/*//File Name - main.css
//D.O.C - 20/02/2024
//Author - sumeru
//Modification History - 
//    
//Synopsis - 
//    1. Main css*/

:root{
    --green:#01904B;
    --red:#F74747;
    --blue:#156CC9;
}

.emailField {
    text-transform: lowercase;
}

#loginFormDairyAdmin {
    margin: 0;
    padding: 0;
    background-image: url(../IMG/bg.jpg);
    background-size: 100vw 100vh;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
}


#adminHeader{
    color: #000;
    padding-top: 25vh;
    font-weight: 400;
    text-align: left;
    font-size: 40px;
    line-height: 51px;
}

.login{
    padding-top: 3%;
}

.Dairyadmin{
    color: #595959;
    font-family:Inter, sans-serif !important;
    font-style:normal;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.card h2{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}



.tableHeader{
    vertical-align: middle !important;
    margin: auto !important;
    text-align: center;
    padding: 0.6em !important;
    border: 1px solid #E9E9E9;
    background: #FCFCFD;
    text-align: center !important;
}
th{
    color: #667085;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding: 0.6em;
}
.datepicker-days th,.day{
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 0;
    color:black;
}
.datepicker-months th,.datepicker-decades th,.datepicker-years th,.datepicker-centuries th{
    color:black;
}
td{
    text-align: left;
    color: #242424;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.667% */
}

.Dairyadmin:active{
    border-radius: 5px;
    border: 1px solid #A6A6A6;
    background: #FFF;
}

#DairyadminUserID{
    border-radius: 5px;
    border: 1px solid #A6A6A6;
    background: #FFF;
    padding-left: 12px;
}

#DairyadminPassword{
    border-radius: 5px;
    border: 1px solid #A6A6A6;
    background: #FFF;
    padding-left: 12px;
}

#adminHeaderUltimus{
    background: #01904B;
    color: #FFF;
    font-family:Inter, sans-serif !important;
    font-style:normal;
    font-size: 42px;
    font-style: normal;
    line-height: 50px;
    padding-left:8px;
    padding-right:8px;
    width:fit-content;
    font-weight: 600;
    align-content: center;
}


#loginCard{
    /*width: 21.5rem;*/
    margin-top: 15vh;
    height: 60vh;
    overflow-y: auto;
}

label small{
    color: crimson;
    margin-right: 5px;
    font-size: 1.3em;
}

.card{
    border-radius: 5px;
    background: #FFF;
}

#Password {
    text-align: left;
}

.forgetPasswordText {
    float: right;
}

#btn_loginDairyAdmin{
    /*border-radius: 5px;*/
    background: #01904B;
}

/*navbar*/
#navAfterLogin {
    background-color: #01904B;
    width: 100%;
    height: 54px;
}

.active{
    background: linear-gradient(180deg, #0E6E3F 0%, #054A54 100%);
}

.menuNameStyle{
    padding-left:5px;
    padding-top:12px;
    color: #FFF;
    font-family:Inter, sans-serif !important;
    font-style:normal;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    cursor: pointer;
}

.adminMenu{
    margin:0px;
}

#bellIconRight{
    position: absolute;
    right: 80px;
    height:54px;
    cursor: pointer;
}

/*account*/



.headerright i{
    color: transparent;

    display: block;
    margin-top: 17px;
    margin-right: 20px;
    font-size: 1.7rem;
}
.headerright img{
    margin: 15px 0 15px 25px;
    width: 25px;
    height: 25px;
    float: left;
}

#profileIcon{
    position: absolute;
    /*    float: right;*/
    margin-right:0px;
    vertical-align: top;
    height: 52px;
    position: absolute;
    right: 0;
}

.editDetailsModal{
    border: 1px solid #4C7EFF !important;
}

.cancelButton{
    background-color: white !important;
    border-radius: 5px !important;
    color: #757575 !important;
    border: 1px solid #757575;
    text-decoration: none !important;
    width: 121px;
    margin: 7px;
}
.cancelButton:hover{
    color:#757575;
    border: 1px solid #757575;
}

.saveButton{
    background-color: #01904B !important;
    border-radius: 5px !important;
    width: 121px;
    margin: 7px;
    border: #757575 1px solid;
}
.saveButton:hover{
    border:#757575 1px solid;
}


.validationBox{
    border-color: red !important;
}

.fa-solid, .fa-regular{
    font-size: 15px;
    color: #667085;
    padding: 5px;
}

button:has(button){
    padding:5px !important;
}
button:has(button):hover{
    padding: 6px !important;
}
div.dt-container .dt-paging .dt-paging-button:hover{
    background: none !important;
    background-color: white !important;
    border: none !important;
}

.dt-search {
    display:none;
}
.modalTitle{
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
    height: 25.001px;
}
.modal-header{
    background: #EEF6FF !important;
    height: 3.3205em;
}
.modalSubHeader{
    color: #0E0E0E;
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 28px; /* 171.429% */
}
.modal form label, .card label{
    color: #595959 !important;
    align-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px; /* 200% */
    text-transform: capitalize;
}
.modal input:not(.form-check-input), .modal textarea, .modal select, #uploadAgreementButton , select, .card input{
    color: #7A7A7A !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    box-shadow: none !important;
    border-color: #A6A6A6;
    height: 2.35rem;
}

#btnForgotPassword{
    color: #7D7D7D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.modalBorder{
    border-radius: 0 !important;
}
.w-7{
    width: 7%;
}
.w-8{
    width: 8%;
}
.w-5{
    width: 5%;
    /*overflow-wrap: anywhere;*/
}
.w-10{
    width: 10%;
    /*overflow-wrap: anywhere;*/
}
.w-12{
    width: 12%;
}
.w-15{
    width: 15%;
    /*overflow-wrap: anywhere;*/
}
.w-18{
    width: 18%;
}
.w-20{
    width: 20%;
    /*overflow-wrap: anywhere;*/
}
.w-30{
    width: 30%;
    /*overflow-wrap: anywhere;*/
}

.bootstrap-select{
    border-color: #A6A6A6;
}

.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}

button.btn.dropdown-toggle{
    color: #7A7A7A !important;
}

.dropdown-menu:not(.datepicker),.dropdown-menu .inner {
    width: auto !important; /* Allow dropdown width to adjust based on content */
    max-width: 100% !important; /* Prevent the dropdown from overflowing the container */
    max-height: inherit !important;
    min-height: inherit !important;
    /*overflow-y: auto !important;*/
    max-height: 300px !important;
}

table {
    text-transform: none; /* Reset any text transformation */
}
.addButton{
    background-color: #156CC9;
    height: 34px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
}
.dropdown-menu ul li a span{
    white-space: normal !important;
}
.addButton img{
    padding-bottom: 0.25rem;
}
td.blue{
    color: #1C68C8;
}
td.dt-left{
    text-align:left
}

table.dataTable>thead>tr:last-child th, table.dataTable>thead>tr:last-child td{
    border-bottom: none;
}

/*
#dairyAdminTableBody tr td:nth-child(7), #channelPartnerTable tr td:nth-child(5), #channelPartnerTable tr td:nth-child(8), #manageUsersTable tr td:nth-child(2){
    color: #1C68C8;
}
*/