body * {
  margin: 0;
  padding: 0;
}

body[dir=rtl] {
  direction: rtl;
  text-align: right;
}

/* Loader CSS */
.lds-ripple {
  display: inline-block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.69);
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #3572ef;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  margin-left: 48%;
  top: 46% !important;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*Loader End*/
/*Buttons css*/
.btn {
  font-size: 16px;
}
.btn.btn-primary {
  color: #fff;
  background-color: #3572ef;
  border-radius: 8px;
  padding: 10px 20px;
}
.btn.btn-primary:hover {
  background-color: #3572ef !important;
  color: #fff !important;
}

.ant-btn.ant-btn-primary {
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 13px;
  height: auto;
}
.ant-btn.ant-btn-primary:hover {
  background-color: #3572ef !important;
  color: #fff !important;
}

.ant-btn.btn-secondary {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
}
.ant-btn.btn-secondary:hover {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.6) !important;
}

.ant-btn-variant-outlined {
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 13px;
  height: auto;
}

.ant-btn.ant-btn-color-dangerous {
  background-color: rgba(235, 67, 53, 0.3019607843);
  color: #EB4335;
}
.ant-btn.ant-btn-color-dangerous:hover {
  background-color: rgba(235, 67, 53, 0.3019607843) !important;
  color: #EB4335 !important;
}

.ant-btn .anticon-loading.anticon-spin {
  vertical-align: middle;
  margin-right: 6px;
}

.btn.btn-light-bg,
.ant-btn.btn-light-bg {
  background-color: #EFF4FA;
  color: #EB4335;
  border-radius: 8px;
  padding: 10px 20px;
}
.btn.btn-light-bg:hover,
.ant-btn.btn-light-bg:hover {
  background-color: #EFF4FA !important;
}
.btn.btn-light-bg:active,
.ant-btn.btn-light-bg:active {
  color: #EB4335;
  border-color: transparent;
}

/*Buttons css*/
.text-light-grey {
  color: #777777;
}

.text-white {
  color: #fff;
}

.section-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  color: #110C2D;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 200px 0 60px 0;
}

.hero .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -o-object-position: top;
     object-position: top;
  margin-top: -2px;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 60px;
  font-weight: 700;
}

@media (max-width: 575px) {
  .hero h2 {
    font-size: 30px;
  }
}
.hero p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .hero p {
    padding: 0px 70px;
  }
}
.hero form {
  background: color-mix(in srgb, var(--default-color) 5%, white 90%);
  padding: 5px;
  border-radius: 10px;
}

.hero form .form-control {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  margin-right: 10px;
  border: none !important;
  background: none !important;
}

.hero form .form-control:hover,
.hero form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.hero form .btn-primary {
  color: var(--contrast-color);
  background-color: var(--accent-color);
  flex-shrink: 0;
  padding: 0 25px;
}

.hero form .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .stats-item {
  padding: 30px;
  width: 100%;
}

.hero .stats-item span {
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.hero .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hero .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 15px;
  font-weight: 600;
}

