

.display-none{display: none;}
.display-none.active{display: block;}


.select_check span {
    display: block;
    text-align: center;
    padding: 15px 12px;
    border: 2px solid #51b6e1;
    font-size: 15px;
    border-radius: 30px;
    margin: 15px 0 0;
}
.select_check {
    display: block;
    cursor: pointer;
    position: relative;
}

#alertMessage .modal-content {/*max-width: 360px !important;*/ max-width: fit-content !important; box-shadow: none; border: 0; background: none; position: absolute; left: 50%; margin-left: -180px; bottom: 0; background: none;}

#alertMessage .modal-body {background: #FFFFFF; border: 0.5px solid #004a7f; box-sizing: border-box; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); border-radius: 4px; padding: 20px 24px; }

#alertMessage .modal-body h5 {display: none; }

#alertMessage .content img {display: inline-block; }

.modal-backdrop {background: none; }

.modal::after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: -1; pointer-events: none;}

#alertMessage::after{display: none !important;}





#loading{display:none;position:fixed;width:100%;height:100%;top:0;z-index:999999;background:rgba(0,0,0,0.7);text-align:center;font-size:30px;}

.loaderImg {width: 100%;height: 100vh;display: flex;align-items: center;justify-content: center;}

#loading .loader{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;border: 12px solid #1c2841; border-top: 12px solid #51b6e1; border-radius: 50%;width: 100px;height: 100px;animation: spin 2s linear infinite;}

@keyframes spin {

    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }

}



