body {
    overflow-x: hidden;
    line-height: 15px;
    font-size:13px;
     font-family: 'Verdana','Geneva','sans-serif','Helvetica';
     /*font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}

#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;
    max-width: 226px;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.1rem 1.25rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #3F51B5!important;
    /*background-color: #247abc;*/
    /*background-color: #1e5fce;*/
    /* background-image: linear-gradient(to right, #58cdd7,#649af5,#58cdd7); */

    background-image: linear-gradient(to right, #16bb7d,#08915e,#16bb7d);
    text-align: center;
}
.btn-sm {
    font-size: 11px !important;
    padding: 3px 6px;
}

#sidebar-wrapper .list-group {
    width: 225px;
}

#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: 12px;
}

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: 2px;
}

.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;
}

.page-item.active .page-link{
    color: #fff;
    background-color: #08915e;
    border-color: #08915e;
}




.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: 14px;
    font-weight: 300;
    padding: 10px 0;
    text-align: center;
    /*background-color: #247abc;*/
}

.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: 4px 6px;
    vertical-align: middle;
    border-top: 1px solid #ffffff;
    border: 1px solid #c6efc1;
}

.navbar {
    padding: .2rem 1rem;
}

.sidebar .nav-item .nav-link {
    color: #000;
    font-size: 14px;

}

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(20px + 12px + 2px);
    padding: 4px 8px;
    color: #545454;
    line-height: 1;
    -webkit-border-radius: 0px 5px 5px 0px;
    border: 1px solid #c1dfef;
    font-size: 13px;
}

.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: #bcebbf;
    /*background-color: rgb(243 248 255) !important;*/
    color: #212529;
    /*height: calc(1.2em + .75rem + 4px);*/
    height: calc(20px + 12px + 2px);
    padding: .375rem .4rem;
    /*border: 1px solid #ced4da;*/
    border: 1px solid #c1dfef;
    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: #ffc107;
}

.nav .active {
    background: #08915e;
    color: #fff !important;
}

.form-group {
    margin-bottom: 4px;
}

.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;*/
/* background-image: linear-gradient(to right, #58cdd7,#649af5,#58cdd7);   */
background-image: linear-gradient(to right, #16bb7d,#08915e,#16bb7d);
}
.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: #cef1d0;
}
.bg-green.table thead tr {
    background: #cef1d0;
}
.card-body table.dataTable>thead>tr>th:not(.sorting_disabled) {
    padding-right: 10px;
}
.card-body table>thead>tr>th{
    text-align:center;
    border: 1px solid #cfdff1;
    vertical-align: inherit;
}
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;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(243 248 255) !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
}
.btn-outline-success:hover {
    color: #fff !important;
}


.btn-primary:hover {
    color: #fff !important;
}
.btn-success:hover {
    color: #fff !important;
}

.form-check-input {
    margin-top: 8px;
    margin-left: -16px;
}
.form-check-label {
    margin-top: 7px;
}
.form-check {
    display: inline;
}
.add-btn {
    font-size: 12px !important;
    padding: 5px 5px;
}
.search-input {
    height: calc(14px + 12px + 2px);
    padding: 2px 8px;
}
.table td {
    height: 30px;
}
.form-group .select2-container{
    width: 100% !important;
}


        .faq-section {
            padding: 20px;
        }
        .faq-heading {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
            color: #333;
        }
        .faq-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        .faq-item {
            background: #fff;
            margin-bottom: 10px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        .faq-question {
            padding: 15px;
            font-size: 16px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s;
        }
        .faq-question:hover {
            background-color: #f1f1f1;
        }
        .faq-question::after {
            display: none;
        }
        .faq-toggle-icon {
            font-size: 20px;
            transition: transform 0.3s;
        }
        .faq-answer {
            max-height: 0;
            padding: 0 15px;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s ease-out;
        }
        .modal-header{
            padding: 8px 20px !important; 
        }
        .faq-answer p {
            font-size: 16px;
            margin: 0;
            padding: 8px 0 16px 0; 
        }
        @media (max-width: 600px) {
            .faq-section {
                padding: 10px;
            }
            .faq-heading {
                font-size: 20px;
            }
            .faq-question {
                font-size: 14px;
            }
            .faq-answer p {
                font-size: 14px;
                padding: 10px 0 20px 0;
            }
        }

        /* Custom styles for notes modal */
        .custom-modal-header {
            background-color: #649af4;
            color: white;
            border-bottom: none;
        }
        .modal-subtitle {
            font-size: 16px;
            font-weight: 400;
            color: #333;
            margin-bottom: 15px;
        }
        .custom-textarea {
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 4px;
            resize: none;
            margin-bottom: 15px;
        }
        .custom-submit-btn {
            background-color: #e74c3c;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 20px;
            float: right;
        }
        .custom-submit-btn:hover {
            background-color: #c0392b;
        }

/*------------------------ id card--------------------- */
    .id-card h2 {
      color: #2f3c8a;
      text-align: left;
      margin-bottom: 10px;
      font-size: 28px;
      font-weight: bold;
    }

    .row-card {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      flex-wrap: wrap;
    }

    .label-card {
      background: #d49824;
      color: white;
      padding: 4px 5px;
      font-weight: bold;
      position: relative;
      /* margin-right: 8px; */
      border-radius: 4px 0 0 4px;
      min-width: 70px;
      border-top: 1px solid #000;
      border-left: 1px solid #000;
      border-bottom: 1px solid #000;
    }

    .label-card::after {
      content: \"\";
      position: absolute;
      top: 0;
      right: -10px;
      width: 0;
      height: 0;
      border-top: 19px solid transparent;
      border-bottom: 19px solid transparent;
      border-left: 10px solid #d49824;
    }

    .value {
      background: #f8f8f8;
      padding: 4px 5px;
      border-radius: 0 4px 4px 0;
      min-width: 130px;
      /* font-weight: bold; */
      color: #2f3c8a;
       border-top: 1px solid #000;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
    }

    .spacer {
      width: 10px;
    }

    .address-row {
      display: flex;
      align-items: center;
      margin-top: 10px;
    }

    .address-label {
      background: #d49824;
      color: white;
      padding: 5px 10px;
      font-weight: bold;
      position: relative;
      border-radius: 4px 0 0 4px;
    }

    .address-label::after {
      content: \"\";
      position: absolute;
      top: 0;
      right: -10px;
      width: 0;
      height: 0;
      border-top: 19px solid transparent;
      border-bottom: 19px solid transparent;
      border-left: 10px solid #d49824;
    }

    .address-value {
      background: #e0e0e0;
      padding: 5px 15px;
      border-radius: 0 4px 4px 0;
      flex: 1;
      font-weight: bold;
      color: #2f3c8a;
    }

    .id-card-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 4px;
  padding-left: 20px !important;
  background: #fff;
  border-radius: 10px;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.3); */
  width: fit-content;
}

.student-photo {
  width: 120px;
  height: 130px;

  border: 2px solid #000;
  border-radius: 4px;
}

.photo-box {
  /* display: flex; */
  align-items: start;
  justify-content: center;
  /* padding-top: 20px; */
}

.image-container {
    position: relative;
    width: 100%;
    max-width: 590px;
}

.header-idcard {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-text {
    position: absolute;
    top: 20%; 
    left: 28%; 
    transform: translate(6%, -50%); 
    color: #fff; 
    font-size: 24px; 
    font-weight: bold;
    text-align: center;  
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Verdana', 'Geneva', 'sans-serif', 'Helvetica';
}





