.form-check-input {
    /* background-color: #3c9bd6 !important; */
    border: 2px solid #6658DD !important;
}
textarea{
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.product_image_file{
    width: 100px;
}
.product_image_upload.dropzone{
    min-height: 0px !important;
}
.product_img img {
    width: 120px;
}
html[data-layout=horizontal] .app-menu{
    z-index: 9999;
}
.checklist{
    flex-wrap: wrap;
}
.set{
    width: 20%;
}
.table-responsive {
    overflow-x: unset !important;
}
#companies_table_filter label {
    display: flex;
    align-items: center;
    justify-content: end;
}
#companies_table_filter label input{
    width: 200px !important;
}
.dataTables_empty {
    text-align: center !important;
}
.btn{
    background-color: #37A0E3 !important;
    color: #fff !important;
    border: none !important;
}
.highlight{
    color: #C73659;
}
.dataTables_filter label {
    display: flex;
    align-items: center;
    justify-content: end;
}
.dataTables_filter label input {
    width: 200px !important;
}
.pagination{
    justify-content: end;
}
.dataTables_length label {
    display: flex;
    align-items: center;
}
.dataTables_length label select{
    margin: 0px 5px !important;
    width: 100px !important;
}
.table_action{
    font-size: 28px !important;
}
.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.table-loader {
    display: none;
    text-align: center;
}
.dataTables_processing{
    background-color: #00A0E3 !important;
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    margin-top: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    z-index: 100;
    /* color: #000;
    background: rgba(255, 255, 255, 0.8); */
    padding: 5px 0px !important;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.dataTables_processing p{
    margin-bottom: 0px !important;
}
.checkbox-pink label, .form-check, .form-radio label, .form-check-input, span.badge{
    cursor: pointer;
}
.submsg{
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin-bottom: 10px;
    /* background-color: #00d1d1; */
    padding: 10px 40px;
    border-radius: 30px;
    line-height: 1.15;
    margin-top: 10px;
}

/*coupon generation start*/
.form-group {
/*    display: flex;*/
/*    align-items: center;*/
    margin-bottom: 16px;
}
.form-group label {
    flex: 0 0 200px;
    margin-bottom: 0;
    text-align: right;
    padding-right: 20px;
}
.form-group .form-control {
    flex: 1;
}
.form-group label span, .image-upload .header-title span {
  color: red;
}
.form-group .form-control.dropclass {
    height: 48px !important;
}
.btn-custom, .btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom:disabled {
    background-color: #37A0E3 !important;
    color: white;
    margin-top: 5px;
}

.custom-swal-button {
  background-color: #37A0E3 !important;
  border-color: #37A0E3  !important;
  color: #fff !important;
}
/*coupon generation end*/
.simplebar-content {
    max-width: 90% !important;
    margin: 0 auto;
}
html[data-layout="horizontal"] .app-menu .menu{
    justify-content: unset !important;
    margin: 0px !important;
    text-align: left;
}
.delete_action {
    cursor: pointer;
}
.company-form .select2-container .selection > .select2-selection--single{
    height: 48px !important;
}
.company-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
}
.company-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}
.company-form .select2-container, .dropclass {
    margin-top: .375rem !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #DADADA !important;
}

.form-group {
    position: relative;
}

.calendar-icon {
    position: absolute;
    right: 25px;
    top: 65%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
}

.company_logo{
    width: auto !important;
}
