/*////////////////////// FONTS /////////////////////////////////*/
    @font-face {
        font-family: 'Tiempos';
        src: url('/fonts/tiempos_font/tiempos-headline-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('/fonts/tiempos_font/tiempos-headline-bold.woff') format('woff'), /* Pretty Modern Browsers */
            url('/fonts/tiempos_font/tiempos-headline-bold.woff2') format('woff2'), /* Very Modern Browsers */
            url('/fonts/tiempos_font/tiempos-headline-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
            url('/fonts/tiempos_font/tiempos-headline-bold.svg#TiemposHeadline-Bold') format('svg'); /* Legacy iOS */
        font-style: normal;
        font-weight: 700;
        font-display: swap;
    }
    @font-face {
        font-family: 'Tiempos';
        src: url('/fonts/tiempos_font/tiempos-headline-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('/fonts/tiempos_font/tiempos-headline-regular.woff') format('woff'), /* Pretty Modern Browsers */
            url('/fonts/tiempos_font/tiempos-headline-regular.woff2') format('woff2'), /* Very Modern Browsers */
            url('/fonts/tiempos_font/tiempos-headline-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
            url('/fonts/tiempos_font/tiempos-headline-regular.svg#TiemposHeadline-Regular') format('svg'); /* Legacy iOS */
        font-style: normal;
        font-weight: 500;
        font-display: swap;
    }

    @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*////////////////////// GLOBALS ///////////////////////////////*/
    * {
        margin: 0;
        padding: 0;
    }

    :root {
        --bs-dark: #1b193e;
        --bs-card-border-radius: 1rem;
        --bs-body-bg: #e2e2e2;
        --bs-body-color: #1b193e;
        --bs-border-radius: 1rem;
        --bs-link-color: #1b193e;
        --bs-link-hover-color: #e1008f;
        --bs-card-inner-border-radius: 1rem;
    }

    body {
        font-family: Inter, sans-serif;
        background-color: #222b2e;
        font-size: 1rem;
        color: #e2e2e2;
        padding-top: 75px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    ::selection {
        background: #4E5558;
        color: #e2e2e2;
    }

    .progress {
        --bs-progress-bg: #1b193e;
        --bs-progress-bar-bg: #e1008f;
    }

    h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, .pricing{
        font-family: Tiempos, sans-serif;
    }

    h1, .h1 {
        font-size: 2.4rem !important;
        font-weight: 700 !important;
    }
    h2, .h2 {
        font-size: 1.9rem !important;
        font-weight: 700 !important;
    }
    h3, .h3 {
        font-size: 1.5rem !important;
        font-weight: 700 !important;
    }
    h4, .h4 {
        font-size: 1.3rem !important;
        font-weight: 700 !important;
    }
    h5, .h5 {
        font-size: 1.1rem !important;
        font-weight: 700 !important;
    }

    @media (min-width:62em) {
        h1, .h1 {
            font-size: 3.5rem !important;
            font-weight: 700 !important;
        }
        h2, .h2 {
            font-size: 2.7rem !important;
            font-weight: 700 !important;
        }
        h3, .h3 {
            font-size: 2rem !important;
            font-weight: 700 !important;
        }
        h4, .h4 {
            font-size: 1.7rem !important;
            font-weight: 700 !important;
        }
        h5, .h5 {
            font-size: 1.4rem !important;
            font-weight: 700 !important;
        }
    }

    a {
        color: #e2e2e2;
        text-decoration: underline;
        transition: color .1s ease-in-out;
    }
    a:hover {
        color: #e1008f;
        text-decoration: none;
    }
    .table {
        --bs-table-bg: #1b193e;
        --bs-table-striped-bg: #323051;
        --bs-table-striped-color: #e2e2e2;
        --bs-table-active-bg: #373b3e;
        --bs-table-active-color: #e2e2e2;
        --bs-table-hover-bg: #323539;
        --bs-table-hover-color: #e1008f;
        color: #e2e2e2;
        border-color: #323051;
        opacity: .97;
    }

    .bg-chalk{
        background-color: #e2e2e2;
    }
    .bg-dark{
        background: #1b193e;
        background: linear-gradient(0deg, rgba(37, 20, 100, 1) 0%, rgba(27, 25, 60, 1) 50%);
    }

    @media (min-width: 1360px){
        .container {
            max-width: 1320px;
        }
    }

    .content {
    	min-height: calc(100vh - 60px);
    }
/*////////////////////// TEXT & BUTTONS ////////////////////////*/
    .font-light{
        font-weight: 500 !important;
    }
    .text-brand{
        font-family: Tiempos, sans-serif;
        font-size: 1.1rem;
        font-weight: 500;
    }
    .text-big{
        font-size: 1.5rem;
    }
    .text-dark{
        color: #1b193e;
    }
    .text-dark90{
        color: #384043;
    }
    .text-dark80{
        color: #323051;
    }
    .text-dark60{
        color: #7A8082;
    }
    .text-dark50{
        color: #909596;
    }
    .text-dark20{
        color: #D3D5D5;
    }

    .bg-dark90{
        background-color: #323051;
    }
    .bg-dark80{
        background-color: #323051;
    }
    .bg-dark60{
        background-color: #7A8082;
    }
    .bg-dark50{
        background-color: #909596;
    }
    .bg-dark20{
        background-color: #D3D5D5;
    }

    .text-color{
        color: #e1008f !important;
    }
    .text-chalk{
        color: #e2e2e2;
    }
    .text-danger{
        color: #e1008f !important;
    }
    .text-primary{
        color: #45b9ff !important;
    }
    .text-success{
        color: #52eb5c !important;
    }
    .text-warning{
        color: #f0ff31 !important;
    }
    .text-gold{
        color: #dfba82 !important;
    }

    .btn-primary{
        background: #45b9ff;
    }
    .btn-success{
        background: #52eb5c;
    }
    .btn-warning{
        background: #f0ff31;
    }

    .link-chalk{
        color: #e2e2e2 !important;
        text-decoration: underline;
    }
    .link-chalk:hover{
        color: #e1008f !important;
        text-decoration: none;
    }

    .btn-dark-sm{
        color: #e2e2e2;
        border: 2px solid #e2e2e2;
        background: #1b193e;
        font-size: 1rem;
        padding: 0.25rem;
    }

    .btn-dark{
        color: #e2e2e2;
        border: 2px solid #e2e2e2;
        background: #323051;
        padding: 8px 25px;
        font-size: 1.1rem;
    }
    .btn-dark-sm:hover, .btn-dark:hover{
        color: #e2e2e2;
        border: 2px solid #e1008f;
        background: #1b193e;
    }
    .btn-dark-sm:active, .btn-dark:active{
        color: #1b193e;
        border: 2px solid #e2e2e2;
        background: #e2e2e2;
    }

    .btn-light{
        color: #1b193e;
        border: 2px solid #1b193e;
        background: #e2e2e2;
        padding: 12px 25px;
        font-size: 1.1rem;
    }
    .btn-light:hover{
        color: #e1008f;
        border: 2px solid #e1008f;
        background: #e2e2e2;
    }
    .btn-light:active{
        color: #1b193e;
        border: 2px solid #e1008f;
        background: #e2e2e2;
    }
    .btn-light-sm {
        color: #1b193e;
        border: 2px solid #1b193e;
        background: #e2e2e2;
    }
    .btn-light-sm:hover {
        color: #e1008f;
        border: 2px solid #e1008f;
        background: #e2e2e2;
    }
    .btn-new-list{
        border: 1px dashed #323051;
        padding: 10px 20px;
        border-radius: 35px;
        transition: border 0.3s 0s ease;
        text-decoration: none;
    }
    .btn-new-list:hover{
        border: 1px dashed #e1008f;
    }
    .btn-plus-icon{
        color: #7A8082;
        border: 1px solid;
        border-radius: 5px;
        padding: 8px 10px;
    }
    .btn-plus-icon i {
        color: #e2e2e2;
    }
    .btn-dark-opa {
        padding: 5px 15px;
        background-color: #323051;
        color: #e2e2e2;
        transition: background-color .2s ease-in-out;
        border-radius: 5px;
        font-size: 1rem;
        text-decoration: none;
    }
    .btn-dark-opa:active {
        background-color: rgba(241,241,241,.1);
        color: #e2e2e2;
        transition: background-color .2s ease-in-out;
    }
    .btn-dark-opa:hover {
        background-color: rgba(241,241,241,.15);
        color: #e2e2e2;
        border-color: transparent;
    }

    .btn-light-opa {
        padding: 8px 16px;
        background-color: rgba(175,175,175,.6);
        color: #1b193e;
        transition: background-color .2s ease-in-out;
    }
    .btn-light-opa:active {
        padding: 8px 16px;
        background-color: rgba(175,175,175,.95);
        color: #1b193e;
        transition: background-color .2s ease-in-out;
    }
    .btn-light-opa:hover {
        background-color: rgba(175,175,175,.95);
        color: #1b193e;
        border-color: transparent;
    }
    .btn-close{
        background: transparent url("/images/icons/svg/x.svg") center/1em auto no-repeat;
    }
    .head-links{
        text-decoration: none;
    }
    .card{
        border-radius: 1rem;
    }
    .card-header {
        border-radius: 15px 15px 0 0 !important;
    }


    .link-dark {
        color: #e2e2e2;
    }
    .link-dark:hover{
        color: #e1008f !important;
    }

    .btn-outline-dark{
      background: transparent;
      color: #1b193e;
      border: 2px solid #1b193e;
      transition: all 100ms linear;
    }

    .btn-outline-dark:hover {
      background: #1b193e;
      border: 2px solid #e1008f;
      text-decoration: none;
      color: #e2e2e2;
    }

    .msg-table{
          font-size: 18px;
        }

    .dont-break-out {

      /* These are technically the same, but use both */
      overflow-wrap: break-word;
      word-wrap: break-word;

      -ms-word-break: break-all;
      /* This is the dangerous one in WebKit, as it breaks things wherever */
      word-break: break-all;
      /* Instead use this non-standard one: */
      word-break: break-word;

      /* Adds a hyphen where the word breaks, if supported (No Blink) */
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;

    }

    .alert-pink{
        background-color: #ffd0ee;
    }

    .alert-success {
        color: #006908;
        background-color: #d7f7c2;
        border-color: #badbcc;
        padding: 1px 15px;
        border-radius: 25px;
    }
    .alert-warning {
        color: #4f5500;
        background: #f0ff31;
        border-color: #de0;
        padding: 1px 15px;
        border-radius: 25px;
    }
    .alert-info {
        color: #0055bc;
        background-color: #cff4fc;
        border-color: #b6effb;
        padding: 1px 15px;
        border-radius: 25px;
    }
    .alert-danger {
        color: #b3093c;
        background-color: #ffe7f2;
        border-color: #e1008f;
        padding: 1px 15px;
        border-radius: 25px;
    }
/*////////////////////// MARKINGS //////////////////////////////*/
    .whyus-swoosh {
        position: absolute;
        top: 18px;
        width: 100%;
        left: 0;
        z-index: 0;
    }
    @media (min-width: 62em){
        .whyus-swoosh {
            top: 23px;
            width: 100%;
        }
    }
    .whyus-swoosh img {
        width: 100%;
        height: 14px;
    }
/*////////////////////// STICKY TOP FIX ////////////////////////*/
    @media (max-width: 768px) {
        .overflow{
            overflow: auto;
        }
    }
/*////////////////////// BS5 MODAL & SWEET ALERT FIX ///////////*/
  .modal-open{
    overflow: auto !important;
    padding-right: 0 !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: auto;
    padding-right: 0 !important;
  }

  .swal2-popup {
    border-radius: 20px;
    background: #1b193e;
    color: #e2e2e2;
  }
  .swal2-icon.swal2-warning {
    border-color: #f0ff31;
    color: #f0ff31;
  }
/*////////////////////// FORMS /////////////////////////////////*/
	.form-signin {
		width: 100%;
		max-width: 480px;
		padding: 15px;
		margin: auto;
	}
    .cb, .cb_light{
      width: 24px;
      height: 24px;
      border-radius: 5px;
      transition: all 0.2s linear;
      cursor: pointer;
      border: 0;
    }
    .cb_light{
      background: #323051;
    }
	.cb{
      background: #323051;
    }
    .cb_checked{
      background: url(/images/check.png) #323051;
    }

	.roundpen{
        padding: 5px;
        border-radius: 50%;
        color: #e2e2e2;
    }
    .roundpen:hover{
        background: #e2e2e2;
        color: #e1008f;
    }
    .small-pen{
        font-size: 14px;
        margin-top: -3px;
        cursor: pointer;
    }
	.btn-rounded {
		border-radius: 10em !important;
	}
	.color input{ background-color:#e2e2e2;}
    .show_icon{
        position: absolute;
        right: 0;
        padding-top: 43px;
        border: none;
        background-color: transparent;
        padding-right: 65px;
    }
    .search-input{
      border-right: none;
      background: #e2e2e2;
      border-radius: 50px !important;
      padding: 0.375rem 1rem !important;
    }
    .search-icon{
      background: transparent;
      margin-left: -35px !important;
      z-index: 9;
      border: 0;
      padding: 0;
    }
    .form-select {
        background-image: url(/images/icons/svg/chevron-down.svg);
    }
    .form-range::-webkit-slider-thumb {
        -webkit-appearance: none;
              appearance: none;
        width: 70px;
        height: 30px;
        border-radius: 5px;
        background: #D3D5D5;
        margin-top: -10px;
        cursor: pointer;
        -webkit-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out;
    }
    .form-range::-moz-range-thumb {
        width: 70px;
        height: 30px;
        border-radius: 5px;
        background: #D3D5D5;
        margin-top: -10px;
        cursor: pointer;
        transition: background 0.15s ease-in-out;
    }
    .slider-no{
        color: #e2e2e2;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        text-decoration: none;
    }
    .slider-no:hover{
        color: #e2e2e2;
        cursor: pointer;
        font-size: 40px;
    }

    .cb{
      width: 24px;
      height: 24px;
      background: #323051;
      border-radius: 5px;
      transition: all 0.2s linear;
      cursor: pointer;
      border: 0;
    }
    .cb_checked{
      background: url('/images/check.png') #323051;
    }
    .form-select{
        background-color: #323051;
        border: 2px solid #323051;
        border-radius: 0.5rem;
        padding: 0.9rem 1rem;
        color: #e2e2e2;
        border-radius: 35px;
    }
    .form-select:focus {
        border-color: #e1008f;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(225 0 123 / 25%);
    }
    .form-select:hover {
        border-color: #e1008f;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(225 0 123 / 25%);
    }
    .form-select option:hover{
        background: rgba(175,175,175,.6);
    }
    .form-select-dark{
        background-color: #323051;
        border: 2px solid #323051;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23e2e2e2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
        border-radius: 35px;
    }
    .form-select-dark:focus {
        border-color: #e1008f;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(225 0 123 / 25%);
    }
    .form-select-dark:hover {
        border-color: #e1008f;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(225 0 123 / 25%);
    }
    .form-select-dark option:hover{
        background: rgba(175,175,175,.6);
    }

        /* Change the white to any color */
    input:-webkit-autofill,
    input:-webkit-autofill:hover, 
    input:-webkit-autofill:focus, 
    input:-webkit-autofill:active{
        -webkit-box-shadow: 0 0 0 30px #1b193e inset !important;
    }

    /*Change text in autofill textbox*/
    input:-webkit-autofill{
        -webkit-text-fill-color: #e2e2e2 !important;
    }

    .form-control{
        color: #e2e2e2;
        padding: 0.9rem 1rem;
    }

    .form-control-dark{
        background-color: #323051;
        border: 2px solid #323051;
        border-radius: 35px;
    }
    .form-control-dark:focus{
        color: #e2e2e2;
        background-color: #1b193e;
        border: 2px solid #e1008f;
        box-shadow: 0 0 0 0.25rem rgb(225 0 123 / 25%);
    }

    .form-floating > label {
        color: #666;
    }
    .form-floating-dark > label {
        color: #e2e2e2;
    }

    .phone_input_img {
        background-color: #323051 !important;
        border: 1px solid #323051 !important;
        font-size: 1rem;
        color: #e2e2e2;
    }

    .input-phone-group::after {
      pointer-events: none;
      content: "";
      display: block;
      border: 5px solid transparent;
      border-top-color: #727683;
      position: absolute;
      left: 110px;
      right: auto;
      top: calc(50% - 2px);
  }

  .phone_input_select{
        appearance: none;
        background: #323051;
        border: 1px solid transparent;
        border-radius: 0;
        color: #e2e2e2;
        display: block;
        font-size: 1rem;
        outline: 0;
        padding: .9rem 1.6rem;
        max-width: 90px;
    }
    .phone_input_select:focus{
        outline: none ! important;
    }
    label {
        font-size: 1rem;
        margin-left: 10px;
        margin-bottom: 3px;
    }
    .pricing{
        font-size: 2rem;
        font-weight: 700;
    }
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
    }

    input[type=number] {
        -moz-appearance:textfield; /* Firefox */
    }


    .input-file{
        background: #babed1;
        border:  1px solid #babed1;
        color: #272b40;
        cursor: pointer;
        position: relative;
        padding: 8px 30px;
        transition: background .2s;
        font-size: 14px;
        border-radius: 50px;
    }

    .input-file::before {
        background: url(/images/clip.png) no-repeat 50% 50%/contain;
        content: "";
        display: inline-block;
        height: 18px;
        width: 18px;
        margin-right: 3px;
        position: absolute;
        left: 8px;
        top: calc(50% - 10px);
    }
    .input-file input {
        cursor: pointer;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: calc(100% + 200px);
    }
    .input-file:hover{
        background: #f4f4f4;
        border:  1px solid #babed1;
    }
/*////////////////////// HEADER ////////////////////////////////*/
	nav ul li a {
	  display: block;
	  margin: 0 5px;
	}
	#main_nav{
		background-color: #1b193e;
        opacity: .97;
	}
    .navbar-brand > img {
        height: 55px;
        width: auto;
        margin: 5px 0px;
    }
    @media (min-width:62em) {
        .navbar-brand > img {
            height: 55px;
            width: auto;
        }
    }
	.nav-link {
        color: #e2e2e2 !important;
        font-size: 1rem;
        margin-top: 3px;
        border-bottom: 3px solid #1b193e;
	}
    .nav-link:hover {
        border-bottom: 3px solid #e1008f;
    }
    .nav-item > .active{
        border-bottom: 3px solid #e1008f;
    }
	.breadcrumb-item a {
        color: #e2e2e2;
        border-bottom: 2px solid #323051;
        text-decoration: none;
    }
    .breadcrumb-item a:hover {
        border-bottom: 2px solid #e1008f;
        
    }
    .breadcrumb-item.active {
        color: #909596;
        text-decoration: none;
    }
    .teacher-header-initials{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        font-size: 1.3em;
        color: #e2e2e2;
        margin-right: 16px;
        background-color: #323051;
        border-radius: 50%;
        text-transform: uppercase;
    }
	.teacher-initials {
        display: flex;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        background-color: #323051;
        border-radius: 50%;
        font-size: 1.8em;
        text-transform: uppercase;
    }
    .search_input {
        background: #384043;
        border: 1px solid transparent;
        color: #e2e2e2;
        display: block;
        font-size: 16px;
        line-height: 1.7;
        outline: 0;
        padding: 0.5rem 1.5rem;
        border-radius: 20px;
    }
    .search_icon{
        background: #384043;
        border: 1px solid transparent;
        border-radius: 20px;
        z-index: 1;
    }
    .country_flag{
        width: 30px !important;
        height: 20px !important;
        position: absolute;
        top: 36px;
        left: 210px;
    }
/*////////////////////// FAQs //////////////////////////////////*/
    .share__social {
        list-style: none;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    .fa-stack {
        font-size: 1.2em; 
    }
    .faq_search_input {
        border-right: none;
        background: #e2e2e2;
        border: 1px solid #a7a7a7;
        line-height: 1.7;
        padding: 0.5rem 1.5rem;
        border-radius: 20px;
        color: #212529;
    }
    .faq_search_icon{
        background: #e2e2e2;
        border: 1px solid #a7a7a7;
        border-radius: 20px;
        z-index: 1;
        border-left: none;
    }
    .list-group-item.active {
        border-color: #dfba82;
    }
    .list-group-item {
        position: relative;
        display: block;
        padding: 0.5rem 1rem;
        background-color: #e2e2e2;
    }
    .list-group-item:hover{
        background-color: #e2e2e2;
        text-decoration: underline;
    }

    .igsearch:after{
      content: none;
    }

    #search_content a {
      color: #e1008f;
    }

    input::-webkit-calendar-picker-indicator {
      opacity: 0;
    }

    .search-suggestions {
        background: #f4f4f4;
        overflow: auto;
        border-radius: 2px;
        position: absolute;
        max-height: 300px;
        z-index: 9999;
        display: none;
        cursor: pointer;
        border: 1px solid #e1008f;
    }
    .search-suggestions{
        padding: 10px 20px;
    }
    .search-suggestions:hover{
        background: #1b193e;
        color: #e2e2e2;
    }

    .autocomplete-suggestions {
        background: #f4f4f4;
        overflow: auto;
        border-radius: 2px;
        position: absolute;
        max-height: 300px;
        z-index: 9999;
        display: none;
        cursor: pointer;
        border: 1px solid #e1008f;
    }
    .autocomplete-suggestion{
        padding: 10px 20px;
    }
    .autocomplete-suggestion:hover{
        background: #1b193e;
        color: #e2e2e2;
    }

    .form-control:focus {
      border-color: #e1008f;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgb(227 0 145 / 25%);
      color: #e2e2e2;
      background-color: #1b193e;
    }

    .list-group-item.active {
      border-color: #e1008f;
      background-color: #384043;
    }
    .q-body{
        background-color: #323051;
    }

    .faq__icon {
        background: #384043;
        border-radius: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 1.7rem;
        line-height: 1.7rem;
        text-align: center;
        padding: 1rem 0 1.3rem;
        height: 3.5rem;
        width: 3.5rem;
        margin-right: 1.2rem;
    }
/*////////////////////// FOOTER ////////////////////////////////*/
	.footer {
        font-size: .8rem;
        text-align: center;
	}
/*////////////////////// ZEBRA DATEPICKER //////////////////////*/
	.Zebra_DatePicker_Icon_Wrapper{width: 100% !important;}
	.Zebra_DatePicker_Icon{top: 10px !important;right: 12px !important;}
	.Zebra_DatePicker{
		background: #32364c !important;
		color: #e2e2e2 !important;
		font: 16px Inter, sans-serif !important;
	}
/*////////////////////// SWEET ALERT ///////////////////////////*/
	.swal2-title{
		color: #eee !important;
	}
/*////////////////////// MESSENGER /////////////////////////////*/
    .telegram{
        display: flex;
        border-top: 1px solid #323051;
    }

    .sidebar{
        display: flex;
        flex: .35;
        height: 80vh;
        flex-direction: column;
        border-right: 1px solid #323051;
    }
    .menu-arrow{
        display: none;
        color: #e2e2e2;
    }

    @media (max-width: 768px) {
        .sidebar{
            display: none;
        }
        .menu-arrow{
            display: revert;
            color: #e2e2e2;
        }
        .thread {
            flex: 1 !important;
        }
        .sidebar_threads{
            width: max-content;
        }
    }
    .sidebar__header {
        display: flex;
        justify-content: space-between;
        padding: 6px;
        border-right: 1px solid rgba(190, 190, 190, .1);
        border-bottom: 1px solid rgba(190, 190, 190, .1);
    }

    .sidebar__header__avatar {
        margin-left: 14px;
        margin-top: 3px;
    }

    .sidebar__headerRight {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 10vw;
    }

    .sidebar__headerRight > .MuiSvgIcon-root {
        margin-right: 2vw;
        font-size: 24px !important;
    }

    .sidebar__headerRight > button {
        color: #fff;
    }
    .sidebar__headerRight > button:hover {
        color: rgba(2, 150, 199);
    }
    .sidebar_threads{
        overflow: auto;
        flex: 1;
    }
    .sidebar_thread{
        display: flex;
        padding: 15px;
        border-bottom: 1px solid #323051;
        cursor: pointer;
        color: #e2e2e2;
    }
    .sidebar_thread:hover{
        background-color: #323051;
    }
    .sidebar_thread_active {
        background-color: #384043 !important;
    }
    .sidebar__thread__details{
        margin-left: 15px;
        position: relative;
        width: 100%;
    }
    .sidebar__thread__timestamp{
        position: absolute;
        top: 5px;
        right: 0;
    }

    @media (max-width: 768px) {
        .sidebar__thread__timestamp{
            position: absolute;
            top: 50px;
            right: 0;
        }
    }


    .thread{
        display: flex;
        flex: .65;
        flex-direction: column;
        height: 80vh;
        overflow-x: hidden;
    }
    .thread_header{
        display: flex;
        border-bottom: 1px solid #323051;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        height: 90px;
    }
    .thread__header__contents{
        display: flex;
        color: #e2e2e2;
        padding: 20px;
        overflow: auto;min-width: 605px;
    }
    .thread__header__contents__info{
        margin-left: 15px;
    }
    .thread__header__details{
        color: #e2e2e2;
    }
    .thread__header__details:hover{
        color: rgba(2, 150, 199);
    }
    .thread__messages{
    	flex: 1;
    	overflow: auto;
        background-repeat: repeat;
        background-position: center;
        padding-bottom: 50px;
        background: rgb(99,106,112,1);
        background: radial-gradient(circle, rgba(131,139,146,1) 0%, rgba(99,106,112,1) 100%);
    }
     .thread__input{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        background-color: transparent;
        border-top: 1px solid #323051;
     }
     .thread__input > form{
         display: flex;
         flex: 1;
         border-radius: 30px;
     }
     .thread__input > form > input:focus{
        color: #212529;
        background-color: #1b193e;
        border: 1px solid #e1008f;
        color: #e2e2e2;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(227 0 145 / 25%);
     }
     .thread__input > form > input{
        flex: 1;
        border-radius: 30px;
        outline: none;
        border: 1px solid #323051;
        background-color: #323051;
        color: #e2e2e2;
        padding: 10px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .thread__input > form > button{
        display: none;
    }
    .thread__input>.MuiSvgIcon-root {
        margin: 10px;
    }
    .MuiSvgIcon-root {
        fill: #e2e2e2;
        width: 1em;
        height: 1em;
        display: inline-block;
        font-size: 1.5rem;
        transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        flex-shrink: 0;
        user-select: none;
    }
    .MuiAvatar-img{
    	width: 60px;
    	height: 60px;
    }



    .message__sender {
        margin-left: auto;
        display: flex;
        align-items: center;
        position: relative;
        width: fit-content;
        justify-content: flex-end;
    }
    .message__sender > div > p > a {
        color: #ff00d4;
    }

    .message__receiver{
        margin-right: auto;
        display: flex;
        align-items: center;
        position: relative;
        width: fit-content;
        justify-content: flex-start;
    }
    .message__receiver > div > p > a {
        color: #ff00d4;
    }
    .message__contents {
        background-color: #abc2ff;
        padding: 8px;
        border-radius: 10px;
        max-width: 70%;
        margin: 10px 35px;
        display: inline-block;
        position: relative;
        min-width: 70%;
    }
        /* Right triangle placed top left flush. */
    .tri-right.border.left-top:before {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      left: -40px;
      right: auto;
      top: -8px;
      bottom: auto;
      border: 32px solid;
      border-color: #abc2ff transparent transparent transparent;
    }
    .tri-right.left-top:after{
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      left: -20px;
      right: auto;
      top: 0px;
      bottom: auto;
      border: 22px solid;
      border-color: #abc2ff transparent transparent transparent;
    }
    /* Right triangle placed top right flush. */
    .tri-right.border.right-top:before {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      left: auto;
      right: -40px;
      top: -8px;
      bottom: auto;
      border: 32px solid;
      border-color: #1b193e transparent transparent transparent;
    }
    .tri-right.right-top:after{
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      left: auto;
      right: -20px;
      top: 0px;
      bottom: auto;
      border: 20px solid;
      border-color: #1b193e transparent transparent transparent;
    }

    .small, small {
        font-size: .75em;
    }
    p{
        margin-bottom: 0px;
    }

    .message__sender>.message__contents {
        background-color: #1b193e;
        color: #fff;
    }

    .message__sender>.message__contents>p {
        color: #fff!important;
    }

    .message__contents > p > a {
        text-decoration: none;
        border-bottom: 1px dotted #1b193e;
    }

    .message__contents>p>a:hover {
        opacity: .6;
    }

    .message__photo {
        margin: 15px;
    }
    .message__sender > .message__photo {
        order: 1;
    }

    .max-height{
        max-height: 200px;
    }
/*////////////////////// TEACHER PROFILE ///////////////////////*/
    .list-group-item.active {
        z-index: 2;
        color: #f8e4f5;
        background-color: #6e8087;
        border-color: #1b193e;
        transition: all 100ms linear;
    }
    .list-group-item p {
        color: #fff !important;
    }
    /*    .list-group-item.active:hover {
        background: #222b2e;
        text-decoration: none;
        color: #ff00d4;
        box-shadow: 0 .2rem .3rem rgba(0,0,0,.30)!important;
    }*/
    .teacher-heading {
            font-size: 20px;
/*            border-bottom: 3px solid #e2e2e2;*/
            padding-bottom: 10px;
        }
    .profile_image_centre{
            width: 150px;
            margin: 0px auto;
        }
    .miles-marker{
        font-size: 16px;
        margin-top: 6px;
    }
    .nav-link-tab:hover{
        color: #dfba82 !important;
    }
    .module a.collapsed:after {
      content: '+ Show More';
    }

    .module a:not(.collapsed):after {
      content: '- Show Less';
    }

    .module p.collapse:not(.show) {
      display: block;
      /* height = lineheight * no of lines to display */
      height: 4.5em;
      overflow: hidden;
    }

    .module p.collapsing {
      height: 4.5em;
    }
    .tc_price_display{
        background-color: #474476;
        padding: 8px;
        text-align: center;
        border-radius: 2rem;
        margin-top: 15px;
        font-family: 'tiempos';
        font-size: 1.1rem;
        letter-spacing: 2px;
    }
    .tc_subject_display{
        font-family: Inter, sans-serif;
        font-size: 1rem;
        font-weight: 300;
    }
    .tc_shadow_gradient{
        mask-image: none;
    }
    .tc_contract{
        height: auto;
    }
    @media (min-width: 62em){
        .tc_shadow_gradient{
            mask-image: linear-gradient(to top, transparent 35%, black 100%, black 10%, transparent 100%);
        }
        .tc_contract{
            height: 250px;
            overflow: hidden;
        }
    }
/*////////////////////// JOB CARDS /////////////////////////////*/
    .jobcard{
        transition: box-shadow .2s ease-in;
    }
    .jobcard:hover{
        box-shadow: 0 .2rem .7rem rgba(0,0,0,.30)!important;
    }

    .jobalert{
      padding: 0.5rem !important;
      font-size: 16px;
    }
    .jobtable{
      font-size: 15px;
    }
    .card{
        -webkit-transition: box-shadow 0.3s 0s ease;
        -moz-transition: box-shadow 0.3s 0s ease;
        -o-transition: box-shadow 0.3s 0s ease;
        transition: box-shadow 0.3s 0s ease;
    }
    .card:hover{
        -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    }
    .opacard{
        opacity: .97;
        z-index: 1;
        padding: 10px 20px;
    }
/*////////////////////// CHIPS /////////////////////////////////*/
    .chip {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 32px;
      padding: 0 12px;
      margin-right: 1rem;
      background-color: #323051;
      border-radius: 16px;
      transition: opacity .3s linear;
      word-wrap: break-word;
      text-transform: none;
      margin-top: 5px;
      margin-bottom: 5px;
      width: fit-content;
      font-size: 15px;
    }
    .chip img {
      /*width: inherit;*/
      height: inherit;
      border-radius: 100%;
      margin: 0 8px 0 -12px;
    }

    .chip.chip-md {
        height: 42px;
        border-radius: 21px;
    }

    .chip.chip-lg {
        height: 52px;
        border-radius: 26px;
    }

    .teacher-chip-initials {
        display: flex;
        width: 2.15em;
        height: 2.15em;
        justify-content: center;
        align-items: center;
        background-color: #3f4355;
        border-radius: 50%;
        text-transform: uppercase;
        font-size: 1em;
        color: #f8e4f5;
        text-decoration: none !important;
        margin-left: -12px;
        margin-right: 7px;
    }

    .chip-lg .teacher-chip-initials {
        width: 2em;
        height: 2em;
        font-size: 1.7em;
    }
/*////////////////////// MODAL /////////////////////////////////*/
    .modal-content{
        border-radius: 20px;
        color: #e2e2e2;
        background-color: #1b193e;
    }
    .modal-header {
        border-bottom: 1px solid #323051;
    }
    .modal-footer {
        border-top: 1px solid #323051;
    }
    @media (min-width: 992px){
        .modal-md {
            max-width: 600px;
        }
    }
/*////////////////////// CCARDS ////////////////////////////////*/
    figure.snip1205 {
      position: relative;
      overflow: hidden;
      margin: 10px auto;
      width: 180px;
      height: 180px;
      background: #000000;
      text-align: center;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
      border-radius: 50%;
    }
    figure.snip1205 * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
    }
    figure.snip1205 img {
      max-width: 100%;
      vertical-align: top;
    }
    figure.snip1205 i {
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      font-size: 34px;
      color: #000000;
      width: 60px;
      height: 60px;
      line-height: 60px;
      background: #ffffff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
      -webkit-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    }
    figure.snip1205 a {
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
    }
    figure.snip1205.blue {
      background-color: #2472a4;
    }
    figure.snip1205.blue i {
      color: #20638f;
    }
    figure.snip1205.red {
      background-color: #ab3326;
    }
    figure.snip1205.red i {
      color: #962d22;
    }
    figure.snip1205.yellow {
      background-color: #e08e0b;
    }
    figure.snip1205.yellow i {
      color: #c87f0a;
    }
    figure.snip1205.green {
      background-color: #229955;
    }
    figure.snip1205.green i {
      color: #1e8449;
    }
    figure.snip1205.orange {
      background-color: #d67118;
    }
    figure.snip1205.orange i {
      color: #bf6516;
    }
    figure.snip1205.navy {
      background-color: #2b3c4e;
    }
    figure.snip1205.navy i {
      color: #222f3d;
    }
    figure.snip1205:hover img,
    figure.snip1205.hover img {
      opacity: 0.3;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
    }
    figure.snip1205:hover i,
    figure.snip1205.hover i {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    @font-face {
      font-family: "OCRA";
      src: url("/credit-card-template-master/fonts/OCRA.otf");
      src: url("/credit-card-template-master/fonts/OCRA.otf?#iefix") format("embedded-opentype"), url("/credit-card-template-master/fonts/OCRA.ttf") format("truetype");
    }
    .ccard {
      font: 16px/1.5 "OCRA", Helvetica, sans-serif;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 300px;
      height: 190px;
      text-align: left;
      padding: 20px;
      color: #fff;
      border-radius: 20px;
      box-sizing: border-box;
      background: #141819;
    }
    .card__number {
      font-size: 15px;
      padding: 40px 0 20px;
      text-align: center;
    }
    .card__expiry-date {
      font-size: 10px;
    }
    .card__owner {
        text-align: left;
        z-index: 1;
        position: relative;
        font-size: 12px;
    }
    .card__logo {
        position: absolute;
        top: 18px;
        width: 70px;
        height: auto;
    }

    .holo {
      background: linear-gradient(270deg, #ec1414, #eccb14, #14ec1c, #14eaec, #1914ec, #ec14da);
        background-size: 1200% 1200%;
        -webkit-animation: Logo 4s ease infinite;
        -moz-animation: Logo 4s ease infinite;
        -o-animation: Logo 4s ease infinite;
        animation: Logo 4s ease infinite;
      display: block;
      width: 40px;
      height: 24px;
      z-index: 19;
      border-radius: 55px;
      position: absolute;
      top: 18px;
      right: 30px;
    }
    @-webkit-keyframes Logo {
        0%{background-position:0% 50%}
        50%{background-position:100% 50%}
        100%{background-position:0% 50%}
    }
    @-moz-keyframes Logo {
        0%{background-position:0% 50%}
        50%{background-position:100% 50%}
        100%{background-position:0% 50%}
    }
    @-o-keyframes Logo {
        0%{background-position:0% 50%}
        50%{background-position:100% 50%}
        100%{background-position:0% 50%}
    }
    @keyframes Logo {
        0%{background-position:0% 50%}
        50%{background-position:100% 50%}
        100%{background-position:0% 50%}
    }
/*////////////////////// REVIEWS ///////////////////////////////*/
    .review{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
/*////////////////////// BLOGS /////////////////////////////////*/
    .blog__image{
        height: 270px;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15px;
        box-shadow: 0 2px 2px 0px rgb(0 0 0 / 30%);
    }
/*////////////////////// SEARCH BAR ////////////////////////////*/
  .exam-search-icon{
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 18px;
  }
  .exam-search-input {
    background: #323051;
    border: 1px solid transparent;
    color: #e2e2e2;
    display: block;
    font-size: 16px;
    line-height: 1.7;
    outline: 0;
    padding: 0.7rem 3.5rem;
    border-radius: 35px;
  }
  .exam-result{
    padding: 15px 5px;
    border-bottom: 1px solid #323051;
    color: #e2e2e2;
    position: relative;
    transition: all .2s ease-in-out;
  }
  .exam-result:hover{
    background: #273235;
    border-bottom: 1px solid #687174;
  }
  .exam-result a {
    text-decoration: none;
    font-size: .9rem;
    color: #e2e2e2;
    transition: all .2s ease-in-out;
  }
  .pdf {
    width: 28px;
    height: 28px;
    filter: invert(.8);
  }
  /*  POPOVER*/

  .popover{
    --bs-popover-bg: transparent;
    border: 0;

  }
/*////////////////////// STEPS BAR /////////////////////////////*/
  .multi-step-bar{
    overflow: hidden;
    counter-reset: step;
    width: 100%;
    margin:30px auto 40px;
  
  }
  .multi-step-bar > li {
    text-align: center;
    list-style-type: none;
    color: #7a77a5;
    width: 25%;
    float: left;
    position: relative;
  }
  .multi-step-bar > li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: .9rem;
    color: #7a77a5;
    background: #7a77a5;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    -webkit-box-shadow:0 6px 20px 0 rgba(69, 90, 100, 0.15);
    -moz-box-shadow:0 6px 20px 0 rgba(69, 90, 100, 0.15);
    box-shadow:0 6px 20px 0 rgba(69, 90, 100, 0.15);
  }
  .multi-step-bar > li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #7a77a5;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: -1; 
  }
  .multi-step-bar >  li:first-child:after {  
    content: none; 
  }
  .multi-step-bar > li.stepactive:before{
    background: #e2e2e2;
  }
  .multi-step-bar > li.stepactive:after{
    background: #e2e2e2;
  }
  .stepactive{
    color: #e2e2e2 !important;
  }
/*////////////////////// AVATAR GLOW ///////////////////////////*/
  .tavatar{
    box-shadow:0 0px 30px 0 rgba(255, 255, 255, 0.15);
  }
/*////////////////////// SIZING ////////////////////////////////*/
    .ryt{
        margin-left: -25px;
    }

  @media (min-width:62em) {
    .btn-new-list {
      padding: 15px 45px;
    }
    .ryt{
      margin-left: 0;
    }
  }


    .bg-menu {
        font-size: 1.5rem;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        opacity: .8;
        position: absolute;
        right: 0;
    }

    .teacher-shortlist-initials{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 200px;
        font-size: 5em;
        color: #e2e2e2;
        margin-right: 10px;
        background-color: #323051;
        border-radius: 50%;
        text-transform: uppercase;
    }
    .link-shortlist{
        color: #e2e2e2;
        text-decoration: none;
        border-bottom: 1px dashed transparent;
        transition: border-bottom 0.3s 0s ease;
    }
    .link-shortlist:hover{
        color: #e2e2e2;
        border-bottom: 1px dashed #e1008f;
    }

    .left-line{
        border-left: 1px solid #50595b;
        padding-left: 30px;
    }
