<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: Calibri, sans-serif;
    min-width: 400px;
    background-color: #F2F2F2;
    font-size: 1.25rem;
}

::placeholder {
    color: #c6c6c6 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c6c6c6 !important;
}

::-ms-input-placeholder {
    color: #c6c6c6 !important;
}

.form-select {
    background-image: none !important;
}

.form-check-input[type=checkbox] {
    border-radius: inherit !important;
}

.btn:focus {
    box-shadow: none !important;
}

.btn-group &gt; .btn-group:not(:first-child), .btn-group &gt; .btn:not(:first-child) {
    margin-left: 0 !important;
}

.dark-blue {
    color: #1c345a !important;
}

.orange {
    color: #d59e3f !important;
}

.purple {
    color: #003366 !important;
}

.blue {
    color: #1c345a !important;
}

.light-blue {
    color: #039be5 !important;
}

.red {
    color: #a70000 !important;
}

.green {
    color: #006110 !important;
}

.light-green {
    color: #507b6e !important;
}

.button-light-green-border {
    background-color: white;
    border: 1px solid #507b6e
}

.button-light-green {
    background: #507b6e;
    color: white;
    border: 1px solid #507b6e;
    font-weight: 400 !important;
    padding: 0.4rem 1rem;
    border-radius: 0.6rem;
    text-align: center !important;
}

.block-hidden {
    display: block;
}

.gray {
    color: #393E45 !important;
}

.light-gray {
    color: #c6c6c6 !important;
}

.white-gray {
    color: #d8d8d8 !important;
}

.white {
    color: white !important;
}
.quantum-color {
    color: #003366 !important;
}

.bg-dark-blue {
    background-color: #1c345a !important;
    color: white !important;
}

.bg-blue {
    background-color: #1c345a !important;
    color: white !important;
}

.bg-light-blue {
    background-color: #039be5 !important;
    color: white !important;
}

.bg-purple {
    background-color: #7F1C4E !important;
}

.bg-light-purple {
    background-color: #003366 !important;
}

.bg-dark-purple {
    background-color: #10020A !important;
}

.bg-red {
    background-color: #a70000 !important;
    color: white !important;
}

.bg-light-green {
    background-color: #507b6e;
    color: white;
}

#grad1 {
    background-color: #003366;
    background-image: linear-gradient(to right, #003366, #7F1C4E);
}

#grad2 {
    background-color: #003366;
    background-image: linear-gradient(#003366, #10020A);
}

#grad {
    background-image: linear-gradient(180deg, #7F1C4E, #003366);
}

#grad3 {
    background-color: #A35D85;
    transform: skewY(-2deg);
    padding: 0.6rem;
}

#grad4 {
    background-color: #B783A2;
    transform: skewY(-2deg);
    padding: 0.6rem;
}

#grad5 {
    background-color: #D5BCCF;
    transform: skewY(-2deg);
    padding: 0.6rem;
}

#grad6 {
    background-color: #003366;
    transform: skewY(-2deg);
    padding: 1rem;
}

.bg-green {
    background-color: #006110 !important;
    color: white !important;
}

.inner {
    transform: skewY(2deg);
}

.bg-gray {
    background-color: #393E45 !important;
}

.bg-light-gray {
    background-color: #F2F2F2 !important;
}

.bg-white-gray {
    background-color: #d8d8d8 !important;
}

.bg-orange {
    background-color: #ff991c !important;
}

.font-normal {
    font-weight: 400 !important;
}

.font-light {
    font-weight: 300 !important;
}

.h1 {
    font-size: 3.125rem;
    /*line-height: 2.5rem !important*/
}

.h2 {
    font-size: 2rem;
    /*line-height: 2rem;*/
}

.h3 {
    font-size: 1.7rem;
    /*line-height: 1.5rem;*/
}

.h4 {
    font-size: 1.563rem;
    /*line-height: 1.7rem !important*/
}

.h5 {
    font-size: 1.35rem;
    /*line-height: 1.5rem !important*/
}

.h6 {
    font-size: 1.25rem;
    /*line-height: 0.9rem !important*/
}

.paragraph-style1 {
    font-size: 1.25rem;
    line-height: 30px;
    margin-bottom: 0 !important;
}

.paragraph-style2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0 !important;
}

.top-main-menu-container {
    padding: 0.9rem 1.875rem;
    margin: 0 !important;
    font-weight: 400;
    height: 49.8px;
}

.top-header-container {
    padding-left: 3.18rem !important;
    padding-right: 3.18rem !important;
}

.top-menu-container {
    padding-left: 0;
    padding-right: 0;
    border: none;
    display: flex;
    background-color: transparent;
}

.has-radius {
    border-bottom-left-radius: 25px;
}

.has-not-radius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.menu-item {
    background-color: white !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25) !important;
    border-bottom: 2px solid var(--bs-light) !important;
}

.menu-item:focus-within, .menu-item:hover, .menu-item:focus {
    border-bottom: 2px solid var(--secondary-blue) !important;
}

.menu-item:first-child {
    border-bottom-left-radius: 15px;
}

.menu-item:first-child:focus-within {
    border-bottom-left-radius: 0;
}

