body {
    overflow-x: hidden;
}

#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;
}
.fa-trash-alt {
    color: red;
}
#sidebar-wrapper .sidebar-heading {
    padding: 0.1rem 1.25rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #f5f6fb !important;
    background-color: #ebeef0;
    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: #dee2e6;
}

.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;
}

.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: 94vh;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-box .card,
.register-box .card {
    margin-bottom: 0;
}

.card-primary.card-outline {
    border-top: 3px solid #007bff;
}

.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.1rem;
    font-weight: 400;
    margin: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0rem 1.25rem;
    background-color: #fffafa;
}

.card-footer {
    border-top: none;
    background: #f5f5f5;
}

.login-logo,
.register-logo {
    font-size: 2.1rem;
    font-weight: 300;
    padding: 10px 0;
    text-align: center;
    background-color: #eff2f4;
}

.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 #3F51B5 !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;
    position: sticky;
    top: 0px;
    z-index: 3;
}

.sidebar .nav-item .nav-link {
    color: #000;
}

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 + 0px);
    padding: .375rem .4rem;
    color: #545454;
    line-height: 1;
    font-size: 14px;
    -webkit-border-radius: 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: #d6ebcf;
    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: #d6ebcf;
    color: #545454;
    /* height: calc(1.2em + .75rem + 0px); */
    padding: .39rem .4rem 0.39rem .6rem;
    border: 1px solid #ced4da;
    border-radius: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 0px;
}


/*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: #ffc107;
}

.nav .active {
    background: #3F51B5;
    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: #247abc;

}

.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 #d3d3d3 !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;
}



#Material .table thead tr {
    background: #d6ebcf;
}

.bg-green.table thead tr {
    background: #d6ebcf;
}

.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 {
    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: #0056b3 !important;
}

  .custom-select {
    position: relative;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    z-index: 2;
  }

  .custom-select .placeholder {
    display: block;
 
    padding: 10px;
  }

  .custom-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    display: none;
  }

  .custom-select .options label {
    display: block;
    padding: 5px 10px;
  }

  .custom-select .options label:hover {
    background-color: #f0f0f0;
  }
.sidebar .nav .nav-item{
    border-bottom: 1px solid #dbdbdb;
}

.table td, .table th {
    border: 1px solid #d3d3d3;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #d3d3d3;
}
.form-group.row.ml {
    margin-left: -11px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.1rem;
}
.modal-header {
    padding: .5rem 1rem;
}



.button-29 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 31px;
    justify-content: center;
    line-height: 4px;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 14px;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
  text-decoration: none;
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}