/* Custom styles goes here */


.text-white {
    color: var(--bs-white);
}

.text-finance {
    color: #dfaa0b;
}


.bg-color-primary {
    background-color:  rgba(109, 28, 41, 1) !important;
}

.auto-color-primary {
   color: #9C283B
}

.auto-link:hover,
.auto-link:active {
    background: var(--Primary-100, #FDE8E9) !important;
    color: #9C283B !important
}

.auto-link:hover .menu-icon,
.auto-link:active .menu-icon {
    color: #9C283B; 
}

.auto-link.active {
    background: var(--Primary-100, #FDE8E9) !important;
    color: #9C283B !important
}

.auto-bnt-direction {
    background: var(--Secondary-White, #FFFFFF);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0px 2px 16px 0px rgba(1, 13, 81, 0.12);
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.auto-arrow {
    margin-left: 220px;
    z-index: 1
}


.auto-switch.switch-input:checked ~ .switch-toggle-slider {
    background: #9C283B !important;
    color: #000 !important;
    box-shadow: 0 2px 6px 0 rgba(255, 0, 0, 0.3) !important;
}


.auto-table-head {
    background: #F7F6F8;
    border-bottom: 1px solid #EDECF0;
}

.auto-table-head-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    background: #353341;
}

.text-auto {
    color: #9c283b
}


input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}


.auto-upload-circle {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFF2F3;
    cursor: pointer;
    padding: 10px;
}

.auto-upload-circle img {
    width: 24px;
    height: 24px;
}

.auto-guarantor {
    background: #F7F6F8;
    border-radius: 6px;
}

.d-none {
    display: none !important;
}

.auto-img-upload {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.auto-w-30 {
    flex: 0 0 30% !important;
}

.auto-w-70 {
    flex: 0 0 70% !important;
}

.auto-w-60 {
    flex: 1
}
.status {
    padding: 4px 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
    display:flex;
    align-items:center;
}

.status-open {
    background-color: #3692FF1A;
    color: #3692FF;
}

.status-cancelled {
    background-color: #2A28360D;
    color: #575565;
}

.status-deleted {
    background-color: #E148511A;
    color: #E14851;
}

.status-completed {
    background-color: #2BA84E1A;
    color: #2BA84E;
}

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

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


.auto-detail-image {
    background: #F7F6F8 !important;
    border-width: 1px !important;
}

.auto-btn-retrieve {
    background: #FFFFFF !important;
    border-color: #8C8A9B !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    color: #353341 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    border: 1px solid #8C8A9B !important
}


.auto-head-detail {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    letter-spacing: 0px !important;
    color: #353341 !important;
}

.auto-text-dowload {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #9C283B;
}

.auto-loan-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #353341;
}

.rm-text-input {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: 0px;
    color: #353341 !important;
    overflow-wrap: break-word;
    word-break: break-word;
}


.auto-singpass-yes {
    color: #3692FF !important;
}

.auto-singpass-no {
    color: #E14851 !important;
}


