body{
    background: #eceff1;
}
*{
    font-family: Poppins, sans-serif !important;
}
html {
    font-size: 1.66666667vw;
}
::placeholder{
    color: #A1A1AA;
    font-size: 0.4375rem;
}
.sales{
    display: flex;
    flex-direction: column;
    margin-left: 0.8rem;
}
.salesHeader{
    font-size: 0.5rem;
    font-weight: 600;
}
.number{
    font-size: 0.4rem;
    font-weight: 300;
}
.error {
    margin-bottom: 0.5rem !important;
    text-align: left !important;
}

.checkbox > input[type='checkbox'] {
    height: 0.5rem;
    width: 0.5rem;
}

.checkbox > span {
    color: #52525B;
    font-size: 0.375rem;
    margin-left: 0.25rem;
}
.form-label{
    margin-bottom: 0rem;
}
.input-container {
    display: flex;
    width: 8.75rem;
    justify-content: space-between;
    height: fit-content;
    margin-top: 0.25rem;
    padding-right: 0.1875rem;
    border: 0.03125rem solid #D4D4D8;
    color: #A1A1AA;
    border-radius: 0.1875rem;
    outline: none;
    overflow: auto;
}
.input-container input:focus, .input-container input:active {
    outline: none;
    border: none;
}
.input-container:focus-within{
    border: 0.03125rem solid #1D4ED8;
}
.input-container input {
    border: none;
}
.demoinput{
    margin-bottom: 0px;
    margin-left: 0px !important;
    font-size: 0.5rem;
    height: 1.5rem;
    margin-top: 0px;
    border-radius: 0px;
}
.otp{
    width: 3.0625rem;
    height: 1.125rem;
    background: #D4D4D8 0% 0% no-repeat padding-box;
    border-radius: 0.1875rem;
    opacity: 1;
    font-size: 0.5rem;
    margin-top: 0.1875rem;
    white-space: nowrap;
    margin-bottom: 0.1875rem;
    background: #D4D4D8;
    color: #52525B;
    border: none;
    outline: none;
    padding: 0 0.1875rem 0 0.1875rem;

}
.otp:hover{
    background: #1D4ED8;
    cursor: pointer;
    color: #F4F4F5;
    border: none;
    outline: none;
}
.form-label:after{
    content: "*";
    color: red;
}
.form-select {
    font-size: 0.4375rem;
    max-width: none;
    background-size: 0.5rem 0.375rem;
    border: 0.03125rem solid #D4D4D8 !important;
    outline: none !important;
    transition: none;
}
.form-select:focus{
    border: 0.03125rem solid #1D4ED8 !important;
    box-shadow: none;
}

.form-label{
    font-size: 0.4375rem;
    font-weight: 600 !important;
}
#submiBtn{
    background: #27272A 0% 0% no-repeat padding-box;
    border-radius: 3.125rem;
    width: 3.03125rem;
    height: 1.25rem;
    color: #F4F4F5;
    font-size: 0.5rem;
    border: none;
    padding: 1px 0.1875rem;
}
#submiBtn:hover{
    background: #1D4ED8;
    cursor: pointer;
}
.sucess{
    font-size: 0.375rem;
    color: green;
    text-align: left;
    margin-bottom: 0.5rem;
    margin-top: -1rem !important;
}
.error{
    margin-top: -1rem !important;
    text-align: left !important;
}
.hide{
    display: none;
}
.disabled{
    opacity: 0.5;
    pointer-events: none;
}
.position-header{
    z-index: 1;
}
.nowrap{
    white-space: nowrap;
}
.demo-main{
    padding-left: 0.3rem;
}
.f-50{
    flex: 50% !important;
}
.max-wd-none{
    max-width: none;
}
.rel{
    position: relative
}
.dispn{
    display: none;
}
.fcent{
    display: flex;align-items: center
}
.graycontainer{
    align-items:flex-start;display: flex;padding-top: 2.5625rem;margin-top: 2rem;
}

.f20{
    font-size: 0.625rem;
}
.vishide{
    visibility: hidden;
}
.left-flex{
    flex: 50%;
}