.app-brand-logo.demo,
.app-brand-logo.demo img {
  height: 30px;
}

.app-brand-text.demo img {
  height: 20px;
}

.light-style .logo-dark,
.dark-style .logo-light {
  display: none !important;
}

.light-style .logo-light,
.dark-style .logo-dark {
  display: block !important;
}

.text-highlight {
  color: #00FFE1 !important;
}

.bg-highlight {
  background-color: #00FFE1 !important;
}

.bg-backoverlay {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-navbar {
  background-color: #242e33;
}

.dark-style body {
  background: #00364F;
}

.dark-style .card,
.dark-style .bg-navbar-theme,
.dark-style .bg-menu-theme,
.dark-style .nav-tabs,
.dark-style .form-control,
.dark-style .form-check-input,
.dark-style .input-group-text,
.dark-style .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #002b3f !important;
}

.dark-style .table-light th {
  background-color: #242e33 !important;
}

.dark-style .nav-tabs .nav-link.active,
.dark-style .nav-tabs .nav-item.show .nav-link,
.dark-style .nav-tabs .nav-link:not(.active):hover,
.dark-style .nav-tabs .nav-link:not(.active):focus,
.dark-style .nav-pills .nav-link:not(.active):hover,
.dark-style .nav-pills .nav-link:not(.active):focus {
  color: #00FFE1 !important;
}

.dark-style .nav-tabs .nav-link.active,
.dark-style .nav-tabs .nav-link.active:hover,
.dark-style .nav-tabs .nav-link.active:focus,
.dark-style .nav-tabs .nav-link.active,
.dark-style .nav-tabs .nav-link.active:hover,
.dark-style .nav-tabs .nav-link.active:focus {
  box-shadow: 0 -2px 0 #00FFE1 inset;
}

.dark-style .bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
  background: linear-gradient(72.47deg, #00FFE1 22.16%, rgba(0, 255, 225, 0.6) 76.47%);
  box-shadow: 0px 2px 6px 0px rgba(0, 54, 79, 0.48);
  color: #00364F !important;
}

.authentication-wrapper.authentication-basic .authentication-inner:before,
.authentication-wrapper.authentication-basic .authentication-inner:after {
  display: none;
}

.login-gradient {
  background: rgb(0, 37, 54);
  background: linear-gradient(0deg, rgb(0, 37, 54) 0%, rgb(2, 118, 161) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002536", endColorstr="#0276a1", GradientType=1);
  max-width: 100% !important;
}

.auth-bg-ubi {
  background: rgba(0, 0, 0, 0.2);
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -ms-flex-align: center;
      align-items: center;
  background-color: #000;
  z-index: 9999;
  opacity: 0.3;
}

.loading-icon {
  position: fixed;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #767676;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 4;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-frame {
  position: relative;
  background: #cccccc;
}

.loading-frame:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-animation: loading 0.8s infinite;
          animation: loading 0.8s infinite;
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-link:hover,
.nav-link:focus,
.dropdown-item:hover,
.dropdown-item:focus {
  color: #00364F !important;
}

.ubi-nav .nav-link.active:hover {
  color: #ffF !important;
}

.ubi-nav .nav-link:hover:not(.active) {
  background-color: #d9e1e5 !important;
  color: #00364F !important;
}

.ubi-nav .nav-item {
  margin-left: 8px;
}

.ubi-nav .nav-item:first-child {
  margin-left: 0;
}

.ubi-nav .nav-item.disabled {
  cursor: not-allowed !important;
}

.ubi-nav .disabled .nav-link {
  pointer-events: none !important;
  color: var(--bs-nav-link-disabled-color);
}

.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item.disabled a {
  pointer-events: none;
  opacity: 0.5;
}

.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item.disabled {
  cursor: not-allowed !important;
}

.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item.disabled .dropdown-shortcuts-icon {
  opacity: 0.5;
}

.ubi-menu .menu-item:nth-last-child(-n+3) {
  position: absolute;
  bottom: 0;
}

.select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
  color: #00364F !important;
  background-color: #e6ebee !important;
}

.select2-results__option[role=option][aria-selected=true] {
  background-color: #00364F !important;
}