.border-left-radius {
    border-top-left-radius: 0.7rem;
    border-bottom-left-radius: 0.7rem;
}

.ml-1 {
    margin-left: 1rem;
}

.ml-05 {
    margin-left: 0.5rem;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-left: 0 !important;
}

.button-lg {
    font-weight: 400 !important;
    padding: 0.938rem;
    border-radius: 0.313rem;
    text-align: center !important;
    color: white !important;
}

.button-double {
    font-weight: 400;
    padding: 0.938rem;
    text-align: center;
    color: white;
}

.button-dark-blue {
    background-color: #1c345a;
    border: 1px solid #1c345a;
}

.button-dark-blue:hover {
    background-color: #001736;
    border: 1px solid #001736;
    color: white;
}

.button-gray-white {
    border: 1px solid #ff991c;
    font-weight: 600 !important;
    padding: 0.5rem 1.5rem;
    border-radius: 0.6rem;
    text-align: center !important;
}

.button-gray {
    color: white;
    background-color: #393E45;
    border: 1px solid #393E45;
    font-weight: 400 !important;
    padding: 0.4rem 1rem;
    border-radius: 0.6rem;
    text-align: center !important;
}

.button-light-blue {
    background-color: #039be5;
    border: 1px solid #039be5;
}

.button-light-blue:hover {
    background-color: #1c345a;
    border: 1px solid #1c345a;
    color: white;
}

.button-blue {
    background-color: #1c345a;
    border: 1px solid #1c345a;
}

.button-blue:hover {
    background-color: #001736;
    border: 1px solid #001736;
    color: white;
}

.button-red {
    background-color: #a70000;
    border: 1px solid #a70000;
}

.button-red:hover {
    background-color: #770000;
    border: 1px solid #770000;
    color: white;
}

.button-green {
    background-color: #006110;
    border: 1px solid #006110;
}

.button-green:hover {
    background-color: #003E0A;
    border: 1px solid #003E0A;
    color: white;
}

.button-sm {
    font-weight: 400 !important;
    padding: 0.4rem;
    border-radius: 0.313rem;
    text-align: center !important;
    color: white !important;
}

.site-box1 {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 1.875rem;
    width: 31.25rem !important;
    background-color: white;
}

.site-box2 {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 1rem;
    background-color: white;
}

hr {
    margin: 0rem 0rem 1rem 0rem !important;
}

.a-not-underline {
    text-decoration: none !important;
}

.a-not-underline:hover {
    color: #039BE5 !important;
}

.a-not-underline:active {
    color: #039BE5 !important;
}

.a-underline {
    text-decoration: none !important;
}

.a-underline:hover {
    color: #039BE5 !important;
    text-decoration: underline !important;
}

.a-underline:active {
    color: #039BE5 !important;
    text-decoration: underline !important;
}

.input-field {
    height: 2.5rem !important;
    color: #393E45 !important;
}

.currency-field {
    height: 2.5rem;
    color: #1c345a !important;
    border: 1px solid #039be5 !important;
    border-radius: 0px !important;
}

.input-textarea {
    color: #393E45 !important;
}

/*select option {*/
/*    background-color: white !important;*/
/*    color: #1c345a !important;*/
/*}*/

/*select option:hover {*/
/*    background-color: #001736 !important;*/
/*    color: white !important;*/
/*}*/

.w-5 {
    width: 5% !important;
}

.w-6 {
    width: 6% !important;
}

.w-7 {
    width: 7% !important;
}

.w-8 {
    width: 8% !important;
}

.w-9 {
    width: 9% !important;
}

.w-10 {
    width: 10% !important;
}

.w-11 {
    width: 11% !important;
}

.w-12 {
    width: 12% !important;
}

.w-13 {
    width: 13% !important;
}

.w-14 {
    width: 14% !important;
}

.w-15 {
    width: 15% !important;
}

.w-16 {
    width: 16% !important;
}

.w-17 {
    width: 17% !important;
}

.w-18 {
    width: 18% !important;
}

.w-19 {
    width: 19% !important;
}

.w-20 {
    width: 20% !important;
}

.w-21 {
    width: 21% !important;
}

.w-22 {
    width: 22%;
}

.my-col {
    flex: 1 0 0%;
}

.w-23 {
    width: 23% !important;
}

.w-24 {
    width: 24% !important;
}

.w-25 {
    width: 25% !important;
}

.w-26 {
    width: 26% !important;
}

.w-27 {
    width: 27% !important;
}

.w-28 {
    width: 28% !important;
}

.w-29 {
    width: 29% !important;
}

.w-30 {
    width: 30% !important;
}

.w-31 {
    width: 31%;
}

.w-32 {
    width: 32%;
}

.w-33 {
    width: 33%;
}

.w-34 {
    width: 34% !important;
}

.w-35 {
    width: 35% !important;
}

.w-36 {
    width: 36% !important;
}

.w-37 {
    width: 37% !important;
}

.w-38 {
    width: 38% !important;
}

.w-39 {
    width: 39% !important;
}

.w-40 {
    width: 40%;
}

.w-41 {
    width: 41% !important;
}

.w-42 {
    width: 42% !important;
}

.w-43 {
    width: 43% !important;
}

.w-44 {
    width: 44% !important;
}

