﻿body {
    margin: 0;
    font-family: Verdana;
    background-color: #1c1f2e;
}

.dvbg {
    background-color: #1c1f2e;
}

.dvheader {
    background-color: #1c1f2e;
    padding: 16px 16px 16px 16px;
    font-size: 1rem;
    color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

/* start the tab menu */
.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    background-color: #1c1f2e;
    padding-bottom:8px;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 15px;
        color: #ffffff;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #1c1f2e;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #373c57;
            border: 1px solid #ffffff;
            border-bottom: none;
            border-radius: 8px 8px 0px 0px;
        }

/* Style the tab content */
.tabcontent {
    /*display: none;*/
    /*padding: 0px 8px 0px 8px;*/
    border: none;
    background-color: #1c1f2e;
    /*max-height: 620px;
    overflow-y: auto;*/
}

.tabcontent2 {
    margin: 8px 0px 8px 0px;
    max-height: 660px;
    overflow-y: auto;
}

/*-------style license page--------*/
.container {
    padding: 50px 16px 50px 16px;
    background-color: #373c57;
    min-height: 660px;
    overflow-y: auto;
}
.license-text {
   color:#ffffff;
   font-size:11px;
   text-align:justify;
}
.license-text2 {
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    line-height:20px;
}
.license-box {
    color: #ffffff;
    font-size: 12px;
    padding:8px;
    border:1px solid #ffffff;
    border-radius:10px;
    margin:10px 0 10px 0;
}
.license-box2 {
    color: #ffffff;
    padding: 5px;
    margin: 10px 0 10px 0;
}

