.dlabnav .metismenu a {
  font-size: 13px !important;
  padding: 0.5rem 0.6rem !important;
}

.dlabnav .metismenu>li>a i {
  margin-right: 4px;
  font-size: 1.1rem;
}

.brand-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.card {
  height: calc(100% - 35px) !important;
}

.post-content {
  display: flex;
  justify-content: space-between;
}

.post-img {
  width: 100%;
  height: 100% !important;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body.post {
  padding: .7rem !important;
}

.flow.post {
  margin: .3rem;
}

.container-fluid {
  min-height: calc(100vh - 0px);
}

.footer {
  border-radius: 0 !important;
}

@media only screen and (max-width: 35.9375rem) {
  .mbsc-ios.mbsc-textfield-wrapper {
    margin: 15px auto !important;
  }

  .card {
    height: calc(100% - 0.938rem) !important
  }

  .brand-logo {
    display: none !important;
  }

  .nav-control {
    right: 1.125rem !important;
  }
}

.nav-theme {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  display: inline-block;
}

.svg-success {
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(/theme/icons/svg/success.svg) !important;
}

.svg-unknow {
  width: 29px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/theme/icons/svg/unknow.svg) !important;
}

.dark-mode {
  background-image: url(/theme/icons/navbar/dark.svg) !important;
}

.light-mode {
  background-image: url(/theme/icons/navbar/light.svg) !important;
}

.live {
  background-image: url(/theme/icons/navbar/live.svg) !important;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.tooltip-inner {
  background-color: #000;
  color: #fff;
}

[data-theme-version="dark"] .tooltip-inner {
  background-color: var(--bs-gray-100);
  color: var(--bs-gray-900);
}

[data-theme-version="dark"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: var(--bs-gray-100) !important;
}

.cadeado {
  z-index: 2;
  background-color: #e3e3e3;
  padding: 20px;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 10px;
}

.post-title {
  font-size: 1rem;
  line-height: 1.5;
  color: #2A353A;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.post-title:hover {
  color: var(--primary);
  text-decoration: none;
}

.dz-info {
  font-size: 0.875rem;
  color: var(--bs-gray-600) !important;
}

[data-theme-version="dark"] .dz-info {
  color: var(--bs-gray-400) !important;
}

[data-theme-version="dark"] .post-title,
[data-theme-version="dark"][data-bs-custom-class="tooltip-dark"] .post-title {
  color: var(--bs-gray-400);
}

[data-theme-version="dark"] .post-title:hover {
  color: var(--primary);
}

[data-bs-custom-class="tooltip-dark"] .post-title:hover {
  color: #2A353A;
}

[data-theme-version="dark"] [data-bs-custom-class="tooltip-dark"] .post-title:hover {
  color: var(--bs-gray-400);
}

[data-theme-version="dark"] .cadeado i {
  color: #fff;
}

[data-theme-version="dark"] .cadeado {
  background-color: #2D2D37;
}

.most-posts .slide-img {
  width: auto !important;
  height: 120px !important;
}

.most-posts .swiper-slide .card-header {
  padding: .7rem !important;
}

.metrics .widget-media .timeline .timeline-panel .media {
  width: auto !important;
  height: 4rem !important
}

.metrics .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}

.metrics .widget-media .timeline .timeline-panel .dropdown {
  align-self: center !important;
}

@keyframes investorTicker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.negativo {
  color: #ff5252;
}

.positivo {
  color: #1eb980;
}

.ticker-wrap {
  flex-grow: 1;
  overflow-x: clip;
}

.ticker-wrap .ticker:hover {
  animation-play-state: paused;
}

.ticker-wrap .ticker {
  white-space: nowrap;
  animation: investorTicker 40s linear 1s infinite;
  display: inline-block;
  line-height: 3.4rem;
}

.ticker a {
  font-size: 13px;
  font-weight: 500;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  border-right: 1px solid rgb(0 0 0 / 20%);
}

[data-theme-version="dark"] .ticker:hover a {
  color: #fff;
}

