:root {
    --theme-default: #a87007;
}

.form-contain {
    border-radius: 10px;
}
.login-page, .signup-page{
    min-height: 100vh;
}
.signup-page .img-box{
    height: 110vh;
    overflow: hidden;
}
.img-box {
    height: 100vh;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-side {
    min-height: 100vh;
    padding: 30px;
    background-color: #efe5d2;
}

.submit {
    padding: 10px 20px;
    background-color: #773c09;
    color: #fff;
    border: none;
    width: 100%;
    border-radius: 10px;
}

p a {
    color: #773c09;
}

p a:hover {
    color: #a87006;
}

.form-control:focus,
.form-select:focus {
    border-color: #773c09 !important;
    box-shadow: none !important;
}

.loader-wrapper .theme-loader .loader-p:after,
.loader-wrapper .theme-loader .loader-p:before {
    border: 1em solid #a87006;
}

.tap-top {
    background: #a87006;
    box-shadow: 0 0 10px #a87006;
}

.arrow-hide .according-menu {
    display: none !important;
}

.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg {
    stroke: #a87006;
}

.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item {
    color: var(--theme-default);
}

.toggle-sidebar svg {
    stroke: #773c09;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list i.fa-thumb-tack {
    background-color: rgba(168, 112, 7, 0.3);
    border-radius: 6px;
    color: #a87007;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container:before,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu:before {
    background: #a87006;
}

.tooltip .tooltip-inner {
    background-color: #a87007ca;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.tooltip .tooltip-arrow::before {
    border-top-color: #a87007 !important;
}
.card .card-body {
    border-radius: 10px !important;
}

input:invalid {
    outline: none;
}
.status span{
    padding-left: 5px;
}
.btn-color-theme{
    background-color: #a87007;
    color: #fff;
}
.btn-color-theme:hover{
    background-color: #a87007;
    color: #fff;
}
.btn-color-theme-2{
    background-color: #773c09;
    color: #fff;
}
.btn-color-theme-2:hover{
    background-color: #773c09;
    color: #fff;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    background-color: #a87007;
    border-color: #a87007;
}
.active>.page-link:hover,
.page-link.active:hover {
    z-index: 3;
    background-color: #a87007;
    border-color: #a87007;
    color: #fff;
}
.page-link, .page-link:hover, .theme-clr{
    color: #a87007;
}
.page-link:focus{
    box-shadow: none;
}
.btn-outline-primary {
    background-color: transparent;
    border-color: #a87007;
    color: #a87007;
}
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
    color: rgb(255, 255, 255);
    background-color: #a87007 !important;
    border-color: #a87007 !important;
}

.search-icon {
    stroke: currentColor;
    color: #555;
}
.search-bar input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #333;
}
.search-bar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 6px 12px;
    transition: all 0.2s ease;
}
@media only screen and (max-width: 575.98px) {
    .page-wrapper .page-header .header-wrapper .nav-right>ul li .profile-media img {
        height: 25px;
    }
}
@media (max-width: 575.98px) {
    .btn-mobile-full {
        width: 100%;
    }
}
.btn-link:hover{
    color: #a87007;
}
.create-student-form, .edit-student-form, .create-transport-form, .edit-transport-form, .create-transport-fee-form, .edit-transport-fee-form{
    padding: 20px;
}
.create-student-form fieldset, .edit-student-form fieldset, .create-transport-form fieldset, .edit-transport-form fieldset, .create-transport-fee-form fieldset, .edit-transport-fee-form fieldset{
    padding: 24px;
}
.create-student-form .row, .edit-student-form .row, .create-transport-form .row, .edit-transport-form .row, .create-transport-fee-form .row, .edit-transport-fee-form .row{
    --bs-gutter-x: 28px !important;
    --bs-gutter-y: 25px !important;
}

.fee-map-wrapper{
    overflow-x:auto;
    padding-bottom:10px;
}
.fee-map-header,
.fee-map-row{
    display:grid;
    grid-template-columns:
        240px
        repeat(14,160px);
    gap:12px;
    min-width:2500px;
    align-items:center;
}
.fee-map-header{
    font-weight:600;
    margin-bottom:15px;
}
.fee-map-row{
    margin-bottom:12px;
}
.fee-map-row input{
    width:100%;
}
.fee-map-row input[readonly]{
    background:#f9f5ed;
    color:#000;
}
.fee-map-header div{
    white-space:normal;
    text-align:center;
    line-height:1.3;
}
.fee-map-table {
        min-width: 2200px;
    }

    .fee-map-table th {
        background: #f8f9fa;
        color: #000;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        padding: 12px 10px;
    }

    .fee-map-table td {
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        padding: 10px;
    }

    .fee-map-table tbody tr:hover {
        background: #f8f9fa;
    }

    .fee-map-table th:first-child,
    .fee-map-table td:first-child {
        position: sticky;
        left: 0;
        background: #fff;
        z-index: 3;
    }

    .fee-map-table th:nth-child(2),
    .fee-map-table td:nth-child(2) {
        position: sticky;
        left: 70px;
        background: #fff;
        z-index: 3;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .business-wrap {
        min-width: 180px;
        font-weight: 500;
    }

    .fee-value {
        min-width: 110px;
    }

    .action-col {
        min-width: 90px;
    }