:root {
    --primaryColor: #016936;
    --secondaryColor: #0F996D;
    --dangerColor: #de2121;

}
.text-green{
    color: var(--secondaryColor);
}
html{
    /*background-color: var(--darkBackground2);*/
    background-color: #fff;
}

body{
    font-size: 14px !important;
    background-color: #E9ECF1 !important;
}

#menu-wrapper{
    width: 200px;
    height: 100vh;
    overflow-y: auto;
    background-color: var(--primaryColor);
}

.tohide,.menu-item{
    white-space: nowrap;
}

#body-wrapper {
    width: 100%;
    height: 100vh;
    margin-bottom: 20px;
    /*margin-left: 200px;*/
    overflow-y: scroll;
}

#body-wrapper-1{
    width: 100%;
    height: 100vh;
    /*margin-left: 200px;*/
}

#title{
    white-space: nowrap;
}
.fix-64{
    min-height: 54px;
}
.main-header{
    background-color: #F9FAFC;
    border-bottom: 1px solid #979797;
}
.font-weight-bold{
    font-weight: bold;
}
.line-height-1{
    line-height: 1;
}
.text-large{
    font-size: 16px;
}
.font-weight-500{
    font-weight: 500;
}
.text-small{
    font-size: 12px;
}
a{
    color: inherit !important;
    text-decoration: none !important;
}
a:hover{
    color: #fff;
    text-decoration: none;
}
.primary-btn{
    border-radius: 3px;
    padding: .5rem 1rem;
    background-color: var(--primaryColor) !important;
    color: #fff !important;
    height: fit-content;

}
.primary-btn-comms{
    border-radius: 3px;
    padding: .5rem 1rem;
    background-color: var(--primaryColor) !important;
    color: #fff !important;
    font-size: 12px;
    height: fit-content;
}
.primary-btn-outline{
    border-radius: 3px;
    padding: .4rem 1rem;
    background-color: transparent;
    color: var(--primaryColor) !important;
    height: fit-content;
    border-color: var(--primaryColor) !important;
    border: 1px solid;
    font-size: 12px;
}
.primary-btn-outline:hover{
    border-radius: 3px;
    padding: .4rem 1rem;
    background-color: transparent;
    color: var(--primaryColor) !important;
    height: fit-content;
    border-color: var(--primaryColor) !important;
    border: 1px solid;
}
.icon-btn{
    height: 30px;
}
.menu-item-icon{
    height: 20px;
    margin-right: 10px;
    margin-bottom: 3px;
}
.dashboard-header-icon{
    height: 20px;
    margin-right: 10px;
    margin-bottom: 3px;
}
.menu-item:hover{
    color: #0F996D;
    background-color: #103C6E;
    border-left: 3px solid #0F996D;
}