[data-theme-version="dark"] .ticker a {
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.ticker:hover a {
  color: #666666;
}

.ticker a span:nth-child(2) {
  margin: 0 10px;
}

.ticker-container {
  display: flex;
  background-color: #fff;
}

[data-theme-version="dark"] .ticker-container {
  background-color: rgba(255, 255, 255, 0.1);
}

[data-theme-version="dark"] .form-control {
  background-color: #1E1E25;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

[data-theme-version="dark"] .pagination {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-right: 0.60em;
}

.companies .contact_list .user-content .user-img::before {
  display: none;
}

.invites .dataTables_filter,
.companies .dataTables_filter {
  display: none;
}

.invites .page-titles input.form-control,
.companies .page-titles input.form-control {
  background-color: #ffffff;
}

.metrics .widget-media .timeline .timeline-panel .media {
  border-radius: unset !important;
}

.nav-header .brand-logo {
  overflow: hidden;
}

[data-theme-version="dark"] .table-responsive thead {
  background-color: rgba(255, 255, 255, 0.1);
}

.dataTablesCard tr td {
  font-weight: 400 !important;
}

.btn.light {
  cursor: default;
}

.home .page-titles {
  margin-bottom: 0.7rem !important;
}

[data-theme-version="dark"] .invites .card {
  background-color: #2D2D37 !important;
}

.invites .legend {
  width: 200px;
  margin: auto 0;
}

.invites .card-title {
  font-size: 1.1rem !important;
  margin-bottom: 2px !important;
}

.mbsc-popup-center {
  max-width: 100% !important;
}

.mbsc-popup-body {
  padding: 10px !important;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  color: var(--bs-gray-800) !important;
}

.mbsc-ios-dark.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  color: var(--bs-gray-300) !important;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  color: var(--primary) !important;
}

.mbsc-ios.mbsc-button-flat {
  color: var(--primary) !important;
}

.mbsc-ios.mbsc-textfield-tags-inner {
  padding-bottom: .600em !important;
}

.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-stacked {
  padding-top: 1.475em !important
}

.mbsc-ios.mbsc-ltr.mbsc-label {
  color: #717579;
}

.invites .f-details {
  display: flex;
  justify-content: space-between;
}

.metrics .widget-media .timeline .timeline-panel .media {
  background: transparent !important;
}

.apexcharts-svg {
  background: transparent !important;
}

.invites .input-group.search-area .form-control,
.invites .input-group.search-area .input-group-text {
  height: 2.5rem !important
}

.invites .input-group.search-area {
  height: 2.6rem !important
}

.invites .page-titles .input-group.search-area {
  width: 20rem !important;
}

.notifications .media {
  width: auto !important;
  height: 80% !important;
  background: transparent !important;
  border-radius: 0.625rem;
}

.timeline .media {
  border-radius: 0.625rem !important;
}

.ticker-container {
  background-color: #dfe6e6;
}

#main-wrapper {
  background-color: #eff1f1;
}

.heading {
  font-size: 0.975rem;
  color: #07201d;
}

.support-box {
  background-color: var(--primary-dark);
  text-align: center;
}

.support-box::before {
  display: none;
}

.dlabnav .metismenu>li>a {
  color: var(--primary);
}

.dlabnav .metismenu>li>a i {
  color: #bbbbbb;
}

.mm-active, .dlabnav .metismenu a {
  color: #ffffff;
}

.dlabnav {
  border-right: 0px solid #d5dfe7;
}

.header {
  border-bottom: 0px solid #d5dfe7;
}

.form-control {
  background: #eff2f2;
  color: #6c7984;
}

.form-control:hover, .form-control:focus, .form-control.active {
  background: #eff2f2;
  color: #6c7984;
}

.header-right .notification_dropdown .nav-link {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #eff2f2;
  border: 1px solid #eff2f2;
}

.header-profile2 img {
  border-radius: 50%;
}

.header-left .search-area .input-group-text {
  background: #eff2f2;
}

.ticker a {
  color: #07201d;
  border-right: 1px solid rgb(255 255 255 / 20%);
}

.ticker:hover a {
  color: #07201d;
}

.wrapper-search {
  border-top: 1px solid #00324c;
  border-bottom: 1px solid #00324c;
  padding: 25px 15px;
}

@media (max-width: 47.9375rem) {
  .dlabnav {
    top: 6rem;
  }
}

[data-container="wide-boxed"] .nav-header,
[data-container="boxed"] .nav-header,
[data-container="wide"] .nav-header,
[data-sidebar-position="static"][data-layout="horizontal"][data-header-position="static"] .nav-header {
  height: 6rem;
}

.header .header-content {
  height: 6rem;
}

[data-header-position="fixed"] .content-body {
  padding-top: 6rem;
}

.nav-item.notification_dropdown a.nav-link.has::before {
  background-color: #43aaa5;
}

.input-group.search-area .form-control {
  height: 2.5rem;
}

.input-group.search-area {
  height: 2.5rem;
}

.input-group.search-area .input-group-text {
  height: 2.5rem;
}

.header-left .search-area .form-control {
  font-size: 13px;
}

.input-group-text {
  padding: 0.6875rem 0;
}

.brand-logo img {
  width: 85%;
}

.nav-header .brand-logo {
  justify-content: center;
}

.card {
  background-color: #f6f7f7;
}

.page-titles {
  background: #f6f7f7;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu>li:hover>ul a {
  color: #ffffff;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu>li:hover>ul {
  background-color: #051c19;
}

.invites .page-titles input.form-control, .companies .page-titles input.form-control {
  background-color: #eff2f2;
}

.form-control:disabled, .form-control[readonly] {
  background: #eff2f2;
}

sub, sup {
  font-size: 100%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: 0;
}

sub {
  bottom: 0;
}

.mbsc-ios.mbsc-select, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  background: #D5DFE7;
}

