@font-face {
    font-family: Coolvetica;
    src: url(../fonts/custom/Coolvetica.ttf);
}

@font-face {
    font-family: Hero;
    src: url(../fonts/custom/HeroRegular.woff2);
}

@font-face {
    font-family: HeroMedium;
    src: url(../fonts/custom/HeroMedium.otf);
}

@font-face {
    font-family: HeroBold;
    src: url(../fonts/custom/HeroBold.otf);
}

@font-face {
    font-family: HeroLight;
    src: url(../fonts/custom/HeroLight.otf);
}



h1,h2,h3,h4,h5,h6{
    font-family: "HeroBold", Sans-serif;
}


body,a,div,span,p {
    font-family: "Hero", sans-serif;
}

.logo img{
    height: 60px;
    width: 100%;
    padding: 10px;
}

#toggle-user-sidebar .thumb{
    height: 40px;
    width: 40px;
}

input[type="date"]{
    position: relative;
    width: 100%;
    display: block;
    color: #5c6770;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 18px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid #e6e8ed;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.select2-container .select2-selection--multiple{
    position: relative;
    width: 100%;
    display: block;
    color: #5c6770;
    font-size: 14px;
    line-height: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid #e6e8ed;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}



input:disabled,input:read-only{
    background-color: #f8f9fa !important;
    cursor: not-allowed;
}

.chat-widget .card{
    height:75vh !important;
}

.msg_time{
    min-width: 150px;
    white-space: nowrap;
}

.msg_time_send{
    min-width: 138px;
    white-space: nowrap;
}

.oneline{
    display: flex;
}

.btnttach{
    min-width: 30px;
    width: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 15px;
}

.btnttach span{
    margin-left: 0 !important;
}

#attachdetails{
    color: #999;
    position: absolute;
    z-index: 9999;
    margin-left: 108px;
    font-size: 12px;
    font-weight: bold;
}

#attchfile{
    margin-left:15px;cursor:pointer;
}

.attachfilemsg{
    cursor: pointer;
}

.badge{
    font-size: 12px !important;
    color: #fff !important;
    border-radius: 50%;
    min-width: 23px;
    min-height: 23px;
}

.badgemenu{
    margin-left: 5px;
    padding: 4px;
}

.errormsg{
    background: #ff000008 !important;
    border: 1px solid #F05F87 !important;
}

/*CSS FOR CV*/
.asterisk {
    color: #F05F87;
}

.has-error {
    border: #dc3545 solid 1px !important;
    background-color: #fde7e9 !important;
}

.file-has-error {
    border: 2px dashed #dc3545 !important;
}

.ui-item h4 {
    font-size: 40px;
    margin-bottom: 10px;
}

.bar-item .skill-bar .bar-inner .bar {
    border-bottom: 6px solid #F05F87;
}

.ui-item .left{
    width:100%;
    text-align: center;
}

.ui-item .icon{
    color: #fff !important;
}
.ui-item {
    margin-bottom: 15px;
    background:#00D1FF ;
}

.ui-item h4{
    margin-top: 15px;
}

.ui-item.bglightgray{
    background: #EFEFEF;
}

.ui-item.bglightgray h4{
    color: #021f4a;
    text-align: center;
}

.ui-item.bglightgray p{
    color: #021f4a;
    text-align: center;
}
.ui-item.bgblack{
    background: #343a40;
}
.ui-item.bggray{
    background: #5c6770;
}

.ui-item.bg-purple{
    background: #8253FF;
}

.ui-item.bg-pink{
    background: #F05F87;
}

.ui-item.bg-yellow{
    background: #FEC653;
}

.ui-item.bg-yellow h4,.ui-item.bg-yellow p{
    color: #08003C;
}

.ui-item.bg-green .icon,.ui-item.bg-green p{
    color: #08003C !important;
}

.ui-item.bg-blue{
    background: #08003C;
}