.w-45 {
    width: 45% !important;
}

.w-46 {
    width: 46% !important;
}

.w-47 {
    width: 47% !important;
}

.w-48 {
    width: 48% !important;
}

.w-49 {
    width: 49% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60%;
}

.w-64 {
    width: 64% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important;
}

.font-12 {
    /*font-size: 12px !important;*/
}

.table-icon a {
    /*font-size: 14px !important;*/
    font-weight: bold !important;
}

.border-grey {
    border: 1px solid gainsboro;
}

.header-img {
    padding-top: 1.438rem;
    padding-bottom: 1.438rem;
    padding-right: 0px !important;
}

.top-header-content-1 {
    padding-left: 6.18rem;
    color: white;
}

.top-header-content {
    color: white;
}

.top-main-menu a {
    text-decoration: none;
    color: white;
}

.top-main-menu a:hover {
    color: #c6c6c6;
}

.top-main-menu a:active {
    color: #c6c6c6;
}

.top-main-menu-dropdown {
    /*font-size: 14px !important;*/
    padding: 0px !important;
}

.menu-img {
    margin-left: auto;
    margin-right: 0.5rem;
}

.menu-img img {
    width: 40px;
}

.top-main-a:hover {
    color: #c6c6c6 !important;
    background: none !important;
}

.menu-item a {
    color: #1c345a;
    /*font-size: 1.1rem;*/
    padding: 0rem;
}

.menu-item {
    height: 3.8rem !important;
    display: flex;
    align-items: center;
    min-width: 250px;
    text-align: center;
    justify-content: center;
}

.padding-left-318 {
    padding-left: 3.18rem;
}

.dropdown-menu-header {
    inset: 0 auto auto 0 !important;
    margin: 0;
    transform: translate3d(0px, 60px, 0px) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    padding-bottom: 2.5rem !important;
}

.dropdown-menu-header li {
    padding-right: 4.1221rem;
    padding-left: 1.5rem;
}

.dropdown-menu-header li a {
    /*font-size: 1rem;*/
}

.dropdown-menu-header li a:hover {
    background: none !important;
    color: #c6c6c6 !important;
}

.dropdown-menu1 li {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.dropdown-menu1 {
    padding-bottom: 0.5rem !important;
}

.dropdown-menu2 li {
    padding-left: 2.15rem !important;
    padding-right: 2.15rem !important;
}

.dropdown-menu2 {
    padding-bottom: 0.5rem !important;
}

.dropdown-menu3 li {
    padding-left: 1.7rem !important;
    padding-right: 1.7rem !important;
}

.dropdown-menu3 {
}

.dropdown-menu4 li {
    padding-right: 1.68rem !important;
    padding-left: 1.67rem !important;
}

.dropdown-menu4 {
}

.currency-select {
    background: white;
    width: 100%;
    display: flex;
    justify-content: end;
    height: 3.8rem;
    border-bottom-right-radius: 15px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25) !important;
    padding-right: 10px;
}

.currency-select button {
    border: none;
    background: none;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: transparent;
    border-color: transparent;
}

.modal-header {
    border-bottom: none !important;
    padding: 2rem 2rem;
    padding-bottom: 1rem;
}

.modal-body {
    padding-top: 1rem !important;
    padding: 2rem;
}

.my-badge {
    border-radius: 4px;
    padding: 6px;
    text-align: center;
}

.world-rank {
    margin-bottom: 5px !important;
    text-align: right !important;
}

.my-tabs-link {
    border: none !important;
    color: #1c345a;
    padding: 0px;
    margin: 0px;
}

.my-tabs-link.active {
    color: #039BE5 !important;
}

.my-tabs-link:hover {
    color: #039BE5 !important;
}

.my-nav-tabs {
    border: none !important;
    display: flow-root !important;
}

.bg-blue {
    background-color: #1c345a;
}

.bg-white {
    background-color: #ffffff;
}

.navbar-brand {
    padding: 0;
}

.navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px;
}

.ur-icon-navbar {
    width: 25px;
    height: 25px;
}

.ic_style {
    font-weight: bold;
    color: #2dacea;
}

.ic_style_s {
    font-weight: bold;
    color: #2dacea;
}

.ic-style-red {
    font-weight: bold;
    color: #dc3545;
}

.ic-style-green {
    font-weight: bold;
    color: green;
}

.session-box {
    background-color: #c6c6c6;
    text-decoration: none;
    color: #0e0e0f;
}

.session-btn {
    text-decoration: none;
}

.session-box:hover {
    background-color: #006511;
    color: white;
    text-decoration: none;
}

.txt {
    color: #2dacea;
}

.form-group a {
    text-decoration: none;
}

.h7 {
    font-weight: 600;
}

.h8 {
    font-weight: 499;
}

.img-thumbnail {
    border: 0px !important;
}

.search {
    color: #aaa;
}

.form-element {
    position: relative;
}

.input-container {
    position: relative;
    margin-top: 16px;
}

.input-field {
    position: relative;
}

.icon {
    position: absolute;
    right: 8px;
    top: 11px;
    color: #2dacea;
}

.numbers-div1 {
    width: 18%;
}

.col-lg-25-1 {
    flex: 0 0 auto;
    width: 23%
}