.hero .hero-sec-filters {
  border-radius: 50px;
  max-height: 90px;
}
.hero .hero-sec-filters .ant-row {
  align-items: center;
}
@media (max-width: 767.6px) {
  .hero .hero-sec-filters {
    flex-direction: column;
    align-items: center !important;
    border-radius: 12px;
    padding: 20px 12px;
    max-height: unset;
    max-width: 80%;
    margin: auto;
  }
  .hero .hero-sec-filters .ant-row {
    width: 100%;
  }
  .hero .hero-sec-filters .ant-row .ant-space-item {
    width: 100%;
  }
  .hero .hero-sec-filters .ant-row .ant-space-item .ant-select {
    width: 80%;
  }
  .hero .hero-sec-filters .ant-row .ant-space-item .ant-select .ant-select-selector::before {
    display: none;
  }
  .hero .hero-sec-filters .ant-row .client-filters {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
}
.hero .hero-sec-filters .dropdown .dropdown-toggle,
.hero .hero-sec-filters .dropdown .ant-select-selector,
.hero .hero-sec-filters .ant-select .dropdown-toggle,
.hero .hero-sec-filters .ant-select .ant-select-selector {
  border: 0;
  background-color: transparent;
  font-size: 14px;
  color: #07202C;
  opacity: 50%;
}
.hero .hero-sec-filters .dropdown .dropdown-toggle::before,
.hero .hero-sec-filters .dropdown .ant-select-selector::before,
.hero .hero-sec-filters .ant-select .dropdown-toggle::before,
.hero .hero-sec-filters .ant-select .ant-select-selector::before {
  content: "";
  display: inline-block;
  height: 48px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -4px;
  right: -12px;
}
@media (max-width: 767.6px) {
  .hero .hero-sec-filters .dropdown .dropdown-toggle::before,
  .hero .hero-sec-filters .dropdown .ant-select-selector::before,
  .hero .hero-sec-filters .ant-select .dropdown-toggle::before,
  .hero .hero-sec-filters .ant-select .ant-select-selector::before {
    height: 24px;
    top: -1px;
    right: -8px;
  }
}
.hero .hero-sec-filters .dropdown:last-child .dropdown-toggle::before,
.hero .hero-sec-filters .ant-select:last-child .dropdown-toggle::before {
  display: none;
}
.hero .hero-sec-filters .btn-primary {
  padding: 30px 50px;
  border-radius: 45px;
}
@media (max-width: 767.6px) {
  .hero .hero-sec-filters .btn-primary {
    padding: 8px 24px;
    border-radius: 8px;
    width: auto;
    margin-top: 24px;
  }
}

.navmenu input {
  background-color: #A2C1F7;
  border: 0;
  font-size: 14px;
  color: #fff;
  padding: 0.6rem 0.75rem;
  min-width: 260px;
}
.navmenu input::-moz-placeholder {
  color: rgb(255, 255, 255);
}
.navmenu input::placeholder {
  color: rgb(255, 255, 255);
}
.navmenu input:focus {
  background-color: #A2C1F7;
  color: #fff;
}

.loggedin-user > a::after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: -13px;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-item {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.features .features-item + .features-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .features .features-item + .features-item {
    margin-top: 40px;
  }
}
.features .features-item h3 {
  font-weight: 600;
  font-size: 36px;
  position: relative;
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.features .features-item p:last-child {
  margin-bottom: 0;
}

.features {
  z-index: 2;
  position: relative;
  margin-top: -60px;
  border-radius: 60px 60px 0px 0px;
  position: relative;
}
.features:before {
  background-repeat: no-repeat;
  content: "";
  background-image: url("../img/arrow.png");
  position: absolute;
  top: -40px;
  left: 0;
  height: 190px;
  display: inline-block;
  width: 100%;
}
.features .features-item-bg {
  background-image: url("../img/feature-item-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 92px;
}
.features .features-item-1 .heading-bg-1 {
  position: relative;
  display: inline-block;
  min-width: 196px;
  color: #fff;
  text-align: center;
}
.features .features-item-1 .heading-bg-1::before {
  content: "";
  background-image: url("../img/heading-bg-1.png");
  background-repeat: no-repeat;
  height: 76px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -20px;
  right: 0;
}
.features .features-item-1 .cinema {
  position: absolute;
  top: -50px;
  right: 70px;
  width: 102px;
}
.features .features-item-2 {
  position: relative;
}
.features .features-item-2::before {
  content: "";
  background-image: url("../img/speaker.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: -100px;
  width: 230px;
  height: 305px;
  z-index: 1;
}
.features .feature-item-2-col-2 {
  position: relative;
  padding: 40px 0px 20px 40px;
}
.features .feature-item-2-col-2::after {
  content: "";
  background-image: url("../img/cup.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  right: -12px;
  height: 146px;
  width: 110px;
}
.features .features-item-3 {
  position: relative;
  padding: 50px 0px 0px;
}
.features .features-item-3:before {
  background-repeat: no-repeat;
  content: "";
  background-image: url("../img/arrow-rounded.png");
  position: absolute;
  top: 0px;
  right: -100px;
  height: 190px;
  display: inline-block;
  width: 139px;
}
.features .features-item-3 .features-item-3-col2 {
  padding: 50px 0px 0px;
}
.features .features-item-3 h3 {
  position: relative;
}
.features .features-item-3 h3::before {
  content: "";
  background-image: url("../img/lines.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: -40px;
  width: 89px;
  height: 73px;
}
.features .features-item-3 .anytime-bg {
  position: relative;
  display: inline-block;
  min-width: 180px;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.features .features-item-3 .anytime-bg::before {
  content: "";
  background-image: url("../img/heading-bg-3.png");
  background-repeat: no-repeat;
  height: 68px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -20px;
  right: 0;
}

.interactive-bg {
  position: relative;
  display: inline-block;
  min-width: 215px;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.interactive-bg::before {
  content: "";
  background-image: url("../img/heading-bg-2.png");
  background-repeat: no-repeat;
  height: 88px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -20px;
  right: 0;
}

.link-with-arrow {
  text-transform: capitalize;
  font-weight: 500;
}
.link-with-arrow img {
  margin-left: 12px;
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services {
  background-color: #3572ef;
  color: #fff;
}

.featured-services .service-item {
  position: relative;
  height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767.6px) {
  .featured-services .service-item {
    text-align: center;
  }
}

.featured-services .service-item .icon {
  margin-right: 20px;
}

.featured-services .service-item .icon i {
  color: var(--accent-color);
  font-size: 40px;
  transition: 0.3s;
}

.featured-services .service-item:hover .icon i {
  color: var(--accent-color);
}

.featured-services .service-item .title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  transition: 0.3s;
}

.featured-services .service-item .description {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

.featured-services .service-item .readmore i {
  margin-left: 8px;
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
  color: var(--accent-color);
}

/*Testimonials css*/
.testimonials {
  background-image: url("../img/testimonials-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 75px 0 30px;
  border-radius: 0px 0px 50px 50px;
}
.testimonials .tag {
  text-align: center;
  font-size: 1.1rem;
}
.testimonials .fa-heart {
  color: #fff;
  font-size: 30px;
}
.testimonials .card {
  padding: 40px 24px;
  border: none;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  color: #fff;
}
.testimonials .testimonial {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 500;
}
.testimonials .active-star {
  color: #fff;
  margin-bottom: 8px;
}
.testimonials .active-star:hover {
  color: #3572ef;
  cursor: pointer;
}
.testimonials .profile {
  padding-top: 10px;
}
.testimonials .profile .rounded-circle {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .name {
  font-weight: 700;
  font-size: 20px;
  margin-left: 20px;
}
.testimonials .designation {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 20px;
}

.arrow-right-white {
  filter: brightness(10);
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  background-color: #07202C;
  font-size: 14px;
  position: relative;
  border-radius: 60px 60px 0px 0px;
}
.footer .footer-top {
  padding-top: 50px;
}
.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}
.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.footer .footer-about .logo span {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
}
.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .social-links a:hover {
  color: rgba(255, 255, 255, 0.5607843137);
}
.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color: #fff;
}
.footer .footer-links {
  margin-bottom: 30px;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-links ul a {
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.footer .footer-links ul a:hover {
  color: rgba(255, 255, 255, 0.5607843137);
}
.footer .footer-contact p {
  margin-bottom: 5px;
}
.footer .copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.footer .copyright p {
  margin-bottom: 0;
}
.footer .credits {
  margin-top: 4px;
  font-size: 13px;
}
.footer .credits a {
  color: #fff;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 80px 0;
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.call-to-action h3 {
  font-size: 40px;
  font-weight: 600;
  color: var(--default-color);
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--contrast-color);
  color: var(--contrast-color);
}

.call-to-action .cta-btn:hover {
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
}

.call-to-action {
  position: relative;
  max-width: 600px;
  margin: auto;
}
.call-to-action:before {
  content: "";
  background-image: url(../img/arrow-up-45.png);
  background-repeat: no-repeat;
  top: 120px;
  left: 0;
  height: 55px;
  position: absolute;
  width: 65px;
}
.call-to-action:after {
  content: "";
  background-image: url(../img/arrow-up-90.png);
  background-repeat: no-repeat;
  top: 100px;
  right: 15px;
  height: 76px;
  position: absolute;
  width: 40px;
}

/* css for sidebar menu */
.layout-wrapper {
  display: flex;
}

.vertical-menu {
  width: 90px;
  flex-basis: 90px;
  flex-shrink: 0;
  flex-grow: 0;
  bottom: 0;
  margin-top: 0;
  position: relative;
  top: 0;
  z-index: 4;
  padding: 20px;
  transition: all 0.8s ease;
  background-color: #fff;
}
.vertical-menu .btn-sidebar-text {
  display: none;
}
.vertical-menu .btn-sidebar {
  padding: 10px 12px;
}
.vertical-menu .logo {
  display: none;
}
.vertical-menu.active {
  flex-basis: 250px;
  width: 250px;
}
.vertical-menu.active .logo {
  display: block;
}
.vertical-menu.active #sidebar-menu .sidemenu-list .sidemenu-link .sidemenu-text {
  width: 100%;
  opacity: 1;
  height: 21px;
  transition: 0.4s ease-in-out;
}
.vertical-menu.active #sidebar-menu .sidemenu-list .sidemenu-link.sidemenu-dropdown-toggle {
  padding: 10px;
}
.vertical-menu.active #sidebar-menu .sidemenu-list .sidemenu-link .sidemenu-icon {
  margin-right: 10px;
}
.vertical-menu.active .btn-sidebar-text {
  display: none;
  vertical-align: middle;
}
.vertical-menu.active .menu-inner-wrapper {
  position: fixed;
  top: 20px;
  width: 210px;
  transition: all 0.4s;
}
.vertical-menu.active .sidebar-toggle {
  position: fixed;
  left: 220px;
}
.vertical-menu.active.bg-color .sidebar-btn-wrapper .btn-sidebar {
  width: calc(100% - 30px);
}
.vertical-menu.active.bg-color .sidebar-btn-wrapper .btn-sidebar-text {
  display: inline-block;
  margin-left: 10px;
}
.vertical-menu.active #sidebar-menu .sidemenu-list .sidemenu-link .sidemenu-icon svg path {
  fill: #98A4AE;
}
.vertical-menu .navbar-brand-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E6EB;
}
.vertical-menu .navbar-brand-box .logo img {
  margin: 10px 0 0 10px;
  height: 36px;
}
.vertical-menu .menu-inner-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 40px);
  position: fixed;
  width: 50px;
  transition: all 0.4s;
}
.vertical-menu #sidebar-menu .sidemenu-list .sidemenu-link .sidemenu-icon svg {
  width: 24px;
}
.vertical-menu #sidebar-menu .sidemenu-list .sidemenu-link .sidemenu-icon svg path {
  fill: #07202C;
}

.sidebar-toggle {
  position: fixed;
  left: 34px;
  background: url("../img/sidebar-arrow.svg") no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 1;
}
.sidebar-toggle.toggled {
  transform: rotate(180deg);
}

#sidebar-menu {
  padding: 12px 0 30px 0;
}
#sidebar-menu .sidemenu-list li {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}
#sidebar-menu .sidemenu-list li:last-child {
  overflow: visible;
}
#sidebar-menu .sidemenu-list li .dropdown-menu {
  background-color: #fff;
  padding: 10px 0 0 0;
  width: 210px;
  border: 0;
  border-radius: 0;
}
#sidebar-menu .sidemenu-list li .dropdown-menu .dropdown-item {
  background-color: #110C2D;
  font-size: 14px;
  line-height: normal;
  color: #110C2D;
  margin-bottom: 10px;
}
#sidebar-menu .sidemenu-list li .dropdown-menu .dropdown-item:hover {
  color: #3572ef;
}
#sidebar-menu .sidemenu-list li .dropdown-menu .dropdown-item:hover svg,
#sidebar-menu .sidemenu-list li .dropdown-menu .dropdown-item:hover path {
  fill: #3572ef;
}
#sidebar-menu .sidemenu-list li .dropdown-menu .dropdown-item svg {
  margin-right: 14px;
}
#sidebar-menu .sidemenu-list li .dropdown-menu .dropdown-item:after {
  content: "";
  position: absolute;
  background-color: #3572ef;
  width: 3px;
  top: 0;
  bottom: 0;
  left: 0px;
}
#sidebar-menu .sidemenu-list .sidemenu-link {
  color: #110C2D;
  font-size: 14px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0px;
  box-shadow: none;
  padding: 10px 13px;
  text-decoration: none !important;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 41px;
}
#sidebar-menu .sidemenu-list .sidemenu-link .sidemenu-text {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #29343D;
  width: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
}
#sidebar-menu .sidemenu-list .sidemenu-link .fa-angle-down {
  padding: 0px;
  float: right;
  margin-top: 2px;
  font-size: 16px;
}
#sidebar-menu .sidemenu-list .sidemenu-link .sidemenu-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#sidebar-menu .sidemenu-list .sidemenu-link:hover, #sidebar-menu .sidemenu-list .sidemenu-link.active, #sidebar-menu .sidemenu-list .sidemenu-link.show {
  background-color: #3572ef;
}
#sidebar-menu .sidemenu-list .sidemenu-link:hover .sidemenu-text, #sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-text, #sidebar-menu .sidemenu-list .sidemenu-link.show .sidemenu-text {
  color: #fff !important;
  text-decoration: none !important;
}
#sidebar-menu .sidemenu-list .sidemenu-link:hover .sidemenu-icon svg, #sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon svg, #sidebar-menu .sidemenu-list .sidemenu-link.show .sidemenu-icon svg {
  max-width: 25px;
  margin: auto;
  fill: #fff;
}
#sidebar-menu .sidemenu-list .sidemenu-link:hover .sidemenu-icon svg g,
#sidebar-menu .sidemenu-list .sidemenu-link:hover .sidemenu-icon svg path, #sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon svg g,
#sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon svg path, #sidebar-menu .sidemenu-list .sidemenu-link.show .sidemenu-icon svg g,
#sidebar-menu .sidemenu-list .sidemenu-link.show .sidemenu-icon svg path {
  fill: #fff !important;
}
#sidebar-menu .sidemenu-list .sidemenu-link:hover .fa-angle-down, #sidebar-menu .sidemenu-list .sidemenu-link.active .fa-angle-down, #sidebar-menu .sidemenu-list .sidemenu-link.show .fa-angle-down {
  display: inline-block;
}
#sidebar-menu .sidemenu-list .sidemenu-link.sidemenu-dropdown-toggle {
  padding: 10px 3px;
  border-radius: 0;
}
#sidebar-menu .sidemenu-list .sidemenu-link.active {
  color: #3572ef;
}
#sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon {
  color: #3572ef;
}
#sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon svg {
  margin: auto;
  fill: #3572ef;
  width: inherit;
}
#sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon svg g,
#sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-icon svg path {
  fill: #3572ef;
}
#sidebar-menu .sidemenu-list .sidemenu-link.active .sidemenu-text {
  color: #3572ef;
}
#sidebar-menu .sidemenu-list .sidemenu-link.active .menu-icon {
  background-position: 0 0 !important;
}
#sidebar-menu .sidemenu-list .sidemenu-link[aria-expanded=true] .fa-angle-down {
  transform: rotate(180deg);
}
#sidebar-menu .sidemenu-list .inner-menu {
  position: relative !important;
  transform: none !important;
  background-color: #3572ef;
  padding: 0;
  border: 0;
  border-radius: 0;
}
#sidebar-menu .sidemenu-list .inner-menu li {
  border-radius: 0;
}
#sidebar-menu .sidemenu-list .inner-menu li a {
  color: #b6c9df;
  padding: 15px 25px;
  border-radius: 0;
  display: block;
  white-space: nowrap;
  font-size: 13px;
}
#sidebar-menu .sidemenu-list .inner-menu li a svg {
  margin-right: 10px;
}
#sidebar-menu .sidemenu-list .inner-menu li a:hover {
  color: #fff;
}
#sidebar-menu .mm-active .active {
  color: #fff !important;
  background-color: #3572ef;
  box-shadow: 2px 2px 10px #3572ef;
}
#sidebar-menu .mm-active .active .menu-icon {
  display: inline-block;
  background-position: 0 bottom;
}

