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

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

.login{
    padding-top: 3%;
}

#userid {
    text-align: left;
}
.dairySupport{
    color: #595959;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

#loginSupport{
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.editDetailsModal{
    border: 1px solid #4C7EFF !important;
}


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

#supportHeaderUltimus{
    background: #01904B;
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    line-height: 50px;
    padding-left:8px;
    padding-right:8px;
    width:fit-content;
    font-weight: 600;
    align-content: center;
}

#supportHeader{
    color: #000;
    padding-top: 25vh;
    font-size: 40px;
    font-style:normal;
    line-height: 51px;
    text-align: left;
}

#card{
    width: 21.5rem;
    margin-top: 15vh;
}

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

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

#Password {
    text-align: left;
}

.forgetpassword {
    float: right;
}

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

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

.MenuNameStyle{
    padding-left:5px;
    padding-top:12px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
}

.supportMenu{
    margin:0px;
    padding-left:15px;
    padding-right:15px;
}

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

/*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;
}

/*//Dairy management*/

.ManageDairy{
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

#AddManageDairy{
    position: absolute;
    right: 5px;
}


.tableHeading{
    vertical-align: middle !important;
    margin: auto !important;
    text-align: center;
    padding: 0.6em !important;
    /*border: 1px solid #E9E9E9;*/
    background: #FCFCFD;
    text-align: center !important;
}

.table thead tr th{
    color: #667085;
    text-align: left !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 16px; /* 116.667% */
    padding: 0.6em !important;
}
.table td{
    text-align: left !important;
    color: #242424;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 141.667% */
}

#searchDairySupport{
    width: 280px;
    height: 32px;
}

.searchDairy-image {
    position: absolute;
    top: 50%;
    left: 10px; /* Adjust as needed */
    transform: translateY(-50%);
    z-index: 1;
}

.searchInput{
    /*    width: 19rem;*/
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--White, #FFF);
    padding-bottom: 0px;
    padding-left: 2px;
    /* Shadow/xs */
    box-shadow: 0px 1px 1px 0px rgba(16, 24, 40, 0.05);
}
.searchIcon{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    z-index: 1;
}

.borderRed {
    border-color: crimson !important;
}

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

.validationBox{
    border-color: red !important;
}
/*.emailField{
    text-transform: lowercase;
}*/
input, select{
    box-shadow: none !important;
}
.active {
    background: linear-gradient(180deg, #0E6E3F 0%, #054A54 100%);
}
.form-control.is-invalid{
    background-image: none !important;
}
.modalBorder{
    border-radius: 0 !important;
}
.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;
}
.modal form label, .card label{
    color: #595959;
    align-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 520;
    line-height: 24px; /* 200% */
    text-transform: capitalize;
}
.modal input, .modal textarea, .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;
}
.headerText {
    color: #333;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 550;
}
.input-group>.form-control:focus {
    z-index: 0 !important;
}

.dt-search {
    display:none;
}
#btnForgotPassword{
    color: #7D7D7D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}
button.btn.dropdown-toggle{
    color: #7A7A7A !important;
}
.bootstrap-select{
    border-color: #A6A6A6;
}

.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.dropdown-menu,.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;
 }
 

.dropdown-menu ul li a span{
        white-space: normal !important;
}
.structFilter {
    border: 1px solid #A6A6A6;
}