.page-titles h2, .page-titles .h2 {
  font-size: 0.975rem;
}


.mbsc-ios.mbsc-select, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  background-color: #eff2f2 !important;
}

.support-box .bg-white {
  width: 100%;
  background-color: var(--primary) !important;
  color: #ffffff;
}

.btn-sm, .btn-group-sm>.btn {
  font-size: .913rem !important;
}

.btn-info {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}

.btn-warning {
  color: #999;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-warning:hover {
  background-color: #999;
  border-color: #999;
}

.nav-control {
  display: none;
}

[data-sidebar-style="mini"] .header {
  height: 6rem !important;
}

@media only screen and (max-width: 35.9375rem) {
  .header-profile2 img {
    height: 2.825rem;
    width: 2.825rem;
    margin-left: 0;
  }
  .nav-control {
    top: 46%;
  }
}

@media only screen and (max-width: 768px) {
  .nav-control {
    display: block;
  }
  .nav-header .brand-logo {
    display: none;
  }
}

.header .header-content {
  padding-left: 2rem;
}

[data-sidebar-style="overlay"] .dlabnav .metismenu>li>a {
  color: var(--primary);
}


@media only screen and (max-width: 47.9375rem) {
  .nav-control {
      top: 56%;
    right: 1.125rem !important;
  }
}

@media only screen and (max-width: 68.75rem) {
  .header-left {
    margin-left: 3rem;
    width: 12rem;
  }

  .header-left .search-area {
    display: flex;
  }
}

@media only screen and (min-width: 48rem) {
  [data-sidebar-style="mini"] .dlabnav .metismenu li>ul {
    background: #051c19;
  }
}

html,
body {
  overflow-x: hidden;
}

body {
  width: 100%;
}

[data-sidebar-style="mini"] .nav-header .hamburger,
[data-sidebar-style="mini"] .nav-header .nav-control {
  display: block !important;
  top: 1.6rem !important;
  left: 3.9rem !important
}

[data-sidebar-style="mini"] .dlabnav {
  top: 6rem;
}

[data-sidebar-style="mini"][data-layout="vertical"] .menu-toggle .dlabnav {
  width: 17rem;
  overflow: visible;
}

[data-sidebar-style="mini"][data-layout="vertical"] .hamburger.is-active {
  margin-top: .7rem !important;
}

[data-sidebar-style="mini"] .dlabnav .metismenu>li {
  padding: 0 11px !important;
}

[data-sidebar-style="mini"][data-layout="vertical"] .hamburger.is-active .line {
  background-color: var(--primary) !important;
  opacity: 1 !important;
}

[data-sidebar-style="mini"][data-layout="vertical"] .menu-toggle .support-box {
  display: block !important;
}

[data-sidebar-style="mini"][data-layout="vertical"] .menu-toggle .dlabnav .nav-text {
  display: inline-block !important;
}

