
/*dashboard page starts*/
.filter-tabs-main{
    position: relative;
}
.filter-tabs-main .filter-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-tabs-main .filter-icon h2{
    font-size:28px;
    font-weight:400;
}
.filter-tabs-main .filter-icon i{
    z-index: 2;
    padding: 10px;
    background: #2cb8ea;
    color: white;
}
#filterstabs{
    position: absolute;
    right: -1px;
    top: -1px;
}
.filter-tabs-main .filterstabs{
    float: right;
    right: 0;
    position: absolute;
    background: white;
    border: 1px solid #707070;
    top: 11px;
    height:84vh;
    z-index: 1;
    width: 175px;
}
.filter-tabs-main .filterstabs label{
    display: block;
    color: #36bbeb;
    padding: 4px 10px;
    border-bottom: 1px solid #707070;
}
.filter-tabs-main .filterstabs button{
    margin: 5px 11px;
    width: 100%;
    border: 1px solid #36bbeb;
    background: white;
    border-radius: 0px;
    color: #36bbeb;
}
.filter-tabs-main .filterstabs button:focus,
.filter-tabs-main .filterstabs button:focus-visible,
.filter-tabs-main .filterstabs button:target{
    outline: 0;
}
.filter-tabs-main .filterstabs .show>.btn-light.dropdown-toggle{
    outline: 0;
    background: white;
    color: #36bbeb;
}
.dashboard-main{
    padding-top: 40px;
    padding-bottom: 60px
}
/*.no-gutter{
    padding: 0px 0px !important;
}*/
.dashboard-tabs .all-tabs{
    border-bottom:1px solid #E6E6E6;
    display: flex;
    justify-content:space-between;
    height: 45px;
    align-items: flex-end;
}
.dashboard-tabs div:first-child .activetab{
    border-bottom:2px solid #36bbeb;
    color: #36bbeb;
}
.dashboard-tabs .all-tabs span{
    font-size:15px;
    color: #7D7D7D;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
.dashboard-tabs .progresstab{
    margin-right: 5px;
}
.dashboard-tabs .all-time .bootstrap-select>.dropdown-toggle{
    height: 45px;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    font-size: 15px;
    line-height: 2;
    color: #36bbeb;
    width: 180px;
}
.dashboad-tabs-bar .ast-col-sm-10{
    padding-right: 0px;
}
.dashboard-tabs .all-time .daterange ul.dropdown-menu li a{
    flex-direction: unset;
    padding: 10px 5px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.5;
}
.dashboard-tabs .all-time .daterange ul.dropdown-menu li a.selected{
    background-color: white;
    color: #36bbeb;
}
.dashboard-tabs .all-time .btn-light.dropdown-toggle:focus{
    box-shadow: none;
}
.dashboard-tabs .all-time .daterange ul.dropdown-menu li a:hover{
    color: #36bbeb;
    background-color: white !important;
}
.dashboard-tabs .all-time .daterange ul.dropdown-menu li a:hover span{
    color: #36bbeb;
}
.dashboard-tabs .all-time .daterange ul.dropdown-menu li a span{
    font-size: 15px;
    color: #212529;
}
.dashboard-tabs .all-time .bootstrap-select>.dropdown-toggle:after {
    margin-top: 0px;
    content: "\f107";
    font-family: 'FontAwesome';
    border: none;
    color: #36bbeb;
}
.dashboard-tabs .all-time .all-time-select{
    width: 15%;
    text-align: right;
    margin-right: 5px;
}
.dashboard-tabs .all-time #customdate{
    display: flex;
    justify-content: left;
    margin-right: 15px;
    width: 20%;
}
.dashboard-tabs .all-time select{
    margin: 0px 3px;
}
.dashboard-tabs .all-time input[type="text"]{
    width:120px;
    margin: 0px 3px;
    border: 1px solid #e1e1e1;
    background-color: white;
    color: #36bbeb;
    font-size:13px;
    height: 45px;
}
.dashboard-tabs .all-time input[type="text"]:focus{
    outline: none;
}
.dashboard-tabs .all-search{
    display: flex;
}
.dashboard-tabs .all-search #serachtext{
    background-color: white;
    border: 1px solid #eaeaea;
    color: #212529;
    border-radius: 0px;
    width:150px;
    height: 45px;
}
.dashboard-tabs .all-search #serachtext:focus{
    outline: 0;
}
.dashboard-tabs .all-search #searchsubmit{
    padding-left: 12px;
    padding-right: 12px;
    padding: 9px;
    background: #36bbeb;
    border-radius: 0px;
    height: 45px;
    margin-left: -4px;
}
.show-entries{
    padding: 20px 0px;
}
.show-entries select{
    border:none !important;
    font-size:15px;
    color:#2CB8EA;
    padding: 5px;
}
.show-entries select:focus{
    border:none;
}
.show-entries label{
    font-size: 14px;
    color:black;
    font-weight: 500;
    padding-left: 10px;
}
.dashboard-alltable table thead tr{
    background: #FBFBFB;
}
.dashboard-alltable table tbody tr{
    background: white;
}
.dashboard-alltable table thead tr th{
    font-size:15px;
    color:#212529;
    font-weight:600;
    border-left: none;
    border-right: 1px solid #dddddd42;
}
.dashboard-alltable table tr td{
    border-left: none;
    border-right: 1px solid #dddddd42;
    color: #7d7d7d;
    font-size:14px;
}
.dashboard-alltable table tr th:last-child,.dashboard-alltable table tr td:last-child{
    border-right: 1px solid #e5e5e5;
}
.dashboard-alltable table tr .serial-checkbox{
    text-align: center;
}
.dashboard-alltable table tr .serial-checkbox input{
    vertical-align: middle;
    width:20px;
    height: 20px;
    border-radius: 0px;
}
table.dataTable thead th, table.dataTable thead td,table.dataTable.no-footer{
    border-bottom-color: #dddddd;
}
.dashboard-table-actions a{
    vertical-align: middle;
    min-width: 45px;
    height: 25px;
    border: 1px solid #7d7d7d;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
}
.dashboard-actions{
    text-align: end;
}
.dashboard-actions button,.dashboard-actions button.btn-light.dropdown-toggle{
    background: #36bbeb;
    text-align: center;
    font-size: 15px;
    color: white;
    vertical-align: middle;
    border: none;
    border-radius: 0px;
    line-height: 2;
    height: 45px;
}
.dashboard-actions .btn-light.dropdown-toggle:focus{
    box-shadow: none;
}
.dashboard-actions button:after{
    margin-top: 4px;
}
.dashboard-actions button:hover,.dashboard-actions button:focus,.dashboard-actions button:active,.dashboard-actions button:focus-visible{
    background-color: #36bbeb !important;
    border:none !important;
    color: white !important;
    outline: 0px !important;
    outline-offset: 0px !important;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: 0px !important;
}
.dashboard-actions .bootstrap-select .dropdown-menu li{
    border-bottom: 1px solid #dddddd;
}
.dashboard-actions .bootstrap-select .dropdown-menu li a:hover{
    color: #36bbeb;
}
.dashboard-actions .bootstrap-select .dropdown-menu li a{
    text-align: center;
    background: white !important;
    font-size:16px;
    text-align: center;
}
.dashboard-actions .bootstrap-select .dropdown-menu li a.active{
    color: black;
}
.dashboard-actions .bootstrap-select .dropdown-menu{
    padding: 0px;
    border: none;
}
.fade{
    top:10px !important;
}
/*dashboard page ends*/
/*file uploads sts*/

