.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: block;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem)!important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bg-gradients{
    background: rgb(106,17,203);
    background: linear-gradient(-35deg, rgba(106,17,203,1) 0%, rgba(37,117,252,1) 100%);
}

.hh-100{

    min-height: 100vh!important;
}

.custom-rounded {
  border-radius: 2.25rem !important;
}

.btn-main{
    padding: 10px 21px 10px 21px!important;
    font-size: 13px!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    color: #ffffff!important;
    background-color: #042ff8!important;
    border: 1px solid #042ff8!important;
    border-radius: 20px 20px 20px 20px!important;
    box-shadow: -18px 18px 50px 0px rgb(0 0 0 / 10%)!important;
    text-decoration: none!important;
}

.btn-main:hover{
    color: #042ff8!important;
    background-color: #fcfcfc!important;
    text-decoration: none!important;
    border: 1px solid!important;
}

.poppins {
    font-family: Poppins!important;
}


.mobile-br{
    display: block;
}

#frmConfirm .is-invalid{
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem)!important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#frmConfirm .is-valid{
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25,135,84,.25);
}