.bootstrap-select>.dropdown-toggle {
    height: 50px !important;
  }

  input.error {
    border: 1px solid red !important;
  }

  textarea.error {
    border: 1px solid red !important;
  }

  select.error {
    border: 1px solid red !important;
  }

  label.error {
    color: red !important;
  }

  #toast-container>div {
    width: 350px !important;
    font-size: 17px !important;
  }

  #load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.8;
    z-index: 100000;
    background-color: #fff;
    z-index: 199;
    text-align: center;
  }

  #loading-image {
    position: absolute;
    top: 50%;
    z-index: 200;
    right: 50%;
    z-index: 200;
  }

  .no_data {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

.filter .filter-head {
  border: 1px solid #CFCFCF;
  border-radius: 12px;
  overflow: hidden;
}

.input-icon {
  position: relative;
}

.input-icon .form-control {
  padding-left: 50px;
}

.input-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.filter .filter-body {
  background-color: #FFF;
  padding: 30px;
  position: relative;
  border-bottom: 1px solid #CFCFCF;
  border-radius: 0px 0px 12px 12px;
}


.filter .filter-body::before {
  right: 0;
}

.filter .filter-body::before,
.filter .filter-body::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #CFCFCF;
  top: -9px;
}

.filter .filter-body::after {
  left: 0;
}

.filter .filter-body::before,
.filter .filter-body::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #CFCFCF;
  top: -9px;
}

.title-cate {
  position: relative;
  padding-right: 25px;
}

.title-cate::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #D4E2EB;
  border-radius: 2px;
}

.tab-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
}


.tab-filter li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.tab-filter li:nth-of-type(1) label {
  border-radius: 0px 8px 8px 0px;
}

.tab-filter li:last-of-type label {
  border-radius: 8px 0px 0px 8px;
}

.tab-filter [type="radio"]:checked,
.tab-filter [type="radio"]:not(:checked) {
  display: none;
}

.tab-filter [type="radio"]:checked+label,
.tab-filter [type="radio"]:not(:checked)+label {
  position: relative;
  padding: 10px;
  cursor: pointer;
  display: block;
  text-align: center;
  color: #777777;
  height: 53px;
  z-index: 1;
  margin-bottom: 0px;
  font-size: 16px;
  border: 1px solid #CFCFCF !important;
  font-family: "ExpoArabic-Light";
}

.tab-filter [type="radio"]:checked+label {
  background-color: #D4E2EB;
}

.tab-filter [type="radio"]:checked+label {
  color: #025B87;
  font-family: "ExpoArabic-Medium";
}

.tab-filter [type="radio"]:checked+label:after {
  opacity: 1;
}

html[dir="rtl"] .m-checkbox {
  padding-right: 35px;
}



.m-checkbox {
  position: relative;
  margin-bottom: 23px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #777777;
}

/* Hide the browser's default checkbox */
.m-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.m-checkbox .checkmark {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  background-color: #fff;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #CFCFCF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.m-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.m-checkbox input:checked~.checkmark:after {
  opacity: 1;
}

.m-checkbox .checkmark:after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 14px;
  content: "\f00c";
  font-family: "Font Awesome 6 pro";
  font-weight: 900;
  color: #FFF;
  background-color: #025b87;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.m-radio {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #777777;
  /* Create a custom radio */
  /* Create the checkmark/indicator (hidden when not checked) */
}

/* end filter courses */

.swiper-ratgin {
  height: 400px;
  margin-top: 30px;
}