.file-uploads-head{
    padding-top: 40px;
}
.file-uploads-head h3{
    font-size: 25px !important;
    margin-bottom: 10px !important;
}
.file-uploads-head h6{
    font-size:16px !important;
    margin-bottom: 0px !important;
    font-weight: 500;
}
.file-uploads-head p{
    font-size:13px;
}
.files-container{
    border: 1px solid #00000029;
    border-radius: 5px;
    margin-bottom: 80px;
    height: 420px;
    overflow-y: scroll;
}
.files-container::-webkit-scrollbar {
    width: 4px;
}
.files-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.files-container::-webkit-scrollbar-thumb {
    background: #36BBEB;
}
.files-container .files-item{
    border: 1px solid #00000029;
    padding: 10px 20px;
    margin: 5px;
    display: flex;
    justify-content: space-between;
    min-height: 80px;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 2px #ececec;
}
.files-container .files-item .files-title{
    font-size:17px;
}
.files-container .files-item .files-btn a{
    min-width: 60px;
    height: 32px;
    margin: 0px 10px;
    border: 1px solid #C3EABE;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
}
.files-container .files-item .files-btn a img{
    max-width: 100%;
    vertical-align: middle;
}
/*file uploads ends*/
/*job fom sts*/
.job_form_main{
    background-color: #fbfbfb;
    padding-top:40px;
    padding-bottom: 60px;
}
.job_form_main .jobform-container-f{
    padding: 0px 0px;
}
.jobform-container-f .jobform-container-main{
    width:80%;
    margin: 0px auto;
}
.jobform-container-f .jobform_head{
    width:100%;
    margin: 0px 0px;
    padding: 0px 0px;
    display: flex;
    justify-content:space-between;
}
.jobform_head .image-upload{
    width: 35%;
    text-align: right;
}
.jobform_head .image-upload input{
    width: inherit;
    line-height: normal;
    font-size: 12px;
}
.jobform_head .image-upload > input{
    visibility: hidden;
}
/*.jobform_head .image-upload > input::file-selector-button{
    display: none;
}
.jobform_head .image-upload > input::-webkit-file-upload-button,
.jobform_head .image-upload > input::file-upload-button{
    display: none;
    opacity: 0;
    visibility: hidden;
}*/
.jobform_head .image-upload span{
    display: inline-block;
    padding: 10px 30px;
    background: transparent;
    border-radius: 5px;
    outline:0;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    cursor:pointer;
    font-size:16px;
}
.jobform_head .form-title{
    font-size: 18px;
    color: #7d7d7d;
    font-weight: 400;
    padding: 0px 20px 0px 0px;
}
.jobform_head .select-title{
    width: 60%;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 7px 20px;
    justify-content:flex-start;
}
.jobform_head .select-title select{
    background: white;
    border: none;
    color: black;
    font-size: 18px;
    padding: 5px;
    width:auto;
}
.jobform-container-main .details_tab{
    width:100%;
    padding:0;
    margin: 20px 0px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: white;
}
.jobform-container-main .details_tab .tabs-top{
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
}
.jobform-container-main .details_tab .tabs-top span button{
    border: 2px solid transparent;
}
.jobform-container-main .details_tab .tabs-top span button.active{
    border: 2px solid #36bbeb;
}
.jobform-container-main .details_tab .personal_tabs,
.jobform-container-main .details_tab .experience_tab,
.jobform-container-main .details_tab .education_tab{
    padding: 20px 50px;
}
.personal-tab-details .personal-details{
    width:46% !important;
}
.jobform-container-main .details_tab .personal_tabs .personal-details label{
    text-transform: capitalize;
    font-size:18px;
    margin-bottom: 0px;
}
.jobform-container-main .personal_tabs .personal-details label[for="gender"]{
    width:46%;
}
.jobform-container-main .details_tab .personal_tabs .personal-details input{
    text-transform: capitalize;
    font-size:18px;
    color: black;
    padding: 5px;
    background-color: transparent;
    border: none;
}
.jobform-container-main .details_tab .personal_tabs .details-div-title h3,
.jobform-container-main .details_tab .personal_tabs .child-details-div h3{
    font-size:20px;
}
.jobform-container-main .details_tab .personal_tabs .langknown table,
.jobform-container-main .details_tab .personal_tabs .langknown table th,
.jobform-container-main .details_tab .personal_tabs .langknown table td,
.jobform-container-main .details_tab .personal_tabs .child-details-div table,
.jobform-container-main .details_tab .personal_tabs .child-details-div table th,
.jobform-container-main .details_tab .personal_tabs .child-details-div table td{
    border: none;
    color: #00000050;
}
.jobform-container-main .details_tab .personal_tabs .langknown table th,
.jobform-container-main .details_tab .personal_tabs .langknown table td,
.jobform-container-main .details_tab .personal_tabs .child-details-div table th,
.jobform-container-main .details_tab .personal_tabs .child-details-div table td{
    border-bottom: 1px solid #00000029;
    font-size:16px;
}
.jobform-container-main .details_tab .personal_tabs .langknown table tr th:first-child,
.jobform-container-main .details_tab .personal_tabs .langknown table tr td:first-child,
.jobform-container-main .details_tab .personal_tabs .child-details-div table tr th:first-child,
.jobform-container-main .details_tab .personal_tabs .child-details-div table tr td:first-child{
    text-align: left;
}
.jobform-container-main .details_tab .personal_tabs .langknown table tr th,
.jobform-container-main .details_tab .personal_tabs .langknown table tr td{
    text-align: center;
    font-size:16px;
}
.jobform-container-main .details_tab .personal_tabs .child-details-div table tr td:last-child{
    text-align: center;
}
.jobform-container-main .details_tab .personal_tabs .langknown table tr td input,
.jobform-container-main .details_tab .personal_tabs .child-details-div table tr td input{
    width:100%;
    vertical-align: middle;
}
.jobform-container-main .details_tab .personal_tabs .langknown #nonaddlanguages,
.jobform-container-main .details_tab .personal_tabs #nonaddchildrends{
    float: right;
    background: none;
    color: #36bbec;
    padding: 0;
    margin: 20px 0px;
}
.jobform-container-main .details_tab .personal_tabs .child-details-div input[type="checkbox"]{
    width:20px;
    height: 20px;
}
.jobform-container-main .details_tab .personal_tabs .child-details-div table tr td input{
    background: none;
    border: none;
}
.jobform-container-main .details_tab .personal_tabs .address-details .persl-add-det .prst-add,
.jobform-container-main .details_tab .personal_tabs .address-details .persl-add-det .permt-add{
    width:47%;
    position:relative;
}
.jobform-container-main .details_tab .personal_tabs .address-details .prst-add h4.prst-add-title,
.jobform-container-main .details_tab .personal_tabs .address-details .permt-add h4.permt-add-title{
    font-size:16px;
    margin-bottom: 0px;
    bottom: unset;
    background: white;
    padding: 3px 10px;
    top:-16px;
}
.jobform-container-main .details_tab .personal_tabs .address-details .prst-add{
    margin: 20px 20px 20px 0px;
}
.jobform-container-main .details_tab .personal_tabs .address-details .permt-add{
    margin: 20px 0px 20px 20px;
}
.jobform-container-main .details_tab .personal_tabs .address-details .prst-add div,
.jobform-container-main .details_tab .personal_tabs .address-details .permt-add div{
    margin-bottom: 0px;
}
.jobform-container-main .details_tab .personal_tabs .address-details .prst-add div label,
.jobform-container-main .details_tab .personal_tabs .address-details .permt-add div label{
    font-size:16px;
}
.jobform-container-main .details_tab .personal_tabs .address-details .prst-add div input,
.jobform-container-main .details_tab .personal_tabs .address-details .permt-add div input{
    width: -webkit-fill-available;
    font-size:16px;
}
.jobform-container-main .details_tab .personal_tabs .health-details{
    margin-bottom: 0px;
}
.jobform-container-main .details_tab .personal_tabs .health-details h3{
    color: #36bbeb;
    font-size:20px;
}
.jobform-container-main .details_tab .personal_tabs .health-details textarea{
    border: 0.2px solid #d2c6c6;
    background-color: #fbfbfb;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
    -ms-overflow-style: none
}
.jobform-container-main .details_tab .personal_tabs .personal-details input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
/**/
.jobform-container-main .experience_tab_details .details-dep-sub{
    justify-content:space-between;
}
.jobform-container-main .experience_tab_details .details-dep-sub .dep-sub{
    width:47%;
}
.jobform-container-main .experience_tab_details .details-dep-sub .dep-sub label{
    font-size:18px;
    width:40%;
    color: #000000;
    opacity:0.5;
    margin-bottom: 0px;
}
.jobform-container-main .experience_tab_details .details-dep-sub .dep-sub input{
    font-size:18px;
    width:100%;
    color: black;
    padding: 5px;
    background-color: transparent;
    border: none;
    text-transform: capitalize;
}
.jobform-container-main .experience_tab_details .details-div-title h3{
    font-size:20px;
}
.jobform-container-main .experience_tab_details #nonaddprofessional,
.jobform-container-main .experience_tab_details #nonaddextracurriculam,
.jobform-container-main .experience_tab_details #nonaddreferance{
    float: right;
    background: none;
    color: #36bbec;
    padding: 0;
    margin: 20px 0px;
}
.jobform-container-main .experience_tab_details .prof-back table,
.jobform-container-main .experience_tab_details .extra-curricular-skills table,
.jobform-container-main .experience_tab_details .ref-contact table{
    border: none;
    margin-bottom: 0px;
}
.tbl-respons::-webkit-scrollbar-thumb {
    background: #36BBEB;
}
.jobform-container-main .experience_tab_details .prof-back table tr th,
.jobform-container-main .experience_tab_details .extra-curricular-skills table tr th,
.jobform-container-main .experience_tab_details .ref-contact table tr th{
    border-bottom: 1px solid #00000029 !important;
    border: none;
    color: #7d7d7d;
    text-align: center;
    font-size:16px;
    white-space: nowrap;
    font-weight: normal;
}
.jobform-container-main .experience_tab_details .extra-curricular-skills table tr th:first-child,
.jobform-container-main .experience_tab_details .prof-back table tr td .org_enter,
.jobform-container-main .experience_tab_details .extra-curricular-skills table tr td .extra_enter,
.jobform-container-main .experience_tab_details .ref-contact table tr th:first-child,
.jobform-container-main .experience_tab_details .ref-contact table tr td .ref_enter,
.jobform-container-main .experience_tab_details .ref-contact table tr th{
    text-align: left !important;
}
.jobform-container-main .experience_tab_details .prof-back table tr td,
.jobform-container-main .experience_tab_details .extra-curricular-skills table tr td,
.jobform-container-main .experience_tab_details .ref-contact table tr td{
    border-bottom: 1px solid #00000029 !important;
    border: none;
    color: #7d7d7d50;
    font-size:16px;
    text-align: center;
}
.jobform-container-main .experience_tab_details .ref-contact table tr td input[type="text"]{
    background: #fff;
    border: none;
    text-align: left;
    width:100%;
}
.jobform-container-main .experience_tab_details .ref-contact{
    padding-bottom: 100px;
}
.jobform-container-main .experience_tab_details .prof-back table tr td input[type="text"],
.jobform-container-main .experience_tab_details .extra-curricular-skills table tr td input[type="text"]{
    width:100%;
    text-align: center;
}
.jobform-container-main .experience_tab_details .extra-curricular-skills table tr td input[type="checkbox"]{
    width:20px;
    height: 20px;
}
.jobform-container-main .experience_tab_details .why-vi-epi{
    padding: 30px 30px;
    border: 0.2px solid #707070;
    margin: 50px 0px;
}
.jobform-container-main .experience_tab_details .why-vi-epi label{
    font-size:16px;
    color: black;
}
.jobform-container-main .experience_tab_details .why-vi-epi textarea{
    border: 0.2px solid #d2c6c6;
    background-color: #FEFEFE;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
    -ms-overflow-style: none;
}
.jobform-container-main .experience_tab_details .why-vi-epi textarea:last-child{
    margin-bottom: 0px;
}
.jobform-container-main .experience_tab_details #nonaddextracurriculam{
    margin-bottom: 50px;
}
/**/
.experience_tab_details .details-div-title h3,
.education_tab_details .details-div-title h3{
    font-size:20px !important;
}
.jobform-container-main .education_tab_details{
    padding: 0px 0px;
}
.jobform-container-main .education_tab_details table{
    border: none;
    margin-bottom: 0px;
}
.jobform-container-main .tbl-respons{
    overflow: auto;
}
.jobform-container-main table{
    margin-bottom: 0px;
}
.jobform-container-main .tbl-respons::-webkit-scrollbar-thumb {
    background-color: #36BBEB;
    height: 3px;
}
.jobform-container-main .tbl-respons::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.jobform-container-main .tbl-respons::-webkit-scrollbar {
    height: 3px;
}
.jobform-container-main .education_tab_details table tr th,
.jobform-container-main .education_tab_details table tr td{
    border-bottom: 1px solid #00000029 !important;
    font-size: 16px;
    border: none;
    color: #7d7d7d;
    font-size:16px;
    font-weight: normal;
    white-space: nowrap;
}
.jobform-container-main .education_tab_details #nonaddeducationdetails,
.jobform-container-main .education_tab_details #nonaddspecialtraining{
    float: right;
    background: none;
    color: #36bbec;
    padding: 0;
    margin: 20px 0px;
}
.jobform-container-main .education_tab_details .education_bck{
    margin: 20px 0px;
}
.jobform-container-main .education_tab_details #application_submit{
    background: #36bbec;
    margin: 30px 0px;
    font-size: 16px;
}
/**/
.jobform-container-main input.from_job_error{
    border: 1px solid red !important;
}
/*job fom ends*/
/*.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: unset;
}*/
/*media*/
@media only screen and (max-width:1024px){
    .dashboard-actions{
        text-align: left;
    }
    .dashboard-actions .bootstrap-select{
        width:100% !important;
    }
    .dashboard-tabs .all-time .all-time-select{
        width: unset;
        text-align: center;
        margin: 0px 15px;
    }
    .dashboard-tabs .all-time .bootstrap-select>.dropdown-toggle{
        margin: 0px 5px;
    }
    .dashboard-tabs .all-time #customdate{
        margin-bottom: 20px;
    }
    .jobform-container-f .jobform-container-main{
        width:100%;
    }
}
@media only screen and (max-width:900px){
    .dashboard-tabs .all-time .all-time-select{
        margin: 0px 5px;
    }
    .dashboard-tabs .all-time .bootstrap-select>.dropdown-toggle{
        width:200px;
    }
    .dashboard-tabs .all-tabs span{
        font-size: 14px;
    }
    .site-primary-footer-inner-wrap.ast-builder-grid-row{
        grid-column-gap: 20px;
    }
    .jobform-container-main .details_tab .personal_tabs,
    .jobform-container-main .details_tab .experience_tab,
    .jobform-container-main .details_tab .education_tab{
        padding: 20px 20px;
    }
    .jobform-container-main .details_tab .tabs-top span button{
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 17px;
    }
    .jobform-container-main .details_tab .personal_tabs .personal-details label,
    .jobform-container-main .details_tab .personal_tabs .personal-details input{
        font-size:16px;
    }
    .jobform-container-main .details_tab .personal_tabs .address-details .prst-add div label,
    .jobform-container-main .details_tab .personal_tabs .address-details .permt-add div label{
        font-size:15px;
    }
    .jobform-container-main .details_tab .personal_tabs .address-details .prst-add div input,
    .jobform-container-main .details_tab .personal_tabs .address-details .permt-add div input{
        width: -webkit-fill-available;
        font-size:15px;
    }
    .jobform-container-main .experience_tab_details .details-dep-sub .dep-sub label{
        font-size:16px;
    }
    .jobform-container-main .experience_tab_details .details-dep-sub .dep-sub input{
        font-size:16px;
    }

}
@media only screen and (max-width:768px){
    .personal-tab-details .personal-details{
        width:100% !important;
    }
    .jobform-container-main .details_tab .tabs-top span button{
        font-size: 16px;
    }
    .jobform-container-main .details_tab .personal_tabs .address-details .persl-add-det .prst-add,
    .jobform-container-main .details_tab .personal_tabs .address-details .persl-add-det .permt-add{
        width:100%;
        margin: 20px 0px;
        padding: 20px 20px;
    }
    .jobform-container-main .details_tab .personal_tabs .personal-details input{
        width:100%;
    }
    .jobform-container-main .details_tab .personal_tabs .personal-details label[for="gender"]{
        width:33%;
    }
    .jobform-container-main .details_tab .personal_tabs .personal-details input[type=radio]{
        width: unset;
    }
    .jobform-container-main .details_tab .personal_tabs .child-details-div table tr th{
        white-space: nowrap;
    }
    .jobform-container-main .details_tab .personal_tabs .address-details .prst-add input,
    .jobform-container-main .details_tab .personal_tabs .address-details .permt-add input{
        width:-webkit-fill-available;
        font-size: 15px;
    }
    .jobform-container-main .details_tab .personal_tabs .address-details .prst-add label,
    .jobform-container-main .details_tab .personal_tabs .address-details .permt-add label{
        font-size:15px;
    }
    .jobform-container-main .details_tab .personal_tabs .address-details{
        margin-bottom: 20px;
    }
    .jobform-container-main .details_tab .personal_tabs .health-details label{
        font-size: 15px;
    }
    h2.jobform-container-title{
        font-size:20px !important;
    }
    .jobform-container-main .details_tab .personal_tabs .personal-details label,
    .jobform-container-main .details_tab .personal_tabs .personal-details input{
        font-size:18px;
    }
    .jobform-container-main .experience_tab_details .details-dep-sub .dep-sub{
        width:100%;
    }
    .jobform-container-main .experience_tab_details .details-dep-sub .dep-sub label{
        font-size:18px;
        width:30%;
    }
    .jobform-container-main .experience_tab_details .details-dep-sub .dep-sub input{
        font-size:18px;
        width:70%;
    }
    .jobform-container-main .experience_tab_details .why-vi-epi label{
        font-size:15px;
    }
    .jobform_head .image-upload > input{
        visibility: visible !important;
    }
    .jobform_head .image-upload > input::file-selector-button{
        display: none;
    }
}
@media only screen and (max-width:767px){
    .dashboard-tabs .all-time .bootstrap-select>.dropdown-toggle{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:544px){
    .files-container .files-item{
        display: block;
    }
    .files-container .files-item .files-title{
        font-size:14px;
        margin-bottom: 15px;
    }
    .files-container .files-item .files-btn a{
        margin: 0px 10px 0px 0px;
    }
    .site-primary-footer-inner-wrap.ast-builder-grid-row{
        grid-column-gap: unset;
    }
    .jobform_head .select-title{
        display: block;
        background: unset;
        padding: 0;
    }
    .jobform_head .select-title select{
        font-size: 12px;
        width:-webkit-fill-available;
        padding:10px 5px;
        margin-top: 5px;
    }
    .jobform_head .image-upload span{
        padding: 7px 15px;
        font-size: 12px;
    }
    .jobform_head .image-upload label{
        margin-bottom: 0px;
    }
    .jobform-container-f .jobform_head{
        align-items:flex-end;
    }
    .jobform-container-main .details_tab .tabs-top span button{
        font-size: 14px;
    }
    .jobform-container-main .details_tab .tabs-top span{
        width:unset;
    }
    .jobform-container-main .details_tab .tabs-top{
        justify-content:space-between;
        padding: 0px 5px;
    }
    .jobform-container-main .details_tab .personal_tabs .personal-details label{
        width:100%;
    }
    .jobform-container-main .details_tab .personal_tabs .personal-details label[for="gender"]{
        width:70%;
    }
    .jobform-container-main .details_tab .personal_tabs .personal-details{
        margin-right: 0px;
    }
    .jobform-container-main .details_tab .personal_tabs,
    .jobform-container-main .details_tab .experience_tab,
    .jobform-container-main .details_tab .education_tab{
        padding: 20px 10px;
    }
    .details_tab .personal_tabs .details-div-title h3,
    .details_tab .personal_tabs .child-details-div h3,
    .personal_tabs .health-details h3{
        font-size: 16px;
    }
    .personal_tabs .langknown table tr th,
    .personal_tabs .child-details table tr th{
        color: black !important;
        opacity: 1;
        font-size:16px !important;
        white-space: nowrap;
        font-weight: normal;
    }
    .address-details .prst-add div label,
    .address-details .permt-add div label{
        width:100%;
    }
    .jobform-container-main .details_tab .personal_tabs .health-details label{
        font-size: 14px;
    }
    .jobform-container-main .details_tab .personal_tabs .address-details .persl-add-det .prst-add,
    .jobform-container-main .details_tab .personal_tabs .address-details .persl-add-det .permt-add{
        padding: 20px 10px;
    }
    .jobform-container-main .details_tab .personal_tabs .address-details .prst-add label,
    .jobform-container-main .details_tab .personal_tabs .address-details .permt-add label{
        font-size: 14px;
    }
    .jobform-container-main .details_tab .personal_tabs .address-details .prst-add input,
    .jobform-container-main .details_tab .personal_tabs .address-details .permt-add input{
        width:100% !important;
    }
    .jobform_head .image-upload{
        display: flex;
        flex-direction: column-reverse;
    }
    .jobform_head .image-upload input{
        width: 100%;
        padding-left: 40px;
    }
    .jobform-container-main .details_tab .personal_tabs .personal-details label,
    .jobform-container-main .details_tab .personal_tabs .personal-details input{
        font-size:16px !important;
    }
    .jobform-container-main .experience_tab_details .details-dep-sub .dep-sub label{
        font-size:16px;
        width:50%;
    }
    .jobform-container-main .experience_tab_details .details-dep-sub .dep-sub input{
        font-size:16px;
        width:50%;
    }
    .jobform-container-main .experience_tab_details .prof-back table tr th,
    .jobform-container-main .experience_tab_details .extra-curricular-skills table tr th,
    .jobform-container-main .experience_tab_details .ref-contact table tr th{
        color: black;
    }
    .jobform-container-main .experience_tab_details .why-vi-epi{
        border: none;
        padding: 0px 0px;
    }
    .jobform-container-main .experience_tab_details .why-vi-epi label{
        color: #7d7d7d;
        font-size:14px;
    }
    .jobform-container-main .education_tab_details table tr th{
        color: black;
        white-space: normal;
        line-height: normal
    }
    .jobform-container-main .education_tab_details .spl_traiing_quali{
        margin-bottom: 0px;
    }

}
@media only screen and (max-width:350px){
    .jobform-container-main .details_tab .tabs-top span button{
        font-size: 12px;
    }
    .details_tab .personal_tabs .details-div-title h3,
    .details_tab .personal_tabs .child-details-div h3,
    .personal_tabs .health-details h3{
        font-size:15px !important;
    }
    .address-details .prst-add h4.prst-add-title,
    .address-details .permt-add h4.permt-add-title{
        font-size:14px !important;
    }
    .jobform-container-main .details_tab .personal_tabs .personal-details label,
    .jobform-container-main .details_tab .personal_tabs .personal-details input{
        font-size:14px !important;
    }
    .jobform-container-main .details_tab .personal_tabs .address-details .prst-add div label,
    .jobform-container-main .details_tab .personal_tabs .address-details .permt-add div label{
        font-size:14px;
    }
    .jobform-container-main .details_tab .personal_tabs .address-details .prst-add div input,
    .jobform-container-main .details_tab .personal_tabs .address-details .permt-add div input{
        width:100% !important;
        font-size:14px;
    }
    .personal_tabs .langknown table tr th, .personal_tabs .child-details table tr th{
        font-size: 14px !important;
    }
    .jobform-container-main .experience_tab_details .details-div-title h3{
        font-size:15px;
    }
    .jobform-container-main .experience_tab_details .details-dep-sub .dep-sub label{
        font-size:14px;

    }
    .jobform-container-main .experience_tab_details .details-dep-sub .dep-sub input{
        font-size:14px;
    }
    .jobform-container-main .experience_tab_details .prof-back table tr th,
    .jobform-container-main .experience_tab_details .extra-curricular-skills table tr th,
    .jobform-container-main .experience_tab_details .ref-contact table tr th{
        font-size:14px;
    }
    .experience_tab_details .details-div-title h3,
    .education_tab_details .details-div-title h3{
        font-size:15px !important;
    }
    .jobform-container-main .education_tab_details table tr th{
        font-size:14px !important;
    }
}
button.active-session {
    background: #36bbeb;
    color: #fff;
}
.all-search{
    display:flex;
    height: 35px;
}
input#serachtext {
    background: #fff;
}
::placeholder {
    color:#36bbeb;
}
button#searchsubmit {
    padding: 0 10px;
    background: #36bbeb;
    color: #fff;
    font-size: 20px;
}
.filter-section-wrap{
    display:flex;
    align-items: center;
    flex-wrap: wrap;

}
.sort-main-wrap{
    display:flex;
    align-items: center;
}
.select-title-in-filter{
    padding: 0;
    display: block;
}
.select-wrap:not(:first-child){
    margin-left:20px;
    margin-bottom: 20px;
}

