.select2-container--default .select2-selection--multiple {
    border-radius: 8px;
    border: none;
    background-color: #ebf2f6;
    padding: 12px 20px;
    font-size: 14px;
    color: #487ebf;
    margin-top: 0;
}

#buttonSearch {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#buttonSearch svg  {
    width: 32px;
    height: 32px;
}
#buttonSearch svg path {
    fill: #fff
}
svg.search{

}

svg.close{
    display: none;
}
.cus-empty svg.search {
    display: none;
}
.cus-empty svg.close {
    display: block;
}
.like-btn i {
    font-size: 130%;
    margin-inline-end: 4px;
    color: #ffffff;
    text-shadow: 0 0 1px #3682b8, 1px 0 0px #3682b8, 0px 1px 0px #3682b8,  0px -1px 0px #3682b8, -1px 0px 0px #3682b8 ;
}
button.isLike i {
     color: #3682b8;
}

#buttonSummerSearch {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#buttonSummerSearch svg  {
    width: 32px;
    height: 32px;
}
#buttonSummerSearch svg path {
    fill: #fff
}
.cus-summer-empty svg.search {
    display: none;
}
.cus-summer-empty svg.close {
    display: block;
}

.swal2-icon.swal2-warning{
    border-color: #0d6efd !important;
    color: #0d6efd !important;
}

header .navbar .navbar-brand
{
    width: 174px;
}

header .navbar .navbar-brand img {
    /*width: 117%;*/
    height: 60px;
    width: 140px !important;
    object-fit: cover;
    
}

.authInfoCon .infoContent img {
    width: 28vw;
}
.lang {
    border-radius: 100px;
    border: 1px solid #429bd5;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: unset;
    background: rgb(255, 255, 255) !important;
    padding: 0px !important;
    color: #429bd5 !important;
}

.homepage .intro .registerCon .roles .roleLink{
    font-weight: bold;
}

footer .footerBox .title{
    font-weight: bold;
    font-size: 18px;
}

.homepage .intro .registerCon .roles .roleLink img{
    width: 30px;
    height: 35px;
}

.vistorPage .intro .introText .bookLink img{
    width: 30px;
    height: 35px;
}

.vistorPage .requestCon .requestText .bookLink img{
    width: 30px;
    height: 35px;
}

.vistorPage .whoWeAre .whoText .bookLink img{
    width: 30px;
    height: 35px;
}

header .navbar .nav-item .nav-link {
    font-weight: bold;
    font-weight: bold;
    padding-inline: 30px;
    margin: 0;
    font-size: 16px;
}

header .navbar .form-select{
    /* font-size: 20px; */
    color: #487ebf !important;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    margin-left: 2px;
}

.school .intro .introLink {
    font-size: 27px;
}

.auth .authFormCon .formCon #title {
    text-align: center;
}

.auth .authFormCon .formCon #des {
    text-align: center;
}

.registerTeacher{
    background: linear-gradient(135deg, #244965, #5d89aa, #48657d, #233847);
}

.homepage .whyUs .whyUsCards .whyUsCard .title{
    font-weight: bold;
}

.homepage .whyUs .whyUsContent .title {
    font-weight: bold;
}

.vistorPage .lastBooks .slick-list{
    padding-block: 12vh 10vh !important;
    overflow-x: hidden;
    overflow-y: initial;
}
/* start page profile */
.upload-img-profile-page {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px 5px;
}


.custom-file-upload-profile-page {
    position: absolute;
    inset: 0px;
    font-size: 215%;
    width: 40px;
    height: 40px;
    margin-inline: auto 42px;
    margin-block: auto 4px;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.change-btn-profile {
    width: 200px;
    background-color: var(--lightblue);
    border: 1px solid var(--lightblue);
    color: #fff;
    padding: 10px;
    justify-content: center;
    border-radius: 8px;
    transition: 0.5s;
}

.change-btn-profile:hover {
    background-color: #fff;
    color: var(--lightblue);
}

/* end page profile */


/* start employment dashboar */
.employment-card {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    border-radius: 15px;
    margin-bottom: 25px;
    padding: 20px;
}

.employment-card .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.employment-card .header .image {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.employment-card .header .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employment-card .header>span {
    color: #487ebf;
}

.employment-card .title {
    color: #487ebf;
    font-weight: 400;
}

.employment-card .title-job {
    color: #8DD7F6;
    font-weight: 400;
}

.employment-card .desc {
    color: #487ebf;
}

.employment-card .footer {
    display: flex;
    align-items: center;
}

.employment-card .employment-time {
    background-color: #B0D4E4;
    color: #487ebf;
    margin-inline-end: 20px;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #B0D4E4;
    transition: 0.5s;
}

.employment-card .employment-time:hover {
    color: #B0D4E4;
    background-color: #487ebf;
}

@media (max-width: 578px) {
    .employment-card .footer {
        flex-direction: column;
    }

    .employment-card .employment-time {
        margin-block: 10px;
    }
}

/* from here */

.choose-pdf-file::file-selector-button {
    padding-block: 0;
    background-color: #fff;
}


.fix-title{
    display: flex;
    align-items: center;
}
.fix-title> div {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}
.fix-title> div:first-child{
    margin-inline-end: 5px;
    min-width:40px;
}
.schoolCards > .row > div > .schoolCard,
.schoolCards > .row > div > .schoolCard > div,
.schoolCards > .row > div > .schoolCard .cardText {
    height: 100%;
}
.schoolCards > .row > div > .schoolCard .cardText {
    display: flex;
    flex-direction: column;
}

.schoolCards > .row > div > .schoolCard .cardFooter {
    margin-block: auto 0
}
.whyUsCards .title {
    font-size: 30px !important;
}

/* end employment dashboar */

.introServices>div>div{
    margin-bottom: 25px;
}

[dir='rtl'] .slick-next:before {
    color: #487ebf;
}

[dir='rtl'] .slick-prev:before {
    color: #487ebf;
}
/* ---------------------------end new style------------------------------   -------------------- */

.homepage .intro .registerCon .roles .roleLink:nth-child(6) {
    background-color: #50afe6;
}

.select2-container--default .select2-selection--single {
    background-color: #ebf2f6;
    border: 0;
    border-radius: 4px;
    height: 51px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6b6b6b;
    line-height: 28px;
    padding: 10px 22px !important;
    font-size: 92%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.select2-container--default .select2-results>.select2-results__options {
    background: #ebf2f6;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 10px;
    right: auto;
}
.copyrights {
    color: #fff;
    font-size: 90%;
    margin-block: 20px -10px;
}

.copyrights a {
    color: #fff;
    text-decoration: none;
}

