@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap");
body {
  direction: rtl;
  font-family: "Tajawal", sans-serif; }

/* mixin for responsive it takes
    type : min or max
    size : 100px for the width of target screen
*/
.width-1 {
  width: 10%; }

@media (min-width: 576px) {
  .width-1-sm {
    width: 10% !important; } }
@media (min-width: 768px) {
  .width-1-md {
    width: 10% !important; } }
@media (min-width: 1024px) {
  .width-1-lg {
    width: 10% !important; } }
.width-2 {
  width: 20%; }

@media (min-width: 576px) {
  .width-2-sm {
    width: 20% !important; } }
@media (min-width: 768px) {
  .width-2-md {
    width: 20% !important; } }
@media (min-width: 1024px) {
  .width-2-lg {
    width: 20% !important; } }
.width-3 {
  width: 30%; }

@media (min-width: 576px) {
  .width-3-sm {
    width: 30% !important; } }
@media (min-width: 768px) {
  .width-3-md {
    width: 30% !important; } }
@media (min-width: 1024px) {
  .width-3-lg {
    width: 30% !important; } }
.width-4 {
  width: 40%; }

@media (min-width: 576px) {
  .width-4-sm {
    width: 40% !important; } }
@media (min-width: 768px) {
  .width-4-md {
    width: 40% !important; } }
@media (min-width: 1024px) {
  .width-4-lg {
    width: 40% !important; } }
.width-5 {
  width: 50%; }

@media (min-width: 576px) {
  .width-5-sm {
    width: 50% !important; } }
@media (min-width: 768px) {
  .width-5-md {
    width: 50% !important; } }
@media (min-width: 1024px) {
  .width-5-lg {
    width: 50% !important; } }
.width-6 {
  width: 60%; }

@media (min-width: 576px) {
  .width-6-sm {
    width: 60% !important; } }
@media (min-width: 768px) {
  .width-6-md {
    width: 60% !important; } }
@media (min-width: 1024px) {
  .width-6-lg {
    width: 60% !important; } }
.width-7 {
  width: 70%; }

@media (min-width: 576px) {
  .width-7-sm {
    width: 70% !important; } }
@media (min-width: 768px) {
  .width-7-md {
    width: 70% !important; } }
@media (min-width: 1024px) {
  .width-7-lg {
    width: 70% !important; } }
.width-8 {
  width: 80%; }

@media (min-width: 576px) {
  .width-8-sm {
    width: 80% !important; } }
@media (min-width: 768px) {
  .width-8-md {
    width: 80% !important; } }
@media (min-width: 1024px) {
  .width-8-lg {
    width: 80% !important; } }
.width-9 {
  width: 90%; }

@media (min-width: 576px) {
  .width-9-sm {
    width: 90% !important; } }
@media (min-width: 768px) {
  .width-9-md {
    width: 90% !important; } }
@media (min-width: 1024px) {
  .width-9-lg {
    width: 90% !important; } }
.width-10 {
  width: 100%; }

@media (min-width: 576px) {
  .width-10-sm {
    width: 100% !important; } }
@media (min-width: 768px) {
  .width-10-md {
    width: 100% !important; } }
@media (min-width: 1024px) {
  .width-10-lg {
    width: 100% !important; } }
.width-1 {
  width: 10%; }

@media (min-width: 576px) {
  .width-1-sm {
    width: 10% !important; } }
@media (min-width: 768px) {
  .width-1-md {
    width: 10% !important; } }
@media (min-width: 1024px) {
  .width-1-lg {
    width: 10% !important; } }
.width-2 {
  width: 20%; }

@media (min-width: 576px) {
  .width-2-sm {
    width: 20% !important; } }
@media (min-width: 768px) {
  .width-2-md {
    width: 20% !important; } }
@media (min-width: 1024px) {
  .width-2-lg {
    width: 20% !important; } }
.width-3 {
  width: 30%; }

@media (min-width: 576px) {
  .width-3-sm {
    width: 30% !important; } }
@media (min-width: 768px) {
  .width-3-md {
    width: 30% !important; } }
@media (min-width: 1024px) {
  .width-3-lg {
    width: 30% !important; } }
.width-4 {
  width: 40%; }