.all-time-select button.btn{
    padding: 0;
    border:1px solid #ced4da;
    border: none;
    background: #fff;
}
.page-id-199 .all-time{
    height: 35px;
    border: 1px solid #dee2e6;
    width: 20%;
    margin: 0 20px;
    background: #fff;
}
.all-time-select .filter-option-inner-inner{
    color:#36bbeb;
    margin:0 20px;
}
.bootstrap-select>.dropdown-toggle:after{
    display:none;
}
.all-time-select .filter-option-inner-inner:before {
    content: '\f133';
    font-family: 'FontAwesome';
    color: #36bbeb;
    margin-right: 20px;
}
.page-id-199.ajax_activity_table {
    margin-top: 50px;
}
.page-id-199 .ajax_activity_table table tr{
    background: #fff;
}
.ajax_activity_table table.class-wise-infotable tbody tr th, td{
    text-align: left!important;
}
/*article#post-199,
article#post-208 {
    background: #f9f9f9;
}*/
@media(max-width:544px){
    .page-id-199 select#actiyearacad,
    .page-id-199 select#nrecords,
    .select-wrap-status,
    .select-wrap-class{
        width: 100%!important;
        margin: 10px 0;
    }
    article#post-199{
        padding: 0px;
    }
    .filter-section-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .sort-main-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-id-199 .all-time {
        width: 50%!important;

    }
}
table.notifications-infotable tbody tr th{
    background: transparent!important;
}
.page-id-202 .all-time button:not(:first-child) {
    margin-left: 20;
}
.page-id-202 .all-time button{
    padding: 0px 0px;
    margin-bottom: 20px;
    margin-right: 10px;
    border-bottom: 1px solid transparent;
}
/*.page-id-202 .all-time button:active,
.page-id-202 .all-time button:hover{
    border-bottom: 1px solid #36bbeb;
    color:#36bbeb;
}*/
article#post-204 table tbody tr th,
article#post-204 table tbody tr td{
    background: #fff;
}
article#post-204 table tr th{
    text-align: center;
}
button:focus-visible,
select:focus-visible{
    outline: none;
}
.each-page-title{
    color: #5A637E;
    font-size: 30px;
    padding-bottom: 10px;
}
select#actions-change:option:first{
    -webkit-appearance: none;
}
select#actions-change > option{
    background: #fff!important;
    color: #36bbeb!important;
}