.page-content {
  background-color: #F4F7FB;
  padding: 30px 30px 30px 30px;
  min-height: calc(100vh - 60px);
  border-radius: 16px;
}
.page-content:has(.active-btn) .nodes-table {
  height: calc(100vh - 300px);
}
.page-content:has(.active-btn) .nodes-table.attack-table, .page-content:has(.active-btn) .nodes-table.campaign-table {
  height: calc(100vh - 254px);
}

.navbar-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  height: 60px;
  padding: 15px 30px;
}
.navbar-header .page-title {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
}
.navbar-header .header-item.dropdown-toggle:after {
  display: none;
}
.navbar-header .header-item.dropdown-toggle.show i {
  transform: rotate(180deg);
  color: #3572ef;
}
.navbar-header .header-item:hover {
  box-shadow: none;
}
.navbar-header .dropdown .header-profile-user {
  margin: 0;
}
.navbar-header .dropdown i {
  color: #526B7A;
  margin-left: 10px;
  transition: all 0.5s;
}
.navbar-header .dropdown-menu {
  border-radius: 6px;
  border: 0.4px solid #E0E6EB;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.navbar-header .dropdown-menu .username {
  border-bottom: 1px solid #E0E6EB;
  color: #110C2D;
}
.navbar-header .dropdown-menu .username h2 {
  font-size: 14px;
  line-height: 12px;
  text-align: left;
  margin-bottom: 5px;
  color: #110C2D;
  display: block;
}
.navbar-header .dropdown-menu .username h6 {
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  color: #110C2D;
  margin-bottom: 19px;
}
.navbar-header .dropdown-menu a.dropdown-item {
  color: #110C2D;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  padding: 0;
}
.navbar-header .dropdown-menu a.dropdown-item.first-menu {
  margin-top: 13px;
  margin-bottom: 20px;
}
.navbar-header .dropdown-menu a.dropdown-item img {
  margin-right: 10px;
  width: 13px;
}
.navbar-header .dropdown-menu a.dropdown-item i {
  margin-right: 5px;
  color: #3572ef;
}
.navbar-header .dropdown-menu a.dropdown-item:hover {
  text-decoration: underline;
  background-color: transparent;
}
.navbar-header .breadcrumb-link {
  color: #110C2D;
  cursor: pointer;
}
.navbar-header .breadcrumb-link a {
  text-transform: capitalize;
}
.navbar-header .page-title {
  text-transform: capitalize;
}
.navbar-header .inner-title {
  color: #fff;
  text-transform: none;
}