[data-sidebar-style="mini"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu>li>a {
  font-weight: 400;
  border-radius: 0.625rem;
  transition: all .5s;
  line-height: 1.5rem;
  display: inline-block;
  color: var(--primary);
  font-size: 13px !important;
  padding: 0.5rem 0.6rem !important;
  text-align: left;
}

[data-sidebar-style="mini"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu>li>a>i {
  margin-right: 4px;
  font-size: 1rem;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #43aaa5;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, .075);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  animation: fadeIn 0.3s;
}

#back-to-top:hover {
  opacity: 0.7;
  background-color: #43aaa5;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.api #main-wrapper {
  background-color: var(--bs-body-bg) !important;
}

.nav-item.notification_dropdown a.nav-link.online::before {
  content: '';
  display: block;
  background-color: #eb6274;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: 0;
}

.star-rating {
  margin-bottom: 5px;
}

.post-title:hover {
  color: var(--primary) !important;
  text-decoration: none;
}

.courses-bx .dlab-info .dlab-title {
  margin-top: 1.10rem;
}

.courses-bx .dlab-info .dlab-title p span {
  padding: 0 0.375rem;
  align-items: center;
}

.courses-bx .dlab-info .dlab-title p span svg {
  margin-left: 0.3125rem;
  margin-top: -0.3125rem;
}

.courses-bx .dlab-info .content {
  font-size: 0.875rem;
  font-weight: 400;
  flex-flow: wrap;
  margin-top: auto;
}

.all-crs-wid:hover .courses-bx h4 a,
.all-crs-wid:hover .courses-bx .h4 a {
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.overlay-main:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0.625rem;
}

@media only screen and (max-width: 35.9375rem) {
  .dd .dd-list {
    padding-left: 0;
  }
}

.content-title.collapse {
  border-radius: 0.525rem;
}

.widget-courses .schedule-icon {
  height: 4rem;
  width: 4rem;
  display: block;
  text-align: center;
  line-height: 4rem;
  border-radius: 50%;
  color: #374557;
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 1.25rem;
}

@media only screen and (max-width: 35.9375rem) {
  .widget-courses .schedule-icon {
    margin-bottom: 0.625rem;
    height: 3.125rem;
    width: 3.125rem;
    line-height: 3.125rem;
    font-size: 0.875rem;
  }
}

.widget-courses i {
  transform: scale(1.2);
}

.widget-courses.style-1 h4,
.widget-courses.style-1 .h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (max-width: 47.9375rem) {

  .widget-courses.style-1 h4,
  .widget-courses.style-1 .h4 {
    font-size: 1.125rem;
  }
}

.widget-courses.style-1 img {
  width: 3.125rem;
}

.widget-courses.style-1 span {
  font-size: 1.125rem;
}

@media only screen and (max-width: 47.9375rem) {
  .widget-courses.style-1 span {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 106.25rem) {
  .widget-courses.style-1 img {
    width: 3.125rem;
  }
}

.widget-courses.style-2 h4,
.widget-courses.style-2 .h4 {
  color: #fff;
}

.widget-courses.style-2 span {
  color: #fff;
}

.widget-courses.style-2:hover .peity {
  transform: scale(1.3);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.courses-bx .dlab-media img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  object-fit: cover;
}

.courses-bx .dlab-info .content {
  font-size: 0.875rem;
  font-weight: 400;
  flex-flow: wrap;
  margin-top: auto;
}

/* course details */
.course-dedails-bx h2,
.course-dedails-bx .h2 {
  font-size: 1.5rem;
  width: 70%;
}

@media only screen and (max-width: 35.9375rem) {

  .course-dedails-bx h2,
  .course-dedails-bx .h2 {
    font-size: 1.125rem;
  }
}

.course-dedails-bx .description p {
  font-weight: 400;
  margin: 0;
}

@media only screen and (max-width: 35.9375rem) {
  .course-dedails-bx .description p {
    font-size: 0.875rem;
  }
}

.course-dedails-bx .description .user-pic {
  display: flex;
  align-items: center;
}

.course-dedails-bx .description .user-pic img {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.5rem;
  margin-right: 0.9375rem;
}

.course-dedails-bx .description .user-pic span {
  font-size: 1rem;
  font-weight: 400;
  color: #424562;
}

.star-orange {
  color: #FFD687;
}

.course-details-tab {
  padding: 1.5625rem 0;
}

.course-details-tab h4,
.course-details-tab .h4 {
  font-size: 1.125rem;
}

@media only screen and (max-width: 35.9375rem) {
  .course-details-tab p {
    font-size: 0.875rem;
  }
}

.course-details-tab .nav-tabs {
  border-bottom: 0.125rem solid #D5DFE7;
}

.course-details-tab .nav-tabs .nav-link {
  font-size: 1.125rem;
  font-weight: 600;
  background: transparent;
  padding: 1rem 0.875rem;
  border: 0;
}

.course-details-tab .nav-tabs .nav-link:first-child {
  margin-left: 0;
}

.course-details-tab .nav-tabs .nav-link.active {
  color: var(--primary);
  border-bottom: 0.1875rem solid var(--primary) !important;
  padding-bottom: 0.875rem;
}

.course-details-tab .about-content {
  margin-top: 1.875rem;
}

.course-details-tab .user-pic2 {
  padding-top: 2.375rem;
}

.course-details-tab .user-pic2 p {
  margin: 0;
  margin-top: 1rem;
}

.course-details-tab .user-pic2 img {
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 0.5rem;
}

.course-details-tab .user-pic2:hover h4,
.course-details-tab .user-pic2:hover .h4 {
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.course-details-tab.style-2 {
  padding: 0;
}

.course-details-tab.style-2 .nav-tabs .nav-link {
  font-size: 0.875rem;
  color: #A098AE;
  margin-bottom: 0;
  border: 0 !important;
  flex: 1;
  position: relative;
  padding: 0.75rem 1rem;
}

.course-details-tab.style-2 .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.125rem;
  height: 0.1875rem;
  width: 0;
  background: var(--primary);
  border-radius: 0.1875rem;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.course-details-tab.style-2 .nav-tabs .nav-link.active {
  color: var(--primary);
}

.course-details-tab.style-2 .nav-tabs .nav-link.active:after {
  width: 100%;
}

@media only screen and (max-width: 106.25rem) {
  .course-details-tab.style-2 .nav-tabs .nav-link {
    padding: 1rem 1rem;
  }
}

.raiting {
  margin: 1.25rem 0;
}

.raiting li {
  font-weight: 400;
  padding: 0 1.125rem;
  padding-left: 1.125rem;
  border-right: 0.125rem solid #D5DFE7;
}

@media only screen and (max-width: 35.9375rem) {
  .raiting li {
    padding: 0 0.8125rem;
  }
}

.raiting li:first-child {
  padding-left: 0;
}

.raiting li:last-child {
  border-right: 0;
}

@media only screen and (max-width: 35.9375rem) {
  .raiting li:last-child {
    padding-left: 6px;
  }
}

.video-img .view-demo {
  position: relative;
  overflow: hidden;
}

.video-img .view-demo img {
  width: 100%;
  border-radius: 0.625rem;
  object-fit: cover;
  height: 25rem;
}

@media only screen and (max-width: 35.9375rem) {
  .video-img .view-demo img {
    height: 12rem;
  }
}

.video-img .view-demo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(84, 124, 175, 0.25);
  z-index: 1;
  border-radius: 0.625rem;
}

.video-img .view-demo a {
  height: 4.375rem;
  width: 4.375rem;
  display: block;
  position: relative;
  z-index: 2;
  margin: auto;
}

.video-img .view-demo a svg path fill {
  fill: #fff;
}

.video-img .view-demo .play-button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -3.125rem);
  z-index: 2;
  width: 100%;
}

