@charset "UTF-8";
/* Custom Styles */

.bg-login {
    background-color: #3E403F;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

button:not(.toast button), input, optgroup, select, textarea {
    border-radius: 2px !important;
    border: 0 none;
    border-bottom: 1px solid #CBD5E1;
    background: #fff !important;
    width: 100% !important;
    padding: 10px !important;
    margin: 5px 0 !important;
    /* font-size: 12px !important; */
    line-height: 18px !important;
}

[type=button]:not(.toast button), [type=reset], [type=submit], button:not(.toast button) {
    border-radius: 50px !important;
    padding: 10px !important;
    color: #fff !important;
    font-weight: bold !important;
}

input:focus-visible {
    border: 1px solid !important;
}

.img-company {
    width: 40px;
    border-radius: 100%;
    margin: 0 5px 5px 0;
    border: 5px solid #3E403F;
    float: left;
}

.neg-marg {
    margin-left: -18px;
}

.inpt-w-auto {
    width: auto !important;
}

.fgt-pwd {
    color: #485351;
    text-align: end;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 14px;
}

.fgt-pwd:hover {
    text-decoration: underline !important;
}

.form-cont-h {
    height: 100vh;
    overflow-y: auto;
}

/* Dan - Feb 2022 */

a {
    color: #3E403F;
    text-decoration: underline !important;
}

a:hover {
    color: #485351;
    text-decoration: underline;
}

.file {
    visibility: hidden;
    position: absolute;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    transition: .2s;
    border-radius: 5px !important;
    border: 1px solid #CBD5E1 !important;
    background: #fff !important;
    width: 100% !important;
    padding: 10px !important;
    margin: 5px 0 !important;
    line-height: 18px !important;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: capitalize;
}

.file-message {
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.img-txt-hint {
    margin-top: 0.25rem !important;
    font-size: .75rem !important;
    color: rgba(148,163,184, 1) !important;
    margin-bottom: 10px !important;
}

.preview {
    background: #f5f5f5;
    margin-bottom: 30px;
}

.cbox-style {
    border-radius: 2px !important;
    background-color: #fff !important;
    border: 2px solid #cbd5e1 !important;
    font-size: 1px;
    height: 20px !important;
    width: 20px !important;
    z-index: 1;
    margin-top: 3px !important;
}

.rc-anchor-light {
    height: auto !important;
    width: 100% !important;
    float: left !important;
    position: relative !important;
}

.rc-anchor-compact {
    height: auto !important;
    width: 95% !important;
    float: left !important;
    position: relative !important;
    padding: 20px 2% !important;
}

.rc-anchor-content {
    height: auto !important;
    width: 50% !important;
    float: left !important;
    position: relative !important;
}

.rc-anchor-compact-footer {
    height: auto !important;
    width: 50% !important;
    float: left !important;
    position: relative !important;
    margin: 0 !important;
}

.rc-anchor-checkbox-label {
    width: 100% !important;
}

.rc-anchor-checkbox-label {
    font-family: Roboto,helvetica,arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
}

.rc-anchor-logo-landscape {
    text-align: right !important;
}

.rc-anchor-pt {
    text-align: right !important;
    float: right !important;
}

.mandatory-field {
    border-inline-start-width: 4px !important;
    --tw-border-opacity: 1 !important;
    border-inline-start-color: rgba(220,38,38, 1) !important;
    border-radius: 5px !important;
}

.error-msg {
    color: #dc2626;
    font-size: 13px;
}

.eye-icon {
    margin-left: -30px !important;
    margin-top: 15px;
    cursor: pointer;
    z-index: 1;
}

.field-label {
    font: 400 0.875rem/1.2857142857 Source Sans Pro,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    letter-spacing: normal;
}

.input-group {/*align date text box with icon*/
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.text-rtl {
    direction: rtl !important;
    text-align: start !important;
}

.login-tips-txt {
    align-items: flex-end !important;
    font-size: 10px;
}

.login-form-txt {
    align-items: center !important;
    display: flex !important;
    justify-content: space-evenly;
}
.overall-width-login{
    width: -webkit-fill-available !important;
    position: relative;
}

.text-label-color{
    color: #455A64 !important;
    font-weight: 600 !important;
}

.text-title-color{
    color: #3D3F3E;
}

.osos-bs-text{
    padding-left: 2rem !important;
}

.text-info-color{
    color: #455A64;
}
.unable-to-scan{
    text-decoration: none !important;
    color: #3FA5FF;
}
.unable-to-scan:hover{
    text-decoration: underline !important;
    color: #3FA5FF;
}
.scan-barcode{
    text-decoration: none !important;
    color: #3FA5FF;
}
.scan-barcode:hover{
    text-decoration: underline !important;
    color: #3FA5FF;
}
.restart-login{
    text-decoration: none !important;
    color: #3FA5FF;
}
.restart-login:hover{
    text-decoration: underline !important;
    color: #3FA5FF;
}
.overall-otp-scroll {
    max-height: 200px !important;
    overflow-y: auto !important;
}
.horizontal-bar-otp {
    height: 3px !important;
    border-radius: 5px !important;
}
.warning-message{
    color: #3FA5FF;
    font-size: 13px;
    background-color: #F3FAFF;
    border-top: 2px solid #97CEFF;
}
.warning-message-inner{
    display: flex;
    align-items: center;
}
.login-otp-header{
    margin-top: 132px;
}
.login-continue-with-line{
    width: 33%;
}
.microsoft-account-list{
    text-align: center;
    [type=button]:not(.toast button) {
        background-color: #ffffff !important;
        border-radius: 50px !important;
        border: 1px solid #D5D5D5;
        font-weight: 500 !important;
        font-size: 12px !important;
        color: #706D6E !important;
        padding: 9px !important;
    }
}
.microsoft-btn{
    text-decoration: none !important;
    width: 30%;
    background-color: white !important;
}
.microsoft-logo{
    width: 18px;
    height: 18px;
}
.microsoft-btn-text{
    margin-bottom: 2px;
}
.continue-text-align{
    font-size: 0.75rem;
    line-height: 1rem;
}
.back-to-login {
    color: #485351;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 14px;
}

.back-to-login:hover {
    text-decoration: underline !important;
}
.no-account-text{
    font-size: 13px;
    color: #485351;
}
.sign-up-text{
    font-size: 13px;
}

.home-icon {
    font-size: 1.2rem;
    color: #333;
    z-index: 1000;
}
.version-section {
    text-align: center;
    font-size: 0.1rem;
    color: #333;
    z-index: 1000;
}
input, optgroup, select, textarea {
    padding: 13px !important;
    margin: 7px 0 !important;
    font-size: 16px !important;
    line-height: 16px !important;
}
.field-label{
    font-size: 16px !important;
}