/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
::-webkit-scrollbar {
width: 5px;
}
  
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

em {
    color: #f7274a;
}

#wizard_container {
    max-width: none;
    width: 100%;
}

.m-separator.m-separator--dashed {
    border-bottom: 1px dashed #ebedf2;
}
.m-separator.m-separator--sm {
    margin: 20px 0;
}
.m-separator {
    border-bottom: 1px solid #ebedf2;
}
.m-separator {
    height: 0;
    margin: 20px 0;
}

label.container_check {
    font-size: 16px;
    font-weight: bold;
}

.select2-container {
    display: block;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    background-color: #fff;
    border: 1px solid #d9e1e6;
    border-radius: 3px;
    box-shadow: none;
    color: #999;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Inter", Arial, sans-serif;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    padding-top: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
    height: calc(3.5rem + 2px);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 16px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border:none;
}

.daterangepicker {
    position: absolute !important;
}

.table-responsive .table td {
    padding-top: 20px;
}

span.error {
    background-color: #f7274a;
}

span.error:after {
    border-color: transparent #f7274a;
}