.cl-primary {
  color: var(--bs-purple);
}

.cl-payment {
  background: linear-gradient(90deg, #5F44EB 0%, #5F44EB 10%, #EE845F 30%, #EE845F 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

  display: inline-block;
  font-weight: 700;
}

.w-80 {
  width: 80%;
}

.btn-voice {
  background: transparent;
  margin: 15px;
}

.record-voice-alter-container {
  border-radius: 6px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0px 41px;
}

.record-voice-container {
  display: flex;
  align-items: flex-start;
}

.record-voice-img {
  width: 46px;
  height: 60px;
  position: relative;
}

.record-voice-text {
  margin-left: 33px;
}

.record-voice-text .stop {
  font-size: 15px !important;
  line-height: 0;
  font-weight: 600;
  color: rgb(30, 30, 46);
}

.record-voice-text .title {
  margin-top: 6px;
  color: rgb(140, 140, 151);

}

.record-voice-text .stop span {
  margin-left: 40px;
  cursor: pointer;
  color: rgb(209, 55, 65);
  text-decoration: underline;
  font-size: 15px !important;
}

.record-voice-img .time {
  padding: 6px;
  height: 18px;
  background: 0% 0% no-repeat padding-box padding-box rgb(209, 55, 65);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-items: center;
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 2px;
  left: 10px;
}

.box-voice {
  width: 100%;
  border-radius: 4px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.form-voice {
  border: 1px solid #cccc;
  border-radius: 35px;
  padding: 15px;

}

.signup-box-content .btn-border {
  font-size: 13px !important;
}

#modalUploadVoice .modal-header {
  border: 0;
}

.modal-body .ghi-am p {
  margin: 0px !important;
}

#btn-ghi-am {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-video-generator a {
  color: #7631C4
}

.title-payment {
  border-bottom: 1px solid #CCCFED;
  padding-bottom: 15px;
}

.title-payment h1 {
  font-size: 36px;
  font-weight: 600;
}

.box-payment {
  margin-top: 20px;
}

.box-payment h3 {
  font-size: 24px;
  font-weight: 500;
  color: #7631C4 !important;
}

.box-payment p {
  font-size: 16px;
  color: #000000 !important;
}

.box-payment button a {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.modal-header .btn-close {
  margin-right: 10px;
  /* margin-top: 5px; */
}

.modal-body .dang-ky h4 {
  color: #7E3EC8;
  font-size: 30px;
  font-weight: 600;
}

.modal-body .dang-ky p {
  color: #000000;
  font-size: 16px;
}

.modal-body .notification-success h4 {
  color: #7A2BBC;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.modal-body .notification-success p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px !important;
}

.modal-body .notification-error h4 {
  color: #DA00A9;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.modal-body .notification-error p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px !important;
}

.modal-body .notification-error h4 {
  color: #DA00A9;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.modal-body .notification-error p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px !important;
}

.rbt-checkbox-grp {
  display: block;
  position: relative;
  height: 400px;
  margin-bottom: 25px;
  overflow-y: scroll;
  scrollbar-width: none;

}

.rbt-checkbox-grp::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.rbt-checkbox-grp::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #dbdbdb;
}

.modal-header.setting {
  border-bottom: 0;
}

.menu-search-container-modal {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}