.ui-item.bg-green{
    background: #45ECCA;
}

.ui-item:hover {
    cursor: pointer;
    opacity: .9;
}

.itemState {
    color: #999;
    font-size: 13px;
}

.closed {
    opacity: .6;
    cursor: not-allowed;
}

.closed:hover {
    opacity: .6;
    cursor: not-allowed !important;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.additionalBloc,.internshipBloc{
    background: #f8f9fa;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background: #ddd;
}

.btn-primary {
    background-color: #021f4a  !important;
    /*#38B676;*/
    border-color: #021f4a !important;
}

.btn-primary:hover {
    background-color: #021f4ada !important;
    /*#38B676;*/
    border-color: #021f4a !important;
}

.btn-primary:active {
    background-color: #021f4ada !important;
    /*#38B676;*/
    border-color: #021f4a !important;
}

.btn-primary:focus {
    background-color: #021f4ada;
    /*#38B676;*/
    border-color: #021f4a;
}

.btn-secondary{
    background-color: #00D1FF;
    border-color: #00D1FF;
}

.auto-container {
    max-width: 1100px;
}

.sectionTitle {
    color: #021f4a !important;
    margin-top: 30px;
}

.colorPicker {
    width: 37px;
    height: 37px;
    border: 1px solid #eee;
    display: table-cell;
    vertical-align: middle;
    border-radius: 3px;
}

.colorPicker:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.colorPickerContainer {
    padding: 15px;
}

.bgblack {
    background: #000000;
    cursor: pointer;
}

.bgblue {
    background: #305fec;
    cursor: pointer;
}

.bggreen {
    background: #7ebca3;
    cursor: pointer;
}

.bgpurple {
    background: #ac7bae;
    cursor: pointer;
}

.listing-block-four:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
    background: #68C796;
    border-radius: 8px;
    cursor: pointer;
}

.listing-block-four .bottom-box {
    display: block;
}

.listing-block-four .tags span {
    color: #fff;
    background-color: #68C796;
}

.selectedCV {
    box-shadow: 11px 11px 11px rgba(33, 33, 33, .2);
    background: #68C796;
    border-radius: 8px;
    opacity: .7;
}

.listing-block-four .fa {
    font-size: 11px;
    color: #fff;
}

.footerBTN {
    margin-bottom: 15px;
}

.btnapplication{
    padding: 5px;
    font-size: 12px;
    border-radius: 40px;
}

.sub-ratings-container .leave-rating label{
    font-size:25px;
}

.add-sub-rating{
    /*width:100%;*/
}

.btnpink{
    background: #F05F87 !important;
    color: #fff !important;
    border-color: #F05F87 !important;
}

.mr-5{
    margin-right:5px !important;
}

.couponreduction{
    color: tomato;
    text-decoration: line-through;
}

.textbarre{
    text-decoration: line-through;
}   

.couponsection{
    background: #f8f9fa;
}

.invalidcoupon{
    color: tomato;
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.appliedcoupon{
    
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: start;
    color: #F05F87;
}
#removeCouponSection{
    text-align: start;
    margin-top:15px;
}
#couponCodeSection{
    
    color: #8253FF;
    
}

.avatarimg{
    width:100px;
    cursor:pointer;
}
.avatarimg:hover{
    background: #eee ;
}

.selectedImage{
    background: #F05F87 !important;
    transform: scale(1.1);
}

.detaltrating{
    margin-bottom: 5px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}
.detaltrating p{
    margin-bottom: 0 !important;
}
@media  only screen and (max-width: 768px) {
    #infoModal{
        max-width: 100% !important;
        width: 100% !important;
        padding-top: 50px;
    }

    #infoModal .modal-body{
        padding: 15px !important;
    }

    .labelforweb {
        display: none;
    }
    
    .form-widget .uploading-outer{
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    .user-boxPaperasse{
        margin-top:15px;
    }

    .mobile-header .logo img{
        height: 40px !important;
        max-height: 40px !important;
        width: 140px !important;
    }

    #attachdetails{
        color: #999;
        position: absolute;
        z-index: 9999;
        margin-left: 30px;
        margin-top: 55px;
        font-size: 12px;
        font-weight: bold;
    }

    .inverseInMobile{
        flex-direction: column-reverse;
    }

    

    
    
}




