.divLoginContainter{
    width: 520px;
}

.ad-input {
    border-radius: 6px !important;
    border: 1px solid #616161 !important;
    padding-left: 12px;
    padding-right: 12px;
    height: 48px;
    width : 520px;
}

.ad-input-sm {
    border-radius: 6px !important;
    border: 1px solid #616161 !important;
    padding-left: 12px;
    padding-right: 12px;
    height: 48px;
    width: 260px;
}

.ad-btn {
    padding-left: 12px;
    padding-right: 12px;
    gap: 8px !important;
    border-radius: 6px;
    font-size: 12px;
    font-weight:normal;
    height: 48px;
}


.select-container {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    border-radius: 0.5rem;
    background: #fefefe;
    padding-left: 0.88rem;
    padding-right: 0.88rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.otp-input {
    width: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: rgba(217, 217, 217, 0.70);
}

.otp-input:focus {
    outline: 2px solid #155D90 !important;
}

.custom-select {
    width: 100%;
    padding-left: 0.88rem;
    padding-right: 0.88rem;
    outline: none ! important;
    border: none ! important;
    appearance: none;
}


.div-input-account-container {
    border-radius: 0.5rem;
    background: #fefefe;
    padding-left: 0.88rem;
    padding-right: 0.88rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 0.5rem;
}


.field-container {
    display: flex;
    gap: 1.05rem;
    width: 100%;
}

.number-input {
    border-radius: 0.5rem;
    background: #fefefe;
    padding: 1.25rem 0.625rem 1.25rem 0.875rem;
}

.number-input select,
input {
    outline: none ! important;
    border: none ! important;
}


.textfield {
    border-radius: 0.5rem;
    background: #fefefe;
    height: 3rem;
    padding: 1.25rem 0.625rem 1.25rem 0.875rem;
    margin-bottom: 0.5rem;
    outline: none ! important;
    border: none ! important;
}

.div-input-account-container input {
    outline: none ! important;
    border: none ! important;
}

#videoElement {
    width: 400px;
    height: 400px;
}

.disabled-pill {
    border-radius: 30px;
    background: #BCBABA;
    display: flex;
    gap: 1.5rem;
    padding: 0.5rem;
    color: white;
    cursor: pointer;
}

.enabled-pill {
    border-radius: 30px;
    display: flex;
    gap: 1.5rem;
    padding: 0.5rem;
    color: white;
    cursor: pointer;
}

#PhotoCapture{
    width:640px;
    height:420px;
}

.CaptureCanvas {
    width: 640px;
    height: 480px;
}


@media (max-width: 768px) {
    .divLoginContainter {
        width: 260px;
    }
    .ad-input{
        width: 260px;
    }
    .ad-input-sm{
        width: auto;
    }
    .div-input-account-container {
        display: flex;
        flex-direction: column;
    }

    #input-divider {
        display: none;
    }

    .field-container {
        flex-direction: column;
        gap: 0.5rem;
    }

    #videoElement{
        width: 250px;
        height: 250px;
    }

    #PhotoCapture {
        width: 300px;
        height: 300px;
    }

    .CaptureCanvas {
        width: 300px;
        height: 200px;
    }

}

@media (max-width: 480px) {
    .otp-input {
        width: 30px;
        font-size: 18px;
    }
}