
/* ------------------------------------------------------------------------------
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);
}

.inpay-bg-1{
    position: absolute;
    z-index: -1;
    width: auto;
    right: 5%;
    top: 0;
    max-width: 100%;
}

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

.loader img{
    width: 80px;
    margin-bottom: 20px;
}

.loader-message {
    font-size: 18px;
    color: white;
    text-align: center;
}

input, input:-webkit-autofill{
    background: #282A2F !important;
    border: 1px solid #8692A6 !important;
    color: white !important;
    font-size: 16px;
}
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: white;
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 0.85em;
}
.footer-bottom{
    border-bottom: 1px solid #8692A6;
    padding-top: 30px;
    margin-top: 15vh;
    padding-bottom: 2vh;
}
.footer-bottom p {
    margin: 0;
    padding-bottom: 2vh;
    color: #8692A6;
    font-size: 0.9em;
}
footer{
    margin-bottom: 10vh;
}
footer a{
    color: white;
    font-size: 0.9em;
    font-weight: 400;
}

.separator {
    display: inline-block;
    height: 30px;
    width: 1px;
    background-color: #8692A6;
    margin: 0 15px;
}

.powered-by-logos {
    display: flex;
    justify-content: flex-end;
    padding: 20px 10px;
    position: relative;
    background: linear-gradient(to right, #1B1B1B, transparent);
    border-radius: 20px;
}

.powered-by-logos img {
    width: auto;
    height: 25px;
}
.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: 2px solid #4ebbaa59 !important;
    transition: 0.4s all;
}

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

.top-nav-login{
    width: 400px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.top-nav{
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.top-nav img{
    width: 150px;
    height: auto;
}
.top-nav-tab{
    display: flex;
    justify-content: start;
    align-items: center;
}

.top-nav-tab a{
    font-weight: 300;
    color: #d5d5d5;
    font-size: 1em;
}

ul {
    padding: 0;
    list-style:none;
}
.language-container{
    border-left: 1px solid #8692A6;
    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;
}

.login-page {
    display: flex;
}

.left-section {
    flex: 1.2;
    flex-direction: column;
}

.left-section img{
    position: fixed;
    width: 170px;
    margin: 50px 60px 0px 60px;
    object-fit: contain;
}

/* Right Section */
.right-section {
    flex: 0.8;
    background: #0D0C0E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 30px;
}

.dropdown-item{
    cursor: pointer;
}

.modal-content{
    background-color: #1B1B26;
    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-image {
    width: 70%;
    max-width: 300px;
    height: auto;
    margin: 20px auto;
    display: block;
    object-fit: contain;
}

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

.modal-header img{
    width: 70%;
}

.modal-header p{
    text-align: center;
    margin-top: 1rem;
    color: #8692A6;
}

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

.modal-body input {
    padding: 15px 15px;
}

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

.modal-footer {
    border: none !important;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.modal-footer button {
    flex: 1;
    padding: 16px 10px;
}

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: #4EBBAA;
    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;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    list-style: none;
    gap: 8px;
}

.page-link {
    color: #8692A6 !important;
    background-color: transparent;
    border-color: transparent;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}

.page-link:hover {
    background-color: #4cb5a4;
    color: white !important;
    border-color: transparent;
}

.page-item {
    border-radius: 10px;
    padding: 1px 1px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.page-item:hover {
    background-color: #4CB5A4;
    color: white;
}

.page-item.disabled .page-link {
    background-color: transparent;
    opacity: 0.5;
    pointer-events: none;
    border-color: transparent;
}

.page-item.active .page-link {
    background-color: #4cb5a4;
    color: white !important;
    border-color: #4cb5a4;
    font-weight: 800;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
    font-weight: 700;
    background-color: transparent;
    color: #4cb5a4;
}

.page-item:hover .page-link {
    color: white !important;
    border-color: transparent;
}
.right-logo{
    display:none;
}
.right-logo img{
    width: 130px;
}
@media screen and (max-width: 767px) {
    .top-nav-login{
        display: flex
;
    justify-content: space-between;
    width: 100%;
    }
    .right-logo{
        display:block;
    }
    .inpay-bg-1 {
        min-height: 100vh;
    }

    .left-section img{
        position: absolute;
        width: 88px;
        margin: 45px 60px 0px 25px;
    }

    .right-section {
        background: rgba(0, 0, 0, 0.6) !important; /* Black with 60% opacity */
        padding: 10px;
        align-items: end;
    }

    .top-nav-tab{
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .top-nav img{
        width: 100px;
    }


    .modal-dialog {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        margin: 0;
    }

    .modal-content {
        background-color: rgb(40 37 66 / 50%);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        border-radius: 12px;
        padding: 0px;
        max-width: 90%;
    }

    .modal-footer {
        border: none !important;
        display: flex;
        justify-content: space-between;
        gap: 0px;
    }

    .footer-bottom{
        margin-top: 5vh;
        border-top: 1px solid #8692A6;
        border-bottom: unset;
    }

    .separator {
        display: none;
    }
    .powered-by-logos img {
        margin: 5px 0;
    }

    table {
        border: 0;
        width: 100%;
    }

    table caption {
        font-size: 1.3em;
    }

    .table .thead-light th:first-child {
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
    }

    .table td {
        padding: 1em;
    }

    .table td:nth-child(1),
    .table th:nth-child(1) {
        width: 60%;
    }
.modal-dialog{
    margin: auto;
}

}


@media screen and (max-width: 450px) {
    .right-logo img{
        width: 50%;
    }
    .top-nav-tab a{
        min-width: 55px;
        font-size: 0.8em;
    }
    .language-container{
        margin-left: 5px;
    }
}