/*//File Name - dairymanagement.css
//D.O.C - 12/03/2024
//Author - sumeru
//Modification History - 
//    
//Synopsis - 
//    1. cloudServices css*/


/*//Dairy management*/

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

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


.tableHeading{
    color: #667085;
    background: #FCFCFD;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
#dairyAdminGrouptable thead{
    margin-top: 35px;
}
#dairyAdminTableBody{
    color: #242424;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

#dairyAdminGrouptable tbody {
    padding-left: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
}
/*#dairyAdminGrouptable tbody td {
    text-align: left;
    padding-left: 5px !important;
}*/

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

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

/*input[type="text"] {
    padding-left: 30px;  
    Adjust according to image width 
     Other styling properties 
}*/

table, th, td {
    border-left:  none;
    border-right: none;
    border-collapse: collapse;
}
table tbody tr td{
    font-size: 14px;
}


.searchInput{
    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);
}

#editAdminPartner{
    border-radius: 0px;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*.border-primary {
    border : 1px solid #777777 !important ;
}*/
.leftborder{
    border-left:  2px solid  #156CC9;
    background: #156CC9;
}
.form-control .is-invalid, .was-validated .form-control:invalid, #addUpdateAdmin input, #addUpdateAdmin textarea, #addUpdateAdmin select{
    background-image: none !important;
}

/* Intern9 (renewal) Start */
#renewalmodalheader{
    width: 615px;
    height: 51px;
    flex-shrink: 0;
    background: #EEF6FF;
    mix-blend-mode: multiply;
}

#renewalbtnclose{
    display: flex;
    width: 121px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #757575;
}
#renewalDairybtn{
    margin-right: 6px;
    display: flex;
    width: 121px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #01904B;
}

#renewalpastdata{
    width: 560px;
    height: 35px;
    flex-shrink: 0;
    border: 1px solid #E9E9E9;
    background: #FCFCFD;
}

#renewalpastdata th{
    text-align: left !important;
}

/* Intern9 (renewal) End */

#copyTemplateFrom{
    height: 34px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 13px;
    background-color: #156CC9;
    color: #D7E6F6;
}

/*#dairyAdminTableBody tr td:first-child{
    text-align: left !important;
    padding-right: 3rem;
}*/

.dt-scroll-body table thead{
    display: none ;
}
.dt-scroll-body{
   height:auto !important;
}
