img {
    max-width: 100%;
}

body,
html {
    height: 100%;
    font-family: "Poppins", Arial, sans-serif;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px
}

.scholarship-signup-modal .modal-content {
    margin: auto;
}

.hero-section {
    width: 100%;
    background: url(https://d2zogq81rfgh3u.cloudfront.net/cirkledin/images/brand-bg.png) top center no-repeat;
    background-size: cover;
}

.hero-section .container-fluid.hero-container {
    padding-top: 20px;
    padding-bottom: 0px;
}

.hero-section .container-fluid .content-section {
    padding-top: 50px;
}

.hero-section .container-fluid p {
    max-width: 650px;
    font-size: 16px;
    color: #fff;
}

.search-section {
    max-width: 100%;
    position: relative;
}

.hero-section .container-fluid h2 {
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.5;
}

.hero-circle-image {
    max-width: 100%;
}

.top-search-btn {
    color: #fff;
    background-color: #009ad4;
    border-color: #009ad4;
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

.box-badge {
    background-color: #fff;
    width: 160px;
    font-size: 12px;
    padding: 6px;
    box-shadow: 0px 4px 2px #4f4f4f;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 4px;
    position: absolute;
    top: 47%;
    left: 15%;
    text-align: center;
}

.strip-1 {
    background-color: #757575;
    padding: 10px;
    color: #fff;
}

.strip-1 .stripe-btn {
    border: 1px solid #ffffff;
    margin: 0px 4px;
    border-radius: 0.25rem;
    padding: 10px;
    font-size: 14px;
    color: #000;
    background: #fff;
}

/* Featured Scholarships */
.featured-tiles .entry {
    position: relative;
    margin: 0 0 25px 0;
    border-bottom: 3px solid #65beea;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    height: 270px;
    background-color: #fff;
    transition: 0.5s;
}

.entry .sch-logo,
.service-box .sch-logo,
.tiles-card .sch-logo {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin: 11px 10px 10px;
    position: relative;
    object-fit: cover;
}

.featured-tiles .entry .sch-logo img,
#popular-job .service-box .sch-logo img,
.tiles-card .sch-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    cursor: pointer;
}

.entry-full-top-description {
    margin: 5px 10px;
    padding: 4px;
    border-bottom: 1px solid #DDD;
}

.save-sch-button {
    min-width: 30px;
}

.save-sch-button {
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 0;
    width: 60px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0);
    border: rgba(8, 8, 8, 0.2);
    margin-right: 0;
    border-radius: 0;
}

.save-sch-button:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-image: url(https://d2zogq81rfgh3u.cloudfront.net/cirkledin/internship-job/shortlist-heart.png);
    margin: 0;
    background-position: -38px 0;
    width: 40px;
    height: 50px;
    opacity: .7;
}

.save-sch-button.added:after {
    background-position: 3px 0;
    opacity: 1;
}

.save-sch-button:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-image: url(https://d2zogq81rfgh3u.cloudfront.net/cirkledin/internship-job/shortlist-heart.png);
    margin: 0;
    background-position: -38px 0;
    width: 40px;
    height: 50px;
    opacity: .7;
}

.featured-tiles .entry .entry-title {
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 400;
}

.entry-full-bottom-description {
    margin: 10px;
    padding: 10px 4px;
}

.entry-full-bottom-description span {
    display: inline-block;
    width: 48%;
    font-size: 13px;
}

.entry-full-bottom-description span#value {
    width: 50%;
    font-size: 13px;
}

.featured-tiles .entry p {
    color: #444444;
}

.more-details {
    display: inline-block;
    background: #009ad4;
    color: #fff !important;
    padding: 10px 20px;
    transition: 0.3s;
    font-size: 15px;
    border-radius: 4px;
    margin: 10px 0px 0px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.sch-amount {
    margin-top: 6px;
    font-size: 21px;
    font-weight: bold;
    color: #009ad4;
}

.logo-amount {
    padding-top: 15px;
}

/* Popular Searches */

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 1.25rem;
    border: 1px solid #cccc;
    cursor: pointer;
    margin: 0 6px 12px 0px;
}

