body {
    overflow-x: hidden;
    line-height: 1rem;
}
a:hover{
    text-decoration: none;
}
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.1rem 1.25rem;
    border-bottom: 1px solid #3F51B5!important;
    background-color: #b12438;
    text-align: center;
}

#sidebar-wrapper .list-group {
    width: 16rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.main-header {
    background: #ffc107;
}

table {
    font-size: 14px;
}

table thead tr {
    background: #bae1ff;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.nav-item {
    color: #fff;
}

.sidebar {
    box-shadow: none !important;
}

[class*=sidebar-dark-] .sidebar a {
    color: #fff;
    font-weight: bold;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: #fff;
    font-weight: 400;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #1c8503;
    color: #fff;
}

.dataTables_length label {
    padding-left: 15px;
    padding-top: 10px;
}

.dataTables_filter label {
    padding-right: 15px;
    padding-top: 10px;
}

.dataTables_info {
    padding-left: 15px;
}

.banner-img img {
    margin-top: 5px;
    width: 100%;
    padding: 0;
    height: 160px;
    border-radius: 10px;
}


/* ------ Login css ------ */

.login-box,
.register-box {
    width: 360px;
    margin-left: 22%;
    margin-top: 8%;
}
.login-bg{
    background-image: url(https://adminhumanity.idossapp.com/images/common/admin-login-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.login-page,
.register-page {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    height: 100vh;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-box .card,
.register-box .card {
    margin-bottom: 0;
}
.reset-page{
    height: 100vh;
}
.reset-page .login-box{
    margin-top: 45%;
    margin-left: 27%;
}
.reset-msg{
    font-size: 14px;
    color: #7e7e7e;
}
.reset-page .fa-angle-double-left{
    color: #67b0ff;
    margin-right: 6px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.reset-page .card{
    border-radius: 0 0 20px 20px;
    border-top: 3px solid #007bff;
}
.reset-page .card-header{
    font-size: 1.4rem;
    padding: 0.95rem 1.25rem;
}
.card-primary.card-outline {
    border-top: 3px solid #007bff;
    border-radius: 0 0 20px 20px;
}

.card {
    /* box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%); */
    margin-bottom: 1rem;
}

.card {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-title {
    float: left;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0rem 1.25rem 1rem;
    background-color: #fffafa;
    border-radius: 20px;
}

.card-footer {
    border-top: none;
    background: #f5f5f5;
}

.login-logo,
.register-logo {
    font-size: 2.1rem;
    font-weight: 300;
    padding: 16px 0;
    text-align: center;
    background-color: #fffafa;
    border-radius: 20px 20px 0 0;
    position: relative;
}
.login-logo h3{
    color: #494949;
    margin-left: 6px;
}
.login-logo span{
    color: #ffa815;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 50px;
    right: 86px;
}

.breadcrumb {
    color: #fff;
    margin-bottom: 0rem;
    background-color: unset;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}

.title-text h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0;
    padding: 3px 0;
}

.border-right {
    border-right: 1px solid #f48d1f!important;
}

.fa-xs {
    font-size: 9px;
}

.fa-circle:before {
    content: "\f111";
    vertical-align: text-top;
    line-height: 5px;
}

.table td,
.table th {
    padding: .6rem;
    vertical-align: middle;
    border-top: 1px solid #ffffff;
}

.navbar {
    padding: .2rem 1rem;
}

.sidebar .nav-item .nav-link {
    color: #000;
}
.sidebar-heading h3{
    color: #fff;
}
a.fa-edit:hover {
    color: #fff;
}

.nav-tabs .nav-link {
    background: #dee2e6;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #ffc107;
}

.banner-card-header {
    border-bottom: 1px solid #ffc107 !important;
}

.form-control {
    height: calc(1.2em + .75rem + 2px);
    padding: .375rem .4rem;
    color: #545454;
    line-height: 1;
    -webkit-border-radius: 0px 5px 5px 0px;
}

.form-control:focus {
    border-color: #3F51B5;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(7 111 57 / 22%);
}

.custom-file {
    height: calc(1.2em + .75rem + 2px);
    padding: .375rem .4rem;
}

.custom-file-input {
    height: calc(1.2em + .75rem + 2px);
    padding: .375rem .4rem;
}

.custom-file-label {
    height: calc(1.2em + .75rem + 2px);
    padding: .375rem .4rem;
    line-height: 1.2;
    color: #a3a4a6;
}

.custom-file-label::after {
    height: calc(1.2em + .75rem);
    padding: .375rem .4rem;
    line-height: 1.2;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #3F51B5;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(7 111 57 / 60%);
}

.input-group-text {
    background-color: #f8d5af;
    color: #545454;
    line-height: 1;
    padding: .375rem .4rem;
}

select {
    word-wrap: normal;
    align-items: flex-end;
}

.form-control::-webkit-input-placeholder {
    color: #dadada;
}

.form-control::-moz-placeholder {
    color: #dadada;
}

.form-control::-ms-placeholder {
    color: #dadada;
}

.form-control::placeholder {
    color: #dadada;
}

.control-label {
    background-color: #f8d5af;
    color: #545454;
    height: calc(1.2em + .75rem + 4px);
    padding: .375rem .4rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-weight: 500;
    line-height: 1;
    -webkit-border-radius: 5px 0px 0px 5px;
}


/*added by Iqarar */

.nav-tabs .nav-link {
    background-image: linear-gradient(to bottom, #ffd20026, #ffa20099);
    border: 1px solid #ddd;
    font-weight: 600;
    color: #8b8a8a;
}


/* menu highlight */

.subactive {
    background: #b12438;
    color:#fff !important;
}

.nav .active {
    background: #f48d1f;
    color: #fff !important;
}

.form-group {
    margin-bottom: 6px;
}

.light_color {
    color: #dadada !important;
}


/* Select2 */

.select2-container--bootstrap4 .select2-dropdown {
    position: relative;
    top: -36px;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
    background-color: #d6ebcf !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted {
    background-color: #3F51B5 !important;
}


/* Registration- Area of Expertise*/

.registration_exp {
    padding: 0.5rem 1.25rem;
    background-color: rgb(232 232 232);
    border-bottom: 1px solid #cacaca;
    font-size: 14px;
}

.registration_exp h2 {
    font-size: 1.29rem;
}

.dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}

.exp_text {
    font-size: 14px;
}

.exp_pad th {
    padding: 0.1rem;
    font-weight: 500;
}

.exp_pad td {
    padding: 0.2rem;
}

.table {
    width: 100% !important;
}
.theme-color{
    background: #b12438;
    
}
.title-text h2{
    font-size: 20px;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
}
}
.card-body .table-bordered td{
   border: 1px solid #fff !important; 
}
/*.table td {*/
/*    padding: 2px !important;*/
/*}*/
.form-group .selection span{ 
    height: 34px !important; 
}

/**********************01-06-2022***********/

.nav-item a:hover{
    color: #e1a71e;
    text-decoration: none;
}

.mas_design .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-weight: 500;
    border: 1px solid #f5f3f1;
}
.mas_design ul li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #c1c0c0;
    background: #fbfbfb;
    margin-bottom: 2px;
}
.nav>li.active>a {
    background-color: transparent;
    color: #fff;
}
.fixed-table-loading {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    text-align: center;
}
.card a.collapsed h4{
    font-weight: 400 !important;
}
.card .accordion-toggle h4{
    font-weight: 600 !important;
    font-size: 18px;
}
.modal-content .modal-header .close {
    padding: 0rem 1rem
    margin: 0px;
    color:#fff;
}

#Material .table thead tr {
    background: #f8d5af;
}
.bg-green.table thead tr {
    background: #f8d5af;
}
.card-body table.dataTable>thead>tr>th:not(.sorting_disabled) {
    padding-right: 10px;
}
.card-body table>thead>tr>th{
    text-align:center;
}
/*h5 {*/
/*    font-size: 1.50rem;*/
/*}*/
table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 4px !important;
}