.btn-primary {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

.menu-item.active{
    color: white;
    background-color: #f6f6f61f;
    border-left: 3px solid #f6f6f61f;
}
.menu-item{
    width: 100%;
    color: #fff;
}
.dashboard-header{
    background-color: #fff;
    /*padding: 10px;*/
}
.text-right{
    text-align: right;
}
.text-light-blue{
    color: #16BEE3;
}
.dashboard-card-icon{

}
.bg-orange{
    background-color: #E97C21;
}

.dashboard-card-image{
    /*height: 12px;*/
    padding: 10px;
    border: 100px;
    border-radius: 100px;
}
.bg-green{
    background-color: #29AD61 !important;
    color: white !important;
}

.bg-custom-primary {

    background-color: var(--primaryColor) !important;
    color: white !important;
}

.bg-red{
    background-color: #F14A38;
}
.bg-purple{
    background-color: #AC66C8;
}
.dashboard-card-icon.d-flex{
    min-width: 50%;
}
.dashboard-card-image{
    margin-right:15px;
}
.bg-light-blue{
    background-color: #18BDDD;
}
.custom-card{
    border-radius: 0px;
    border: 0px;
}
.custom-card .card-header{
    background-color: #38435F;
    border-radius: 0px;
    border: 0px;
}
table{
    font-size: 12px;
}
.table-button{
    padding: 2px 10px;
    border: 1px solid #000;
    border-radius: 5px;
}
.input-wrapper{
    padding: 10px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
}
.modal-footer-copy{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0rem;
    /*border-bottom-right-radius: calc(0.3rem - 1px);*/
    /*border-bottom-left-radius: calc(0.3rem - 1px);*/
}
.mr-2{
    margin-right: 15px;
}
.btn-primary {
    color: #fff;
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}
.form-control, .form-select{

    border:  1px solid var(--primaryColor) !important;
}
.card-details-wrapper label{
    font-weight: bold;
    text-transform: uppercase;
}
.card-details-wrapper input{
    border: 0px!important;
    background-color: #F0F0F0;
}
.no-image{
    width: 30%;
}
.nav-item a:hover{
    color: #000!important;
}
.nav-tabs .nav-link.active {
    border-top: 2px solid #3C9D48;;
}
.pl-0{
    padding-left: 0px;
}
#reportrange{
    background: var(--primaryColor);
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid var(--primaryColor);
    color: #fff;
    width: fit-content;
}
tbody, td, tfoot, th, thead, tr {
    border: 0px;
}
.custom-card-wrapper .card-header{
    background-color: #fff;
}
.card-body-header, .card-body-header-lg{
    background-color: #F9FAFC;
}
.card-body-header .input-group{
    max-width: 50%;
}
.card-body-header-lg .input-group{
    max-width: 30%;
}
.card-body-header .form-control{
    /*padding: 3px 3px!important;*/
}
.card-body-header .primary-btn{
    padding-top: 0.4rem!important;
    padding-bottom: 0.4rem!important;
}
.card-body-header a{
    font-size: 12px!important;
}
.action-dots{
    color: #D0DBE5;
    font-size: 24px;
    line-height: .5;
}
.line-height-1{
    line-height: 1;
}
.btn-link{
    font-weight: 500;
    text-decoration: none;
}
.btn-link{
    color: var(--primaryColor)!important;
}
.btn-primary{
    background-color: var(--primaryColor);
}
.btn{

}
input{
    font-size: 12px!important;
    height: fit-content;
}

.btn-outline-primary{
    height: fit-content !important;
    color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

.dropdown-item{
    font-size: 12px;
    text-align: center;
}
.btn-sm{
    font-size: 12px !important;
}
.primary-btn{
    border: 0px !important;
}
.font-size-12{
    font-size: 12px !important;
}
.blue-input-group{
    /*background-color: var(--primaryColor);*/
    border-radius: 99px !important;
}
.blue-input-group-btn-left{
    color: #fff !important;
    background-color: var(--primaryColor) !important;
    border-top-left-radius: 99px !important;
    border-bottom-left-radius: 99px !important;

}
.blue-input-group-btn-right{
    color: #fff !important;
    background-color: var(--primaryColor) !important;
    border-top-right-radius: 99px !important;
    border-bottom-right-radius: 99px !important;

}
.underline-item{
    padding-top: 5px;
    text-align: center;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}
.height-100{
    height: 100%;
}
#reportrange{
    height: fit-content;
}
.card-header .men-item{
    opacity: .65;
}
.card-header .active{
    opacity: 1;
    border-bottom: 2px solid var(--primaryColor);
}
.form-select{
    font-size: 12px;
}
.form-check{
    min-height: unset;
}
.container-fluid{
    margin-bottom: 15px;
}
.nav-header{
    background-color: #fff;
}
.sample-file{
    text-decoration: underline;
    color: rgba(0,0,0,.8);
}
.border-right{
    border-right: 1px solid rgba(0,0,0,.25);
}
.bg-light{
    background-color: #fff!important;
}
.mr-3{
    margin-right: 1rem;
}
.cbh2{
    padding: .5rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.listles{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 10px;

}
.listles .active{
    background-color: rgba(0,0,0,.125);
    padding-left: 5px;
}
label{
    font-size: 12px;
}
.logout-btn{
    border:1px solid var(--secondaryColor);
    border-radius: 5px;
}
.log-out{
    position: absolute;
    bottom: 0;
    width: auto;
    text-align: center;
    margin-bottom: 10px;
}
#footer{
    position: fixed;
    bottom: 0;
    padding: 10px 0px;
    background-color: #fff;
    width: 100%;
}