.video-img .view-demo .play-button h4,
.video-img .view-demo .play-button .h4 {
  font-size: 1.5rem;
  color: white;
  position: relative;
  z-index: 2;
  margin-top: 0.625rem;
}

@media only screen and (max-width: 35.9375rem) {
  .video-img .view-demo .play-button svg {
    width: 3.125rem;
  }

  .video-img .view-demo .play-button h4,
  .video-img .view-demo .play-button .h4 {
    font-size: 1rem;
  }
}

.video-img.style-1 .view-demo img {
  height: 35rem;
}

@media only screen and (max-width: 35.9375rem) {
  .video-img.style-1 .view-demo img {
    height: 13.125rem;
  }
}

.course-prise {
  padding: 2.1875rem 0;
}

.course-prise h4,
.course-prise .h4 {
  font-size: 1.5rem;
  align-items: center;
  display: flex;
}

.course-prise h4 small,
.course-prise .h4 small,
.course-prise h4 .small,
.course-prise .h4 .small {
  font-size: 1.125rem;
  font-weight: 400;
  color: #717579;
  margin-left: 0.625rem;
}

.course-prise span {
  font-size: 0.875rem;
  font-weight: 500;
}

.course-prise span:hover svg {
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.course-learn h4,
.course-learn .h4 {
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
}

.course-learn ul li {
  width: 50%;
  display: flex;
  float: left;
  color: #424562;
  padding: 0.5625rem 0rem;
}

.course-learn ul li svg {
  margin-right: 0.625rem;
  margin-top: .1rem;
}

@media only screen and (max-width: 35.9375rem) {
  .course-learn ul li {
    width: 100%;
  }
}

/* Course-details 2 */
.course-content {
  margin-bottom: 1rem;
}

.course-content h3,
.course-content .h3 {
  font-size: 1.5rem;
}

@media only screen and (max-width: 35.9375rem) {

  .course-content h3,
  .course-content .h3 {
    font-size: 1.125rem;
  }
}

.course-content svg {
  margin: 0 0.625rem;
  cursor: pointer;
}

.course-content svg:hover path {
  fill: var(--primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.progress-box h4,
.progress-box .h4 {
  font-size: 1.5rem;
}

.progress-box .progress {
  height: 0.75rem;
  border-radius: 0.25rem;
  margin: 0.5625rem 0;
}

.students1 {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 87.5rem) {
  .students1 {
    display: block;
  }
}

@media only screen and (max-width: 74.9375rem) {
  .students1 {
    display: flex;
  }
}

.course-details-tab.style-2 .nav-tabs.tab-auto .nav-link {
  flex: unset;
}

.profile-widget:hover {
  transform: translateY(-10px);
}

.all-crs-wid:hover .courses-bx h4 a,
.all-crs-wid:hover .courses-bx .h4 a {
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.all-crs-wid:hover .overlay-main:before {
  opacity: 0.8;
}

.all-crs-wid:hover .overlay-main .overlay-bx {
  opacity: 1;
  visibility: visible;
}

.course-slider .swiper-slide .card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.course-slider .swiper-slide .card:hover .widget-courses img {
  -webkit-animation-name: bounce;
  opacity: 1;
  animation-duration: 1.5s;
}

.custome-accordion {
  background-color: #fff;
  border-radius: 0.625rem;
}

.overlay-main {
  position: relative;
}

.overlay-main:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0.625rem;
}

.overlay-main .overlay-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
  border-radius: 0.625rem;
  visibility: hidden;
}

.overlay-main .overlay-icon {
  height: auto;
  left: 50%;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}

.overlay-main .overlay-icon i {
  font-size: 40px;
  color: var(--primary);
}

.popular-bx {
  display: flex;
  align-items: center;
}

.popular-bx .popular-media {
  position: relative;
}

.popular-bx .popular-media .video-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background-color: var(--primary);
  border-radius: 100%;
  position: absolute;
  top: 30px;
  left: 33px;
}

.popular-bx .popular-media img {
  width: 100px;
  border-radius: 0.325rem;
  margin-right: 10px;
}

.modal-dialog-center {
  min-height: calc(100% - 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dlab-info {
  display: flex;
  flex-direction: column;
}

.comment-media img {
  width: 50px;
  border-radius: 0.325rem;
  margin-right: 1rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 0.625rem;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#finlab-chat {
  position: fixed;
  right: 0rem;
  bottom: 1.5rem;
  width: min(410px, calc(100vw - 2rem));
  max-height: 100vh;
  z-index: 1100;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(5, 28, 25, 0.18);
  display: flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  border: none;
  background: rgba(255, 255, 255, 0.96);
}

#finlab-chat.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  #finlab-chat {
    bottom: 0.5rem;
    right: 0.5rem;
    width: calc(100vw - 1rem);
  }
}

#finlab-chat .custom-tab-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#finlab-chat .chatbox-head {
  padding: 1.2rem 2.1rem 0.5rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  background: transparent;
  position: relative;
}