.menu-search {
  box-sizing: border-box;
  flex: 1;
  height: 42px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #eaeaea;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}

.search-input {
  height: 36px;
  background-color: #ffffff;
  border: none !important;
  outline: none !important;
  flex: 1;
}

.search-icon,
.search-close {
  width: 20px;
  height: 20px;
  margin: 0 12px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: icomoon;
  color: #1E1E2E;
}

.search-close {
  visibility: hidden;
}

.search-close:hover {
  background-color: #e8e8ea;
  cursor: pointer;
}

.clone-voice-filter {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 77px;
  max-width: 100%;
  height: 42px;
  padding: 4px 12px;
  color: #1e1e2e;
  border: 1px solid rgba(30, 30, 46, 0.3);
  border-radius: 6px;
  cursor: pointer;
}

.clone-voice-filter:not(.is-disabled, .is-active):hover {
  border-color: rgba(30, 30, 46, 0.5);
}

.clone-voice-filter.is-disabled {
  --text-color: rgba(30, 30, 46, 0.2);
  --border-color: rgba(30, 30, 46, 0.1);
  cursor: default;
}

.clone-voice-filter.is-active {
  --text-color: rgba(139, 61, 255, 1);
  --border-color: rgba(139, 61, 255, 1);
}

.clone-voice-filter__start {
  display: flex;
}

.clone-voice-filter__icon-filter {
  font-size: 20px;
}

.clone-voice-filter__center {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  min-width: 0;
  font-size: 14px;
}

.clone-voice-filter__end {
  display: flex;
}

.clone-voice-filter__icon-close {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 4px;
}

.clone-voice-filter__icon-close:hover {
  background-color: #f4ecff;
}

.clone-voice-filter__icon-more {
  font-size: 12px;
  color: rgb(140, 140, 151);
}

.clone-voice-filter:not(.is-disabled, .is-active):hover .clone-voice-filter__icon-more {
  color: #1e1e2e;
}

.clone-voice-filter__name {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1e1e2e;
}

.clone-voice-filter:not(.is-active) .clone-voice-filter__name {
  color: rgb(140, 140, 151);
}

.upload-button {
  height: 40px;
  background: linear-gradient(94deg, #dd00ac 10.66%, #7130c3 53.03%, #410093 96.34%, rgba(255, 0, 238, 0.26) 191.41%, rgba(255, 59, 212, 0) 191.43%);
  border-radius: 4px;
  padding: 0 14px;
  margin-left: 16px;
  display: flex;
  align-items: center;
  font: 18px;
  color: #FFFFFF;
  cursor: pointer;
}

.upload-button:hover {
  background: linear-gradient(94deg, #dd00ac 10.66%, #7130c3 53.03%, #410093 96.34%, rgba(255, 0, 238, 0.26) 191.41%, rgba(255, 59, 212, 0) 191.43%);
}

.filter-box-modal {
  margin-left: 16px;
}

.upload-icon-modal {
  margin-right: 8px;
  font-size: 22px;
  color: #FFFFFF;
  padding-bottom: 5px;
}

.uvr-progress {
  width: 160px;
  height: 8px;
  padding: 2px 0px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.uvr-progress-bg {
  width: 100%;
  height: 4px;
  border-radius: 6px;
  background: 0% 0% no-repeat padding-box padding-box #fff;
  position: absolute;
  top: 2px;
  left: 0px;
}

.uvr-progress-bar {
  height: 4px;
  border-radius: 6px;
  background: 0% 0% no-repeat padding-box padding-box #7E3EC8;
  width: 100%;
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 1;
  will-change: transform;
}

.uvr-progress-dot {
  width: 8px;
  height: 8px;
  background: 0% 0% no-repeat padding-box padding-box #7E3EC8;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  will-change: transform;
}

#nav-tabContent {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .modal {
    padding: 0 10px 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-box .inner .chat-section .chat-content p {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .upload-button .text-upload {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .rbt-static-bar .new-chat-form .form-icon {
    height: 20px;
    width: 30px !important;
  }

  .chat-box .inner .chat-section .chat-content .reaction-section .btn-grp .react-btn {
    width: 35px !important;
    height: 35px !important;
  }
}

.button-video-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .button-video-mobile {
    display: block !important;
  }

  .button-video-pc {
    display: none !important;
  }

  .menu-tab-item {
    font-size: 14px !important;
  }

  .upload-button .text-upload {
    display: none;
  }

  .upload-button .upload-icon-modal {
    margin-right: 0px !important;
  }

  .search-input {
    font-size: 13px !important;
    padding: 0 !important;
  }

  .rbt-checkbox-wrapper.style-2 label {
    padding: 10px !important;
  }

  .rbt-checkbox-grp {
    height: 200px !important;
  }

  #nav-tabContent {
    padding: 0 !important;
  }

  .voice.rbt-checkbox-grp {
    padding: 0 !important;
  }

  .my_switcher-2 a img {
    border-radius: 15px;
    width: 120px !important;
    height: 120px !important;
  }

  .form-group a.btn-default {
    padding: 0 15px !important;
    font-size: 13px !important;
    height: 45px !important;
    line-height: 45px !important;
  }

  .rbt-checkbox-wrapper.style-2 label::after {}

}

.menu-tab-item.active::after {
  position: absolute;
  bottom: -20px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgb(139, 61, 255);
  transition: width 0.3s ease-out;
}

.menu-tab-item {
  text-align: center;
  font-size: 18px;
  color: rgb(140, 140, 151);
  height: 19px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  border: 0;
  background: transparent;
  padding-bottom: 30px;
}

.menu-tab {
  border-bottom: 1px solid rgb(140, 140, 151);
  padding-bottom: 20px;
}

.modal-body .dang-ky h4 {
  color: #7E3EC8;
  font-size: 30px;
  font-weight: 600;
}

.modal-body .dang-ky p {
  color: #000000;
  font-size: 16px;
}

.modal-body .notification-success h4 {
  color: #7A2BBC;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.modal-body .notification-success p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px !important;
}

.modal-body .notification-error h4 {
  color: #DA00A9;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.modal-body .notification-error p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px !important;
}

.rbt-checkbox-wrapper.style-2 label::after {
  border-bottom: 0 !important;
  border-left: 0 !important;
  background: url(../images/check.svg) no-repeat;
  transform: rotate(0deg) !important;
  right: 9%;
  top: inherit;
  /* position: inherit !important;
    float: right; */
}

body.active-light-mode .rbt-checkbox-wrapper.style-2 input[type=radio]:checked~label {
  background: #dde7ff;
}

body.active-light-mode .rbt-checkbox-wrapper.style-2 input[type=checkbox]:checked~label {
  background: #dde7ff;
}

.modal-content {
  border-radius: 20px !important;
}

.my_switcher-2 .text {
  text-align: center;
  display: block;
  color: #7376aa;
}

.my_switcher-2 a img {
  border-radius: 15px;
  width: 160px;
  height: 160px;
}

.my_switcher-2 a img.active {
  border: 2px solid #7A2BBC;
}

.rbt-user .admin-img img {
  border: 0 !important;
  width: 50px;
  height: 50px;
}

.rbt-user-menu-list-wrapper .inner .rbt-admin-profile .admin-thumbnail img {
  border: 0 !important;
  width: 50px;
  height: 50px;
  padding: 0 !important;
}

.input-container .textareaSearch {
  padding: 12px;
}

.rbt-static-bar .icon-container button {
  color: #000000;
}

.rbt-checkbox-wrapper.style-2 label .img-section-modal {
  width: 10%
}

.rbt-checkbox-wrapper.style-2 label .content-section-modal {
  width: 70%;
}

@media only screen and (max-width: 550px) {
  .rbt-checkbox-wrapper.style-2 label .img-section-modal {
    width: 20%
  }

  .rbt-checkbox-wrapper.style-2 label .img-section-modal img {
    width: 50px !important;
    height: auto !important;
  }

  .rbt-checkbox-wrapper.style-2 label .content-section-modal {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-checkbox-wrapper.style-2 label .img-section-modal {
    width: 15%
  }

  .rbt-checkbox-wrapper.style-2 label .img-section-modal img {
    width: 50px !important;
    height: auto !important;
  }

  .rbt-checkbox-wrapper.style-2 label .content-section-modal {
    width: 65%;
  }
}

.rbt-checkbox-wrapper.style-2 label .img-section-modal img {
  width: 60px;
  height: auto;
}



.voice-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: background-color 0.3s;
  width: 100%;
}

.voice-item.selected {
  background-color: #dde7ff;
}

.play-button-modal {
  background: transparent;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}

.play-button-modal img {
  width: 50px;
}

.voice-info {
  flex-grow: 0.9;
  /* width: 180px; */
}

.voice-info wave-my-voice0 .checkbox-modal {
  opacity: 1 !important;
  position: inherit !important;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  cursor: pointer;
}

.delete-button {
  background-color: transparent;
  border: none;
  color: #d32f2f;
  cursor: pointer;
  padding-bottom: 4px;
}

.delete-button img {
  width: 28px;
}

.voice-item-play {
  display: flex;
  align-items: center;
  /* flex: 1; */
  width: 100%;
}

.box-button-voice-modal {
  display: flex;
  align-items: center;
  /* width: 15%; */
}

@media only screen and (max-width: 768px) {
  .play-button-modal img {
    width: 40px !important;
  }
}

@media only screen and (max-width: 425px) {
  .menu-tab-item {
    padding-bottom: 25px !important;
  }

  .play-button-modal img {
    width: 32px !important;
  }

  .delete-button img {
    width: 20px !important;
  }

  .checkbox-modal {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
  }

  .controls {
    padding-top: 0px !important;
  }

  .upload-voice-result-play .controls-upload {
    padding-top: 20px !important;
  }

  .voice-item-play .voice-info .voice-name {
    white-space: nowrap;
    overflow: hidden;
    width: 135px;
    text-overflow: ellipsis;
  }
}

.nghe-thu-file {
  border: 1px dashed rgba(140, 140, 151, 0.5) !important;
  border-radius: 15px;
}

.file-voice-result-play {
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-nghe-thu-file {
  width: 100%;
  padding: 0px 30px;
}

.btn-delete-upload,
.btn-accept-upload,
.btn-nghe-thu {
  border: 0;
  padding: 10px 30px;
  border-radius: 5px;
}

.btn-delete-upload {
  background: #E8E8E8;
  margin-right: 5px;
}

/* .btn-accept-upload,  */
.btn-nghe-thu {
  color: #fff;
  background: linear-gradient(94deg, #dd00ac 10.66%, #7130c3 53.03%, #410093 96.34%, rgba(255, 0, 238, 0.26) 191.41%, rgba(255, 59, 212, 0) 191.43%);
}

input[type=checkbox]~label::before,
input[type=radio]~label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #ccc;
  transition: var(--transition);
  border-radius: 0 !important;
}

input[type=checkbox]:checked~label::before,
input[type=radio]:checked~label::before {
  background: url(../images/check.svg) no-repeat !important;
}

.content-page .chat-box-list .single-settings-box {
  margin-bottom: 10px;
}

.content-page .chat-box-list .single-settings-box .form-group {
  margin-bottom: 0px;
}

#modalsuccsess,
#modalerror,
#modalNotify {
  z-index: 9999999 !important;
}

.item-search {
  background-color: #CCCFED;
  margin-bottom: 10px;
  padding-right: 20px !important;
}

.button-close-search {
  font-size: 12px;
  margin-right: 12px !important;
}

.title-video-gernerator button {
  color: #7631C4 !important;
}

.title-video-gernerator button:hover {
  color: #7631C4 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-body .input-modalRename {
  line-height: 40px;
}

.dropzone .image-modalAvatar {
  width: 287px;
  height: 161px;
}

.voice-item-play .voice-info .voice-name {
  white-space: nowrap;
  overflow: hidden;
  width: 340px;
  text-overflow: ellipsis;

}

@media only screen and (max-width: 991px) {
  .menu-tab-item {
    padding-bottom: 30px;
  }

  .dropzone .image-modalAvatar {
    width: 275px;
    height: 154px;
  }

  .voice-item-play .voice-info .voice-name {
    white-space: nowrap;
    overflow: hidden;
    width: 250px;
    text-overflow: ellipsis;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .voice-item-play .voice-info .voice-name {
    white-space: nowrap;
    overflow: hidden;
    width: 190px;
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width: 767px) {
  .voice-item-play .voice-info .voice-name {
    white-space: nowrap;
    overflow: hidden;
    width: 170px;
    text-overflow: ellipsis;
  }

  .voice-system .box-button-voice-modal {
    margin-left: 10px;
  }

  .list-my-voice .box-button-voice-modal {
    margin-left: 10px;
  }

  .upload-voice-result-play .controls-upload {
    padding-top: 20px !important;
  }

  .section-button-time {
    display: inherit !important;
  }

  .create-time {
    margin-top: 20px;
  }

  #language-select,
  #language-select-voice {
    border: 1px solid #000000;
    border-radius: 10px;
  }
}

.dropdown-menu .dropdown-item a:hover {
  color: #7064e9 !important
}

.dropdown-menu .dropdown-item a:hover svg path {
  fill: #7064e9 !important
}

.input-container .textareaSearch::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.input-container .textareaSearch::-webkit-scrollbar {
  width: 0;
  background-color: #F5F5F5;
  display: none;
}

.input-container .textareaSearch::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #727070;
}

.box-search .new-chat-form textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.box-search .new-chat-form textarea::-webkit-scrollbar {
  width: 0;
  background-color: #F5F5F5;
  display: none;
}

.box-search .new-chat-form textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #727070;
}

.chat-box .inner .chat-section .chat-content .reaction-section .btn-grp .react-btn:hover .icon-svg path {
  background-color: #7064e9;
  fill: #fff;
}

@media only screen and (max-width: 425px) {

  #modalLoginSuccess .dang-ky img,
  #modalerror .notification-error img,
  #modalsuccsess .notification-success img,
  #modalConfirm .notification-success img {
    width: 50px !important;
  }

  #modalLoginSuccess .dang-ky h4,
  #modalerror .notification-error h4,
  #modalsuccsess .notification-success h4,
  #modalConfirm .notification-success h4 {
    margin-bottom: 5px !important;
  }

  #modalLoginSuccess .dang-ky p,
  #modalerror .notification-error p,
  #modalsuccsess .notification-success p,
  #modalConfirm .notification-success p {
    margin: 0px !important;
  }

  .btn-delete-upload {
    color: #000000 !important;
  }

  .btn-delete-upload,
  .btn-accept-upload {
    /* padding: 5px 20px; */
    font-size: 15px;
  }

  .record-voice-text .stop span {
    margin-left: 20px;
  }

  .chat-box .inner .chat-section .chat-content .reaction-section .btn-grp .react-btn:hover {
    background-color: inherit !important;
    color: #000000 !important;
  }
}