table td{
    color:#7D7D7D;
}
button.notification{
    color:#7D7D7D;
}
button.notification .active{
    color:#36bbeb;
}
button.notification > div{
    display: inline-flex;
    margin: 0 5px;
    border: 1px solid;
    width: 45px;
    justify-content: center;
    height: 30px;
    align-items: center;
}
button.allnew.notification:before {
    content: '';
    height: 15px;
    width: 15px;
    border: 1px solid #D4F7DA;
    background: #D4F7DA;
    display: inline-block;
    margin: -2px 5px;
}
button.alltc.notification:before {
    content: '';
    height: 15px;
    width: 15px;
    border: 1px solid #FFBEBE;
    background: #FFBEBE;
    display: inline-block;
    margin: -2px 5px;
}
article#post-208 table td{
    width:20px;
}
article#post-208 table tbody tr:not(:first-child){
    background:#fff;
    border-bottom:1px solid rgba(0,0,0,.1);
    display: block;
}
article#post-208 table tbody tr td{
    border:none;
    padding: 10px;
}
article#post-208 table  {
    border: 1px solid rgba(0,0,0,.1);
    width:auto!important;
    margin-right:20px;
    height: fit-content;
    margin-bottom: 20px;

}
article#post-208{
    padding:0px;
}
#post-206 table{
    overflow: auto;
    display: block;
    border: 0;
}
#post-206 table td{
    background: #fff;
    color:#000;
}
table th{
    background:#f5f5f5;
}
#post-206 h1{
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.page-id-204 table{
    width:100%;
}