#finlab-chat .chatbox-close-icon {
  position: absolute;
  top: 0.6rem;
  right: 0.9rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(15, 24, 36, 0.5);
  cursor: pointer;
  padding: 0.2rem;
  transition: color 0.2s ease;
}

#finlab-chat .chatbox-close-icon:hover {
  color: rgba(15, 24, 36, 0.9);
}

#finlab-chat .chat-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(67, 170, 165, 0.12);
  color: #0f766e;
  font-size: 0.78rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-weight: 600;
}

#finlab-chat .chat-user-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(99, 102, 241, 0.16);
  color: #3730a3;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
}

#finlab-chat .chat-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2dd4bf;
  display: inline-block;
  box-shadow: 0 0 6px rgba(45, 212, 191, 0.8);
}

#finlab-chat .chatbox-body {
  padding: 1rem 1.5rem;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

#finlab-chat .chat-messages {
  flex: 1 1 auto;
  overflow-y: auto;
  scrollbar-width: none;
  padding-right: 0.25rem;
  display: flex;
  flex-direction: column;
}

#finlab-chat .chat-message {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  position: relative;
}

#finlab-chat .chat-message-content {
  border-radius: 12px;
  padding: 0.65rem 0.9rem;
  white-space: pre-wrap;
  word-break: break-word;
}

#finlab-chat .chat-message-user .chat-message-content {
  background-color: var(--primary, #43aaa5);
  color: #fff;
  margin-left: auto;
  border-top-right-radius: 1px;
  border-top-left-radius: 18px;
}

#finlab-chat .chat-message-assistant .chat-message-content {
  background-color: #e7e7e7;
  color: #041e1a;
  margin-right: auto;
  border-top-left-radius: 1px;
  border-top-right-radius: 18px;
}

#finlab-chat .chat-message-author {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
  color: #0f766e;
}

#finlab-chat .chat-message-user .chat-message-author {
  text-align: right;
  color: #1d4ed8;
}

#finlab-chat .chat-message-time {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: #a0a6ab;
  display: inline-flex;
  align-items: center;
}

#finlab-chat .chat-message-user .chat-message-time {
  justify-content: flex-end;
}

#finlab-chat .chat-message-assistant .chat-message-time {
  justify-content: flex-start;
}

#finlab-chat .chat-message-error .chat-message-content {
  border: 1px solid #dc2626;
}

#finlab-chat .chat-message-error-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #dc2626;
  background: rgba(220, 38, 38, 0.1);
  color: #b91c1c;
  font-size: 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: help;
  margin-left: 0.25rem;
  margin-top: -0.2rem;
  position: absolute;
  top: 0.35rem;
  right: calc(100% - 2rem);
}

#finlab-chat .chat-placeholder {
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

#finlab-chat .chat-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

#finlab-chat .chat-suggestion-btn {
  border: 1px solid rgba(67, 170, 165, 0.3);
  background: rgba(67, 170, 165, 0.08);
  color: #0f766e;
  border-radius: 999px;
  font-size: 0.78rem;
  padding: 0.3rem 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

#finlab-chat .chat-suggestion-btn:hover {
  border-color: rgba(15, 118, 110, 0.7);
  background: rgba(67, 170, 165, 0.2);
  color: #065f46;
}

#finlab-chat .chatbox-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem 1.25rem;
  margin-top: auto;
  background: #fff;
}

#finlab-chat [data-ai-chat-input] {
  font-size: 0.92rem;
  line-height: 1;
  resize: none;
  min-height: 42px;
  max-height: 96px;
}

#finlab-chat [data-ai-chat-input]::placeholder {
  font-size: 0.92rem;
  color: #94a3b8;
}

#finlab-chat .chat-message.typing .chat-message-content {
  display: inline-flex;
  gap: 0.3rem;
  align-items: center;
}

#finlab-chat .typing-dots {
  display: inline-flex;
  gap: 0.2rem;
}

#finlab-chat .typing-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #94a3b8;
  display: inline-block;
  animation: typingBlink 1.2s infinite ease-in-out;
}

#finlab-chat .typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

