/*================================================
Default CSS
=================================================*/
.switch-box {
  position: fixed;
  z-index: 1;
  left: 1%;
  bottom: 63px;
}
.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 88px;
  height: 34px;
}
.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-box .slider {
     position: absolute;
    cursor: pointer;
    display: flex;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    background: #4d4949;
    transition: 0.4s;
    justify-content: left;
}
.switch-box .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 52.5px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: url(../../assets/images/icons/moon-dark.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.switch-box input:checked + .slider {
  background-color: #b2b1b2;
}
.switch-box input:focus + .slider {
  background-color: #b2b1b2;
}
.switch-box input:checked + .slider:before {
  background: url(../../assets/images/icons/sun-dark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.switch-box .slider.round {
  border-radius: 50px;
}
.switch-box .slider.round:before {
  border-radius: 50%;
}

.theme-dark body {
  background-color: #1C345A;
  color: #f1f1f1;
}
.theme-dark p {
  color: #f1f1f1;
}
.theme-dark p a {
  color: #f1f1f1 !important;
}
.theme-dark p a:hover {
  color: #b2b1b2 !important;
}
.theme-dark .bg-f4f6f9 {
  background-color: #0F1B2D;
}
.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff !important;
}
.theme-dark .h1 a, .theme-dark .h2 a, .theme-dark .h3 a, .theme-dark .h4 a, .theme-dark .h5 a, .theme-dark .h6 a, .theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
  color: #ffffff !important;
}
.theme-dark .h1 a:hover, .theme-dark .h2 a:hover, .theme-dark .h3 a:hover, .theme-dark .h4 a:hover, .theme-dark .h5 a:hover, .theme-dark .h6 a:hover, .theme-dark h1 a:hover, .theme-dark h2 a:hover, .theme-dark h3 a:hover, .theme-dark h4 a:hover, .theme-dark h5 a:hover, .theme-dark h6 a:hover {
  color: #b2b1b2 !important;
}
.theme-dark .nav-bg-1 {
  background-color: #1C345A;
}
.theme-dark .nav-bg-2 {
  background-color: #1C345A;
}
.theme-dark .navbar-area .navbar-brand .white-logo {
  display: block;
}
.theme-dark .navbar-area .navbar-brand .main-logo {
  display: none;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item a:hover, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item a:focus, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item:hover a, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item:focus a, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background: #0F1B2D;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff;
  border-bottom: 1px dashed #000000;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
  border-bottom: 1px dashed #000000;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #b2b1b2;
}
.theme-dark .desktop-nav .navbar .others-options ul li .call-now a {
  color: #ffffff;
}
.theme-dark .desktop-nav .navbar .others-options ul li .default-btn {
  color: #ffffff;
}
.theme-dark .others-option-for-responsive .others-options {
  background-color: #0F1B2D;
}
.theme-dark .others-option-for-responsive .others-options ul li .call-now a {
  color: #ffffff;
}
.theme-dark .preloader-area {
  background-color: #1C345A;
}
.theme-dark .default-btn {
  color: #ffffff;
}
.theme-dark .read-more-btn {
  color: #ffffff;
}
.theme-dark .top-header-area {
  background-color: #0F1B2D;
}
.theme-dark .banner-area {
  background-color: #0F1B2D;
}
.theme-dark .slider-content.style2 {
  background-color: #1C345A;
}
.theme-dark .slider-content.style2 p {
  color: #ffffff;
}
.theme-dark .single-academics-card {
  background-color: #0F1B2D;
}
.theme-dark .estemate-form {
  background-color: #0F1B2D;
}
.theme-dark .estemate-form .form-group .form-control {
  background-color: #1C345A;
  color: #ffffff;
  border-color: #383737;
}
.theme-dark .single-courses-card .courses-content {
  background-color: #1C345A;
}
.theme-dark .single-courses-card.style2 .courses-content {
  background-color: #0F1B2D;
}
.theme-dark .single-courses-card.style4 .courses-content {
  background-color: #0F1B2D;
}
.theme-dark .courses-details .courses-card .list ul li span {
  color: #ffffff;
}
.theme-dark .description .nav-tabs {
  background-color: #0F1B2D;
}
.theme-dark .description .nav-tabs .nav-link {
  color: #ffffff;
}
.theme-dark .curriculum .curriculum-list {
  background-color: #0F1B2D;
}
.theme-dark .single-reviews-card {
  background-color: #0F1B2D;
}
.theme-dark .review-form .form-group .form-control {
  background-color: #0F1B2D;
  color: #ffffff;
}
.theme-dark .courses-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #0F1B2D;
  color: #ffffff;
}
.theme-dark .enroll-courses {
  background-color: #0F1B2D;
}
.theme-dark .enroll-courses .list ul li span {
  color: #ffffff;
}
.theme-dark .single-campus-card .campus-content {
  background-color: #0F1B2D;
}
.theme-dark .single-campus-card.style2 .campus-content {
  background-color: #1C345A;
}
.theme-dark .campus-content.style-2 {
  background-color: #1C345A;
}
.theme-dark .campus-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #0F1B2D;
  color: #ffffff;
}
.theme-dark .campus-slider2.owl-theme .owl-nav [class*=owl-] {
  background-color: #0F1B2D;
  color: #ffffff;
}
.theme-dark .counter-card h1 .target.heading-color {
  color: #ffffff;
}
.theme-dark .single-health-care-card .health-care-content {
  background-color: #0F1B2D;
}
.theme-dark .single-health-care-card.style1 .health-care-content {
  background-color: #1C345A;
}
.theme-dark .single-health-care-card.style2 .health-care-content {
  background-color: #1C345A;
}
.theme-dark .health-care-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #0F1B2D;
  color: #ffffff;
}
.theme-dark .tranding {
  background-color: #0F1B2D;
}
.theme-dark .single-events-card .events-content {
  background-color: #1C345A;
}
.theme-dark .single-events-card.style2 .events-content {
  background-color: #0F1B2D;
}
.theme-dark .single-events-card.style-3 .events-content {
  background-color: #0F1B2D;
}
.theme-dark .single-events-card.style-4 .events-content {
  background-color: #0F1B2D;
}
.theme-dark .single-events-card .events-image .date {
  background-color: #1c1b1b;
}
.theme-dark .events-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #0F1B2D;
}
.theme-dark .events-details-left-content .about-lecturer .address .list ul li a {
  color: #ffffff;
}
.theme-dark .single-podcasts-card.style2 .podcast-content {
  background-color: #1C345A;
}
.theme-dark .single-podcasts-card.style3 .podcast-content {
  background-color: #0F1B2D;
}
.theme-dark .single-program-card {
  background-color: #1C345A;
}
.theme-dark .additional-information {
  background-color: #0F1B2D;
}
.theme-dark .additional-information .list ul li {
  background-color: #1C345A;
}
.theme-dark .additional-information .list ul li a {
  color: #ffffff;
}
.theme-dark .additional-information .list ul li:hover {
  background-color: #b2b1b2;
}
.theme-dark .single-alumni-events-card {
  background-color: #0F1B2D;
}
.theme-dark .single-alumoni-updates-card {
  background-color: #0F1B2D;
}
.theme-dark .interview-content .interview span {
  color: #000000;
}
.theme-dark .interview-content .interview h2 {
  color: #000000 !important;
}
.theme-dark .interview-content .interview p {
  color: #000000;
}
.theme-dark .page-banner-area::before {
  background: rgba(21, 21, 24, 0.8);
}
.theme-dark .categories {
  background-color: #191818;
}
.theme-dark .categories ul li a {
  color: #ffffff;
}
.theme-dark .subscribe-area::before {
  background: rgba(14, 14, 14, 0.7);
}
.theme-dark .serch-content {
  background-color: #0F1B2D;
}
.theme-dark .serch-content .form-group .form-control {
  background-color: #1C345A;
  color: #ffffff;
}
.theme-dark .serch-content .form-group .src-btn {
  color: #ffffff;
}
.theme-dark .category-content {
  background-color: #0F1B2D;
}
.theme-dark .category-content .form-control {
  background-color: #1C345A;
  color: #ffffff;
}
.theme-dark .academics-list {
  background-color: #0F1B2D;
}
.theme-dark .academics-list ul li a {
  color: #ffffff;
}
.theme-dark .related-download {
  background-color: #0F1B2D;
}
.theme-dark .related-download ul li {
  background-color: #1C345A;
}
.theme-dark .related-download ul li a {
  color: #ffffff;
}
.theme-dark .category-list {
  background-color: #0F1B2D;
}
.theme-dark .category-list ul li a {
  color: #ffffff;
}
.theme-dark .related-post-area {
  background-color: #0F1B2D;
}
.theme-dark .paginations ul li a {
  color: #ffffff;
}
.theme-dark .single-stories-card .stories-content {
  background-color: #131212;
}
.theme-dark .single-news-card .news-content {
  background-color: #0F1B2D;
}
.theme-dark .single-news-card .news-content .list ul li a {
  color: #ffffff;
}
.theme-dark .single-news-card.style2 .news-content {
  background-color: #1C345A;
}
.theme-dark .single-news-card.style3 {
  background-color: #1C345A;
}
.theme-dark .single-news-card.style3 .news-content {
  background-color: #1C345A;
}
.theme-dark .news-details .news-simple-card .list ul li a {
  color: #ffffff;
}
.theme-dark .tags-and-share .tags ul li span {
  color: #ffffff;
}
.theme-dark .tags-and-share .tags ul li a {
  color: #ffffff;
}
.theme-dark .tags-and-share .share ul li span {
  color: #ffffff;
}
.theme-dark .reply-area .reply-form .form-group .form-control {
  background-color: #0F1B2D;
  color: #ffffff;
}
.theme-dark .reply-area .reply-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .reply-area .reply-form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .news-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #0F1B2D;
  color: #ffffff;
}
.theme-dark .accordion .accordion-item {
  background-color: #0F1B2D;
}
.theme-dark .accordion .accordion-item .accordion-button {
  color: #ffffff;
}
.theme-dark .accordion .accordion-item .accordion-button::after {
  color: #ffffff;
}
.theme-dark .login {
  background-color: #0F1B2D;
}
.theme-dark .login .form-group .form-control {
  background-color: #1C345A;
  color: #ffffff;
}
.theme-dark .login .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .login .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .login a {
  color: #ffffff;
}
.theme-dark .register {
  background-color: #0F1B2D;
}
.theme-dark .register .form-group .form-control {
  background-color: #1C345A;
  color: #ffffff;
}
.theme-dark .register .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .register .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .password {
  background-color: #0F1B2D;
}
.theme-dark .password .form-group .form-control {
  background-color: #1C345A;
  color: #ffffff;
}
.theme-dark .password .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .password .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .privacy-content .list ul li {
  color: #ffffff;
}
.theme-dark .condition-content .list ul li {
  color: #ffffff;
}
.theme-dark .contacts-form {
  background-color: #0F1B2D;
}
.theme-dark .contacts-form .form-group .form-control {
  background-color: #1C345A;
  color: #ffffff;
}
.theme-dark .contact-and-address .contact-and-address-content .contact-card {
  background-color: #0F1B2D;
}
.theme-dark .bkthclr {
  background-color: #1C345A;
}
.theme-dark label {
  color: white;
}
.theme-dark .navbar-area.nav-bg-2 .desktop-nav .others-options .icon {
  color: #ffffff;
}
.theme-dark .modal.right .modal-content {
  background-color: #1C345A;
}
.theme-dark .modal .modal-body .white-logo {
  display: block;
}
.theme-dark .modal .modal-body .main-logo {
  display: none;
}
.theme-dark .modal .modal-body .contact-form #contactForm .form-group .form-control {
  background-color: #1C345A;
  color: #ffffff;
}
.theme-dark .modal .modal-body .contact-form #contactForm .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .modal .modal-body .contact-form #contactForm .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .modal .modal-body .sidebar-contact-info .info-list li {
  color: #ffffff;
}
.theme-dark .modal .modal-body .sidebar-contact-info .info-list li a {
  color: #ffffff;
}
.theme-dark .footer-area {
  background-color: #0F1B2D;
}
.theme-dark .copyright-area {
  background-color: #1C345A;
}
.theme-dark .admisssion-area.admission-bg::before {
  background: rgba(7, 7, 7, 0.75);
}
@media only screen and (max-width: 767px) {
  .theme-dark .podcast-content {
    background-color: #0F1B2D;
  }
  .theme-dark .slider-content.style2 {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-dark .slider-content.style2 {
    background-color: transparent;
  }
}
@media only screen and (max-width: 991px) {
  .theme-dark .navbar-area {
    background-color: #1C345A;
  }
  .theme-dark .navbar-area.nav-bg-3 {
    border-bottom: none;
  }
  .theme-dark .navbar-area.nav-bg-3.is-sticky {
    background: #000000;
  }
  .theme-dark .mobile-responsive-nav .mobile-responsive-menu .logo .white-logo {
    display: block;
  }
  .theme-dark .mobile-responsive-nav .mobile-responsive-menu .logo .main-logo {
    display: none;
  }
  .theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
    background-color: #1C345A;
  }
  .theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
    background-color: #1C345A;
  }
  .theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
    border-top-color: #424141;
    color: #ffffff !important;
  }
}
.theme-dark .skzcard .card-title {
  color: #1C345A !important;
}
.theme-dark .clcard .card-body .contnt h2 {
  color: #1C345A !important;
}
.theme-dark .s-filter-preferences {
  color: white !important;
}
.theme-dark .empty-state .no-records {
  color: white;
}
.theme-dark #filter-section .left-side-elements .btn {
  color: white !important;
}
.theme-dark #filter-section .left-side-elements .btn:hover {
  border: none;
  background-color: #0F1B2D !important;
  color: white;
}
.theme-dark #filter-section .left-side-elements .results-found {
  color: white !important;
}
.theme-dark .sndlay .card-body .contnt .rmpdmh2 {
  color: #00AEEF !important;
}
.theme-dark .maincolor {
  color: #1C345A !important;
}
.theme-dark #filter-section .left-side-elements .rstacbtn {
  background-color: #0F1B2D !important;
}
.theme-dark .right-side-elements .filter-icon-mobile {
  display: block !important;
  max-width: 30px !important;
  height: auto !important;
}
.theme-dark .right-side-elements .svgicn {
  fill: white !important;
}
.theme-dark .right-side-elements .filter-icon-desktop {
  display: none !important;
}
.theme-dark .sndlay {
  background-color: #0F1B2D;
}
.theme-dark .sndlay .card-body .contnt h2 {
  color: white !important;
}
.theme-dark .sndlay .card-body .contnt p .text-muted {
  color: white !important;
}
.theme-dark .sndlay .card-body .contnt p .text-muted .crlctn {
  color: white !important;
}
.theme-dark .sndlay .card-body .contnt p .text-muted .crlctn .crlctnhi {
  display: none;
}
.theme-dark .sndlay .card-body .contnt h4 {
  color: white !important;
}
.theme-dark .sndlay .card-body .contnt::after {
  background-image: url(../images/right-arrow-white.svg) !important;
}
.theme-dark .sndlay .card-body .contnt .aranchor svg {
  fill: white !important;
}
.theme-dark .clcard {
  background-color: #0F1B2D !important;
}
.theme-dark .clcard .card-body .contnt h2 {
  color: white !important;
}
.theme-dark .clcard .card-body .contnt p .text-muted {
  color: white !important;
}
.theme-dark .clcard .card-body .contnt p .text-muted .crlctn {
  color: white !important;
}
.theme-dark .clcard .card-body .contnt p .text-muted .crlctn .crlctnhi {
  display: none;
}
.theme-dark .clcard .card-body .contnt::after {
  background-image: url(../images/right-arrow-white.svg) !important;
}
.theme-dark .clcard .card-body .contnt .aranchor svg {
  fill: white !important;
}
.theme-dark .tscsix {
  background-color: #0F1B2D !important;
}
.theme-dark .tscsix h4 {
  color: white !important;
}
.theme-dark .tscsix p {
  color: white !important;
}
.theme-dark .tscsix p a {
  color: #00AEEF !important;
}
.theme-dark #un-ri-sts .list-group-item {
  background-color: #0F1B2D !important;
  color: white !important;
}
.theme-dark #un-ri-sts .list-group-item .img {
  fill: white;
}
.theme-dark #un-ri-sts .list-group-item .badge {
  color: white !important;
}
.theme-dark #un-ri-sts .list-group-item span {
  color: white !important;
}
.theme-dark .c20 .mt-3 #button-group .btn {
  color: white !important;
  background-color: #0F1B2D !important;
}
.theme-dark .c20 .mt-3 #button-group .btn:hover, .theme-dark .c20 .mt-3 #button-group .btn:focus {
  background-color: #00AEEF !important;
  color: white !important;
}
.theme-dark .c20 .rcrdin .skzcard .card-body {
  background-color: #0F1B2D !important;
}
.theme-dark .c20 .rcrdin .skzcard .card-body a h5 {
  color: white !important;
}
.theme-dark .c20 .rcrdin .skzcard .card-body p {
  color: white !important;
}
.theme-dark .lcfltrs #custom-select-controls select {
  background-color: #0F1B2D !important;
  color: white !important;
}
.theme-dark .search-bar #search-form .form-floating .form-control {
  background-color: #0F1B2D !important;
  color: white !important;
}
.theme-dark .search-bar #search-form .form-floating .form-control:focus {
  background-color: #0F1B2D !important;
}
.theme-dark .search-bar #search-form .form-floating .form-control:focus ~ .clabl {
  background-color: transparent !important;
}
.theme-dark .search-bar #search-form .form-floating .clabl {
  background-color: #0F1B2D !important;
  color: white !important;
}
.theme-dark .search-bar #search-form .form-floating .clabl .highlight {
  color: white !important;
}
.theme-dark .search-bar #search-form .form-floating .clabl::after {
  background-color: transparent !important;
  color: white !important;
}
.theme-dark .ranking-section .ranking-title .svgicon {
  max-width: 44px;
  width: 25px;
  fill: white;
}
.theme-dark .ranking-section .ranking-title .rtimg {
  max-width: 150px;
  width: 100px;
}
.theme-dark .ranking-section .rank {
  background-color: #0F1B2D;
  box-shadow: 0 0 20px 3px rgba(28, 52, 90, 0.05);
}
.theme-dark .ranking-section .rank .rank-text .rank-title {
  color: white;
}
.theme-dark .ranking-section .rank .rank-text .rank-info {
  color: white;
}
.theme-dark .ranking-section .rank .rank-text .rank-info .vgbtch {
  color: green;
}
.theme-dark .ranking-section .rank .img {
  fill: white;
}
.theme-dark .ranking-section .rank .urelb {
  display: none;
}
.theme-dark .ranking-section .rank .urelbcol {
  display: none;
}
.theme-dark .ranking-section .rank .white {
  display: block;
}
.theme-dark .intakes-container .intakes-header .intakes-icon .img,
.theme-dark .intakes-container .intakes-header .intakes-icon .prght {
  fill: white;
}
.theme-dark .intakes-container .intakes-dates .date {
  background-color: #0F1B2D;
  color: white;
}
.theme-dark .rtcont .info-list {
  background-color: #0F1B2D;
  box-shadow: 0 0 20px 3px rgba(28, 52, 90, 0.05);
}
.theme-dark .rtcont .info-list .info-item .img {
  fill: white;
}
.theme-dark .rtcont .info-list .info-item .info-content .info-title {
  color: white;
}
.theme-dark .rtcont .info-list .info-item .info-content .info-subtitle {
  color: white;
}
.theme-dark .rtcont .info-list hr {
  background-color: white;
}
.theme-dark .bgwt {
  background-color: #0F1B2D;
}
.theme-dark .content-wrapper .content {
  color: white;
}
.theme-dark .content-wrapper .content::after {
  background: linear-gradient(to bottom, transparent, #1C345A);
}
.theme-dark .content-wrapper .content.expanded {
  max-height: none;
}
.theme-dark .content-wrapper .content.expanded::after {
  display: none;
}
.theme-dark .content-wrapper .read-more {
  color: white;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 10px;
  font-weight: 550;
}
.theme-dark .cunpgrm {
  margin-bottom: 18px;
}
.theme-dark .cunpgrm .card {
  background-color: #0F1B2D;
  box-shadow: 0 0 20px 3px rgba(28, 52, 90, 0.05);
  border: none;
  border-radius: 17px;
}
.theme-dark .cunpgrm .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 10px 15px 10px;
}
.theme-dark .cunpgrm .card .card-body .card-title {
  color: #b2b1b2;
  font-size: 15px;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 5px;
}
.theme-dark .cunpgrm .card .card-body .pcunme {
  display: flex;
}
.theme-dark .cunpgrm .card .card-body .pcunme .university-logo {
  width: 55px;
  height: auto;
  margin-right: 6px;
}
.theme-dark .cunpgrm .card .card-body .pcunme .card-text {
  color: #b2b1b2;
}
.theme-dark .cunpgrm .card .card-body .cntprc {
  border-top: 1px solid #cbcbcb;
  padding-top: 6px;
  margin-bottom: 5px;
}
.theme-dark .cunpgrm .card .card-body .cntprc .card-text:first-child {
  margin-bottom: 0px;
  color: #606060;
}
.theme-dark .cunpgrm .card .card-body .cntprc .card-text:last-child {
  color: #606060;
}
.theme-dark .cunpgrm .card .card-body .fltime a {
  color: #00AEEF !important;
}
.theme-dark .shrrat .button-container {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 10px 0px;
}
.theme-dark .shrrat .button-container .action-button {
  background-color: #00AEEF;
  color: #fff;
  border: none;
  padding: 7px 10px 7px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  border-radius: 21px;
}
.theme-dark .shrrat .button-container .action-button:hover {
  background-color: #0089bc;
}
.theme-dark .shrrat .button-container .stars {
  margin-left: 10px;
  color: white;
}
.theme-dark .shrrat .button-container .cstmstr {
  width: 88px !important;
  fill: white;
}
.theme-dark .shrrat .icons-container .icon {
  color: #b2b1b2;
}
.theme-dark .shrrat .icons-container .icon .svgicon {
  fill: white;
}
.theme-dark .hsldr .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: none;
}
.theme-dark .hsldr .breadcrumb .breadcrumb-item.active {
  color: #606060;
}
.theme-dark .hsldr .breadcrumb li a {
  color: white;
}
.theme-dark .hsldr .breadcrumb .breadcrumb-separator {
  fill: white;
}
.theme-dark .documents-container .document-item {
  background-color: #0F1B2D;
  box-shadow: 0 0 20px 3px rgba(28, 52, 90, 0.05);
}
.theme-dark .documents-container .document-item .document-title {
  text-align: left;
  flex: 1;
  color: white;
  font-weight: 600;
}
.theme-dark .documents-container .document-item .document-icon {
  display: none;
}
.theme-dark .documents-container .document-item .white {
  max-width: 25px;
  height: auto;
  margin-left: 10px;
  display: block;
}
.theme-dark .vlprglft .vlprg a .span {
  color: white;
}
.theme-dark .vlprglft .vlprg a .vlimg {
  fill: white;
}
.theme-dark #cntimsc .card {
  border: none;
  background-color: #1C345A;
  margin-bottom: 0px;
}
.theme-dark #cntimsc .card .card-img-top {
  border: 1.5px solid white;
}
.theme-dark #cntimsc .card .card-body {
  background-color: #1C345A;
  color: #b2b1b2;
}
.theme-dark .nacontr .col-8 .text-start {
  color: white;
}
.theme-dark .nacontr .text-end a {
  color: white;
}
.theme-dark .nacontr .text-end a img {
  display: none;
}
.theme-dark .nacontr .text-end a .img {
  fill: white;
  width: 18px;
  max-width: 44px;
}
.theme-dark .my-content p {
  border-radius: 8px;
  background-color: #0F1B2D;
  padding: 10px;
  color: white;
  margin-bottom: 0;
}
.theme-dark .arcol .article-section {
  background-color: #0F1B2D;
}
.theme-dark .arcol .article-section h3 {
  color: white;
}
.theme-dark .arcol .article-section .text-section p {
  color: white;
}
.theme-dark .arcol .article-section .date {
  display: block;
  color: white;
}
.theme-dark .inspiration-card {
  position: relative;
  overflow: hidden;
}
.theme-dark .inspiration-card .overlay {
  background: #0F1B2D;
  color: white;
}
.theme-dark .inspiration-card .overlay p {
  color: white;
}
.theme-dark .inspiration-card .overlay h3 a {
  color: white;
}
.theme-dark .inspiration-card .overlay h3 a .vlimg {
  fill: white;
}
.theme-dark #tsust .tsustcrd {
  background-color: #0F1B2D;
}
.theme-dark #tsust .tsustcrd .card-body .contnt h2 {
  color: #b2b1b2;
}
.theme-dark #tsust .tsustcrd .card-body .contnt p {
  color: white !important;
}
.theme-dark #tsust .tsustcrd .card-body .contnt p .text-muted {
  color: #b2b1b2 !important;
}
.theme-dark .mnctcont {
  background-color: #0F1B2D;
}
.theme-dark .mnctcont .rght-top-filtres .filtres-right {
  color: white;
}
.theme-dark .mnctcont .rght-top-filtres .filtres-right .set-space {
  fill: white;
}
.theme-dark .mnctcont .category-container {
  background-color: #0F1B2D;
}
.theme-dark .mnctcont .category-container .ctlfticn {
  fill: white;
}
.theme-dark .mnctcont .category-container .caticon {
  fill: white;
}
.theme-dark .mnctcont .category-container .category-text {
  color: white;
}
.theme-dark .mnctcont .category-container .category-number {
  color: #cbcbcb;
}
.theme-dark .ubs-idv {
  background-color: #0F1B2D;
}
.theme-dark .ubs-idv .sub-category-list .sub-category-item .scticon {
  fill: white;
}
.theme-dark .ubs-idv .sub-category-list .sub-category-item .sub-category-text {
  color: white;
}
.theme-dark .ubs-idv .sub-category-list .sub-category-item .sub-category-number {
  color: #cbcbcb;
}
.theme-dark .feesct .form-label {
  color: white !important;
}
.theme-dark #loginModalLabel, .theme-dark #signupModalLabel {
  color: #1C345A !important;
}
.theme-dark #myModal #myModalLabel {
  color: white !important;
}
.theme-dark .sgicnw {
  fill: white;
}
.theme-dark .biographyModal .modal-content {
  background-color: #0F1B2D;
  box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.05);
}
.theme-dark .biographyModal .modal-content .modal-header .modal-title {
  color: white !important;
}
.theme-dark .biographyModal .modal-content .modal-body {
  color: white !important;
}
.theme-dark .biographyModal .modal-content .modal-body .modal-body-content .modal-body-content-title {
  color: white !important;
}
.theme-dark .biographyModal .modal-content .modal-body .modal-body-content .modal-body-content-text {
  color: white !important;
}
.theme-dark .biographyModal .modal-content .modal-body p {
  color: white !important;
}
.theme-dark .biographyModal .modal-content .modal-body label {
  color: white !important;
}
.theme-dark .biographyModal .modal-content .modal-body .filter-options label {
  color: white !important;
}
.theme-dark .biographyModal .modal-content .modal-body input {
  background-color: #0F1B2D !important;
  color: white !important;
}
.theme-dark .biographyModal .modal-content .modal-body select {
  background: #0F1B2D !important;
}
.theme-dark .biographyModal .modal-content .modal-body select option {
  background: #0F1B2D !important;
  color: white !important;
}
.theme-dark .biographyModal .modal-content .modal-body .step-5-form .mdsection h6 {
  color: white !important;
}
.theme-dark .biographyModal .modal-content .modal-body .step-5-form .mdsection .filter-options label {
  color: white !important;
}
.theme-dark .biographyModal .modal-content .modal-body .step-5-form .mdsection .filter-options .filter-option-btn {
  color: #1C345A !important;
}
.theme-dark .biographyModal .modal-content .modal-body .step-5-form .mdsection .filter-options .filter-option-btn.active {
  color: white !important;
}
.theme-dark .biographyModal .modal-content .modal-body .step-5-form .mdsection .filter-options input {
  background-color: #0F1B2D !important;
  color: white !important;
}
.theme-dark .biographyModal .modal-content .modal-body .step-5-form .mdsection .filter-options select {
  background: #0F1B2D !important;
}
.theme-dark .biographyModal .modal-content .modal-body .step-5-form .mdsection .filter-options select option {
  background: #0F1B2D !important;
  color: white !important;
}
.theme-dark #loginModal .modal-content {
  background-color: #0F1B2D;
  box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.05);
}
.theme-dark #loginModal .modal-content .modal-header .modal-title {
  color: white !important;
}
.theme-dark #loginModal .modal-content .modal-body {
  color: white !important;
}
.theme-dark #loginModal .modal-content .modal-body .modal-body-content .modal-body-content-title {
  color: white !important;
}
.theme-dark #loginModal .modal-content .modal-body .modal-body-content .modal-body-content-text {
  color: white !important;
}
.theme-dark #loginModal .modal-content .modal-body p {
  color: white !important;
}
.theme-dark #loginModal .modal-content .modal-body label {
  color: white !important;
}
.theme-dark #loginModal .modal-content .modal-body .filter-options label {
  color: white !important;
}
.theme-dark #loginModal .modal-content .modal-body input {
  background-color: #0F1B2D !important;
  color: white !important;
}
.theme-dark #loginModal .modal-content .modal-body .divider-or {
  color: white !important;
}
.theme-dark #loginModal .modal-content .modal-body #passwordFormGroup .ri-eye-off-line {
  color: #606060 !important;
}
.theme-dark #loginModal .modal-content .modal-body #passwordFormGroup .ri-eye-line {
  color: #606060 !important;
}
.theme-dark #signupModal .modal-content {
  background-color: #0F1B2D;
  box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.05);
}
.theme-dark #signupModal .modal-content .modal-header .modal-title {
  color: white !important;
}
.theme-dark #signupModal .modal-content .modal-body {
  color: white !important;
}
.theme-dark #signupModal .modal-content .modal-body .modal-body-content .modal-body-content-title {
  color: white !important;
}
.theme-dark #signupModal .modal-content .modal-body .modal-body-content .modal-body-content-text {
  color: white !important;
}
.theme-dark #signupModal .modal-content .modal-body p {
  color: white !important;
}
.theme-dark #signupModal .modal-content .modal-body label {
  color: white !important;
}
.theme-dark #signupModal .modal-content .modal-body .filter-options label {
  color: white !important;
}
.theme-dark #signupModal .modal-content .modal-body input {
  background-color: #0F1B2D !important;
  color: white !important;
}
.theme-dark #signupModal .modal-content .modal-body .position-relative .ri-eye-off-line {
  color: #606060 !important;
}
.theme-dark #signupModal .modal-content .modal-body .position-relative .ri-eye-line {
  color: #606060 !important;
}
.theme-dark #signupModal .modal-content .modal-body select {
  background: #0F1B2D !important;
}
.theme-dark #signupModal .modal-content .modal-body select option {
  background: #0F1B2D !important;
  color: white !important;
}
.theme-dark .left-fields .content {
  color: white !important;
}
.theme-dark #resetPasswordModal .modal-content {
  background-color: #0F1B2D;
  box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.05);
}
.theme-dark #resetPasswordModal .modal-content .modal-header .modal-title {
  color: white !important;
}
.theme-dark #resetPasswordModal .modal-content .modal-body {
  color: white !important;
}
.theme-dark #resetPasswordModal .modal-content .modal-body .modal-body-content .modal-body-content-title {
  color: white !important;
}
.theme-dark #resetPasswordModal .modal-content .modal-body .modal-body-content .modal-body-content-text {
  color: white !important;
}
.theme-dark #resetPasswordModal .modal-content .modal-body p {
  color: white !important;
}
.theme-dark #resetPasswordModal .modal-content .modal-body label {
  color: white !important;
}
.theme-dark #resetPasswordModal .modal-content .modal-body .filter-options label {
  color: white !important;
}
.theme-dark #resetPasswordModal .modal-content .modal-body input {
  background-color: #0F1B2D !important;
  color: white !important;
}
.theme-dark #resetPasswordModal .modal-content .modal-body input::-moz-placeholder {
  color: white !important;
}
.theme-dark #resetPasswordModal .modal-content .modal-body input::placeholder {
  color: white !important;
}
.theme-dark #resetPasswordModal .modal-content .modal-body .position-relative .ri-eye-off-line {
  color: #606060 !important;
}
.theme-dark #resetPasswordModal .modal-content .modal-body .position-relative .ri-eye-line {
  color: #606060 !important;
}
.theme-dark #resetPasswordModal .modal-content .modal-body .toggle-password {
  color: white !important;
}
.theme-dark .custom-dropdown-menu {
  background-color: #0F1B2D !important;
  color: white !important;
}
.theme-dark .custom-dropdown-menu .profile-section .user-info .user-icon {
  fill: white !important;
}
.theme-dark .custom-dropdown-menu .profile-section .user-info .user-name-addr .user-name {
  color: white !important;
}
.theme-dark .custom-dropdown-menu .profile-section .user-info .user-name-addr .user-location {
  color: white !important;
}
.theme-dark .custom-dropdown-menu .profile-section .user-description {
  color: white !important;
}
.theme-dark .custom-dropdown-menu .profile-section .text-center .edit-profile-btn {
  background-color: #1C345A !important;
  color: white !important;
}
.theme-dark .custom-dropdown-menu .profile-section .text-center .edit-profile-btn:hover {
  background-color: #1C345A !important;
  color: white !important;
}
.theme-dark .custom-dropdown-menu .menu-items .menu-item {
  color: white !important;
  background: #0F1B2D !important;
}
.theme-dark .custom-dropdown-menu .menu-items .menu-item .generic-icon {
  fill: white !important;
}
.theme-dark .custom-dropdown-menu .menu-items .menu-item span {
  color: white !important;
}
.theme-dark .custom-dropdown-menu .menu-items .menu-item .menu-link {
  color: white !important;
}
.theme-dark .custom-dropdown-menu .menu-items .menu-item .menu-link:hover {
  color: white !important;
  background: none !important;
}
.theme-dark .left-fields .form-group .form-control {
  background-color: #0F1B2D !important;
  color: white !important;
}
.theme-dark .left-fields .form-group .form-control::-moz-placeholder {
  color: white !important;
}
.theme-dark .left-fields .form-group .form-control::placeholder {
  color: white !important;
}
.theme-dark .left-fields .mb-3.align-items-center {
  border-bottom: 1px solid #ffffff;
}
.theme-dark .left-fields .mb-3.align-items-center .save-btn {
  color: white;
}
.theme-dark .left-fields .mb-3.align-items-center .edit-btn, .theme-dark .left-fields .mb-3.align-items-center .change-password {
  color: white;
}
.theme-dark .pro-right-section {
  margin-bottom: 30px;
}
.theme-dark .pro-right-section .profile-completion-container {
  background: #0F1B2D;
  box-shadow: 0 4px 8px rgba(28, 52, 90, 0.1);
}
.theme-dark .pro-right-section .profile-completion-container h2 {
  color: #1C345A;
}
.theme-dark .pro-right-section .profile-completion-container p {
  color: #b2b1b2;
}
.theme-dark .pro-right-section .profile-completion-container .prof-quiz-btn {
  background-image: linear-gradient(to right, #1C345A, #4c6080);
  border: none;
}
.theme-dark .pro-right-section .profile-completion-container .prof-quiz-btn:hover {
  background-image: linear-gradient(to left, #1C345A, #4c6080);
  box-shadow: 0 4px 8px rgba(28, 52, 90, 0.2);
}
.theme-dark .pro-right-section .profile-completion-container .prof-quiz-btn:active {
  box-shadow: inset 0 2px 4px rgba(28, 52, 90, 0.2);
}
.theme-dark .pro-right-section .show-quizzes .quiz-options .heading {
  color: #b2b1b2;
}
.theme-dark .pro-right-section .show-quizzes .quiz-options .para {
  color: #b2b1b2;
}
.theme-dark .pro-right-section .show-quizzes .main-head-para .heading {
  color: #b2b1b2;
}
.theme-dark .pro-right-section .show-quizzes .main-head-para .para {
  color: #b2b1b2;
}
.theme-dark .pro-right-section .show-quizzes .retak-btn-qz {
  background-color: #00AEEF;
  color: white;
  border: none;
  box-shadow: 0 4px 10px rgba(28, 52, 90, 0.2);
}
.theme-dark .pro-right-section .show-quizzes .retak-btn-qz:hover {
  background-color: #00AEEF;
  box-shadow: 0 6px 15px rgba(28, 52, 90, 0.3);
}
.theme-dark .pro-right-section .show-quizzes .retak-btn-qz:active {
  box-shadow: inset 0 2px 4px rgba(28, 52, 90, 0.2);
}
.theme-dark .generalModal .modal-dialog .modal-content {
  background-color: #0F1B2D;
  box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.05);
}
.theme-dark .generalModal .modal-dialog .modal-content .modal-header .modal-title {
  color: white !important;
}
.theme-dark .generalModal .modal-dialog .modal-content .currency-md-body .currency-list .selected {
  color: #00AEEF !important;
}
.theme-dark .generalModal .modal-dialog .modal-content .currency-md-body .currency-list .selected .currency-icon {
  fill: #00AEEF;
}
.theme-dark .generalModal .modal-dialog .modal-content .currency-md-body .currency-list .selected .active-icon {
  fill: #00AEEF;
}
.theme-dark .generalModal .modal-dialog .modal-content .currency-md-body .currency-list li {
  color: white;
}
.theme-dark .generalModal .modal-dialog .modal-content .currency-md-body .currency-list li .currency-icon {
  fill: white;
  margin-right: 10px;
}
.theme-dark .generalModal .modal-dialog .modal-content .currency-footer {
  background: #1C345A;
  border: 1px solid #cbcbcb;
}
.theme-dark .generalModal .modal-dialog .modal-content .currency-footer .close-modal-btn {
  background-color: #ffffff;
}
.theme-dark .generalModal .modal-dialog .modal-content .logout-footer {
  background: #1C345A;
  border: 1px solid #cbcbcb;
}
.theme-dark .generalModal .modal-dialog .modal-content .logout-footer .close-modal-btn {
  background-color: #ffffff;
}
.theme-dark .settings-container h2, .theme-dark .settings-container h3, .theme-dark .settings-container p, .theme-dark .settings-container .left-label {
  color: white;
}
.theme-dark .settings-container .custom-switch .form-check-input:checked {
  background-color: #0F1B2D !important;
  border-color: #0F1B2D !important;
}
.theme-dark .item-groups .education-list .list-group {
  border: 0.3px solid white;
}
.theme-dark .item-groups .education-list .list-group-item {
  background-color: #0F1B2D;
  color: white;
}
.theme-dark .item-groups .education-list .list-group-item .arrow-icon {
  fill: white;
}
.theme-dark .item-groups .education-list .list-group-item:hover, .theme-dark .item-groups .education-list .list-group-item:focus {
  background-color: #1C345A;
  text-decoration: none;
}
.theme-dark .item-groups .education-list .list-group-item:active {
  background-color: #e9ecef;
}
.theme-dark .test-quetion .dynamic-content p, .theme-dark .test-quetion .dynamic-content .form-check-label, .theme-dark .test-quetion .dynamic-content p.mt-2 {
  color: white;
}
.theme-dark .test-quetion .dynamic-content .form-control, .theme-dark .test-quetion .dynamic-content .form-select {
  background: #0F1B2D;
  color: white;
}
.theme-dark .test-quetion .dynamic-content .form-control::-moz-placeholder, .theme-dark .test-quetion .dynamic-content .form-select::-moz-placeholder {
  color: white;
}
.theme-dark .test-quetion .dynamic-content .form-control::placeholder, .theme-dark .test-quetion .dynamic-content .form-select::placeholder {
  color: white;
}
.theme-dark .test-quetion .dynamic-content .form-control option, .theme-dark .test-quetion .dynamic-content .form-select option {
  color: white;
}
.theme-dark .test-quetion .dynamic-content .upload-save, .theme-dark .test-quetion .dynamic-content .upload-btn {
  background: #0F1B2D !important;
  border: 1px solid #cacaca;
}
.theme-dark .test-quetion .custom-section .text-content h3 {
  color: white;
}
.theme-dark .test-quetion .custom-section .text-content p {
  font-size: 13px;
  color: white;
}
.theme-dark .test-quetion .custom-section .plus-icon {
  color: white;
}
.theme-dark .test-quetion .custom-section:not(:last-child) .divider {
  border-top: 0.5px solid #b2b1b2;
}
.theme-dark .document-left .upload-docs-edu .form-select, .theme-dark .document-left .upload-docs-edu input[type=text], .theme-dark .document-left .upload-docs-edu input[type=date] {
  background: #0F1B2D;
  color: white;
}
.theme-dark .document-left .upload-docs-edu .form-select option, .theme-dark .document-left .upload-docs-edu input[type=text] option, .theme-dark .document-left .upload-docs-edu input[type=date] option {
  color: white;
}
.theme-dark .document-left .upload-docs-edu .form-select::-moz-placeholder, .theme-dark .document-left .upload-docs-edu input[type=text]::-moz-placeholder, .theme-dark .document-left .upload-docs-edu input[type=date]::-moz-placeholder {
  color: white;
}
.theme-dark .document-left .upload-docs-edu .form-select::placeholder, .theme-dark .document-left .upload-docs-edu input[type=text]::placeholder, .theme-dark .document-left .upload-docs-edu input[type=date]::placeholder {
  color: white;
}
.theme-dark .current-document .justify-content-between {
  background: #0F1B2D;
  border: 1px solid white;
}
.theme-dark .current-document h3 {
  color: white;
}
.theme-dark .current-document .document-icon {
  fill: white;
}
.theme-dark .eng-main-content .row-dyn-count:not(:last-child), .theme-dark .enter-main-content .row-dyn-count:not(:last-child) {
  border-bottom: 1px solid white;
}
.theme-dark .eng-main-content .form-select, .theme-dark .eng-main-content .form-control, .theme-dark .enter-main-content .form-select, .theme-dark .enter-main-content .form-control {
  background: #0F1B2D;
  color: white;
}
.theme-dark .eng-main-content .form-select option, .theme-dark .eng-main-content .form-control option, .theme-dark .enter-main-content .form-select option, .theme-dark .enter-main-content .form-control option {
  color: white;
}
.theme-dark .eng-main-content .form-select::-moz-placeholder, .theme-dark .eng-main-content .form-control::-moz-placeholder, .theme-dark .enter-main-content .form-select::-moz-placeholder, .theme-dark .enter-main-content .form-control::-moz-placeholder {
  color: white;
}
.theme-dark .eng-main-content .form-select::placeholder, .theme-dark .eng-main-content .form-control::placeholder, .theme-dark .enter-main-content .form-select::placeholder, .theme-dark .enter-main-content .form-control::placeholder {
  color: white;
}
.theme-dark .eng-main-content .remove-section, .theme-dark .eng-main-content .addnew, .theme-dark .enter-main-content .remove-section, .theme-dark .enter-main-content .addnew {
  background: #0F1B2D !important;
  border: 1px solid #cacaca;
}
.theme-dark .twobtn-test .upload-save {
  background: #0F1B2D !important;
  border: 1px solid #cacaca;
}
.theme-dark .twobtn-test .upload-discard {
  background: white !important;
  color: #1C345A;
  border: 1px solid #0F1B2D !important;
}
.theme-dark .scan-qr-code .qr-code-button {
  background: #0F1B2D;
}
.theme-dark .review textarea {
  background: #0F1B2D;
  color: white;
  border: 1px solid #cbcbcb;
}
.theme-dark .review .review-btn-contain {
  color: white;
  border: none;
}
.theme-dark .review .send-review {
  background: #0F1B2D !important;
}
.theme-dark .event-listing .event-card, .theme-dark .agent-listing .event-card {
  background: #0F1B2D;
}
.theme-dark .event-listing h2, .theme-dark .event-listing p, .theme-dark .event-listing span, .theme-dark .event-listing a, .theme-dark .agent-listing h2, .theme-dark .agent-listing p, .theme-dark .agent-listing span, .theme-dark .agent-listing a {
  color: white !important;
}
.theme-dark .event-listing .arrow-icon, .theme-dark .agent-listing .arrow-icon {
  fill: white;
}
.theme-dark .uni-review .custom-hr {
  background-color: white;
}
.theme-dark .uni-review .rating-system .buttons button {
  border: 1px solid #0F1B2D;
}
.theme-dark .uni-review .rating-system .buttons button.active {
  background-color: #0F1B2D;
  color: white;
}
.theme-dark .uni-review .rating-system .buttons button:hover, .theme-dark .uni-review .rating-system .buttons button:focus {
  background-color: #0F1B2D;
  color: white;
}
.theme-dark .uni-review .rating-system .progress-bar {
  border: 1px solid #ffffff;
}
.theme-dark .uni-review .rating-system .progress-bar .fill {
  background-color: #0F1B2D;
}
.theme-dark .uni-review textarea {
  background: #0F1B2D;
  color: white;
  border: 1px solid #cbcbcb;
}
.theme-dark .uni-review textarea::-moz-placeholder {
  color: white;
}
.theme-dark .uni-review textarea::placeholder {
  color: white;
}
.theme-dark .uni-review .send-review {
  background: #0F1B2D !important;
}
.theme-dark .step1-quiz .complete-profile {
  background: #0F1B2D !important;
  border: 1px solid #cacaca !important;
}
.theme-dark .feedback-icons .icon-item svg {
  fill: #0F1B2D;
}
.theme-dark .feedback-icons .icon-item .with-stroke {
  fill: #0F1B2D;
  stroke: white;
}
.theme-dark .feedback-icons .icon-item span {
  color: white;
}
.theme-dark .quiz-section .question-icon.icon-strongly-dislike {
  background-image: url("../images/icons/strongly-dislike-white.svg") !important;
}
.theme-dark .quiz-section .question-icon.icon-strongly-like {
  background-image: url("../images/icons/strongly-like-white.svg") !important;
}
.theme-dark .quiz-section .question-icon.icon-like {
  background-image: url("../images/icons/like-white.svg") !important;
}
.theme-dark .quiz-section .question-icon.icon-unsure {
  background-image: url("../images/icons/unsure-white.svg") !important;
}
.theme-dark .quiz-section .question-icon.icon-dislike {
  background-image: url("../images/icons/dislike-white.svg") !important;
}
.theme-dark .quiz-section .para {
  color: white !important;
}
.theme-dark .quiz-section .progress-bar {
  background-color: #0F1B2D !important;
}
.theme-dark .quiz-section .quiz-category {
  background: #0F1B2D;
}
.theme-dark .quiz-section .intj-botom-para {
  padding: 10px;
}
.theme-dark .quest-bar .progress-bar {
  background-color: #0F1B2D;
}
.theme-dark .assessment .info-card {
  background: #0F1B2D;
}
.theme-dark .assessment .info-card p {
  color: white;
}
.theme-dark .assessment .info-card .btn {
  background: #1C345A;
}
.theme-dark .assessment .last-remember .remember-para {
  color: white;
}
.theme-dark .show-qr-code .qrcode .qr-icon {
  fill: white;
  background: linear-gradient(to right, white 2px, transparent 2px) 0 0, linear-gradient(to right, white 2px, transparent 2px) 0 100%, linear-gradient(to left, white 2px, transparent 2px) 100% 0, linear-gradient(to left, white 2px, transparent 2px) 100% 100%, linear-gradient(to bottom, white 2px, transparent 2px) 0 0, linear-gradient(to bottom, white 2px, transparent 2px) 100% 0, linear-gradient(to top, white 2px, transparent 2px) 0 100%, linear-gradient(to top, white 2px, transparent 2px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.theme-dark .show-qr-code .profile-section {
  background: #0F1B2D;
}
.theme-dark .show-qr-code .profile-section .user-description, .theme-dark .show-qr-code .profile-section .user-location {
  color: white;
}
.theme-dark .show-qr-code .profile-section .user-icon {
  fill: white;
}
.theme-dark .show-qr-code .qr-institutions.c80 .clcard {
  background: #1C345A !important;
}
.theme-dark .show-qr-code .white-second {
  background: #0F1B2D;
}
.theme-dark .status-container .status-card {
  background: #0F1B2D;
}
.theme-dark .status-container .arrow-icon {
  fill: white;
}
.theme-dark .program-detail .form-data {
  background: #0F1B2D;
}
.theme-dark .program-detail .form-select {
  background: #0F1B2D;
}
.theme-dark .program-detail .form-select option {
  background: #0F1B2D !important;
  color: white !important;
}
.theme-dark .program-detail .form-check-input {
  border-color: #0F1B2D !important;
}
.theme-dark .program-detail .form-check-input:checked {
  background-color: #0F1B2D !important;
  border-color: #0F1B2D !important;
}
.theme-dark .program-detail .form-check-input:not(:checked) {
  background-color: transparent !important;
}
.theme-dark .program-detail .content-stepe-form .upload-box {
  background: #1C345A;
}
.theme-dark .program-detail .content-stepe-form .upload-box .upload-icon {
  fill: white;
}
.theme-dark .program-detail .content-stepe-form .upload-box .upload-button {
  color: white;
}
.theme-dark .program-detail .content-stepe-form .upload-box .white-image {
  display: inherit !important;
}
.theme-dark .program-detail .content-stepe-form .upload-box .document-icon {
  display: none;
}
.theme-dark .program-detail .link-offer {
  color: #00AEEF !important;
}
.theme-dark .counselors-popup p {
  color: white !important;
}
.theme-dark .counselor-section .profile-card {
  background: #0F1B2D;
}
.theme-dark .counselor-section .profile-card .icon-btn-zoom-right {
  fill: white;
}
.theme-dark .counselor-section .profile-card .session-button {
  background: #1C345A !important;
}
.theme-dark .counselor-section .profile-card .card-body p {
  color: white;
}
.theme-dark .counselor-section .profile-card .booking-panel .calendar-container {
  background: #0F1B2D;
}
.theme-dark .counselor-section .profile-card .booking-panel .calendar-container .day-header {
  color: white !important;
}
.theme-dark .counselor-section .chat-icon-counslr, .theme-dark .counselor-section .collapse-icon {
  fill: white;
}
.theme-dark .counselor-section .card-footer .chat-icon-collape span, .theme-dark .counselor-section .card-footer .chat-icon-cons span {
  color: white !important;
}
.theme-dark .chat-container {
  border: 1px solid #ffffff;
}
.theme-dark .chat-container .chat-icons {
  fill: white;
}
.theme-dark .chat-container .chat-header, .theme-dark .chat-container .chat-footer {
  background: #0F1B2D;
}
.theme-dark .chat-container .sent-itmes {
  background: #0F1B2D !important;
}
.theme-dark .chat-container .received-itmes {
  background: #1C345A !important;
  color: white !important;
}
.theme-dark .chat-container .received-itmes .receiv-time {
  color: white !important;
}
.theme-dark .remote-counseling-container {
  background: #0F1B2D;
}
.theme-dark .remote-counseling-container .cancel-dynamic-section {
  background: #1C345A;
}
.theme-dark .remote-counseling-container .cancel-dynamic-section .cancel-dynamic-meeting {
  background: #0F1B2D;
}
.theme-dark .remote-counseling-container .cancel-dynamic-section .dyn-text-reason {
  background-color: #0F1B2D;
  color: #ffffff;
}
.theme-dark .remote-counseling-container .cancel-dynamic-section .dyn-text-reason::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .remote-counseling-container .cancel-dynamic-section .dyn-text-reason::placeholder {
  color: #ffffff;
}
.theme-dark .remote-counseling-container .no-session .no-session-image {
  display: none;
}
.theme-dark .remote-counseling-container .no-session .no-session-image-white {
  display: initial;
}
.theme-dark .remote-counseling-container .appointment-card {
  background: #1C345A;
}
.theme-dark .remote-counseling-container .appointment-card svg {
  fill: white;
}
.theme-dark .remote-counseling-container .appointment-card .appointment-name {
  color: white;
}
.theme-dark .remote-counseling-container .appointment-card .btn-reschedule {
  color: white;
}
.theme-dark .expand-profile .profile-buttons .default-prf-btn {
  background: #0F1B2D;
}
.theme-dark .expand-profile .back-to-profile {
  background: #0F1B2D;
}
.theme-dark .expand-profile .subject .subject-button {
  background: #0F1B2D;
  color: white;
}
.theme-dark .expand-profile .subject .score-input {
  background: #0F1B2D;
}
.theme-dark .expand-profile .save-my-score {
  background: #0F1B2D;
}
.theme-dark .expand-profile .selec-rading .form-select {
  background: #0F1B2D;
  color: #ffffff;
}
.theme-dark .expand-profile .selec-rading .form-select option {
  background: #0F1B2D !important;
  color: white !important;
}
.theme-dark .expand-profile .subject .grade-select {
  background: #0F1B2D;
  color: #ffffff;
}
.theme-dark .expand-profile .subject .grade-select option {
  background: #0F1B2D !important;
  color: white !important;
}
.theme-dark .side-menu {
  background: #0F1B2D;
}
.theme-dark .side-menu .address {
  color: white !important;
}
.theme-dark .side-menu .close-menu {
  color: white;
}
.theme-dark .side-menu .profile-item .icons-left-bar {
  fill: white;
}
.theme-dark .side-menu .profile-item .terms-strok {
  stroke: white !important;
}
.theme-dark .side-menu .profile-item .quiz-extra-icon {
  stroke: #1C345A !important;
}
.theme-dark .side-menu .profile-item span {
  color: white !important;
}
.theme-dark .side-menu .logout-profile a {
  color: white !important;
}
.theme-dark .icon-career-one-stop {
  background-image: url("../images/icons/career-one-stop-white.svg");
}
.theme-dark .uniTabsContain .uni-tab {
  background: #0F1B2D;
  color: white;
}
.theme-dark .uniTabsContain .uni-tab.active {
  background: #1C345A;
  color: white;
}
.theme-dark .uniTabsContain .uni-tab .rigt-btns .btn-uni-profile {
  background: #1C345A !important;
  color: white !important;
  border: 1px solid white !important;
}
.theme-dark .uniTabsContain .uni-tab .rigt-btns .btn-uni-profile .uni-profile-icons {
  fill: white !important;
}
.theme-dark .uniTabsContain .rankings-section {
  background: #0F1B2D;
}
.theme-dark .uniTabsContain .rankings-section .ranking-box p {
  color: white;
}

#mode-text {
  margin-left: 10px; /* Space between the toggle and the text */
  vertical-align: middle; /* Align with the toggle */
  color: #1C345A;
  position: absolute;
  top: 6px;
}

.clrwhite {
  color: #ffffff !important;
}

.mdsection h6 {
  color: #1C345A !important;
}

.destination-option label {
  color: #1C345A;
}/*# sourceMappingURL=dark.css.map */