.input-mandattoryInputs {
    width: 100%;
    height: 2px;
    border-bottom: 3px solid Red !important;
    margin-top: 2px;
}

.input-optionalInputs {
    width: 100%;
    height: 2px;
    border-bottom: 3px solid #00bfff !important;
    margin-top: 2px;
}

dxbl-scroll-viewer.dxbs-scroll-viewer {
    padding-bottom: 5px;
}

input[readonly] {
    color: #000 !important;
}

.dxbl-text-edit {
    --dxbl-text-edit-font-size: 12px;
    --dxbl-text-edit-border-radius: none;
}

.dxbl-grid {
    --dxbl-grid-font-size: 12px;
}

.input-warningInputs {
    width: 100%;
    height: 2px;
    border-bottom: 3px solid yellow !important;
    margin-top: 2px;
}


.input-successInputs {
    width: 100%;
    height: 2px;
    border-bottom: 3px solid #7ce3ae !important;
    margin-top: 2px;
}

.grid-alt-item > td {
    background-color: rgba(0, 0, 0, 0.05);
    border-style: outset;
}

.grid-header-bold span {
    font-weight: 700;
}
.grid-header-content-center {
    text-align: center !important;
}

.input-header {
    width: 100%;
    height: 2px;
    border-color: green !important;
    border-bottom-width: 3px;
   
}

.arinvoice-drawer-popupwidth {
    right: -950px;
    width: 950px;
    top: 60px !important;
}

.remitInvoiceRouncorder {
    border-radius: 10px;
    border: 2px solid #c9d0bf;
    padding: 6px;
    width: 606px;
    height: 140px
}

.roundBorder-FPR {
    border-radius: 10px;
    border: 2px solid #c9d0bf;
    padding: 6px;
    border: 2px solid #7f9cd0;
}

.ch-450 {
    height: 450px;
}

.ch-600 {
    height: 620px;
}
.hideText {
    visibility: hidden;
}

.dxbl-grid-focused-row {
    background-color: rgb(111 59 59 / 55%) !important;
    
}
.right-aligned-div {
    text-align: right;
}