
/* ------------------------------------------------------------------------------
Font Setting
-------------------------------------------------------------------------------*/

@font-face {
    font-family: "Roboto";
    src: url("/fonts/roboto/thin.ttf");
    font-weight: 100;
    font-style: thin;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/roboto/light.ttf");
    font-weight: 300;
    font-style: light;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/roboto/regular.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/roboto/medium.ttf");
    font-weight: 600;
    font-style: medium;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/roboto/bold.ttf");
    font-weight: 800;
    font-style: bold;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/roboto/black.ttf");
    font-weight: 900;
    font-style: black;
}


p,
h1,
span,
h2,
h3,
h4,
h5,
h6,
a,
li,
ul,
html,
body,
b,
label {
    font-family: "Roboto", "微软雅黑", sans-serif !important;
}


body{
    background:black !important;
}


#glowing {
    position: absolute;
    filter: blur(10px);
    transform: scale(1.3);
}

.loader{
    background: black;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 100000;
    position: fixed;
}

.loader img{
    width: 80px;
}
input, input:-webkit-autofill{
    background: #161423 !important;
    border: 1px solid #363246 !important;
    color: white !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important; /* Ensure the background is transparent */
    -webkit-text-fill-color: white !important;  /* Ensure text color is black */
    transition: background-color 5000s ease-in-out 0s;  /* Ensure background remains transparent */
    border-radius: 5px !important; /* Force Chrome to refresh the styling */
}
.form-group p{
    color: #ffffff;
    opacity: 0.6;
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 0.85em;
}
.footer-bottom{
    border-top: 1px solid #ffffff44;
    padding-top: 50px;
    margin-top: 15vh;
}
footer{
    margin-bottom: 10vh;
}
footer a{
    color: white;
    font-size: 0.9em;
    font-weight: 400;
}

.powered-by  p{
    color: white;
    font-size: 0.8em;
    opacity: 0.4;
}
.powered-by img{
    height: 30px; 
    width: auto;
}
.powered-by div{
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.btn-primary{
    background-color:  #4EBBAA !important;
    border: none !important;
    transition: 0.4s all;
}

.btn-primary:hover{
    opacity: 0.7;
}

.btn-secondary{
    background: transparent !important;
    border: 0.1px solid #4ebbaa59 !important;
    color: #4ebbaa !important;
    transition: 0.4s all;
}

.btn-secondary:hover{
    opacity: 0.3;
}
.lan_label{
    text-transform: uppercase;
}

.top-nav{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    align-items: center;
}
.top-nav img{
    width: 100px;
    height: auto;
}
.top-nav-tab{
    display: flex;
    align-items: center;
}

ul {
    padding: 0;
    list-style:none;
}

.top-nav-tab a{
    font-weight: 300;
    color: #d5d5d5;
    font-size: 0.8em;
}
.language-container{
    border-left: 1px solid #ffffff2b;
    margin-left: 15px;
}

.language-container .icon img{
    border: 3px solid white;
    border-radius: 100%;
    width: 30px;
}


.language-container .dropdown-toggle{
    display: flex;
    align-items: center;
    gap: 7px;
    color: white;
    font-size: 0.8em;
}
.language-container  a{
    color: black !important;
}

.dropdown-item{
    cursor: pointer;
}

.modal-content{
    background-color: rgb(40 37 66 / 25%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);  
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    border: 0.3px solid #544d7863;
}

.modal-header h5{
    font-weight: 700;
    color: white;
    text-align: center;
    margin: auto;
    margin-top: 15px;
}

.modal-header .close{
    position: absolute;
    right: 20px;
    top: 15px;
    color: white;
    text-shadow: none;
    font-weight: 200;
}
.modal-header{
    border: none !important;
}

.modal-footer{
    border: none !important;
}

.modal-content p{
    text-align: left;
}

select.form-control{
    background: #161423 !important;
    border: 1px solid #363246 !important;
    color: white !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-color: white; /* Change background color to white */
    border-radius: 5px; /* Optional: round corners */
    padding: 2px; /* Optional: add some padding */
    color: white; /* Change icon color to white */
}


a{
    text-decoration: none !important;
}


#wallet2WalletTransfer h2{
    text-align: left;
    font-size: 2em;
    font-weight: 800;
    color: white;
    text-shadow: 0 0 15px #ffffff70;
}


.table .thead-light th {
    color: white;
    background-color: #208566;
    border-color: transparent;
    font-size: 0.9em;
    font-weight: 500;
}
.table .thead-light th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.table .thead-light th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

td{
    color: white;
    font-size: 0.8em;
    font-weight: 300;
}


@media screen and (max-width: 767px) {
    .top-nav img{
        width: 80px;
        margin-bottom: 5px;
    }
    .iti__flag.iti__my{
        background-position: -3592px 0px !important;
    }
    .modal-content{
        background-color: rgb(40 37 66 / 50%);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);  
       
    }
        
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        border: 1px solid #ccdae333;
        border-radius: 12px;
        background: #151324;
        margin-bottom: .625em;
    }
    .nbt{
        border-top: none !important;
    }

    table td {
        display: block;
        font-size: .8em;
        text-align: right;
    }
    .table td, .table th{
        border: none !important;
    }
    table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }
    
}


.page-link{
    background: #141321 !important;
    border-color: #393943 !important;
    color: #4cb5a4 !important;
    font-size: 13px !important;
}
.page-item.active .page-link{
    background: #4cb5a4 !important;
    color: white !important;
    border-color: #4cb5a4 !important;
    font-weight: 800 !important;
}
.page-item.disabled .page-link{
    background: #141321 !important;
    border-color: #393943 !important;
    opacity: 0.7;
}