.error{color: #ff0000;font-size: 13px;}
.help-block{color: #ff0000;font-size: 13px;}
.font-size-12{
    font-size: 12px;
}


.pac-logo:after{background: none !important;}

.note-editor .btn{padding: .25rem .5rem;}
.confirmModal .modal-content p {
    font-size: 14px;
    text-transform: none;
}


/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
  height: 50px;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .badge {
    margin-right: 2px;
    color: white;
    background-color:#51b6e1;
    padding:15px 10px;
    border-radius:3px;
    border:1px solid #51b6e1;
}
.bootstrap-tagsinput .badge [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .badge [data-role="remove"]::after {
	content: "x";
	padding: 0px 4px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	font-size: 12px;
}
.bootstrap-tagsinput .badge [data-role="remove"]:hover:after {

  background-color:rgba(0, 0, 0, 0.62);}
.bootstrap-tagsinput .badge [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* For Header AutoComplete */
.keyworddiv {
    padding: 0px;
    overflow: hidden;
    width: 300px;
    position:relative;
}

.keyworddiv i {
    position: absolute;
    right: 4px;
    top: 12px;
    font-size: 1.3em;
}

/*-------------------30.09.2021 css start--------------------*/
.chatbox {
    background-color: #f8f9fb;
    box-sizing: border-box;
    padding: 0px 14px 0;
    border: 1px solid #e6e6e6;
    max-width: 100%;
    margin: 0;
}

.offers-messages .offers-box {
    padding: 0;
    display: inline-block;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 15px;
}
.offers-messages .offers-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 430px;
    overflow-x: auto;
    overflow-y: auto;
}
.chatmassage {
    width: 100%;
    color: #434651;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border-right: 1px solid #ddd;
}
.chatmassage .chat-header {
    padding: 12px 15px;
    /* border-bottom: 2px solid white; */
    background-color: #edfaff;
    align-items: center;
}
.chatmassage .chat-header img {
    float: none;
    border-radius: 50%;
    object-fit: cover;
   
    width: 100%;
}
.chatmassage .chat-header .chat-about {
     float: left;
     padding-left: 10px;
     margin-top: 6px;
}
.chatmassage .chat-header .chat-with {
    font-weight: 700;
    font-size: 16px;
    color: #212529;
    text-transform: capitalize;
}
.chat-header .userimgbox {
    width: 56px;
    height: 56px;
    display: flex;
    /* vertical-align: middle; */
    border-radius: 50%;
    border: 3px solid #fff;
}
.chatmassage .chat-header .chat-num-messages {
    color: #ffffff;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 12px;
}
.chatmassage .chat-header .fa-star {
     float: right;
     color: #d8dadf;
     font-size: 20px;
     margin-top: 12px;
}
.chatmassage .chat-history {
    padding: 24px 40px;
    /* border-bottom: 2px solid white; */
    overflow: auto;
    height: 345px;
    transform: rotate(180deg);
    direction: rtl;
    box-sizing: border-box;
}
.chatmassage .chat-history::-webkit-scrollbar {
    width: 10px;
}
.chatmassage .chat-history::-webkit-scrollbar-track {
    background-color: darkgrey;
}
.chatmassage .chat-history::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


.chatmassage .chat-history ul{ margin:0; padding:0; list-style:none;   transform:rotate(180deg);
    direction:ltr}.chatmassage .chat-history .message-data {
     margin-bottom: 5px;
}
.dashboardboxtitle {
    box-sizing: border-box;
    padding: 20px 18px 21px;
    background-color: #f9fafc;  
    /* border-bottom: 5px solid #d4f2ff; */
    border-bottom: 2px solid #57bce6;
    border-left: 1px solid #ddd;
}
.dashboardboxtitle h2{ margin: 0; color: #fff; }
.dashboardboxtitle .search_user{position: relative;}
.dashboardboxtitle .search_user input{border: 0; box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.06); padding: 0 35px;}
.dashboardboxtitle .search_user .btn_search{border: 0;  position: absolute; top: 7px; background: transparent; left: 6px;}
.dashboardboxtitle .search_user .btn_search .fa-search{color:#c8c8c8 ; font-size: 16px;}
.chatmassage .chat-history .message-data-time {
    color: #000000;
    padding-left: 6px;
    font-size: 11px;
    font-weight: 400;
}
span.message-data-name {
    font-size: 14px;
    font-weight: 700;
}.chatmassage .chat-history .message {
    color: white;
    padding: 10px 10px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
}.chatmassage .chat-history .message:after {
     /* bottom: 100%;
     left: 7%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     border-bottom-color: #6ec3e8;
     border-width: 10px;
     margin-left: -10px; */
}.chatmassage .chat-history .my-message {
     background: #6ec3e8;
     width: auto;
max-width: fit-content;
min-width: 80px;
border-radius: 25px;
border-bottom-left-radius: 0;
padding: 10px 19px;
background: linear-gradient(90deg, rgba(81,182,224,1) 5%, rgba(0,212,255,0.7343137083935136) 75%);
}.chatmassage .chat-history .other-message {
    background: #eaeaea;
    max-width: fit-content;
    min-width: 80px;
    width: 65%;
    color: #000;
    border-radius: 25px;
  border-bottom-right-radius: 25px;
border-bottom-right-radius: 0;
padding: 10px 19px;
}
.chatmassage .chat-history .other-message p{margin: 0;}
.chatmassage .chat-history .other-message:after {
     /* border-bottom-color: #94c2ed;
     left: 93%; */
}.chatmassage .chat-message {
    padding: 15px;
    background-color: #f2f2f2;
}.chatmassage .chat-message textarea {
     width: 92%;
     border: none;
     padding: 10px 20px;
     font: 14px/22px "Lato", Arial, sans-serif;
     margin-bottom: 10px;
     border-radius: 5px;
     resize: none;
     height: 45px;
}.chatmassage .chat-message .fa-file-o, .chatmassage.chatmassage-message .fa-file-image-o {
     font-size: 16px;
     color: gray;
     cursor: pointer;
}
.chatmassage .chat-message button {
    float: right;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-weight: 600;
    background: #51b6e1;
    padding: 7px 13px 5px;
    border-radius: 5px;
    margin: 6px 0 0 0;
}
.chatmassage .chat-message button:hover {
    color: #ffffff;
    background-color: #000;
}
 .online, .offline, .me {
     margin-right: 3px;
     font-size: 10px;
}
 .online {
     color: #86bb71;
}
 .offline {
     color: #e38968;
}
 .me {
     color: #94c2ed;
}
 .align-left {
     text-align: left;
}
 .align-right {
     text-align: right;
}
 .float-right {
     float: right;
}
 .clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.offers-messages {
 
}
.dashboardboxtitle h2 {
    font-size: 20px;
   
    font-weight: 500;
}
.offers-messages .offers-box {
    padding: 0;
    display: inline-block;
    border-right: 1px solid #ddd;
}
.offers-messages .offers-box ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
}
.offers-user-online .offerer {
    width: 100%;
    float: left;
    cursor: pointer;
    position: relative;
    margin: 0px;
    padding: 0;
    padding-left: 60px;
    margin-bottom: 1px;
    border-bottom: 1px solid #00000008;
    background-color: #ebebeb;
    box-sizing: border-box;
    padding: 6px 5px 6px 80px;
}
.offers-user-online .offerer.active{
  background-color: #dad5d5;
}
.offers-user-online .offerer figure {
    float: left;
    margin: 0px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 0;
    box-shadow: 0px 1px 2px 0px rgb(34 34 34 / 59%);
    border: 3px solid #ffffff;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 20px;
    top: 14px;
}
.offers-user-online .offerer figure img {
  height: auto;
  max-width: 100%;
}

.offers-user-online .offerer .bolticon {
    width: 8px;
    height: 8px;
    background: #36ff00;
    border-radius: 50%;
    /*position: absolute;*/
    top: 0px;
    left: 6px;
    display: inline-block;
    margin-left: 6px;
}

.offers-user-online .offerer .user-name {
  padding: 10px 0;
}


.offers-user-online .offerer .user-name h4 {
  font-size: 14px;
  font-weight:600;
}
.offers-user-online .offerer .user-name h5 {
  font-size: 13px;
}
.offers-user-online .offerer .user-name h5 a {
  color: #03A9F4;
}

.chat-message-box {
    padding: 15px 0;
    display: block;
    box-sizing: border-box;
}

.chat-message-box .offerermessage {
  width: 100%;
  float: left;
  position: relative;
}

.chat-message-box .offerermessage figure {
    float: left;
    margin: 8px 0 0 0;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 0;
    box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.63);
    border: 2px solid #fff;
    position: relative;
    width: 55px;
    height: 55px;
}

.chat-message-box .offerermessage figure img {
  height: auto;
  max-width: 100%;
}

.chat-message-box .offerermessage .description {
    margin-left: 56px;
}
.chat-message-box .offerermessage .description h4 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #000;
}
.chat-message-box .offerermessage .description .info {
    width: auto;
    padding: 10px 0 5px 14px;
    margin: 0;
    background: #fff;
}

.chat-message-box .offerermessage .description .info h3 {
  font-size: 16px;
  font-weight: 500;
}

.chat-message-box .offerermessage .description .info p {
  font-size: 12px;
  line-height: 20px;
  margin:0;
}

.chat-message-box .offerermessage .description .date {
    color: #686868;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
}

.chat-message-box .memessage {
  width: 100%;
  float: left;
  position: relative;
  margin: 8px 0px;
  padding: 0px 40px;
}

.chat-message-box .memessage figure {
  float: right;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
  box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.72);
  border: 2px solid #fff;
  bottom: 21px;
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 0px;
  right: 0;
}