.col-lg-12-1 {
    flex: 0 0 auto;
    width: 6%
}

.justify-end {
    justify-content: end;
}

.registered {
    color: #bce0fd;
}

.col-marg-3 {
    margin-left: 1rem;
}

.col-marg-2 {
    margin-left: 0.5rem;
}

.numbers-div {
    min-width: 12%;
}

.not-registered {
    color: #039be5;
}

.col-lg-33-5 {
    flex: 0 0 auto;
    width: 28%
}

.col-lg-33-6 {
    flex: 0 0 auto;
    width: 72%
}

.col-lg-9-5 {
    flex: 0 0 auto;
    width: 79%
}

.progress-bar2 {
    background-color: #1C345A;
}

.col-lg-45-5 {
    flex: 0 0 auto;
    width: 45%
}

.col-lg-34-5 {
    flex: 0 0 auto;
    width: 34%
}

.col-lg-1-2 {
    flex: 0 0 auto;
    width: 14%
}

.col-lg-3-5 {
    flex: 0 0 auto;
    width: 30%
}

.col-lg-5-8 {
    flex: 0 0 auto;
    width: 58%
}

.col-lg-1-5 {
    flex: 0 0 auto;
    width: 21%
}

.select2 {
    color: black !important;
}

.form-group.required .control-label::before {
    content: "*";
    color: red;
}

select {
    -webkit-appearance: listbox !important
}

.col-lg-1-4 {
    flex: 0 0 auto;
    width: 13.5%;
    margin-left: 5px;
}

.ic_style22 {
    font-weight: bold;
    color: #2dacea;
}

.ic_style1 {
    font-weight: bold;
    color: #1C345A;
}

.ic_style3 {
    font-weight: bold;
    color: #fff;
}

