﻿
.avtar-icon {
    background-color: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    cursor: pointer;
}

    .avtar-icon :hover {
        background-color: #60606052;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 40px;
        border-radius: 30px;
    }
.main-content .container {
    background-color: #1C222A;
    padding-top: 60px;
}

.mobile-top-bar {
    background: linear-gradient(90deg, #1c222c 0%, #1c232c 100%) !important;
    padding: 12px;
}

    .mobile-top-bar img {
        height: 34px;
    }

.head-icon i {
    background: #5a5a5ac7;
    border-radius: 50%;
    padding: 5px 9px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
    display: block;
    width: 12px;
    height: 12px;
    color: #fff;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
    display: block;
    width: 12px;
    height: 12px;
    color: #fff;
}

.center-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #111418;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #ebb950;
    font-weight: 700;
}

    .center-btn i {
        font-size: 20px;
        color: #f4c35a;
    }

@media only screen and (max-width: 767px) {
    .main-content.horizontal-content {
        margin-top: 0px !important;
    }

    .footer {
        position: fixed !important;
    }
}

@media (min-width: 992px) {
    .main-content.horizontal-content {
        margin-top: 0px;
    }
}

.header {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .header h2 {
        font-size: 18px;
        font-weight: 500
    }

    .header .icon {
        position: absolute;
        right: 14px;
        color: #c9ccd1;
        top: 18px;
    }

.back-icon {
    position: absolute;
    left: 10px; /* icon left side */
    font-size: 20px;
    cursor: pointer;
}

.title {
    margin: 0;
    font-size: 18px;
}

.card {
    margin: 12px;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg,#3a3f45,#2a2f35,#1c2026);
    border: none;
}
/* FOOTER */
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: linear-gradient(180deg,#15171c,#0e1014);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .footer .item {
        text-align: center;
        font-size: 11px;
        color: #8c9198;
    }

        .footer .item i {
            display: block;
            font-size: 18px;
            margin-bottom: 4px
        }

    .footer .active {
        color: #f4c35a
    }

.start-btn {
    margin: 12px;
    background: linear-gradient(180deg,#f8d87c,#e8b347);
    color: #000;
    text-align: center;
    padding: 14px;
    border-radius: 30px;
    font-weight: 600;
}

.sweet-alert button {
    background-color: rgb(247 196 87) !important;
    color: #000 !important;
}

.showSweetAlert {
    background: #0f0e0e !important;
    border: 1px solid #f7c45754;
}

.page-item.active .page-link {
    z-index: 0;
    color: #000000;
    background-color: #ebb950;
    border-color: #ebb950;
}

.history-head {
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    margin-top: 10px;
    align-items: center;
}

    .history-head a, .history-head span {
        font-size: 13px;
        color: #b5b8bd;
        background: #1c2026;
        padding: 6px 12px;
        border-radius: 20px;
        text-decoration: none;
    }

        .history-head a:hover {
            color: #b5b8bd;
        }

.history-item {
    margin: 10px 12px;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(180deg,#3a3f45,#1c2026);
    font-size: 13px;
}

.history-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

input[type="date"] {
    position: relative;
    padding: 10px;
}

    input[type="date"]:before {
        background: none;
        display: block;
        font-family: "Font Awesome 5 Free";
        content: "\f073";
        font-weight: 900;
        width: 15px;
        height: 20px;
        position: absolute;
        top: 6px;
        right: 12px;
    }

.trading-input {
    border-radius: 20px;
    background: unset;
}
/* BALANCE CARD */
.balance-card {
    margin: 12px;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(180deg,#f8d87c,#e8b347);
    color: #000;
}

.balance-title {
    font-size: 13px;
    opacity: .9
}
.balance-amount {
    font-size: 28px;
    font-weight: 600;
}
.balance-actions {
    display: flex;
    gap: 12px;
}

    .balance-actions button {
        flex: 1;
        border: none;
        border-radius: 24px;
        padding: 10px;
        font-size: 14px;
        background: #1c2026;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
a:hover {
    text-decoration: none !important;
}
.header-icon {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
#IncomeHistory img[src="UserPanel_Files/norecord.png"] {
    display: inline !important;
}