.main-content {
  width: 100%;
  overflow: hidden;
}

.main-content .content {
  padding: 0 15px 10px 15px;
  margin-top: 60px;
}

.table-top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 30px;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #E0E6EB;
}
.table-top-header .table-top-header-title {
  font-family: Manrope;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.table-top-header .search-bar {
  display: flex;
  align-items: center;
  gap: 20px;
}
.table-top-header .search-bar .ant-input-affix-wrapper {
  min-width: 300px;
  border-radius: 4px;
  padding: 8px 12px;
}
.table-top-header button.btn {
  margin-left: 20px;
}

.table-container {
  padding: 30px;
  background-color: #fff;
  border-radius: 0px 0px 12px 12px;
}

.ant-table-wrapper {
  border-radius: 12px;
  border: 1px solid #E0E6EB;
}
.ant-table-wrapper .ant-table {
  border-radius: 12px;
  overflow: hidden;
  font-family: Manrope !important;
}
.ant-table-wrapper .ant-table .ant-table-thead > tr > th {
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #526B7A;
  padding: 20px 24px;
}
.ant-table-wrapper .ant-table .ant-table-thead > tr > th:hover {
  background-color: #fff;
}
.ant-table-wrapper .ant-table .ant-table-thead > tr > th::before {
  display: none;
}
.ant-table-wrapper .ant-table .ant-table-thead > tr > th:last-child {
  width: 130px;
}
.ant-table-wrapper .ant-table .ant-table-tbody td {
  font-size: 14px;
  font-weight: 400;
  color: #526B7A;
  padding: 20px 24px;
}
.ant-table-wrapper .ant-table .ant-table-column-sorter {
  display: none;
}
.ant-table-wrapper .ant-table .ant-dropdown-trigger .dots-icon svg {
  transform: rotate(90deg);
}

.ant-notification-notice-wrapper {
  box-shadow: 0px 2px 10px 0px rgba(59, 52, 130, 0.1490196078) !important;
  border-radius: 15px !important;
}
.ant-notification-notice-wrapper .ant-notification-notice-message {
  font-size: 16px !important;
  font-weight: 600;
  color: #110C2D !important;
  margin-bottom: 0px !important;
  font-family: Manrope !important;
}
.ant-notification-notice-wrapper .ant-notification-notice-description {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #b9bbba !important;
  font-family: Manrope !important;
}

.ant-notification-notice-message {
  line-height: 20px !important;
}

.ant-notification-notice-description {
  margin-top: 6px;
}

/* Modal common css */
.ant-modal {
  font-family: Manrope;
}
.ant-modal .ant-modal-header {
  color: #000;
}
.ant-modal .ant-modal-header .ant-modal-title {
  font-size: 18px;
  font-weight: 600;
  font-family: Manrope;
  color: #000;
}
.ant-modal .ant-modal-body {
  padding: 20px 0px;
  font-family: Manrope;
}
.ant-modal .ant-modal-body h1 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.ant-modal .modal-footer {
  gap: 10px;
}
.ant-modal .modal-footer .ant-btn {
  border-radius: 3px;
  height: 40px !important;
  padding: 0 20px !important;
  font-weight: 500;
  color: #fff;
  font-family: Manrope;
}
.ant-modal .ant-modal-close {
  top: 18px;
}

.form-group {
  margin-bottom: 18px;
  position: relative;
  font-family: Manrope;
}
.form-group label {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 14px;
  color: #29343D;
}
.form-group .form-control {
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #E0E6EB;
  background: #fff;
  padding: 12px 16px;
  line-height: 1;
  color: #29343D;
  overflow: hidden;
}
.form-group .form-control:focus {
  box-shadow: none;
  border-color: #333 !important;
}
.form-group .form-control.price-input {
  padding: 0;
  border: 0;
}
.form-group .form-control.price-input .ant-input {
  height: 42.5px;
}
.form-group .form-control.price-input.ant-input-group-wrapper-outlined .ant-input-group-addon {
  border-left: 0;
  font-weight: 700;
  color: #526B7A;
}

.error {
  font-size: 12px;
  font-family: Manrope;
}

.form-control:focus {
  box-shadow: none;
  border-color: #333 !important;
}

.ant-select {
  width: 100%;
  height: 40px;
  padding: 0 0px !important;
  font-family: Manrope;
}
.ant-select .ant-select-selector {
  padding: 12px 16px !important;
  border-radius: 3px !important;
  border: 0 !important;
  box-shadow: none !important;
}
.ant-select .ant-select-selector::-moz-placeholder {
  font-size: 14px;
  color: #f6e8d6;
}
.ant-select .ant-select-selector::placeholder {
  font-size: 14px;
  color: #f6e8d6;
}
.ant-select.ant-select-focused .ant-select-selector {
  border-color: #333 !important;
}

.ant-dropdown {
  font-family: Manrope;
}

.ant-* {
  font-family: Manrope;
}

.add-courses-form {
  background-color: #fff;
  border-radius: 20px;
}
.add-courses-form .form-fields {
  padding: 30px;
}

.form-section-title {
  font-family: Manrope;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}

.lecture-section {
  border: 1px solid #E0E6EB;
  border-radius: 12px;
  padding: 20px;
}
.lecture-section .arrow-icon {
  margin-left: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.lecture-section .form-control {
  font-family: Manrope;
  font-size: 14px;
}
.lecture-section .ant-upload-wrapper {
  display: flex;
  align-items: center;
}
.lecture-section .ant-upload-wrapper .ant-upload-list-item {
  margin-top: 0;
}
.lecture-section .ant-upload-wrapper .ant-upload-list-item .ant-upload-icon {
  display: none;
}
.lecture-section .ant-upload-wrapper .ant-upload-list-item-name {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.lecture-section .ant-upload-wrapper .ant-upload-select {
  transform: rotate(135deg);
  cursor: pointer;
}

.plus-btn-sm,
.ant-btn.plus-btn-sm {
  background-color: rgba(53, 114, 239, 0.3019607843);
}
.plus-btn-sm:hover,
.ant-btn.plus-btn-sm:hover {
  background: rgba(53, 114, 239, 0.3019607843) !important;
  background-color: rgba(53, 114, 239, 0.3019607843) !important;
}
.plus-btn-sm svg,
.ant-btn.plus-btn-sm svg {
  fill: #3572EF;
}

.video-item {
  margin-bottom: 20px;
}

.account-wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/hero-section-bg.png);
  background-size: cover;
}
.account-wrapper .login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-wrapper .login-container .login-form-wrapper {
  width: 80%;
  max-width: 456px;
  padding: 50px 30px;
  border-radius: 20px;
  text-align: left;
  border-radius: 20px;
  position: relative;
  background: rgb(255, 255, 255);
  font-family: Manrope !important;
}
.account-wrapper .login-container .login-form-wrapper .login-heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 39.6px;
  text-align: left;
  margin-bottom: 45px;
  color: #f6e8d6;
}
.account-wrapper .login-container .login-form-wrapper .login-heading img {
  margin-right: 18px;
}
.account-wrapper .login-container .login-form-wrapper .form-group {
  margin-bottom: 20px;
  position: relative;
}
.account-wrapper .login-container .login-form-wrapper .form-group label {
  font-size: 12px;
  color: rgb(41, 52, 61);
}
.account-wrapper .login-container .login-form-wrapper .form-group .form-control {
  font-size: 14px;
  border-radius: 10px;
  border: 0;
  background: linear-gradient(90deg, #F2F7FF 0%, #E3F2FD 100%);
  padding: 12px 16px;
  line-height: 1.2;
  color: rgba(128, 128, 128, 0.55);
  display: flex;
  align-items: center;
}
.account-wrapper .login-container .login-form-wrapper .form-group .form-control .ant-input-prefix {
  margin-right: 10px;
}
.account-wrapper .login-container .login-form-wrapper .form-group .form-control input::-moz-placeholder {
  color: rgba(128, 128, 128, 0.55);
}
.account-wrapper .login-container .login-form-wrapper .form-group .form-control input::placeholder {
  color: rgba(128, 128, 128, 0.55);
}
.account-wrapper .login-container .login-form-wrapper .form-group .text-danger {
  background-color: #fff;
  padding: 3px 5px;
  margin: 5px 0;
  display: block;
  font-size: 13px;
}
.account-wrapper .login-container .login-form-wrapper .form-group .error {
  position: absolute;
}
.account-wrapper .login-container .login-form-wrapper .button-group {
  margin-top: 50px;
  text-align: right;
}
.account-wrapper .login-container .login-form-wrapper .label {
  color: #f6e8d6;
  margin-bottom: 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.account-wrapper .login-container .login-form-wrapper .btn {
  height: 40px;
  box-shadow: none;
}
.account-wrapper .login-container .login-form-wrapper .btn:disabled, .account-wrapper .login-container .login-form-wrapper .btn.disabled {
  background: #292929;
  pointer-events: none;
  color: #4e4c4c;
  opacity: 1;
}
.account-wrapper .login-container .login-form-wrapper .btn span {
  margin-right: 3px;
}
.account-wrapper .login-container .login-form-wrapper a {
  text-decoration: none;
}
.account-wrapper .login-container .login-form-wrapper .show-password {
  position: absolute;
  right: 25px;
  width: 14px;
  height: 14px;
  background-image: url(../images/eye-crossed.svg);
  display: block;
  top: 38px;
  cursor: pointer;
}
.account-wrapper .login-container .login-form-wrapper .remenber-forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}
.account-wrapper .login-container .login-form-wrapper .or {
  padding: 30px 0px;
}
.account-wrapper .login-container .login-form-wrapper .btn-google {
  margin-bottom: 20px;
}
.account-wrapper .login-container .login-form-wrapper .sign-btn {
  font-size: 15px;
  font-family: Manrope;
  color: rgb(41, 52, 61);
}

.password-eye-icon {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 36px;
  z-index: 1;
}
.password-eye-icon svg path {
  fill: #757575;
}
.password-eye-icon .anticon-eye-invisible svg path:first-child {
  fill: transparent;
}
.password-eye-icon .anticon-eye svg path:nth-child(2) {
  fill: transparent;
}

.client-filters {
  padding: 10px 20px;
}
.client-filters .ant-select {
  font-family: var(--default-font);
}
.client-filters .ant-select .ant-select-selector {
  background-color: #F8F8F8;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 16px;
  font-weight: 400;
}
.client-filters .ant-select .ant-select-arrow {
  color: rgba(102, 102, 102, 0.5058823529);
}
.client-filters .ant-select .ant-select-arrow .anticon > svg {
  width: 10px;
  height: 10px;
}

.custom-tags {
  padding: 12px;
  font-family: var(--default-font);
  font-size: 14px;
  font-weight: 500;
  color: #07202c;
  background-color: #F7F7F7;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
}
.custom-tags:not(:last-child) {
  margin-right: 15px;
}
.custom-tags.tag-blue {
  background-color: rgba(69, 170, 242, 0.1411764706);
  color: #3572EF;
  padding: 6px 10px;
}

.show-all {
  color: #3572EF;
}

.slider-tags img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.slider-top-bar {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 30px;
  flex-wrap: wrap;
}

.slider-title {
  font-family: var(--default-font);
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
}

.slider-card {
  padding: 25px;
  font-family: var(--default-font);
}
.slider-card .ant-card-body {
  padding: 12px 0px 0;
}
.slider-card .slider-card-tag {
  background-color: rgba(69, 170, 242, 0.1411764706);
  color: #3572EF;
  display: inline-block;
  font-size: 14px;
  padding: 6px;
  border-radius: 8px;
  font-weight: 500;
  margin-bottom: 12px;
}
.slider-card .card-course-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
}
.slider-card .course-instructor {
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: normal;
  gap: 8px;
  color: #07202C;
}
.slider-card .course-price {
  font-weight: 600;
  font-size: 18px;
}

