html .dark {
    background-color: #00171F;
}
body.dark {
    background-color: #00171F;

    header,  footer, .box, .kmt-list .kmt-list-wrapper, .card-body, .page-item.active .page-link, .dropdown-menu {
        background-color: #000F14;
    }

    h1, h2, h3, h4, h5, h6, div, p, span, small, label, i, table, a, .form-control {
        color: #ffffff;
    }

    .page.homepage .card-body h6 {
        color: #ffffff;
    }

    option {
        color: #000;
    }

    .kmt-list .icon-img {
        filter: brightness(0) invert(1);
    }

    .text-primary:hover {
        color: #fff !important;
        font-weight: 500;
    }

    .form-control:focus {
        color: #ffffff;
    }

    .primary-card {
		background-color: #A9A9A91A;
	}

    .page-previous {
        background-color: #F7F7F733;
    }

    .page-previous img, .page-next img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

    .btn-outline-primary {
        background-color: transparent;
    }

    .select2-hidden-accessible {
        color: #fff !important;
    }

    .text-black {
        h1, h2, h3, h4, h5, h6, div, p, span, small, label, i, table {
            color: #000;
        }
    }

    .dropdown-item:hover span, .btn-primary, .btn-primary i, .primary, .btn-outline-primary:hover {
        color: #000000;
    }

    .button-search {
        background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    }

    .staking-info .btn-outline-primary {
        background-color: transparent;
    }

    .dashboard-info {
        background-color: #A9A9A91A;
        border-color: #A9A9A91A;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
    }
    .select2-results__option {
        color: #000;
    }
    .kyc {
        .dashed-border {
            background-color: transparent;
        }
    }
    .referral {
        .referral-field {
            background-color: #00171F;
        }
    }
    .hover-list:hover {
        background-color:  #ffffff09;
    }
    .kmt-moda-body, .modal-content{
        background-color: #00171F;
    }
    .hover\:bg-grey-050:hover{
        background-color: #10292f !important;
    }
    .select2-results__option span{
        color: #000;
    }
    .page-monnay hr{
        background-color: #fff!important;
    }
    .kmt-modal.__modal {
        background-color: #000F14;
    
        .preloader-box.border-grey-200 {
            background-color: #A9A9A91A;
        }
    
        .text-makesure {
            color: #000;
        }
    }

    .modal-deposit-detail .modal-body .list-group .list-group-item{
        background:#01171f!important;
    }

    .cryptoBuy .dropdown .dropdown-menu{
      background-color: #000!important;;
    }
    .cryptoBuy .dropdown .dropdown-menu li:hover{
        background-color: #02171f!important;
    }
    .balanceExt .tc-grey-700{
        color: #fff !important;
    }

    .deposit-history .detailBtn{
        background-color:#fff!important;
        color:#000!important;
        padding:5px 10px!important;
        border-color: #aeaeae!important;
        i{
            color:#000!important;
        }
    }

}