@media (min-width: 576px) {
  .width-4-sm {
    width: 40% !important; } }
@media (min-width: 768px) {
  .width-4-md {
    width: 40% !important; } }
@media (min-width: 1024px) {
  .width-4-lg {
    width: 40% !important; } }
.width-5 {
  width: 50%; }

@media (min-width: 576px) {
  .width-5-sm {
    width: 50% !important; } }
@media (min-width: 768px) {
  .width-5-md {
    width: 50% !important; } }
@media (min-width: 1024px) {
  .width-5-lg {
    width: 50% !important; } }
.width-6 {
  width: 60%; }

@media (min-width: 576px) {
  .width-6-sm {
    width: 60% !important; } }
@media (min-width: 768px) {
  .width-6-md {
    width: 60% !important; } }
@media (min-width: 1024px) {
  .width-6-lg {
    width: 60% !important; } }
.width-7 {
  width: 70%; }

@media (min-width: 576px) {
  .width-7-sm {
    width: 70% !important; } }
@media (min-width: 768px) {
  .width-7-md {
    width: 70% !important; } }
@media (min-width: 1024px) {
  .width-7-lg {
    width: 70% !important; } }
.width-8 {
  width: 80%; }

@media (min-width: 576px) {
  .width-8-sm {
    width: 80% !important; } }
@media (min-width: 768px) {
  .width-8-md {
    width: 80% !important; } }
@media (min-width: 1024px) {
  .width-8-lg {
    width: 80% !important; } }
.width-9 {
  width: 90%; }

@media (min-width: 576px) {
  .width-9-sm {
    width: 90% !important; } }
@media (min-width: 768px) {
  .width-9-md {
    width: 90% !important; } }
@media (min-width: 1024px) {
  .width-9-lg {
    width: 90% !important; } }
.width-10 {
  width: 100%; }

@media (min-width: 576px) {
  .width-10-sm {
    width: 100% !important; } }
@media (min-width: 768px) {
  .width-10-md {
    width: 100% !important; } }
@media (min-width: 1024px) {
  .width-10-lg {
    width: 100% !important; } }