.slick-slider {
  margin-bottom: 50px;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  top: -40px;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  color: #000;
  font-size: 25px;
}
.slick-slider .slick-prev {
  right: 50px;
  left: auto;
}
.slick-slider .slick-next {
  right: 20px;
}

.slick-slide {
  padding: 0 8px;
}

.user-avatar {
  display: flex;
  align-items: center;
  gap: 8px;
}
.user-avatar span {
  font-family: var(--default-font);
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: var(--heading-color);
}

.level {
  font-family: var(--default-font);
  font-weight: 600;
  font-size: 12px;
  color: #32A071;
}

.ant-rate {
  font-size: 15px;
}

.ant-rate-star > div,
.ant-rate > span {
  color: #F7941D;
}

.ant-rate-star-full > div,
.ant-rate-star-half > div {
  color: #F7941D;
}

.insights {
  margin-top: 24px;
}
.insights .insight-value {
  font-family: var(--default-font);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  color: var(--heading-color);
}
.insights .insight-title {
  font-family: var(--default-font);
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  color: rgba(128, 128, 128, 0.6705882353);
}
.insights [class^=col-]:not(:last-of-type) {
  border-right: 0.25px solid #000000;
}

.section-main-title {
  font-family: var(--default-font);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--heading-color);
}

.custom-card {
  border: 1px solid rgb(235, 237, 240);
  border-radius: 16px;
  margin-bottom: 20px;
}
.custom-card .row:not(:last-of-type) {
  margin-bottom: 30px;
}
.custom-card .custom-card-header {
  background-color: rgb(247, 247, 247);
  padding: 20px 20px 16px;
  overflow: hidden;
}
.custom-card .custom-card-header ul {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.custom-card .custom-card-header ul li {
  margin-right: 40px;
  font-size: 16px;
  line-height: 28px;
  color: rgba(17, 12, 45, 0.5);
}
.custom-card .custom-card-body {
  padding: 24px 40px 24px 44px;
  max-height: 370px;
  overflow: auto;
}
.custom-card .custom-card-body span {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: rgba(27, 31, 38, 0.72);
}
.custom-card .custom-card-body span svg {
  margin-right: 7px;
}
.custom-card .custom-card-body .rating-number {
  font-size: 12px;
  color: rgb(0, 0, 0);
  margin-bottom: 22px;
}
.custom-card .custom-card-body .ant-rate {
  margin: 15px 0px;
}

.course-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}

