:root {
    --primary: #c89338;
    --secondary: #01542a;
    --white:#fff;
    --black:#000;
    --red:#cc0000;
    --blue:#0000f4;
    --lime:#11ff00;
  }


.select2-container .selection .select2-selection--single {
    height: 38px;
}

.select2-container--default .selection .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.health_menu_section .men-sec-1  {
    background-color: var(--white);
    padding: 14px;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    flex-shrink: 1;
    align-items: center;
}
.health_menu_section .men-sec-1 a{
    font-size: 20px;
    color: #3c4043;
    text-align: center;
    display:block;

}

ul.list-style{
    list-style: none;
}

ul.list-style li {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

/* Rajat Changes */

[class*=sidebar-dark-] {
    background-color: var(--secondary);
}

.main-header {
    border-bottom: 1px solid var(--primary);
    z-index: 1034;
}

.navbar-white {
    background-color: var(--secondary);
    color: var(--primary);
}

.main-footer {
    background-color: var(--secondary);
    border-top: 1px solid var(--primary);
    color: var(--white);
    padding: 1rem;
}

.main-footer a {
    color: var(--primary);
    text-decoration: none;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--primary);
}

[class*=sidebar-dark-] .sidebar a {
    color: var(--primary);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary);
}


[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: var(--primary);
    color: var(--white);
    width: 100%;
    border-radius: 0;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: var(--primary);
    color: var(--white);
    width: 100%;
    border-radius: 0;
}

.sidebar {
    padding: 0 !important;
}

aside {
    border-right: 4px solid var(--primary);
}

nav.main-header {
    position: fixed;
    width: -webkit-fill-available;
    top: 0;
}

/* .content-wrapper {
    padding-top: 60px;
} */

.content-wrapper {
    background-color: var(--black);
    margin-top: 57px;
}

.content-header h1{
    color: var(--primary);
}

.content-header h1::after{
    content: '';
    display: block;
    width: 50px;
    border-bottom: 3px solid var(--primary);
    margin-top: 5px;
    border-radius: 20px;
}

.ad-btn .btn-success {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: none;
}

.ad-btn .btn-success:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: none;
}

