﻿.btn-main {
    background-color: var(--font-color);
    color: #fff;
}

.txtmob {
    border: none;
    border-bottom: solid 1px #aaa;
    border-radius: 0;
    box-shadow: none;
    font-size: 0.9rem;
}

    .txtmob:focus {
        box-shadow: none
    }

.card-header {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--font-color);
    padding-top: 20px;
    text-transform: uppercase;
}

#otpbox {
    box-shadow: 2px 2px 7px #1CB0F021;
    border: 1px solid #CDF0FF;
    border-radius: 16px;
}

    #otpbox .input-group input {
        font-size: 0.85rem;
        box-shadow: none;
        border-radius: 7px;
        background: #D1E2F0;
        border-radius: 5px;
        color: var(--font-color);
        font-weight: 600;
        text-align: center;
    }

    #otpbox .input-group-text,
    #otpbox .btn-link {
        font-size: 0.85rem;
    }

#mobbox {
    font-size: 0.85rem;
}

#infobox {
    box-shadow: 2px 2px 7px #1CB0F021;
    border: 1px solid #CDF0FF;
    border-radius: 15px;
}

    #infobox table {
        font-size: 0.75rem;
        margin-bottom: 0;
    }

        #infobox table td:nth-child(even) {
            font-weight: 600;
        }



    /* IMAGE STYLES */
    #infobox [type=radio] + img {
        cursor: pointer;
        height: 40px;
    }

    #infobox [type=radio] {
        width: 16px;
        height: 16px;
    }


.disabledUpdate {
    pointer-events: none;
    filter: opacity(0.5);
}