.inner-box2 {
    position: relative;
    padding: 30px;
    border: 2px solid #e6e8ed;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cvimage{
    height: 150px;
}
/*END CSS FOR CV*/

.listing-banner-two .slide-item:before{
    opacity: .4;
}

.average-reviews-widget .review-box{
    width: 100%;
}
.average-reviews-widget .review-outer{
    display: block;
}

b, strong{
    color: #021f4a;
}

.listing-banner, .listing-banner-two ,.listing-banner-two .slide-item{
    height:210px;
}

.coverEntreprise{
    height:350px;
}

.listing-features li{
    width: 100%;
}

.categories-list li .icon{
    background: rgb(254, 198, 83);;
}
.categories-list li a{
    color:rgb(254, 198, 83);
}
.viewcvbg{
    background: linear-gradient(135deg, #080e7b 0%, #3c1da8 100%);
    content: "";
    opacity: 0.85;
}


.listing-options-two .options-list li .btnheader {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 25px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 23px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,.20);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .listing-options-two .options-list li span {
    position: relative;
    margin-right: 10px;
    font-size: 18px;
  }
  
  .listing-options-two .options-list li .btnheader:hover {
    color: #fcba3d;
    border: 1px solid #fcba3d;
  }

 .bottom-text {
    position: relative;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #5c6770;
}

.bottom-text a{
    color: #5c6770;
}

.cvupload{
    flex-direction: column;
    align-items: flex-start;
}

.user-sidebar .sidebar-header{
    flex-direction: column;
}

.progress-bars{
    margin-top: 30px;
    width: 100%;
}

.bluebg{
    background: #08003C;
    padding: 15px;
    border-radius: 8px;
}

.bluebg .textwhite{
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}

.bluebg h2,.bluebg h1{
    color: #fff;
    margin-top:30px
}


.listing-search-form{
    border:none;
}

.listing-search-form form{
    border-radius: 50px;
    padding: 5px 5px;
    padding-left: 30px;
}

.listing-search-form .form-group input[type="submit"], .listing-search-form .form-group button{
    border-radius: 50px;
    background: #00D1FF;
    border-color: #00D1FF;
    height: 60px;
}

.stagesearchinput {
    height: 60px !important;
    border-radius: 50px!important;
    border: 0!important;
}

.sec-title{
    margin-bottom: 0;
}

.bluebg h2,.bluebg h1{
    margin-top: 0;
}

.imageheader{
    float: right;
    margin-top: -50px;
}

.listing-block-five .image{
    width: 135px;
    height:135px;
    padding: 10px;
}

.listing-block-five .content-box .upper-box{
    padding: 20px 20px 10px;
}

.listing-block-five .bottom-box{
    padding: 10px 20px;
}
.listing-block-five .image-box{
    margin-top: auto;
    margin-bottom: auto;
}


.listing-block-five .tags span{
    padding: 5px 15px;
    margin-right: 0;
}
.listing-block-five .tags{
    right: 0;
    left: unset;
    padding: 15px;
}

.urgent-tag{
    background-color: #F51E59 !important;
    color: #fff  !important;
}

.featured-tag{
    background-color: #FEC653 !important;
}



.darkblue-tag{
    background-color: #021f4a !important;
    color: #fff  !important;
    cursor:pointer;
}
.gray-tag{
    background-color: #ddd !important;
    cursor:pointer;
}

.listing-block-five .place{
    margin-right: 15px;
    color: #111;
    font-size: 12px;
}

.listing-block-five .info li{
    font-size: 14px;
}

.listing-block-five h3 a{
    width: calc(100% - 155px);
}

.roundicon{
    width: 45px;
    height: 45px;
    min-width: 45px;
    padding: 6px;
    border-radius: 50%;
    color: #021f4a;
}

.mr-15{
    margin-right: 30px;
}

.blocked{
    cursor: not-allowed;
    opacity: .5;
}

.roundicon span{
    margin-left: 0 !important;
    font-size: 18px;
}

.radio-outer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
}