.btn-info {
    color: var(--white);
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.btn-info:hover {
    color: var(--white);
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.tp-tb-scrl{
  overflow: auto;
  white-space: nowrap;
}

/* width */
.tp-tb-scrl::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.tp-tb-scrl::-webkit-scrollbar-track {
    background: var(--secondary);
    border-radius: 20px;
}

/* Handle */
.tp-tb-scrl::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 20px;
    cursor: pointer;
}

.tp-tb-btn {
    border: 2px solid var(--primary);
    color: var(--primary);
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
}

.tp-tb-btn:hover {
    border: 2px solid var(--primary);
    color: var(--white);
    background-color: var(--primary);
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}

.txt-primary{
    color: var(--primary);
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: var(--primary);
    color: var(--white);
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    background-color: rgb(200 147 56 / 60%);
    color: var(--white);
}

.card-primary.card-outline {
    border-top: 3px solid var(--primary);
}

.nav-item a {
    color: var(--primary);
    text-decoration: none;
    background-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.nav-tabs {
    border-bottom: 1px solid var(--primary);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-gld{
    background-color: var(--primary);
    color: var(--white);
}

.btn-gld:hover {
    background-color: var(--primary);
    color: var(--white);
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--primary);
    background-color: var(--white);
    border: 1px solid var(--primary);
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: var(--white);
    border-color: var(--primary);
}

.all-header-red {
    background-color: var(--red);
    color: var(--white);
    font-weight: bold;
}
.yellow-header {
    background-color: var(--primary);
    font-weight: bold;
}
.green-bg {
    background-color: var(--secondary);
    color: var(--white);
}
.yellow-bg {
    background-color: var(--primary);
    font-weight: bold;
}

.white {
   color: var(--white);
}

.table-header {
    background-color: var(--red);
    color: var(--white);
    text-align: center;
}

.header-red {
    background-color: var(--red);
    color: var(--white);
}
.header-yellow {
    background-color: var(--primary);
    color: var(--white);
    font-weight: bold;
}

.safe {
    color: var(--lime);
    font-weight: bold;
}
.send-it {
    color: blue;
    font-weight: bold;
}
.kg-red {
    color: red;
    font-weight: bold;
}
.improvement-bold {
    font-weight: bold;
}

.header-red1 {
    background-color: var(--red);
    color: var(--white);
    text-align: center;
    font-weight: bold;
}

.attempt-box {
    background-color: var(--primary);
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.easier-attempts, .green-cell.easier-attempts{
    color: var(--blue);
    font-weight: bold;
}

.table-border {
    border: 1px solid var(--white);
}

.text-lime {
    color: var(--lime);
}

.width-100{
    width: 100px;
}

.width-60{
    width: 64px;
}


.bench-cell {
    writing-mode: sideways-lr;
    text-orientation: mixed;
    font-weight: bold;
    background-color: var(--secondary);
    /* color: var(--black); */
    text-align: center;
    vertical-align: middle;
}
.green-cell {
    background-color: var(--secondary);
    color: var(--white);
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.fw-bold {
    font-weight: 600;
}

.black{
    color:var(--black);
}
.red{
    color: var(--red);
}

.text-blue {
    color: var(--blue);
}

.btn-yellow{
    background-color:var(--primary);
    color: var(--white);
}

.login-card-body, .register-card-body {
    background-color: var(--secondary);
    border-top: 0;
    color: var(--white);
    padding: 20px;
    border: 2px solid var(--primary);
}

.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    background-color: var(--white);
    border-bottom-right-radius: .25rem;
    border-left: 0;
    border-top-right-radius: .25rem;
    color: #777;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login-page, .register-page {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--black);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-link {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 3px .5rem;
    transition: width .3s ease-in-out;
    white-space: nowrap;
}

.brand-link .brand-image {
    float: unset;
    line-height: unset;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: 0;
    max-height: 50px;
}

.reports-single h4 {
    color: var(--primary);
}

.content-wrapper label {
    color: var(--primary);
}

.btn-brdr{
    background-color: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
    font-weight: 600;
}

.btn-brdr:hover{
    background-color: var(--primary);
    border: 2px solid var(--primary);
    color: var(--white);
    font-weight: 600;
}

.ov-cust{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ov-cust select{
    width: auto;
}

.ov-cust button{
    margin-left: 10px;
}

.main-sidebar {
    width: 15.9rem;
}

/* .sidebar-collapse .main-sidebar {
    width: unset !important;
} */

.sidebar-collapse .brand-link .brand-image {
    margin-left: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    padding: 0 10px;
    margin-top: .31rem;
}

.form-group .select2-container--above, .form-group .select2-container--focus, .form-group .select2-container--default {
    width: 100% !important;
}
.custom-file-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 2px dashed #ced4da;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #6c757d;
    background-color: #f8f9fa;
    font-weight: 500;
}
.custom-file-upload:hover {
    background-color: #e9ecef;
    border-color: #80bdff;
    color: #495057;
}
.custom-file-upload input[type="file"] {
    display: none;
}

.select2-container {
    display: block;
}

.content-header span {
    color: var(--primary);
}

.content h3 {
    color: var(--primary);
}

.dtr-details li {
    text-wrap: auto;
}

@media (max-width:820px) {
    .top-nav-menu {
        flex-direction: column;
    }
}

@media(max-width:520px){
    .form-control {
        padding: .375rem 0rem;
    }

    .form-group {
        padding: 0 !important;
    }

    .page-link {
        padding: .3rem .30rem;
    }

    .mar-t{
        margin-top: 10px;
    }

    .top-panel {
        overflow-x: scroll;
    }

    .ov-cust{
        display: block;
    }

    .ov-cust select{
        width: 100%;
        margin-bottom: 10px;
    }

    .ov-cust button{
        width: 100%;
        margin-left: 0px;
    }
}

@media(max-width:320px){
    .page-link {
        padding: .2rem .10rem;
    }
}

/* Default: show full name, hide short */
.name-desktop {
    display: inline;
}
.name-mobile {
    display: none;
}

/* On screens <= 500px: show short name only */
@media (max-width: 500px) {
    .name-desktop {
        display: none;
    }
    .name-mobile {
        display: inline;
    }
}