#footer-1{
    position: fixed;
    bottom: 0;
    padding: 10px 0px;
    background-color: #fff;
    width: 100%;
}

.toggle-btn{
    border-radius: 99px;
    padding: 1px 5px;
    line-height: 1.2;
    /*font-size: 10px;*/
}
.mr-0{
    margin-right: 0px;
}
.ml-2{
    margin-left: 10px;
}
.pr-1{
    padding-right: 4px!important;
}
a:hover{
    color: inherit;
}
.menu-toggle{
    display: none;
}
.hide-btn{
    display: none;
}

.active-tab {
    display: block !important;
}

.inactive-tab {
    display: none !important;
}

.form-signin {
    width: 100%;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.disclaimer {
    color: #6a6868;
    width: 100%;
    padding: 15px;
    margin: auto;
    font-size: 0.8em;
    text-align: justify;
}

.registration-prompt {

    color: #6a6868;
    width: 100%;
    padding: 15px;
    margin: auto;
    text-align: center;
}

.registration-prompt a {

    color: var(--primaryColor) !important;
    font-weight: 700;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.display-tab {

    display: block;
}

.hide-tab {

    display: none;
}

.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-25 {
    width: 25%;
}

/* For extremely small screen devices (595px and below) */
@media only screen and (max-width: 595px) {

    .menu-toggle{
        display: unset;
        font-size: 28px;
        padding-left: 10px;
    }
    .hide-btn{
        display: block;
    }
    .toggle-btn{
        display: none;
    }
    #menu-wrapper{
        width: fit-content;
        display: none;
        margin-right: -180px;
        z-index: 999;
        height: 100vh;
        overflow-y: auto;
        background-color: var(--primaryColor);
    }
    #reportrange span{
        display: none;
    }
    .dashboard-card{
        margin-bottom: 10px;
    }
    #footer{
        position: unset;
    }
    .card{
        margin-bottom: 10px;
    }
    .card-body{
        overflow-x: auto;
    }
    .card-body-header-lg .input-group{
        max-width: 100%;
        margin-top: 10px;
    }
    .card-body-header .input-group{
        max-width: 100%;
        margin-bottom: 10px!important;
    }
    .card-header.justify-content-between{
        display: block!important;
    }
    .card-body-header.justify-content-between{
        display: block!important;
    }
    .card-body-subheader.justify-content-between{
        display: block;
    }
    .card-headerrd input-group{
        margin-top: 10px;
    }
    .card-headerrd.d-flex{
        display: block!important;
    }
    .card-header{
        overflow-x: auto;
    }
    .card-header span{
        white-space: nowrap;
    }
    #reportrange{
        margin-bottom: 10px;
    }
    .card-body-subheader div{
        margin-bottom: 10px;
    }
    .card-body-header-lg.d-flex{
        display: block!important;
    }
    .card-body-header-lg div{
        margin-bottom: 10px!important;
    }
    .dd-flex{
        display: flex;
    }
}

/* Small screen devices (600px and above) */
@media only screen and (min-width: 600px) {

    .form-signin {
        max-width: 50%;
    }

    .disclaimer {
        max-width: 50%;
    }
}

/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px) {

    .form-signin {
        max-width: 50%;
    }

    .disclaimer {
        max-width: 50%;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/* Big screen devices (889px and above) */
@media only screen and (min-width: 889px) {


}

/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1200px) {


}
