.logo-lg.custome-logo img, .auth-logo-dark.custome-logo{width:60%}

.col-search-input{
text-indent: 6px;
/* border: 0px; */
height: 40px;
border-radius: 7px;
font-size: 11px;
/* width: 180px; */
/* border: 2px solid #3c8bff; */
margin-top: 5px;
}
span.no-show{
    display: none;
}
span.show-ellipsis:after{
    content: "...";
}
.btn-primary {
    color: #fff;
    background-color: #a6ce39;
    border-color: #a6ce39;
}
.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #a6ce39;
    border-color: #a6ce39;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.col-select-option-datatable{
    text-indent: 6px;
    /* border: 0px; */
    height: 40px;
    border-radius: 7px;
    font-size: 11px;
    /* width: 180px; */
    /* border: 2px solid #3c8bff; */
    margin-top: 5px;
}

.width-180{
    width: 180px;
}

.dataTables_length{
    float: left;
}
.dataTables_length{
    float: left;
}
.dt-buttons{
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}
.dataTables_filter input{
    text-indent: 6px;
    height: 37px;
    border-radius: 7px;
    font-size: 14px;
    /* width: 180px; */
}
.shop_status_active.form-check-input:checked{
    background-color: #2ca67a;
    border-color: #2a9c72;
}

.shop_status_inactive.form-check-input:checked{
    background-color: #f46a6a;
    border-color: #f46a6a;
}

tr, th {
    /* padding: 10px; */
    text-align: top;
}