.sidebar__logo img{
    background: #5c039b;
    width: 100%;
    height: 80px;
    object-fit: contain;
}
.sidebar-menu__link{
color: #5c039b;
}
.sidebar-menu__link .icon{
    font-size: 42px;
}
td span, thead th, td a{
    font-size: 13px;
}
.sidebar-menu__item.activePage .sidebar-menu__link {
    background-color: #5c039b;
    color: hsl(var(--white));
}
.auth-right__logo{
        width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #5c039b;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}
.otp-input, .pin-input {
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.otp-input:focus , .pin-input:focus{
    border-color: #0066ff;
}
#timer {
    font-size: 14px;
    color: #888;
}

#resendOTP {
    font-size: 14px;
    color: #0066ff;
}

#resendOTP:hover {
    text-decoration: underline;
}

.btn-main {
    background-color: #0066ff;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 30px;
}

.btn-main:hover {
    background-color: #0056b3;
}