.btn-activate {
    background: linear-gradient(#0254c6,#053981);
    color: #ffffff;
    border: 1px solid #064193;
    padding: 10px 10px;
    height: 40px;
    border-radius: 5px;
    box-shadow: inset 0 2px 2px rgba(255,255,255,.55), 0 3px 6px rgba(0,0,0,.35);
    cursor: pointer;
    width: 100%;
}
.btn-activate:hover {
    opacity:0.9;
}
.rqvalidation {
    color: #fc9c9c;
    /*background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;*/
    font-size: 12px;
}
.dv-success {
    background-color: #069824;
    color: #ffffff;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin: 5px 0 5px 0;
}
.dv-error {
    background-color:#dc3545;
    color: #ffffff;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin: 5px 0 5px 0;
}
.dv-pending {
    background-color: #ffdb03;
    color: #000000;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 10px;
    margin: 5px 0 5px 0;
}
.contact-telegram {
    background-color: #236fd9;
    border: 1px solid #ffffff;
    padding: 10px;
    height: 30px;
    margin-left: 10px;
    margin-right: 0px;
    border-radius: 50px;
    cursor: pointer;
    width:100%;
}
.setting-text2 {
    color: #ffffff;
    font-size: 12px;
    text-align: justify;
}
.setting-text3 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.setting-box {
    color: #ffffff;
    font-size: 12px;
    padding: 8px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin: 10px 0 10px 0;
}
.rqvalidation {
    color: #fc9c9c;
    /*background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;*/
    font-size: 12px;
}
.gift-text {
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}
.btn-getcode {
    background-color: #064193;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    height: 15px;
    width:20px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 5px;
    cursor: pointer;
}
.get-container {
    margin: 5px 0 5px 0;
    padding: 10px;
    color: #000000;
    background: #ffffff;
    border-radius: 5px;
    display: none;
}

.closebtn {
    float: right;
    color: white;
    font-size: 15px;
    cursor: pointer;
    background: #000;
    padding: 5px;
}
.closebtn2 {
    float: right;
    color: white;
    font-size: 12px;
    cursor: pointer;
    background: #000;
    padding: 2px;
}
.get-container2 {
    margin: 0 0px 0 0px;
    padding: 5px;
    color: #ff3e1b;
    background: #ffffff;
    border: 1px solid #ff3e1b;
    border-radius: 5px;
    display: none;
    font-size: 10px;
}
.get-container3 {
    margin: 5px 0 5px 0;
    padding: 10px;
    color: #000000;
    /*background: #ffffff;*/
    border-radius: 5px;
    display: none;
}
.get-container4 {
    margin: 5px 0 5px 0;
    padding: 10px;
    color: #000000;
    /*background: #ffffff;*/
    border-radius: 5px;
    display: none;
}

/*start check plans page*/
.plan-set {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.plan-box {
    background-color: #373c57;
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: #ffffff;
    width: 94%;
    padding: 5px;
    text-align: center;
}

.plan-title {
    font-size: 1.125rem;
    font-weight: bold;
    color: #ffef39;
    padding-top: 10px;
}

.plan-price {
    font-size: 0.875rem;
    font-weight: bold;
    color: #00ff21;
    margin: 5px 0;
    padding-bottom: 10px;
}

.plan-features {
    font-size: 0.75rem;
    text-align: left;
    margin: 5px 0 5px 0;
    padding-left: 12px;
    list-style: none; /* removes dots */
}

.plan-features li {
    margin-bottom: 12px;
}

.btn-buy {
    display: inline-block;
    padding: 10px 25px;
    margin-bottom: 10px;
    background: linear-gradient(#0254c6,#053981);
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #064193;
    box-shadow: inset 0 2px 2px rgba(255,255,255,.55), 0 3px 6px rgba(0,0,0,.35);
    cursor: pointer;
    text-decoration: none;
    width: 90%;
    font-weight: bold;
    transition: background-color 0.3s;
}

.btn-buy:hover {
    background-color: #0070ff;
}
/*end check plans page*/

/*start payment details page*/
.network-options {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    padding: 18px 0px;
}

.network-btn {
    background-color: #1e293b; /* dark navy background */
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 0.938rem;
    text-align: left;
    display: flex;
    justify-content: space-between; /* separates left & right sides */
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    width: 93%; /* optional: make full width */
}

    .network-btn:hover {
        background-color: #18202e;
    }

    .network-btn .left {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .network-btn .right {
        font-weight: 600;
    }
/*end payment details page*/

/*start payment deposit page*/
.network-options2 {
    display: grid;
    padding: 8px 0px 0px 0px;
}

.network-btn2 {
    background-color: #1e293b; /* dark navy background */
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 0.938rem;
    text-align: left;
    display: flex;
    gap: 5px;
    /*justify-content: space-between;*/ /* separates left & right sides */
    align-items: center;
    cursor: default;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    width: 93%; /* optional: make full width */
}

.payment-box {
    display: flex;
    align-items: flex-start;
    gap: 10px; /* space between QR and text */
    margin: 20px 0;
}

.qr-left {
    flex-shrink: 0; /* QR stays fixed size */
}

.details-right {
    flex: 1;
}

.details-right p {
    margin: 0 0 6px 0;
}

.btn-payment {
    display: inline-block;
    background-color: #000000;
    color: #ffef39;
    font-size: 11px;
    padding: 3px 5px;
    border-radius: 5px;
    border: 1px solid #ffef39;
    cursor: pointer;
    text-decoration: none;
    /*transition: background-color 0.3s;*/
}

.btn-payment:hover {
    background-color: #18202e;
}
/*end payment deposit page*/

/*start modify executive page*/
.Propic {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: block;
}

.avatar-wrapper {
    position: relative;
    width: 250px;
    max-width: 250px;
    margin: 0 auto;
}

.camera-btn {
    position: absolute;
    bottom: 38%;
    right: -8%;
    background: #373c57;
    border: 2px solid #ffffff;
    width: 28px;
    height: 28px;
    padding: 0px;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.camera-btn:hover {
    color: #4cff00;
}

.bin-btn {
    position: absolute;
    bottom: 38%;
    right: -8%;
    background: #373c57;
    border: 2px solid #ffffff;
    width: 28px;
    height: 28px;
    padding: 0px;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bin-btn:hover {
    color: #ff0000;
}
/*end modify executive page*/


/*start live chat page*/
#chatPanel {
    position: relative;
    min-height: 695px;
    overflow-y: auto;
    background-color: #373c57;
    margin-top: 50px;
}

/* Scrollable chat area ONLY */
#chatArea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px; /* height of input box */
    overflow-y: auto;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.system-row {
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

.system-chat {
    background: #ffffff;
    color: #000;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 10px;
    max-width: 80%;
    text-align: center;
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
}

#userTypingRow {
    position: absolute;
    bottom: 9%; /* above menu */
    right: 10px;
}

/* Row layout */
.msg-row {
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
}

.msg-row.user-row {
    justify-content: flex-end;
}

/* Avatar */
.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #0ba9d6;
    margin-left: 5px;
}

.executive-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #0ba9d6;
    margin-right: 5px;
}


.chat { /* Bubbles */
    max-width: 78%;
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    box-shadow: 0 1px 0 rgba(0,0,0,0.06);
    background-clip: padding-box;
}

.user {
    background: #dcf8c6;
    margin-left: 10px;
    border-bottom-right-radius: 4px;
}

.user::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 12px solid #dcf8c6;
    border-top: 0px solid transparent;
    border-bottom: 10px solid transparent;
}

.executive {
    background: #ffffff;
    margin-right: 10px;
    border-bottom-left-radius: 4px;
}

.executive::after {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-right: 12px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 0px solid transparent;
}

.time {
    font-size: 9px;
    color: #666;
    margin-top: 2px;
    text-align: right;
}


.typing { /* Typing indicator (executive) */
    display: inline-flex;
    background: #0fe2ff;
    padding: 8px 8px;
    font-size: 12px;
    border-radius: 10px;
    align-items: center;
}

.typing span {
    width: 7px;
    height: 7px;
    background: #000000;
    border-radius: 50%;
    margin: 0 3px;
    opacity: 0.3;
    animation: blink 1.2s infinite;
}

.typing span:nth-child(2) {
    animation-delay: .2s;
}

.typing span:nth-child(3) {
    animation-delay: .4s;
}

@keyframes blink {
    0% {
        opacity: 0.2;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-3px);
    }

    100% {
        opacity: 0.2;
        transform: translateY(0);
    }
}


.inputBox { /* Input box FIXED at bottom */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    display: flex;
    gap: 10px;
    z-index: 9999;
}

.txt {
    flex: 1;
    padding: 10px 12px;
    border-radius: 20px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
}

.sendBtn {
    background: #075e54;
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}


.small { /* small adjustments */
    font-size: 12px;
    color: #666;
}
/*end live chat page*/


/*start transaction history page*/
.txn-row {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    border-bottom: 0.063rem solid #8e9198;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.txn-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.txn-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.txn-order-id {
    font-size: 15px;
}

.txn-date {
    font-size: 13px;
}

.txn-status {
    font-size: 13px;
}

.txn-status.success {
    color: #4dff88;
}

.txn-status.processing {
    color: #ffd800;
}

.txn-status.failed {
    color: #ff4d4d;
}

.txn-amount {
    font-size: 15px;
}

.txn-amount.positive {
    color: #4dff88;
}

.txn-amount.negative {
    color: #ff4d4d;
}

.txn-network,
.txn-type {
    font-size: 13px;
}
/*end transaction history page*/