* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

body {
    background-color: #000 !important;
}

.masking {
    overflow: hidden !important;
}

#invalid {
    display: none;
}

.preloader {
    background-color: #000;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader img {
    margin: auto;
    filter: invert(1);
}


.logosection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    padding: 40px 20px;
}

.videosection img {
    width: 150px;
    filter: invert(1);
    margin-bottom: 20px;
}

.videosection h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}

.videosection p {
    color: #aaa;
    font-size: 14px;
}

.startbutton>a {
 background-color: #fff;
 width: 100%;
 display: block;
 border-radius: 100px;
 padding: 8px 10px;
 text-align: center;
 color: #000;
 text-decoration: none;
 font-weight: 700;
 margin-bottom: 20px;
 border: 1px solid transparent;
 font-size: 14px;
 transition: all .5s ease-in-out;
}

.startbutton>a>img {
    width: 20px;
    position: relative;
    top: -1px;
    transition: all .5s ease-in-out;
}

.startbutton>a:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.startbutton>a:hover img {
    filter: invert(1);
}


.startbutton span {
    color: #fff;
    font-size: 14px;
}

.startbutton span a { 
    color: #fff;  
    text-decoration: none;
    font-weight: 700 !important;
}

.lvideo {
    overflow: hidden;
    height: 100vh;
}

.lvideo video {
    width: 100%;
}


.lzr-dev {
    padding: 30px 30px 80px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.ldevices {
    padding: 30px 30px 80px 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100vh;
}

.devicess {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all .5s ease-in-out;
}

.devicess:hover {
    background-color: #191919;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
}

.allwallets {
    text-align: center;
}

.allwallets img {
    height: 250px;
    position: relative;
    top: -0px;
    transition: all .3s ease-in-out;
}

.devicess:hover img {
    top: -30px;
}

.allwallets h2 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.allwallets a{
    background-color: #fff;
    color: #000;
    display: inline-block;
    width: 60%;
    border-radius: 100px;
    padding: 8px 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.third {
    text-align: center;
}


.third h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.back {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 30px;
}

.back a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.back a img {
    width: 20px;
    filter: invert(1);
    margin-right: 2px;
    rotate: 180deg;
    position: relative;
    top: -1px !important;
    z-index: 9999;
}

.yourdevice {
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

.yourdevice img {
    filter: invert(1);
    margin-bottom: 15px;
    width: 140px;
    margin-top: 20px;
}

.yourdevice h2 {
    color: #eee;
    text-transform: uppercase;
    font-size: 26px;
}


.deviceverify h2 {
    color: #fff;
    font-size: 28px;
}

.deviceverify p {
    color: #aaa;
    line-height: 24px;
    margin-bottom: 30px;
    font-size: 14px;
    text-transform: capitalize;
}

.btn.activeForm{
    margin-right: 8px;
    padding: 10px 30px;
}

.port-list li a {
    color: #aaa;
    text-decoration: none;
    display: block;
    padding: 12px 0px;
    transition: all .5s ease-in-out;
}

.port-list li a:hover {
    color: #fff;
}

.port-list li a svg {
    margin-right: 10px;
}

.port-list {
    margin-top: 20px;
    list-style: none;
}

.btn.activeForm:hover {
    color: #fff;
}

.btn.formactive{
    background-color: #857adf !important;
    color: #fff !important;
}

.key_input {
    background: transparent !important;
    border: 1px solid rgb(51, 51, 51) !important;
    padding: 7px !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;
}


.navbar {
    
    width: 100%;
}

.logo img {
    filter: invert(1);
    width: 130px;
}

.navbar-nav {
    display: inline !important;
    margin-left: auto;
}

.nav-item {
    display: inline-block !important;
    padding: 0px 20px;
}

.nav-item a {
    padding: 0px;
    padding-bottom: 5px;
}

.nav-items {
    display: inline-block;
    padding: 0px 10px;
}


.connecting {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.connect {
    text-align: center;
    color: #fff;
}

.connect img {
    filter: invert(1);
    width: 150px;
    margin-bottom: 30px;
}

#connect-load {
    display: none;
}



@media screen and (max-width: 700px) {

    .t-home {
        height: unset;
        position: unset;
    }

    .nav-tabs button {
        margin-bottom: 10px !important;
    }

    .ldevices {
        height: unset;
    }

    .allwallets img {
        top: 0px;
    }

    .deviceverify p {
        line-height: unset;
    }

    .deviceverify h2 {
        font-size: 24px;
    }
    
}