/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 29-Feb-2024, 12:27:30 pm
    Author     : omkar
*/

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

.searchChannelPartner{
    position: absolute;
    right: 80px;
    width: 300px;
    height: 34px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}

.headerText{
    color: #333;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 550;
/*    line-height: 2.25rem;  150% */
}

.searchIcon{
    position: absolute;
    top: 50%;
    left: 5px; /* Adjust as needed */
    transform: translateY(-50%);
    /*    width: 20px;  Adjust as needed 
        height: 20px;  Adjust as needed */
    z-index: 1;
}
.searchInput{

    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--White, #FFF);
    padding-bottom: 0px;
    padding-left: 2px;
    border-radius:6px;
    /* Shadow/xs */
    /*box-shadow: 0px 1px 1px 0px rgba(16, 24, 40, 0.05);*/
    
}

#searchChannelPartnerBox{
    width: 280px;
    height: 34px;
}

#addChannelPartner{
    margin:0px;
    padding-left:15px;
    padding-right:15px;
    position: absolute;
    right: 0px;
}
#channelPartnerTable{
    border: 1px solid #E9E9E9;
    table-layout: fixed;
    overflow-wrap: anywhere;
}
#tableHead{
    margin: auto;
}

.tableSubHeading{
    text-align: left !important;
    border-right: 1px solid #E9E9E9;
}
#tableHead{

    background: #FCFCFD;
}
#tableBody{
    border: 1px solid #E9E9E9;
}

#uploadLogoButton{
    border-radius: 5px;
    background-color: #667085 !important;
    height: 2.25rem !important;
    border: gray;
}
#addUpdateChannelPartnerSave{
    background-color: #01904B !important;
    border-radius: 5px !important;
    width: 121px;
    margin: 7px;
}



#channelPartnerTable dt .sorting, .sorting_asc, .sorting_desc {
    display : none;
}

.form-control.is-invalid, .was-validated .form-control:invalid, #channelPartnerForm .required,#channelPartnerForm .mobNoValidation,#channelPartnerForm .emailValidation, #channelPartnerForm textarea, form input[type="text"], form textarea{
    background-image: none !important;
}

#addUpdateChannelPartner .form-check-input{
    height: 1rem;
    border: 2px solid gray;    
}
#chnlPartLocationTable thead tr th{
    color: #667085;
    text-align: left !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 16px; /* 116.667% */
    padding: 8px !important;
}
#chnlPartLocationTable td{
    text-align: left !important;
    color: #242424;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 141.667% */
    /*text-transform: lowercase;*/
}
/*#channelPartnerTable thead tr:first-child th:first-child{
    padding: 0 !important;
}*/
.input-group>.form-control:focus{
    z-index: 0 !important;
}