.input-value{
    width:60px;
    text-align:center;
    background: #fff!important;
}
.input-value:focus{
    border:1px solid #dee2e6;

}
.post-208 .entry-content{
    display: flex;
    flex-wrap: wrap;

}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.box::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

.box::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
    border-radius: 5px;
}

.box::-webkit-scrollbar-thumb
{
    background-color: #36bbeb;
    border: 2px solid #36bbeb;
    border-radius: 5px;
}

/*header{
  -moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
  box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
  height: 110px;
  vertical-align: middle;
}*/

h1{
    float: left;
    padding: 10px 30px;
}


.icons{
    display: inline;
    float: right;
}

.notification{
    /*  padding-top: 30px;*/
    position: relative;
    display: inline-block;
}

.number{
    height: 25px;
    width:  25px;
    background-color: #36bbeb;
    color: white;
    text-align: center;
    position: absolute;
    left: 48px;
    padding: 3px;
    border-style: solid;
    border-width: 2px;
    /*    min-width: 59px;*/
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top:5px;
}

.number:empty {
    display: none;
}

.notBtn{
    transition: 0.5s;
    cursor: pointer;
}

.notification .fas{
    font-size: 25pt;
    padding-bottom: 10px;
    color: black;
    margin-right: 20px;
    margin-left: 40px;
}