.widget_item-rating .widget_item-image {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.widget_item-rating .widget_item-image img {
  width: 100%;
  height: 100%;
}

.swiper-lecturers,
.widget_items-lecturers {
  height: 250px;
}

.widget_item-lecturer .widget_item-image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.widget_item-lecturer .widget_item-image img {
  width: 100%;
  height: 100%;
}

.h-25 {
  height: 25px;
}

.widget_item-group .widget_item-remove {
  background-color: #718ba1;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -8px;
  inset-inline-end: -6px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.widget_item-blog {
  /* height: 95%; */
}

.circular-image {
  border-radius: 50%;
  object-fit: cover;
}

.introductory-video-course img {
  width: 350px;
  height: 240px;
  object-fit: cover;
}


/* start blog */


.widget__item-blog--1 {
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 2px 3px 20px #00000014;
  box-shadow: 2px 3px 20px #00000014;
}

.widget__item-blog--1 .widget__item-image {
  height: 0;
  padding-top: 57%;
  position: relative;
  overflow: hidden;
}

.widget__item-blog--1 .widget__item-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.widget__item-blog--1 .widget__item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  border-radius: 15px 15px 5px 5px;
}

.widget__item-blog--1 .widget__item-title {
  height: 27px;
  overflow: hidden;
}

.widget__item-blog--1 .widget__item-title a {
  color: #025B87;
}

.widget__item-blog--1 .widget__item-title a:hover {
  color: #0075af;
}

@media (max-width: 991px) {
  .widget__item-blog--1 .widget__item-title {
    height: 54px;
  }
}

.widget__item-blog--1 .widget__item-desc {
  height: 40px;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}

.widget__item-blog--1 a {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.input-search {
  border: 1px solid #CFCFCF;
  border-radius: 30px;
}

.input-search .form-control {
  border-radius: 30px;
}

.widget__item-blog--2 {
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  overflow: hidden;
}

.widget__item-blog--2 .widget__item-image {
  -ms-flex-preferred-size: 37%;
  flex-basis: 37%;
  height: 0;
  padding-top: 32%;
  position: relative;
  border-radius: 4px 12px 12px 4px;
  overflow: hidden;
  border-left: 1px solid #D9D9D9;
}

.widget__item-blog--2 .widget__item-image img {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 5px 10px 10px 5px;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.widget__item-blog--2 .widget__item-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.widget__item-blog--2 .widget__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.widget__item-blog--2 .widget__item-title {
  height: 23px;
  overflow: hidden;
  font-size: 16px;
}

.widget__item-blog--2 .widget__item-title a {
  color: #025B87;
}

.widget__item-blog--2 .widget__item-title a:hover {
  color: #0075af;
}

.widget__item-blog--2 .widget__item-text {
  font-size: 14px;
  color: #999999;
  max-height: 63px;
  overflow: hidden;
}

.widget__item-blog--2 .widget__item-date {
  font-size: 12px;
  color: #999999;
}

.widget__item-share ul li a svg {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.widget__item-share ul li a:hover svg {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

html[dir="rtl"] .widget__item-share ul li:not(:last-of-type) {
  margin-left: 12px;
}

html[dir="ltr"] .widget__item-share ul li:not(:last-of-type) {
  margin-right: 12px;
}

.single-blog .single-blog-image img {
  border-radius: 12px;
}

/* end blog */


/* Floating WhatsApp FAB: pale mint ring + teal inner + FA icon, bottom-right */
.whatsapp.whatsapp-contact-us {
  position: fixed;
  bottom: 40px;
  right: 24px;
  left: auto;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

.whatsapp-fab__ring {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(165deg, #d8f5ee 0%, #bfe9de 55%, #a8dfd2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp.whatsapp-contact-us:hover .whatsapp-fab__ring,
.whatsapp.whatsapp-contact-us:focus-visible .whatsapp-fab__ring {
  transform: scale(1.05);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.2);
}

.whatsapp-fab__inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0f766e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

/* Sit above the mobile fixed footer strip (see main.css .fixed-footer) */
@media (max-width: 991.98px) {
  .whatsapp.whatsapp-contact-us {
    bottom: calc(104px + env(safe-area-inset-bottom, 0px));
    right: max(16px, env(safe-area-inset-right, 0px));
  }
}

/* end whatsapp icon */

.text-white p {
  color: #fff !important;
}

.w-60px {
  width: 60px;
}

.input-group,
.form-group {
  position: relative;
  margin-bottom: 25px;
}

label.error {
  position: absolute;
  bottom: -20px;
  inset-inline: 0;
}

.widget-item-why_choose .card {
  border: none;
  background: transparent;
  margin: auto;
  position: relative;
}

.widget-item-why_choose .widget-item-image {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.widget-item-why_choose .widget-item-image .card-text {
  text-align: center;
}

.widget-item-why_choose {
  margin-bottom: 10px;
}

.why_us {
  position: relative;
}

.why_us::before {

  position: absolute;
  bottom: 0;
  top: 0;
  content: '';
  background: url(../images/home/lines-bg.png);
  width: 100%;
  z-index: -1;
}

@media (max-width: 991px) {
  .main-header .logo img {
    /*max-height: 75px;*/
    width: 180px;
  }
}

.bg-gray {
  background: #c4d1dd;
}

.widget-course-feature .widget-image {
  display: flex;
  justify-content: center;
  height: 170px;
}

.justify-content-space-between {
  justify-content: space-between;
}

.iti__country-list {
  max-width: 250px;
}


.custome-form-control {
  background-color: #eee;
  border-color: #eee;
}

.iti__country {
  color: #000;
}

.h-50px {
  height: 50px;
}

.w-50 {
  width: 50%;
}

html[dir='rtl'] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
}

html[dir='rtl'] .input-group-help-registration input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

html[dir='lrt'] .input-group-help-registration input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.mr-b-10 {
  margin-bottom: 10px;
}

.social-media-login li {
  background-color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.social-media-login li:hover {
  background-color: #eee;

}

.main-header .menu-container .main-menu .menu_item .menu_link.link-profile {
  /* background-color: #fff;*/
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.bg-primary {
  background-color: #06ABD5;
}

.mr-r16 {
  margin-right: 16.66666667%;
}


.all-data .widget__item-faq:not(.collapsed) h4,
.all-data .widget__item-faq:not(.collapsed) svg {
  color: #00AAD4;
  font-weight: bold;
}

.all-data .widget__item-faq:not(.collapsed) {
  background-color: #DAECF3;
}

.mr-center {
  margin: 3rem auto;
}

.border-primary {
  border: 1px solid #00AAD4;
}

.side-nav {
  padding-top: 0px !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #E9EEF3 !important;
}

.notify-all {
  color: white;
}

.notify-all:hover {
  color: white;
}

.custome-shadow {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);

}

.custome-badge {
  top: 0px
}

.h2-title {
  width: 76%
}

.h2-price {
  width: 35%;
  padding-top: 3px;
}

.remove_space p span {
  white-space: pre-wrap !important;
}

html[dir='rtl'] .form-select {
  background-position: left 0.75rem center;
}

.input-group .input-group-append button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 50px;
}

.input-group.custome-input-group input {
  width: 120px;
  background-color: #fff !important;
  border: 1px solid #dddddd !important;
}

.table-container {
  padding: 0px;
}

.dropdown-menu-users-link {
  max-height: 200px;
  overflow-y: scroll;
}


.grid-item {
  height: auto;
  margin-bottom: 10px;
  position: relative;
  display: block;
}



.grid-item .grid-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000000;
  top: 0;
  left: 0;
  border-radius: 12px;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


.grid-item img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-item .grid-overlay {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.grid-item .grid-overlay .grid-preview,
.grid-item .grid-overlay .grid-download {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-radius: 50%;
  margin: 0px 3px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  font-size: 18px;
}

.grid-item .grid-overlay .grid-preview:hover,
.grid-item .grid-overlay .grid-download:hover {
  background-color: #633F6B;
  color: #fff;
}

.grid-item .grid-overlay .grid-preview {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.grid-item:hover .grid-link::before {
  opacity: .4;
}

.grid-item:hover .grid-preview,
.grid-item:hover .grid-download {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.link-list-category li a {
  display: block;
  padding: 10px;
  border: 1px solid rgba(119, 129, 160, 0.2);
  color: #212F3E;
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.link-list-category li a:hover {
  background-color: #FAF8FE;
}

.link-list-category li a.active {
  background-color: #FAF8FE;
  border-color: #633F6B;
}

.horizontal-competition-page {
  direction: ltr;
}

.horizontal-competition-page .widget_item-faq {
  width: 100%;
  justify-content: space-evenly;
  padding-right: 0;
  /* align-items: center; */
}

.horizontal-competition-page .widget_item-faq .widget_item-answers ul {
  margin: 0px 5px;
  display: inline-flex;
  height: 33px;
  align-items: center;
}

.horizontal-competition-page .widget_item-faq .widget_item-answers ul li {
  margin: 0px 15px;
}

/* Start our_competition */
.competition_card {
  display: grid;
  grid-template-rows: 13rem;
  margin-bottom: 4px !important;
}

.competition_card>* {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  z-index: 1;
  color: #fff;


}

.competition_card .competition_img {
  position: relative;
  height: 100%;
  width: 100%;

}

.competition_card .competition_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.competition_card .competition_img::after {
  content: "";
  position: absolute;
  inset: 0;
  /*background: linear-gradient(260deg, rgba(0, 170, 212, 0.878431) 0%, rgba(174, 232, 247, 0.670588) 100%);*/
  border-radius: 10px;
}

.competition_card .comp-2::after {
  content: "";
  position: absolute;
  inset: 0;

  /*background: linear-gradient(260deg, rgba(239, 147, 86, 0.941176) 0%, rgba(250, 186, 142, 0.741176) 100%);*/
  border-radius: 10px;
}

.competition_card .competition_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 0 1rem;
}

.competition_card .competition_text .btn_competition {
  background: #fff;
  padding: .3em 1em;
}

/* End competition_card */

.fs-30 {
  font-size: 30px;
}

.negative-number {
  direction: ltr;
}

@media (max-width: 991px) {
  .horizontal-competition-page .widget_item-faq .widget_item-answers ul li {
    margin: 0px 5px;
  }
}

@media (max-width:768px) {
  .nav-competition-levels {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
  }

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

  .iti__country-list .iti__flag {
    position: relative !important;
    top: 5px !important;
  }

  .iti--allow-dropdown {
    width: 100%;
  }

  .iti__country-list {
    left: auto;
  }

  .section-about p {
    color: #fff !important;
  }

  body::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
  }

  body::-webkit-scrollbar-track {
    background: #dddd;
    /* color of the tracking area */
  }

  body::-webkit-scrollbar-thumb {
    background-color: #025B87;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #dddd;
    /* creates padding around scroll thumb */
  }

  .uploadImg img {
    width: 150px;
    height: 150px;
  }

  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-align: right;
  }

  .input-activate label.error {
    display: none !important;
  }

  /* update main css */

  .btn-white:hover,
  .btn-white:focus {
    color: #fff !important;
    background: #06ABD5 !important;
    border-color: #06ABD5 !important;
    box-shadow: none !important;
  }

  .widget_item-step .widget_item-title {
    max-width: 70%;
    max-height: 60px;
    overflow: hidden;
  }

  .nav-competition-levels .nav-item .nav-link {
    position: relative;
    border: 0;
    color: #abbac5;
    padding: 5px 0;
  }

  .nav-competition-levels .nav-item:not(:last-of-type) {
    margin-inline-end: 40px;
  }

  .nav-competition-levels .nav-item .nav-link::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: #ee9458;
    transition: all 0.2s ease-in-out;
  }

  .nav-competition-levels .nav-item .nav-link.active::before,
  .nav-competition-levels .nav-item .nav-link:hover::before {
    width: 100%;
  }

  .nav-competition-levels .nav-item .nav-link.active {
    color: #212f3e;
    font-family: "din-next-medium";
    background-color: transparent;
  }

  /*start filter courses */

  .filter {
    background-color: #fff;
    border-radius: 12px;
  }

  @media (max-width: 991px) {
    .filter {
      padding: 10px;
    }
  }

  .filter .filter-head {
    border: 1px solid #CFCFCF;
    border-radius: 12px;
    overflow: hidden;
  }

  .input-icon {
    position: relative;
  }

  .input-icon .form-control {
    padding-left: 50px;
  }

  .input-icon .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }

  .filter .filter-body {
    background-color: #FFF;
    padding: 30px;
    position: relative;
    border-bottom: 1px solid #CFCFCF;
    border-radius: 0px 0px 12px 12px;
  }


  .filter .filter-body::before {
    right: 0;
  }

  .filter .filter-body::before,
  .filter .filter-body::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #CFCFCF;
    top: -9px;
  }

  .filter .filter-body::after {
    left: 0;
  }

  .filter .filter-body::before,
  .filter .filter-body::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #CFCFCF;
    top: -9px;
  }

  .title-cate {
    position: relative;
    padding-right: 25px;
  }

  .title-cate::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #D4E2EB;
    border-radius: 2px;
  }

  .tab-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
  }


  .tab-filter li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }

  .tab-filter li:nth-of-type(1) label {
    border-radius: 0px 8px 8px 0px;
  }

  .tab-filter li:last-of-type label {
    border-radius: 8px 0px 0px 8px;
  }

  .tab-filter [type="radio"]:checked,
  .tab-filter [type="radio"]:not(:checked) {
    display: none;
  }

  .tab-filter [type="radio"]:checked+label,
  .tab-filter [type="radio"]:not(:checked)+label {
    position: relative;
    padding: 10px;
    cursor: pointer;
    display: block;
    text-align: center;
    color: #777777;
    height: 53px;
    z-index: 1;
    margin-bottom: 0px;
    font-size: 16px;
    border: 1px solid #CFCFCF !important;
    font-family: "ExpoArabic-Light";
  }

  .tab-filter [type="radio"]:checked+label {
    background-color: #D4E2EB;
  }

  .tab-filter [type="radio"]:checked+label {
    color: #025B87;
    font-family: "ExpoArabic-Medium";
  }

  .tab-filter [type="radio"]:checked+label:after {
    opacity: 1;
  }

  html[dir="rtl"] .m-checkbox {
    padding-right: 35px;
  }



  .m-checkbox {
    position: relative;
    margin-bottom: 23px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #777777;
  }

  /* Hide the browser's default checkbox */
  .m-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .m-checkbox .checkmark {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    background-color: #fff;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #CFCFCF;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .m-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .m-checkbox input:checked~.checkmark:after {
    opacity: 1;
  }

  .m-checkbox .checkmark:after {
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 14px;
    content: "\f00c";
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    color: #FFF;
    background-color: #025b87;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }

  .m-radio {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #777777;
    /* Create a custom radio */
    /* Create the checkmark/indicator (hidden when not checked) */
  }

  /* end filter courses */

  .swiper-ratgin {
    height: 400px;
    margin-top: 30px;
  }

  .widget_item-rating .widget_item-image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

  .widget_item-rating .widget_item-image img {
    width: 100%;
    height: 100%;
  }

  .swiper-lecturers,
  .widget_items-lecturers {
    height: 250px;
  }

  .widget_item-lecturer .widget_item-image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }

  .widget_item-lecturer .widget_item-image img {
    width: 100%;
    height: 100%;
  }

  .h-25 {
    height: 25px;
  }

  .widget_item-group .widget_item-remove {
    background-color: #718ba1;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -8px;
    inset-inline-end: -6px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }

  .widget_item-blog {
    /* height: 95%; */
  }

  .circular-image {
    border-radius: 50%;
    object-fit: cover;
  }

  .introductory-video-course img {
    width: 350px;
    height: 240px;
    object-fit: cover;
  }


  /* start blog */


  .widget__item-blog--1 {
    overflow: hidden;
    border-radius: 15px;
    -webkit-box-shadow: 2px 3px 20px #00000014;
    box-shadow: 2px 3px 20px #00000014;
  }

  .widget__item-blog--1 .widget__item-image {
    height: 0;
    padding-top: 57%;
    position: relative;
    overflow: hidden;
  }

  .widget__item-blog--1 .widget__item-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .widget__item-blog--1 .widget__item-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    border-radius: 15px 15px 5px 5px;
  }

  .widget__item-blog--1 .widget__item-title {
    height: 27px;
    overflow: hidden;
  }

  .widget__item-blog--1 .widget__item-title a {
    color: #025B87;
  }

  .widget__item-blog--1 .widget__item-title a:hover {
    color: #0075af;
  }

  @media (max-width: 991px) {
    .widget__item-blog--1 .widget__item-title {
      height: 54px;
    }
  }

  .widget__item-blog--1 .widget__item-desc {
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
  }

  .widget__item-blog--1 a {
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }

  .input-search {
    border: 1px solid #CFCFCF;
    border-radius: 30px;
  }

  .input-search .form-control {
    border-radius: 30px;
  }

  .widget__item-blog--2 {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    overflow: hidden;
  }

  .widget__item-blog--2 .widget__item-image {
    -ms-flex-preferred-size: 37%;
    flex-basis: 37%;
    height: 0;
    padding-top: 32%;
    position: relative;
    border-radius: 4px 12px 12px 4px;
    overflow: hidden;
    border-left: 1px solid #D9D9D9;
  }

  .widget__item-blog--2 .widget__item-image img {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px 10px 10px 5px;
    top: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  }

  .widget__item-blog--2 .widget__item-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .widget__item-blog--2 .widget__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .widget__item-blog--2 .widget__item-title {
    height: 23px;
    overflow: hidden;
    font-size: 16px;
  }

  .widget__item-blog--2 .widget__item-title a {
    color: #025B87;
  }

  .widget__item-blog--2 .widget__item-title a:hover {
    color: #0075af;
  }

  .widget__item-blog--2 .widget__item-text {
    font-size: 14px;
    color: #999999;
    max-height: 63px;
    overflow: hidden;
  }

  .widget__item-blog--2 .widget__item-date {
    font-size: 12px;
    color: #999999;
  }

  .widget__item-share ul li a svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }

  .widget__item-share ul li a:hover svg {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  html[dir="rtl"] .widget__item-share ul li:not(:last-of-type) {
    margin-left: 12px;
  }

  html[dir="ltr"] .widget__item-share ul li:not(:last-of-type) {
    margin-right: 12px;
  }

  .single-blog .single-blog-image img {
    border-radius: 12px;
  }

  /* end blog */


  /* start whatsapp icon */
  .whatsapp {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }


  .whatsapp p {
    background-color: #1b1b1b;
    color: #FFF;
    font-size: 16px;
    border-radius: 30px;
    padding: 3px 10px;
    position: relative;
    margin-top: 15px;
  }

  .whatsapp p::before {
    position: absolute;
    top: -10px;
    right: 50%;
    transform: translateX(50%);
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #1b1b1b;
  }

  /* end whatsapp icon */

  .text-white p {
    color: #fff !important;
  }

  .w-60px {
    width: 60px;
  }

  .input-group,
  .form-group {
    position: relative;
    margin-bottom: 25px;
  }

  label.error {
    position: absolute;
    bottom: -20px;
    inset-inline: 0;
  }

  .widget-item-why_choose .card {
    border: none;
    background: transparent;
    margin: auto;
    position: relative;
  }

  .widget-item-why_choose .widget-item-image {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .widget-item-why_choose .widget-item-image .card-text {
    text-align: center;
  }

  .widget-item-why_choose {
    margin-bottom: 10px;
  }

  .why_us {
    position: relative;
  }

  .why_us::before {

    position: absolute;
    bottom: 0;
    top: 0;
    content: '';
    background: url(../images/home/lines-bg.png);
    width: 100%;
    z-index: -1;
  }

  @media (max-width: 991px) {
    .main-header .logo img {
      /*max-height: 75px;*/
      width: 180px;
    }
  }

  .bg-gray {
    background: #c4d1dd;
  }

  .widget-course-feature .widget-image {
    display: flex;
    justify-content: center;
    height: 170px;
  }

  /* Why Choose - Course Details Section */
  .why-choose-course-section {
    padding: 60px 0;
    background: #fff;
  }

  .why-choose-course-header {
    margin-bottom: 40px;
  }

  .why-choose-course-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
  }

  .why-choose-course-subtitle {
    font-size: 15px;
    color: #7a7a8e;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
  }

  .why-choose-course-subtitle p {
    margin-bottom: 5px;
    font-size: 15px !important;
    color: #7a7a8e !important;
    text-align: center !important;
    white-space: normal !important;
    background: none !important;
    font-family: inherit !important;
  }

  .why-choose-course-subtitle strong {
    font-weight: 600;
    color: #1a1a2e;
  }

  .why-choose-course-grid {
    display: flex;
    gap: 20px;
    margin-top: 10px;
  }

  .why-choose-course-card-wrapper {
    flex: 1;
    min-width: 0;
  }

  .why-choose-course-card {
    background: #f5f7fa;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: box-shadow 0.3s ease;
  }

  .why-choose-course-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  }

  .why-choose-course-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .why-choose-course-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }

  .why-choose-course-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 10px;
  }

  .why-choose-course-card-text {
    font-size: 14px;
    color: #7a7a8e;
    line-height: 1.7;
    margin: 0;
  }

  @media (max-width: 767px) {
    .why-choose-course-section {
      padding: 40px 0;
    }

    .why-choose-course-title {
      font-size: 22px;
    }

    .why-choose-course-grid {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 10px;
      scrollbar-width: none;
    }

    .why-choose-course-grid::-webkit-scrollbar {
      display: none;
    }

    .why-choose-course-card-wrapper {
      flex: 0 0 75%;
      min-width: 75%;
      scroll-snap-align: start;
    }

    .why-choose-course-card {
      padding: 25px 20px;
    }
  }

  .justify-content-space-between {
    justify-content: space-between;
  }

  .iti__country-list {
    max-width: 250px;
  }


  .custome-form-control {
    background-color: #eee;
    border-color: #eee;
  }

  .iti__country {
    color: #000;
  }

  .h-50px {
    height: 50px;
  }

  .w-50 {
    width: 50%;
  }

  html[dir='rtl'] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    align-items: center;
  }

  html[dir='rtl'] .input-group-help-registration input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  html[dir='lrt'] .input-group-help-registration input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .mr-b-10 {
    margin-bottom: 10px;
  }

  .social-media-login li {
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }

  .social-media-login li:hover {
    background-color: #eee;

  }

  .main-header .menu-container .main-menu .menu_item .menu_link.link-profile {
    /* background-color: #fff;*/
  }

  .badge-success {
    color: #fff;
    background-color: #28a745;
  }

  .badge-danger {
    color: #fff;
    background-color: #dc3545;
  }

  .badge-warning {
    color: #212529;
    background-color: #ffc107;
  }

  .bg-primary {
    background-color: #06ABD5;
  }

  .mr-r16 {
    margin-right: 16.66666667%;
  }


  .all-data .widget__item-faq:not(.collapsed) h4,
  .all-data .widget__item-faq:not(.collapsed) svg {
    color: #00AAD4;
    font-weight: bold;
  }

  .all-data .widget__item-faq:not(.collapsed) {
    background-color: #DAECF3;
  }

  .mr-center {
    margin: 3rem auto;
  }

  .border-primary {
    border: 1px solid #00AAD4;
  }

  .side-nav {
    padding-top: 0px !important;
  }

  .border-bottom-gray {
    border-bottom: 1px solid #E9EEF3 !important;
  }

  .notify-all {
    color: white;
  }

  .notify-all:hover {
    color: white;
  }

  .custome-shadow {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);

  }

  .custome-badge {
    top: 0px
  }

  .h2-title {
    width: 76%
  }

  .h2-price {
    width: 35%;
    padding-top: 3px;
  }

  .remove_space p span {
    white-space: pre-wrap !important;
  }

  html[dir='rtl'] .form-select {
    background-position: left 0.75rem center;
  }

  .input-group .input-group-append button {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 50px;
  }

  .input-group.custome-input-group input {
    width: 120px;
    background-color: #fff !important;
    border: 1px solid #dddddd !important;
  }

  .table-container {
    padding: 0px;
  }

  .dropdown-menu-users-link {
    max-height: 200px;
    overflow-y: scroll;
  }


  .grid-item {
    height: auto;
    margin-bottom: 10px;
    position: relative;
    display: block;
  }



  .grid-item .grid-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000000;
    top: 0;
    left: 0;
    border-radius: 12px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }


  .grid-item img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .grid-item .grid-overlay {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .grid-item .grid-overlay .grid-preview,
  .grid-item .grid-overlay .grid-download {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    border-radius: 50%;
    margin: 0px 3px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    font-size: 18px;
  }

  .grid-item .grid-overlay .grid-preview:hover,
  .grid-item .grid-overlay .grid-download:hover {
    background-color: #633F6B;
    color: #fff;
  }

  .grid-item .grid-overlay .grid-preview {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
  }

  .grid-item:hover .grid-link::before {
    opacity: .4;
  }

  .grid-item:hover .grid-preview,
  .grid-item:hover .grid-download {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .link-list-category li a {
    display: block;
    padding: 10px;
    border: 1px solid rgba(119, 129, 160, 0.2);
    color: #212F3E;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .link-list-category li a:hover {
    background-color: #FAF8FE;
  }

  .link-list-category li a.active {
    background-color: #FAF8FE;
    border-color: #633F6B;
  }

  .horizontal-competition-page {
    direction: ltr;
  }

  .horizontal-competition-page .widget_item-faq {
    width: 100%;
    justify-content: space-evenly;
    padding-right: 0;
    /* align-items: center; */
  }

  .horizontal-competition-page .widget_item-faq .widget_item-answers ul {
    margin: 0px 5px;
    display: inline-flex;
    height: 33px;
    align-items: center;
  }

  .horizontal-competition-page .widget_item-faq .widget_item-answers ul li {
    margin: 0px 15px;
  }

  /* Start our_competition */
  .competition_card {
    display: grid;
    grid-template-rows: 13rem;
    margin-bottom: 4px !important;
  }

  .competition_card>* {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    z-index: 1;
    color: #fff;


  }

  .competition_card .competition_img {
    position: relative;
    height: 100%;
    width: 100%;

  }

  .competition_card .competition_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .competition_card .competition_img::after {
    content: "";
    position: absolute;
    inset: 0;
    /*background: linear-gradient(260deg, rgba(0, 170, 212, 0.878431) 0%, rgba(174, 232, 247, 0.670588) 100%);*/
    border-radius: 10px;
  }

  .competition_card .comp-2::after {
    content: "";
    position: absolute;
    inset: 0;

    /*background: linear-gradient(260deg, rgba(239, 147, 86, 0.941176) 0%, rgba(250, 186, 142, 0.741176) 100%);*/
    border-radius: 10px;
  }

  .competition_card .competition_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0 1rem;
  }

  .competition_card .competition_text .btn_competition {
    background: #fff;
    padding: .3em 1em;
  }

  /* End competition_card */

  .fs-30 {
    font-size: 30px;
  }

  .negative-number {
    direction: ltr;
  }

  @media (max-width: 991px) {
    .horizontal-competition-page .widget_item-faq .widget_item-answers ul li {
      margin: 0px 5px;
    }
  }

  @media (max-width:768px) {
    .nav-competition-levels {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start;
      flex-direction: column;
    }

    .competition-date {
      display: flex !important;
      flex-wrap: wrap;
    }
  }


  .text-black {
    color: #000;
  }

  /* .course-content{
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);

  } */

  .me-2 {
    margin-left: 5px;
  }

  .curriculum-widget-section-title {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #eff5f8;
    border-bottom: 2px solid #e4e4e4;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 10px;
  }

  .curriculum-head-widget-icon {
    width: 25px;
    height: 25px;
    background-color: #D4E2EB;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #212f3e;
  }

  .curriculum-widget-item {
    height: 55px;
    border: 1px solid rgba(5, 18, 66, 0.12);
    display: flex;
    align-items: center;
    padding: 1rem;
    margin: 5px 0;
    border-radius: 10px;
  }

  .selected-color {
    background-color: #d1d7dc;
  }

  .course-widget:hover {
    background-color: #e4e4e4;
    border-radius: 5px;
  }

  .course-widget {
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border-bottom: 1px solid #e4e4e4;
  }

  .course-widget-list li {
    color: #777777!important;
    font-size: 15px;
    display: block;
    padding: 14px 0px;
    border-bottom: 1px solid #e4e4e4;
  }

  .course-widget-list li:hover {
    background-color: #e4e4e4;
    border-radius: 5px;
  }

  .ms-auto {
    margin-right: auto !important;
  }