.badge-light-custom {
    color: #212529;
    background-color: transparent;
    padding: 10px;
    border-radius: 0;
    border-bottom: 1px solid #cccc;
    cursor: pointer;
    transition: none;
    margin-right: 6px;
}

.card-title-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.card-header .accicon {
    float: none;
    font-size: 20px;
    width: 1.2em;
    color: #444444;
}

.popular-searches .card-header {
    background: transparent;
}

.popular-searches .card-body {
    padding: 10px 3px;
    text-align: center;
}

.popular-searches span.popular-title {
    font-size: 16px;
}

/*  Filter */
.filter-section .switch {
    --circle-dim: 1.4em;
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 3em;
    height: 1.3em;
    margin: .5rem 15px;
}

/* Hide default HTML checkbox */
.filter-section .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.filter-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    transition: .4s;
    border-radius: 30px;
}

.filter-section .slider-card {
    position: absolute;
    content: "";
    height: 1em;
    width: 1em;
    border-radius: 20px;
    left: 0.3em;
    bottom: 0.16em;
    transition: .4s;
    pointer-events: none;
}

.filter-section .slider-card-face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    perspective: 1000px;
    border-radius: 50%;
    transition: .4s transform;
}

.filter-section .slider-card-front {
    background-color: #0094d3;
}

.filter-section .slider-card-back {
    background-color: #0094d3;
    transform: rotateY(180deg);
}

input:checked~.slider-card .slider-card-back {
    transform: rotateY(0);
}

input:checked~.slider-card .slider-card-front {
    transform: rotateY(-180deg);
}

input:checked~.slider-card {
    transform: translateX(1.5em);
}

input:checked~.slider {
    background-color: #ffff;
    border: 1px solid #d4d4d4;
}

.tiles-list .filter-section {
    margin-bottom: 20px;
    border-radius: 4px;
}

.filter-section .filter-row {
    margin: 15px 0;
}

.btn-search {
    font-size: 16px;
    color: rgb(255, 255, 255) !important;
    background: rgb(0 148 211) !important;
    padding: .375rem .75rem;
}

.btn-search:hover,
.more-details:hover,
.top-search-btn:hover {
    background: rgb(10 121 167) !important;
    color: #fff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #163866;
    border-color: #163866;
}

.button-sections .btn {
    min-width: 95%;
    border-radius: 2px !important
}

.button-sections {
    text-align: center;
}

.btn-light-cancel {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    transition: all 2s ease;
}

/* horizontal tiles */

.card.tiles-card {
    position: relative;
    margin: 0 0 25px 0;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    min-height: 90px;
    background-color: #fff;
    transition: 0.5s;
    padding: 0 10px;
}

.sch-title h4 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8rem;
}

.sch-title {
    max-width: 90%;
}

.sch-title h5 {
    margin: 15px 0;
    font-size: 16px;
}

.btn-white {
    border: 1px solid #ede6e6;
    margin: 0px 4px;
    border-radius: 0.25rem;
    padding: 5px 20px;
    font-size: 14px;
    color: #000;
    background: #fff;
    min-width: 150px;
}

ul#shortby {
    list-style-type: none;
    position: absolute;
    z-index: 11;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    padding: 10px 0;
    right: 18px;
    min-width: 160px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

ul#shortby li {
    margin: 6px 0px;
    cursor: pointer;
    padding: 0 6px;

}

ul#shortby li:hover {
    color: #fff;
    background-color: #009ad4;
}

span.see-all {
    color: #0094d3;
    font-size: 14px;
}

span.see-all a,
span.see-all a:hover {
    color: #0094d3;
    text-decoration: underline;
}

.tiles-card p {
    color: #444444;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
}

.result-count {
    font-size: 20px;
}

div#filterCollpase .card-header {
    background-color: #fff;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgb(0 0 0 / 80%) !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.custom-modal .modal-dialog {
    max-width: 600px;
}

.modal-dialog {
    margin: 1.75rem auto;
    padding: 0 0 !important;
}

