.list_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #0097d8;
    padding: 30px 10px;
    display: flex;
    justify-content: space-between;
}
.list_footer ul{
    margin:0;
    padding: 0;
    color: #fff;
}
/* auth page design */
.auth-fields {
    min-height: 100vh;
}
.row.auth-inner ul.nav {
    background: #f3f3f3;
}
.row.auth-inner .tab-content {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 25px;
    text-align: left !important;
}
.auth-inner li.nav-item a {
    padding: 18px 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    border: none !important;
    margin: 0;
}
.auth-inner li.nav-item a.active {
    background: #0097d8;
    color: #fff;
    border: none !important;
}
.row.auth-inner .tab-content label {
    font-weight: 500;
    margin-bottom: 8px;
}
.row.auth-inner .tab-content input[type="radio"] {
    min-height: 1rem;
}
.row.auth-inner .tab-content input {
    min-height: 48px;
    margin-bottom: 15px;
}
.auth-inner {
    max-width: 750px;
    margin: 0 auto;
}
.row.auth-inner .tab-content h4{
    margin-bottom: 20px;
}
.row.auth-inner .tab-content input[type="submit"]{
    background-color: #f8ae4b;
    border: 1px solid #f8ae4b;
    margin-bottom: 0;
}
/* dashboard css start */
.dashboard-navigation {
    width: 100%;
    max-width: 275px;
    background-color: #f3f3f3;
    min-height: 650px;
    margin-bottom: 9rem;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.navigation-inner .nav-pills {
    width: 100%;
    margin: 0 !important;
}
.navigation-inner .nav-pills a button {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 25px;
    border-radius: 0;
    background: transparent !important;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 5px solid transparent;
}
.navigation-inner .nav-pills a button.active {
    border-left: 5px solid #f8ae4b;
    color: #f8ae4b;
    font-weight: 600;
    background-color: #fff !important;
}
.dashboard-container {
    padding: 24px;
    border: 1px solid #f3f3f3;
    margin: 0;
    width: 75%;
    margin: 0 auto;
}
.dashboard-container input {
    margin-bottom: 15px;
    margin-top: 5px;
    min-height: 44px;
}
.dashboard-container label {
    font-weight: 500;
}
.dashboard-container input[type="radio"] {
    min-height: 1rem;
}
.page_header_default .bakground_cover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(0 0 0 / 50%);
}
.page_header_content {
    min-height: 229px;
    display: flex;
    align-items: center;
}
.btn-custom{
    background: #f8ae4b;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.btn-custom:hover{
    background: #dd9436;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.navigation-inner .nav-pills a button {
    border-bottom: 1px solid #dfdfdf;
}
.dashboard-container table i {
    color: #0097d8;
}
.form-group.radio-group label {
    display: inline-block;
    width: 100%;
    margin-bottom: 14px;
}
@media (min-width:767px){
.form-group.radio-group {
    position: relative;
    top: -10px;
}
}
@media (max-width:1024px) and (min-width:768px){
    .dashboard-navigation {
        width: 100%;
        max-width: 100%;
    }
    .d-flex.align-items-start.navigation-inner .nav {
        flex-direction: row !important;
    }
    .dashboard-navigation {
        min-height: auto;
        margin-bottom: 0;
    }
    .d-flex.align-items-start.auth-layout {
        flex-wrap: wrap;
    }
    .dashboard-container {
        width: 100%;
        box-shadow: 2px 1px 10px -2px #ccc;
    }
    .list_footer {
        position: inherit;
        margin-top: 30px;
    }
}
@media (max-width:767px){
    .auth-fields {
        padding: 0;
    }
    .auth-inner li.nav-item a {
        padding: 12px 15px;
        font-size: 13px;
    }
    .auth-layout {
        flex-wrap: wrap;
    }
    .dashboard-navigation {
        max-width: 100%;
    }
    .dashboard-navigation{
        min-height: auto;
        margin-bottom: 20px;
    }
    .dashboard-container {
        padding: 0;
        box-shadow: none;
        margin: 0;
        width: 100%;
    }
    .dashboard-container .col-md-12.col-12.mt-2 {
        padding: 0 10px;
    }
    .list_footer {
        position: inherit;
        margin-top: 30px;
    }
    .row.locm.dashboard-container .col-md-12.col-12, .row.loc.dashboard-container .col-md-12.col-12 {
        padding: 0;
    }
}
.modal-custom input, .modal-custom select {
    min-height: 44px;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top: 8px;
}
.modal-custom .modal-title{
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}
.modal-custom button.close{
    background: transparent;
    border: 1px solid #ccc;
    width: 38px;
    height: 38px;
    border-radius: 25px;
    font-size: 32px;
    line-height: 0;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-custom button.close span{
    position: relative;
    top: -3px;
}
.modal-custom label{
    font-weight: 600;
}
.modal-custom .modal-body{
    padding: 25px;
}
.modal-custom .modal-content{
    border-radius: 15px;
}

.modal-custom button[type="submit"] {
    background: #f8ae4b;
    border-color: #f8ae4b;
}
button#addChildModalBtn:hover, .modal-custom button[type="submit"]:hover{
    background: #dd9436;
}
button#addChildModalBtn, .modal-custom button[type="submit"] {
    background: #f8ae4b;
    border-color: #f8ae4b;
    font-weight: 500;
    text-transform: uppercase;
}

li.nav-item {
    display: block;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #E7EBF0;
    margin: 0px;
    text-align: left;
}

.custom-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    /* Ensures it's on top of other content */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-nav li.nav-item .nav-link, .dropdown-item {
    color: #0F3567;
}

@media (max-width:767px){
.dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 25px;
}
}

ul.dropdown-menu.sidebar {
    position: inherit !important;
    inset: inherit !important;
    transform: none !important;
    transition: all 0.5s ease-in-out 0s !important;
}