#finlab-chat .typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typingBlink {

  0%,
  80%,
  100% {
    opacity: 0.3;
    transform: translateY(0);
  }

  40% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

 #finlab-chat .chat-skeleton {
   display: flex;
   flex-direction: column;
   gap: 0.45rem;
   margin-bottom: 0.85rem;
   width: 100%;
 }

 #finlab-chat .chat-skeleton-bubble {
   height: 52px;
   border-radius: 18px;
   width: 70exi%;
   background: linear-gradient(90deg, rgba(226, 232, 240, 0.8), rgba(226, 232, 240, 0.4), rgba(226, 232, 240, 0.8));
   background-size: 200px 100%;
   animation: chatSkeletonPulse 1.2s ease-in-out infinite;
 }

 #finlab-chat .chat-skeleton-bubble:nth-child(2) {
   width: 70%;
   align-self: flex-end;
 }

 @keyframes chatSkeletonPulse {
   0% {
     background-position: -200px 0;
   }

   100% {
     background-position: 200px 0;
   }
 }
 
 /* Chrome, Edge e Safari */
 .chat-messages::-webkit-scrollbar {
   width: 0;
   height: 0;
 }

/* Assistant hub (global chat v2) */
.assistant-hub {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 1.5rem;
  margin-top: 1rem;
  min-height: 65vh;
}

.assistant-nav-link {
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(9, 36, 33, 0.08);
  color: #092421;
}

.assistant-nav-link:hover {
  background: rgba(9, 36, 33, 0.16);
  color: #092421;
}

.assistant-sidebar-entry > a {
  background: rgba(67, 170, 165, 0.15);
  border-radius: 12px;
  margin-bottom: 0.75rem;
}

.assistant-sidebar-entry i.fa-robot {
  color: #43aaa5;
}

@media (max-width: 991px) {
  .assistant-hub {
    grid-template-columns: 1fr;
  }

  .assistant-hub__panel {
    order: 2;
    height: auto;
  }
}

.assistant-hub__panel {
  /* background: #092421; */
  background-color: var(--primary-dark);
  border-radius: 18px;
  padding: 1.5rem 1.25rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 220px);
  min-height: 520px;
}

.assistant-hub__panel-head h5 {
  color: #fff;
}

.assistant-new-session {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 110px;
  justify-content: center;
}

.assistant-new-session.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.assistant-new-spinner {
  width: 0.9rem;
  height: 0.9rem;
}

.assistant-hub__panel-body {
  margin-top: 1.25rem;
  flex: 1;
  overflow-y: auto;
  padding-right: 0.25rem;
}

.assistant-hub__chat {
  border-radius: 20px;
  min-height: 520px;
  height: calc(100vh - 220px);
  max-height: calc(100vh - 250px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (max-width: 991px) {
  .assistant-hub__chat {
    height: auto;
    min-height: 60vh;
    max-height: none;
  }
}

.assistant-chat__head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.assistant-label {
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #7c8a8a;
}

.assistant-status-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  font-weight: 600;
  font-size: 0.85rem;
}

.assistant-status-pill.online {
  background: rgba(52, 199, 89, 0.1);
  color: #34c759;
}

.assistant-status-pill.offline {
  background: rgba(231, 76, 60, 0.1);
  color: #e74c3c;
}

.assistant-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 0.35rem;
  display: inline-flex;
  background: currentColor;
}

.assistant-chat__body {
  padding: 1.5rem;
  flex: 1;
  min-height: 0;
  background: #f8fbfb;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.assistant-messages {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  overflow-y: auto;
  padding-right: 0.5rem;
}

@media (max-width: 767px) {
  .assistant-messages {
    max-height: none;
  }
}

.assistant-message {
  background: #fff;
  border-radius: 16px;
  padding: 1rem 1.2rem;
  position: relative;
  box-shadow: 0 6px 15px rgba(15, 23, 42, 0.05);
}

.assistant-message-skeleton {
  pointer-events: none;
  animation: assistantSkeletonPulse 1.2s ease-in-out infinite;
}

.assistant-message-skeleton .skeleton-bar,
.assistant-skeleton-line {
  display: block;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.2), rgba(148, 163, 184, 0.4), rgba(148, 163, 184, 0.2));
  background-size: 200% 100%;
  height: 12px;
  margin-bottom: 0.4rem;
}

.assistant-skeleton-line {
  height: 14px;
}

.assistant-skeleton-line.short {
  width: 45%;
}

.assistant-message-user {
  margin-left: auto;
  background: #092421;
  color: #fff;
}

.assistant-message-user .assistant-message-content,
.assistant-message-user .assistant-message-content p {
  color: #fff;
}

.assistant-message-author {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
  color: rgba(15, 23, 42, 0.6);
}

.assistant-message-user .assistant-message-author {
  color: rgba(255, 255, 255, 0.65);
}

.assistant-message-content p {
  margin-bottom: 0.5rem;
}

