/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"); */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
    --bg-color: #141313;
    --blue-text: steelblue;
    --secondary-color: #f8bf01;
    --modern-blue: #007bff;
    /* --secondary-color:#faf9f8; */
}

body {
     display: flex;
        flex-direction: column;
        min-height: 100vh;
        margin: 0;
    /* font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    /* font-family: 'Arial Narrow', sans-serif !important; */
    /* font-family: "Titillium Web", sans-serif; */
    font-family: "Ubuntu", sans-serif;
    /* font-weight: 400; */
    font-style: normal;
    /* background-color: #eeeeee; */
    color: var(--bg-color);
    /* background-color: #f9f9f9; */
    /* background-color: #F7F2ED; */
    background-color: #DFDFDF;
    /* display: flex;
    flex-direction: column; */
}

footer{
    background-color: #000000;
}
.min-cont{

min-height: calc(100vh - 60px);

}
.navbar-dark {
    background-color: #000 !important;
    color: #fff !important;
    box-shadow: 0 2.6px 2.6px rgba(0, 0, 0, 0.15);
}
.g-border {
    border: 1px solid #e6e6e6;
}
.logo {
    font-size: 32px;
}
.pro-card a {
    text-decoration: none;
}
.btn-muted {
    background: none;
    color: #5c5b5b;
    border: 0;
    outline: none;
}
.fw-6 {
    font-weight: 600;
}
.links-label {
    border-radius: 32px;
    padding: 8px 16px;
    color: var(--bg-color);
    background-color: rgba(20, 19, 19, 0.205);
    border: 1px solid rgba(20, 19, 19, 0.247);
    font-weight: 600;
    text-align: center;
    margin-right: 8px;
}
.links-label a {
    text-decoration: none;
    color: var(--bg-color) !important;
}
.btn-back::before {
    content: "\F284";
}
.search-input {
    display: block;
    background-color: #fff;
    padding: 8px !important;
    border-radius: 8px !important;
    width: 100% !important;
    outline: 0;
    box-shadow: none;
}
.menubar {
    background: #fff;
    padding: 16px;
    box-shadow: 0 2.6px 2.6px rgba(0, 0, 0, 0.15);
}
.icon-md {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.mc{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 8px 16px;

}
.mbar-cont {
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 16px;
    /* font-weight:500; */
}
.top-bar{
     height:38px;
     /* background-color: #007bff; */
     display: flex;
     align-items: center;
     /* padding:32px 16px; */
}

.pro-card2 {
    padding: 16px 8px;
    height: 200px;
    overflow: hidden;
}
.t-sm {
    font-size: 14px;
}
.mbar-cont a,
.user i {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.photo-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.774);
    width: 100%;
    height: 100%;
}
.photo-loader-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.n-bar {
    height: 50px;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border:1px solid rgba(255, 255, 255, 0.18);
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); */
    z-index: 9999;
}
.rnd {
    border: 0;
    box-shadow: none;
    background: none;
    outline: none;
}
.rounded-btn {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #333;
    cursor: pointer;

    transition: all 0.3s ease;
}