.btn-action .btn {
  position: fixed;
  bottom: 3rem;
  right: 1.5rem;
  z-index: 1080;
  box-shadow: 0 1px 10px 1px #00364F !important;
}

.table:not(.table-dark) thead:not(.table-dark) th {
  color: #00364F !important;
  background-color: #d9e1e5 !important;
}

.login-bg {
  height: 100vh !important;
  background-size: cover !important;
  background-position: bottom !important;
}

.authentication-bg {
  background: rgb(33, 61, 77) !important;
  background: linear-gradient(0deg, rgb(33, 61, 77) 0%, rgb(107, 171, 184) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#213d4d", endColorstr="#6babb8", GradientType=1) !important;
}

.btn-seed {
  background-color: #00364F !important;
  color: #00FFE1 !important;
  border-color: #00FFE1 !important;
}

.btn-seed:hover {
  color: #00364F !important;
  background-color: #00FFE1 !important;
  border-color: #00364F !important;
}

.btn-check:checked + .btn-seed,
.btn-check:active + .btn-seed,
.btn-seed:active,
.btn-seed.active,
.btn-seed.show.dropdown-toggle,
.show > .btn-seed.dropdown-toggle {
  color: #00364F !important;
  background-color: #00FFE1 !important;
  border-color: #003147 !important;
}

.bg-seed {
  background-color: #00364F !important;
  color: #00FFE1 !important;
  border: 1px solid #00FFE1 !important;
}

a.bg-seed:hover,
a.bg-primary:focus {
  background-color: #00334b !important;
}

.no-shadow.input-group:focus-within {
  box-shadow: none !important;
}

.ubi-act i {
  padding-top: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
}

.ubi-act i:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ubi-dropdown .disabled {
  pointer-events: auto !important;
  cursor: not-allowed !important;
}

.svg-tab {
  -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(18%) saturate(395%) hue-rotate(212deg) brightness(86%) contrast(90%);
  filter: brightness(0) saturate(100%) invert(38%) sepia(18%) saturate(395%) hue-rotate(212deg) brightness(86%) contrast(90%);
}

.active .svg-tab {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(340deg) brightness(103%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(340deg) brightness(103%) contrast(101%);
}

.nav-link:hover:not(.active) .svg-tab {
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(18%) saturate(4835%) hue-rotate(168deg) brightness(94%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(16%) sepia(18%) saturate(4835%) hue-rotate(168deg) brightness(94%) contrast(102%);
}

.btn-dash {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0.5rem !important;
}

.btn-dash:hover {
  border: 0 !important;
  color: #00364F !important;
  background-color: #d9e1e5 !important;
}

.btn-dash:active {
  border: 0 !important;
  color: #00364F !important;
  background-color: #d9e1e5 !important;
}

.btn-dash.show {
  border: 0 !important;
  color: #00364F !important;
  background-color: #d9e1e5 !important;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #00364F !important;
  background-color: #d9e1e5 !important;
}

.dash-filter {
  border: 0 !important;
  padding: 0.5rem 0.5rem !important;
}

.dash-filter:focus {
  box-shadow: none !important;
}

.dash-img-1 {
  top: 15px !important;
  right: 10px !important;
}

.dash-img-2 {
  top: auto !important;
  bottom: 0 !important;
}

.tab-dash.nav-tabs.widget-nav-tabs .nav-link.active {
  border-color: #00364F !important;
}

.tab-dash.nav-tabs.widget-nav-tabs .nav-link.active .badge {
  background-color: #d9e1e5 !important;
  color: #00364F !important;
}

.table-light th {
  background-color: #F5F5F7 !important;
}

.modal-header {
  background-color: #00364F !important;
}

.modal-title {
  color: #fff !important;
}

.modal-footer {
  padding: 0.25rem 1rem 1.25rem !important;
}

.achiev-edit {
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
}

.cel-overflow {
  max-width: 200px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.text-comment {
  margin: 0;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.int-comment {
  position: absolute;
  bottom: 0.55rem;
  font-size: 12px;
}

.bg-likes {
  padding: 5px !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center !important;
      align-items: center !important;
}

.bg-likes .likes {
  width: 20px !important;
  font-size: 1.1em !important;
}

.card-reply {
  background-color: #e6ebee !important;
  margin-top: 40px;
  margin-left: 74px;
  height: auto !important;
  max-height: 240px !important;
}

.dropdown-menu[data-bs-popper] {
  left: auto !important;
  right: 0 !important;
}

.avatar-author {
  width: 12rem !important;
  height: 12rem !important;
  background-image: url("../../assets/img/blank.png");
  background-size: cover;
  background-position: center;
  border-radius: 50% !important;
}

.avatar-author.avatar-online:after,
.avatar-author.avatar-offline:after,
.avatar-author.avatar-away:after,
.avatar-author.avatar-busy:after {
  top: 14px !important;
  right: 28px !important;
  width: 16px !important;
  height: 16px !important;
}

.avatar-author .overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0) !important;
  transition: background 0.5s ease !important;
  border-radius: 50% !important;
}

.avatar-author:hover .overlay {
  display: block !important;
  background: rgba(255, 255, 255, 0.3) !important;
}

.avatar-author .img-ico {
  border-radius: 50% !important;
  width: 35px !important;
  height: 35px !important;
  margin: 0 5px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  -ms-flex-align: center !important;
      align-items: center !important;
}

.avatar-author .ico-container {
  display: none !important;
  position: relative !important;
  top: calc(-50% - 17px) !important;
}

.avatar-author:hover .ico-container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  -ms-flex-align: center !important;
      align-items: center !important;
}

.img-form {
  width: 100% !important;
  max-width: 240px !important;
  aspect-ratio: 1/1 !important;
  margin: auto !important;
  position: relative !important;
}

.img-form .overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  background: rgba(0, 0, 0, 0) !important;
  transition: background 0.5s ease !important;
  border-radius: 0.5rem !important;
}

.img-form:hover .overlay {
  display: block !important;
  background: rgba(255, 255, 255, 0.3) !important;
}

.img-form img {
  width: 100% !important;
  max-width: 240px !important;
  aspect-ratio: 1/1 !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  transition: 0.3s ease !important;
}

.img-form .img-ico {
  position: absolute !important;
  top: calc(50% - 17px) !important;
  left: calc(50% - 17px) !important;
  border-radius: 50% !important;
  width: 35px !important;
  height: 35px !important;
  display: none !important;
}

.img-form:hover .img-ico {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.video-img-form {
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  margin: auto !important;
  position: relative !important;
}

.video-img-form .overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  background: rgba(0, 0, 0, 0) !important;
  transition: background 0.5s ease !important;
  border-radius: 0.5rem !important;
}

.video-img-form:hover .overlay {
  display: block !important;
  background: rgba(255, 255, 255, 0.3) !important;
}

.video-img-form img {
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  transition: 0.3s ease !important;
}

.video-img-form .img-ico {
  position: absolute !important;
  top: calc(50% - 17px) !important;
  left: calc(50% - 17px) !important;
  border-radius: 50% !important;
  width: 35px !important;
  height: 35px !important;
  display: none !important;
}

.video-img-form:hover .img-ico {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.lightbox-msg {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  display: none;
}

.img-form:hover .lightbox-msg,
.video-img-form:hover .lightbox-msg {
  display: block;
}

.img-form .photo,
.img-form .icon,
.img-form .cover,
.img-form .player,
.video-img-form .cover {
  display: none !important;
}

#lightbox .modal-dialog,
#lightbox-video .modal-dialog {
  max-width: 60vw;
}

#lightbox .modal-content {
  width: auto;
  margin: auto;
}