.custom-modal .modal-content {
    border: 6px solid #0094d3;
}

.save-search-field {
    width: 100%;
    height: 40px;
    padding: 4px 10px;
    outline: none;
    border: 1px solid #cacaca;
}

.save-search-filters-selected {
    width: 100%;
    background-color: #fff;
    padding: 14px;
    border: 1px solid #ddd;
    border-top: 0;
}

.save-search-filters-selected ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.save-search-filters-selected ul li {
    display: inline-block;
    padding: 9px;
    margin: 0 8px 10px 0;
    border: 1px solid #cacaca;
    border-radius: 2px;
    min-width: 100px;
    box-shadow: 0px 0px 2px #cccc;
}

.save-search-filters-selected .filters-selected-search {
    float: left;
}

.save-search-filters-selected ul li p {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #858585;
    margin-bottom: 2px;
}

.save-search-filters-selected ul li span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #163866;
}

.save-search-filters-selected .remove-filters {
    margin-top: -3px;
    margin-left: 6px;
    float: right;
}

input::placeholder {
    font-size: 14px;
}

.save-filter-title {
    font-size: 18px;
    font-weight: 600;
}

.saved-search-list-actions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.saved-search-list-actions ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 70px;
    text-align: center;
}

.saved-search-list-actions ul li a,
.saved-search-list-actions ul li a:hover {
    color: #000;
    text-decoration: none;
}

.featured-tiles .entry .logo-amount {
    display: flex;
}

.search-section #suggesstion-box {
    max-height: 213px;
    overflow-y: scroll;
    position: absolute;
    background-color: #fff;
    z-index: 1;
}

.search-section #suggesstion-box li {
    list-style-type: none;
    margin: 10px;
    cursor: pointer;
}

#suggesstion-box {
    width: 97%;
}

input#search-box {
    border-radius: .25rem 0 0 .25rem !important;
}

button#sortButton {
    min-width: 160px;
}

.selected-item {
    background: rgb(0 148 211) !important;
    color: white;
    /* Optional: change text color for better readability */
}

.btn-expand {
    border: none;
    background: 0 0;
    font-size: 12px;
    float: right;
    margin: 5px 0;
}

.btn-expand a:hover,
.btn-expand a {
    color: #6c757d;
    text-decoration: underline;
}

.sidebar .card-header {
    margin-bottom: 4px;
    background-color: rgb(22 56 102);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 10px;
}

.sidebar .card-header .card-title {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

.sidebar .card-header i {
    margin-right: 5px;
}

.filter-section .accordion .card-header:after {
    content: "Hide";
    float: right;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}

.filter-section .accordion .card-header.collapsed:after {
    content: "Show";
}

.accordion>.card {
    width: 100%;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 3px;
}

.filter-section .input-search-dropdown>div>span.select2-container {
    border: 1px solid #ced4da;
}

/* Mediia Query */
@media(min-width:768px) {
    div#filterCollpase .card {
        border: none;
    }


    div#filterCollpase .card-body {
        padding: 0;
    }

    .saved-search-list-actions {
        text-align: right;
    }
}

@media (max-width: 1280px) and (min-width:1180px) {

    .entry-full-bottom-description span,
    .entry-full-bottom-description span#value {
        font-size: 12px;
    }
}
@media (max-width: 1180px) and (min-width:992px) {
    .featured-tiles .entry {
        height: auto;
    }

    .entry-full-bottom-description span,
    .entry-full-bottom-description span#value {
        font-size: 12px;
    }

    .entry-full-bottom-description span {
        width: 100%;
    }

    .entry-full-bottom-description span#value {
        width: 100%;
        margin-top: 6px;
        padding-left: 20px;
    }

    .featured-tiles .entry .logo-amount {
        display: block;
    }

    .sch-amount {
        padding-left: 12px;
    }
}