.switchbox .title{
    font-size: 12px;
}

.star:hover{
    color: #F05F87 !important;
}

.starcolor{
    color: #F05F87 !important;
}

.starred:hover{
    color: #F05F87 !important;
}


.starcolorred{
    color: #F05F87 !important;
}



.starcolor:hover, .starcolorred:hover{
    color: #999 !important;
}

.hide {
    display: none!important;
}

.errorfield input{
    border: #dc3545 solid 1px !important;
    background-color: #fde7e9 !important;

}





.savefilter{
    color: #08003C;
    border-radius: 50px;
    padding: 15px 60px;
    background: rgb(254, 198, 83) !important;
    border-color: rgb(254, 198, 83) !important;
}

.savefilter:hover{
    color: rgb(254, 198, 83) !important; ;
    border-radius: 50px;
    padding: 15px 60px;
    background: transparent!important;
    border-color: rgb(254, 198, 83) !important;
}

.searchfilter{
    color: #fff;
    background-color: #F05F87;
    border-color: #F05F87;
    border-radius: 50px;
    padding: 15px 60px;
}

.radio-box{
    margin-right: 5px;
}

.listing-block-five .image img{
    object-fit: contain;
    padding: 15px;
}
.hasVideoImage{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #8253FF;
    border-radius: 10px;
}

.borderforcvimage{
    border: 1px solid #8253FF;
    border-radius: 50%;
}

.listing-block-five .image:before{
    background: none !important;
}

.ls-section .top-filters li{
    margin-right: 0;
}

.is-hidden {
    display: none;
}

.stepwizard{
    margin-top: 50px;
}

.listing-banner-four .price-box .price strong{
    font-size: 40px;
}

.featured-tag {
    background-color: #FEC653 !important;
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 22px;
    font-size: 14px;
    color: #1b2032;
    border-radius: 50px;
    padding: 5px 15px;
    margin-right: 0;
    margin-bottom:5px;
}

.urgent-tag{
    background-color: #F51E59 !important;
    color: #fff !important;
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 22px;
    font-size: 14px;
    border-radius: 50px;
    padding: 5px 15px;
    margin-right: 0;
}


.info-tag{
    background-color: #00D1FF !important;
    cursor:pointer;
}

.purple-tag{
    background-color: #8253FF !important;
    color: #fff !important;
    cursor: pointer;
}

.buypack {
    color: #fff;
}

.righttext{
    float: right;
}

.barheight{
    height: 10px !important;
}
.barblue{
    border-bottom: 10px solid #00D1FF !important;
}

.whitecolor{
    color: #fff !important;
}

.skills-tag{
    background-color: #eee !important;
    position: relative;
    display: inline-block;
    height: auto;
    line-height: 22px;
    font-size: 14px;
    color: #1b2032;
    border-radius: 50px;
    padding: 5px 15px;
    margin-right: 0;
    margin-bottom: auto;
    margin-top: 5px;
}

.activetag{
    opacity: 1;
    font-weight: bold;
}

.desactivetag{
    opacity: .3;
}

.actiontag:hover{
    opacity: 1;
    border-width: 2px;
}
.actiontag{
    font-size: 16px;
    margin-right: 10px;
}

.author-widget .author-box .name{
    margin-left: 15px;
    margin-bottom: 5px;
}

.applicationbox:hover{
    box-shadow: 0 0 8px hwb(242deg 14% 26% / 71%);
}


