.error {
    display: none;
    color: #ff000b;
    font-size: 75%;
    left: 0;
    width: 100%;
    float: left;
}

.verifyotpbox {
    display: none;
}

.dsaDetails {
    align-items: flex-start;
}

.dsaFormApplication .form-row {
    margin-left: 0px;
    margin-right: 0px;
}

.dsaFormApplication .form-group {
    position: relative;
    margin-bottom: 2.5rem;
}

.dsaFormApplication .form-group .dropdown.bootstrap-select {
    width: 100%;
}

.form-group .bootstrap-select>select {
    position: static !important;
    width: 100% !important;
    opacity: 1 !important;
    height: 48px !important;
    border-bottom: 2px solid #d3d3d3 !important;
}

.dsaFormApplication .form-group .dropdown.bootstrap-select>.dropdown-toggle {
    display: none !important;
}

.dsaFormApplication .otpSendBox label {
    left: 0;
}

.dsaFormApplication .form-group label {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    color: #000000;
    transition: 0.2s all;
    cursor: text;
    font-weight: 600;
}

.dsaFormApplication .form-group:has(span[style*="inline"]) input+label,
.dsaFormApplication .form-group .dropdown.bootstrap-select+label,
.dsaFormApplication .form-group input:disabled+label,
.dsaFormApplication .form-group input:focus+label,
.dsaFormApplication .form-group input:valid+label {
    font-size: 14px;
    top: -16px;
    color: #000000;
}

.dsaFormApplication .form-group input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 14px 0;
    line-height: normal;
    border-bottom: 2px solid #d3d3d3;
    color: #000000;
    position: relative;
    z-index: 2;
    background: transparent;
}

.dsaFormApplication .form-group input:-webkit-autofill {
    box-shadow: inset 0 50px #ffffff !important;
}

.dsaFormApplication .form-group .otpSendBox+.verifyotpbox .dsaOtpField {
    border-color: #d3d3d3 !important;
}

.dsaFormApplication .form-group .dsaCategorySelected,
.dsaFormApplication .form-group .subCategorySelected,
.dsaFormApplication .form-group:not(span[style*="inline"]) input:valid,
.dsaFormApplication .form-group input:focus {
    border-color: #198754 !important;
}

.dsaFormApplication .form-group:has(span[style*="inline"]) select,
.dsaFormApplication .form-group:has(span[style*="inline"]) input:invalid {
    border-color: #dc3543 !important;
}

.dsaFormApplication .form-group input[type="number"]::-webkit-outer-spin-button,
.dsaFormApplication .form-group input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dsaFormApplication .form-group input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.verifiedMobile.verifiedEmail~.dsaExtraDetails {
    display: block;
}

.verifyotpButton {
    width: calc(100% - 114px);
    float: left;
}

.verifyotpButton input {
    padding-right: 125px;
}

.dsaFormApplication .form-group:has(.dsaFromValidate) {
    display: flex;
    align-items: flex-end;
}

.btn-primary-option:before {
    border: 0;
}

.otpSendBox {
    position: relative;
}

.otpSendBox input {
    padding-right: 100px;
}

.otpSendBox .sendOtpBtn {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 2;
}

.otpSendBox:has(input:disabled) .sendOtpBtn {
    display: block;
}

.otpSendBox:has(input) .sendOtpBtn {
    display: none;
}

.form-group-name:after,
.otpSendBox:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    bottom: 12px;
    right: 10px;
    color: #198754;
    z-index: 2;
}

.dsaDetails .form-group-name:after {
    right: 15px;
}

.verifiedName .form-group-name:after,
.verifiedMobile .form-group-mobile .otpSendBox:after,
.verifiedEmail .form-group-email .otpSendBox:after {
    content: "\f058";
}

.verifiedMobile .form-group-mobile .otpSendBox button,
.verifiedEmail .form-group-email .otpSendBox button,
.verifiedMobile .form-group-mobile .verifyMobileotp,
.verifiedEmail .form-group-email .verifyEmailotp {
    display: none !important;
}

.verifiedName .form-group-name input:disabled,
.verifiedMobile .form-group-mobile .otpSendBox input:disabled,
.verifiedEmail .form-group-email .otpSendBox input:disabled {
    color: #000000;
    border-bottom-color: #198754;
}

.verifyotpbox {
    position: relative;
    margin-top: 20px;
}

.verifyotpbox .dsaTimer {
    position: absolute;
    right: 101px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.verifyotpbox .btn-primary-option {
    position: absolute;
    right: 4px;
    top: 7px;
    z-index: 2;
}

.dsaExtraDetails {
    display: none;
}

.dsa_application_form .btn-primary:disabled {
    background-color: #832625;
    opacity: 0.7;
}

.customer_enq_thankyou .right_icon {
    font-size: 48px;
    color: #FFB241;
}

.customer_enq_thankyou .right_icon span {
    border: 3px solid #832625;
    width: 90px;
    display: inline-block;
    border-radius: 50%;
    height: 90px;
    line-height: 90px;
}