@media (max-width: 992px) {
    .card.tiles-card .border-left {
        border: none !important;
    }

    .card.tiles-card .col-lg-3 .btn-outline-primary {
        margin-bottom: 20px;
    }

    .sch-title {
        max-width: 60%;
    }

    .hero-section .container-fluid .content-section {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .box-badge {
        left: 4%;
    }

    .featured-tiles .entry .sch-logo img,
    #popular-job .service-box .sch-logo img,
    .tiles-card .sch-logo img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        right: auto;
        top: 0px;
        cursor: pointer;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .sch-title {
        max-width: 100%;
        padding-top: 2px;
    }

    .hero-section .container-fluid .content-section {
        padding-top: 70px;
    }

    .search-section {
        max-width: 100%;
    }

    .featured-section h4 {
        font-size: 16px;
    }

    .sch-title h4 {
        margin-top: 15px;
        font-weight: bold;
        font-size: 16px;
        margin-left: .5rem;
    }

    .tiles-card p i {
        margin-left: .5rem;
        width: 19px;
    }

    div#filterCollpase {
        margin-bottom: 15px;
    }

    .featured-tiles .entry {
        height: auto;
    }

    #popularsearches .card-body {
        display: ruby-text;
    }

    #suggesstion-box {
        border: none;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .hero-section .container-fluid.hero-container {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .entry .sch-logo,
    .service-box .sch-logo,
    .tiles-card .sch-logo {
        width: 100%;
        height: 25px;
    }

    #filterCollpase .accicon {
        float: right;
    }
}

@media(min-width:650px) {
    .stripe-right-navbar{
        float: right;
    }
}
@media(max-width:650px) {
    .stripe-right-navbar{
        float: none;
        display: inline;
    }
    .strip-1{
        padding: 10px 2px;
    }
    .strip-1 .stripe-btn {
        border: 1px solid #ffffff;
        margin-top: 10px;
        border-radius: 0.25rem;
        padding: 6px;
        font-size: 11px;
        color: #000;
        background: #fff;
    }
}

.error_class {
    color: red;
    text-align: center;
    margin: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
}

.search-scholarship-list {
    min-height: 600px;
}

.welcome-wizard-modal .modal-dialog {
    margin: 1.75rem auto;
    padding: 2% 0px !important;
}

.card-title-header {
    cursor: pointer;
}

.spinner-border {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    margin-right: 5px;
}

.execute-search,
.edit-search {
    cursor: pointer;
}

