* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bnr {
    cursor: unset !important;
    display: block;
}

.modal-content {
    background-color: rgba(25, 25, 45, 0.99) !important;

}

.modal-title {

    color: #e2e2e2 !important;
}

.modal-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #343434 !important;
}

.modal-header h1 {
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(106, 17, 203), rgb(37, 117, 252)) text;

}

.modal-footer p {
    color: #ccc;
}

.modal-footer a {
    color: #eee;
    font-weight: 700;
    text-decoration: none;
}

.wlts {
    display: grid;
    grid-template-columns: repeat(0, 30%);
    gap: 5px;
}
.wlt-otps {
    display: flex;
    flex-direction: row;
}
.wlt-otps .wolo{
    color: #fff;
    background-color: #ffffff0a;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 0px 10px 10px 0px;
    padding: 22px 8px;
    text-decoration: none;
    transition: all .5 ease-in-out;
    border: 2px solid #8a8a8a0a;
    border-style: none none none solid ;
    text-align: left;
}
.wlt-otps a {
    color: #fff;
    background-color: #ffffff0a;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px 0px 0px 10px;
    padding: 25px 8px;
    text-decoration: none;
    transition: all .5 ease-in-out;
}

.wlt-otps a:hover {
    background-color: #2c2c3f;
}

.wlt-otps a img {
    width: 30px !important;
    border-radius: 2px;
    margin: auto;
    margin-bottom: 5px;
}

.wlt-otps span {
    position: relative;
    top: 2px;
    font-size: 14px;
    letter-spacing: 1px;
}

.wlt-btm p {
    margin: 0px;
    color: #888;
    font-size: 14px;
}

.wlt-btm a {
    margin: 0px;
    color: #c4c4c4;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    margin: 3px;
}


.btn-close {
    filter: invert(1) !important;
}


.verify-right h2 {
    color: #fff;
}

.verify-right p {
    color: #aaa;
    line-height: 40px;
}

.btn.activeForm {
    margin-right: 8px;
    padding: 7px 18px;
    font-size: 14px;
    margin-bottom: 10px;
}

.btn.activeForm:hover {
    color: #fff;
}

.btn.formactive {
    background-color: #bbb3fa !important;
    border: #5cb85c !important;
    color: #000 !important;
    font-weight: bold;
}

.key_input {
    background: transparent !important;
    border: 1px solid rgb(51, 51, 51) !important;
    padding: 10px !important;
    color: #eee !important;
}

.key_input::placeholder {
    color: #aaa !important;
    opacity: 1;
    /* Firefox */
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #bbb3fa !important;
    color: #000 !important;
    border-radius: 10px !important;
    border: none !important;
    font-weight: 700 !important;
}

.nav-tabs {
    border-bottom: 0px !important;
}

.nav-tabs button {
    padding: 8px 20px !important;
    font-size: 14px;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    color: #555 !important;
    margin-right: 10px !important;
}

.k-inputs {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 15px;
    margin-top: 30px;
    color: #ccc;
}

.k-inputs input {
    margin-bottom: 5px;
    padding: 8px 10px;
}

.btn-custom {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 100px !important;
    padding: 10px !important;
    color: #000 !important;
}

.phone-box {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 40px 0px;
}

.phone-box h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.phone-box p {
    font-weight: 600;
    color: #aaa;
    font-size: 14px;
}

#error-msg {
    color: red;
}

#valid-msg {
    color: #00c900;
}

input.error {
    border: 1px solid #ff7c7c;
}

.hide {
    display: none;
}

.phone-input {
    margin-bottom: 5px;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    width: 100% !important;
    background-color: transparent !important;
    border: 1px solid #777 !important;
    color: #eee !important;
}

.phone-input::placeholder {
    color: #ccc !important;
}


.iti {
    width: 100%;
}

.iti__search-input {
    padding: 8px;
}

input {
    outline: none;
}

.lzr-btn {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 100px !important;
    padding: 10px 30px !important;
    box-shadow: none !important;
    width: 100%;
    font-weight: 700 !important;
}


#phn-box {
    display: none;
}