.course-price {
  color: rgb(17, 12, 45);
  font-size: 18px;
  font-weight: 600;
}

.client-layout {
  font-family: var(--default-font);
  /* Width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Firefox */
  /* WebKit */
}
.client-layout ::-webkit-scrollbar {
  width: 8px;
  /* Vertical scrollbar */
  height: 8px;
  /* Horizontal scrollbar */
}
.client-layout ::-webkit-scrollbar-track {
  background: rgb(247, 247, 247);
  border-radius: 10px;
}
.client-layout ::-webkit-scrollbar-thumb {
  background: rgb(53, 114, 239);
  border-radius: 10px;
}
.client-layout ::-webkit-scrollbar-thumb:hover {
  background: rgb(36, 85, 182);
}
.client-layout .scrollable {
  scrollbar-width: thin;
  scrollbar-color: #888 #f0f0f0;
}
.client-layout .scrollable::-webkit-scrollbar {
  width: 8px;
}
.client-layout .scrollable::-webkit-scrollbar-track {
  background: rgb(247, 247, 247);
}
.client-layout .scrollable::-webkit-scrollbar-thumb {
  background: rgb(53, 114, 239);
  border-radius: 10px;
}
.client-layout .header .navmenu a {
  color: #000;
}
.client-layout .header .logo img {
  filter: brightness(0);
}
.client-layout .header input[type=search] {
  background: linear-gradient(90deg, #F2F7FF 0%, #E3F2FD 100%);
  color: #07202C;
}
.client-layout .header input[type=search]::-moz-placeholder {
  color: #07202C;
}
.client-layout .header input[type=search]::placeholder {
  color: #07202C;
}
.client-layout .header .input-group {
  background: linear-gradient(90deg, #F2F7FF 0%, #E3F2FD 100%);
  border-radius: 10px;
}
.client-layout .header .input-group .input-group-text {
  background: transparent;
  padding: 6px 4px 6px 12px;
}

.card-with-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding: 36px 24px;
  border: 1px solid rgb(235, 237, 240);
  border-radius: 16px;
  margin-bottom: 20px;
}

.sm-grey-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: rgba(27, 31, 38, 0.72);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 450px;
  overflow: hidden;
  background: rgb(227, 242, 253);
  border-radius: 30px;
}
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80px;
  height: 80px;
  background: rgb(53, 114, 239);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.play-button::before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #fff;
  margin-left: 5px;
}