/*.select2-container--open{
    z-index: 1!important;
}*/
.no-scholarship {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Scholarship Admin portal */
.job-section-main {
    font-size: 17px;
    background: #fff;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 10px 0px 5px rgb(0 0 0 / 30%);
    -moz-box-shadow: 10px -10px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    margin-bottom: 35px;
}

.scholarship-information p {
    font-weight: 500;
    margin: 6px 0;
}

.scholarship-information p span {
    font-weight: 400;
}

.section-heading-sub {
    background: #009ad4;
    padding: 8px 15px;
    color: white;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.admin-row {
    margin: 20px 0;
}

.job-row span {
    font-size: 17px;
}

.custom-label {
    font-weight: 600;
}

.position-sticky {
    position: sticky;
    top: 80px;
}

.filter-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
}

.filter-section .form-control {
    font-size: 14px !important;
    color: #000;
}

.sch-amount-varies {
    color: #009ad4;
    background: #d8eaef;
    border-radius: 6px;
    padding: 2px 6px;
    font-size: 16px;
}

.text-apply-after {
    font-size: 12px;
    margin: 10px 0;
}

.dropdown-menu.show {
    display: block !important;
}
.scholarship-filter-section h4 {
    color: #000000;
    background: #f5f5f5;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
}
.scholarship-filter-section .filter-selected-box {
    color: #ffffff;
    font-size: 13px;
    padding: 10px;
    background-color: #0094de;
    margin: 0 10px 10px;
    text-transform: none;
    line-height: 18px;
    font-weight: normal;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-width: 147px;
}
.sch-filter-selected-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.scholarship-filter-section .filter-selected-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
.panel-default>.panel-heading a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "Hide";
}
.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 3px;
    display: inline-block;
    font-style: normal;
    font-size: 11px;
    line-height: 1;
    float: right;
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "Show";
}
.filter-selected-box p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}
.filter-selected-box p i {
    cursor: pointer;
}
.scholarship-filter-section .filter-selected-box ul li {
    margin-bottom: 5px;
    display: contents;
}
.scholarship-filter-section {
    box-shadow: 0px 0px 4px 1px rgba(224, 224, 224, 1);
    border-radius: 6px;
    margin-bottom: 16px;
}
.filters-container {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
}
.filter-item {
    display: inline-block;
    margin-right: 10px;
    background-color: #eef;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
}
#sch-essay-required>li>div {
    display: flex
}
#sch-essay-required>li>div p {
    padding-right: 5px;
}
.footer {
    font-family: 'proxima_novaregular';
}
.form-check{
    margin-bottom: 8px;
}
.accordion .card-body{
    padding: 10px 15px;
}
.multiselect-native-select .btn-group{
    display: block;
    width: 100%;
    padding: 0.005rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0.25rem;
    border-color: #dfdfdf;
    height: 37px;
}
.multiselect-native-select ul.multiselect-container.dropdown-menu.show{
    width: 100%;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    z-index: 1;
}
.btn-group .dropdown-toggle::after {
    position: relative;
    right: 0;
    float:right;
    top: 10px;
}
button.multiselect.dropdown-toggle.btn.btn-default {
    text-align: left;
}
.multiselect-container>li>a>label {
    padding: 6px;
    align-items: center;
    display: flex;
}
ul.multiselect-container.dropdown-menu.show  li:hover{
    background: #0094d3;
    color: #fff;
}
ul.multiselect-container.dropdown-menu.show{
    margin-top: -2.5px;
}
#collapseeducation .btn-group label{
    font-size: 15px;
}
.multiselect-native-select .multiselect.dropdown-toggle{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.multiselect-container>li>a>label>input[type=checkbox]{
    margin-right: 5px;
    margin-bottom: 0px;
}
input.form-control.multiselect-search{
    border: 1px solid #ddd;
}
.multiselect-container>li>a>label{
    padding:10px!important;
}
p.scholar-description.ci-scholarship-description {
    display: block;
}
.ci-scholarship-section .card.tiles-card{
    box-shadow: 0 1px 10px rgb(109 189 255 / 56%);
    background: #e0f1ffde;
}
#accordion .form-check-input{
    margin-top: 0.5rem;
}
.post-btn {
    text-decoration: underline;
    color: #fff;
    margin-left: 0px;
    font-weight: 600;
}
.post-btn:hover {
    color: #fff;
}
.show-card,.show-card-ci{
    cursor: pointer;
}
#apply-scholarship-modal .modal-header{
    background-color: #0094de;
    color: #fff;
    border-radius: 0;
}
#apply-scholarship-modal .modal-header .modal-title{
    display: block;
    text-align: center;
}
#apply-scholarship-modal .modal-header .close{
    padding: 8px 1rem;
    color: #fff;
}
#apply-scholarship-modal .btn.btn-primary{
    background:#0094de!important;
}
#asa-user-modal .modal-header button.close {
    padding: 1rem;
    opacity: 1;
}
#asa-user-modal .modal-header button.close i.fa{
    color: #fff;
}
#asa-user-modal .modal-header{
     border: none;
}
#asa-user-modal .modal-content{
    border: none;
    background-image: url(https://d2zogq81rfgh3u.cloudfront.net/cirkledin/images/asa-modal-popup-bg.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}
#asa-user-modal .modal-body h3{
    color: #fff;
}
#asa-user-modal .modal-body h5{
    color: #fff;
    line-height: 2rem;
}
.emoji {
    font-size: 45px;
    display: inline-block;
}
@media (min-width: 576px) {
   #asa-user-modal .modal-dialog {
        max-width: 600px;
    }
}
.tiles-card p.scholar-description > :is(h1, h2, h3, h4, h5, h6, ul, ol) {
  display: none;
}
.tiles-card .scholar-description p:not(:first-of-type) {
  display: none;
}