#lightbox-video .modal-content {
  margin: auto;
}

#lightbox img {
  max-height: 90vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.375rem;
}

#lightbox .btn-close,
#lightbox-video .btn-close {
  position: absolute;
  right: 0;
  z-index: 99;
}

.lang-flags {
  aspect-ratio: 1/1 !important;
  width: 8.5rem !important;
  height: auto !important;
  max-width: 100% !important;
  display: inline-block !important;
}

.del-flags {
  position: absolute !important;
  right: 0.5rem !important;
  top: 0.5rem !important;
}

.img-product img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  aspect-ratio: 1/1 !important;
}

.channel-logo {
  border-radius: 50% !important;
  width: 2rem !important;
  height: 2rem !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.shared-body {
  background-color: #213d4d !important;
  color: #ffffff !important;
}

.shared-author {
  width: 80px !important;
  margin-right: 1rem !important;
}

.shared-author img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  border-radius: 50% !important;
}

.shared-cover {
  padding: 5rem 3rem !important;
  border-radius: 0.375rem !important;
  background-size: cover !important;
  background-position: center !important;
  background-blend-mode: multiply !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.shared-cover h6,
.shared-title {
  color: #00FFE1 !important;
}

.shared-player {
  background: #fff !important;
  padding: 1rem !important;
  border-radius: 4em !important;
  max-width: 400px !important;
}

.category-input input,
.category-input span {
  font-family: Sans-serif !important;
  white-space: pre !important;
  color: #00FFE1 !important;
  font-size: 18px !important;
  padding: 1rem !important;
  border-radius: 50px !important;
  border: 1px solid #00FFE1 !important;
  background-color: #00364F;
}

.category-input input:focus-visible {
  outline: none !important;
}

.theme-input input,
.theme-input span {
  font-family: Sans-serif !important;
  white-space: pre !important;
  color: #fff !important;
  font-size: 18px !important;
  padding: 1rem !important;
  border-radius: 50px !important;
  border: 0 !important;
}

.theme-input input:focus-visible {
  outline: none !important;
}

input[type=color]#color {
  padding: 0 !important;
  width: 38px !important;
  height: 38px !important;
}

