.loging_page {
    background-color: #9cc196;
    background-image: linear-gradient(180deg, #b7dbb2 10%, #9cc196 100%);
    background-size: cover;
    display: flex;
    place-items: center;
    min-height: 100vh;
}
form.user .form-control-user {
    font-size: 15px;
    border-radius: 7px;
    padding: 19px 10px;
    box-shadow: none !important;
    color: #333;
}
select, .form-control{box-shadow: none !important;}
form.user .btn-user, .btn-user {
    padding: 9px 8px !important;
    background: #9cc096 !important;
    border-color: #9cc096 !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
    min-width: 138px;
}
form.user .btn-user:hover, .btn-user:hover {
    background-image: linear-gradient(180deg, #FFD803 0%, #FFD803 100%) !important;
    border-color: #FFD803 !important;
}
.forgot-title {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    color: #f4a71a;
}
.logo img {
    max-width: 460px;
}
.form-label, label {
    font-weight: 600 !important;
    color: #000 !important;
    font-size: 15px;
}
.sidebar-dark .sidebar-brand {
    color: #000;
    background: #fff;
}
.form-section-title {
    color: #9cc096;
    margin: 40px 0 15px;
    font-weight: 600;
    font-size: 20px;
}
.alert-warning {
    color: #333 !important;
    border-left: 4px solid #f39c12 !important;
    background-color: #fff8e1 !important;
    padding: 15px !important;
    font-size: 14px !important;
    line-height: normal !important;
}
.bg-info {
    background-color: #f6b020 !important;
}
textarea {    
    min-height: 80px !important;
}
.sidebar.sidebar-dark {
    background-color: #07274d !important;
}
input[type="file"]::-webkit-file-upload-button, input[type="file"]::file-selector-button {
    background: transparent !important;
    border: none !important;    
}
.runtime-preview, .other-preview-wrapper {
    background: #f7f6f5;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    border-radius: 7px;
}
.runtime-preview > span, .other-preview-wrapper > span > span{
    display: flex;
    align-items: center;
    gap: 7px;
}
.table-bordered thead td, .table-bordered thead th, .table-bordered td, .table-bordered td, .table-bordered th {
    border-bottom-width: 1px !important;
    padding: 9px 10px !important;
    font-size: 14px !important;
    line-height: normal !important;
}
ul.list1 {
    padding: 0 0 0 16px;
}
ul.list1 li {
    position: relative;
    list-style: none;
    margin: 0 0 15px;
}
ul.list1 li:last-child{
    margin-bottom: 0;
}
ul.list1 li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -14px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ea3319;
}
.status-badge {
        font-size: 1.1rem;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        background-color: #f8f9fa;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .status-badge h6 {
        margin-bottom: 0.2rem;
    }
    .status-badge .count {
        font-size: 2.5rem;
        font-weight: bold;
    }
    .status-badge.bg-success { background-color: #d1e7dd !important; }
    .status-badge.bg-danger { background-color: #f8d7da !important; }
    .status-badge.bg-warning { background-color: #fff3cd !important; }
    .row.row_gap_20 {
    row-gap: 20px;
}
.row.row_gap_15 {
    row-gap: 15px;
}
.font-16 {
    font-size: 16px !important;
}
.font-w-500 {
    font-weight: 500 !important;
}
.nav-tabs .nav-link {
    border: none !important;
    color: #fff !important;
    background-color: #f1d48b !important;
    border-radius: 6px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:active {
    color: #fff !important;
    background-color: #007bff !important;
        border-color: #007bff !important;
}
.nav-tabs {
    border-bottom: none;
    justify-content: start;
    gap: 10px;
    margin: 0;
    padding: 0 20px 5px;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.container-fluid .container-fluid {
    padding: 0 !important;
}
.sidebar.toggled .nav-item .nav-link, .sidebar .nav-item .nav-link {
    width: auto;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 9px;
}
p.detail-item {
    display: flex;
    flex-direction: row;
    padding: 11px 0;
    margin: 0;
    border-bottom: 1px solid #f3f4f6;
    justify-content: start;
    font-size: 16px;
    align-items: center;
    color: #333;
}
.detail-item strong.detail-label {
    min-width: 120px;
    display: inline-block;
}
span.detail-value {
    word-break: break-word;
}
.badge {
    padding: 5px 9px;
    font-size: 13px;
    
}
.badge-success {
   background-color: #d1fae5;
    color: #047857;
}
.nowrap_th th {
    white-space: nowrap !important;
}
table select, table .form-control {
    padding: 4px 5px !important;
    height: auto;
    min-height: unset;
    font-size: 14px;
}
.gap_10px {
    gap: 6px;
}
.rowgap_10px {
    row-gap: 10px;
}
.bg_custom_light {
    background-color: #fff8eb78 !important;
    color: #000000;
}
.datefield {
    gap: 10px;
}
.gap{
    gap: 15px;
}
canvas {
       width: 100% !important;
           max-width: 350px;
    max-height: 100px;
    margin: 0 !important;
}
.vertical-align-middle td, .vertical-align-middle th {
    vertical-align: middle !important;
}
footer.sticky-footer {
    padding: 15px 10px !important;
}
footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 16px !important;
    color: #333 !important;
}
textarea.select2-search__field {
    min-height: initial !important;
    margin-top: 3px !important;
    display: block;
}
.last_tdclass tr td:last-child {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    gap: 5px !important;
    }
    .text_title1 {
    color: #06254e;
    margin: 0 0 20px;
}
.profileicon {
    text-align: center;
    margin: 0px 0 30px;
}
.profileicon svg {
    width: 150px;
    height: 150px;
    margin: 0 0 -2px;
}
.profileicon  p.detail-item {
    justify-content: center;
    border: none;
    padding: 0;
    font-size: 25px;
    line-height: normal;
    color: #06254e;
    font-weight: 600;
}
.profileicon p.detail-item:last-child {
    font-size: 19px;
    margin: 4px 0 0;
}
#scholarshipModal ul {
    padding-left: 20px;
}
#scholarshipModal ul li {
    color: #333;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 7px;
}
.modal {   
    z-index: 9999999 !important;   
}
.profileicon p.detail-item strong.detail-label {
    min-width: initial !important;
    margin-right: 7px;
    font-weight: 700;
}
.scroll-to-top {    
    width: 40px;
    height: 40px;   
    padding: 11px;
}

@media (max-width: 1370px) {
  .nav-tabs {
    margin: 0;
    padding: 20px 0 7px;
}
}
@media (max-width: 991px){
.h2, h2 {
    font-size: 20px;
}
}
@media (min-width: 992px) {
   .sidebar-toggled .sidebar,  body .sidebar {
        width: 14rem !important;
    }
}

@media (max-width: 991px) {
.topbar #sidebarToggleTop {
    display: block!important;
    margin-left: -9px;
    position: relative;
    z-index: 99;
}
.sidebar {
    position: fixed;
    left: 0;
    top: 71px;
    width: 0px !important;
    z-index: 9999999;
    overflow: hidden !important;
}
 .sidebar-toggled .sidebar {
        width: 14rem !important;
    }
.sidebar .sidebar-brand {
    position: fixed !important;
    left: 50px;
    top: 0;
}

.sidebar.toggled .nav-item .nav-link span {
    font-size: 14px !important;
}
nav.navbar.navbar-expand.static-top {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
}
#wrapper #content-wrapper {   
    padding: 90px 0 0 !important;
}


}
@media (max-width: 768px) {
    .modal-title {   
    font-size: 16px;
}
    .form-section-title {
    margin: 40px 0 10px;
        font-size: 15px;
}
.container-fluid {
    padding: 0 15px !important;
}
}
@media (max-width: 767px) {

.sidebar .nav-item .nav-link span {
    font-size: 14px !important;
    display: block;
}
.logo img {
    max-width: 80%;
}

}

@media (max-width: 479px) {
    .container-fluid {
    padding: 0 8px !important;
}
.form-section-title {
    margin: 23px 0 10px;
    font-size: 14px;
}
.sidebar-toggled .sidebar {
    width: 178px !important;
}
.sidebar .sidebar-brand {
    width: 206px;
}

}