.bg-opacity {
  background-color: #E6EDF4; }

a {
  text-decoration: none; }

hr {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[name="phone"] {
  -moz-appearance: textfield;
  text-align: right; }

:root {
  scroll-behavior: smooth; }

* {
  margin: 0;
  padding: 0;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  *::-webkit-scrollbar {
    width: 5px; }
  *::-webkit-scrollbar-track {
    background: #f1f1f1; }
  *::-webkit-scrollbar-thumb {
    background: #01249F;
    border-radius: 1rem; }
  *::-webkit-scrollbar-thumb:hover {
    background: #555; }

input[type="date"] {
  flex: 1 0 0;
  text-transform: uppercase;
  text-align: right; }

html {
  scroll-behavior: smooth; }

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: 100%;
  right: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  flex: 1 0 0; }

input,
select,
textarea {
  color: #9D9D9D !important;
  direction: rtl !important; }
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #9D9D9D !important; }

textarea {
  resize: none; }

button {
  border: none;
  outline: none; }

img.img-dir {
  transform: rotatey(180deg); }

body {
  overflow-x: hidden;
  scroll-behavior: smooth; }

main {
  margin-top: 96px;
  overflow: hidden;
  min-height: 75vh; }
  @media (max-width: 991px) {
    main {
      margin-top: 80px; } }

.iti__country-list {
  width: 400px;
  overflow: hidden; }

.otp-field {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  direction: ltr !important;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  @media (max-width: 450px) {
    .otp-field {
      gap: 12px; } }
  .otp-field input {
    border: 1px solid #66666659;
    color: #fff;
    display: flex;
    width: 88px;
    height: 88px;
    padding: 16px 12px;
    text-align: center;
    font-size: 24px;
    line-height: 35.25px;
    font-weight: 500;
    border-radius: 12px; }
    @media (max-width: 450px) {
      .otp-field input {
        width: calc(100% / 4); } }
    .otp-field input:focus {
      border: 1px solid #01249F;
      color: #01249F; }
    .otp-field input.finished {
      background-color: #01249F;
      border: none;
      color: white; }
  .otp-field input::-webkit-outer-spin-button,
  .otp-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .otp-field input[type="number"] {
    -moz-appearance: textfield; }

#otpSubmit:disabled {
  background-color: #ccc;
  border: none;
  opacity: 0.8;
  cursor: no-drop;
  color: black !important; }
  #otpSubmit:disabled:hover {
    color: white; }

.iti {
  width: 100%;
  text-align: right; }

.iti--allow-dropdown input {
  padding-left: 0 !important;
  padding-right: 83px !important; }

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: auto !important;
  right: 0 !important; }

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  border: none;
  outline: none;
  flex: 1 0 0; }

.iti__selected-flag {
  padding-inline: 18px; }

.iti__flag {
  border-radius: 50% !important; }

.iti__selected-dial-code {
  color: #9D9D9D !important; }

.iti__country-list {
  text-align: right !important; }

.headline {
  text-align: right;
  padding-block: 12px; }
  @media (max-width: 767px) {
    .headline {
      text-align: center; } }
  .headline .word {
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    color: #1E1E1E;
    width: max-content; }
    @media (max-width: 767px) {
      .headline .word {
        margin: auto; } }
    @media (max-width: 991px) {
      .headline .word {
        font-size: 24px;
        line-height: 28.4px; } }
  .headline .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #555555; }
    @media (max-width: 991px) {
      .headline .desc {
        font-size: 16px;
        line-height: 24px; } }

.course-card {
  transition: all .3s ease-in-out;
  border: 1px solid #EAEAEA;
  position: relative;
  box-shadow: 5px 5px 5px #0000001A; }
  .course-card img {
    transition: all .3s ease-in-out;
    object-fit: cover;
    aspect-ratio: 1/1;
    cursor: pointer;
    width: 100%; }
  .course-card .card-text {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    /* Use a flexbox model for block container */
    -webkit-line-clamp: 1;
    /* Show only 3 lines */
    -webkit-box-orient: vertical;
    /* Stack children vertically */
    overflow: hidden;
    /* Hide overflowed content */
    text-overflow: ellipsis;
    /* Show ellipsis (...) for overflowed text */ }
    .course-card .card-text span {
      color: #555555; }
  .course-card .card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #1E1E1E;
    display: -webkit-box;
    /* Use a flexbox model for block container */
    -webkit-line-clamp: 1;
    /* Show only 3 lines */
    -webkit-box-orient: vertical;
    /* Stack children vertically */
    overflow: hidden;
    /* Hide overflowed content */
    text-overflow: ellipsis;
    /* Show ellipsis (...) for overflowed text */ }
  .course-card .card-details img {
    width: 14px;
    height: 14px; }
  .course-card .card-details span {
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .course-card .course-type {
    position: absolute;
    top: 2%;
    right: 2%; }
  @media (min-width: 991px) {
    .course-card:hover .card-title {
      color: #D93749; } }

.breadcrumb {
  background-color: #F5F5F5;
  padding: 10px 24px; }
  .breadcrumb-item a {
    color: #9D9D9D !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .breadcrumb-item.active {
    color: #01249F !important; }

.filter {
  transition: all .3s ease-in-out; }
  @media (max-width: 990px) {
    .filter {
      position: absolute;
      left: -200%;
      top: 4%;
      background-color: white;
      border-radius: 12px;
      box-shadow: 5px 5px 5px #eceaea; } }
  .filter.show {
    transition: all .3s ease-in-out;
    left: 0%;
    right: 0;
    left: 0;
    max-width: 100%; }

.main__filters {
  background: transparent;
  border: 0 !important; }
  .main__filters * {
    background: transparent; }
  .main__filters .accordion-button {
    background-color: transparent;
    border: none !important;
    color: black;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px; }
    .main__filters .accordion-button:focus {
      box-shadow: transparent !important; }
  .main__filters .accordion-item {
    border: none;
    margin: 0;
    border-bottom: 1px solid transparent !important; }
  .main__filters__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .main__filters__list li {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .main__filters__list li:not(:last-of-type) {
        margin-bottom: 12px; }
      .main__filters__list li p {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        color: #555555;
        margin: 0; }
      .main__filters__list li label {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        color: #555555;
        cursor: pointer; }
      .main__filters__list li input[type="checkbox"] {
        appearance: none;
        position: relative;
        background-color: transparent;
        margin: 0;
        width: 18px;
        height: 18px;
        border: 2px solid #6b6c6c !important;
        border-radius: 4px;
        display: inline-grid;
        justify-items: center;
        align-items: center;
        cursor: pointer; }
      .main__filters__list li input[type="checkbox"]:checked {
        border: 2px solid #01249F !important; }
      .main__filters__list li input[type="checkbox"]::before {
        content: "";
        width: 10px;
        height: 10px;
        position: relative;
        z-index: 100;
        transform: scale(0);
        transform-origin: bottom right;
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em #fff;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        cursor: pointer; }
      .main__filters__list li input[type="checkbox"]::after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        background: #01249F;
        position: absolute;
        top: 0;
        cursor: pointer; }
      .main__filters__list li input[type="checkbox"]:checked::before,
      .main__filters__list li input[type="checkbox"]:checked::after {
        transform: scale(1); }
  .main__filters__date {
    display: flex;
    height: 56px;
    padding: 16px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid red;
    background: #fff; }
    .main__filters__date input {
      background: transparent; }

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  box-shadow: 2px 2px 2px white;
  border: 1px solid #EAEAEA; }
  .navbar-brand {
    width: 119px;
    height: 59px; }
    @media (max-width: 767px) {
      .navbar-brand img {
        width: 90px;
        height: 50px; } }
  .navbar .nav-item {
    transition: all .3s ease-in-out;
    border-bottom: 1px solid transparent; }
    .navbar .nav-item .nav-link {
      font-size: 16px;
      font-weight: 600;
      line-height: 19.2px;
      color: #000000 !important;
      transition: all .3s ease-in-out; }
      .navbar .nav-item .nav-link.active {
        color: #D93749 !important; }
    .navbar .nav-item:has(.active) {
      border-bottom: 1px solid #D93749; }
    .navbar .nav-item:hover {
      border-bottom: 1px solid #D93749; }
      .navbar .nav-item:hover .nav-link {
        color: #D93749 !important; }

.footer {
  background-color: #2B4866;
  margin-top: 100px; }
  .footer-logo {
    width: 90px;
    height: 55px; }
  .footer-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #EAEAEA; }
  .footer h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF; }
  .footer ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 45px;
    color: #EAEAEA; }
  .footer p,
  .footer a {
    color: #EAEAEA; }
  .footer .mail-container {
    word-wrap: break-word; }
    .footer .mail-container a {
      display: block;
      width: 100%; }

.home__hero .carousel-inner img {
  aspect-ratio: 3/1; }
  @media (max-width: 767px) {
    .home__hero .carousel-inner img {
      aspect-ratio: 1/1; } }
.home__hero .carousel-caption {
  bottom: 0 !important;
  width: 50%;
  right: 50% !important;
  transform: translate(50%, -10%); }
  @media (max-width: 991px) {
    .home__hero .carousel-caption {
      width: 75%;
      transform: translate(50%, -1%); } }
  @media (max-width: 767px) {
    .home__hero .carousel-caption {
      width: 95%;
      transform: translate(50%, -1%); } }
  @media (max-width: 767px) {
    .home__hero .carousel-caption {
      width: 90%; } }
.home__hero .hero-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px; }
  @media (max-width: 991px) {
    .home__hero .hero-title {
      font-size: 32px;
      line-height: 45.6px;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .home__hero .hero-title {
      font-size: 24px; } }
.home__hero .hero-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #F5F5F5; }
  @media (max-width: 991px) {
    .home__hero .hero-desc {
      margin-block: 12px !important; } }
.home__numbers .card {
  gap: 16px;
  border-radius: 20px;
  opacity: 0px;
  background-color: #F5F5F5;
  height: 181px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .home__numbers .card {
      min-height: 181px;
      height: max-content; } }
  .home__numbers .card h3 {
    color: #D93749;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px; }
  .home__numbers .card p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #1E1E1E; }
.home__topCategories .card {
  border: 1px solid #EAEAEA;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .3s ease-in-out; }
  .home__topCategories .card img {
    width: 32px;
    height: 32px; }
  .home__topCategories .card h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #1E1E1E; }
  .home__topCategories .card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #555555; }
@media (max-width: 767px) {
  .home__courses__header {
    flex-direction: column;
    gap: 12px; } }
.home__growSkills .grow-image {
  width: 100%;
  aspect-ratio: 1/1; }
  .home__growSkills .grow-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
@media (max-width: 991px) {
  .home__growSkills__content {
    padding: 12px !important; } }
.home__growSkills__content h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  color: #1E1E1E; }
.home__growSkills__content p {
  font-weight: 400;
  line-height: 27px;
  color: #555555; }
.home__growSkills__content ul li {
  padding-inline: 24px;
  margin-block: 12px;
  position: relative; }
  .home__growSkills__content ul li span {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; }
  .home__growSkills__content ul li::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMDAwMSA3LjI4MDAyTDEuMjIwMSA0LjUwMDAyTDAuMjczNDM4IDUuNDQwMDJMNC4wMDAxIDkuMTY2NjlMMTIuMDAwMSAxLjE2NjY4TDExLjA2MDEgMC4yMjY2ODVMNC4wMDAxIDcuMjgwMDJaIiBmaWxsPSIjMkI0ODY2IiBzdHlsZT0iZmlsbDojMkI0ODY2O2ZpbGw6Y29sb3IoZGlzcGxheS1wMyAwLjE2ODYgMC4yODI0IDAuNDAwMCk7ZmlsbC1vcGFjaXR5OjE7Ii8+Cjwvc3ZnPgo=); }
.home__topInstructors {
  overflow-x: hidden;
  /* Optionally, to remove margin from the last item */ }
  .home__topInstructors .slick-slide {
    margin-right: 10px;
    /* Adjust the margin value as needed */ }
  .home__topInstructors .slick-slide:last-child {
    margin-right: 0; }
  .home__topInstructors .slick-track {
    margin-inline: inherit !important; }

.score-section {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 48px; }

.score-circle {
  position: relative;
  width: 100px;
  height: 100px; }

.score-svg {
  transform: rotate(-90deg); }

.score-circle .score-text {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 20px;
  color: #181d38; }

.auth {
  margin-top: 150px; }
  .auth .card {
    width: 50%; }
    .auth .card:has(.otp-field) {
      width: max-content !important; }
    @media (max-width: 991px) {
      .auth .card {
        width: 80%; }
        .auth .card:has(.otp-field) {
          width: max-content !important; } }
    @media (max-width: 767px) {
      .auth .card:has(.otp-field) {
        width: 100% !important; } }
    @media (max-width: 375px) {
      .auth .card {
        padding: 16px !important; } }
    .auth .card .auth-title {
      font-size: 32px;
      font-weight: 600;
      line-height: 38.4px;
      color: #1E1E1E; }
    .auth .card .auth-desc {
      font-size: 18px;
      font-weight: 400;
      line-height: 27px;
      color: #9D9D9D; }

.courses-tabs .nav {
  background-color: #F1F1F1;
  padding: 8px;
  border-radius: 12px;
  gap: 16px; }
  .courses-tabs .nav .nav-item .nav-link {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 600;
    line-height: 28.13px; }
    .courses-tabs .nav .nav-item .nav-link.active {
      color: white;
      background-color: #01249F; }

.accordion-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding-block: 1rem; }

.filter-checkbox {
  margin-right: 0.5rem; }

.course-details__header .header-checkout {
  left: 0;
  top: 3%;
  width: 35%; }
  .course-details__header .header-checkout .card {
    width: 100% !important;
    border-radius: 16px;
    overflow: auto; }
    .course-details__header .header-checkout .card img {
      height: 250px; }
    .course-details__header .header-checkout .card .session input[type="radio"] {
      opacity: 0; }
    .course-details__header .header-checkout .card .session label {
      background-color: white;
      border-radius: 222222px;
      border: 1px solid #2B4866;
      padding: 8px 12px;
      color: #01249F;
      font-size: 18px;
      font-weight: 500;
      line-height: 21.09px;
      text-align: center;
      transition: all .3s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .course-details__header .header-checkout .card .session label:has(input:checked) {
        background-color: #2B4866;
        padding: 8px 12px;
        color: white;
        font-size: 18px;
        font-weight: 500;
        line-height: 21.09px; }

/*# sourceMappingURL=main-rtl.css.map */