.assistant-message-content p:last-child {
  margin-bottom: 0;
}

.assistant-message-content pre {
  background: #0f172a;
  color: #fff;
  border-radius: 10px;
  padding: 0.8rem;
  overflow: auto;
}

@keyframes assistantSkeletonPulse {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.assistant-empty {
  text-align: center;
  padding: 2.5rem 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.assistant-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
  justify-content: center;
}

.assistant-suggestion {
  border: 1px solid rgba(4, 120, 87, 0.2);
  background: #fff;
  border-radius: 16px;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.assistant-suggestion:hover {
  background: rgba(4, 120, 87, 0.08);
  color: #047857;
}

.assistant-chat__footer {
  padding: 1rem 1.5rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.assistant-alert {
  min-height: 22px;
  font-size: 0.9rem;
}

.assistant-input {
  background: #f2f6f7;
  border-radius: 16px;
  padding: 0.8rem 0.8rem 0.5rem;
}

.assistant-input textarea {
  width: 100%;
  border: none;
  background: transparent;
  resize: none;
  outline: none;
  font-size: 1rem;
  min-height: 60px;
  max-height: 120px;
  overflow-y: auto;
}

.assistant-input__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.35rem;
}

.assistant-typing {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.assistant-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9ca3af;
  display: inline-block;
  animation: assistant-typing 1s infinite ease-in-out;
}

.assistant-typing span:nth-child(2) {
  animation-delay: 0.15s;
}

.assistant-typing span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes assistant-typing {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

.assistant-readonly-alert {
  margin: 0 1.5rem 1rem;
  background: #fff7ed;
  color: #92400e;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
}

.assistant-readonly-note {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #9ca3af;
}

.assistant-form-readonly {
  opacity: 0.65;
}

.assistant-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.assistant-overlay[hidden] {
  display: none;
}

.assistant-overlay__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.25rem;
  width: min(420px, 90vw);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.assistant-overlay__card h5 {
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
}

.assistant-overlay__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.assistant-overlay__header .btn-close {
  border: none;
  background: transparent;
  font-size: 1.3rem;
  line-height: 1;
  color: #475569;
}

.assistant-share-input {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.assistant-share-input input {
  flex: 1;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0.4rem 0.6rem;
  font-size: 0.9rem;
}

.assistant-share-input button {
  border: none;
  background: #0c7861;
  color: #fff;
  border-radius: 8px;
  padding: 0 0.9rem;
  transition: background 0.2s ease;
}

.assistant-share-input button.copied {
  background: #10b981;
}

.assistant-overlay__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1rem;
}

.assistant-overlay__actions button {
  border: none;
  border-radius: 8px;
  padding: 0.45rem 0.9rem;
}

.assistant-overlay__actions .btn-cancel {
  background: #e5e7eb;
  color: #111827;
}

.assistant-overlay__actions .btn-danger {
  background: #dc2626;
  color: #fff;
}

.assistant-session {
  width: 100%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  gap: 0.5rem;
  transition: background 0.2s ease;
}

.assistant-session.is-active {
  background: rgba(255, 255, 255, 0.2);
}

.assistant-session strong {
  font-size: 0.95rem;
  display: block;
  font-weight: 500 !important;
}

.assistant-session__select {
  flex: 1;
  border: none;
  background: transparent;
  color: inherit;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.25rem;
}

.assistant-session__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.assistant-session__select:focus {
  outline: none;
}

.assistant-session__controls {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.assistant-session__favorite {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.assistant-session__favorite:hover,
.assistant-session--favorite .assistant-session__favorite {
  color: #facc15;
}

.assistant-session--favorite {
  border: 1px solid rgba(250, 204, 21, 0.4);
}

.assistant-session__menu {
  position: relative;
}

.assistant-session__menu-trigger {
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.assistant-session__menu-panel {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: rgba(5, 31, 27, 0.95);
  border-radius: 12px;
  padding: 0.25rem 0;
  min-width: 160px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.15s ease, transform 0.15s ease;
  z-index: 5;
}

.assistant-session__menu.open .assistant-session__menu-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.assistant-session__menu-panel button {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  padding: 0.4rem 0.85rem;
  font-size: 0.85rem;
}

.assistant-session__menu-panel button:hover {
  background: rgba(255, 255, 255, 0.08);
}

.assistant-session__menu-panel button.danger {
  color: #fb7185;
}

.assistant-session-shared {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.65rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #14b8a6;
  background: rgba(20, 184, 166, 0.15);
  border-radius: 999px;
  padding: 0.15rem 0.6rem;
}

.assistant-session-rename-input {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.6);
  border-radius: 6px;
  padding: 0.15rem 0.3rem;
  font-size: 0.9rem;
}

.navbar .fa-robot {
  width: 25px;
  height: 21px;
  font-size: 19px !important;
}


.nav-item.notification_dropdown a.nav-link.assistant-nav-link.online::before {
  background-color: #34c759 !important;
}