.chat-message-box .memessage figure img {
  height: auto;
  max-width: 100%;
}

.chat-message-box .memessage .description {
    margin-left: 36px;
}
.chat-message-box .memessage .description .info {
  width: auto;
  padding: 10px;
  margin: 0px 0px 5px;
  background: #fff;
}

.chat-message-box .memessage .description .info h4 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}
.chat-message-box .memessage .description .info p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.chat-message-box .memessage .description .text-right p{ font-size:12px; margin:0;}

.chat-message-box .memessage .description a {
  color: #999;
}

.chat-message-box .memessage .description a:hover {
  color: #03A9F4;
}

.chat-message-box .memessage .description .date {
    color: #535353;
    font-style: italic;
    font-size: 12px;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px grey; 
  border-radius: 3px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #51b6e1; 
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.offers-messages .offers-box {
    padding: 0;
    display: inline-block;
    border-right: 1px solid #ddd;
    max-width: 100%;
    width: 100%;
}
/*-------------------30.09.2021 css end--------------------*/

.select2-container {
   
    width: 100%!important;
   
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
   
    height: 36px;
}
.select2-container .select2-search--inline .select2-search__field {
    
    margin-top: 12px;
   
}

.dashboard_top .member span.active_subscription{background-color: #2bc155;}
.dashboard_top .member span.active_subscription:after{right: 0px;left: unset;}

.price_area .price_heading h3 strong{font-weight: 600;}

.blue{color: #51b6e1;}



/*--------- new css 09.12.2021 start ----------*/
.incomplete-profile-box {
    padding: 12px 24px;
    /* border: 1px solid #d3d3d3; */
}
.incomplete-profile-box .profile-box{
    margin: 0 0 0;
}
.incomplete-profile-box .profile-box h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 8px;
    padding: 0;
}
.incomplete-profile-box .profile-box h3 strong{
    color: #51b6e1;
    font-weight: 500;
}
.incomplete-profile-box .profile-box p{
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
}
.incomplete-profile-box .profile-box h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 12px;
    padding: 0;
    text-transform: uppercase;
}
.incomplete-profile-box .profile-box .scroll-box{
    margin: 0 0 20px;
}
.incomplete-profile-box .profile-box .scroll-box .bar{
    width: 85%;
    height: 5px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #dfdfdf;
    position: relative;
    overflow: hidden;
}
.incomplete-profile-box .profile-box .scroll-box .bar span{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #51b6e1;
}
.incomplete-profile-box .profile-box .scroll-box .persent-box {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    vertical-align: top;
    line-height: 5px;
}
.message_popup_area.incomplete-profile-area .modal-dialog {
    max-width: 610px;
}
.message_popup_area.incomplete-profile-area .modal-body {
    padding: 10px;
    position: relative;
}
.incomplete-profile-box .profile-form-box{}
.incomplete-profile-box .profile-form-box p{
    color: #0f0f0f;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 25px;
}
.profile-form-box .box {
    position: relative;
    border: 1px solid #d3d3d3;
    min-height: 55px;
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 56px;
    margin: 0 0 15px;
    border-radius: 6px;
}
.profile-form-box .box p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}
.profile-form-box .box p span {
    font-weight: 700;
    float: right;
    font-size: 14px;
}
.profile-form-box .box .icon {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    background-color: #efefef;
    font-size: 24px;
    font-weight: 600;
    color: #51b6e1;
    justify-content: center;
    border-radius: 5px;
}
.profile-form-box .btn-skip {
    border-radius: 0;
    border: 1px solid #51b6e1;
    padding: 8px 20px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    background: transparent;
    transition: 0.5s;
}
.profile-form-box .btn-skip:hover{
    color: #fff;
    background-color: #51b6e1;
}
.profile-form-box .btn-complete {
    border-radius: 0;
    border: 1px solid #51b6e1;
    background-color: #51b6e1;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.5s;
}
.profile-form-box .btn-complete:hover{
    background-color: #000;
    border-color: #000;
}
/*--------- new css 09.12.2021 stop ----------*/