.discreteProgress {
    width: 100px;
    height: 10px;
    background: repeating-linear-gradient(to right, #ddd, #ddd 4%, transparent 4%, transparent 5%), repeating-linear-gradient(to right, #04aa6d, #04aa6d 8%, transparent 8%, transparent 10%);
    background-size: 200%, 100%;
    background-position: -100%;
    background-repeat: repeat-y;
}

.activee {
    border-bottom: 2px solid #039be5 !important;
    color: #039be5 !important;
}

.activee p {
    color: #2dacea !important;
    font-weight: 500;
}

.tabbs p {
    font-weight: 500;
}

.activee i {
    color: #2dacea !important;
}

.tab_title {
    cursor: pointer
}

.discreteProgress2 {
    width: 100px;
    height: 10px;
    background: repeating-linear-gradient(to right, #ddd, #ddd 4%, transparent 4%, transparent 5%), repeating-linear-gradient(to right, red, red 8%, transparent 8%, transparent 10%);
    background-size: 200%, 100%;
    background-position: -100%;
    background-repeat: repeat-y;
}

.ic_style4 {
    font-weight: bold;
    color: #1C345A
}

.ic_style7 {
    font-weight: bold;
    color: #1C345A
}

.ic_style2 {
    font-weight: bold;
    color: #2dacea;
}

.btn-outline-primary2 {
    border-color: #2dacea;
}

.btn-outline-primary4 {
    border-color: #2dacea;
    padding-left: 4px !important;
    border-radius: 0px !important;
}

.btn-outline-primary3 {
    color: #2dacea;
    border-color: #2dacea;
    padding-left: 4px !important;
    border-radius: 0px !important;
    height: 35px;
}

.text-light-blue {
    color: #2dacea;
}

.text-light-blue2 {
    font-weight: 500;
    color: #2dacea;
}

.text-light-blue3 {
    color: #1C345A;
    padding: 8px;
    margin-bottom: 0.5rem !important;
}

.text-light-blue2:hover {
    background-color: #ebebeb;
    color: black;
}

.text-light-blue2:hover i {
    background-color: #ebebeb;
    color: black;
}

.text-light-blue3:hover {
    background-color: #ebebeb;
    border-radius: 0.25rem;
    color: black;
}

.text-light-blue3:hover i {
    background-color: #ebebeb;
    color: black;
}

.side-active {
    background-color: #ebebeb;
    color: black;
    border-radius: 0.25rem;
}

.text-light-blue3 a {
    text-decoration: none;
    color: black;
}

.side-active a {
    background-color: #ebebeb;
    text-decoration: none;
    color: black;
}

.side-active i {
    background-color: #ebebeb;
    text-decoration: none;
    color: black;
}

.text-blue {
    color: #1C345A;
}

.form-control2 {
    padding: 0.55rem;
    border-radius: 1px !important;
    border: 2px solid #2dacea;
    color: #1C345A !important;
}

.form-control3 {
    background-color: #f2f2f2;
    padding: 0.55rem;
    border-radius: 3px !important;
}

.txt2 {
    /*font-size: 13px;*/
}

.new-nav &gt; li {
    padding-left: 5px;
    padding-right: 5px;
}

.d-flex &gt; .navbar-nav &gt; .nav-link {
    padding-left: 2px;
    padding-right: 2px;
}

.row3 &gt; * {
    padding-right: 0.5rem !important;
    padding-left: 0.1rem !important
}

.btn-blue {
    color: #fff;
    background-color: #1C345A;
    border-color: #1C345A;
}

.btn-blue:hover {
    color: #fff;
    background-color: #001736;
    border-color: #0e0e0f
}

.btn-danger {
    background-color: #a70000;
    border: 1px solid #a70000;
    color: #fff;
}

.btn-danger:hover {
    color: #fff;
    background-color: #770000;
    border-color: #770000;
}

.intl-tel-input {
    display: table-cell;
}

.intl-tel-input .selected-flag {
    z-index: 4;
}

.intl-tel-input .country-list {
    z-index: 5;
}

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

.btn-blue:hover {
    color: white;
}

/*table td {*/
/*    font-size: 1rem;*/
/*}*/

.h-65 {
    height: 65% !important;
    padding: 10px !important;
}

.read-more {
    width: 7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h-15 {
    height: 15% !important;
}


.small7 {
    /*font-size: 0.71em;*/
}

.dropdown button:hover {
    color: white;
}


.btn-primary {
    color: #fff;
    background-color: #2dacea;
    border-color: #2dacea
}

.btn-primary2:hover {
    color: #fff;
    background-color: #1C345A;
    border-color: #1C345A;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1C345A;
    border-color: #1C345A;
}

.btn-primary2 {
    color: #fff;
    background-color: #2dacea;
    border-color: #2dacea
}

.btn-default2 {
    color: #1C345A;
    background-color: #c6c6c6;
    border-color: #c6c6c6
}

.btn-default {
    color: black;
    background-color: #f9f9f9;
    border-color: #f9f9f9
}

.h7 {
    /*font-size: 1rem*/
}

.w-35 {
    width: 35% !important
}

.session-active {
    background-color: #006511 !important;
    color: white !important;
}

.session-box {
    background-color: #c6c6c6;
}

.btn3 button {
    margin: 1px
}

.w-21 {
    width: 23% !important;
}

.row2 &gt; * {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p-22 {
    padding: .7rem !important;
}

.small, small {
    font-size: 1.25rem;
}

.small6 {
    /*font-size: 0.9em;*/
}

.small4 {
    /*font-size: 0.82em;*/
}

.small2 {
    /*font-size: 0.86em;*/
}

.small3 {
    /*font-size: 0.79em;*/
}

.small5 {
    /*font-size: 0.74em;*/
}

.form-check-input:checked {
    background-color: #1C345A !important;
    padding: 8px;
}

.form-check-input {
    padding: 8px;
}

.form-check-label {
    padding: 4px;
}

.list-group-item {
    border: 0px !important;
}

[aria-valuenow="15"] {
    background-color: red !important;
}

.jumbotron {
    background-color: #f9f9f9 !important;
}

.list-group-item {
    background-color: transparent !important;
    color: white !important;
    padding: 0.2rem 0.5rem;
}

.hr {
    content: "";
    display: block;
    border-bottom: 1px solid orange;
    width: 25%;
    position: relative;
    bottom: -6px;
}

.decorative-spacer {
    width: 53px;
    height: 0px;
    background-color: #2dacea;
    border: 1.5px solid #2dacea;
    opacity: 1;
}

.normal-spacer {
    width: 93%;
    height: 0px;
    border: 1px solid gray;
    opacity: 1;
}

.border-right {
    border-right: 1px solid #e7e5e5 !important;
    height: 35px;
}

.border-right2 {
    border-right: 1px solid #e7e5e5 !important;
}

.border-left3 {
    border-left: 1px solid gray !important;
    height: 95%;
}

.border-left {
    border-left: 1px solid #e7e5e5 !important;
    height: 35px;
}

.custombtn {
    background-color: white !important;
    color: black !important;
    width: 100%;
    border: 1px solid white !important;
    height: 36px !important;
}

#leads_repo {
    display: none;
}

#schools {
    display: none;
}

#applicationss {
    display: none;
}

.text-primary {
    color: #2dacea !important;
}

.english {
    margin-top: -8px !important;
}

.low-footer {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.option-color {
    color: gray;
}

.b-col {
    color: #334e77;
    font-weight: 400 !important;
}

.sub-btn {
    height: 100%;
    margin-top: 0%;
    border-radius: 0;
    border-top-right-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
}

.input-group-sub {
    margin-left: -7px !important;
    border-radius: inherit !important;
}

.logo-center {
    text-align: center;
}

.heading-color {
    color: #2dacea
}

.gray-color {
    color: gray;
}

.mr-4 {
    margin-right: 4rem !important;
}

.my-text {
    color: gray !important;
}

.checkbox-text {
    margin-top: 0.35rem;
    margin-left: 0.5rem;
    color: gray;
}

.lablel-newday {
    color: gray !important;
}

.text-blue-gray {
    color: #36435c;
    font-weight: 300;
}

.text-blue-gray2 a {
    color: #36435c;
    font-weight: 300;
    text-decoration: none;
}

.text-blue-gray2 {
    color: #36435c;
    font-weight: 300;
    /*font-size: 14px;*/
    text-decoration: none;
}

.link-activee {
    color: #2dacea !important;
    border-bottom: 1px solid #2dacea !important;
}

.text-gray-light {
    color: gray;
    font-weight: 400;
}

.blue-btn {
    background: transparent;
    border: 0.85px solid #36435c;
    border-radius: 50px;
    color: #36435c;
    margin: 0px;
    font-weight: 300;
}

.padding-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ml-1 {
    margin-left: 0.8rem;
}

.border-none {
    border: none !important;
}

.btn-blue-border {
    color: #1C345A;
    border-color: #1C345A;
}

.btn-danger-border {
    color: #dc3545;
    border-color: #dc3545;
}

.modal-head {
    color: gray;
    font-weight: 300;
}

.margin-left2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.modal-head2 {
    color: gray;
    font-weight: 300;
    margin-top: 0.5rem;
}

.change-password-link {
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
    color: #2dacea;
}

.label-input {
    color: #6d6d6d;
}

.red-span {
    color: #dc3545;
    font-weight: bold;
}

.btn-close {
    color: #d8d8d8 !important;
    opacity: 1;
}

.header-logo-size {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0.32rem;
    margin-right: 1rem;
}

/*select option {*/
/*    background-color: white !important;*/
/*    color: #1d3559 !important;*/
/*}*/

select option:hover {
    background-color: grey !important
}

.text-blue {
    color: #344f76;
}

.heading5 {
    color: #37ade8;
    font-weight: 400;
    margin-bottom: 0.27rem;
}

.heading5-p {
    color: #36435c;
    font-weight: 300;
}

.description {
    margin-top: -0.9rem;
    border-bottom: 1.5px solid #37ade8;
    padding-bottom: 0.5rem
}

.small-text {
    position: relative;
    top: 30%;
    left: -50%;
    /*font-size: 8px;*/
    color: #1d3559;
}

.small-text2 {
    position: relative;
    top: 30%;
    left: -50%;
    /*font-size: 8px;*/
    color: #1d3559;
}

.bottom-button2 {
    color: white;
    background-color: #1d3559;
    border-radius: 5px;
    border: #1e3658;
    padding: 3px 32px;
    /*font-size: 12px;*/
    font-weight: 600;
}

.bottom-button1 {
    color: white;
    background-color: #1d3559;
    border-radius: 5px;
    border: #1e3658;
    padding: 3px 32px;
    font-weight: 600;
}

.bottom-button3 {
    color: white;
    background-color: #1d3559;
    border-radius: 5px;
    border: #1e3658;
    padding: 3px 12px;
    font-weight: 600;
}

.api-blue {
    text-decoration: none;
    color: #1d3559;
    font-weight: 700;
}

.api-white {
    text-decoration: none;
    color: white;
    font-weight: 700;
}

.red-star {
    color: red;
    margin-right: 0.2rem;
    margin-top: -0.4rem;
    font-weight: 300;
}

.mr-1 {
    margin-left: 0.6rem;
}

.ml-2 {
    margin-left: 1.5rem;
}

.border-bottom {
    border-bottom: 1px solid #c7c6c6;
    margin-left: 10.5rem;
    margin-right: 10.5rem;
    margin-top: 2rem;
}

.gray-div {
    background-color: #d8d8d8;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.4rem;
    padding-bottom: 2.5rem;
}

.p-col {
    color: #334e77;
    font-weight: 300;
}

.text-light-blue {
    color: #2dacea;
    font-weight: 300;
}

.w-18 {
    width: 18%;
}

.p-1 {
    padding: 0.5rem;
}

.text-heading-light {
    color: #2dacea;
    font-weight: 300;
}

.font-1 {
    /*font-size: 1.1rem !important;*/
}

/*.btn:hover {*/
/*    color: #039be5 !important;*/
/*}*/

.currency-div {
    padding: 12px;
    cursor: pointer;
}

.currency-div:hover {
    background-color: #f2f2f2;
}

.currency-symbol {
    margin-top: -5px;
}

.card {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

/*.card-border {*/
/*    background-color: white;*/
/*    border-radius: 0.9rem;*/
/*    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);*/
/*    border: 1px solid #393E45;*/
/*}*/

.card-body {
    padding: 1.8rem;
}

.site-box2 {
    background-color: white;
    border-radius: 15px !important;
}

.exhibition-img {
    width: 160px;
    display: block;
}

.lower-light-blue-div {
    display: flex;
    margin-top: 1rem;
    text-align: center;
}

.sidebar-ul li {
    list-style: none;
}

.sidebar-ul {
    padding: 0;
    margin: 0;
}

.student-photo {
    width: 3rem;
}

td {
    color: var(--primary);
}

tr {
    vertical-align: middle;
}

.thumbnail {
    width: 3rem;
    height: 3rem;
}

.footer-language-select {
    font-size: inherit !important;
    border: solid 1px white;
    border-radius: .25rem;
    background: var(--dark-primary);
    color: white;
}

.footer-apps-logo {
    width: 12rem;
}

.modal-backdrop {
    background-color: lightgrey;
    opacity: 0.2 !important;
}

.modal-content {
    border-radius: 15px;
}

.top-content {
    display: flex;
}

.text-place-end {
    text-align: end;
}

.text-place-center {
    text-align: center;
}

.university-imge2 {
    width: 80px;
    display: block;
}

.exhibition-img {
    width: 160px;
    display: block;
}

.lower-light-blue-div {
    display: flex;
    margin-top: 1rem;
    text-align: center;
}

.univeristy-img {
    width: 112px;
    display: block;
}

.university-img-div {
    width: 15%;
}

.regsiter-content-div {
    padding-top: 1.5rem;
}

.top-content {
    display: flex;
}

.regsiter-button-div {
    width: 70%;
}

.last-button-padding {
    padding-left: 0.25rem;
    padding-right: 1rem;
}

.font-xs {
    /*font-size: 0.7rem;*/
}

.university-large-img {
    width: 180px;
}

.has-search .form-control {
    padding-left: 2.375rem;
    color: #039be5;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 2rem;
    text-align: center;
    pointer-events: none;
    color: #039be5;
}

.card-message {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.toggled-on .toggle-content {
    display: flex;
    border-radius: 10px;
}

.toggled-on .fa-angle-down {
    display: none;
}

.toggled-on .toggle-title2 {
    display: none;
}

.toggle-title {
    cursor: pointer;
    position: relative;
}

.toggle-title i {
    position: absolute;
    left: 0;
    font-size: 1.5em;
}

.toggled-off .toggle-content {
    display: none;
}

.toggled-off .fa-angle-up {
    display: none;
}

.message-div {
    margin-top: 8rem;
}

.cursor-pointer {
    cursor: pointer;
}

.message-blue {
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #039be5;
    width: 200px;
    height: 50px;
    text-align: left;
    font: 400 .9em 'Open Sans', sans-serif;
    border: 1px solid #039be5;
    color: white;
}

.message-orange {
    position: relative;
    margin-bottom: 10px;
    margin-left: calc(100% - 240px);
    padding: 10px;
    background-color: gray;
    width: 200px;
    height: 50px;
    text-align: left;
    font: 400 .9em 'Open Sans', sans-serif;
    border: 1px solid gray;
    color: white;
}

.message-content {
    padding: 0;
    margin: 0;
}

.message-timestamp-right {
    position: absolute;
    /*font-size: .85em;*/
    font-weight: 300;
    bottom: 5px;
    right: 5px;
}

.message-timestamp-left {
    position: absolute;
    /*font-size: .85em;*/
    font-weight: 300;
    bottom: 5px;
    left: 5px;
}

.message-blue:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #039be5;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 0;
    left: -15px;
}

.message-blue:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid #039be5;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: -1px;
    left: -17px;
}

.message-orange:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 15px solid gray;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: 0;
    right: -15px;
}

.message-orange:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 17px solid gray;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    bottom: -1px;
    right: -17px;
}