.free-tag {
  background-color: rgba(53, 114, 239, 0.33);
  color: rgb(53, 114, 239);
  border-radius: 30px;
  padding: 10px;
  text-align: center;
}

.course-main .custom-card .custom-card-body {
  max-height: 480px;
}

.client-profile .ant-card {
  border: none;
  padding: 30px;
  box-shadow: 10px 20px 30px 10px rgba(0, 0, 0, 0.0509803922);
  border-radius: 30px;
}
.client-profile .ant-avatar {
  border: 3px solid #3572ef;
}
.client-profile .client-profile-wrapper {
  display: flex;
  align-items: center;
  gap: 22px;
}
.client-profile .client-profile-wrapper .client-avatar {
  position: relative;
}
.client-profile .client-profile-wrapper .client-avatar .camera-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.client-profile .client-profile-wrapper .c-name {
  font-weight: 500;
  font-size: 18px;
}
.client-profile .client-profile-wrapper .c-email,
.client-profile .client-profile-wrapper .c-number {
  font-size: 12px;
  font-weight: 400;
}

.custom-progress-height .ant-progress-inner {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
}
.custom-progress-height .ant-progress-bg {
  height: 14px !important;
}

.profile-page-courses {
  width: 183px;
  height: 113px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  max-width: 100%;
}

