*{
    font-family: 'Montserrat', sans-serif;
}



.blue_txt{
    color: #4a00f4;
}

.card_big_txt{
    font-size: 1.1rem;
    margin: 6px;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.result_modal{
    overflow-y: scroll;
}


.play_img_af {
    position: fixed;
    bottom: 15px;
    right: 120px;
    height: 45px;
    width: 45px;
    background-color: #1d6ef1;
    box-shadow: 0 0 8px rgb(134 252 4), 0 0 6px rgb(203 250 3);
    border-radius: 50% !important;
    z-index: 9;
}

.play_img_af>img {
    height: 29px;
    width: 28px;
    margin-left: 11px;
    margin-top: 9px;
}

#starter {
    z-index: 1;
    position: absolute;
    top: 30%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 75%;
    text-align: center;
}

.welcome_txt>strong {
    font-size: 30px;
}

.login_image_af{
    position: fixed;
    bottom: 15px;
    right: 50px;
    height: 45px;
    width: 45px;
    background-color: #1d6ef1;
    box-shadow: 0 0 8px rgb(134 252 4), 0 0 6px rgb(203 250 3);
    border-radius: 50% !important;
    z-index: 9;
}

.login_image_af>img {
    height: 40px;
    width: 40px;
    margin-left: -5px;
    margin-top: -1px;
}


.privacy_policy {
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: black;
    cursor: pointer;
    font-weight: 500;
}

.playstore_download{
    height: 60px;
    width: auto;
}

.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

*:active, *:focus {
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}