.nav-lanaguage-dropdown {
    background: none !important;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 20px !important;
    padding: 1px 6px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    border: none
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.desktop-hidden {
    display: none;
}

.message-chat-card {
    width: 100% !important;
}

.card-radius {
    border-radius: 0.9rem;
}

.button-light-gray {
    color: #393E45;
    background-color: white;
    border: 1px solid #393E45;
    font-weight: 600 !important;
    padding: 0.4rem 1rem;
    border-radius: 0.6rem;
    text-align: center !important;
}

.button-light-gray-sm {
    color: #393E45;
    background-color: white;
    border: 1px solid #393E45;
    font-weight: 400 !important;
    padding: 0.2rem 0.8rem;
    border-radius: 0.9rem;
    text-align: center !important;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #ffffff;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 0px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    background-clip: inherit;
    border-radius: 50px;
}

.border-left-right-white {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.padding-100 {
    padding: 100px;
}

.padding-200 {
    padding: 180px 200px;
}

.desktop-flex {
    display: flex;
}

.align-button-end {
    align-self: flex-end;
}

.font-2rem {
    font-size: 2rem !important;
}

.modal-footer {
    border-top: none !important;
    padding-top: 0.4rem !important;
}

.border-gray {
    border: 1px solid #393E45;
}

.my-hr {
    height: 1px !important;
    color: #D0D0D0 !important;
    opacity: 1;
}

.white-hr {
    height: 1px !important;
    color: white !important;
    opacity: 1;
}

.numbering {
    color: white;
    background-color: #393E45;
    padding: 0.2rem 0.2rem;
    border-radius: 10px;
}

.progress {
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: 0.15rem;
}
.progress, .progress-stacked {
     --bs-progress-height: 1.5rem;
     --bs-progress-font-size: 1.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #393E45;
    transition: width .6s ease;
}

.border-white {
    border: 4px solid white;
}

.minus-margin {
    margin-top: -0.6rem;
}

.font-2-5rem {
    font-size: 2.5rem;
}

.font-1-5rem {
    font-size: 1.5rem;
}

.checked {
    color: #ffc107;
}

.input-border {
    border-radius: 0.7rem !important;
    border: 1.5px solid #D0D0D0;
}

.border-light-gray {
    border: 1px solid gainsboro;
}

div.test2 {
    writing-mode: vertical-rl;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #393E45;
    border-color: #D0D0D0;
}

.page-link {
    position: relative;
    display: block;
    color: #393E45;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #D0D0D0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.universities-div {
    display: block;
}

.universities-div-mobile {
    display: none;
}

.button-bottom-radius {
    border-bottom-left-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.input-top-radius {
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.swiper {
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    cursor: pointer;
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
}

.swiper-slide {
    width: 100% !important;
    background-color: transparent;
}

.swiper-slide:nth-child(2n) {
    width: 100% !important;
}

.swiper-slide:nth-child(3n) {
    width: 100% !important;
}

.swiper-wrapper {
    height: auto;
}

.my-col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.ratingDiv {
    min-width: 4rem;
    text-align: center;
}

.sort_btn {
    padding: 0;
    margin: 0;
    line-height: normal;
    font-weight: normal;
}

.button-gray.text-decoration-none:hover {
    color: white !important;
}

.alert {
    width: 100%;
    max-width: 100%;
    font-weight: normal;
    display: block;
}

select option {
    background-color: white !important;
    color: #1c345a !important;
    background-color: rgba(255, 255, 255, 0) !important;
}

.view-rankings-linked-articles .views-label {
    color: #393E45;
}

html[dir="ltr"] .view-rankings-linked-articles .views-label {
    border-left: 4px solid #003366;
    padding-left: 15px;
}

html[dir="rtl"] .view-rankings-linked-articles .views-label {
    border-right: 4px solid #003366;
    padding-right: 15px;
}

.view-rankings-linked-articles .views-label {
    display: block;
    width: 100%;
    color: #393E45;
    margin: 10px 0 20px;
    font-weight: 700;
}

.view-rankings-linked-articles .view-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.view-rankings-linked-articles .view-content ul {
    list-style: none;
}


.view-rankings-linked-articles .view-content a {
    display: block;
    padding: 10px 15px;
    background: #fff;
    margin-bottom: 2px;
    color: #494343;
    text-decoration: none
}

a:hover, a:focus {
    color: #393E45;
    text-decoration: underline !important;
}

a:active, a:hover {
    outline: 0;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.btn-default:hover, .pager .pager-previous a:hover, .pager .pager-next a:hover, .btn-default:focus, .pager .pager-previous a:focus, .pager .pager-next a:focus, .btn-default:active, .pager .pager-previous a:active, .pager .pager-next a:active, .active.btn-default, .pager .pager-previous a.active, .pager .pager-next a.active {
    color: #393E45;
    background-color: #ebebeb;
    border-color: #003366;
}

.footer-top .btn-the:hover, .recurly-plan-list .plan .plan-signup a.plan-select:hover, .product-plan__link:hover, .btn-blue--container a:hover, .pager .pager-previous a:hover, .pager .pager-next a:hover, .footer-top .btn-the:focus, .recurly-plan-list .plan .plan-signup a.plan-select:focus, .product-plan__link:focus, .btn-blue--container a:focus, .pager .pager-previous a:focus, .pager .pager-next a:focus {
    color: #b70d7f;
    text-decoration: none;
}

.footer-top .btn-the, .recurly-plan-list .plan .plan-signup a.plan-select, .product-plan__link, .btn, .btn-blue--container a, .pager .pager-previous a, .pager .pager-next a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-color: #003366;

}

.btn-default:hover, .pager .pager-previous a:hover, .pager .pager-next a:hover, .btn-default:focus, .pager .pager-previous a:focus, .pager .pager-next a:focus, .btn-default:active, .pager .pager-previous a:active, .pager .pager-next a:active, .active.btn-default, .pager .pager-previous a.active, .pager .pager-next a.active {
    color: #393E45;
    background-color: #ebebeb;
    border-color: #003366;
}

.footer-top .btn-the:active, .recurly-plan-list .plan .plan-signup a.plan-select:active, .product-plan__link:active, .btn:active, .btn-blue--container a:active, .pager .pager-previous a:active, .pager .pager-next a:active, .footer-top .active.btn-the, .recurly-plan-list .plan .plan-signup a.active.plan-select, .active.product-plan__link, .active.btn, .btn-blue--container a.active, .pager .pager-previous a.active, .pager .pager-next a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.hidden {

}


.form-check-input:checked {
    background-color: #003366 !important;
    padding: 8px;
    border-color: #003366;
}

.form-check-input:checked {
    background-color: #003366 !important;
    padding: 8px;
}

.form-switch .form-check-input {
    border-radius: 2em !important;
}

.form-check-label {
    padding: 0;
}

code {
    display: block;
    white-space: pre-wrap; /* Wraps the text */
    word-wrap: break-word; /* Breaks long words */
    overflow-wrap: break-word; /* Ensures long words break */
    color: #003366;
    /*border: 1px solid #ccc; !* Optional: Add a border for better visibility *!*/
    /*padding: 10px; !* Optional: Add some padding *!*/
    /*background-color: #f9f9f9; !* Optional: Light background color *!*/
}
.code-container{
    height: 200px;
    background: #f9f9f9;
    border: 1px solid #ccc;
}
.copy-btn{
    display: none;
    position: absolute;
}
.code-container:hover .copy-btn {
    display: block;
}
.card-border {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: none !important;
    border: 1px solid #D0D0D0;
}
.numbering {
    border-radius: .5rem;
    min-width:50px;
}
.border-none td {
    border: none !important;
}

.border-right-radius {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.border-left-radius {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.pagination {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
</pre></body></html>