.check-password {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.check-password li {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.text-very-password {
  padding-top: 5px;
  color: #898989;
  font-size: 14px;
}

.text-very-password.active {
  color: #7E3EC8;
}



.filter-option {
  display: flex;
  width: 100%;
  position: relative;
  flex: inherit;
  min-width: 100%;
  align-items: center;
}

.filter-option-inner {
  display: block;
  width: 100%;
}

.filter-option-inner-inner {
  overflow: hidden;
  display: block;
  color: var(--color-heading);
}

.filter-option-inner-inner img {
  width: 24px;
  margin-top: -5px;
}

.filter-option-inner-inner {
  color: var(--color-black);
}

.rbt-modern-select .dropdown-toggle::after {
  content: inherit !important;
}

.bootstrap-select .dropdown-menu .inner li {
  list-style: none;
}

.bootstrap-select .dropdown-menu .inner {
  margin-bottom: 0px !important;
}

#language-select,
#language-select-voice {
  /* Ẩn mũi tên mặc định */
  appearance: none;
  background: no-repeat left 10px center;
  background-size: 24px 24px;
  padding-left: 40px;
  /* Đủ không gian cho icon cờ */
  height: 50px;
}

.sign-up-box .signup-box-bottom .signup-box-content form .icon-password {
  position: absolute;
  top: 55%;
  right: 20px;
  transform: translateY(-55%);
  cursor: pointer;
}

.dropzone-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
}

.dropzone-container {
  position: relative;
}

.btn-close-upload {
  position: relative;
  z-index: 11;
}

.validation-alert {
  color: red;
  font-size: 15px;
  padding-left: 5px;
}

.bg-light {
  background-color: #babfc7 !important;
}