.rounded-btn:hover {
    background-color: #f0f0f0;
}
.logo-m {
    height: 50px;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 16px;
    font-weight: 900;
}
.logo-md {
    font-weight: 900;
    font-size: 24px;
}
.logo {
    width: 32px;
    height: auto;
}
.side-bar {
    /* min-height: 700px; */
    background-color: var(--bg-color);
    color: #fff;
    font-weight: 400;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px; /* Height of navbar */
    height: calc(100vh - 50px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.filter-bar {
    /* min-height: 700px; */

    font-weight: 400;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}

.main-cont {
    overflow-x: hidden;
    padding-bottom: 100px;
    /* height: calc(100vh - 60px); */
    /* flex: 1;  */
}
.mid-co {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
th {
    color: #666;
}

a {
    color: #222;
}
.side-bar ul {
    margin: 0;
    padding: 0;
}
.side-bar ul li {
    padding: 8px 16px;
    border-left: 2px solid var(--bg-color);
    color: #fff;
}
.side-bar ul li a {
    text-decoration: none;
    color: #fff;
    transition: 0.2s;
}
.side-bar ul li:hover {
    padding: 8px 16px;
    border-left: 2px solid var(--secondary-color);
    cursor: pointer;
}

i {
    margin-right: 8px;
}
.sb-menu-active {
    border-left: 2px solid var(--secondary-color) !important;
}
.sb-menu-active a {
    color: var(--secondary-color) !important;
}

.bold-md {
    font-weight: 600;
}
.f-title {
    font-size: 1rem;
    font-weight: 600 !important;
}
.f-sub-title {
    font-size: 1rem;
    font-weight: 300 !important;
}
.f-muted {
    font-size: 0.85rem;
    color: #636363;
}
.f-1 {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 1.25rem;
    line-height: 28px;
}
.f-3 {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 2.25rem;
    line-height: 28px;
}
.date-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.date-list li {
    font-size: 14px;
    margin: 0;
}
.avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    font-weight: 600;
    background-color: #5c5b5b;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.avatar-sm {
    height: 48px;
    width: 48px;
}
.avatar-md {
    width: 70px;
    height: 70px;
}
.avatar-lg {
    height: 128px;
    width: 128px;
}
.tran-desc {
    width: 200px;
}
.tran-amount {
    width: 100px;
    text-align: right;
}
.form-control {
    background: #eee;
}
.form-control:focus {
    outline: none;
    border: 2px solid var(--bg-color);
    box-shadow: none;
    background: #eee;
}
.btn-1 {
    display: block !important;
    /* width: 100%; */

    background: var(--secondary-color) !important;
}
.user i {
    width: 32px !important;
    height: 32px !important;
    font-size: 24px !important;
}
label {
    font-weight: 600;
}
.btn-0 {
    display: block !important;
    /* width: 100%; */
    /* margin: 25px auto !important; */
    outline: none;
    border: none;
    box-shadow: none;
    background-color: #fff;
    padding: 0.75rem;
    padding: 0.375rem;
}

.btn-3 {
    display: block;
    margin: 25px auto !important;
    background: #fff;
    border: 2px solid var(--bg-color);
}
.btn-3:hover {
    background: #fff;
    border: 2px solid var(--bg-color);
}
.btn-2 {
    display: block !important;
    /* width: 100%; */
    /* margin: 25px auto !important; */
    background: var(--bg-color) !important;
    color: #fff;
}
.btn-2-out {
    display: block !important;
    /* width: 100%; */
    margin: 25px auto !important;
    background: #fff !important;

    border: 1px solid var(--bg-color);
}

.btn-2:hover {
    color: #fff !important;
}
.btn {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
        0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.icon-box {
    background-color: var(--secondary-color);
    width: 120px;
    height: auto;
    font-size: 32px;
}
.mid-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flag {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    width: 32px;
    height: 20px;
    justify-content: center;
    align-items: center;
}

.user-country {
    padding: 4px 8px;
}
.table-date {
    width: 100%;
    text-align: right;
}
table {
    width: 100%;
}
table tr {
    border-bottom: 1px solid #afafaf;
}
td {
    padding: 8px;
}
tr:last-child {
    border-bottom: none;
}
.logo {
    width: 100px;
    height: auto;
}
.avatar {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.avatar-sm {
    width: 32px;
    height: 32px;
}
.number-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 50%;
    color: #afafaf;
    font-size: 16px;
}
.nt-active {
    color: #fff;
    background: var(--bg-color);
}
.modal-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}
.modal-box-content {
    width: 500px;
    /* height: 500px; */
    background-color: #fff;
    border-radius: 8px;
}
.desc p {
    white-space: pre-wrap;
}
.btn-round {
    width: 32px; /* Adjust the size as needed */
    height: 32px;
    border-radius: 50%;
    border: none;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Optional: button shadow */
    transition: transform 0.2s, box-shadow 0.2s; /* Smooth hover effect */
}
.btn-round-red {
    color: tomato;
}
.btn-round-red:hover {
    background: rgba(255, 99, 71, 0.274);
}
.btn-ghost {
    background-color: #fff;
    border: 0;
    outline: 0;
    color: var(--bg-color);
    border-radius: 8px;
    text-align: center;
}

.btn-ghost-red {
    color: tomato;
}
.btn-ghost:hover {
    background: #eee;
}
.ul-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.xsml-font {
    font-size: 14px;
    color: #3a3a3a;
}
.text-sec {
    color: var(--secondary-color);
}
.tab-menu-item div {
    font-weight: 600;
    padding: 8px;
}
.tab-menu-item div a {
    text-decoration: none;
    color: var(--bg-color);
    padding: 8px;
    border-radius: 8px;
}
.tab-menu-active {
    border-radius: 16px;
    background: var(--bg-color);
    color: #fff !important;
}

.link-tab {
    padding: 8px;
    border-radius: 8px;
    color: var(--bg-color);
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    border: 1px solid #141313 !important;
}

.notice {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.black-card {
    padding: 8px 16px;
    background-color: #030303;
    border-radius: 8px;
    position: relative;
}
.black-card-text {
    color: #fff;
}
.black-card-text-1 {
    color: #d8d6d6;
}
.notice-content {
    max-width: 500px;
}
.n-menu {
    list-style-type: none;
}
.n-menu li {
    /* padding: 8px; */
    margin-left: 24px;
    /* font-size: 14px; */
}
.nav-btn {
    background: var(--bg-color);
    padding: 4px 8px;
    display: inline-block;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.nav-btn a {
    text-decoration: none;
    color: #ffffff;
}
.footer-theme {
    background-color: #353535;
    color: #eee;
   
}
.app-modal {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.466);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.app-modal-content {
    width: 500px;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
}
.just-btn {
    background-color: #fff;
    padding: 4px 8px !important; /* Adjust padding on both sides (left and right) */
    margin: 0;
    border: 0;
    border-radius: 4px;
    transition: 0.2s;
    font-weight: 600;
    color: steelblue;
    display: inline-block;
    text-decoration: none; /* Optionally remove underline */
}
.just-btn:hover {
    background: #d6d5d5;
}
.blue-text {
    color: var(--blue-text);
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.nav-icons {
    font-size: 20px;
}

.file-upload {
    display: none;
}
.file-upload-label {
    cursor: pointer;
    background: var(--secondary-color) !important;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
        0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    padding: 8px;
    border-radius: 4px;
}

.mobile-nav {
    position: fixed;
    width: 100%;
    height: 70px;
    background: var(--bg-color);
    z-index: 9999;
    bottom: 0;
    left: 0;
    /* display: inline; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-nav-item {
    width: 85px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 400;
}

.btn-nothing {
    outline: none;
    border: 0;

    color: #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}
.btn-nothing:hover {
    background: #cecdcd;

    cursor: pointer;
}
.btn-nothing i {
    margin: 0;
    padding: 0;
}
.m-nav-item a {
    color: #fff;
    text-decoration: none;
}
.mn-active {
    color: var(--secondary-color) !important;
}
.pro-cover {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rounded {
    border-radius: 16px !important;
}
.copyright {
    padding: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
    color: #fff;

    width: 100%;
}
.bg-gray{
    background-color:#F2F2F2 !important;
}

.link-list li a {
    color: var(--modern-blue);
    margin-bottom: 4px;
}

.form-check {
    margin-bottom: 8px !important;
}
.form-check-input {
    border: 1px solid #141313;
    width: 20px;
    height: 20px;
}

.form-check-input:checked {
    background-color: #141313;
    border-color: #141313;
}
.form-check-label {
    margin-left: 8px;
    font-weight: 400;
}
.accordion {
    max-width: 400px;

    overflow: hidden;
}

.accordion__content {
    padding: 14px 20px;
}
.accordion__label {
    padding-right: 16px;
    padding-bottom: 8px;
}

.accordion__label {
    display: block;
    color: #141313;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: background 0.1s;
}

.accordion__label:hover {
    background: rgba(0, 0, 0, 0.1);
}

.accordion__label::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 12px;
    height: 6px;
    background-image: url('data:image/svg+xml;utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:black;" /></svg>');
    background-size: contain;
    transition: transform 0.4s;
}

.accordion__content {
    background: #ffffff;
    line-height: 1.6;
    font-size: 0.85em;
    display: none;
    font-weight: 400 !important;
}

.accordion__input {
    display: none;
}

.accordion__input:checked ~ .accordion__content {
    display: block;
}

.accordion__input:checked ~ .accordion__label::after {
    transform: translateY(-50%) rotate(0.5turn);
}

.spl-link {
    text-decoration: none;
    font-weight: 500;
}
/* side nav */

.sidenav {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.377);
    height: 100%;
    width: 0;
    z-index: 9999;
    top: 0;
    right: 0;
    transition: opacity 0.1s ease;
}
.nv-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sidenav-cont {
    height: 100%;
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    /* overflow-x: hidden; */
    transition: 0.5s;
    padding-top: 60px;
}
.t-black {
    background-color: #000;
}
.f-w-7 {
    font-weight: 700;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    /* font-size: 25px; */
    color: #0c0c0c;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #1a1a1a !important;
}
.sn-item {
    width: 250px;
}
.btn-nothing {
    background: none;
    text-align: left;
    padding: 0;
    outline: none;
    border: 0;
}

.sidenav a:hover {
    color: var(--secondary-color);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
.b-mid{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
  }
  .font-xs{
    font-size: 14px;
  }
.filter-wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.fw-container {
    padding: 32px 16px;
    display: flex;
}

@media (max-width: 1023px) {
    .sidebar-filter{
   
    position: fixed;
    background-color: rgba(0, 0, 0, 0.377);
    height: 100%;
    width: 0;
    z-index: 9999;
    top: 0;
    right: 0;
    transition: opacity 0.1s ease;
    background-color: #fff;
    
    }
    .s-filter-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 12px 16px;
        overflow-y: auto;
        padding-bottom: 100px;;
        margin-top:32px;
        
    }
    .bottom-panel{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 12px 16px;
        border-top: 1px solid #ccc;
    }
    

}
  /* Make pagination links black */
    .pagination .page-link {
        color: black !important;
    }

    /* Active page */
    .pagination .active .page-link {
        background-color: black !important;
        border-color: black !important;
        color: white !important;
    }

    /* Hover effect */
    .pagination .page-link:hover {
        color: white !important;
        background-color: black !important;
        border-color: black !important;
    }
