body {
    overflow-x: hidden;
    background-color: #e6e6e6;
}

#sales {
    height: 38px !important;
    width: 100% !important;
}

.forsales label.error {
    bottom: -13px;
}

form,
.warapperform {
    padding: 2rem;
    box-shadow: 0px 0px 20px #00000038;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background-color: #fff;
}

label.error {
    font-size: 0.7rem;
    color: red;
}

.close {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 24px;
    color: #000;
    text-decoration: none!important;
    z-index: 1000;
    cursor: pointer;
}

.modal-dialog {
    top: 20%;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    user-select: none;
    background-color: #fff !important;
    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") !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

#scheduledon {
    /* pointer-events: none !important;
    -moz-user-focus: none;
    -webkit-user-focus: none;
    -ms-user-focus: none;
    user-focus: none;
    -moz-user-modify: read-only;
    -webkit-user-modify: read-only;
    -ms-user-modify: read-only;
    user-modify: read-only;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

.btn:disabled {
    background-color: #8d8d8d!important;
    border-color: #8d8d8d!important;
}

.loading img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.321);
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
    z-index: 100;
}