.viewstagedescription .ls-widget{
    background: transparent !important;
    box-shadow: none !important;
}

.viewstagedescription h4 {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #021f4a;
    font-weight: 400;
}

.viewstagedescription p{
    white-space: break-spaces;
}

.viewstagedescription hr{
    background: #021f4a;
    height: 1px;
}

.m15{
    margin: 15px;
}


.modal a.close-modal{
    display: none !important;
}

.modal{
    max-width: 70% !important;
}

.modal-dialog{
    max-width: 100% !important;
}

.modal-body .default-form .form-group textarea{
    height: 120px;
}

.modal-body  .shop-item{
    margin-bottom: 0;
}

.modal-dialog{
    margin: 0;
}

.bgfacebook{
    background: #005BBF;
    border: 2px solid #005BBF;
}

.bgfacebook:hover{
    border: 2px solid #005BBF !important;
    color: #005BBF;
}

.bglinkedin{
    background: #054B98;
    border: 2px solid #054B98;
}

.bglinkedin:hover{
    border: 2px solid #054B98 !important;
    color: #054B98;
}

.bgtwitter{
    background: #3D98FD;
    border: 2px solid #3D98FD;
}

.bgtwitter:hover{
    border: 2px solid #3D98FD !important;
    color: #3D98FD;
}

.bgfacebook span, .bglinkedin span, .bgtwitter span{
    margin-left: 0 !important;
}

.share{
    display: flex;
    
    /*flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;*/
}


#social-links ul{
    padding-left: 0;
    margin-left: 30px;
}
#social-links ul li {
    display: inline-block;
} 
#social-links ul li a {
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    font-size: 25px;
}
#social-links .fa-facebook{
     color: #0d6efd;
}
#social-links .fa-twitter{
     color: deepskyblue;
}
#social-links .fa-linkedin{
     color: #0e76a8;
}
#social-links .fa-whatsapp{
    color: #25D366
}
#social-links .fa-reddit{
    color: #FF4500;;
}
#social-links .fa-telegram{
    color: #0088cc;
}

.btn-style-one:hover{
    background: #00D1FF;
    color: #021f4a;
    border-color: #021f4a;
}

.filtrelist li{
    width: auto;
    margin-right: 30px;
}

.pricing-table .table-content li {
    list-style: none;
    text-align: left;
    color: #000;
    border-top: 1px solid #B9B9B9;
    padding: 5px;
}
.pricing-table .theme-btn{
    border-radius: 100px !important;
    border: none;
}

.pricing-table .price{
    FONT-FAMILY: 'Coolvetica';
    font-weight: 500;
    color: #000;
}
.pricing-table .title{
    color: #000;
}

.pricing-table b{
    color: #000;
}

.sameheight b{
    float: none;
}

.pricing-table .inner-box{
    text-align: left;
    border-radius: 40px 40px 40px 40px;
    min-height: 600px;
    background: #EFEFEF  !important;
}

.pricing-table .inner-box:hover{
    transform: scale(1.1);
    cursor: pointer;
}

.customplan{
    margin-top:30px;
    margin-bottom:30px;
}

.choosenpack{
    padding:10px;
    margin-bottom:15px;
    color:#08003C;
    background: #FEC653;
    border-radius: 100px;
}

.mostpopular{

    width: 90px;
    height: 90px;
    background: #FEC653;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    padding: 15px;
    font-weight: bold;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -95px;
}

.borderFeatured{
    box-shadow: 0px 0px 10px #8253FF;
    border-radius: 10px;
}

@media only screen and (min-width: 1024px){
    .profilbasicinfo{
        margin-bottom: 95px;
    }

    .savebasicinfosection{
        position: fixed !important;
        bottom: 10px;
    }
}