/*************  Block  ***********/

.block.block-rounded {
    border-radius: 0.5rem;
}
.block-bg{
    background-image: linear-gradient(to right, #00b4d8 , #48cae4);
}
.block-bg1{
    background-image: linear-gradient(to right, #2ec4b6 , #78c6a3);
}
.block-bg2{
    background-image: linear-gradient(to right, #ffafcc , #d2b7e5);
}
.block-bg3{
    background-image: linear-gradient(to right, #56cfe1 , #90caf9);
}
.block-qa{
    background-image: linear-gradient(to right, #b597f6 , #96c6ea);
}
.block-6{
    background-image: linear-gradient(to right, #ffa7aa , #ffc955); 
}
.block {
    margin-bottom: 1.875rem;
    background-color: #e6e6e6;
    box-shadow: 0 1px 2pxrgba(214,219,226,.5),0 1px 2pxrgba(214,219,226,.5);
}
.block.block-rounded>.block-content:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.block-content.block-content-full {
    padding-bottom: 1.25rem;
}
.block-content {
    transition: opacity .25s ease-out;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 1px;
    overflow-x: visible;
}
.justify-content-between {
    justify-content: space-between!important;
}
.item.item-rounded-lg {
    border-radius: 1.5rem;
}
.bg-body-light {
    background-color: #f6f7f9!important;
}
.item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    transition: opacity .25s ease-out,transform .25s ease-out;
}
.bg-body-light {
    background-color: #f6f7f9!important;
}
.bg-body-light.rounded-bottom {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}
.block-content.block-content-sm.block-content-full {
    padding-bottom: 0.625rem;
}
.block-content.block-content-sm {
    padding-top: 0.625rem;
}
.block-content {
    transition: opacity .25s ease-out;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 1px;
    overflow-x: visible;
}
.items-push>div, .content .push, .content p {
    margin-bottom: 1.875rem;
}
/*a:hover {*/
/*    color: #fff !important;*/
/*}*/
@media (max-width: 768px) {
    .login-box{
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
}

.school-box p{
    margin: 14px 0px 10px 0px;
}
.school-box p i{
    color: #fff; 
    font-size: 20px;
}
.school-box h5{
    border-bottom:1px solid #fff;
}
.reg-box{
    border-right: 1px solid #fff;
}