.box{
    width: 400px;
    height: 0px;
    border-radius: 10px;
    transition: 0.5s;
    position: absolute;
    overflow-y: scroll;
    padding: 0px;
    right: 10%;
    margin-top: 5px;
    background-color: #F4F4F4;
    -webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
    cursor: context-menu;
    border-radius: 0;
}

.notification .fas:hover {
    color: #d63031;
}

.notBtn:hover > .box{
    height: 60vh;
    background: #fff;
    border-radius: 10px;
    overflow: auto;
}

.content{
    padding: 20px;
    color: black;
    vertical-align: middle;
    text-align: left;
}

.gry{
    background-color: #F4F4F4;
}

.top{
    color: black;
    padding: 10px;
}

.display{
    position: relative;
}

.cont{
    position: absolute;
    top: 0;
    width: 100%;
    height: 40%;
    background-color: #F4F4F4;
}

.cont:empty{
    display: none;
}

.stick{
    text-align: center;
    display: block;
    font-size: 50pt;
    padding-top: 70px;
    padding-left: 80px;
}

.stick:hover{
    color: black;
}

.cent{
    text-align: center;
    display: block;
    color:red;
    font-size: 15px;
    font-weight: 400;
}

.sec{
    padding: 15px 10px;
    background-color: #F4F4F4;
    transition: 0.5s;
}