input[type=color]#color::-webkit-color-swatch {
  border-radius: 0.3rem !important;
  border: none !important;
}

.custom-option-icon.checked i,
.custom-option-icon.checked svg {
  color: #00364F !important;
}

.custom-option-icon.checked .custom-option-body .logos,
.custom-option-image-radio.checked .custom-option-body .logos {
  -webkit-filter: none;
          filter: none;
}

.custom-option-icon .custom-option-body .logos,
.custom-option-image-radio .custom-option-body .logos {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.store .custom-option,
.store .custom-option:hover {
  border: 0;
  width: 34px;
}

.store .custom-option.custom-option-image {
  border-width: 0 !important;
}

.parental .custom-option {
  padding-left: 0;
  border: 0;
  border-radius: 0.375rem;
  background: #dbdade;
  width: 32px;
  height: 32px;
}

.parental .custom-option:hover {
  border: 0;
}

.parental .custom-option.custom-option-image {
  border-width: 0 !important;
}

.parental .custom-option .custom-option-content {
  cursor: pointer;
  width: 100%;
}

.parental .custom-option.custom-option-image .custom-option-body img {
  border-radius: 0;
}

.parental .custom-option-body {
  text-align: center;
  display: block;
  padding-top: 4px;
}

.parental .custom-option-image .custom-option-body img {
  height: 16px;
}

.custom-option.parental-1.checked {
  background: #31983d;
}

.custom-option.parental-2.checked {
  background: #0783c6;
}

.custom-option.parental-3.checked {
  background: #fecb16;
}

.custom-option.parental-4.checked {
  background: #e17a0a;
}

.custom-option.parental-5.checked {
  background: #dc0c1f;
}

.custom-option.parental-6.checked {
  background: #040505;
}

.sos .form-check-input {
  display: none;
}

.sos .custom-option.custom-option-image {
  border-width: 0 !important;
  background: #dbdade;
  padding: 10px;
}

.sos .custom-option.checked {
  background: #002b3f;
}

.sos .custom-option.custom-option-image .custom-option-body img {
  border-radius: 0;
  width: 50px;
  margin-right: 10px;
}

.sos .sos-name {
  margin: auto 0;
}

.sos .custom-option.checked {
  color: #fff;
}

.sos .custom-option-body svg {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.sos .svg-sos {
  width: 50px;
  height: 50px;
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(18%) saturate(327%) hue-rotate(213deg) brightness(92%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(44%) sepia(18%) saturate(327%) hue-rotate(213deg) brightness(92%) contrast(87%);
}

.sos .custom-option.checked .svg-sos {
  -webkit-filter: brightness(0) saturate(100%) invert(82%) sepia(83%) saturate(770%) hue-rotate(93deg) brightness(102%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(82%) sepia(83%) saturate(770%) hue-rotate(93deg) brightness(102%) contrast(102%);
}

.ico-sos {
  width: 120px !important;
  height: 120px !important;
  padding: 10px;
  background-color: #002b3f;
  border-radius: 0.5rem !important;
  display: -ms-flexbox;
  display: flex;
}

.ico-sos img {
  width: 100%;
  aspect-ratio: auto !important;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-filter: brightness(0) saturate(100%) invert(82%) sepia(83%) saturate(770%) hue-rotate(93deg) brightness(102%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(82%) sepia(83%) saturate(770%) hue-rotate(93deg) brightness(102%) contrast(102%);
}

.ico-form {
  width: 120px !important;
  height: 120px !important;
}

.serie-thumb {
  width: 75px;
  height: 75px;
  background-image: url("../../assets/img/blank.png");
  background-size: cover;
  background-position: center;
  border-radius: 0.375rem;
  margin: auto;
}

.serie-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
}

.book-thumb {
  width: 50px;
  height: 75px;
  background-image: url("../../assets/img/blank.png");
  background-size: cover;
  background-position: center;
  border-radius: 0.375rem;
  margin: auto;
}

.book-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-thumb {
  width: 132px;
  height: 74px;
  background-image: url("../../assets/img/blank.png");
  background-size: cover;
  background-position: center;
  border-radius: 0.375rem;
  margin: auto;
  position: relative;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}

.video-thumb .video-play {
  display: none;
  cursor: pointer;
}

.video-thumb:hover .video-play {
  display: block;
  position: absolute;
  color: #fff;
  padding: 5px 8px 4px 10px;
  font-size: 14px;
  border-radius: 50px;
  background: #00364F;
  top: 24px;
  left: 50px;
  transition: visibilityv 0.5s ease !important;
}

.video-thumb:hover .overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.3) !important;
  transition: all 0.5s ease !important;
  border-radius: 0.375rem !important;
}

.user-thumb {
  width: 50px;
  height: 50px;
  background-image: url("../../assets/img/blank.png");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

.user-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.course-thumb {
  width: 120px;
  height: 120px;
  background-image: url("../../assets/img/blank.png");
  background-size: cover;
  background-position: center;
  border-radius: 0.375rem;
}

.course-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
}

.play-btn .plyr__controls {
  display: block;
}

.play-btn .plyr__controls div {
  display: none;
}

.play-btn .plyr {
  min-width: auto !important;
}

.play-btn .plyr__controls .plyr__controls__item:first-child {
  margin-right: 0 !important;
}

.play-btn .plyr__controls button {
  background: #00364F !important;
  color: #fff !important;
  border-radius: 50%;
  padding: 10px;
}

.play-btn.play-dash .plyr__controls button {
  height: 34px;
  width: 34px;
  padding: 8px;
}

.play-btn.play-dash .plyr__controls button svg {
  height: 14px;
}

.play-btn.disabled .plyr__controls button {
  background: #dbdade !important;
  pointer-events: none;
}

.phone-seed {
  width: 500px;
  margin: auto;
}

.phone-background {
  background: #00364F;
  border-left: 27px solid #000 !important;
  border-right: 27px solid #000 !important;
  min-height: 650px;
}

.phone-seed .list-group-item {
  padding: 15px 0;
  border: 0 !important;
}

.phone-seed img {
  width: 100%;
}

.phone-title {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.phone-playlist {
  font-size: 18px;
  font-weight: 600;
}

.playlist-size {
  position: relative;
}

.playlist-size .swiper.size-swiper {
  height: auto;
  width: calc(100% - 40px);
}

.playlist-size .size-swiper .swiper-slide {
  padding: 0;
  background: none;
}

.playlist-size .swiper-button-prev.custom-icon::after,
.playlist-size .swiper-button-next.custom-icon::after {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #00364F;
  width: 24px;
  height: 24px;
  padding: 7px;
  text-align: center;
  border-radius: 50%;
}

.playlist-size .custom-option {
  border: 0 !important;
}

.playlist-size .custom-option.custom-option-image {
  -webkit-filter: grayscale(1) contrast(0.5) brightness(1.5);
  filter: grayscale(1) contrast(0.5) brightness(1.5);
}

.playlist-size .custom-option.custom-option-image.checked {
  -webkit-filter: none;
  filter: none;
}

.playlist-size .custom-option-image:hover .overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5) !important;
  transition: background 0.5s ease !important;
  border-radius: 0.375rem !important;
}

.playlist-size .custom-option-image .desc {
  display: none;
}

.playlist-size .custom-option-image:hover .desc {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 20px;
}

.playlist-size .swiper-button-next {
  right: -10px;
}

.playlist-size .swiper-button-prev {
  left: -10px;
}

.sos-container {
  background-color: #002b3f;
  margin: 0 10px;
  border-radius: 0.375rem;
  padding: 10px;
}

.sos-container svg {
  width: 50px;
  height: 50px;
  -webkit-filter: brightness(0) saturate(100%) invert(82%) sepia(83%) saturate(770%) hue-rotate(93deg) brightness(102%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(82%) sepia(83%) saturate(770%) hue-rotate(93deg) brightness(102%) contrast(102%);
}

.svg-sos-list {
  width: 50px;
  height: 50px;
}

.sos-title {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sos-playlist {
  font-size: 18px;
  font-weight: 300;
}

.select-img-lg .select2-selection__rendered {
  line-height: 50px !important;
}

.select-img-lg .select2-container .select2-selection--single {
  height: 54px !important;
}

.select-img-lg .select2-selection__arrow {
  top: 10px !important;
}

.light-style .select2-dropdown {
  z-index: 2000;
}

.select2-results__option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.btn-group-fab {
  position: fixed;
  width: 50px;
  height: auto;
  right: 20px;
  bottom: 20px;
}

.fab-sm {
  position: relative;
  width: 30px;
  right: 0;
  bottom: -15px;
}

.btn-group-fab div {
  position: relative;
  width: 100%;
  height: auto;
}

.btn-group-fab .btn {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  display: block;
  margin-bottom: 4px;
  width: 40px;
  height: 40px;
  margin: 4px auto;
  padding: 0;
}

.btn-group-fab.fab-sm .btn {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
}

.btn-group-fab .btn-main {
  width: 50px;
  height: 50px;
  bottom: 15px;
  z-index: 9;
}

.btn-group-fab.fab-sm .btn-main {
  width: 30px;
  height: 30px;
  bottom: 0;
}

.btn-group-fab .btn-sub {
  bottom: 0;
  z-index: 8;
  right: 5px;
  bottom: 20px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.btn-group-fab.fab-sm .btn-sub {
  right: 0;
  bottom: 0;
}

.btn-group-fab.active .btn-sub:nth-child(2) {
  bottom: 75px;
}

.btn-group-fab.fab-sm.active .btn-sub:nth-child(2) {
  bottom: 40px;
}

.btn-group-fab.active .btn-sub:nth-child(3) {
  bottom: 125px;
}

.btn-group-fab.fab-sm.active .btn-sub:nth-child(3) {
  bottom: 80px;
}

.btn-group-fab.active .btn-sub:nth-child(4) {
  bottom: 175px;
}

.btn-group-fab.fab-sm.active .btn-sub:nth-child(4) {
  bottom: 120px;
}

.btn-group-fab .btn-sub:nth-child(5) {
  bottom: 225px;
}

.btn-group-fab.fab-sm.active .btn-sub:nth-child(5) {
  bottom: 160px;
}

.b-r {
  border-right: 1px solid #dbdade;
}

.b-l {
  border-left: 1px solid #dbdade;
}

.b-t {
  border-top: 1px solid #dbdade;
}

.b-b {
  border-bottom: 1px solid #dbdade;
}

.dropdown-dashboard .flatpickr-calendar {
  width: 100% !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.dropdown-dashboard .flatpickr-month {
  background: #f1f0f2 !important;
  border-radius: 0 !important;
}

.dropdown-dashboard .flatpickr-innerContainer {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.dropdown-dashboard .demo-inline-spacing > * {
  margin-right: 0 !important;
}

.timeline-item:last-child {
  border-color: transparent !important;
}

.landing-page-bg {
  background-blend-mode: multiply !important;
  background-size: cover !important;
  background-position: top !important;
  min-height: 100vh !important;
}

.land-author {
  width: 100px !important;
  margin-right: 1rem !important;
}

.land-author img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100% !important;
  border-radius: 50% !important;
}

.btn-land {
  background-color: #00FFE1 !important;
  color: #00364F !important;
  box-shadow: none !important;
}

.down-tit1 {
  color: #efb585;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 800;
  margin: 2rem 0 0 0;
}

.down-tit2 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 1rem 0;
}

.btn-play-land {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.land-playlist {
  padding: 10px;
  border-radius: 25px;
}

.active .land-playlist {
  padding: 10px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.disabled .land-playlist .text-white {
  opacity: 0.5;
}

.disabled .land-playlist .btn-play-land {
  opacity: 0.2;
  cursor: default;
}

.card.playlist {
  background: transparent;
}

.card.playlist .ps__rail-x:hover > .ps__thumb-x,
.card.playlist .ps__rail-y:hover > .ps__thumb-y,
.card.playlist .ps__rail-x:focus > .ps__thumb-x,
.card.playlist .ps__rail-y:focus > .ps__thumb-y,
.card.playlist .ps__rail-x.ps--clicking > .ps__thumb-x,
.card.playlist .ps__rail-y.ps--clicking > .ps__thumb-y {
  background-color: #00FFE1 !important;
}

.switch-play.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #00FFE1 !important;
  color: #fff !important;
}

.switch-play.switch-input:checked ~ .switch-toggle-slider {
  background: #00364F !important;
  color: #fff !important;
}

.switch-play .switch-toggle-slider {
  background: #e0e0e0 !important;
}

.land-btn-play {
  background: none;
  border: 0;
  color: #fff;
  font-size: 24px;
  margin: 0 5px;
}

.land-btn-play img {
  height: 30px;
  margin-top: -4px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(38%) hue-rotate(331deg) brightness(110%) contrast(110%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(38%) hue-rotate(331deg) brightness(110%) contrast(110%);
}

.land-btn-play .disabled {
  opacity: 0.5;
}

.land-player {
  position: relative;
  width: 250px;
  height: 250px;
}

.player-btn {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  padding: 0;
  background: none;
  border: 0;
}

.jAudio--control-play {
  font-size: 60px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  color: #fff;
}

.jAudio--control-play::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f04b";
}

.jAudio--control-pause {
  font-size: 60px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  color: #fff;
}

.jAudio--control-pause::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f04c";
}

.shared .land-player {
  position: relative;
  width: 160px;
  height: 160px;
}

.shared .player-btn {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  padding: 0;
  background: none;
  border: 0;
}

.shared .jAudio--control-play {
  font-size: 50px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  color: #fff;
}

.shared .jAudio--control-pause {
  font-size: 50px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  color: #fff;
}

.play-grid .play-1 {
  grid-area: play-1;
}

.play-grid .play-2 {
  grid-area: play-2;
}

.play-grid .play-3 {
  grid-area: play-3;
}

.play-grid {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  grid-gap: 1rem;
  grid-template-areas: "play-1 play-2" "play-1 play-3";
}

@media only screen and (max-width: 768px) {
  .play-grid {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "play-2" "play-1" "play-3";
  }
}
.landing-row-bg {
  background-color: #f7f7f7;
  color: #00364f;
}
.landing-row-bg .land-playlist {
  color: #00364F !important;
}
.landing-row-bg .jAudio--playlist-meta {
  cursor: pointer;
}
.landing-row-bg .active .land-playlist {
  background-color: #00364F !important;
  color: #ffffff !important;
}
.landing-row-bg .btn-land {
  background-color: #efb485 !important;
}
.landing-row-bg .active .btn-play-land {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.2509803922) !important;
}
.landing-row-bg .btn-play-land {
  background-color: rgba(0, 54, 79, 0.2509803922) !important;
  color: #00364F !important;
}
.landing-row-bg .disabled .land-playlist .btn-play-land {
  opacity: inherit;
  cursor: inherit;
}
.landing-row-bg .disabled .jAudio--playlist-meta {
  cursor: not-allowed;
  opacity: 0.5;
}

.footer-bg {
  background: url("../../assets/img/footer/footer-bg.png") no-repeat center center;
  background-color: #242E33;
}
