﻿/* 
@import url(bootstrap.min.css);
@import url(animate.min.css);
@import "all.css"; */
:root {
    --color-primary: #1AA47B;
    --color-white: #FBF9F9;
    --color-black: #19363B;
    --color-light: #FAFAFA;
    --color-dark: #19363B;
    --color-link: #19363B;
    --color-fog: #DBDEFF;
    --color-pink-shade: #FFD3DB;
    --color-body: #19363b;
    --color-gray-2: #999FAE;
    --color-gray-3: #999AB8;
    --color-gray-4: #F0F2F4;
    --gradient-primary: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    --gradient-dark: linear-gradient(180deg, #27272E 0%, #303035 100%);
    --font-primary: 'Manrope', sans-serif !important;
    --font-secondary: 'Manrope', sans-serif !important;
    --bs-font-sans-serif: 'Manrope', sans-serif;
    --bs-font-monospace: 'Manrope', sans-serif;
    --h1: 40px;
    --h2: 35px;
    --h3: 24px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --p: 14px;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

span {
    display: inline-block;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul.list-style,
ol.list-style {
    margin: -10px 0;
}

ul.list-style li,
ol.list-style li {
    margin: 10px 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
    color: var(--color-primary);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.row {
    margin-left: -11px;
    margin-right: -11px;
}

.row>[class*="col"] {
    padding-left: 11px;
    padding-right: 11px;
}

.row.g-0 {
    margin-left: 0;
    margin-right: 0;
}

.row.g-0>[class*="col"] {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 1400px) {
    .row-35 {
        margin-left: -35px;
        margin-right: -35px;
    }

    .row-35>[class*="col"] {
        padding-left: 35px;
        padding-right: 35px;
    }

    .row-40 {
        margin-left: -40px;
        margin-right: -40px;
    }

    .row-40>[class*="col"] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .row-45 {
        margin-left: -45px;
        margin-right: -45px;
    }

    .row-45>[class*="col"] {
        padding-left: 45px;
        padding-right: 45px;
    }
}

/*-------------------------
Typography
-------------------------*/
body {
    font-family: var(--font-secondary);
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
    color: var(--color-body);
    font-weight: 400;
    height: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    zoom: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
    margin: 0 0 20px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: 600;
    letter-spacing: -0.025em;
    color: var(--color-black);
}

h1,
.h1 {
    font-size: var(--h1);
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    h1,
    .h1 {
        font-size: 68px;
    }
}

@media only screen and (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 68px;
    }
}

@media only screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 48px;
    }
}

h2,
.h2 {
    font-size: var(--h2);
    line-height: 1.2;
}

@media only screen and (min-width: 1281px) and (max-width: 1599px) {

    h2,
    .h2 {
        font-size: 50px;
        margin-bottom: 10px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 1280px) {

    h2,
    .h2 {
        font-size: 35px;
        margin-bottom: 10px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {

    h2,
    .h2 {
        font-size: 38px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 479px) {

    h2,
    .h2 {
        font-size: 28px;
    }
}

h3,
.h3 {
    font-size: var(--h3);
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    h3,
    .h3 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1199px) {

    h3,
    .h3 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {

    h3,
    .h3 {
        font-size: 24px;
    }
}

h4,
.h4 {
    font-size: var(--h4);
    line-height: 1.2;
}

@media only screen and (max-width: 991px) {

    h4,
    .h4 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {

    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    font-size: var(--h5);
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {

    h5,
    .h5 {
        font-size: 20px;
    }
}

h6,
.h6 {
    font-size: var(--h6);
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {

    h6,
    .h6 {
        font-size: 18px;
    }
}

p {
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
    margin: 0 0 20px 0;
}

.body-font1 {
    font-size: var(--font-body-1);
    line-height: var(--line-height-b1);
}

.body-font2 {
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
}

.body-font3 {
    font-size: var(--font-body-3);
    line-height: var(--line-height-b3);
}

.body-font4 {
    font-size: var(--font-body-4);
    line-height: var(--line-height-b3);
}

/*-------------------------
Forms Styles
-------------------------*/


input:focus,
.form-control:focus {
    outline: none;
    box-shadow: 0 20px 48px -14px rgb(153 161 170 / 25%);
    border-color: var(--color-primary);
}

/* input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #19363b;
    opacity: 1;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #19363b;
    opacity: 1;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #19363b;
    opacity: 1;
}

input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #19363b;
    opacity: 1;
}

input::placeholder,
.form-control::placeholder {
    color: #19363b;
    opacity: 1;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #19363b;
}

input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {

    color: #19363b;
} */

::-webkit-input-placeholder {
    /* Edge */
    color: #19363b;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #19363b;
}

input::placeholder {
    color: #19363b;
}

input {
    height: 60px;
}

.checkbox11111 input {
    height: 0px !important;
}

.payseeting {
    height: 13px;
    margin-right: 8px;
}


.form-group {
    margin-bottom: 16px;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 10px;
}

.error-msg,
.success-msg {
    margin-top: 25px;
}

.error-msg p,
.success-msg p {
    margin-bottom: 0;
    font-size: 14px;
}

.error-msg p {
    color: #ff0000;
}

.success-msg p {
    color: #15c54b;
}

/*-------------------------
Helper Classes
-------------------------*/
.bg-color-dark {
    background-color: var(--color-dark);
}

.bg-color-light {
    background-color: var(--color-light);
}

.bg-color-mercury {
    background-color: var(--color-mercury);
}

.bg-color-gray {
    background-color: var(--color-gray-4);
}

.color-gray-4 {
    color: var(--color-gray-4);
}

.text-muted {
    --bs-text-opacity: 1;
    color: #19363b !important;
}

.opacity-50 {
    opacity: 0.5;
}

.profile_name {
    font-size: 18px;
    width: 120px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



/*----------krishna css start-------*/

menu,
article,
aside,
details,
footer,
header,
nav,
section {
    display: block;
}

.heading-light-left {
    text-align: left;
}

.heading-light-left .title {
    color: var(--color-white);
    margin-bottom: 35px;
    width: 50%;
}

.page-wrapper {
    position: relative;
    display: block;
    border-bottom: 1px solid #f2f5f7;
}

.header {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
}

.page-wrapper .page-header {
    /* max-width: 100vw; */
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 8;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgb(89 102 122 / 10%);
    box-shadow: 0 0 20px rgb(89 102 122 / 10%);
    border-bottom: 1px solid #f2f5f7;
}

.header .header_logo {
    padding: 25px 0;
    width: 235px;
    border-right: 1px solid #f2f5f7;
}

.header_logo_notfound {
    padding: 25px 0;
    width: 235px;
}


.header .header_notification {
    padding: 25px 0;
}

.header_logo img {
    width: 180px;
    height: 100%;
}

.btn_noti {
    height: 50px;
    width: 50px;
    display: flex;
    border: 1px solid #f2f5f7;
    border-radius: 50rem;
    background-color: var(--color-white);
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.btn_profile {
    padding: 0 15px;
    height: 50px;
    display: flex;
    border: 0;
    border-radius: 24px;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 700;
    flex-direction: row;
    position: relative;
}

.text_mobile {
    display: none;
}

.text_mobile:after {
    content: " ";
    position: absolute;
    right: 10px;
    top: -7px;
    border-top: none;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #dcddde;
}

.text_hide .text_mobile {
    display: block;
}

.float-right {
    float: right !important;
}

ul.drop_menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.dropdown_item {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    padding: 10px !important;
    border-bottom: 1px solid #8080802b !important;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-radius: 15px !important;
    overflow: hidden;
}

.drop_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px !important;
}

.sidebar-wrapper {
    position: fixed;
    z-index: 999;
    top: 101px;
    width: 250px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 25px 0px rgb(45 69 95 / 10%);
    -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
    box-shadow: 0px 0px 25px 0px rgb(45 69 95 / 10%);
    border-right: 1px solid #f2f5f7;
    padding: 25px 0 90px;
    overflow: auto;
}

.side_logo {
    height: 101px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #f2f5f7;
}

.side_logo img {
    width: 180px;
}

.page-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links {
    /* z-index: 99; */
    -webkit-transition: color 1s ease;
    color: rgba(0, 0, 0, 0);
    margin-top: 5px;
    padding-left: 0;
    /* margin-bottom: 30px; */
}

.page-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links>li {
    display: block;
    width: 100%;
    padding: 0 20px;
    position: relative;
    margin-bottom: 10px;
}

.page-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links>li .sidebar-link {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 12px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    padding: 12px 15px;
    color: var(--color-body);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 700;
    text-decoration: none;
}

.page-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links>li .sidebar-link.active {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.page-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links>li .sidebar-link.active span {
    color: var(--color-white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li a span {
    letter-spacing: 0.7px;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 600;
}

.page-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li a>img {
    width: 18px;
    height: 17px;
    margin-right: 14px;
}

.page-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links>li .sidebar-submenu {
    width: 100%;
    /* padding: 0; */
    position: relative !important;
}

.page-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links>li .sidebar-submenu li a {
    padding: 7px 25px;
    font-size: 14px;
    color: var(--color-body);
    display: block;
    position: relative;
    letter-spacing: 0.06em;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.page-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links>li .sidebar-submenu li a:after {
    left: 10px;
    position: absolute;
    content: "";
    top: 50%;
    width: 6px;
    border-top: 2px solid var(--color-body);
}

.page-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links>li .sidebar-submenu li a.active {
    color: var(--color-primary);
}

.page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 80px);
    margin-top: 88px;
    margin-left: 250px;
    padding: 40px 0px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.px-40 {
    padding: 0 40px !important;
}

.px-25 {
    padding: 0 25px !important;
}

.f-18 {
    font-size: 18px;
    font-weight: 600;
}

a {
    color: #1AA47B;
    text-decoration: underline;
}

.f-35 {
    font-size: 35px;
    font-weight: 600;
}

.f-20 {
    font-size: 20px;
    font-weight: 600;
}

.f-24 {
    font-size: 24px;
    font-weight: 600;
}

.f-25 {
    font-size: 25px;
    font-weight: 600;
}

.p-14 {
    font-size: var(--p);
    font-weight: 600;
}

.f-16 {
    font-size: var(--h6);
    font-weight: 600;
}

.card_primary {
    border-radius: 16px;
    border: 1px solid #f2f5f7;
    margin-bottom: 18px;
}

.card_body {
    padding: 25px;
}

.btn_primary {
    padding: 9px 87px;
    font-weight: 600;
    border-radius: 7px;
    font-size: 14px;
}

.color-primary {
    color: var(--color-primary) !important;
}

.color_gray {
    background-color: var(--color-body);
}

.opacity-10 {
    opacity: 10%;
}

.bg_gray {
    background-color: #19363b10;
}

.padd_18 {
    padding: 18px;
}

.form_lable {
    transform: translate(0%, -50%);
    padding: 0 10px;
    background-color: #fff;
    font-weight: 600;
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 0px;
    left: 18px;
}

.form_control {
    border: 1px solid #f2f5f7;
    color: var(--color-black);
    font-size: 16px;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 30px;
    font-weight: 700;
}

.form_control::placeholder {
    color: #19363b;
}

.search_control {
    border: 1px solid #f2f5f7;
    color: var(--color-black);
    font-size: 14px;
    border-radius: 10px;
    padding: 15px 20px 15px 50px;
    margin-bottom: 30px;
    width: 80%;
    font-weight: 600;
    height: 50px;
}

.search_control::placeholder {
    color: var(--color-body);
    font-weight: 700;
}

.copy_img {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-2%, -50%);
    padding: 2px 18px;
    background-color: #fff;
    z-index: 3;
}

.copy_img img {
    width: 15px;
    height: 18px;
}

.copy_img_sdk {
    position: absolute;
    top: 25px;
    right: 13px;
    transform: translate(-1%, -35%);
    padding: 8px 12px;
    background-color: #e9ecef;
    z-index: 3;
    border-radius: 4px;
}

.copy_img_sdk img {
    width: 15px;
    height: 18px;
}

.btn_dark {
    padding: 14px 34px;
    color: #19363B;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    white-space: nowrap;
}

.bg-dark {
    /* background-color: var(--color-black); */
    background-color: #1a6553 !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: var(--color-primary) !important;
}

.border_dash {
    border: 1px dashed #f2f5f7 !important;
}

.f-500 {
    font-weight: 500 !important;
}

.search-container img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(100%, -50%);
}

.btn_filter {
    width: 174px;
    padding: 0 15px;
    height: 50px;
    display: flex;
    border: 1px solid #f2f5f7;
    border-radius: 24px;
    background-color: var(--color-white);
    align-items: center;
    justify-content: center;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 700;
    background-color: #FAFAFA;
    border-radius: 10px;
}

.entry_table tr th,
.entry_table tr td {
    padding: 24px 22px;
    border-bottom: 1px solid #f2f5f7;
    font-weight: 600;
    color: #19363B;
    vertical-align: middle;
}

.entry_table tr th {
    border-top: 1px solid #f2f5f7;
    color: #19363b;
    font-weight: 700;
    font-size: 16px;
    background-color: #e1ebea;
}

.entry_table>:not(:first-child) {
    border-top: 0px solid currentColor;
}

.entry_table tr th:last-child,
.entry_table tr td:last-child {
    text-align: end;
}

.btn_blue {
    padding: 15px 80px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

.alert-danger {
    color: #19363B;
    background-color: #FFEBEB;
    border-color: #FFEBEB;
}

.w_h_serch {
    width: 100%;
    height: 50px;
}

img.bit_img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.input_group .input-group-text {
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #19363B;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #f2f5f7;
    border-radius: 10px;
}

.input_type_left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(5%, -50%);
    padding: 5px 12px;
    border-right: 1px solid var(--color-black);
    color: var(--color-black);
    font-weight: 600;
    font-size: 16px;
    width: 65px;
}

.input_type_right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    padding: 17px 18px;
    z-index: 1;
}

.form_control_padd {
    border: 1px solid #f2f5f7;
    color: var(--color-black);
    font-size: 16px;
    border-radius: 10px;
    padding: 15px 55px 15px 80px;
    margin-bottom: 30px;
    overflow: hidden;
    font-weight: 600;
}

.bg_img {
    background-image: url(../img/kyc_card_bg.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.popup {
    background-color: #1AA47B60;
}

.popup .modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 16px;
}

.popup .modal-body,
.popup .modal-footer {
    padding: 40px;
}

.popup .modal-body button {
    font-size: 16px;
}

.img_shadow {
    width: 90px;
    height: 90px;
    border: 1px solid var(--color-primary);
    line-height: 90px;
    border-radius: 50%;
    margin: 0 auto 25px auto;
    box-shadow: 0 0 15px 13px #1AA47B24;
}

.kyc_card {
    background-color: #EBEEF1;
    border-radius: 10px;
    margin-bottom: 40px;
}

.kyc_data h4 {
    color: var(--color-body);
    display: flex;
    align-items: center;
}

.kyc_data h4.active {
    color: var(--color-black);
}

.kyc_data h4.active::after {
    content: " ";
    border-right: 2px solid var(--color-black);
    border-top: 2px solid var(--color-black);
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}

.btn-outline-dark {
    color: #fff !important;
    background-color: var(--color-black);
    border-color: transparent;
    border: 2px solid;
}

.btn-outline-dark:hover {
    border: 2px solid;
    border-color: var(--color-black);
    color: #19363B !important;
    background-color: transparent;
}

.arrow_next::after {
    content: " ";
    border-right: 2px solid var(--color-white);
    border-top: 2px solid var(--color-white);
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}

.f-w-700 {
    font-weight: 700;
}

.f-w-500 {
    font-weight: 500 ;
}

.text_green {
    color: #22C55E !important;
}

.fa_card {
    background-color: #EBEEF1;
    margin-bottom: 22px;
    border-top: 1px dashed #19363b;
    border-bottom: 1px dashed #19363b;
    border-radius: 0;
}

/* <!-------timeline-----> */
.timeline {
    counter-reset: test 0;
    position: relative;
}

.timeline li {
    list-style: none;
    float: left;
    width: 20%;
    position: relative;
    /* text-align: center;
    text-transform: uppercase; */
}

ul.timeline:nth-child(1) {
    color: #19363B;
    font-size: 16px;
    font-weight: 600;
}

.timeline li::before {
    counter-increment: test;
    content: counter(test);
    width: 20px;
    height: 20px;
    border: 1px solid #006554;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 20px;
    /* margin: 0 auto 10px auto; */
    margin-bottom: 10px;
    background: #006554;
    color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-size: 14px;
    font-weight: 700;
}

.timeline li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #BDC5CF;
    top: 10px;
    left: -100%;
    z-index: 0;
    transition: all ease-in-out .3s;
}

.timeline li:first-child::after {
    content: none;
}

.timeline li.active {
    color: #19363B;
}

.timeline li.active::before {
    background: #00a47d;
    border: 1px solid #00a47d;
}

.timeline li.active::after {
    background: #00a47d;
}

.timeline li:last-child.active {
    color: #22C55E;
}

.timeline li:last-child.active::before {
    background: #22C55E;
    border: 1px solid #22C55E;
}


.gog_blue {
    color: #4285F4;
}

.gog_red {
    color: #FF4343;
}

.gog_green {
    color: #22C55E;
}

.gog_yellow {
    color: #FACC15;
}

img.scan {
    width: 160px;
}

.btn_img img {
    width: 200px;
    height: 55px;
}

.text-success {
    --bs-text-opacity: 1;
    color: #22C55E !important;
}

.live_overpay {
    padding: 0 175px;
}

.bg_lightblue {
    background: #d0eedf;
}

.p-40 {
    padding: 40px !important;
}

[type='color'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    width: 30px;
    height: 30px;
    border: none;
}

[type='color']::-webkit-color-swatch-wrapper {
    padding: 0;
}

[type='color']::-webkit-color-swatch {
    border: none;
}

.menu_icon {
    position: fixed;
    left: 10px;
    z-index: 9999;
    width: 43px;
    height: 46px;
    display: none;
    padding: 10px;
    border-radius: 12px;
    bottom: 30px;
    background-color: #212529;
    text-align: center;
    line-height: 25px;
}

.menu_icon img {
    width: 18px;
}

.menu_icon:hover {
    background-color: #1AA47B;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(244, 244, 244, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
}

.sidebar-wrapper.active+.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(244, 244, 244, 0.8);
    visibility: visible;
    opacity: 1;
    transition: all .2s;
}

.iput_color {
    position: absolute;
    top: 15px;
    left: 22px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #0000;
}

.color_value {
    padding-left: 65px !important;
}

.modal-body {
    padding: 42px;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #1AA47B !important;
}

.card_bg {
    background-image: url(../img/card_bg.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.iput_card {
    border-radius: 16px;
    border: 1px solid #f2f5f7;
    margin-bottom: 30px;
    margin-top: 30px;
}

.color_black ul {
    padding: 8px 0px 0px 17px;
    margin-bottom: 3px;
    line-height: 20px;
}

.input_btn {
    border-radius: 5px;
    padding: 5px 32px;
    font-size: 16px;
    font-weight: 600;
    margin-right: -5px;
}

.copy_text {
    font-size: 14px;
    color: #19363b;
    margin-left: 16px;
}

iframe {
    display: none;
}

.pointer {
    cursor: pointer;
}

.order_one {
    width: 92%;
    display: inline-block;
    background-color: #1a6553;
    padding: 15px 15px 30px;
    border-radius: 15px;
    position: relative;
    top: 36px;
}

.orderget {
    display: flex;
    position: relative;
}

.orderget::after {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #FBF9F9;
    position: absolute;
    background-image: url('../img/icons/link_new.svg');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    top: -31px;
    right: 0;
    border-radius: 7px;
}

.main_getorder h5 {
    color: #FBF9F9;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.main_getorder p {
    color: #FBF9F9;
    font-size: 16px;
    font-weight: 400;
}

.main_getorder img {
    margin-left: 10px;
}

.main_getorder {
    margin-left: 12px;
}

.payusd {
    background-color: #F2F4F6;
    padding: 16px;
    border-radius: 15px;
    position: absolute;
    width: 93%;
    left: 13px;
    bottom: -60px;
}

.payusd p {
    color: #020F12;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.payusd span {
    color: #020F12;
    font-size: 25px;
}

.preview_body {
    background-color: #FBF9F9;
    padding: 100px 0 30px;
    width: 100%;
    border-radius: 20px;
}

.bit_network {
    padding: 10px;
    margin: 20px 15px;
    border: 1px solid #d0eedf;
    border-radius: 10px;
}

.check_coin {
    display: flex;
    align-items: center;
}

.chek_ciontwo {
    display: flex;
    align-items: center;
}

.chek_ciontwo p {
    margin-bottom: 0;
    color: #020F12;
    font-size: 11px;
    font-weight: 500;
    margin-left: -6px;
}

.check_coin p {
    margin-bottom: 0;
    color: #020F12;
    font-size: 15px;
    font-weight: 600;
}

.check_coin div {
    width: 15px;
    height: 15px;
    background-color: #00a47d;
    border-radius: 50%;
    outline: 1px solid #00a47d;
    border: 2px solid #FBF9F9;
}

.box_p {
    color: #020F12;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 0;
}

.box_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.check_coin span {
    background-color: #345D9D;
    width: 29px;
    height: 29px;
    border-radius: 5px;
    margin: 0 15px;
}

.black_back span {
    background-color: #141414;
}

.yellow_coin span {
    background: #F7931A;
}

.green_coin span {
    background-color: #0AC18E;
}

.black_coin div {
    background: #FBF9F9;
    outline: 1px solid #d0eedf;
}

.network_border {
    width: 100%;
    position: relative;
    padding-top: 10px;
}

.network_border::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    background: #d0eedf;
}

.box_flex a {
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
}

.light_mainbox {
    padding: 5px 0;
}

.formtwo {
    margin-left: -3.5em !important;
    width: 1.6em !important;
    background-color: #d0eedf;
    border: 1px solid #d0eedf;
}

.form-switch .form-check-input {
    background-image: url('../img/icons/round_white.svg');
}

.more_curr {
    background-color: #d0eedf;
}

.line_be {
    width: 100%;
    position: relative;
    padding: 20px 0;
}

.line_be::after {
    content: "";
    width: 54px;
    height: 54px;
    background-color: #d0eedf;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: -24px;
}

.line_be span {
    border: 1px dashed #000;
    width: 100%;
}

.line_be::before {
    content: "";
    width: 54px;
    height: 54px;
    background-color: #d0eedf;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -24px;
}

.error_bag p {
    color: #9A9FA0;
    font-size: 15px;
    margin-left: 15px;
}

.newbtn {
    padding: 14px 20px 16px !important;
    background-color: #1a6553;
    padding: 10px;
}

.newbtn p {
    color: #FBF9F9;
    margin-bottom: 0;
}

.currency_chang {
    margin: 0 15px;
}

.currency_chang p {
    color: #020F12;
    font-size: 11px;
    font-weight: 400;
    float: left;
}

.preview_body h5 {
    color: #020F12;
    font-size: 20px;
    font-weight: 400;

}

.green_coin img {
    width: 20px;
}

.green_coin p {
    margin-left: 10px;
}

.api_history_table {
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
}

.withdraw_history_table {
    max-height: 580px;
    overflow: hidden;
    overflow-y: auto;
}

.popup_color {
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.copied {
    position: absolute;
    top: -4px;
    left: -22px;
    color: #fff;
    background-color: var(--color-dark);
    transform: translate(-50%, 0%);
    font-size: 12px;
    border-radius: 2px;
    width: 74px;
    height: 42px;
    line-height: 56px;
    text-align: center;
    clip-path: polygon(82% 8%, 68% 32%, 0% 32%, 0% 100%, 100% 100%, 100% 32%, 78% 31%);
}

.copy_icon {
    width: 15px;
    height: 18px;
}

.copied_table_icon {
    position: absolute;
    top: 14px;
    left: -11px;
    color: #fff;
    background-color: var(--color-dark);
    transform: translate(-50%, 0%);
    font-size: 12px;
    border-radius: 2px;
    width: 74px;
    height: 42px;
    line-height: 56px;
    text-align: center;
    clip-path: polygon(82% 8%, 68% 32%, 0% 32%, 0% 100%, 100% 100%, 100% 32%, 78% 31%);
}

.browser_history_table {
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.form-select:focus {
    box-shadow: 0 20px 48px -14px rgb(153 161 170 / 25%);
}


a.sidebar-link.sidebar-title.active svg path {
    fill: aliceblue;
}

.table-responsive {
    overflow-y: auto;
    height: 70vh;
}

.font_size {
    font-size: 14px;
    margin: 0;
}

.heding_invoice {
    font-size: 26px;
}

.invoic_creat {
    /* border-bottom: 1px solid #00000030; */
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.dropdown_height {
    height: 60px;
}

.word_break {
    word-break: break-all;
}

.process2fa {
    font-size: 25px;
}

.foundimg {
    margin: 0 auto;
}

.newpink {
    color: #BAC9FD;
}

.modal-backdrop {
    width: 100%;
}

@media screen and (max-width:1280px) {
    .menu_icon {
        display: inline-block;
    }

    .sidebar-wrapper {
        width: 70px;
        overflow: auto;
        padding: 0 10px;
        top: 88px;
        height: calc(100% -80px);
        padding-bottom: 200px;
    }

    .page-wrapper .page-body-wrapper .page-body {
        margin-left: 70px;
        padding: 40px 10px;
    }

    .page-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links>li .sidebar-link {
        white-space: nowrap;
        overflow: hidden;
    }

    .sidebar-wrapper .sidebar-list .lan-3 {
        opacity: 0;
    }

    .sidebar-wrapper .sidebar-list .lan-4 {
        opacity: 0;
    }

    .page-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links>li {
        padding: 0;
    }

    .header .header_notification {
        padding: 18px 0;
    }

    .sidebar-wrapper.active {
        width: 250px;
    }

    .sidebar-wrapper.active .sidebar-list .lan-3 {
        opacity: 1;
    }

    .sidebar-wrapper.active .sidebar-list .lan-4 {
        opacity: 1;
    }
}

@media screen and (max-width:768px) {

    img.bit_img {
        margin-right: 15px;
    }

    .process2fa {
        font-size: 20px;
    }

}

@media screen and (max-width:600px) {
    .btn_dark {
        font-size: 14px;
    }

    .px-40 {
        padding: 0 10px !important;
    }

    .card_body {
        padding: 20px;
    }

    input {
        height: 55px;
    }

    .search_control {
        width: 100%;
        padding: 15px 15px 15px 50px
    }

    .entry_table tr th,
    .entry_table tr td {
        padding: 22px 14px;
        font-size: 14px;
        white-space: nowrap;
        text-align: center;
    }

    .btn_filter {
        width: 170px;
        padding: 0 10px;

    }

    .box_p {
        font-size: 14px;
    }

    .check_coin p {
        font-size: 14px;
    }

    .main_getorder h5 {
        font-size: 22px;
    }

    .payusd span {
        font-size: 22px;
    }

    .preview_body h5 {
        font-size: 18px;
    }

    .sidebar-wrapper {
        width: 250px;
        left: -250px;
    }

    .sidebar-wrapper .sidebar-list .lan-3 {
        opacity: 1;
    }

    .sidebar-wrapper.active {
        width: 250px;
        left: 0px;
        top: 82px;
    }

    .page-wrapper .page-body-wrapper .page-body {
        margin-left: 0;
        padding: 25px 10px;
    }

    .process2fa {
        font-size: 15px;
    }

    .border-end {
        border-right: 0px solid #dee2e6 !important;
    }

    .p-40 {
        padding: 10px !important;
    }
}

@media screen and (max-width:425px) {
    .bg_img {
        background-image: url(../img/kyc_card_bg.svg);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width:320px) {
    .btn_primary {
        padding: 9px 74px;
    }
}

select.form-select {
    height: 60px;
    border-radius: 10px;
    border: 1px solid #f2f5f7;
}

p.add_res {
    word-break: break-all;
}




/* Package Activation CSS Start */
.page-title {
    display: inline-block;
    width: 100%;
}

.feuter_part p {
    color: #FBF9F9;
    font-size: 16px;
    font-weight: 600;
}

.feuter_part h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 23px;
}

.integrate {
    background-color: #111828;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.package_active {
    position: relative;
    height: 591px;
}

.package_active::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.package_active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.activepackageimg img {
    height: 30px;
    width: 30px;
    margin-right: 7px;
}

.freeactivepkage img {
    height: 30px;
    width: 30px;
    margin-right: 7px;
}

.free_section {
    display: inline-block;
    background-color: #0C111D;
    width: 100%;
}

.free_p {
    color: #FBF9F960 !important;
}

.withdraw_limit {
    /* color: #FBF9F960 !important; */
}

.color_blue {
    color: #00a47d;
}

.token_listing {
    position: relative;
    height: 591px;
}

.token_listing::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.token_listing::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.packages {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    background-color: #1AA47B;
    padding: 7px 33px;
    border-radius: 10px;
}

.recommanded {
    color: #000 !important;
    font-size: 15px !important;
    background-color: #fff;
    padding: 7px 16px;
    border-radius: 10px;
    font-weight: 500;
}

.large_business {
    color: #fff !important;
    background-color: #000;
}

.pakegbtn {
    margin-top: 60px;
}

.border_left {
    border-left: 1px solid #1E294360;
}

.border_bottom {
    border-bottom: 1px solid #1E294360;
}

.col_padding {
    padding: 50px 0 50px 20px;
}

.background_blue {
    background-color: #1AA47B;
}

.small_business {
    padding: 55px 57px;
}

.page_heding {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 19px;
}

.package_padding {
    padding: 55px 57px 160px;
    display: inline-block;
}

.package_body {
    padding: 50px;
}

.invoicemargin {
    margin-top: 29px;
}

.pakgespan {
    color: #FBF9F9;
    font-size: 20px;
    font-weight: 600;
}

/* Package Activation CSS End */


.package_active::after {
    background-image: url(/assets/img/package_activation/active_2.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.package_active::before {
    background-image: url(/assets/img/package_activation/active_1.svg);
    background-repeat: no-repeat;
}

.sign_up::before {
    background-image: url(/assets/img/package_activation/active_1.svg);
    background-repeat: no-repeat;
}

.sign_up::after {
    background-image: url(/assets/img/package_activation/active_2.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.token_listing::before {
    background-image: url(/assets/img/package_activation/active_3.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.token_listing::after {
    background-image: url(/assets/img/package_activation/active_4.svg);
    background-repeat: no-repeat;
    background-position: right top;
}


.current_balance {
    padding: 16px 20px;
    width: 408px;
}

.withdraw_limit {
    color: #19363B60 !important;
}

.qr_code {
    width: 236px;
    height: 236px;
    Padding: 8px;
}

.qr_code img {
    width: 100%;
}

.pay_link {
    color: #19363b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    word-break: break-all;
}

.more_coin p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.more_coin {
    width: 73px;
    height: 38px;
    padding: 5px 18px;
    line-height: 37px;
}

.qr_card {
    text-align: center;
    background-color: #FBF9F9;
    padding: 100px 50px 30px;
    max-width: 380px;
    width: 100%;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 40px;
    border-bottom: 5px solid #1AA47B;
    /* background-image: url(../img/icons/google_bg.svg);
    background-position: top center;
    background-repeat: no-repeat; */
    border-left: 2px solid #d0eedf;
    border-right: 2px solid #d0eedf;
}

.qr_code_edit {
    position: absolute;
    top: 12px;
    right: 12px;
}

.qr_code_save {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 5px 20px 8px 20px;
    background-color: #1AA47B;
    border-radius: 5px;
    border: none;
    color: white;
}

.coin_name {
    border-radius: 10px;
    background-color: #f2f5f7;
    padding: 13px 13px 13px 26px;
}

.coin_label p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #19363B;
}

.total_amount {
    padding: 25px 0;
    border-top: 1px dashed #f2f5f7;
    border-bottom: 1px dashed #f2f5f7;
}

.kyc_status {
    background-color: #FACC15;
    border-radius: 5px;
    padding: 7px;
    display: flex;
    align-items: center;
}

.kyc_status h6 {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
}

.start_loader {
    height: 100vh;
    display: flex;
    background-color: #00a47d99;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: 99999999999999; */
    width: 100%;
}

.action {
    position: relative;
    cursor: pointer;
}

.action_menu {
    background-color: #F3F5F7;
    border-radius: 10px;
    padding: 0;
    width: 0px;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 23px;
    right: 0;
    text-align: left;
    transition: all 0.3s;
}

.action_menu.active {
    width: 134px;
    /* height: 85px; */
    height: 45px;
    padding: 10px 15px;
    transition: all 0.3s;
    z-index: 9999;
    display: flex;
    align-items: center;
}

.action_menu ul {
    padding: 0;
    display: inline-block;
    list-style: none;
    margin: 0;
}

.action_menu ul li a {
    color: #19363b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.loader {
    width: 80px;
    height: 80px;
    display: inline-block;
    padding: 0px;
    -webkit-animation: loader 1s ease-in-out infinite alternate;
    animation: loader 1s ease-in-out infinite alternate;
}

@keyframes loader {
    from {
        transform: rotate(0deg) scale(1, 1);
        border-radius: 0px;
    }

    to {
        transform: rotate(360deg) scale(0, 0);
        border-radius: 50px;
    }
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg) scale(1, 1);
        border-radius: 0px;
    }

    to {
        -webkit-transform: rotate(360deg) scale(0, 0);
        border-radius: 50px;
    }
}

.not_found {
    display: flex;
    height: calc(100vh - 100px);
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    /* background-image: url("../img/icons/404.svg");
    background-size: cover;
    background-repeat: no-repeat; */
}

/* .not_found::after,
.not_found::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
} */

/* .not_found::after {
    bottom: 0;
    right: 0;
} */

/* .not_found::after {
    background-image: url("../img/icons/active_4.svg");
    background-repeat: no-repeat;
    background-position: right top;
} */

/* .not_found::before {
    left: 0;
    top: 0;
} */

/* .not_found::before {
    background-image: url("../img/icons/active_3.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
} */

.page_found {
    width: 380px;
    text-align: center;
    z-index: 999999;
}

.qr_code_height {
    height: calc(100vh - 80px);
}

.payment_addons_height {
    height: 100vh;
}

.dashbordtable thead {
    background-color: #E6ECF2;
}

.f-14 {
    font-size: 14px;
}

.w_18 {
    width: 18px !important;
}

.status::before {
    content: '';
    background-color: #FACC15;
    width: 25px;
    height: 4px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.status::after {
    content: '';
    background-color: #22C55E;
    width: 25px;
    height: 4px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 5px;
}

.bg_invoice {
    background-image: url(../img/dashboard/bg_invoice.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

.rangenumber {
    position: relative;
    padding: 0 5px;
    color: #FBF9F9;
    font-weight: 700;
}

.rangenumber p::after {
    content: "";
    width: 2px;
    height: 10px;
    border-radius: 50%;
    background-color: #FBF9F9;
    top: -12px;
    left: 9px;
    position: absolute;
}

.rangenumber p::before {
    content: "";
    width: 2px;
    height: 10px;
    border-radius: 50%;
    background-color: #FBF9F9;
    top: -12px;
    right: 9px;
    position: absolute;
}

.rangenumber::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FBF9F9;
    top: -22px;
    left: 5px;
    position: absolute;
}

.rangenumber::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FBF9F9;
    top: -22px;
    right: 5px;
    position: absolute;
}

.form-range {
    margin-top: 45px;
}

.form-range::-webkit-slider-runnable-track {
    /* background-color: #1AA47B21;
    padding: 9px 0; */
    background: linear-gradient(to right, #00a47d 50%, #1AA47B21 100%);
    padding: 9px 0;
    transition: background 450ms ease-in;
}

.form-range::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    margin-top: -7px;
    background-color: #FBF9F9;
}

.dashboard_table_th {
    background-color: #E6ECF2;
    border-bottom: 1px solid #707070;
}

.dashboard_card_bg {
    background-color: #f2f5f7;
    border-radius: 16px;
    padding: 20px 0;
    overflow: hidden;
}

.dashboard_card_bg .api_history_table td {
    border: 0;
}

.recent_activity_tab,
.nav-link.recent_activity_tab {
    color: #19363B;
    font-weight: bold;
    cursor: pointer;
    background-color: transparent;
    margin-right: 30px;
    border-radius: 0;
}

.recent_activity_tab:hover,
.nav-link.recent_activity_tab:hover {
    color: #1AA47B;
    background-color: transparent;
}

.recent_activity_tab.active,
.nav-link.recent_activity_tab.active {
    color: #1AA47B;
    border-bottom: 2px solid #1AA47B;
    background-color: transparent;

}

.nav-link.recent_activity_tab {
    padding: 20px 20px;
    margin-right: 0;
}

.recent_activity_th {
    padding: 14px 25px !important;
}

.recent_activity_height {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.dashboard_h3 {
    font-size: 20px;
    font-weight: bold;
    color: #19363B;
    padding: 24px 0 36px 25px;
    margin-bottom: 0;
}

.dashboard_table_height {
    height: 64vh;
}

.invoice_no {
    color: #ffffff;
}

.bg-gray {
    background-color: #f2f5f7;
}

.payment_amount {
    color: #212529;
    font-weight: 600;
}

.amount_price {
    color: #19363B;
    font-size: 25px;
    font-weight: 800;
}

.color_dark {
    color: #19363B;
}

.w_100 {
    width: 50px;
}

.w_160 {
    width: 160px;
}

.w_180 {
    width: 180px;
}

.test_status {
    position: fixed;
    z-index: 1;
    top: 125px;
    right: -71px;
    background-color: red;
    padding: 15px;
    transform: rotate(45deg);
    width: 252px;
    text-align: center;
}

.test_status h5 {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}

.drop_btn {
    width: 180px;
    height: 48px;
    background-color: #1AA47B;
    color: #fff;
    border-radius: 12px 12px 12px 12px;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

.drop_btn.show {
    border-bottom: 1px solid #FBF9F950;
    border-radius: 12px 12px 0 0;
}

.drop_btn:hover {
    background-color: #1AA47B;
    color: #fff;
}

.drop_btn_0 {
    width: 180px;
    height: 60px;
    background-color: #1AA47B;
    color: #fff;
    border-radius: 0 0 12px 12px;
    font-size: 14px;
    font-weight: 600;
    padding: 25px 18px;
    display: flex;
    align-items: center;

}

.drop_btn_0:hover {
    background-color: #1AA47B;
    color: #fff;
}

.test_img {
    margin-right: 14px;
}

ul.drop_menu.drop_menu {
    border: 0px solid rgba(0, 0, 0, .15) !important;
    border-radius: 0px !important;
    overflow: hidden;
    padding: 0;
    top: -12px !important;
    z-index: 0;
    background: transparent;
}

.drop_btn::after {
    margin-left: 2em !important;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pagination .page-item .page-link {
    padding: 10px 18px;
    border: 1px solid #f2f5f7;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}

.table-responsive.table_height {
    height: 712px;
    overflow-y: hidden;
}

.f_12 {
    font-size: 12px;
}

.pointer {
    cursor: pointer;
}

.gap10 {
    gap: 10px;
}

.gap20 {
    gap: 20px;
}

.gap30 {
    gap: 30px;
}

.gap35 {
    gap: 35px;
}

.gap45 {
    gap: 45px;
}

.gap_30 {
    gap: 30px;
}

.flex-1 {
    flex: 1 0 0;
}

.text_dark {
    color: #09121F !important;
}

.text_gray {
    color: #556478 !important;
}

.text_light {
    color: #DEDFE2;
}

.text_red, .text_red:hover {
    color: #FF5757;
}

.bg-light-gray {
    background-color: #EAEEF3;
}

.bg_blue {
    background-color: #194BFB;
}

.bg_green {
    background-color: #44B429;
}

.bg_red {
    background-color: #FE0B0F;
}

.bg_dark {
    background-color: #09121F !important;
}

.bg_light {
    background-color: #DEDFE2;
}

.hilight a  {
    background-color: rgba(26, 164, 123, 0.10) !important;
}

.hilight a.active  {
    background-color: var(--color-primary) !important;
}

.hilight a.active span {
    color: var(--color-white) !important;
}

.hilight a.active svg path, .hilight a.active svg ellipse {
    stroke: #fff !important;;
}

.card_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
}

.total-balance {
    color: #09121F;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
}

.balance_title {
    color: #556478;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
}

.card_border {
    background-color: #f2f5f7;
    width: 100%;
    height: 1px;
    margin: 13px 0px 35px;
}


.btn_api, .btn_api:hover {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 13px 35px;
    white-space: nowrap;
}

.not-card {
    border: 1px solid #FF5757;
    background-color: #FFEBEB;
    border-radius: 16px;
    padding: 15px;
    margin-top: 40px;
}

.not-card ul li {
    color: #556478;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.details_card {
    border-radius: 10px;
    border: 1px solid #f2f5f7;
}

.b_border {
    border-bottom: 1px solid #f2f5f7;
}

.card_heading {
    padding: 22px 25px;
}

.back_btn {
    background-color: #e1ebea;
    padding: 8px 20px;
    color: #09121F;
    font-size: 16px;
    font-weight: 500;
    line-height: 80%;
    display: flex;
    align-items: center;
    gap: 6px;
}

.entry_table.chain_data tr th {
    padding: 18px 25px !important;
    font-size: 14px;
    font-weight: 500;
    color: #556478;
    white-space: nowrap;
}

.chain_data tbody td {
    text-align: start;
    padding-right: 12px;
    white-space: nowrap;
}

.data_row {
    padding: 18px 25px;
    gap: 50px;
    border-bottom: 1px solid #f2f5f7;
}

.data_row :first-child {
    color: #556478;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
}

.status_point {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100px;
}

.back_arrow {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #09121F;
    border-radius: 27px;
}

select.form-select.date_select {
    border: 0;
    box-shadow: 0 0 0 transparent;
    height: auto;
    color: #556478;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 35px 10px 10px;
}

.network_popup .modal-dialog {
    max-width: 600px;
}

.modal_title {
    color: #09121F;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.h_border {
    background-color: #C6D1DF;
    height: 1px;
    width: 100%;
}

.balance_box {
    background-color: #EAEEF3;
    padding: 15px 9px 14px 15px;
    border: 1px solid #C6D1DF;
    border-radius: 5px;
}

.balance_box img {
    width: 29px;
    height: 29px;
}

.max_amount {
    border-radius: 5px;
    padding: 7px 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.amount_form input, .amount_form textarea {
    color: #556478;
    font-weight: 500;
    line-height: normal;
    padding-right: 150px;
}

.amount_form textarea {
    resize: unset;
    height: 80px;
    padding-right: 38px;
}

.address_icon {
    top: 6px;
    right: 15px;
    transform: unset;
}

.network_popup .modal-body {
    padding: 30px;
}

.border_dot {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #C6D1DF;
}

.seccuss_modal .modal-body {
    padding: 20px 0px;
}

.seccuss_modal .modal_space {
    padding: 0px 20px;
}

.arrow_icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-color: #fff;
}

.seccuss_modal .modal-dialog {
    max-width: 400px;
}

.success_title {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

.deposite_qr {
    width: 180px;
    height: 180px;
    border: 1px solid #C6D1DF;
    border-radius: 5px;
    flex: 0 0 auto;
}

.w_address {
    color: #09121F;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
    word-break: break-word;
}

.h_line {
    width: 1px;
    height: auto;
    background-color: #C6D1DF;
}

.download_btn, .download_btn:hover {
    border-radius: 5px;
    border: 1px solid rgba(26, 164, 123, 0.20);
    background: #e1ebea;
    padding: 7px 11px;
    color: #1AA47B;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}

.network_popup .not-card ul li {
    font-size: 14px;
}

.down_icon {
    border-radius: 90px;
    background: #1AA47B;
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg_light_green {
    background-color: #e1ebea;
}


@media screen and (max-width:1600px) {
    .form-range {
        margin-top: 26px;
    }

    .small_business {
        padding: 55px 38px;
    }
}

@media screen and (max-width:1500px) {
    .form-range {
        margin-top: 45px;
    }

    .btn_primary {
        padding: 9px 50px;
    }
}

@media screen and (max-width:1440px) {
    .package_active::before {
        background-image: inherit;
    }

    body {
        zoom: 85%;
    }
}

@media screen and (max-width:1366px) {
    .feuter_part h3 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 1280px) {
    .qr_code_height {
        height: auto;
    }

    .payment_addons_height {
        height: auto;
    }

    .form-range {
        margin-top: 36px;
    }

    .btn_primary {
        padding: 9px 38px;
    }

    .feuter_part h3 {
        font-size: 25px;
    }

    .pakgespan {
        font-size: 18px;
    }

    .small_business {
        padding: 55px 11px;
    }

    .package_padding {
        padding: 55px 57px 151px;
    }

    .invoicemargin {
        margin-top: 32px;
    }

    .packages {
        padding: 7px 23px;
    }

    .card_grid {    
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
} 

@media screen and (max-width:1024px) {

    .popup .modal-body,
    .popup .modal-footer {
        padding: 25px;
    }

    .timeline {
        padding-left: 1rem;
    }

    input {
        height: 50px;
    }

    .formborder {
        height: 50px;
        line-height: 25px;
        padding: 8px 15px;
    }

    .timeline li::before {
        line-height: 18px;
    }

    img.scan {
        width: 100px;
        margin-bottom: 15px;
    }

    .pagination .page-item .page-link {
        padding: 5px 5px;
        width: 40px;
        height: 40px;
        font-size: 13px;
    }

    .current_balance {
        padding: 7px 20px;
    }

    .invoicemargin {
        margin-top: 49px;
    }

    .foundimg img {
        width: 600px;
    }

    .btn_primary {
        padding: 9px 57px;
    }

    .drop_btn,
    .drop_btn_0 {
        width: 160px;
        height: 45px;

    }

    .header_logo img {
        width: 150px;
    }

    .header .header_logo {
        width: 180px;
    }

    .modal-backdrop {
        width: 100%;
        height: 100%;
    }

    .feuter_part h3 {
        font-size: 20px;
    }

    .total-balance {
        font-size: 20px;
    }

    .data_space {
        width: 180px;
    }

}  

@media screen and (max-width:991px) {
    .current_balance {
        padding: 16px 20px;
    }

    .feuter {
        background-image: inherit;
    }

    .localstore_bg_img {
        background-image: inherit;
    }

    .process2fa {
        font-size: 18px;
        word-break: break-all;
    }

    .packages {
        padding: 7px 15px;
        width: auto !important;
    }

    .entry_table tr th,
    .entry_table tr td {
        padding: 20px 20px;
        white-space: nowrap;
    }

    .table-responsive.table_height {
        height: 670px;
    }

    .px-40 {
        padding: 0 0px !important;
    }

    .card_grid {
        grid-template-columns: 1fr 1fr;
    }
} 

@media screen and (max-width:768px) {
    .small_business {
        padding: 55px 38px;
    }

    .padding_zero {
        padding: 5px !important;
    }

    .check_coin {
        width: auto;
        padding: 10px;
    }

    .foundimg img {
        width: 400px;
    }

    .form_control .styles_react-code-input__CRulA input {
        width: 46px !important;
        height: 46px !important;
    }
}

@media screen and (max-width:600px) {
    .f_12 {
        font-size: 10px;
    }

    .pagination .page-item .page-link {
        padding: 5px 5px;
        width: 26px;
        height: 30px;
        font-size: 11px;
    }

    .btn_profile {
        padding: 0 0px;
        height: auto;
    }

    .btn_noti {
        margin: 0 10px;
    }

    .header .header_logo {
        padding: 25px 0px;
        width: 145px;
    }

    .logout_img {
        padding: 10px;
        text-align: start;
        position: absolute;
        bottom: -50%;
        right: 0;
        width: 210px;
        background-color: #f2f5f7;
        border: 1px solid #00000020;
        border-radius: 10px;
        transform: translate(0%, 90%);
    }

    .test_status {
        position: fixed;
        z-index: 1;
        top: 100px;
        right: -87px;
        background-color: red;
        padding: 15px;
        transform: rotate(45deg);
        width: 252px;
        text-align: center;
    }

    .test_status h5 {
        font-size: 16px;
    }

    .card_bottom_border {
        border-bottom: 1px solid #1E294360;
    }

    .qr_card {
        padding: 100px 20px 30px;
    }

    .modal-body.invoice {
        padding: 20px;
    }

    .sign_up::before {
        background-image: inherit;
    }

    .sign_up::after {
        background-image: inherit;
    }

    /* .form_control {
        padding: 15px 5px;
    } */

    .btn_dark {
        padding: 10px 28px;
    }

    .header_logo img {
        width: 120px;
        height: 100%;
    }

    .profile_img {
        width: 35px;
    }

    .logoutspan {
        font-size: 12px;
    }

    .current_balance {
        width: auto;
        padding: 14px 20px;
    }

    .small_business {
        padding: 20px 20px;
        border-bottom: 1px solid #1AA47B60;
    }

    .padding_zero {
        padding: 0 15px !important;
    }

    .check_coin {
        width: auto;
    }

    .check_coin {
        padding: 0;
    }

    .page_found {
        width: 77%;
    }

    .btn_img img {
        width: 150px;
        margin-right: 5px;
    }

    .sidebar-wrapper {
        width: 70px;
        height: calc(100% - 0);
        padding-bottom: 100px;
    }

    .recent_activity_tab {
        margin-right: 10px;
        font-size: 14px;
        white-space: break-spaces;
    }

    .form_control .styles_react-code-input__CRulA input {
        width: 42px !important;
        height: 42px !important;
        padding: 5px;
        margin-right: 4px;
    }

    .dashboard_h3 {
        font-size: 16px;
        padding: 20px 0 20px 10px;
    }

    .recent_activity_th {
        padding: 10px 20px !important;
    }

    .recent_activity_th img {
        width: 10px;
    }



    .btn_profile {
        flex-direction: column;
    }

    span {
        display: inline-block;
        font-size: 14px;
    }

    .f-24 {
        font-size: 18px;
    }

    .form_control {
        font-size: 14px;
        height: 50px;
        padding: 15px 20px;
        margin-bottom: 30px;
    }

    select.form-select {
        height: 50px;
    }

    .f-18 {
        font-size: 14px;
    }

    .f-20 {
        font-size: 18px;
        font-weight: 600;
    }

    .btn_blue {
        padding: 10px 50px;
        font-size: 14px;
    }

    .table-responsive.table_height {
        height: 610px;
    }

    .iput_color {
        top: 11px;
    }

    .package_body {
        padding: 20px;
    }

    .gap45 {
        gap: 25px;
    }

    .btn_api, .btn_api:hover {
        padding: 10px 18px;
    }

} 

@media screen and (max-width: 480px) {
    .card_grid {
        grid-template-columns: 1fr;
    }

    .deposite_qr {
        width: 160px;
        height: 160px;
    }

    .gap_30 {
        gap: 15px;
    }

    .gap20 {
        gap: 10px;
    }

    .success_title {
        font-size: 18px;
    }

    .data_row {
        gap: 15px;
    }

    .flex-1 {
        flex: auto;
    }
}
 
@media only screen and (max-width: 375px) {
    .margin_print {
        margin-top: 8px;
    }

    /* .popup .modal-body button {
        font-size: 10px;
    } */
    .criptoimg img {
        width: 25px;
    }

    .form_control .styles_react-code-input__CRulA input {
        width: 40px !important;
        height: 40px !important;
        padding: 5px;
        margin-right: 8px;
    }

    .modal-body {
        padding: 25px;
    }

    .popup .modal-body,
    .popup .modal-footer {
        padding: 25px;
    }
}

@media only screen and (max-width: 320px) {
    .header_logo img {
        width: 100px;
    }

    .header .header_logo {
        padding: 22px 0px;
        width: 115px;
    }

    .drop_btn,
    .drop_btn_0 {
        width: 120px;
        height: 36px;
        font-size: 10px;
    }

    .header .header_notification {
        padding: 18px 0;
    }

    input {
        height: 45px;
    }
}

/* Kyc New CSS */

ul.kyc_documents {
    text-align: right;
    list-style-type: none;
}

.kyc_documents li {
    font-size: 15px;
    padding-bottom: 5px;
    ;
}