.profCont{
    padding-left: 15px;
}

.profile{
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 75px;
    float: left;
}

.txt{
    vertical-align: top;
    font-size: 1.25rem;
    padding: 5px 10px 0px 115px;
}

.sub{
    font-size: 1rem;
    color: grey;
}

.new{
    border-style: none none solid none;
    border-color: #00BBFF;
}

.sec:hover{
    background-color: #BFBFBF;
}

.cont .profCont,
.cont .txt,
.txt .sub
{
    font-size: 14px;
    white-space: nowrap;
}
.sec.new.onclicknotificaiton {
    display: flex;
    padding: 30px 5px;
    background: #fff;
    border-bottom: 1px solid #7d7d7d50;
    align-items: center;
}
.cont .profCont{
    width:10%;
}
.cont .txt,
.txt .sub{
    width:40%;
}
.counsellor-status button.btn.dropdown-toggle.btn-light{
    background: #36bbeb;
    color: #ffff;
    height: 35px;
    border: none;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
}
.counsellor-status .dropdown-menu.show ul.dropdown-menu.inner.show li:first-child {
    display: none;
}
.counsellor-status button.btn.dropdown-toggle.btn-light .filter-option-inner-inner {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: baseline;
}

.profCont span{
    background:#ce2c2c;
    color:#fff;
    border-radius:50%;
    padding:8px;
}
.notivation-toggle{
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    backface-visibility: #fff;
    color:#7d7d7d;
    font-size: 14px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    border-width: 2px;
}
.notivation-toggle div p {
    margin: 0;
}
.profCont .txt{
    margin-left: 40px;
}
.txt.sub{
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 0;
}
.txt.sub p:first-child{
    margin: 0;
    float:right;
}
.txt.sub p:last-child{
    padding:3px;
    background: #36bbeb;
    border-radius: 50%;
    margin: 0 5px;
}
.txt.sub p span{

    padding: 0px 4px;
    background:#36bbeb;
    border-radius: 50%;
}
label.custom-control-label {
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
}
.markedasread {
    color: #000;
    font-weight: 500;
}
.notBtn a{
    display: block;
}
.fa-child:before{
    display: none;
}
td.new_section_rd , td.class_td{
    text-align: center!important;
}
button#langsubmit:active , button#langsubmit:focus{
    color: #36bbeb!important;
}
.ajax_activity_table table tr td:last-child span:first-child {
    display: none;
}
.jconfirm-buttons button:nth-child(1) {
    background: #36bbeb!important;
    color: #fff!important;
    font-weight: 500!important;
    border-radius: 0px!important;
    border: 1px solid #36bbeb!important;
}

