 @font-face {
            font-family: "BinancePlex";
            src: url("https://db.onlinewebfonts.com/t/d05c19ccecf7003d248c60ffd6b5e8f7.eot");
            src: url("https://db.onlinewebfonts.com/t/d05c19ccecf7003d248c60ffd6b5e8f7.eot?#iefix")format("embedded-opentype"),
            url("https://db.onlinewebfonts.com/t/d05c19ccecf7003d248c60ffd6b5e8f7.woff2")format("woff2"),
            url("https://db.onlinewebfonts.com/t/d05c19ccecf7003d248c60ffd6b5e8f7.woff")format("woff"),
            url("https://db.onlinewebfonts.com/t/d05c19ccecf7003d248c60ffd6b5e8f7.ttf")format("truetype"),
            url("https://db.onlinewebfonts.com/t/d05c19ccecf7003d248c60ffd6b5e8f7.svg#Binance PLEX")format("svg");
        }


        @font-face{
            font-family: "Numbers";
            src: url("https://db.onlinewebfonts.com/t/63ca74d3bf8992d63ef6dc50c79c06fe.eot");
            src: url("https://db.onlinewebfonts.com/t/63ca74d3bf8992d63ef6dc50c79c06fe.eot?#iefix")format("embedded-opentype"),
                url("https://db.onlinewebfonts.com/t/63ca74d3bf8992d63ef6dc50c79c06fe.woff")format("woff"),
                url("https://db.onlinewebfonts.com/t/63ca74d3bf8992d63ef6dc50c79c06fe.woff2")format("woff2"),
                url("https://db.onlinewebfonts.com/t/63ca74d3bf8992d63ef6dc50c79c06fe.ttf")format("truetype"),
                url("https://db.onlinewebfonts.com/t/63ca74d3bf8992d63ef6dc50c79c06fe.svg#Numbers")format("svg");
            font-weight:normal;
            font-style:normal;
            font-display:swap;
        }
        .usage_info {
            margin: 0px 0px;
            padding: 6px 0px 0px 0px;
            margin-right: 20px;
        }

        .logout_button {
            margin: 0px 0px;
        }

        .btn-secondary {
            background-color: rgb(37, 39, 47);
            color: rgba(255, 255, 255, 0.732) !important;
            border: none;
        }

        .topbar {
            background-color: rgb(37, 39, 47) !important;
            display: grid;
            grid-template-columns: 1fr minmax(0, var(--topbar-search-width, 360px)) 1fr;
            align-items: stretch;
            column-gap: 12px;
            padding: 0;
            min-height: var(--topbar-height, 36px);
            box-sizing: border-box;
            overflow: visible;
        }

        .topbar-section {
            display: flex;
            align-items: center;
            height: 100%;
        }

        .topbar-left {
            gap: 4px;
            justify-self: start;
        }

        .topbar-center {
            justify-content: center;
            justify-self: center;
            width: 100%;
        }

        .topbar-right {
            gap: 8px;
            justify-content: flex-end;
            justify-self: end;
        }

        .topbar-search {
            width: min(var(--topbar-search-width, 360px), 100%);
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            margin: 0 auto;
        }

        .topbar .btn-group {
            height: 100%;
        }

        .topbar .btn-group > .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            padding: 0 12px;
            line-height: 1;
            border-radius: 0;
            margin: 0;
        }

        .topbar .btn-group > .btn:focus,
        .topbar .btn-group > .btn:active {
            box-shadow: none;
        }

        .topbar .dropdown-menu {
            background-color: rgb(19, 23, 26);
            border: 1px solid rgba(128, 128, 128, 0.35);
        }

        .topbar .dropdown-menu .dropdown-item {
            color: rgba(255, 255, 255, 0.92);
        }

        .topbar .dropdown-menu .dropdown-item:hover,
        .topbar .dropdown-menu .dropdown-item:focus {
            color: #fff;
            background-color: rgb(55, 57, 65);
        }

        .topbar .action_buttons {
            margin-top: 0;
            display: inline-flex;
            gap: 6px;
            align-items: center;
        }

        .filter-menu {
            min-width: 220px;
        }

        body {
            margin: 0px 0%;
            font-family: "Segoe UI", Arial, sans-serif;
            font-weight: 400;
            letter-spacing: 0.75px;
            background-color: rgb(11, 14, 17) !important;
            color: rgba(255, 255, 255, 0.732) !important;
            /* height: 100vh; */
            min-height: 100vh;
            overflow: scroll;
            overflow-x: hidden;
        }

        .dataTables_length,
        .dataTables_filter,
        .dataTables_info,
        .dataTables_wrapper .dataTables_length select {
            color: rgba(255, 255, 255, 0.732) !important;
            border: none;
        }

        td {
            font-size: 14px;
            /* background-color: rgb(19, 23, 26) !important; */
        }

        th {
            font-size: 12px;
            background-color: rgb(24, 26, 32);
        }

        .paginate_button {
            color: rgba(255, 255, 255, 0.732) !important;
            background: linear-gradient(to bottom, rgb(19, 23, 26) 0%, rgb(19, 23, 26) 100%) !important;
            border: none !important;

        }

        .paginate_button:hover {
            background: linear-gradient(to bottom, rgb(28, 32, 35) 0%, rgb(30, 35, 38) 100%) !important;
        }

        .icons {
            border: none;
            color: rgba(255, 255, 255, 0.732);
            background-color: transparent;
        }

        .color-green {
            color: green;
        }

        .rounded_button {
            border-radius: 50%;
        }

        .color-red {
            color: red;
        }

        .color-grey {
            color: grey;
        }

        .color-blue {
            color: rgb(0, 123, 255);
        }

        .color-black {
            color: black;
        }

        .bgcolor-green {
            background-color: green;
        }

        .bgcolor-green:hover {
            background-color: rgb(86, 163, 86);
        }

        .bgcolor-red {
            background-color: red;
        }

        .bgcolor-red:hover {
            background-color: rgb(207, 80, 80);
        }

        .bgcolor-grey {
            background-color: grey;
        }

        .bgcolor-blue {
            background-color: rgb(0, 123, 255);
        }

        .bgcolor-blue:hover {
            background-color: rgb(66, 154, 248);
        }

        .bgcolor-yellow {
            background-color: rgb(255, 196, 0);
        }

        .bgcolor-yellow:hover {
            background-color: rgb(249, 224, 142);
        }

        .toast-success {
            background-color: rgb(35, 125, 35);
            font-weight: bold;
            font-size: 14px;
        }

        .toast-top-center {
            top: 12px;
            left: 50%;
        }

        .modal {
            display: none;
            position: fixed;
            /* Stay in place */
            z-index: 1;
            /* Sit on top */
            padding-top: 100px;
            /* Location of the box */
            left: 0;
            top: 0;
            width: 100%;
            /* Full width */
            height: 100%;
            /* Full height */
            overflow: auto;
            /* Enable scroll if needed */
            background-color: rgb(235, 3, 3);
            background-color: rgba(145, 145, 145, 0.4);
        }

        .modal-content {
            /* background-color: #fefefe; */
            margin: auto;
            padding: 5px;
            /* border: 2px solid rgb(0, 0, 0); */
            background-color: #1d2023eb;
            /* border-color: unset !important; */
        }

        .inputField {
            color: rgb(255, 255, 255);
            font-size: 14px;
            /* border-radius: 5px; */
            height: 32px;
            background-color: rgb(13, 13, 13);
            /* border: 1px solid grey; */
            border: none;
            padding: 0px 6px;
            margin-left: 5px;
        }

        .headingsmall {
            background-color: #007ef5;
            border: none;
            color: white;
            padding: 6px 12px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
            margin: 4px 2px;
            transition-duration: 0.8s;
            border-radius: 5px;
            width: 250px;
        }

        .button {
            /* background-color: #007ef5; */
            background-color: #3fa2fe;
            border: none;
            outline: none;
            color: white;
            padding: 6px 12px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
            margin: 4px 2px;
            /* transition-duration: 0.8s; */
            cursor: pointer;
            border-radius: 5px;
        }
        .button:hover {
            background-color: #81c2ff;
        }

        .recheck_button {
            /* border-radius: 12px; */
            border: none;
            /* padding: 2px 15px; */
            margin-top: 4px;
            background-color: transparent;
            color: rgb(147, 147, 147);
            font-weight: bolder;
            font-size: 20px;
        }

        .recheck_button:hover {
            /* background-color: rgb(159, 176, 198); */
            color: rgb(213, 213, 213);
        }

        .toast {
            opacity: 1 !important;
            margin-top: 3vh !important;
            margin-left: -5% !important;
        }

        table.dataTable tbody th,
        table.dataTable tbody td {
            padding: 0px !important;
        }

        .tooltip_usage {
            position: relative;
            display: inline-block;
            border-bottom: 1px dotted black;
        }

        .tooltip_usage .tooltip_usagetext {
            visibility: hidden;
            width: 300px;
            background-color: black;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 0;
            margin-left: -320px;
            margin-top: -5px;
            /* Position the tooltip2 */
            position: absolute;
            z-index: 1;
        }
        .tooltip_usage .tooltip_gastext {
            visibility: hidden;
            width: 150px;
            background-color: black;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 0;
            margin-left: -170px;
            margin-top: -5px;
            /* Position the tooltip2 */
            position: absolute;
            z-index: 1;
        }

        .tooltip_usage:hover .tooltip_usagetext {
            visibility: visible;
        }
        .tooltip_usage:hover .tooltip_gastext {
            visibility: visible;
        }
        .icon_drop{
            margin-top: 5px;
        }

        .loader_box {
            position: absolute;
            z-index: 2000;
            background-color: rgba(128, 128, 128, 0.623);
            /* opacity: 0.4; */
            padding: 100px;
            width: 100%;
            height: 100%;
            display: none;
        }