﻿._hide {
    display: none;
}

._rating {
    width:15px;
    display:inline-block;
    margin:0.5px;
}

._small_right {
    font-size: small;
    text-align: right;
    float:right;
}

._small {
    font-size: small;
}

._smaller {
    font-size: smaller;
    margin-top: -5px;
    margin-bottom: -5px;
}

.lead {
    cursor: pointer;
}

.float-left{
    float:left;
}

.alert {
    position: fixed;
    top: 90px;
    right: 15px;
    color: white;
    border-radius: 10px;
    z-index:100;
}

.login-modal .btn-otp {
    
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #202020;
    height: 45px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}