@media only screen and (max-width: 1024px){
    .listing-banner, .listing-banner-two ,.listing-banner-two .slide-item,.coverEntreprise{
        height:600px;
    }

    .imageheader{
        float: none !important;
        margin-top: 0px !important;
    }

    .sec-title h2,.sec-title h1{
        margin-bottom: 30px;
    }

    .bluebg{
        text-align: center;
    }

    /*.listing-block-five .image{
        width: 100%;
    }*/

    .ui-item{
        height: auto !important;
    }

    .listing-block-five .places{
        display: inline-table;
    }

    .listing-block-five .place{
        margin-bottom: 5px;
    }

    .listing-banner-four .cotnent-outer{
        margin-top: 50px;
    }

    .listing-banner-four .price-box .theme-btn{
        margin-bottom: 15px;
    }

    #social-links ul li{
        margin-bottom: 20px;
    }

    .listing-block-five h3 a{
        width: calc(100% - 180px);
    }
    .ls-switcher .showing-result{
        margin-top: 15px;
    }

    .actionbtn {
        
        margin-bottom: 8px;
    }

    .listing-block-five .tags{
        position: inherit;
    }

    .listing-block-five .bottom-box{
        min-height: 130px;
        display: inline;
    }
    .footermobilefindstudent{
        display: flex !important;
    }

    .listing-block-five .info li{
        margin-right: 0;
    }

    .oneline{
        display: flex;
        flex-direction: column;
    }

    .cart-outer .cart-table{
        min-width: inherit;
    }

    .ls-section.style-two{
        padding: 0;
    }
    .bluebg{
        border-radius: 0;
    }

    .listing-search-form form{
        background: transparent;
    }

    .ls-section .listing-search-form .form-group:last-child{
        margin-top: 15px;
    }

    .product-subtotal{
        width: 100px !important;
    }

    .notifimage{
        max-width: 60px;
        width: 60px;
        height: 60px;
    }

    .shortcutnav{
        display: none;
    }
}


.menuLeftBTN{
    color: #fff !important;
    margin-right: 15px;
    cursor:pointer;
}

.btn-style-four:hover{
    color: #ffffff;
    background-color: #021f4a !important;
    border: 1px solid #021f4a !important;
}

.bgtransparentyellow{
    background: #FEC653 !important;
    border: 1px solid #FEC653 !important;
    border-radius: 40px;
    color: #08003C;
}

.select2-container{
    width: 100% !important;
}

.select2-selection__choice{
    background-color: #021f4a !important;
    border: 1px solid #021f4a !important;
    color: #fff !important;
    text-wrap: pretty;
}

.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option--highlighted[aria-selected]{
    color:#021f4a !important;
    font-weight: bold;
}

.cart-table td.product-name{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

.product-subtotal{
    width:200px;
    text-align: end;
}

.editsection{
    margin-left: 15px;
    font-size: 16px;
    cursor: pointer;
    color:#021f4a;
}

.listing-block-five .places{
    /*justify-content: space-between;*/
    width: 100%;
}

.ls-section .listing-search-form form{
    padding: 5px;
}

.listing-block-five .place .icon{
    background-color: #EFEFEF;
    color: #111;
}

.place.purple .icon{
    color: #fff !important;
}

.bloqued{
    opacity: .5;
    cursor: not-allowed;
    pointer-events:none
}

/* LOADER BLOCK ALL SCREEN */
.loading{
    opacity: .3;
    pointer-events: none;
    cursor: not-allowed;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
  }

  .spinner-border{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px;
        z-index: 999;
        width: 10rem;
        height: 10rem;
        display: none;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  .languagesection{
    width: 45px;
    padding: 10px !important;
    background: #8253FF !important;
    top: 15px !important;
    right: -10px !important;
}

.languagesection:after{
    border-bottom: 8px solid #8253FF !important;
    right: 15px !important;
    top: -8px !important;
}

.dispodatestudent{
    font-size:12px;
    color:#777;
    margin-left:5px;
    display: contents;
}


  

  


