* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: Inter; */
}

.sellcryptorate {
    margin-bottom: 40px;
}

.sellcryptorate span {
    border: 1px solid #40196D;
    padding: 2px 20px;
    border-radius: 100px;
    font-size: 14px;
    color: #40196D;
}

.subtext {
    margin: 0 30px !important;
}

.otp-inputs {
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
}

.otp-input {
    width: 50px;
    height: 50px;
    font-size: 20px !important;
    text-align: center;
    border: 2px solid #FF6600;
    border-radius: 5px;
}
