/*common css*/
body{
font-family: 'Poppins', sans-serif !important;
}
.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
label,p{
    font-size: 16px;
}
.w-40{
    width:40%;
}
td{
    font-size:14px !important;
}
text-black{
    color: black !important;
}
button{
    background-color: #e3ad31 !important;
    border-color: #e3ad31 !important;
}
.form-control-position{
    top:13px !important;
}
.icheck-material-warning > input:first-child:checked + label::before, .icheck-material-warning > input:first-child:checked + input[type="hidden"] + label::before{
    background-color: #e3ad31 !important;
    border-color: #e3ad31 !important;
}
.radioBoxes > input:first-child:checked + label::before, .radioBoxes > input:first-child:checked + input[type="hidden"] + label::before{
   background-color: unset !important; 
}
.font-weight-600{
    font-weight: 600 !important;
}
.logoTxt{
    color: #e3ad31;
    font-size:30px;
}
.editIcon, .deleteIcon{
    font-size: 17px !important;
}
.page-item.active .page-link{
    color: #e3ad31 !important;    
    border-color: #e3ad31 !important;
}
.form-control:focus{
    border-color: #e3ad31 !important;
}
.hidden{
    visibility: hidden;
}
.icheck-material-primary > input:first-child:checked + label::before, .icheck-material-primary > input:first-child:checked + input[type="hidden"] + label::before{
    background-color: #e3ad31 !important;
    border-color: #e3ad31 !important;
}
.icheck-material-primary > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-material-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before{
    border-color: #e3ad31 !important;
}
.icheck-material-primary > input:first-child{
    background-color: #e3ad31 !important;
}
.page-link, .page-link:hover{
    color: #e3ad31 !important;
}
.copyurlbtn{
    padding: 11px 19px !important;
    border-radius: 0px 0.25rem 0.25rem 0px !important;
}
.title-modal-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #585858;
    display: flex;
    justify-content: center;
}
.credit-card-message{
    font-size: 14px;
    color: #999;
    /* margin-top: 20px; */
}
#logo-preview{
    max-height: 100px;
    max-width: 100px;
    width: auto;
    height: auto;
}
.show-farm-img{
    max-height: 120px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.show-farm-img-header{
    max-height: 60px;
    width: auto;
    height: auto;
    max-width: 200px;
}
.forgetpsswd{
    color: #585858;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
}
.forgetpsswd:hover{
    color: currentColor;
    text-decoration: underline;
}
@media print {
    .no-print {
        display: none !important;
    }
}

@media (min-width: 1200px){
    .modal-xl {
        max-width: 1140px !important;
    }
}

/*payment success page*/
.successCard{
    width: 50%;
    margin: auto;
}
.receiptSection{
    color: #fff;
    background-color: #e3ad31;
}

/*dashboard page*/
.sendInvoiceLabel{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
    display: flex;
    justify-content: center;
}
.invoiceCloseBtn{
    background-color: white !important;
    border-color: white !important;
}
.amtLabel{
    font-size: 23px;
}
.totalBillingAmount{
    font-size: 30px;
}
.invoiceToEmail{
    text-transform: lowercase;
}
.amountTextFont{
    font-size: 18px;
}
.pastInvoiceTable th{
    border-top: none !important;
}
.backTosharelist{
    text-decoration: underline;
}
.backTosharelist:hover {
    text-decoration: underline;
}

.topbar-nav .customnavbar{
    height: 50px !important;
}

/* media queries */
@media (max-width:768px) {
.paynowbtn{
    font-size: 10px !important;
    font-weight: 500 !important;
    padding: 6px 15px !important;
}
}


/* custom popup custom css */
.container-fluid .swal2-icon .swal2-icon-content{
    font-size: 2.75em !important;
}
.container-fluid .swal2-icon{
    width: 3em !important;
    height: 3em !important;
    margin: 1em auto 0em !important;
}

.swal2-html-container{

    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #585858 !important;
    display: flex !important;
    justify-content: center !important;
    /* font-size: 14px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important; */
    font-family: 'Poppins',sans-serif !important;
    padding: 2em 1.6em 0em !important;
}

.swal2-confirm.swal2-styled{
    font-size: .70rem !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    padding: 9px 19px !important;
    border-radius: 0.25rem !important;
    text-transform: uppercase !important;
    box-shadow: 0 0.125rem 0.25rem !important;
    background-color: #e3ad31 !important;
}
.swal2-cancel.swal2-styled{
    font-size: .70rem !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    padding: 9px 19px !important;
    border-radius: 0.25rem !important;
    text-transform: uppercase !important;
    color: #585858 !important;
    background-color: lightgrey !important;
}
.swal2-styled.swal2-confirm:focus,.swal2-styled.swal2-cancel:focus{
    box-shadow: unset !important;
}
.swal2-title{
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-family: inherit !important;
    align-items: flex-start !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
/* .swal2-styled.swal2-confirm:focus */


.container-fluid .card .table td, .card .table th{
    padding-left: 1rem !important;
}
.container-fluid .card .table td, .card .table th{
    padding-left: 0rem !important;
}

.c-pointer{
    cursor:pointer;
}