.school_profile_self_view_info_area .img_box .far{font-size: 36px;
    color: #51b6e1;
    display: flex;
    align-items: center;
    margin: 0 auto;}

.border-popup{
    border: 1px solid #51b6e1;
}

.page-item.active .page-link{background-color: #40a7d3;border-color: #40a7d3;}


/***** All Notification Page Start here ******/
.all-notification {  }
.all-notification .notification-header { }
.all-notification .notification-header .title-block { font-size: 18px;color: #212121;display: inline-block;}
.all-notification .notification-header .page-link-block { display: inline-block; float: right; padding: 5px 0 0; }
.all-notification .notification-header .page-link-block a { color: #51b6e2; }
.all-notification .all-notification-list { padding: 30px 0; }
.all-notification .notification-list-block { display: flex;background-color: #fff;padding: 10px 15px;box-shadow: 0 1px 3px 0 rgba(32, 33, 36, .28);margin: 0 0 10px;border-radius: 6px; position:relative; }
.all-notification .notification-list-block .list-block-image { display: flex; width: 45px;height: 45px; background-color: #cecece; border-radius: 50%; align-items: center;justify-content: center;}
.all-notification .notification-list-block .list-block-image .name { width: 40px; display: block; height: 40px; background: #fff; padding: 8px 0 10px 0; font-size: 18px; border: 1px solid #2d8b3a; border-radius: 30px; text-align: center; color: #3B433B; margin: 7px 0 0;}
.all-notification .notification-list-block .list-block-image img { width: 40px;height: 40px;border-radius: 50%;}
.all-notification .notification-list-block.wish-type .list-block-image img { width: 45px; height: 45px; }
.all-notification .notification-list-block .list-block-image span.author-name {width: 40px;display: block;height: 40px;background: #fff;padding: 8px 0 10px 0;font-size: 18px;border: 1px solid #2d8b3a;border-radius: 30px;text-align: center;color: #3B433B;margin: 7px 0 0;}
.all-notification .notification-list-block .list-block-detail { display: inline-block; padding: 7px 0 0 20px; vertical-align: top; }
.all-notification .notification-list-block .list-block-detail .notification-desc .message-txt { margin: 0 0 5px;}
.all-notification .notification-list-block .list-block-detail .notification-desc .message-txt a{font-weight: 600;}
.all-notification .notification-list-block .list-block-detail .notification-time img { width: 16px; height: 16px; }
.all-notification .notification-list-block .list-block-detail .notification-time .time-span { font-size: 14px;padding: 0 0 0 10px;vertical-align: top; }
.all-notification .notification-list-block .request-opt { float: right; margin: 10px 0 0; text-transform: uppercase; font-size: 16px; position:absolute; right:15px;}

/***** All Notification Page End here ******/

.job-statistics-select{position: absolute; max-width:40%}
#contentchart{ margin-top:20px;}
.button__wrapper.button{background-color: #51b6e1 !important;font-weight: bold;border-radius: 3px !important;}
.preferences__bottom button {
  width: 60%;
  background: #02adee !important;
}

.ml-lp-31 .button-block .btn-block:hover, .ml-lp-31 .button-block .btn-block:focus, .ml-lp-31 .button-block .btn-block:active, .ml-lp-31 .button-block .btn-block:active:hover{ background:#f00 !important;}



@media(max-width: 768px) {
  .job-statistics-select{position: relative;}
}