.color-blue {
  color: #3572ef;
}

.bg-grey {
  border-radius: 20px;
  padding: 10px;
  background-color: rgba(217, 217, 217, 0.1882352941);
  margin-bottom: 20px;
}

.second-header {
  padding-top: 100px;
}

.profile-tabs .nav-item .nav-link {
  color: #526B7A;
  border: 0;
}
.profile-tabs .nav-item .nav-link:hover, .profile-tabs .nav-item .nav-link:focus {
  border-color: transparent;
}
.profile-tabs .nav-item .nav-link.active {
  color: #3572EF;
  border: 0;
  border-bottom: 2px solid #3572EF;
}
.profile-tabs .nav-item i,
.profile-tabs .nav-item svg {
  font-size: 16px;
  margin-right: 10px;
}
.profile-tabs p {
  color: #98A4AE;
  font-size: 15px;
  font-weight: 400;
}
.profile-tabs h6 {
  color: #29343D;
  font-size: 18px;
  font-weight: 600;
}

html[dir=rtl] .vertical-menu .sidebar-toggle {
  right: 34px;
}
html[dir=rtl] .vertical-menu.active .sidebar-toggle {
  right: 220px;
}
html[dir=rtl] .vertical-menu.active #sidebar-menu .sidemenu-list .sidemenu-link .sidemenu-text {
  text-align: right;
}
html[dir=rtl] .vertical-menu.active #sidebar-menu .sidemenu-list .sidemenu-link .sidemenu-icon {
  margin-right: 0px;
  margin-left: 10px;
}
html[dir=rtl] .navbar-header .dropdown-menu > * {
  text-align: right;
}
html[dir=rtl] .navbar-header .dropdown-menu .username h2 {
  text-align: right;
}
html[dir=rtl] .navbar-header .dropdown-menu a.dropdown-item img {
  margin-right: 0;
  margin-left: 10px;
}
html[dir=rtl] .navbar-header .dropdown i {
  margin-left: 0;
  margin-right: 10px;
}

.subject-listing {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
}
.subject-listing > img {
  border-radius: 8px;
  flex-grow: 0;
  flex-shrink: 0;
}

.scrolled .client-layout .header .logo img {
  filter: brightness(1);
}
.scrolled .client-layout .header .navmenu a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */