span.select2-container{
    width: 100% !important;
}

#subMenu_Reff {
    height: 300px !important;
    overflow-y: auto !important;
}

.has-error .form-control-feedback {
    color: #a94442 !important;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442 !important;
    display: block;
}

/* .has-error .help-block {
    display: block !important;
} */

.has-error .form-control {
    border-color: #a94442 !important;
}

.has-error .select2-container--default .select2-selection--single {
    border-color: #a94442 !important;
}

.align-select2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#loading {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #00000078;
    z-index: 999;
    display: none;
}

#loading2 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #227a9cde;
    z-index: 999;
    display: none;
}

.lds-facebook {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px auto;
}
.zn-load-text {
    display: inline-block;
    position: sticky;
    top: 29%;
    left: 39%;
    margin: 0px auto;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    width: 400px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }

    50%,
    100% {
        top: 19px;
        height: 26px;
    }
}

.tittle-prev {
    font-size: 1.1rem;
    font-weight: 500;
    color: #404350;
}

.value-prev {
    font-size: 1.1rem;
    font-weight: 500;
    color: #74788d;
}

.container-input:not(:last-child) {
    margin: 0 8px;
    width: 200px;
}

.container-input:last-child {
    width: 200px;
}

.container_qty{
    margin: 0 8px;
    width: 120px;
}

.container_diskon{
    margin: 0 8px;
    width: 120px;
}

.btn-remove-row{
    margin: 29px 8px;
    width: 100px;
}

.btn-add-amount {
    position: relative;
    margin-top: 2.2rem;
    width: 42px;
}

.titles {
    font-size: 1.2rem;
    font-weight: 500;
    color: #666;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.table-preview-invoice tfoot td {
    border: 0;
}

.table-preview-invoice tfoot tr td:last-child {
    color: #FE21BE;
    font-size: 1.2rem;
    padding: 1rem 0 1rem 0;
    border-top: none;
    font-weight: 700;
    text-align: right;
}

.table-preview-invoice tbody tr:last-child {
    border-bottom: 1px solid #ebedf2;
}

.table-preview-invoice tfoot tr td:first-child {
    color: #74788d !important;
    font-weight: 500 !important;
    border-bottom-width: 1px !important;
    text-align: right;
    text-transform: uppercase;
}

.bg-login:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #0000003d;
}

.color-primary-lsp {
    color: #54a43c;
}

.color-secondary-lsp {
    color: #8b9a72;
}

.btn-primary-lsp {
    background-color: #54a43c;
    border-color: #54a43c;
    color: #ffffff;
}

.btn-label-primary-lsp {
    background-color: rgb(39 222 251 / 10%);
    color: #54a43d;
    cursor: text !important;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

.containerRadio {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 2rem;
    width: 100%;
}

.containerRadio .radioTab {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    display: inline-flex;
    height: 60px;
    padding: 0 2rem;
    border-radius: 8px;
    cursor: pointer;
    transition: .4s ease-in-out;
    background: linear-gradient(90deg, #5454ed 0% , #0f0fbb 100%) !important;
}

.containerRadio .radioTab:hover {
    box-shadow: 0px 9px 12px -8px rgba(5, 84, 169, 0.78);
    color: #fff;
    transition: .4s ease-in-out;
}

.containerRadio .radioTab input {
    position: absolute;
    opacity: 0;
    visibility: none;
}

.containerRadio .radioTab .titleRadio {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.containerRadio .radioTab .titleRadio i {
    font-size: 18px;
    color: #fff;
}