*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}

body {
    background-image: url('../img/bg.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh !important;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand h2 {
     font-family: "Electrolize", sans-serif !important;
     position: relative;
     top: 6px;
}

.bnr {
    cursor: unset !important;
    display: block;
}

.modal-content {
    background-color: #16161d !important;
}

.modal-title {
    color: #fff !important;
    margin: auto;
}

.modal-header {
    border-bottom: 2px solid #444 !important;
}

.modal-footer {
    border-top: 2px solid #444 !important;
    display: block !important;
}

.modal-footer p {
    color: #ccc;
}

.modal-footer a {
    color: #eee;
    font-weight: 600;
    text-decoration: none;
}

.wlts {
    display: grid;
    grid-template-columns: repeat(3,30%);
    gap: 20px;
}

.wlt-otps a {
    color: #fff;
    background-color: #ffffff0a;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 20px 10px;
    text-decoration: none;
    transition: all .5 ease-in-out;
}

.wlt-otps a:hover {
    background-color: #3f3f4d;
}

.wlt-otps a img {
    width: 30px !important;
    border-radius: 2px;
    margin: auto;
    margin-bottom: 4px;
}

.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: #9195fb;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    margin: 10px;
}


.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;
}

.back-btn {
    color: #aaa;
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 6px 20px;
    cursor: pointer;
}