.jconfirm-buttons button:nth-child(2) {
    background: #fff!important;
    color: #36bbeb!important;
    font-weight: 500!important;
    border-radius: 0px!important;
    border: 1px solid #36bbeb!important;
}

span.jconfirm-title {
    font-size: 20px!important;
}
.page-id-773 .ast-container {
    background: #fff;
}
article#post-773 {
    padding: 20px;
}
.shuffler-setting {
    display: flex;
}
.shuffler-setting-inner-left {
    display: flex;
    width: 66.66%;
}
.shuffler-setting-inner-right {
    width: 33.34%;
    border: 1px solid #70707050;
    padding: 20px;
    padding-top: 40px;
}
.shuffler-setting-inner-left-form{
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.shuffler-setting-inner-left-form-div1{
    width: 50%;
    padding: 20px;
}
.shuffler-setting-inner-left-form-div2{
    width: 50%;
    border-left: 1px solid #70707050;
    padding: 20px;
}
.submitt-form-btn-settings{
    width: 100%;
    text-align: end;
    padding-top: 20px;
    padding-right: 27px;
}
.shuffler-setting input[type="submit"] {
    width: 150px;
    padding: 0px;
    height: 40px;
    background: #36bbeb;
}
.shuffler-setting input[type="submit"]:hover{
    width: 150px;
    padding: 0px;
    height: 40px;
    background: #36bbeb;
}
.shuffler-setting input[type="date"] {
    width: 100%;
    height: 40px;
    border: 1px solid #dee2e6;
    color: #36bbeb;
    padding-left: 8px;
}
.shuffler-setting-inner-left-form p {
    margin-bottom: 1px!important;
}
.std-type-date {
    width: 100%;
    padding: 20px 5px 0px;
}
.shuffler-setting select {
    width: 173px;
    height: 40px;
    padding: 0px 5px;
    border: 1px solid #dee2e6;
    color: #36bbeb;
    background: #fff;
}
.shuffler-setting-inner-left-form-div1-inner , .shuffler-setting-inner-left-form-div2-inner{
    display: flex;
    flex-wrap: wrap;
}
.std-from-date , .prom-from-date {
    width: 50%;
    padding: 0px 5px;
}
.std-to-date , .prom-to-date {
    width: 50%;
    padding: 0px 5px;
}
.shuffler-setting-inner-right .image-upload input{
    width: inherit;
    line-height: normal;
    font-size: 14px;
    margin-left: 10px;
}

.shuffler-setting-inner-right .image-upload > input::file-selector-button{
    display: none;
}
.shuffler-setting-inner-right .image-upload > input::-webkit-file-upload-button,
.shuffler-setting-inner-right .image-upload > input::file-upload-button{
    display: none;
}
.shuffler-setting-inner-right .image-upload {
    width: unset;
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.shuffler-setting-inner-right .image-upload p span {
    border: 1px solid #70707050;
    color: #36bbeb;
    height: 40px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shuffler-setting-inner-right .image-upload p {
    position: relative;
    margin-bottom: 0px;
}

.shuffler-setting-inner-right .image-upload p i.fa.fa-paperclip {
    position: absolute;
    top: 31%;
    left: 7px;
    color: #36bbeb;
}
.shuffler-setting-inner-left-form-div {
    width: 95%;
    display: flex;
    justify-content: center;
    border: 1px solid #70707050;
    padding: 20px 0px;
    flex-wrap: wrap;
    padding-bottom: 27px;
}

.shuffler-setting input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.shuffler-setting input[type="date"]:after {
    content: '\f133';
    font-family: 'FontAwesome';
    color: #36bbeb;
    margin-right: 10px;
}
.shuffler-setting-inner-right p {
    margin-bottom: 0px;
    font-size: 15px;
}
.shuffler-setting-inner-right input[type="submit"] {
    position: absolute;
    bottom: 47px;
    right: 47px;
}
select#actiyearacad {
     display: inline-flex;
    margin: 0 5px;
    border: 1px solid #7D7D7D;
    padding: 0px;
    width: 120px;
    justify-content: center;
    margin-right: 20px;
    height: 30px;
    align-items: center;
    color: #7d7d7d;
    border-radius: 0px;
    border-color: #7d7d7d;
    color: #7D7D7D;
    border-radius: 0;
    margin-left: 0;
}
.page-id-199 select#actiyearacad,
.page-id-199 select#nrecords{
   display: inline-flex;
    margin: 0 5px;
    border: 1px solid #dee2e6;
    padding: 3px 4px;
    justify-content: center;
    margin-right: 15px;
    color: #36bbeb;   
    background: #fff;
    height: 34px;
    margin-top: 3px;
    margin-left: 0;
    
}
select#nrecords {
    display: inline-flex;
    margin: 0 5px;
    border: 1px solid #7D7D7D;
    width: 80px;
    justify-content: center;
    margin-right: 20px;
    height: 30px;
    padding: 0;
    border-radius: 0px;
    color: #7D7D7D;
    align-items: center;
    border-color: #7D7D7D;
    color: #7D7D7D;
    border-radius: 0;
    
}
.page-id-199 select#nrecords {
    display: inline-flex;
    margin: 0 5px;
    border: 1px solid #dee2e6;
    padding: 0px 4px;
    width: 80px;
    justify-content: center;
    margin-right: 0px;
    background: #fff;   
    margin-top: 3px;
}
.page-id-199 .sort-main-wrap div:first-child,
.page-id-199 .sort-main-wrap div:nth-child(2){
    height: 32px;
}

.page-id-199 .history-modal table th{
    white-space: normal;
    text-align: left;
    font-size: 15px;
}
td.status_value-0,
td.notif_color_0{
    background:#FFBEBE!important;
}
td.sec_val_New{
    background:#D4F7DA;
}
.person_add_no {
    padding-top: 20px;
}
.fl-builder-content.fl-builder-content-773.fl-builder-content-primary {
    display: none;
}