:root {
    --heading-font: "Staatliches";
    --lexend-font: "Lexend";
    --text-primary:"#0a0a0a";
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--lexend-font);
}

* {
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: unset;
    color: #00c4f4;
}

ul {
    margin: 0;
    padding: 0px;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1490px;
    padding: 0px 20px;
    position: relative;
    margin: 0 auto;
}

.menu-main ul li a {
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter";
    line-height: normal;
    color: #0e0f0b;
    transition: all 0.5 ease-out;
}


.logo img {
    width: 180px;
}

.right-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header {
    padding: 28px 0px;
    position: relative;
    z-index: 111;
}

.menu-main ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -25px;
}

.menu-main ul li {
    padding: 9px 20px;
}

.menu-main ul li a:hover {
    color: #00c4f4;
    cursor: pointer;
}


.footer-menu ul li a:hover {
    padding-left: 10px;
    color: #000;
}

.btn {
    padding: 9px 29px;
    border-radius: 5px;
    background: #00c4f4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.btn-2 {
    border-radius: 5px;
    background: transparent;
    display: inline-flex;
    padding: 9px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #00c4f4;
    border: 2px solid #00c4f4;
    transition: all 0.3s ease-in-out;
}

.btn-2:hover {
    border: 2px solid transparent;
    background-color: #00c4f4;
    color: #fff;
    transform: translateY(-3px);
}

.header-btn .btn {
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 600;
}

.btn:hover {
    border: 2px solid #00c4f4;
    background-color: #fff;
    color: #000;
    transform: translateY(-3px);
}

.create-api-item span:hover {
    color: #000;
}

.btn.login {
    background-color: transparent;
    color: #141414;
}

.btn.login:hover {
    background-color: #00c4f4;
    color: #fff;
}

switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.input-box.setting-data-switch {
   display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 0;
    background: #fff;
    justify-content: space-between;
    border-radius: 11px;
}
.switch-label {
    position: relative;
    display: block;
    height: inherit;
    width: 76px;
    height: 34px;
    border-radius: 19px !important;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    background: #d1d1d1;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
        inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;

}
.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #474747;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.switch-input:checked ~ .switch-label {
    background: #00c4f4;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
        inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

body .btn-check:focus + .btn,
body .btn:focus {
    outline: 0;
    box-shadow: unset;
}

img.bh-shape {
    position: absolute;
    top: 0px;
    z-index: -1;
    right: 0;
}

.hero-sec {
    padding-bottom: 0px;
    padding-top: 52px;
}
::-webkit-scrollbar {
  width: 4px; 
  height: 8px;  
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background-color: #666666; 
  border-radius: 4px;
}
/* =============home page=================== */
.main-container {
    max-width: 1680px;
    padding: 0px 20px;
    position: relative;
    margin: 0 auto;
}

.header-menu .dropdown-menu-item {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-menu .dropdown-menu-item a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.menu-item-info {
    position: relative;
}

.menu-item-info .menu-arrow {
    display: inline-block;
    margin-left: 2px;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.dropdown-menu-item {
    position: absolute;
    top: 41px;
    left: 0;
    background: white;
    min-width: 270px;
    box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, .13);
    padding: 10px 0px;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.3s ease;
    z-index: 100;
}
.menu-border {
    border-bottom: 1px solid #e3e2e2;
}

.dropdown-menu-item a {
    display: block;
    padding: 10px 19px;
    font-size: 16px !important;
    color: #333;
    text-decoration: none;
}
.top-menu .dropdown-menu-item a{
    gap: 16px;
    padding: 13px 15px;
}

.slider-border {
    width: 100%;
    height: 1px;
    background-color: #b1b1b1;
}

.dropdown-menu-item a:hover {
    background:#00c4f414;
    color: #000 !important;
}
.menu-main ul .active a{
    color: #00c4f4;
}

.menu-item-info:hover .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-item-info:hover .menu-arrow {
    transform: rotate(180deg);
}

.hero-content-info h1 {
    font-family: "Inter";
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 14px;
}

.hero-content-info {
    text-align: center;
    display: flex;
}

.text-box-info {
    width: 808px;
    text-align: left;
}

.text-box-info span {
    font-size: 18px;
    font-family: "Inter";
}

.text-box-info span i {
    color: #00c4f4;
}

.text-box-info p {
    color: #0e0f0b;
    font-weight: 400;
    margin-top: 10px;
    font-size: 19px;
    margin-bottom: 23px;
    padding: 0;
    font-family: "Inter";
}

.text-box-info h1 span {
    color: #00c4f4;
    font-family: "Inter";
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 14px;
}

.hero-inner-details {
    display: grid;
    justify-content: space-around;
    align-items: center;
    margin-top: 22px;
    row-gap: 13px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 25px;
}

.hero-inner-details span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #0e0f0b;
    font-weight: 600;
}

.text-box-info .btn {
    padding: 6px 24px;
    border-radius: 30px;
}

.hero-img img {
    margin-top: -20px;
}

img.hero-bg-shape {
    position: absolute;
    right: -7px;
    z-index: -1;
    top: 44px;
}

.hero-img {
    position: relative;
}
.hero-inner {
    position: relative;
}

img.qr-scan-img {
    position: absolute;
    right: 111px;
    top: 134px;
}

.hero-bg-img {
    position: absolute;
    top: -135px;
    left: 0px;
    height: 1221px;
    width: 100%;
    display: flex;
    margin: auto;
    z-index: -1;
}
.trusted-info {
    text-align: center;
    padding-bottom: 0px;
    background-color: #f8f8f8;
}

.trusted-info h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Inter";
    margin-bottom: 20px;
}
.trusted-info p {
    font-family: "Inter";
}
.reliable-feature {
    display: flex;
    align-items: center;
}

.reliable-feature-left {
    width: 62%;
    padding-right: 200px;
}

.reliable-feature-right {
    width: 38%;
    text-align: center;
}

.reliable-feature-right img {
    width: 100%;
    max-width: 70%;
}

.sec-title span {
    color: #00c4f4;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Inter";
}

.sec-title h2 {
    color: #0e0f0b;
    font-size: 29px;
    margin-top: 4px;
    font-family: "Inter";
    font-weight: 600;
    margin-bottom: 11px;
}

.sec-title p {
    color: #484848;
    font-family: "Inter";
    font-weight: 400;
    margin-bottom: 19px;
    font-size: 16px;
}

.sec-title .btn {
    padding: 6px 24px;
    border-radius: 30px;
}

.about-us-info {
    display: flex;
    align-items: center;
}

.about-us-img {
    width: 44%;
    text-align: left;
    position: relative;
}

.about-us-img img {
    max-width: 71%;
    width: 100%;
}

.about-us-content {
    width: 56%;
}

.reliable-info {
    background: #f8f8f8;
}

.about-bg {
    position: absolute;
    left: 19%;
    z-index: -1;
    top: -21px;
}

.about-us-content .sec-title {
    padding-right: 176px;
}

.about-us-details {
    display: grid;
    margin-top: 45px;
    column-gap: 21px;
    grid-template-columns: repeat(4, 1fr);
}

.about-details-box img {
    width: 50px;
    margin-left: auto;
}

.about-details-box {
    height: 200px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
    background-color: #f0f0f0;
}

.about-details-info p {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #484848;
    font-family: "Inter";
}

.about-details-info h3 {
     font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
    color: #0e0f0b;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: transparent;
    flex-shrink: inherit !important;
    margin-bottom: 18px;
    height: 100% !important;
}

.slider-data-content {
    display: grid;
    column-gap: 21px;
    grid-template-columns: repeat(2, 1fr);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arrows {
    position: absolute;
    top: 50%;
    right: -56px;
    transform: translate(50%, -50%);
    z-index: 1000000;
    display: flex;
    flex-direction: column;
}

.arrowbtn {
    font-size: 20px;
    margin-bottom: 19px;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    display: flex;
    justify-content: center;
    height: 40px;
    background: #00c4f4;
}

.arrowbtn.prev.swiper-button-disabled {
    background: #fff;
    color: #00c4f4;
}

.arrowbtn.next.swiper-button-disabled {
    background: #fff;
    color: #00c4f4;
}

.arrowbtn:hover {
    color: #fff;
}
.solutions-sec {
    background-image: url("../img/solution-bg.webp");
    background-size: cover;
    background-position: center;
    padding-bottom: 0px;
}

.solutions-data-img {
    width: 40%;
    padding-right: 40px;
}

.swiper-vertical > .swiper-wrapper {
    height: 733px;
}

.solutions-data-content {
    width: 56%;
    margin-bottom: 40px;
    position: relative;
}

.solutions-main-data {
    display: flex;
    position: relative;
}

.sec-title img {
    position: absolute;
    left: 0;
    bottom: 4px;
}

.solutions-data-box {
    background-color: #ffffff;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
}

.solutions-data-box img {
    width: 57px;
    height: auto;
    display: flex;
    padding: 11px;
    border-radius: 8px;
    background: #00c4f4;
}

.solutions-data-box h3 {
    color: #0e0f0b;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter";
    margin-bottom: 3px;
    margin-top: 18px;
}

.solutions-data-box p {
    color: #0e0f0b;
    font-size: 16px;
    margin-bottom: 1px;
    margin-top: 10px;
    font-family: "Inter";
}

.currencies-content {
    width: 41%;
}

.currencies-content-img {
    width: 43%;
    display: grid;
    column-gap: 21px;
    row-gap: 25px;
    grid-template-columns: repeat(6, 6fr);
}

.currencies-content-img img {
    width: 90px;
}

.currencies-info {
    background: #f8f8f8;
}

.currencies-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.currencies-content p {
    margin-bottom: 0;
}

section.feature-info .sec-title {
    text-align: center;
}

.feature-details {
    display: grid;
    column-gap: 46px;
    margin-top: 70px !important;
    margin: auto;
    row-gap: 25px;
    grid-template-columns: repeat(3, 3fr);
}

.feature-data-box {
    background-color: #292929;
    text-align: center;
    border-radius: 30px;
    padding: 32px 59px;
    transition: all 0.5s;
}

.feature-data-box h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 17px;
    margin-top: 27px;
    font-family: "Inter";
    font-weight: 600;
}

.feature-data-box p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    font-family: "Inter";
}

.feature-data-box.feature-data-bg {
    background: #00c4f4;
}

.feature-data-box:hover {
    background: #00c4f4;
}

.scan-pay-info {
    width: 100%;
    display: flex;
    gap: 60px;
    align-items: center;
    margin: auto;
}

.scan-pay-left {
    width: 40%;
}

.scan-pay-left img {
    max-width: 80%;
    width: 100%;
}

.scan-pay-right {
    width: 60%;
}

.scan-pay-logo {
    row-gap: 16px;
    display: grid;
    margin-top: 50px;
    column-gap: 16px;
    grid-template-columns: repeat(3, 3fr);
}

.press-release-box img,
.reviews-img img {
    transition: 0.6s;
}

.reviews-img img:hover {
    transform: scaley(1.1);
}

.press-release-box img:hover {
    transform: scale(1.1);
}

.scan-pay-logo img {
    transition: 0.6s;
}

.scan-pay-logo img:hover {
    transform: scaley(1.1);
}

.scan-pay {
    background: #f8f8f8;
}

.reviews-info .sec-title {
    text-align: center;
}

.reviews-img {
    width: 73%;
    gap: 22px;
    display: grid;
    margin-top: 50px !important;
    grid-template-columns: repeat(3, 3fr);
    align-items: center;
    margin: auto;
}

.press-release {
    background-color: #00c4f4;
    padding: 70px 0px;
}

.press-release-info {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    margin-top: 62px;
}

.press-release .sec-title h2 {
    color: #fff;
    text-align: center;
}


.press-release-box {
    border-right: 1px solid #dadada;
    padding: 33px 62px;
    border-bottom: 1px solid #dadada;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.press-release-box:nth-last-child(-n + 4) {
    border-bottom: none;
}

.press-release-box:nth-child(4),
.press-release-box:nth-child(8),
.press-release-box:nth-child(12) {
    border-right: none;
}

.payment-gateway-info {
    display: flex;
    background-color: #f8f8f8;
    border-radius: 30px;
    margin-top: 23px;
    padding: 40px 30px;
    justify-content: space-between;
}

.payment-gateway-content {
    display: grid;
    width: 33.33%;
    gap: 18px;
    grid-template-columns: repeat(1, 3fr);
}
.dashboard-logo img {
    width: 181px;
}
.payment-content-box {
    background: #fff;
    padding: 23px 23px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px #0000001a;
}

.payment-content-box h3 {
    font-size: 18px;
    color: #0e0f0b;
    font-weight: 600;
    margin-top: 18px;
    font-family: "Inter";
}

.payment-content-box p {
    font-size: 14px;
    font-weight: 400;
    color: #484848;
    margin-bottom: 0px;
    font-family: "Inter";
}

.payment-gateway-box {
    width: 50%;
    text-align: center;
    padding-left: 78px;
    padding: 28px 40px;
}

.payment-gateway-box.payment-gateway-bg {
    background-color: #d5ecf2;
    border-radius: 0px 30px 30px 0px;
}

.payment-gateway .sec-title h2 {
    text-align: center;
    color: #0e0f0b;
    font-size: 29px;
    font-family: "Inter";
    margin-bottom: 36px;
}

.our-blog {
    background: #f8f8f8;
}

.payment-gateway-box h3 {
    font-size: 25px;
    font-family: "Inter";
    font-weight: 600;
}

.payment-gateway-box img {
    width: 43%;
    margin: 50px 0px;
}

.payment-gateway-content ul li {
    text-align: left;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: "Inter";
    font-size: 16px;
    text-transform: capitalize;
}

.payment-gateway-img {
    width: 25%;
    display: flex;
    text-align: center;
}
.payment-content-box img {
    width: 42px;
}

.slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.blog-upload-info {
    padding: 19px;
}

.blog-upload-info span i {
    padding-right: 5px;
}

.blog-upload-info a {
    font-size: 18px;
    color: #0e0f0b;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Inter";
    margin-top: 16px;
    margin-bottom: 7px;
}

.blog-upload-info a:hover {
    color: #00c4f4;
}

.blog-upload-info p {
    color: #484848;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: "Inter";
}

.blog-more-btn {
    text-align: center;
}

.blog-upload-info span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter";
    color: #484848;
    padding-right: 20px;
}

.our-blog-box img {
    height: 267px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.our-blog-box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 10px 0px #00000030;
}
.faqs-sec .sec-title {
    text-align: center;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

section.customer-logos.slider.slick-initialized.slick-slider {
    padding: 10px 10px;
    padding-top: 43px;
}

.slick-track {
    display: flex !important;
    align-items: center !important;
    padding-top: 22px;
    padding-bottom: 25px;
}

.customer-logos .slick-slide img {
    display: block !important;
    width: 173px;
}
.customer-logos::after{
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    height: 100%;
    width: 131px;
    z-index: 9;
    background: linear-gradient(90deg, #f6f6f6, hsla(0, 0%, 96%, .8) 51.27%, hsla(0, 0%, 96%, 0));
}
.customer-logos::before{
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    height: 100%;
    width: 149px;
    z-index: 9;
    background: linear-gradient(266deg, #f6f6f6, hsla(0, 0%, 96%, .8) 51.27%, hsla(0, 0%, 96%, 0));
}

.text-box h1 {
    font-size: 50px;
    font-weight: 100;
    font-family: var(--heading-font);
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.hero-sec .text-box img.circle-shape {
    position: absolute;
    top: -47px;
    right: -53px;
    z-index: -1;
    max-width: 126px;
    height: 126px;
}

.text-box h1 span {
    color: #00c4f4;
}

.text-box p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.text-box p:last-child {
    margin: 0;
}

.hero-inner .text-box a.btn {
    margin-top: 20px;
}

.hero-inner .row {
    align-items: center;
}

.read-more-less a:hover {
    color: #00c4f4;
}

section {
    padding: 100px 0px;
}

section.coin-filter {
    padding-top: 50px;
}

.text-box label {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    color: #000000;
    margin-bottom: 13px;
}

.text-box h2 {
    font-size: 39px;
    font-weight: 100;
    letter-spacing: 3px;
    font-family: var(--heading-font);
    margin-bottom: 30px;
}

.text-box span.text-img {
    color: #000;
    position: relative;
    display: inline-block;
}

.is-invalid {
    border: 1px solid #dc3545 !important;
}

.is-invalid:foucs {
    outline: 1px solid #dc3545 !important;
}

.error {
    color: #dc3545 !important;
    display: block;
    font-weight: 400 !important;
    font-size: 15px !important;
    padding-left: 2px;
    margin-bottom: 0px !important;
}
.item {
    height: 10rem;
    padding: 1rem;
    opacity: 0.4;
    transition: 0.4s ease all;
    margin: 0 20px;
    transform: scale(0.9);
}

.app-keys-info i {
    color: #00c4f4;
    cursor: pointer;
    border-radius: 3px;
    background: #a3eeff57;
    font-size: 16px;
    border: 1px solid #00c4f461;
    padding: 3px 6px;
}

.slick-center {
    opacity: 1;
}

.item.slick-slide {
    padding: 0;
    margin: 0 25px;
}

.img-box-wallets {
    text-align: center;
    display: flex;
    justify-content: center;
    transform: scale(0.9);
}

.wallets-text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

a.visit {
    font-size: 18px;
    font-weight: 500;
    color: #00c4f4;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

a.visit:hover,
.knowmore a:hover {
    color: #000;
}

.visit-arrow {
    padding: 0px 6px;
    transform: rotate(308deg);
}

.wallets-text {
    text-align: center;
    margin-top: 53px;
    display: none;
}

#fundsDetailPopup .modal-body {
    padding: var(--bs-modal-padding);
}

#fundsDetailPopup ul.info_popup li:nth-child(1) {
    margin-top: 0px;
}

#fundsDetailPopup ul.info_popup li {
    border-radius: 5px;
    background: #fff;
    padding: 3px 11px;
    margin: 8px 0px;
}

#fundsDetailPopup ul.info_popup li a {
    display: inline-block;
    max-width: 14em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#fundsDetailPopup .withdraw-des {
    display: flex;
    align-items: center;
}

#fundsDetailPopup i {
    color: #737373;
    cursor: pointer;
}

#fundsDetailPopup i:hover {
    color: #00c4f4;
}

#fundsDetailPopup ul.info_popup li a:hover {
    color: #00c4f4;
}

.withdraw-add-info label b {
    font-size: 14px;
    font-weight: 600;
}

ul.info_popup li {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
    margin-top: 2px;
    font-weight: 500 !important;
}

ul.info_popup li span {
    color: #000000db;
}

ul.info_popup li b {
    text-align: right;
    font-size: 13px;
}

ul.info_popup li .txidb {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 100px;
}

a {
    color: #374957;
    text-decoration: none;
    background-color: transparent;
}

.slick-center .img-box-wallets {
    position: relative;
    padding: 1.2rem;
    transform: scale(1.3);
    background-color: #fff;
    border-radius: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px -1px 17px 0px;
}

.sub-heading {
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 3px;
    font-family: var(--heading-font);
}

.coin-heading {
    text-align: center;
}

.slick-center .wallets-text {
    display: block;
}

a.visit i {
    transform: rotate(-45deg);
}

.sub-heading span.text-img {
    color: #000;
    position: relative;
    display: inline-block;
}

.text-box h1 span {
    color: #00c4f4;
}

.sub-heading span {
    color: #00c4f4;
}

.sub-heading img {
    width: 89px;
    position: absolute;
    z-index: -1;
    left: -35px;
    bottom: -14%;
}

.img-box {
    text-align: center;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
    cursor: not-allowed !important;
    background: #1fc0e8;
}

.text-box h3 {
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 3px;
    font-family: var(--heading-font);
    margin-bottom: 25px;
}

.scan-qr-info {
    animation-name: MoveUpDown;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.shop-now-btn {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

a.shop-arrow {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00c4f4;
    border-radius: 50px;
    margin-top: 10px;
}

.shop-now-btn a:hover,
.readmore a:hover,
.view-all a:hover,
.have-an a:hover,
a.forgot-password:hover {
    color: #000;
}

.shop-now-btn a.shop-arrow:hover,
.footer-social-icons a:hover {
    background-color: #00c4f4;
    color: #ffffff;
}

.checkout-box {
    width: 875px;
    background-color: #f3f3f3;
    margin: 20px auto;
    padding: 0px;
    padding-bottom: 0px;
    border: 2px solid #0000001a;
}

.checkout-head {
    justify-content: space-between;
    display: flex;
}

.box-border-bottom {
    width: 100%;
    display: inline-block;
    align-items: center;
    padding: 15px;
    border-bottom: 0px solid #fff;
    background-color: #f3f3f3;
}

.checkout-title {
    width: 15%;
    float: left;
}

.transaction-currency .btn {
    font-size: 14px;
    padding: 6px 8px;
}
.app-keys-info b {
    font-weight: 600;
}

.transaction-time {
    border-radius: 10px;
    background: #fff;
    padding-top: 18px !important;
    margin-top: 40px;
    padding: 10px 15px;
    margin-bottom: 11px;
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 3%);
}

.transaction-button {
    gap: 4px;
    align-items: center;
    display: flex;
    margin-top: 9px;
}

.checkout-timer {
    text-align: center;
    vertical-align: middle;
    width: 50%;
    float: left;
}

span.timer-box {
    background-color: #ffffff;
    padding: 8px 13px;
    color: #000;
    margin-left: 9px;
}

.timer-box {
    color: #fff;
    display: inline-block;
    margin: 0px 10px;
}

.timer-box .timer-counter {
    display: block;
    font-size: 19px;
    font-weight: 500;
    margin: 0 5px;
    padding: 4px;
    color: #000000;
    background-color: #f1f1f1;
}

li.pay-qrcode b {
    display: block;
}

li.pay-qrcode {
    text-align: center;
}

.timer-box .timer-text {
    display: block;
    font-size: 11px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    color: #00c4f4;
}

.checkout-box .checkout-right {
    text-align: end;
    display: flex;
}

.checkout-right h4 {
    color: #000;
    font-size: 16px;
    margin-top: 4px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 12px;
}

.checkout-right b {
    color: #000;
    padding-right: 8px;
}

.box-info {
    width: 50%;
    padding-right: 15px;
    float: left;
}

.box-basic-info ul {
    padding: 0;
    margin: 0;
}

li.bottom-timer.confirm-timer {
    display: block;
    border-bottom: none !important;
}

li.pay-qrcode {
    display: block !important;
    border-bottom: none !important;
}

.box-basic-info ul li {
    list-style: none;
    color: #000;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
    padding: 5px 9px;
    align-items: center;
    background-color: #ffffff;
    float: left;
    width: 100%;
}

.warning img {
    width: 74px;
}

.check-login.email-verify-info {
    text-align: center;
}

.email-verify-info .expired img {
    float: left;
    width: 64px;
    padding-right: 15px;
}

.expired p {
    text-align: left;
    margin-bottom: 0px;
    font-size: 15px;
}

.in-progress {
    background: #f19a1b1f;
    padding: 12px;
    border: 1px solid #dea12e;
    border-radius: 10px;
}

.in-progress img {
    margin-bottom: 0px;
}

.in-progress h1 {
    font-size: 23px;
    color: #c18617;
}

.verification-failed p:nth-child(2) {
    color: #830000;
}

.check-login.email-verify-info .success {
    background: #12c34314;
    padding: 13px;
    border-radius: 10px;
    border: 1px solid #04a931;
}

.success h1 {
    font-size: 32px;
    color: #08842a;
    margin-bottom: 1px;
}

.success img {
    width: 89px;
}

.in-progress p {
    font-size: 14px;
}

.expired h1 {
    color: #9f2a3a;
    font-size: 23px;
    margin-bottom: 2px;
    text-align: left;
}

.in-progress img {
    width: 106px;
}

.email-verify-info .expired {
    background: #f7d7da;
    border: 1px solid #9b0d0d61;
    padding: 12px;
    border-radius: 6px;
}

.warning h1 {
    font-size: 28px;
    font-weight: 600;
}

.warning {
    background: #fff3cd;
    color: #664d03;
    text-align: center;
    padding: 26px;
    border-radius: 10px;
    border: 1px solid #664d03;
}

.alert {
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    text-align: center;
    padding: 26px;
    border-radius: 10px;
}

a.apidoc-apidoc-leftside-menu.active {
    background: #00c4f4 !important;
    color: #fff !important;
}

.apidoc-div .alert.alert-warning {
    text-align: left;
    margin-bottom: 19px;
}

.alert.alert-warning {
    background: #fff3cd7d;
    color: #000000;
    border: 1px solid transparent;
    margin-top: 7px !important;
}
.alert.alert-warning .kyc-image{
    border-color: #dcb5429e;
}
.not-logged-in h1 {
    font-family: var(--heading-font);
    letter-spacing: 3px;
    color: #272727;
    font-weight: 100;
}

.not-logged-in a:hover {
    color: #000;
}

.not-logged-in a {
    color: #00b6e3;
    text-decoration: underline;
}

#fundsDetailPopup ul.info_popup {
    background: #b4b4b438;
    padding: 19px 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.alert.alert-warning p {
    font-size: 14px;
    margin-bottom: 0 !important;
}

.not-logged-in img {
    width: 301px;
    margin-top: 53px;
}

.alert.alert-warning a {
    color: #000;
}

.alert.alert-warning a:hover {
    color: #a17900;
}

input[type="password"] {
    background-image: none !important;
}

.alert {
    padding: 10px 12px !important;
}

.kyc-alert {
    width: 500px;
    margin: auto;
    gap: 16px;
    align-items: center;
    display: flex;
    padding: 20px !important;
    border-radius: 10px;
    text-align: left;
}

.kyc-alert h5 {
    color: #0a0a0a;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3px;
}

.box-basic-info b {
    font-weight: 300;
}

.checkout-box .text-warning.blink {
    color: #00c4f4 !important;
    font-weight: 600;
}

.checkout-box .text-success,
.checkout-box .text-danger {
    font-weight: 600;
}

.pay-qrcode svg {
    padding: 13px;
    border-radius: 8px;
    background-color: #fff;
}

.box-basic-info ul li span {
    font-size: 14px;
    font-weight: 600;
    word-break: break-all;
}

.payment-item-text {
    background: #fff;
    border-left: 8px solid #95e3f7;
    box-shadow: 0px 1px 43.15px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
    height: 100%;
    transition: all 0.6s;
}

.payment-item-text:hover span {
    opacity: 1;
}

.payment-item-text:hover .inner-icon-box img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(85%) saturate(2192%)
        hue-rotate(153deg) brightness(104%) contrast(105%);
}

p.payment-info-content {
    text-align: left;
    background: #f0f0f091;
    padding: 23px;
    border-radius: 10px;
    margin-top: 34px;
}

.fee-table-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

.fee-table-row:not(.fee-table-grid-header) {
    border-top: none;
}

.withdrawal-fee-table-row img {
    height: 26px;
    width: 26px;
    flex-basis: 26px;
    margin-right: 15px;
}

.withdrawal-fee-table-row {
    display: flex;
    flex-direction: row;
    font-weight: 500;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
    border: 1px solid #dddddd;
    padding: 9px 14px;
    background-color: #fff;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.withdrawal-fee-table-row.fee-table-grid-header {
    display: flex;
    flex-direction: row;
    border: 1px solid #dddddd;
    padding: 12px 23px;
    background-color: #a3eeff;
    font-weight: 600;
    align-items: center;
    margin-top: 3px;
    font-size: 16px;
}
.current-network-info h3 {
    font-size: 21px;
}
.current-network-info {
    width: 85%;
}
.contact-us-left.appointment-left-content {
    width: 55%;
}
.appointment-right-img img {
    max-width: 531px !important;
    width: 100%;
}
.appointment-left-content .small-btn-bg{
    margin-top: 20px !important;
    margin-left: 0px !important;

}
.current-network-data {
    background: #29d6fe14;
    margin-bottom: 46px;
    padding: 76px 0px !important;
}
.custom-data-box {
    display: flex;
    width: 100%;
    gap: 22px;
}
.book-main-sec.contact-us {
    padding-top: 24px;
}
.book-main-sec .contact-us-details{
    display: flex;
    margin: auto;
    margin-top: 73px;
    align-items: center;
}
.custom-data-box .form-group{
    width: 100%;
}
.country-code-info {
    position: relative;
    gap: 6px;
}

.country-code-box {
    width: 100%;
    max-width: 64px;
    border-radius: .25rem 0px 0px .25rem;
    background-color: #ececec;
    font-size: 14px !important;
    border: none;
    padding: 9px;
    top: 3px;
    border-right: 1px solid #00000030;
    left: 2px;
    position: absolute;
}
.country-code-info .form-control{
    padding-left: 73px !important;
}

.payment-item-text h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 0px;
}

.withdrawal-fee-table-row:not(.fee-table-grid-header) {
    border-top: none;
}

.fee-table-cell-currency {
    display: flex;
    flex-basis: 62.9299363057325%;
    align-items: center;
}

.inner-icon-box img {
    padding: 10px 0px;
    width: 63px;
    position: relative;
    filter: invert(164%) sepia(231%) saturate(2564%) hue-rotate(135deg)
        brightness(191%) contrast(0%);
    height: 63px;
    border: 2px dashed #000000;
    border-radius: 50%;
    margin-bottom: 20px;
}

.inner-icon-box img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00c4f4;
    left: 0;
    top: 0;
}

.inner-text-box {
    text-align: end;
    margin-top: -96px;
}

.inner-text-box span {
    -webkit-text-stroke: 5px #00c4f4;
    font-size: 97px;
    color: #00c4f4;
    transition: all 0.5s;
    opacity: 0.4;
}

.payment-item-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 11px;
}

.payment-item-text p {
    font-size: 16px;
    font-weight: 400;
    color: #363636;
}

.paraphrase p:last-child {
    margin: 10px 0;
}

.readmore {
    font-size: 20px;
    font-weight: 500;
    color: #00c4f4;
    margin-top: 10px;
}

.pay-transaction-box {
    padding: 20px;
    box-shadow: 0px 1px 7.599999904632568px 0px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    background-color: #fff;
    margin-top: 40px;
    gap: 32px;
}

.payment-item-inner {
    padding: 0px 15px;
}

@keyframes MoveUpDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30px);
    }
}

.text-box h3 span {
    color: #00c4f4;
}

.text-box {
    font-size: 22px;
    font-weight: 600;
}

div#twoFactorPopup .modal-text p {
    background: #ffeeee;
    padding: 6px 8px;
    border-radius: 5px;
    color: #840303b0;
    margin-top: 12px;
}

.faqs-sec .sub-heading {
    text-align: left;
}

.faq-left {
    padding-right: 97px;
}

.faqs-sec span.text-img img {
    left: auto;
    right: -36px;
    max-width: 125px;
    top: -24px;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset;
    color: #000;
    background-color: transparent;
    border-radius: 18px 18px 0px 0px;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 20px 20px 0px 0px;
}

.accordion-item {
    border: unset;
    margin-bottom: 10px;
}

.accordion-button {
    border-bottom: 1px solid #adadad;
    font-family: "inter";
    font-weight: 600;
}

.accordion-button h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    padding-right: 25px;
}

.accordion-item:last-child .accordion-button {
    border: unset;
}

.accordion-button:focus-visible {
    outline: 0;
}

.accordion-body {
    border-radius: 0px 0px 20px 20px;
    background: #fff;
    color: #484848;
    font-size: 16px;
    font-family: "inter";
    font-weight: 400;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0 !important;
    box-shadow: unset;
}

.accordion-button::after {
    flex-shrink: 0;
    width: unset;
    height: unset;
    font-size: 14px;
    font-weight: 900;
    margin-left: auto;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-variant: normal;
    background-repeat: no-repeat;
    background-size: unset;
    transition: transform 0.2s ease-in-out;
}

.faqs-sec .sec-title {
    text-align: center;
    margin-bottom: 87px;
}

.join-us-data {
    width: calc(50% + 125px);
    height: 100%;
    padding: 20px 0px;
    margin-left: -60px;
}

.apidoc-wrap.left-side {
    position: sticky;
    top: 28px;
}

.join-us-data .text-box {
    background: rgb(214 246 255);
    padding: 40px 80px;
    border-radius: 10px;
}

.join-us-img {
    width: calc(50% - 65px);
}

.join-us-img img {
    object-fit: cover;
    height: 100%;
}

.join-us .text-box p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 35px;
}

.join-us .text-box .btn {
    padding: 10px 25px;
}

.email-input-box input {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: unset;
    background: rgba(237, 251, 255, 1);
    padding: 11px 20px;
    padding-right: 60px;
}
.accordion-collapse {
    transition: height 0.2s ease;
}
.email-input-box {
    position: relative;
    margin-top: 15px;
}

.authentication-data p:last-child {
    font-size: 16px !important;
}

.auth_qr {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.auth_qr::after {
    width: 100%;
    height: 109px;
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background-color: #00c6f6;
    content: "";
}

.progress {
    display: flex;
    height: 10px;
    overflow: hidden;
    border: 1px solid #00c4f4;
    font-size: 0.75rem;
    background-color: #45daff1a;
    border-radius: 20px;
}

div#announcementPopup .modal-content {
    background: #00c4f4;
    color: #fff;
}

#announcementPopup .modal-title {
    color: #fff;
}

#announcementPopup .modal-body-content {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    padding: 62px 21px !important;
    font-family: var(--heading-font);
    position: relative;
    z-index: 1;
}

#announcementPopup .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}

#announcementPopup .modal-body-content::after {
    position: absolute;
    height: 228px;
    width: 77%;
    background-color: #00add8;
    left: 106px;
    bottom: -18px;
    content: "";
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    z-index: -1;
}
.kyc-main-details .form-select{
    background-color: #fff;
}
.kyc-step-info {
    width: 100%;
   background: #f6f6f6;
    padding: 26px;
    border-radius: 10px;
}

.auth_qr svg {
    box-shadow: 0px 0px 7px 2px #0000003b;
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #8c8a8a61;
}

/* ------------------------------ */
.kyc_step_list li.active {
    color: #00c4f4;
}

.kyc_step_list li {
    width: 100%;
    text-align: center;
    margin-top: -3px;
    text-transform: uppercase;
}

.kyc_step_list li.active {
    color: #00c4f4;
}

.kyc_step_list li.active:before {
    background-color: #00c4f4;
}

.kyc_step_list li {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.kyc_step_list li.active span {
    background: #00c4f4;
    color: #fff;
    padding: 4px 11px;
    border-radius: 50%;
    font-weight: 600;
    opacity: 1;
}

.kyc_step_list li span {
    background: #c6c6c6;
    color: #595959;
    padding: 4px 11px;
    border-radius: 50%;
    font-size: 26px;
    width: 35px;
    align-items: center;
    margin-top: -48px;
    height: 35px;
    justify-content: center;
    font-weight: 600;
    display: inline-flex;
    position: relative;
    opacity: 1;
    position: relative;
    opacity: 0.5;
}

.kyc_step_list li.active span::after {
    background-color: #00c4f4 !important;
}

.view-reason {
 color: #5b5b5b;
    font-size: 13px;
    display: flow;
    margin-top: 5px;
}
.view-reasons i {
    font-size: 12px;
    padding-left: 4px;
}
.kyc-reason-content {
    color: #000000;
}
.mobile-logo {
    display: none;
}
.mob-menu-right {
    display: none;
}
.upload-btn label {
    position: absolute;
    width: 221px;
    top: 42px;
    font-size: 13px !important;
    left: -15px;
    display: flex;
}

.kyc-rules .form-group {
    margin-bottom: 22px;
}

.kyc-complete {
    max-width: 500px;
    margin: auto;
    border: 1px solid #dedede;
    padding: 20px 10px;
    border-radius: 8px;
    background: #fff;
}

.kyc-complete h2 {
    font-size: 24px;
    font-weight: 500;
    color: #262626;
    margin-top: 15px;
}

.kyc-complete p {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.kyc_step_list ul {
    display: flex;
    margin-top: -7px;
}

.kyc_step_list {
    border-top: 2px solid #00000012;
}

.form-control:focus {
    border: 1px solid #00c4f4;
    box-shadow: none;
}

.email-input-box button {
    color: #fff;
    gap: 0px;
    height: 36px;
    border-radius: 10px;
    border: unset;
    font-size: 16px;
    padding: 0px 14px;
    font-weight: 500;
    font-family: "inter";
    background-color: #00c4f4;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.plugin-title{
    padding: 50px 0px;
    margin-top: 35px;
    background: #f8f8f8;
}
.plugin-main-info {
    padding: 68px 0px;
}
.plugin-title .text-box p{
    margin-bottom: 6px;
}
.plugin-title .text-box h1{
    margin-bottom: 0px;
}
.plugin-name img {
    width: 100%;
    height: 53px;
    max-width: 168px;
}
.plugin-info{
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}
.plugin-details-box {
    display: flex;
    padding: 22px 26px;
    background: #f8f8f8;
    border-radius: 14px;
    border: 1px solid #00000040;
    align-items: center;
    justify-content: space-between;
}
.plugin-download .btn {
    padding: 8px 14px;
}
.plugin-name {
    display: flex;
    align-items: center;
    gap: 20px;
}
.plugin-name span {
    font-weight: 700;
    font-size: 21px;
        white-space: nowrap;
}
/* ----kyc------------ */
.radio-buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.custom-radio input {
    display: none;
}
.kyc_step_col.step1 {
    max-width: 700px;
}
.radio-btn:hover {
    border: 2px solid #00c4f4;
    background: #01c4f41c;
}
.kyc-step-info{
    width: 100%;
}
.kyc-rules .form-control{
    background-color: #fff;
}
.radio-btn {
    width: 222px;
    background: #fff;
    margin-top: 13px;
    margin-right: 8px;
    height: 54px;
    border-radius: 10px;
    padding: 0px 15px;
    position: relative;
    align-items: center;
    display: flex;
    column-gap: 10px;
    text-align: center;
    border: 2px solid #e6e6e6e3;
    cursor: pointer;
}

.radio-btn > i {
    color: #ffffff;
    background-color: #01c4f4;
    font-size: 19px;
    position: absolute;
    top: -11px;
    right: -20px;
    transform: translateX(-50%) scale(2);
    border-radius: 50px;
    padding: 5px;
    transition: 0.5s;
    pointer-events: none;
    opacity: 0;
}

.radio-btn .hobbies-icon {
    width: 100%;
    text-align: left;
    align-items: center;
    gap: 11px;
    display: flex;
    justify-content: space-around;
}

.hobbies-icon img {
    display: block;
    width: 32px;
    filter: invert(1);
}

.radio-btn .hobbies-icon i {
    color: #ffdae9;
    font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    margin: 0;
    letter-spacing: normal;
}

.custom-radio input:checked + .radio-btn {
    border: 2px solid #00c4f4;
    background: #01c4f41c;
}

.custom-radio input:checked + .radio-btn > i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.email-input-box button img {
    filter: invert(1);
}

input::placeholder {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.footer-menu h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #0e0f0b;
    margin-bottom: 20px;
    font-family: "inter";
}
span.icon-dash {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 2px;
    color: #0A0A0A !important;
    width: 100%;
}
input:focus {
    outline: 1px solid #00c4f4;
}

.footer-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #484848;
    font-family: "inter";
    transition: 0.3s;
    letter-spacing: 0.02em;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

.footer-menu ul li:last-child {
    margin-bottom: 0px;
}

.footer-inner-text-box h5 {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 18px;
    color: rgba(20, 20, 20, 1);
}

.footer-inner-text-box p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-family: "inter";
    color: #484848;
    margin: 0;
}

.footer-social-icons a {
    font-size: 17px;
    color: #000;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.footer-social-icons {
    justify-content: left;
    gap: 0px;
    display: flex;
}

.footer-inner-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-top {
    padding-bottom: 75px;
}

.copy-right {
    font-weight: 500;
    color: #000000;
    padding: 10px 0;
    padding-top: 20px;
    font-family: "inter";
    border-top: 1px solid #99c1cc;
    text-align: left;
}

footer {
    position: relative;
    overflow: hidden;
    background-image: url("../img/footer-bg.svg");
    background-size: cover;
    background-position: center;
    padding-top: 75px;
    border-radius: 77px 77px 0px 0px;
    margin: 0px 22px;
}

.footer-social-media {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    justify-content: space-between;
}

.email-input-box button:hover {
    opacity: 0.8;
}

.breadcrumbs {
    padding: 24px 0px;
    text-align: center;
    padding-top: 43px;
}

.breadcrumbs a {
    padding: 0px 5px;
    color: rgba(109, 109, 109, 1);
    font-weight: 500;
}

.breadcrumbs a:hover {
    color: #00c4f4;
}

.breadcrumbs a.active-breadscrumbs {
    color: rgba(54, 54, 54, 1);
}

.hero-sec-1 .img-box {
    text-align: right;
}

.hero-sec-1 .hero-inner {
    padding-top: 90px;
}

.coin-platforms-text h2 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 0;
    color: #00c4f4;
}

.hero-sec-1 .text-box .coin-platforms-text p {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.coin-platforms-item {
    display: flex;
    width: 40%;
}

.coin-platforms {
    display: flex;
    margin-bottom: 30px;
}

.hero-sec-1 .text-box p {
    margin-bottom: 50px;
}

.coin-top-item {
    box-shadow: 0px 1px 43.150001525878906px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: calc(50% - 50px);
    margin: 0px 25px;
    text-align: center;
    border: 1px solid #2cd7ff;
}

.coins-main .row {
    margin: 0px -25px;
}

a.burger,
a.closebtn {
    display: none;
}

.coins-main {
    margin-top: 80px;
}

.coin-sub-item {
    box-shadow: 0px 1px 43.150001525878906px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
    border-radius: 10px;
    width: calc(25% - 50px);
    margin: 0px 25px;
    text-align: center;
    border: 1px solid #2cd7ff;
}

.coin-sub-coin {
    margin-top: 50px;
}

.coin-sub-coin .row {
    row-gap: 50px;
}

.coin-sub-item:hover,
.coin-top-item:hover,
.payment-tools-inner-item:hover {
    box-shadow: 0px 4px 22.150002px 0px rgba(0, 0, 0, 0.2);
}

.coin-filter-item button {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background-color: unset;
    border: unset;
    color: rgba(54, 54, 54, 1);
    padding: 0px 5px;
}

.coin-filter-item button span {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.coin-filter-item button.active span {
    background-color: #00c4f4;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.dropdown-toggle {
    padding: 0;
}

ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    padding: 5px 0px;
    background-color: #fff;
    border: 1px solid #00c4f44f;
    border-radius: 5px;
}

ul.dropdown li {
    list-style-type: none;
}

ul.dropdown li a {
    text-decoration: none;
    padding: 4px 1em;
    display: block;
    font-size: 16px;
    text-align: left;
    color: #000;
}

.dropdown-toggle::after {
    display: none;
}

.coin-filter-item button span i {
    font-size: 11px;
}

ul.dropdown li a:hover {
    background-color: #00c4f491;
    color: #fff;
}

.coin-filter-sub table thead tr {
    background-color: transparent;
}

.coin-filter-sub {
    padding-bottom: 44px;
    border-radius: 15px;
    padding-top: 44px;
    background: #29d6fe14;
}

.token-sub {
    background-color: rgba(237, 251, 255, 1);
}

.popular-coins-inner {
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0px 1px 43.150001525878906px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #2cd7ff;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: 0.5s;
}

.mob-logo {
    display: none;
}

.popular-coins-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.forgot-password {
    font-weight: 500;
    font-size: 17px;
    padding-top: 0px !important;
    padding: 11px 0px;
    display: block;
    text-align: end;
}

.account-main-page {
    min-height: 100vh;
}

.popular-coins-inner h4 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}

.popular-coins-inner p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.tab-content table {
    width: 100%;
    border: 1px solid rgba(173, 173, 173, 1);
}

.popular-coins-inner img {
    margin-bottom: 10px;
}

.popular-coins.filter {
    width: 16.66%;
    padding: 0px 17px;
}

.coin-filter-sub .row {
    margin: 0px -25px;
    row-gap: 30px;
}

.coin-filter-heading {
    align-items: center;
    justify-content: space-between;
}

.search-filter-input input {
    border: 0;
    border-bottom: 1px solid rgba(173, 173, 173, 1);
    text-align: left;
    width: 100%;
    padding-left: 35px;
    background-color: transparent;
}

.search-filter-input input:focus {
    outline: 0;
}

.search-filter-input {
    position: relative;
    margin-top: 27px;
}

.search-filter-input input::placeholder {
    font-size: 18px;
    font-weight: 500;
}

.search-filter {
    max-width: 274px;
    width: 100%;
    margin-left: auto;
}

.search-filter-input i {
    position: absolute;
    font-size: 14px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(109, 109, 109, 1);
    cursor: pointer;
}

.view-all a {
    font-size: 18px;
    font-weight: 600;
}

.view-all {
    margin-top: 60px;
    text-align: center;
}

.coin-filter-heading .nav-tabs {
    border-bottom: unset;
}

.tab-content table tr th {
    padding: 13px 15px;
    color: #363636;
    background-color: #3535351a;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.tab-content table tr td {
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
}

.tab-content table tr td {
    padding: 20px 20px;
}

.tab-content table tr td {
    padding: 15px 15px;
    border-bottom: 1px solid rgb(173 173 173 / 29%);
}

.tab-content table tr td p {
    margin-bottom: 8px;
}

.tab-content table tr td p:last-child {
    margin-bottom: 0px;
}

.coin-text img {
    width: 24px;
}

.coin-text span {
    font-size: 16px;
    font-weight: 300;
}

table.table.table-striped.table-bordered {
    width: 60%;
}

.apidoc-col.col-lg-2 {
    background: #f3f3f3;
    padding: 16px;
    border-top: 8px solid #00c4f4;
}

.apidoc-wrap.left-side ul h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 14px;
}

.table.table-bordered thead th {
    font-size: 18px;
    color: #0000009c;
}

.table.table-bordered tbody th {
    font-size: 18px;
    font-weight: 500;
}

.table.table-bordered tbody tr td {
    font-weight: 400;
    padding: 13px 21px;
}

.table.table-bordered tbody tr td:first-child,
.table.table-bordered thead th:first-child {
    border-radius: 10px 0px 0px 10px;
}

.table.table-bordered tbody tr td:last-child,
.table.table-bordered thead th:last-child {
    border-radius: 0px 10px 10px 0px;
}

.table.table-bordered tbody tr {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
}

.apidoc-section .table.table-bordered {
    border: 1px solid #ddd;
    margin-top: 11px;
}

.apidoc-div h4 {
    font-size: 16px;
}

.api-response-div p {
    background: #edededa1;
    padding: 15px;
    font-size: 15px;
    border-radius: 7px;
    border: 1px solid #00000026;
}

.text-box.crypto-tool.privacy-policy {
    background: #fbfbfb;
    padding: 24px;
    border-radius: 7px;
    box-shadow: 0px 2px 11px 1px #0000003d;
}

.privacy-policy h3 {
    font-size: 23px;
    margin-bottom: 6px;
    margin-top: 45px;
}

.privacy-policy ul li {
    font-size: 17px;
    padding-left: 25px;
}

.apidoc-div h3 {
    font-size: 19px;
    font-weight: 700;
    margin-top: 38px;
}

.api-response h3 {
    font-weight: 500;
}

.endpoit-text {
    padding-left: 24px;
    margin-top: 46px;
}

.apidoc-section code {
    padding: 6px 13px;
    font-size: 15px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    word-wrap: break-word;
}

.apidoc-div {
    padding-left: 27px;
}

h3.apidoc-heading {
    font-weight: 100;
    padding-left: 13px;
    letter-spacing: 2px;
    font-size: 30px;
    border-left: 4px solid #00c4f4;
    margin-bottom: 34px;
    font-family: var(--heading-font);
}

.apidoc-text-block h4 {
    font-size: 19px;
    font-weight: 700;
    margin-top: 22px;
}

.apidoc-wrap.left-side ul li a {
    width: 100%;
    color: #000;
    display: flex;
    font-size: 14px;
    background-color: #fff;
    align-items: center;
    column-gap: 10px;
    font-weight: 600;
    border: 1px solid #00000042;
    border-radius: 8px;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.footer-social-icons a:hover img {
    filter: invert(1);
}

.apidoc-wrap.left-side ul h4 {
    position: relative;
}

.apidoc-wrap.left-side ul h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 3px;
    width: 49px;
    background-color: #00c4f4;
}

.apidoc-wrap.left-side ul ul {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

a.link.active {
    background: #00c4f4 !important;
    color: #fff !important;
    border-color: #00c4f4 !important;
}

a.link:hover {
    background: #00c4f4 !important;
    color: #fff !important;
    border-color: #00c4f4 !important;
}

.apidoc-table table thead tr th {
    padding: 11px 21px;
}

.coin-text {
    display: flex;
    align-items: center;
    gap: 12px;
}

.apidoc-section {
    padding: 10px 45px;
}

.apidoc-row {
    padding-top: 8px;
}

table.table.table-striped.table-bordered th {
    font-weight: 600;
    font-size: 22px;
}

table.table.table-striped.table-bordered tbody td {
    font-size: 15px;
    font-weight: 600;
}

.hero-sec-1 .text-box.crypto-tool p {
    margin-bottom: 12px;
    font-size: 16px;
    padding-left: 25px;
    font-weight: 400;
}

.text-box h5 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: rgba(109, 109, 109, 1);
}

.payment-tools-inner-item {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 43.150001525878906px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 30px;
    border-radius: 10px;
    width: calc(33.33% - 110px);
    margin: 0px 55px;
    text-align: center;
    border: 1px solid rgba(0, 196, 244, 1);
    transition: all 0.2s ease-in-out;
}

.payment-tools-inner-item:hover {
    /* transform: scale(1.1); */
    cursor: pointer;
}

.payment-tools-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -55px;
}

.merchant-payment-img {
    margin-bottom: 20px;
}

.payment-inner-item-text h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.apidoc-div table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

.payment-inner-item-text p {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.api-more-details a:hover {
    color: #00c4f4;
}

.read-less {
    display: none;
}

.read-more-less div {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: rgba(0, 196, 244, 1);
    cursor: pointer;
}

.payment-inner-item-text.read-active p {
    display: block;
    -webkit-line-clamp: unset;
}

.payment-inner-item-text.read-active .read-more {
    display: none;
}

.payment-inner-item-text.read-active .read-less {
    display: block;
}

.read-more-less div:hover {
    color: #000;
    text-decoration: underline;
}

.need-help .text-box a.btn {
    margin-top: 15px;
}

.need-help .row {
    align-items: center;
}

.need-help {
    padding: 120px 0px;
}

.need-help .img-box {
    text-align: center;
}

.account-left .logo {
    margin-bottom: 45px;
}

.account-input-box .input-box {
    width: 100%;
}

.account-input-box {
    display: flex;
    width: 100%;
    gap: 26px;
}

.account-main {
    max-width: 1000px;
    width: 77%;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-main {
    max-width: 500px;
    width: 57%;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.register-successfully p {
    margin-bottom: 2px;
    line-height: 25px !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 500;
    margin-top: 2px !important;
}

.login-header-text h1 {
    font-size: 35px;
    font-weight: 500;
    text-align: start;
    margin-bottom: 2px;
    letter-spacing: 2px;
    font-family: var(--heading-font);
}

.successfully-info {
    padding: 20px;
    background: #00c4f400;
}

.verification-success-icon {
    margin-bottom: 0px;
}

.verification-success {
    background: #43fa511f;
    padding: 15px;
    margin-bottom: 0;
    display: flex;
    font-weight: 600;
    border: 1px solid #35b32fa3;
    border-radius: 10px;
}

.verification-success p {
    margin-bottom: 0px;
}

.verification-success p:nth-child(2) {
    color: #1a8717;
    margin-bottom: 0;
}

.verification-success-icon i {
    padding-right: 7px;
    color: #1a8717;
}

.verification-failed-icon {
    float: left;
    margin-bottom: 0px;
}

.verification-failed {
    background: #ffd4d3;
    padding: 15px;
    font-weight: 600;
    border: 1px solid #da0000;
    border-radius: 10px;
}

.verification-info .login-header-text h1,
.verification-info .login-header-text p {
    text-align: center;
}



.box-info.transaction-currency h2 {
    font-size: 20px;
}

.box-info.transaction-currency {
    border-left: 2px dashed #0000002b;
    padding-left: 12px;
}

.alert.alert-warning i {
    padding-right: 5px;
}

section.hero-sec-1 {
    padding-top: 0px;
}

.verification-head {
    text-align: center;
    margin-bottom: 43px;
}

.reset-link-info {
    margin-top: 34px;
}

.reset-link-info h1 {
    text-align: center;
}

.successfully-head {
    padding: 20px;
    background: #30c9021a;
    border-top: 8px solid #46bc23;
}

.register-successfully {
    border-radius: 10px;
    background: transparent;
    margin-top: 19px;
    border: 1px solid #20910266;
    box-shadow: 0px 5px 20px -4px #00000036;
}

.verification-failed-icon i {
    padding-right: 7px;
    color: #830000;
}

.register-successfully .btn {
    padding: 2px 13px;
    font-size: 14px;
}

.email-text {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-bottom: 6px;
    align-items: center;
}

.register-successfully h1 {
    margin-bottom: 0;
    font-size: 23px;
    margin-top: 16px;
    text-align: center;
    color: #209102;
}

.register-successfully img {
    width: 69px;
    text-align: end;
    margin: auto;
    display: flex;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.email-text h2 {
    font-size: 15px;
    margin-bottom: 0px;
}

.register-successfully a span {
    color: #00c4f4;
    border-bottom: 1px solid;
}

.register-successfully a span:hover {
    color: #000;
}

.login-header-text h1 span {
    color: rgba(0, 196, 244, 1);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}

.login-header-text p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    text-align: start;
    color: rgba(109, 109, 109, 1);
}

.account-row {
    display: flex;
    min-height: 100vh;
}

.account-left {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    background: rgba(253, 253, 253, 1);
    padding: 20px;
}

.account-right {
    width: 50%;
    padding: 20px;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.account-right::after {
    width: 600px;
    height: 600px;
    content: "";
    position: absolute;
    top: -23%;
    z-index: -1;
    clip-path: polygon(
        50% 0%,
        61% 35%,
        98% 35%,
        68% 57%,
        79% 91%,
        50% 70%,
        21% 91%,
        32% 57%,
        2% 35%,
        39% 35%
    );
    right: -257px;
    background-color: #ebebeb7d;
}

.auth-img {
    margin: auto;
}

.login-main.email-verification .login-header-text {
    margin: 0;
}

.account-type-text {
    max-width: 586px;
    margin: 0 auto;
}

.account-type-text h1 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    max-width: 448px;
    margin: 0px auto 30px auto;
    border-bottom: 1px solid rgba(109, 109, 109, 1);
    margin: 0px auto 60px auto;
    padding-bottom: 20px;
}

.account-type-inner-box {
    width: calc(50% - 50px);
    box-shadow: 1px 1px 4px 1px rgba(0, 196, 244, 0.5);
    border-radius: 10px;
    margin: 0px 25px;
}

.account-type-inner-box {
    width: calc(50% - 50px);
    box-shadow: 1px 1px 4px 1px rgba(0, 196, 244, 0.5);
    border-radius: 10px;
    margin: 0px 25px;
    padding: 20px 25px;
}

.radio-button-container {
    color: rgba(0, 0, 0, 0.75);
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 2px solid rgba(109, 109, 109, 1);
    transition: all 0.3s;
    display: inline-block;
}

.radio-button-container:hover input ~ .checkmark {
    border-color: rgba(0, 0, 0, 0.5);
}

.radio-button-container input:checked ~ .checkmark {
    background-color: rgba(0, 0, 0, 0);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-button-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-button-container .checkmark:after {
    top: 48.8%;
    left: 48%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(109, 109, 109, 1);
    transform: translate(-46%, -50%);
}

.text-inner p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-align: unset;
    margin: 0;
}

.account-type-text-box {
    display: flex;
    margin: 0px -25px;
}

.text-inner h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.have-an p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}

.have-an {
    text-align: center;
    margin-top: 60px;
}

.have-an a {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid;
}

.input-box label {
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 6px;
}

.coin-header img {
    border-radius: 50%;
    width: 25px;
}
.input-box input {
    width: 100%;
    border: 1px solid #80808030;
    border-radius: 5px;
    font-size: 17px !important;
    padding: 8px 15px !important;
}

.document-valid-info ul li {
    padding: 7px 0px;
    font-weight: 400;
}

li.complete {
    font-weight: 600 !important;
}

.kyc-rules {
    margin-top: 30px;
}

.uploader-box img {
    width: 65px !important;
}

.upload-btn {
    margin: 20px auto 0;
    border: 1px solid #00c4f4;
    width: max-content;
    position: relative;
    color: #00c4f4;
    font-size: 16px;
    background-color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 7px 24px;
    font-weight: 500;
}

.upload-btn input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    cursor: pointer;
    top: 0;
    opacity: 0;
}

.upload-btn span {
    cursor: pointer;
}

.uploader-box {
    height: 100%;
    border-radius: 10px;
    padding: 20px;
    border: 1px dashed #ffffff36;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.kyc-form label {
    color: #000;
}

.input-file {
    background-color: #fff;
}

.transaction-info.coin-filter-sub {
    background: transparent;
    padding-bottom: 0;
    padding-top: 0;
}   

.form-control {
    font-size: 14px !important;
    padding: 10px 15px !important;
    background-color: #f5f5f5;
}

.form-select {
    color: rgba(109, 109, 109, 1) !important;
    font-weight: 500 !important;
    border: 1px solid #80808030 !important;
}
.top-menu ul li a i {
    color: #807f7f;
}
.dropdown-menu-item ul li .active {
    border-radius: 0px !important;
}
.input-box {
    margin-bottom: 16px;
    position: relative;
    z-index: 9;
}
.login-form .input-box {
    margin-bottom: 19px;
}

.form-group {
    margin-bottom: 10px;
}

.input-box .form-group small {
    position: absolute;
    top: 34px;
    right: 0;
    line-height: 43px;
    height: 43px;
    width: 43px;
    text-align: center;
    cursor: pointer;
    color: rgb(109, 109, 109);
}

.input-box input::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: rgb(109 109 109 / 90%);
}

.input-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.input-check label {
    position: relative;
    cursor: pointer;
    display: flex;
    font-size: 13px;
}

.input-check label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #00c4f4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    width: 21px;
    height: 21px;
    border-radius: 5px;
    margin-top: 4px;
}



.input-check input:checked + label:before {
    background: rgba(0, 196, 244, 1);
    border: 2px solid transparent;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

.custom-checkbox .check-box {
    width: 18px;
    height: 18px;
    border: 2px solid #00c4f4;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.custom-checkbox:hover .check-box {
    border-color: #00c4f4;
}

.custom-checkbox input[type="checkbox"]:checked + .check-box {
    background-color: #00c4f4;
    border-color: #00c4f4;
}

.custom-checkbox .check-box::after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.key-setting-info {
    grid-template-columns: 2fr 2fr;
    display: grid;
    gap: 13px;
}

.key-setting-info .input-box.side-main-box {
    display: block;
}

.custom-checkbox input[type="checkbox"]:checked + .check-box::after {
    display: block;
}

.form-btn button {
    width: 100%;
    padding: 9px 0px;
    font-size: 17px;
}

.form-btn .have-an {
    margin: 0;
}

.form-btn .have-an {
    margin-top: 20px;
}

.funexpay-login-des {
    padding: 10px 20px;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    color: #721c249e;
    background-color: #f8d7da69;
    border-color: #f5c6cb;
}

.funexpay-login-des p {
    font-size: 15px;
    font-weight: 500;
    text-align: start;
    margin: 0;
}

.login-header-text {
    margin-bottom: 29px;
    text-align: center;
}

.coin-filter-sub table tbody tr {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
}

.coin-filter-sub table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.coin-filter-sub table th {
    font-size: 16px;
    background-color: #a3eeff;
    white-space: nowrap;
}

.coin-filter-sub table td {
    font-size: 16px;
    font-weight: 300;
}

.coin-filter-sub table th,
.coin-filter-sub table td {
    padding: 13px 13px;
}

.coin-filter-sub table td:first-child,
.dashboard-main table th:first-child {
    border-radius: 10px 0px 0px 10px;
}

.coin-filter-sub table td:last-child,
.dashboard-main table th:last-child {
    border-radius: 0px 10px 10px 0px;
}

.coin-filter-sub .table-responsive {
    padding: 0px;
}

.coin-filter-heading.coin-tab-info {
    margin-bottom: 25px;
    display: flex;
    align-items: baseline;
}

.coin-filter-sub table {
    width: 74%;
    margin: auto;
}

.coin-tab-info ul.dropdown {
    z-index: 111;
    padding: 15px 0px;
    top: 139%;
    width: 233%;
    right: 22px;
}

.coin-dropdown {
    position: relative;
}

.coin-filter-btn span {
    font-size: 17px;
    border-radius: 11px;
    padding: 10px 28px;
    cursor: pointer;
}

.popular-filter-span:hover {
    background: #29d6fe;
    color: #fff;
}

.all-filter-span:hover {
    background: #29d6fe;
    color: #fff;
}

.coin-filter-btn span:hover {
    background: #29d6fe;
    color: #fff;
}

.coin-filter-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.coin-filter-btn .active {
    background: #29d6fe;
    color: #fff;
}

/* Admin Css */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown ul li {
    width: 100%;
}
.dropdown ul li a {
    padding: 9px 15px !important;
}
.dropdown ul li:last-child a {
    border-bottom: none;
}
.dropdown-button {
    background-color: transparent;
    color: #000;
    padding: 5px 5px;
    font-size: 16px;
    border-radius: 7px;
    border: none;
    font-size: 16px;
    border: 1px solid #0000001f;
    box-shadow: 0px 1px 7px #0000000f;
    cursor: pointer;
}
.profile-kyc-status {
    padding: 0 !important;
    display: flex !important ;
    gap: 5px !important;
    font-size: 14px !important;
    color: #0a0a0a !important;
    align-items: center;
    margin-top: 8px;
}
.profile-kyc-status:hover {
    background: transparent !important;
    color: #000 !important;
}
.profile-kyc-status i {
    font-size: 24px;
    line-height: normal;
    color: #666;
}
.dropdown-content {
    visibility: hidden;
    opacity: 0;
    min-width: 332px;
    transform: translateY(40px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    position: absolute;
    top: 59px;
    right: -6px;
    transform-origin: top;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, .13);
    border-radius: 15px;
    padding: 10px 0;
}
.dropdown-content.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background: #00c4f414;
}
.dropdown-content a:hover i{
    background: #fff;
}

.dropdown img {
    width: 39px;
    height: 39px;
}

.top-header {
    background: #fff;
    height: 89px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-menu {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-menu ul li {
    display: inline-block;
       /* padding: 8px 15px; */
    position: relative;
}
.dropdown-menu-item ul li {
    width: 100%;
}
.top-menu .dropdown-menu-item ul li i{
    font-size: 25px;
    color: #000;

}
.top-menu ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    font-family: "inter";
    padding: 8px 15px;
    color: #0a0a0a;
}
.head-right {
    display: flex;
    gap: 8px;
    align-items: center;
}
.login-form .input-check input:checked + label:after{
    left: 7px;
}
.top-menu ul li a.active::after{
    position: absolute;
    content: '';
    width: 71px;
    height: 3px;
    bottom: -2px;
    left: 16px;
    background-color: #00b6e3;
    border-radius: 0px;
    color: #000;
}
.desktop-profile-menu  ul li a.active::after{
    display: none !important;
}
.lang-menu span {
    padding: 12px 12px;
    font-size: 24px !important;
    display: flex;
    gap: 6px;
    border-radius: 7px;
    align-items: center;
    font-weight: 500;
    border: 1px solid #0000001f;
    box-shadow: 0px 1px 7px #0000000f;
}
.notification-menu span {
    padding: 10px 14px;
    font-size: 21px;
    display: flex;
    gap: 6px;
    border-radius: 7px;
    align-items: center;
    font-weight: 500;
    box-shadow: 0px 1px 7px #0000002b;
}
.logout {
    border-radius: 3px;
    padding: 5px 5px;
    cursor: pointer;
    background-color: #00c4f4;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

.dashbora-logo {
    width: 260px;
    padding: 0px 35px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.balanceShow img {
    margin-right: 4px;
    width: 8px;
}

.withdraw-add-info .form-group {
    margin-bottom: 15px;
}

.dashboard-main {
    overflow: visible;
    width: 100%;
}

label.coin-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coin-label a {
    color: #13c8f5;
}

.coin-label a {
    color: #13c8f5;
}

.withdraw-add-info input::placeholder {
    font-size: 15px;
}

ul.info_popup {
    background: #f5f5f5;
    padding: 12px 16px;
    border-radius: 6px;
    margin-top: 10px;
}

.withdraw_popup ul.info_popup {
    margin-bottom: 14px;
}

.api-integration-input .form-control {
    background: #fff;
}

.form-group.wallet-address-info {
    position: relative;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: scale(0.4);
}
.modal.fade.show .modal-dialog {
  transform: scale(1);
}
.popup_note p:first-child {
    font-size: 12px;
    margin-bottom: 7px;
}

.popup_note p {
    margin-top: 0;
    margin-bottom: 8px;
    color: #000;
    font-weight: 500;
}

.popup_note {
    background: #f5f5f591;
    padding: 13px;
    margin-top: 12px;
    border-radius: 6px;
    border: 1px solid #00000038;
}

.popup_note ul li {
    font-size: 14px;
}

.dashborad-inner-main {
    height: 100%;
    min-height: calc(100vh - 130px);
}
.bindChainAddressData label {
    display: block;
}

.form-group.qr-info svg {
    width: 31%;
    height: 100%;
    padding: 10px;
    margin-bottom: 13px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.form-group label {
    margin-bottom: 5px;
    font-weight: 500;
}

.form-group.qr-info {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 23px;
    margin-bottom: 26px;
}

.form-group.qr-info::after {
    position: absolute;
    height: 83px;
    width: 100%;
    background-color: #00c4f4;
    left: 0;
    bottom: 0;
    content: "";
    z-index: -1;
}

.form-group.qr-info label {
    margin-bottom: 6px;
}

.select-chain-head {
    text-align: center;
}

.select-chain {
    display: flex;
    align-items: center;
    margin-top: 9px;
    justify-content: center;
    margin-bottom: 30px;
}

.select-chain span.active {
    border-color: #00c4f4;
    background-color: #fff;
    color: #00c4f4;
}

.select-chain span {
    background-color: #ffffff;
    padding: 6px 18px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-right: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.select-chain span.active i {
    color: #00c4f4;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ffffff;
    display: block;
    font-size: 18px;
}

.form-group .input_icon_a {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #ffffff;
    line-height: 37px;
    background: #00c4f4;
    height: 42px;
    width: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.depositDataLoading {
    display: flex;
    position: absolute;
    z-index: 2000;
    background-color: hsla(0, 0%, 100%, 0.9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s;
}

.list-loader {
    margin: auto;
    border: 2px solid #00c4f4;
    border-radius: 50%;
    border-top: 2px solid #41415700;
    width: 36px;
    height: 36px;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
    flex: 0 0 36px;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.sidebar {
    height: 100vh;
    width: 300px;
    height: 100%;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 17px 10px;
    display: flex;
    flex-direction: column;
    padding-bottom: 90px;
    overflow: auto;
}

.sidebar-menu li a {
    color: #2d3b48;
    display: block;
    padding: 11px 20px;
    margin: 13px 0;
    background-color: #f8f8f8;
    display: flex;
    border: 1px solid #0000002b;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
}

.sidebar-menu > ul > li.active a {
    color: #ffffff;
    background-color: #00c4f4;
    border-color: #00c4f4;
}

.sidebar-menu > ul > li.active a img {
    filter: brightness(0) invert(1);
}

.sidebar-menu li a:hover {
    color: #ffffff;
    background-color: #00c4f4;
    border-color: #00c4f4;
}

.sidebar-menu ul li {
    padding: 0px 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: -50px;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fileUpload span {
    position: absolute;
    top: -99%;
    height: 100%;
    right: 4px;
    color: #000;
}

.fileUpload {
    position: absolute;
    overflow: visible;
    right: -3px;
    height: 100%;
    width: calc(100%);
    text-align: right;
    padding-right: 25px;
}

.file-upload {
    position: relative;
}

.tickets-inner {
    display: flex;
    gap: 22px;
    background: #fff;
    border-radius: 10px;
    padding: 18px 20px;
    align-items: center;
     transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
    justify-content: space-between;
}
.tickets-inner:hover{
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, .08), 0 11px 18px 0 rgba(0, 0, 0, .04);
}

.create-ticket-img {
    display: flex;
    align-items: center;
}

.create-ticket-img .ticket-invoice {
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #f6f6f6;
}

.tickets-inner h4 {
    font-size: 20px;
    font-weight: 500;
    color: #1b1b1b;
    margin-bottom: 10px;
}

.tickets-inner h3 {
    font-size: 20px;
    font-weight: 500;
    color: #1b1b1b;
    text-align: end;
    margin-bottom: 10px;
}

.open-tickets h4,
.open-tickets h3 {
    color: #3ac270;
}

.close-tickets h4,
.close-tickets h3 {
    color: #dc3545;
}

.ticket-invoice {
    width: 55px;
    height: 55px;
    background-color: #f6f6f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ticket-invoice img {
    filter: brightness(0.5);
}
.modal-footer {
    border: unset;
}

.modal-title {
    color: #1b1b1b;
    font-size: 18px !important;
    line-height: 24px;
    letter-spacing: normal;
    font-family: var(--lexend-font);
    font-weight: 600;
}

.user-online p {
    color: #505050;
    font-size: 12px;
    display: flex;
    column-gap: 5px;
    font-weight: 400;
    align-items: center;
}

.user-online p span {
    width: 7px;
    height: 7px;
    display: flex;
    border-radius: 50%;
    background-color: #31bd00;
}

.chat-history .modal-footer {
    margin: 0;
}

.message-send-input {
    margin: 0;
    width: 100%;
    position: relative;
}

.message-send-input input {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: unset;
    border: 1px solid #00c4f4;
    padding: 0px 19px;
}

.message-handle {
    display: flex;
    gap: 5px;
}

.message.user-info a {
    color: #009dfd;
    font-size: 14px;
    display: flex;
    margin-bottom: 4px;
    text-decoration: underline;
    margin-top: 8px;
}

.message-handle i {
    font-size: 15px;
    cursor: pointer;
    color: #fffffff2;
}

.file-upload-message {
    position: relative;
    cursor: pointer;
    padding: 9px 15px;
    height: 100%;
    border-radius: 5px;
    background-color: #00c4f4;
    border: 1px solid #00c4f4;
}

.send-message {
    cursor: pointer;
    padding: 9px 15px;
    height: 100%;
    border-radius: 5px;
    background-color: #00c4f4;
    border: 1px solid #00c4f4;
}

.user .user-info {
    border: 1px solid #a3e7f7;
    background: #00c4f43b;
}

.admin .user-info {
    border: 1px solid #e3e3e3;
    background-color: #ebebeb;
    border-radius: 10px 10px 10px 0px;
}

.setting-info .setting-info-left .input-left p {
    font-weight: 600;
}

.page-link:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

td.create-ticket-img a {
    color: #03b7e3;
    text-decoration: underline;
    font-weight: 500;
}

td.create-ticket-img a:hover {
    color: #000;
}

.message.admin-info a {
    font-size: 13px;
    display: flex;
    margin-bottom: 1px;
    text-decoration: underline;
    margin-top: 6px;
}

.mess-text-box {
    width: 100%;
    column-gap: 15px;
    display: flex;
    align-items: flex-start;
}

.ticket-num {
    color: #1b1b1b;
    text-align: right;
    margin-bottom: 2px;
    font-size: 14px;
    display: flex;
    justify-content: end;
    font-weight: 600;
}

/* .admin .message {
    flex-direction: row-reverse;
    justify-content: start;
} */

.admin .message p {
    color: #000;
    height: 100%;
    font-weight: 500;
}

.message p {
    margin: 0;
    word-wrap: break-word;
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

p.message-data-time {
    text-align: end;
    color: #4f4f4f !important;
    font-weight: 500;
}

.admin .message-data-time {
    text-align: end;
    color: #707070 !important;
    margin-top: 6px;
}

.admin .ticket-num {
    justify-content: start;
}

.admin-info {
    background: #e9edf3;
    border-radius: 0px 10px 10px 10px;
}

.admin {
    margin-right: auto;
    margin-left: 0;
    float: left;
    width: 100%;
    max-width: 70%;
    display: inline-block;
}

.message {
    border-radius: 10px 10px 0px 10px;
    padding: 10px;
}
.transaction-data-info img {
    box-shadow: 0px 2px 10px 0px #00000017;
    padding: 11px;
    width: 66px;
    border-radius: 50%;
}
.transaction-data-info p {
    margin-bottom: 6px;
    font-family: "Inter";
    font-size: 20px;
    color: #484848;
}
.transaction-chart-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    row-gap: 20px;
    width: 33.33%;
}
.pending-text {
    color: #ffcc4f;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
}
.confirm-text {
    color: #27c100;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
}

.reject-text {
    color: #ff060a;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
}
.wallet-img-info img {
    width: 116px;
    position: absolute;
    right: 26px;
    top: 5px;
}
.wallet-info-data h3 {
    font-size: 14px;
    font-weight: 500;
    color: #0a0a0a;
}
.wallet-info-data p{
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
}
.merch-create-name strong {
    font-weight: 500;
}
.wallet-coin-text {
    width: 100%;
    margin-right: 31px;
}  
.main-animation-info {
    display: flex;
    justify-content:space-between ;
    gap: 20px;
} 
.trading-details p {
    font-weight: 600;
    font-size: 18px;
    text-align: end;
    line-height: 24px;
    color: #0a0a0a;
    margin-top: 3px;
}
.dashboard-main span{
        font-size: 14px;
    line-height: 20px;
    color: #666;
    font-weight: 500;
}
.setting-layout-head {
    display: flex;
    gap: 25px;
}
.setting-layout-head a{
    display: flex;
    gap: 9px;
    color: #0a0a0a;
    background: #ececec;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 10px;
    align-items: center;
}
.setting-layout-head a span{
        font-size: 16px;
         color: #0a0a0a;
        font-weight: 500;
}
.trading-info{
    display: flex;
}
.trading-details {
    padding: 0px 20px;
}
.trading-details {
    padding: 0px 20px;
    border-right: 1px solid #00000033;
}
.trading-details:last-child{
    border: none;
}
.wallet-info-btn.wallet-inner-btn a[readonly] {
      background-color: #e6e6e6;
    pointer-events: none;
    cursor: ns-resize;
}
.wallet-info-btn.wallet-inner-btn a {
    width: max-content;
    background: #fff;
    padding: 8px;
    padding-left: 3px;
    gap: 11px;
    display: flex;
    padding-right: 16px;
    border-radius: 612px;
}
.wallet-animation-info {
    margin-top: 36px;
    z-index: 0;
    overflow: hidden;
    position: relative;
}
.wallet-animation-info::after{
    content: "";
    position: absolute;
    top: -3px;
    left: -19px;
    height: 100%;
    width: 56px;
    z-index: 9;
    background: linear-gradient(90deg,#f6f6f6,hsla(0,0%,96%,.8) 51.27%,hsla(0,0%,96%,0));

}
.wallet-animation-info::before{
    content: "";
    position: absolute;
    top: -3px;
    right: -19px;
    height: 100%;
    width: 56px;
    z-index: 9;
    background: linear-gradient(249deg, #ffffff, hsla(0, 0%, 96%, .8) 51.27%, hsl(0deg 0% 96% / 0%));

}
.wallet-inner-animation {
    display: flex;
    gap: 14px;
}

.tbl-loader{
    width: 40px;
    height: 40px;
    border: 4px solid #5a5a5a;
    border-top-color: transparent;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

.wallet-info-btn.wallet-inner-btn span{
    font-size: 16px;
    line-height: 24px;
       color: #0a0a0a;
    font-weight: 500;
}
.inner-tab-filter .search-menu-bar .form-control {
    padding-right: 44px !important;
}
.wallet-info-btn a:hover span{
    color: #fff;
}
.wallet-info-btn.wallet-inner-btn a:hover i{
        background: #43daff;  
        color: #ffffff;  
}
.wallet-info-btn.wallet-inner-btn i {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 24px;
    color: #0a0a0a;
    border-radius: 50%;
    flex-shrink: 0;
    background: #f6f6f6;
    overflow: hidden;
}

.wallet-main-box.wallet-bal-box {
    width: 100%;
}
.wallet-main-box {
    width: 61.33%;
    justify-content: space-between;
    display: flex;
    z-index: 1;
    flex-direction: column;
    position: relative;
}

.wallet-bal-inner {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.Wallet-money h3{
    font-size: 30px;
    color: #0e0f0b;
    margin-bottom: 5px;
    font-weight: 600;
}
.available-bal {
    margin-bottom: 0px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.wallet-info-data {
    background: #ffffff;
    padding: 18px;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
    border-radius: 20px;
}
.wallet-info-data:hover{
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, .08), 0 11px 18px 0 rgba(0, 0, 0, .04);
}
.left-line-1 {
    border-left-color: #fc7e24 !important;
}
.left-line-2 {
    border-left-color: #2f5dfd !important;
}
.left-line-3 {
    border-left-color: #FFF500 !important;
}
.left-line-4 {
    border-left-color: #424242 !important;
}
.transaction-data-info {
    box-shadow: 0px 2px 10px 0px #0000002e;
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    gap: 23px;
}
.main-wallet-box {
    display: grid;
    gap: 13px;
    margin-top: 26px;
    column-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}
span.icon-dash i {
    height: 41px;
    color: #0a0a0a !important;
    width: 41px;
    border-radius: 50%;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #efeeee;
}
.dashboard-right {
    flex: 1;
    display: flex;
    margin-bottom: 40px;
    margin-top: 40px;
    flex-direction: column;
}
.dash-main-info {
     display: flex;
    gap: 27px;
    background-color: #f6f6f6;
    padding: 32px 24px;
    border-radius: 20px;
}
.wallet-money{
    display: flex;
    align-items: center;
    gap: 10px;
}
.wallet-money .custom-dropdown .dropdown-toggle {
    width: 100%;
    border-radius: 29px;
    padding: 4px 10px;
}
.wallet-text-left .custom-dropdown-menu{
        width: 236px;
}
.wallet-text-left .custom-dropdown-menu{
        width: 236px;
}
.wallet-left .custom-dropdown .menu-item {
    padding: 8px 16px;
}
.wallet-left .custom-dropdown-menu{
        width: 236px;
}
.wallet-text-left .custom-dropdown .menu-item {
    padding: 8px 16px;
}
.wallet-text-left  .custom-dropdown .menu-item {
    padding: 8px 16px;
}
.wallet-money h3{
    font-size: 30px;
    line-height: 45px;
    color: #0e0f0b;
    font-weight: 600;
    margin-bottom: 0px;
}
.app-keys-info p {
    font-size: 15px;
}

.modal-body.chat-history-body ul {
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.modal-body.chat-history-body {
    height: 350px;
    overflow: auto;
}

.user {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    max-width: 70%;
    float: right;
    display: inline-block;
}

.page-title-box h4.page-title {
    font-size: 25px;
    letter-spacing: 2px;
    border-left: 4px solid #00c4f4;
    padding-left: 12px;
    font-weight: 100;
    font-family: var(--heading-font);
    margin-bottom: 30px;
}

.wallet-left {
    display: flex;
    gap: 9px;
    align-items: center;
}

.no-data {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.round-chart-item {
    display: flex;
    align-items: center;
    gap: 23px;
}
.balance-chart-box {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 38%;
}

.main-header-menu {
    display: flex;
    gap: 97px;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    padding: 17px 34px;
    box-shadow: 0px 3px 15px 0px #00000024;
}

.header-btn.header-btn-mob {
    display: none;
}

h5.header-title {
    letter-spacing: 0.02em;
    font-size: 17px;
    font-weight: 600;
    color: #2d3b48;
}

.round-chart-item h5.header-title {
    font-size: 16px;
    padding-bottom: 1px !important;
    color: #212529;
    font-weight: 500;
}
.chart-balance-data {
    display: grid;
    gap: 13px;
    column-gap: 24px;
    margin-top: 16px;
    grid-template-columns: repeat(2, 1fr);
}
.chart-balance-content h3 {
    font-size: 20px;
    color: #0e0f0b;
    margin-top: 5px;
    padding-top: 0px;
    padding-left: 9px;
    border-left: 3px solid #000;
    margin-bottom: 0;
}
.chart-balance-content h3 {
    font-size: 20px;
    color: #0e0f0b;
    margin-bottom: 0;
}
.chart-balance-content {
    border: 1px solid #4848484a;
    border-radius: 16px;
    padding: 11px;
}
.chart-balance-content p {
    font-size: 16px;
    color: #484848;
    margin-bottom: 0px;
}
.chart-detail p {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #141414;
    text-align: center;
}

.round-chart-item .row {
    align-items: center;
}

.chart-detail p:last-child {
    margin-bottom: 0;
}

.round-chart-item span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}

.pending span {
    background-color: rgba(255, 204, 79, 1);
}

.reject span {
    background-color: rgba(255, 6, 10, 1);
}

.confirm span {
    background-color: rgba(39, 193, 0, 1);
}

.chart-in-text {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
}

.chart-in-text b {
    font-weight: 500;
}

.chart-in-2 span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    background-color: #000;
}

.chart-in-2.bitcoin span {
    background-color: rgba(255, 184, 0, 1);
}

.chart-in-2.ethereum span {
    background-color: rgba(6, 136, 255, 1);
}

.chart-in-2.binance span {
    background-color: rgba(255, 245, 0, 1);
}

.chart-in-2.other span {
    background-color: rgba(64, 27, 212, 1);
}

.empty_chart-main {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    background-color: transparent;
    border: 6px solid #eee;
    margin: 0 auto;
    position: relative;
}
.Wallet-money,
.wallet-left h3 {
    font-size: 26px;
    color: #0e0f0b;
    font-weight: 600;   
}

.Wallet-money b {
    font-weight: 600;
}
.wallet-right {
    gap: 10px;
    display: flex;
    align-items: center;
}
.wallet-value {
    cursor: pointer;
}
.wallet-text {
    display: flex;
    gap: 6px;
    margin-bottom: 0;
    font-weight: 500;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
}
.wallet-main-box .page-sub-title {
    font-size: 22px;
    margin-top: 0;
    font-family: "Inter";
    color: #0e0f0b;
    font-weight: 600;
    margin-bottom: 24px;
}
.wallet-info-btn {
    display: flex;
    margin-top: 25px;
    gap: 17px;
}

.wallet-info-btn a:hover{
    background-color: #00c4f4;
    color: #fff;
}
.wallet-top-text{
    background-color: #e5f1ea;
    color: #3ac270 !important;
    padding: 2px 6px;
    border-radius: 79px;
    font-size: 14px;
    line-height: 20px;
    margin-left: 5px;
}
.wallet-info-btn a {
    width: 44px;
    height: 44px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 24px;
    color: #0a0a0a;
    border-radius: 50%;
    flex-shrink: 0;
    background: #f6f6f6;
    overflow: hidden;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
}

.icon-show {
    display: flex;
    font-family: "Inter";
    color: #00c4f4;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
}

.pagination .page-link {
    color: #000000;
    padding: 5px 14px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px !important;
    background-color: #ffffff;
    border: 1px solid #00c4f4;
}
.verification-box-content h3{
    color: var(--text-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}
.verification-box-content p{
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-primary);
    margin: 0px;
}
.verification-icon-box i {
    font-size: 25px;
    width: 40px;
    line-height: 38px;
    border: 2px solid #00000012;
    height: 40px;
    display: flex;
    justify-content: center;
    color: #3ac270;
    border-radius: 50%;
}
.kyc-verification-box a:hover{
    color: var(--text-primary);
}
.kyc-verification-box a {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--text-primary);
}
.kyc-verification-box{
    background: #fff;
    padding: 16px;
    position: relative;
    margin-top: 20px;
    width: 100%;
    border-radius: 16px;
}
.kyc-close-btn {
    border: none;
    background: transparent;
    position: absolute;
    top: 7px;
    right: 4px;
}
.wallet-asset-left .pagination{
    margin-top: 25px;
}
.pagination {
    column-gap: 5px;
    margin-top: 15px;
    justify-content: center;
}

.page-item.active .page-link {
    background-color: #00c4f4;
    border-color: #00c4f4;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 15px;
}

.page-item.pagination-btn.disabled a {
    background: #dedede;
    color: #000000c7;
    opacity: 0.8;
}

.pagination .page-link:hover {
    background-color: #00c4f4;
    color: #fff;
}

.page-item:last-child .page-link {
    background-color: #00c4f4;
    color: #fff;
}

.page-item.pagination-btn.disabled:hover {
    cursor: not-allowed;
}

.icon-show:hover {
    color: #000;
}
.wallet-img-info {
    text-align: end;
}
.coin-item:last-child {
    margin-bottom: 0px;
}

.coin-detail-box {
    padding: 22px;
    background-color: #fff;
    border-radius: 20px;
    height: 100%;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
    display: flex;
    position: relative;
    flex-direction: column;
}
.coin-detail-box:hover{
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, .08), 0 11px 18px 0 rgba(0, 0, 0, .04);
}

.coin-detail-box span b {
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
    text-transform: none;
}

.coin-header span {
    vertical-align: middle;
    padding-left: 8px;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    gap: 2px;
    align-items: baseline;
    vertical-align: middle;
}

.coin-item h4 {
    font-size: 14px;
    margin-bottom: 2px;
    font-family: "Inter";
    font-weight: 500;
    color: #484848;
}
.totalbal {
    color: #666;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
}
.totalbal span{
    color: #666 !important;
    font-size: 14px !important;
    line-height: 20px;
    padding-left: 5px;
}

.coin-item {
    align-items: center;
    padding-bottom: 7px;
    margin-bottom: 11px;
}

.coin-item span {
    font-size: 16px;
    color: #0e0f0b;
    font-weight: 600;
}
.balanceShow span {
    padding-left: 5px;
}

.coin-item-main {
    padding-top: 32px;
}

.coin-deatail-btn .btn-in {
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #000;
    padding: 0;
    background:#f6f6f6;
    column-gap: 0px;
    border-radius: 50%;
}

.modal-title b {
    font-weight: 300;
}

.coin-deatail-btn .btn-in span i {
    font-size: 14px;
}

.coin-deatail-btn {
    text-align: center;
    display: flex;
    right: 36px;
    top: 30%;
    gap: 11px;
    flex-direction: column;
    position: absolute;
}
.coin-deatail-btn .secondary-btn {
    border: none;
    background-color: #f6f6f6;
}
.coin-deatail-btn .primary-btn:hover {
    border: none;
    color: #fff;
    background-color:#00c4f4;
}
.mob-inner-menu {
    display: none !important;
}

.primary-btn {
    background-color: #f6f6f6;
    color: #fff;
    padding: 6px 15px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid transparent;
}

.primary-btn i {
    /* margin-left: 5px; */
}

.primary-btn:hover,
.small-btn-bg:hover {
    border: 1px solid #00c4f4;
    background-color: transparent;
    color: #00c4f4;
}

.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00c4f4;
    border-radius: 4px;
    font-weight: 500;
    background-color: #fff;
}

.secondary-btn:hover,
.small-btn:hover {
    border: 1px solid transparent;
    background-color: #00c4f4;
    color: #fff;
}

.coin-detail .row {
    row-gap: 25px;
}

.pagination-box li {
    display: inline-block;
}

.pagination-box li a {
    color: #000;
}

.pagination-box {
    display: flex;
    align-items: center;
    margin: 40px 0px;
}

ul#pagination {
    flex-grow: 1;
    text-align: center;
}

.pagination-box li {
    padding: 0px 3px;
}
.no-data-record img {
    width: 230px;
    margin-bottom: 30px;
}

.pagination-box li a {
    color: #000;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-weight: 500;
}

.form-data-info .input-box .info-text {
    font-size: 13px !important;
    margin-bottom: 30px;
}

table.table.table-bordered.table-condensed thead th {
    background-color: #a3eeff;
    padding: 13px 21px;
    color: #212529;
    font-size: 16px;
    font-weight: 600;
}

ul#pagination ul {
    display: inline-block;
}

.pagination-box li a.active {
    background-color: #00c4f4;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    color: #fff;
    border-radius: 3px;
}

.showing-text {
    letter-spacing: 0.5px;
}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-box a {
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline;
    color: #000;
}

.header-box a:hover {
    color: #00c4f4;
}

.coin-header {
    display: flex;
    flex: 1;
    align-items: center;
}

.coin-top-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.dashboard-main table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.dashboard-main table th {
    padding: 13px 13px;
    color: #212529;
    font-size: 15px;
    font-weight: 600;
}

.withdraw-title {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

table.table.table-bordered.table-condensed thead tr th:first-child {
    border-right: 1px solid #b4b4b4 !important;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 1px !important;
}

.page-title-box.api-info .page-title {
    margin-bottom: 10px;
    margin-top: 20px;
}

.confirm {
    color: rgba(39, 193, 0, 1);
}

.cancelled {
    color: rgba(184, 33, 0, 1);
}

.pending {
    color: rgba(202, 161, 62, 1);
}

.pagination-box li a:hover {
    background-color: #00c4f4;
    color: #fff;
}
.wallet-asset-left{
    width:66%;
    padding: 15px;
    border-radius: 20px;
    background: #f6f6f6;
    
}
.heading-filter.input-box .page-sub-title{
    margin: 0px;
}
.wallet-asset-main{
    display: flex;
    gap: 15px;
}

.coin-inner-box {
    flex: 0 0 auto;
    width: 31%;
}

.header-box h2 {
    font-weight: 600;
    margin: 0;
    font-size: 22px;
}

.inner-drop-menu {
    height: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.sidebar-menu li.active .inner-drop-menu {
    height: auto;
    margin-top: -13px;
    opacity: 1;
    border-radius: 6px;
    padding: 5px 0px;
    background: #edededdb;
    visibility: visible;
    transition: 0.5s;
    overflow: visible;
}

.address-info.transaction-info.coin-filter-sub {
    padding: 0px 17px;
    margin-top: 28px;
}

.sidebar-menu > ul ul.inner-drop-menu li a {
    background-color: unset;
    margin: 6px 0px;
    padding: 6px 9px;
    font-size: 14px;
    font-weight: 400;
    gap: 9px;
    border: none;
    justify-content: unset;
    color: #000;
}

.sidebar-menu > ul ul.inner-drop-menu li a span {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
.sidebar-menu > ul ul.inner-drop-menu li a:hover {
    color: #fff;
    background-color: #00c4f4;
}
.sidebar-menu li a:hover img {
    filter: brightness(0) invert(1);
}
.Wallet-money {
    display: flex;
    gap: 14px;
    align-items: center;
}

.sidebar-menu > ul > li a span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-menu > ul > li a span i {
    font-size: 18px;
}

.sidebar-menu li.active ul.inner-drop-menu {
    display: block;
}

.bottom-menu.sidebar-menu {
    flex: unset;
}
.sidebar-menu {
    flex: 1;
}
.input-box p {
    margin-top: 0;
    color: #000;
    font-size: 16px;
}
.Wallet-money .custom-dropdown .dropdown-toggle{
    border-radius: 29px;
     height: 35px;
}
.Wallet-money  .custom-drop-head {
    line-height: normal;
    display: flex;
    align-items: center;
}

.input-box p:last-child {
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 5px;
}

.input-check label .input-check label {
    vertical-align: middle;
}

.input-box .input-check label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #00c4f4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    max-width: 16px;
    width: 100%;
    height: 16px;
    border-radius: 4px;
    margin-top: 1px;
}

.input-box .input-check input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

p.info-text {
    font-size: 13px;
    margin-top: 8px;
}

.nav-tabs {
    margin-bottom: 21px;
    gap: 14px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 12px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    color: #fff;
    background: #00c4f4;
}

.nav-tabs .nav-link {
    font-weight: 600;
    padding: 9px 19px;
    color: #000;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #00c4f4;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #00c4f4;
    border-color: #00c4f4 #dee2e6 #fff;
}

#chatHistoryPopup .modal-footer {
    padding: 0px;
}

.input-box.side-main-box {
    background: #ffffff;
    padding: 12px;
    gap: 34px;
    justify-content: space-between;
    margin-bottom: 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px #0000001a;
}

.setting-info-left,
.request-payment-info {
    width: 35%;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #00000008;
    border-radius: 10px;
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 8%);
}

.input-box.side-main-box .input-right p {
    font-weight: 300;
}

.input-box.side-main-box .input-right p a {
    color: #00c4f4;
}

.security-info .form-control:disabled,
.form-control[readonly] {
    background-color: #dedede75;
    opacity: 1;
    font-weight: 300;
    border-color: #6969695c;
    padding-right: 55px !important;
}

.secret-info-key .input-icon-in {
    background: #00c4f4;
    height: 100%;
    color: #ffffff !important;
    width: 48px;
    top: -2px;
    font-size: 18px;
    position: absolute;
    line-height: 43px;
    text-align: center;
    border-radius: 0px 7px 7px 0px;
    right: 0 !important;
}

.authentication-data {
    padding: 20px;
    background: #f7f7f7e3;
    border-radius: 10px;
}

.setting-data-info {
    padding: 20px;
    border: 1px solid #0000002e;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 8%);
}

.setting-info-right {
    width: 70%;
    background: #f9f9f9ba;
    padding: 20px;
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 8%);
    border-radius: 10px;
    border: 1px solid #00000008;
}

.setting-info-left.form-data-info {
    background: #fff;
}

.setting-info {
    display: flex;
    gap: 32px;
}

.setting-info-left .input-box p:last-child {
    font-size: 15px;
}

.receive-email-inner {
    margin-top: 10px;
}

.receive-email-inner .input-check {
    padding: 0px 20px;
}

.receive-email-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -20px 0px -20px;
}

.receive-email-inner .input-box label {
    margin-bottom: 12px;
}

.page-title-box.with-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.page-title-box.with-btn .btn {
    padding: 9px 25px;
}

.page-title-box h5 {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.add-address-form {
    margin-top: 30px;
}

.address-main {
    display: block;
}

.add-address {
    display: none;
}

.page-title-box.with-btn h4.page-title {
    margin: 0;
}

.network-authority .input-check {
    width: auto;
    display: inline-block;
    padding: 0px 20px;
}

.input-box.network-authority-main .input-check label:before {
    width: 16px;
    content: "";
}

.network-authority {
    margin: 0px -20px;
    margin-top: 10px;
}

.public-info-form.request-payment-info .input-left {
    margin-bottom: 18px;
}

.method-authority {
    display: flex;
    flex-wrap: wrap;
}

.text-right.status_col a {
    text-decoration: underline;
    font-weight: 500;
    color: #00c4f4;
}

.text-right.status_col a:hover {
    color: #000;
}

.setting-data-info .input-box {
    margin-bottom: 46px;
}

.input-check {
    width: 34%;
}

.input-check-1 {
    width: 100%;
    margin-bottom: 50px;
}

.filter-main input {
    width: auto;
    border-radius: 5px;
    padding: 10px 14px;
    background: #f6f6f6;
}
.heading-filter.input-box .input-check {
    width: auto;
    border-radius: 12px;
    padding: 10px 14px;
    background: transparent;
}
.transaction-details-inner {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.custom-head-tabs i{
    font-size: 26px;
}
.custom-head-tabs a {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    display: flex;
    align-items: center;
}
.wallet-assets {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.security-left-menu ul{
    position: sticky;
    top: 20px;
}
.webhook-logs .small-btn {
    width: 100%;
}
.webhook-details-info .email-copy-btn{
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.webhook-details-info .email-copy-btn:hover b{
    color: #666;
}
.webhook-details-info .email-copy-btn:hover i{
    color: #666;
}
.webhook-details-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-dialog.custom-inner-modal.modal-dialog-centered.webhook-modal{
    width: 608px;
}
.webhook-modal .modal-body.custom-modal-body {
    max-height: 600px;
    overflow-y: auto;
}
.webhook-logs{
    display: flex;
    gap: 20px;
}
.btn.info-link-btn {
    background: transparent;
    color: #00c4f4 !important;
    gap: 5px;
    border-bottom: 1px dashed !important;
    padding: 0px;
    margin-left: 50px;
    width: max-content;
    margin-top: 5px !important;
    border-radius: 0px;
    font-weight: 500;
    justify-content: left;
    border: none;
    font-size: 15px;
}
a.btn.info-link-btn:hover {
    border: none;
    transform: translateY(0px);
    color: #000 !important;
}
.wallet-coin-text p {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
}
.wallet-coin-info img {
    width: 26px;
    border-radius: 50%;
}
.wallet-coin-info{
 display: flex;
    gap: 9px;
    align-items: center;
}
.custom-head-tabs {
    display: flex;
    margin-bottom: 14px;
    align-items: center;
    border-bottom: 1px solid #00000038;
    justify-content: space-between;
}
.wallet-history-right {
    width: 34%;
    padding: 15px;
    border-radius: 20px;
    background: #f6f6f6;
}
.search-menu-bar {
    position: relative;
}
.search-menu-bar i {
    position: absolute;
    top: 14px;
    right: 18px;
    color: #484848cf;
}
.filter-main .input-check label:before {
    width: 18px;
    height: 17px;
    margin-top: 0 !important;
    border-color: #48484875;
}
.heading-filter.input-box {
    margin-top: 28px;
    margin-bottom: 28px;
    position: relative;
    z-index: 0;
}
.filter-main .input-check label::after {
    top: 4px !important;
}
.coin-detail .input-check label::after {
    top: 6px !important;
}
.heading-filter.input-box .input-check label {
    margin: 0px;
    font-size: 15px;
    color: #484848;
    font-weight: 400;
    align-items: center;
    font-family: "inter";
}

.check-login .login-header-text {
    background-color: #9b000014;
    color: #9a0000;
    border: 1px solid #9a00007d;
    padding: 18px;
    border-radius: 9px;
}

.check-login .login-header-text h1 {
    font-size: 21px;
}

.check-login img {
    margin-bottom: 15px;
}

.method-authority {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    row-gap: 15px;
    margin-top: 10px;
}

.tips-box-inner h3 {
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    color: #00c4f4;
    padding-left: 20px;
    position: relative;
}

.tips-main-box {
    margin-top: 40px;
}

.tips-box-inner {
    box-shadow: 0px 1px 7.599999904632568px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.tips-box-inner:last-child {
    margin-bottom: 0;
}

.tips-box-inner h3:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #00c4f4;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tips-box-inner p {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin: 0;
}

.modal-header,
.modal-body {
    padding: 0px;
}

.modal-dialog .modal-content {
    padding: 15px 15px 20px;
    border-radius: 10px;
}

#apiSuccess .modal-dialog {
    max-width: 624px;
}

.modal-header {
    padding: 0px 0px 10px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.modal-header h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.modal-header p {
    color: rgba(109, 109, 109, 1);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

#addApi .modal-dialog {
    max-width: 624px;
}

.modal-footer {
    /* padding-bottom: 20px; */
    justify-content: center;
}

.create-api-item {
    border: 1px solid rgba(138, 138, 138, 1);
    box-shadow: 6px 4px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 14px 20px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    margin-bottom: 25px;
}

.create-api-item:last-child {
    margin-bottom: 0;
}

.create-api-item p {
    margin-bottom: 0;
}

.create-api-list {
    margin-bottom: 40px;
    margin-top: 20px;
}

.modal-dialog-scrollable .modal-body {
    overflow: unset;
}

.create-api-item p {
    flex: 1;
}

.create-api-item span {
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    color: #00c4f4;
    cursor: pointer;
    font-weight: 600;
}



.switch & input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:checked + .slider {
    background-color: #00c4f4;
    transition: background-color;
    outline: 1px solid #00c4f4;
}

.switch input:checked + .slider::before {
    left: 0;
    translate: calc(calc(var(--_switch-width) - 100%) - var(--_offset)) -50%;
    background-color: #fff;
}

.slider .switch input:checked + {
    background-color: #00c4f4;
    transition: background-color;
}

.slider .switch input:checked + ::before {
    left: 0;
    translate: calc(calc(var(--_switch-width) - 100%) - var(--_offset)) -50%;
}

.switch input:checked + ::before {
    transition: translate;
}

.custom-prev,
.custom-next {
    background: #ffffff;
    color: #121212;
    padding: 3px 11px;
    font-size: 24px;
    font-weight: 700;
    width: 46px;
    border-radius: 50%;
    height: 46px;
    border: 1px solid #59595942;
    cursor: pointer;
    margin: 0 5px;
}

button.custom-next.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

button.custom-prev.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-main-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slick-next:before {
    content: "\003e";
    font-size: 1.2em;
    font-weight: 1000;
    padding-left: 12px;
    color: white;
}

.slick-prev:before {
    content: "\003c";
    font-size: 1.2em;
    font-weight: 1000;
    padding-left: 9px;
    color: white;
}

.customer-logos .slick-prev {
    display: none !important;
}

.customer-logos .slick-next {
    display: none !important;
}

.access-key span {
    margin-left: 20px;
    font-size: 16px;
    color: #00c4f4;
    cursor: pointer;
}

.action-icon i {
    font-size: 20px;
}

.action-icon a {
    padding: 0px 12px;
}

.action-icon {
    margin: 0px -12px;
}

a.delete-ico {
    color: rgba(184, 33, 0, 1);
}

.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}

.change-password-form {
    margin-top: 30px;
    padding: 20px;
    box-shadow: 0px 1px 7.599999904632568px 0px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    background-color: #fff;
}

.modal .modal-dialog {
    max-width: 624px;
}

.modal-lg {
    max-width: 900px !important;
    width: 100%;
}

.qr-info svg {
    box-shadow: 0px 0px 7px 2px #0000003b;
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #8c8a8a3b;
}

.qr-info-left {
    width: 70%;
}

.qr-info-right {
    width: 25%;
}
.payment-ftr-content{
    padding: 0px 10px;
}

.qr-info-form {
    display: flex;
}

.timer-otp {
    position: relative;
}

.timer {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 196, 244, 1);
    font-weight: 500;
}

.create-new-api {
    display: none;
}

.change-password-main {
    padding: 30px;
    border-radius: 5px;
}

.profile-info {
    width: calc(40% - 30px);
    margin: 0px 15px;
    text-align: center;
}

.profile-in-box {
    padding: 20px;
    box-shadow: 0px 1px 7.599999904632568px 0px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    background-color: #fff;
}

.profile-info .btn {
    padding: 7px 22px;
    font-size: 16px;
}

.profile-heading {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.my-profile-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    row-gap: 30px;
}

.personal-info {
    width: calc(60% - 30px);
    margin: 0px 15px;
}

.personal-info-inner {
    gap: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
}

.personal-info-item {
    border-bottom: 1px solid #cfcaca;
    width: 47%;
    display: flex;
}

.personal-info-item h3 {
    width: 35%;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.personal-info-item p {
    font-size: 16px;
    font-weight: 500;
    color: #787878;
    margin-bottom: 0;
}

.ticket-data {
    width: 100%;
    background-color: #f6f6f6;
    padding: 24px 24px;
    margin-bottom: 34px;
    border-radius: 20px;
}

.heading-filter {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    align-items: end;
    margin-bottom: 29px;
}
.main-inner-table{
    border-radius: 20px;
    border: 1px solid #e6e6e6;
}
.create-merchant-btn {
    font-weight: 500;
    font-size: 16px;
    padding: 8px 15px;
    gap: 5px;
    display: flex;
    align-items: center;
    line-height: 24px;
}

.create-merchant-btn i {
    font-size: 22px;
}
.merch-create-name p {
    display: flex;
    font-size: 24px;
    color: #0a0a0a;
    gap: 14px;
    margin-bottom: 25px;
    font-weight: 600;
    align-items: center;
}
.main-action-box{
    padding: 24px;
    background: #f6f6f6;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 477px 1fr;
    grid-column-gap: 16px;
    column-gap: 16px;
}
.page-sub-title {
    font-size: 23px;
    margin-top: 19px;
    margin-bottom: 18px;
}

.filter-main {
    display: flex;
    align-items: end;
    /* flex-wrap: wrap; */
    /* padding-bottom: 12px; */
    flex: 1;
    /* border-bottom: 1px solid #00000026; */
    justify-content: end;
    row-gap: 15px;
    column-gap: 17px;
    /* margin-bottom: 19px; */
}

.filter-main .select-box {
    max-width: 175px;
    width: 100% !important;
}

.search-btn {
    display: flex;
    column-gap: 17px;
}

.small-btn {
    display: inline-flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #00c4f4;
    transition: all 0.5s;
    color: #00c4f4;
}

.small-btn-bg {
    display: inline-flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: #00c4f4;
    color: #fff;
}

.common-box {
    padding: 20px;
    box-shadow: 0px 1px 7.599999904632568px 0px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    background-color: #fff;
}

.update-profile-img-box {
    text-align: center;
    width: 120px;
    margin: 0 auto;
    position: relative;
}

.up-img {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    border: 1px solid #6554af;
}

.up-img img {
    width: 118px;
    height: 100%;
    border-radius: 120px;
    object-fit: cover;
}

.update-profile-img-box .file-upload-message {
    width: 27px;
    height: 27px;
    background-color: #6554af;
    border-radius: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -2px;
    right: 14px;
}

.file-upload-message label {
    cursor: pointer;
}

.file-upload-message i {
    color: #fff;
    font-size: 15px;
}

.file-upload-message input {
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    width: 100%;
    position: absolute;
    z-index: 99999;
}

.user-name {
    text-align: center;
    margin-top: 15px;
}

.user-name h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #00c4f4;
}

.user-name p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #787878;
}

.editprofile .modal-footer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.modal.editprofile .modal-dialog {
    max-width: max-content;
}

.modal.editprofile .modal-footer button {
    margin: 0;
    padding: 8px 17px;
    font-size: 16px;
    width: auto;
}

.btn-1 {
    padding: 8px 28px;
    font-size: 16px;
    width: auto;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #00c4f4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #00c4f4;
    gap: 10px;
    font-weight: 600;
}

.modal.editprofile .modal-dialog .modal-content {
    padding: 30px;
}

.btn-1:hover {
    background: #00c4f4;
    border: 1px solid transparent;
    color: #fff;
}

/*  datepicker css */

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 5px;
}

.datepicker {
    border-radius: 4px;
    direction: ltr;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #00c4f4;
    border-top: 0;
    border-bottom-color: #00c4f4;
    position: absolute;
}

.datepicker table {
    margin: 0;
    user-select: none;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    color: #fff;
    background-color: #00c4f4;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 30px;
    height: 30px;
    border: none;
    padding: 8px 11px;
    font-size: 15px;
}

table th {
    text-align: left;
    padding: 20px 30px;
    border: unset;
    font-size: 24px;
    font-weight: 600;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .day:hover,
.datepicker .month:hover,
.datepicker .year:hover,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover {
    /* background-color: #00C4F4; */
    /* color: white; */
    border-radius: 4px;
}

thead tr {
    background-color: #fff;
}

.day.disabled,
.month.disabled,
.year.disabled,
.start-date-active.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.datepicker .day {
    border-radius: 4px;
}

/* 
.datepicker td,
.datepicker th {
    text-align: center;
    width: 30px;
    height: 30px;
    border: none;
    padding: 8px;
    font-size: 15px;
} */

table td {
    color: #000;
    font-weight: 500;
}

.datepicker table tr td span {
    height: 40px !important;
    line-height: 37px !important;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #00c4f4 !important;
    cursor: pointer;
    color: #fff;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    color: #fff !important;
    font-weight: 500;
}

.datepicker-dropdown.datepicker table tr td.today,
.datepicker-dropdown.datepicker table tr td.today.disabled,
.datepicker-dropdown.datepicker table tr td.today.disabled:hover,
.datepicker-dropdown.datepicker table tr td.today:hover {
    background-color: #00c4f4;
    color: #fff;
    background-image: unset;
}

.datepicker.datepicker-dropdown table tr td.active.active {
    background-color: #00c4f4;
    background-image: unset;
    color: #fff;
    font-weight: 500;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #00c4f4 !important;
    color: #fff;
}

.modal-body .from.input-date i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #5e5e76;
}

.modal-body .from.input-date {
    position: relative;
}

.add-number-input-box {
    position: relative;
}

.add-number-input-box span {
    font-size: 19px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.add-number-input-box input {
    padding-left: 55px;
}

.personal-info-edit .modal-dialog .modal-content {
    padding: 15px 20px;
}

.modal .modal-header {
    margin-bottom: 15px;
}

.public-btn button:hover {
    background-color: #fff;
    color: #000;
}

.key-check {
    width: 100% !important;
}

.public-btn button {
    background-color: #00c4f4;
    border-radius: 5px;
    border: 2px solid var(--blue, #00c4f4);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 19px;
    text-align: center;
}

.public-btn a {
    background-color: #00c4f4;
    border-radius: 5px;
    border: 2px solid var(--blue, #00c4f4);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 19px;
    text-align: center;
}

.public-btn a:hover {
    background-color: #fff;
    color: #000;
}

.email-details {
    padding: 20px;
    box-shadow: 0px 1px 7.599999904632568px 0px rgba(0, 0, 0, 0.1);
}

.email-details h4 {
    color: #141414;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.56px;
    padding: 50px 0px 10px;
}

.email-details p {
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

/* Drop-down */

.custom-list-dropdown {
    position: relative;
    padding: 8px 40px 8px 10px;
    background: #fff;
    text-align: left;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    min-width: 210px;
}

.arrow {
    margin-left: 10px;
    margin-right: 10px;
    color: #ffffffcd;
    font-size: 20px;
}

.selected-display {
    font-weight: 500;
    display: flex;
    align-items: center;
    color: rgba(109, 109, 109, 1);
}

.custom-list-dropdown i {
    color: rgba(109, 109, 109, 1);
    position: absolute;
    right: 13px;
    top: 11px;
    font-size: 16px;
}

.custom-list-dropdown::before {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.rotated {
    transform: rotate(-180deg);
}

.custom-list-dropdown .list-item-dropdown {
    transition: 0.3s;
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;
    margin: 0;
    max-height: 400px;
    height: auto;
    overflow-y: auto;
    padding: 0px !important;
    border-radius: 5px !important;
    border: 2px solid #aaaaaaab;
    background: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.custom-list-dropdown .list-item-dropdown li {
    font-size: 15px;
    border-bottom: 1px solid #0000003b;
    padding: 0 15px;
    overflow: hidden;
    font-weight: 500;
}

.custom-list-dropdown .list-item-dropdown li:last-child {
    border-bottom: none;
}

.list-item-dropdown {
    padding: 0.5rem !important;
}

.custom-list-dropdown .list-item-dropdown li:hover {
    background-color: #00c4f429;
}

.custom-list-dropdown.active .list-item-dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 15px;
}

.otp-verifiction {
    position: relative;
}

.otp-btn {
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    background-color: #00c4f4;
    color: #fff;
    outline: none;
    position: absolute;
    border: none;
    top: 5px;
    border-radius: 6px;
    right: 6px;
}

.modal-text p {
    font-weight: 500;
    padding: 3px 0px;
    color: rgba(109, 109, 109, 1);
    font-size: 15px;
    background-color: #00c4f414;
}

.verify-info-msg p {
    background-color: transparent;
    padding: 0px 0px 0px 8px;
    font-weight: 500;
    margin-top: 3px;
    font-size: 13px;
    color: #707070;
}

.modal-last h2,
.modal-email p {
    font-weight: 600;
    font-size: 18px;
    color: #1b1b1b;
    text-align: center;
}

.modal-last p,
.modal-email span {
    text-align: center;
    color: rgba(109, 109, 109, 1);
    font-size: 15px;
    font-weight: 500;
}

.user-profile {
    text-align: center;
}

.user-img img {
    object-fit: cover;
    height: 100%;
}

.user-img label.uploadFile {
    background-color: #00c4f4;
    width: 32px;
    border-radius: 50%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-bottom: 0;
    margin: 0;
    right: 0;
    padding: 0;
    bottom: -9px;
    border: unset;
}

.user-img {
    width: 145px;
    height: 145px;
    margin: 18px auto;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
}

.user-img label.uploadFile i {
    color: #fff;
}

.user-sub-box {
    width: 160px;
    height: 160px;
    border: 3px solid #00c4f457;
    overflow: hidden;
    padding: 6px;
    border-radius: 50%;
}

.user-name h2 {
    margin-top: 38px;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 3px;
    padding-top: 10px;
}

.profile-btn {
    text-align: center;
    padding-top: 30px;
}

.profile-btn .theme-btn {
    background-color: #00c4f4;
    font-size: 17px;
    color: #fff;
    padding: 8px 15px;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid transparent;
}

.profile-btn .theme-btn:hover {
    background-color: #fff;
    color: #00c4f4;
    border: 1px solid #00c4f4;
}

/* sidebar */
.kyc_step_col .primary-btn {
    padding: 9px 24px;
}

.sidebar-header {
    display: none;
}
.kyc-alert.alert.alert-danger p {
     font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #0a0a0a;
    margin: 0px;
}

.kyc-alert.alert.alert-danger img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(69%) saturate(3446%) hue-rotate(331deg) brightness(85%) contrast(102%);
}
.kyc-image img {
    width: 49px;
}
.kyc-image{
    max-width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 50%;
    border: 2px solid;
}
.kyc-alert.alert.alert-warning .kyc-image img {
    width: 308px;
    filter: brightness(0) saturate(100%) invert(78%) sepia(46%) saturate(3741%) hue-rotate(4deg) brightness(89%) contrast(91%);
}
.kyc-alert.alert.alert-danger {
    background: #f8d7da54;
    color: #000000;
    border-color: transparent;
    margin-top: 7px !important;
}
.kyc-alert.alert.alert-danger img{
    filter: brightness(0) saturate(100%) invert(38%) sepia(69%) saturate(3446%) hue-rotate(331deg) brightness(85%) contrast(102%);
}
.kyc-alert.alert.alert-warning div p{
  font-size: 11px;
    font-weight: 300;
    color: #0a0a0a;
}
.kyc-alert.alert.alert-danger .kyc-image{
 border-color:#ec98a06b;
}
.kyc-alert.alert.alert.alert-success {
    background: #3bc37117;
    color: #000000;
    border: none;
    margin-top: 7px !important;
}
.kyc-alert.alert.alert.alert-success .kyc-image{
        border-color:#94deb1a6;
}
.kyc-alert.alert.alert.alert-success p {
    color: #000;
    margin: 0;
    font-size: 14px;
}
.kyc-alert.alert.alert.alert-success img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(60%) saturate(455%) hue-rotate(91deg) brightness(93%) contrast(91%);
}

.kyc-step-right {
    background: #fff;
    padding: 40px 20px;
}



/* payment */
.top-logo img {
    max-width: 160px;
    height: 50px;
    object-fit: fill;
    width: 100%;
}
.top-logo {
    display: flex;
    gap: 12px;
    align-items: center;
}
.top-logo h6 {
    overflow: hidden;
    white-space: nowrap;
    max-width: 220px;
    font-size: 20px;
    margin-bottom: 0px;
    color: #00c4f4;
    text-overflow: ellipsis;
}
.pay {
    min-height: 100vh;
    background-color: #fff;
}

.pay .pay-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
}

.pay .pay-container .pay-content {
    display: flex;
    flex-direction: column;
    color: #000;
    box-sizing: border-box;
    max-width: 578px;
    width: 100%;
    box-shadow: 0px 0px 80px rgb(0 0 0 / 10%);
    margin-top: 40px;
    border-radius: 24px;
}

.pay .pay-container .pay-content .content-info {
    display: flex;
    flex-direction: column;
    gap: 11px;
    background: linear-gradient(247.95deg, #ededed 5.87%, #f6f6f6 96.55%);
    border-radius: 24px;
}

.pay-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    position: relative;
    padding: 32px 32px 0;
}

.pay-sign-up button {
    border-radius: 78px;
    padding: 2px 13px;
    color: #fff;
    background-color: #00c4f4;
    font-weight: 400;
    border: 2px solid #00c4f4;
}

.pay-sign-up button:hover {
    background-color: transparent;
    border: 2px solid #00c4f4;
    color: #000;
}

.status-container {
    padding: 0 32px;
}

.pay-status {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 15px;
    gap: 4px 12px;
    border-radius: 12px;
    background-color: rgb(255 26 45 / 12%);
}

.pay-status-icon i {
    color: #ff3d4d;
    font-size: 19px;
}

.status-heading-text {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.status-description {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    grid-column: 2;
    margin-bottom: 0;
}

.payment-details {
    display: flex;
    padding: 0 26px;
    align-items: center;
    justify-content: space-between;
}

.payment-details-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 16px;

}

.payment-details-amount-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.payment-details-amount {
    display: flex;
    align-items: center;
    gap: 8px;
    word-break: break-all;
    font-weight: 600;
    font-size: 30px;
    line-height: 11px;
}
.text-box-info.thank-you-info {
    margin: auto;
    text-align: center;
}
.thank-you-msg img {
    margin-bottom: 20px;
    height: 259px;
}
.pay-copy-icon {
    position: relative;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 0px 0px 6px rgb(0 0 0 / 4%);
    border-radius: 40px;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pay-copy-icon:hover {
    background-color: #f6f6f6;
}

.pay-copy-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.payment-faq-settings {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 16px;
    position: relative;
}

.pay-faq {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
.view-reasons .tooltip-text {
    background-color: #ffffff;
    color: #000000;
    font-weight: 300;
    bottom: 29px;
    font-size: 14px;
    left: 65px;
}
.view-reasons .tooltip-text::after {
    display: none;
}
.view-reason:hover {
    color: #000;
}

.pay-faq i {
    font-size: 22px;
}

.pay-faq:hover {
    background-color: #e6e6e6;
}

.content-below-status {
    padding-top: 0px;
}

.tooltip-wrapper {
    position: relative;
}

.tooltip-text {
    visibility: hidden;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 12px;
    border-radius: 10px;
    position: absolute;
    bottom: -40px;
    left: -245%;
    transform: translateX(-50%) scale(0.9);
    width: max-content;
    max-width: max-content;
    text-align: center;
    line-height: 1.4;
    z-index: 10;
    display: none;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: -12px;
    left: 91%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
}

.tooltip-wrapper:hover .tooltip-text {
    visibility: visible;
    display: block;
    transform: translateX(-50%) scale(1);
}

.faq-global-box {
    display: none;
}

.faq-global-box.show {
    display: block;
}

.faq-item {
    background: #f9f9f9;
    overflow: auto;
    height: 54vh;
    padding: 20px 30px;
}

.faq-question {
    padding-bottom: 13px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    font-size: 18px;
}

.faq-accordian {
    border-bottom: 1px solid #dedede;
    padding-top: 13px;
}

.faq-accordian:last-child {
    border-bottom: none;
}

.faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease;
    background: #f9f9f9;
    font-size: 14px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    opacity: 1;
    padding-bottom: 20px;
}

.faq-toggle-icon {
    width: 20px;
    font-size: 26px;
    transition: transform 0.3s ease;
}

.hide-on-faq {
    display: block;
}

.hide-on-faq.hide {
    display: none;
}

.faq-item .faq-toggle-icon {
    float: right;
    cursor: pointer;
}

.custom-search-box {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    padding: 10px 14px;
    border-radius: 10px;
    width: 100%;
    transition: box-shadow 0.3s ease;
}

.mob-inner-title {
    display: none;
}

.custom-search-box i {
    color: #666;
    margin-right: 10px;
    font-size: 16px;
}

.custom-search-box input[type="search"] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    width: 100%;
    color: #333;
}

.return-btn button {
    width: 100%;
    border: none;
    padding: 14px 20px;
    background: #ebebeb;
    font-size: 16px;
    color: #000;
}

.pay-status.success-status {
    background-color: rgb(58 194 112 / 16%);
}

.pay-status.success-status i {
    color: #2aa668;
}

.payment-details-menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 3px 26px 20px;
}
.payment-details-menu .info-btn{
    padding-left: 0px;
}

.payment-details-subheading {
    display: flex;
    flex-direction: column;
    column-gap: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.invoice-head-info.warning-bg p {
    margin-bottom: 0;
    color: #000000b5;
}
.payment-invoice-name .text-warning{
    color:#F2AE1D !important;
}
.invoice-head-info.warning-bg .text-warning{
    color:#F2AE1D !important;
}
.subheading-currency {
    margin-bottom: 6px;
}
.pay-status.warning-bg {
    background: #F2E3D5;
}
.pay-status-icon .text-warning{
    color: #F2AE1D !important;
}
.invoice-amount-data ul li b {
   font-weight: 500;
    color: #2c2c2c;
    text-align: end;
}
.invoice-amount-data ul li span {
    color: #404040;
    text-align: left;
}
.invoice-amount-data ul li {
    display: flex;
    justify-content: space-between;
    margin: 7px 0px;
}
.invoice-amount-data ul {
    background: #fff;
    padding: 14px;
    border-radius: 10px;
}
.content-actions .proceed-btn{
    margin-top: 16px;
}
.invoice-amount-data {
    padding: 3px 26px 30px;
}
.pay .pay-container .content-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    border-radius: 0 0 24px 24px;
    background-color: #fff;
}

.success-paid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.paid-text {
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 0 0 1px #f5f5f5, 0 8px 16px rgba(41, 41, 41, 0.04),
        0 0 6px rgba(41, 41, 41, 0.04);
}

.add-copy-title {
    font-weight: 400;
    letter-spacing: -0.08px;
    font-size: 14px;
    line-height: 20px;
    color: #747474;
    margin-bottom: 5px;
}

.add-copy-title a {
    color: #747474;
    text-decoration: underline;
}

.add-copy-link {
    display: grid;
    grid-template-columns: minmax(100px, auto) 1fr;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 2px;
    cursor: pointer;
}

.add-copy-link a {
    color: var(--contentPrimary);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}

.review-link a {
    width: 100%;
    padding: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 6px;
    border: 1px solid rgb(0, 182, 122);
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s ease;
    background: none;
}

.menu-info {
    padding: 10px 32px 0px;
}

.pay-network {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #747474;
    font-size: 15px;
}

.info-btn {
    border: none;
    color: #747474;
    background-color: transparent;
}

.pay-network .tooltip-text {
    bottom: -47px !important;
    left: 76% !important;
}

.pay-network .tooltip-text::after {
    left: 10% !important;
}

.expiration-time-sec {
    padding: 10px 32px 32px;
}

.time-inner {
    padding: 16px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #f5f5f5, 0 8px 16px rgba(41, 41, 41, 0.04),
        0 0 6px rgba(41, 41, 41, 0.04);
    display: flex;
    align-items: center;
    gap: 12px;
}

.timer-info p {
    color: #747474;
    margin-bottom: 1px;
    font-weight: 500;
    font-size: 16px;
}

.timer-info span {
    color: #2aa668;
    font-size: 16px;
    font-weight: 600;
}

@keyframes growProgressBar {
    0%,
    33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: 3rem;
    --fg: #2aa668;
    --bg: #dff5e8;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(
            closest-side,
            white 80%,
            transparent 0 99.9%,
            white 0
        ),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

.content-actions .dropdown {
    position: relative;
    display: inline-block;
}

.content-actions .dropdown-toggle {
    padding: 14px 15px;
    cursor: pointer;
    background-color: transparent;
    color: #000000e8;
    border: 1px solid #dedede;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    position: relative;
}

.content-actions .dropdown-toggle i {
    position: absolute;
    right: 20px;
    top: 20px;
}
.payment-gateway.payment-wallet-info {
    padding-top: 0px;
}
.content-actions .dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 110%;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    width: 100%;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    max-height: 30vh;
    overflow: auto;
}

.content-actions .dropdown-menu li {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 11px;
    cursor: pointer;
}

.content-actions .dropdown-menu li img {
    width: 30px;
    height: 30px;
}

.content-actions .dropdown-menu li:hover {
    background-color: #f1f1f1;
}

.content-actions .dropdown.active .dropdown-menu {
    display: block;
}

.content-actions .dropdown.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.content-actions .dropdown.disabled .dropdown-toggle {
    cursor: not-allowed;
    color: #999;
    border-color: #ccc;
}

.content-actions .custom-search-box {
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
    position: sticky;
    top: 0px;
}

.dropdown-toggle i {
    transition: transform 0.3s ease;
}

.dropdown.active .dropdown-toggle i {
    transform: rotate(180deg);
}

.proceed-btn button {
    width: 100%;
    border-radius: 10px;
    padding: 11px 14px;
    transition: all 0.3s ease;
}

.qr-code-img svg {
    width: 129px;
    object-fit: cover;
    padding: 10px;
}

.paid-text-inner {
    display: flex;
    align-items: center;
    gap: 2px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dedede;
    padding: 16px;
}

.payment-recipient {
    padding: 0;
}

.timers-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pay-timer-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-right: 1px solid #dedede;
    width: 50%;
}

.pay-timer-box:last-child {
    border-right: none;
}

.pending-timer .timer-info span {
    color: #f2ae1d;
}

.pending-timer div[role="progressbar"] {
    --size: 3rem;
    --fg: #f2ae1d;
    --bg: #fff2e4;
}

.timer-progress i {
    font-size: 48px;
    color: #44c577;
}

.contact-address {
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 0 0 1px #f5f5f5, 0 8px 16px rgba(41, 41, 41, 0.04),
        0 0 6px rgba(41, 41, 41, 0.04);
}

.contact-link p {
    margin-bottom: 0;
    color: #666666;
    font-size: 18px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.contact-link p a {
    color: #666666;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.contact-btn {
    background-color: transparent;
    border: none;
    color: #666666;
}

.contact-link .tooltip-text {
    bottom: 54px !important;
    left: 61% !important;
    width: 360px;
}

.contact-link .tooltip-text::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-width: 8px;
    top: 57px;
    left: 36%;
    border-color: #000 transparent transparent transparent;
}

.divider-text {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 25px;
    color: #666;
}

.divider-text span {
    font-size: 18px;
}

.divider-text::before,
.divider-text::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #ccc;
}

.pay-btn button {
    border-radius: 10px;
    padding: 11px 14px;
    width: 100%;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.email-modal .modal-dialog {
    max-width: 530px !important;
}

.email-modal .modal-dialog .modal-content {
    padding: 0;
}

.modal-header h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: start;
}

.email-modal .modal-header {
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
    padding-right: 71px !important;
    position: relative;
    padding: 25px;
    margin-bottom: 0;
}

.email-modal .close-btn {
    position: absolute;
    right: 4%;
    top: 20%;
    background: #e7e7e7d6;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: none;
}

.email-modal .close-btn i {
    color: #000000 !important;
    font-size: 19px;
}

.email-modal .modal-body {
    padding: 25px;
}

.input-wrapper .form-control {
    background-color: transparent;
    padding: 16px 15px !important;
    border-radius: 13px;
}

.input-wrapper .form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
}

.input-wrapper .form-control::placeholder {
    font-size: 16px;
}

.email-modal .modal-footer {
    padding: 0 25px 25px;
}

.email-btn button {
    font-weight: 500;
    width: 100%;
    padding: 11px 14px;
    transition: all 0.3s ease;
    border-radius: 13px;
    font-size: 16px;
}

.email-btn p {
    text-align: center;
    font-size: 17px;
    color: #747474;
    padding: 10px 20px 0;
}

.pay-btn.contact-link .tooltip-text::after {
    top: 36px;
    left: 51%;
}

.pay-btn.contact-link .tooltip-text {
    bottom: 64px !important;
    left: 49% !important;
    padding: 9px 15px;
}

.menu-dropdown {
    position: absolute;
    top: 48px;
    right: 0;
    width: 343px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: -10px 0 80px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e6e6e6;
    z-index: 10;
    display: none;
}

.menu-dropdown.active {
    display: block;
}

.menu-list {
    display: flex;
    flex-flow: column nowrap;
}

.menu-item {
    width: 100%;
    padding: 10px 16px;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 11px;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu-item:hover {
    background-color: #f2f2f2;
}

.item-icon i {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.item-content p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.item-content span {
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

.dropdown-toggle img {
    width: 27px;
}

section.payment-gateway {
    padding: 50px 0px;
}

.img-box.fees-content-info {
    text-align: center;
}
.fees-amount {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    line-height: 0px;
}
.fees-amount h3 {
    font-size: 100px;
    color: #00c4f4;
    font-weight: 500;
}

.fees-amount span {
    font-size: 199px;
    font-weight: 500;
    color: #00c4f4;
}
.img-box.fees-content-info p {
    font-size: 25px;
    color: #686868;
    margin-bottom: 0px;
}
/* ======blog page========= */
.blog-main-sec .text-box-info {
    max-width: 808px;
    margin: auto;
    text-align: center;
}

.blog-main-sec h1 {
    font-family: "Inter";
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 14px;
}

.blog-main-sec p {
    font-size: 16px;
    font-family: "Inter";
    color: #212529;
    line-height: 26px;
}

.blog-main-sec {
    position: relative;
    z-index: 1;
}

.blog-main-sec::after {
    content: "";
    position: absolute;
    top: -132px;
    background: linear-gradient(
        179deg,
        rgba(135, 231, 255, 1) 0%,
        rgb(204 245 255 / 39%) 100%
    );
    left: 20px;
    margin: auto;
    width: 98%;
    border-radius: 0px 0px 77px 77px;
    height: 127%;
    z-index: -1;
}
.blog-main-sec.blog-details-sec::after {
    height: 81%;
}
.blog-details-img {
    max-width: 550px;
    margin: auto;
    margin-top: 39px;
}
.blog-details-img img {
    width: 100%;
}
.blog-main-sec.blog-details-sec {
    padding-top: 50px;
    padding-bottom: 31px;
}
.blog-details-head {
    margin-bottom: 54px;
}
.blog-data-info {
    display: grid;
    column-gap: 21px;
    max-width: 1560px;
    row-gap: 24px;
    margin: auto;
    grid-template-columns: repeat(3, 1fr);
}

section.blog-sec {
    padding-top: 50px;
}

ul.pagination.custom-pagination {
    justify-content: center;
}

.tbl-loader-bg {
    height: 330px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.blog-details {
    max-width: 1200px;
}
.blog-details-head h2 {
    font-size: 27px;
    color: #0e0f0b;
    margin-bottom: 12px;
    font-weight: 700;
    font-family: "Inter";
}
.blog-details-head p {
    font-size: 17px;
    color: #484848;
    font-family: "Inter";
}
.blog-details-info h3 {
    font-size: 21px;
    color: #0e0f0b;
    margin-bottom: 11px;
    font-weight: 700;
    margin-top: 30px;
    font-family: "Inter";
}
.blog-details-info p {
    font-size: 17px;
    color: #484848;
    font-family: "Inter";
}
.blog-details-info span {
    color: #0e0f0b;
    font-family: "Inter";
    font-weight: 600;
}
.blog-details-info ul li {
    font-size: 17px;
    color: #484848;
    margin: 5px 0px;
    font-family: "Inter";
    list-style: disc;
}

.blog-details-info ul {
    padding-left: 30px;
}
.main-wrapper {
    background-color: #f8f8f8;
}
.blog-social a {
    font-size: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    background-color: #00c4f4;
    display: inline-flex;
    border: 1px solid transparent;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border-radius: 50px;
}
.blog-social img {
    width: 14px;
    filter: invert(1);
}

.blog-social {
    display: flex;
    gap: 11px;
}
.blog-social a:hover {
    background-color: transparent;
    border: 1px solid #00c4f4;
    color: #00c4f4;
}
.blog-social a:hover img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(71%) saturate(4357%)
        hue-rotate(148deg) brightness(95%) contrast(104%);
}
.blog-social-media {
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #99c1cc;
    padding-top: 21px;
    margin-top: 43px;
}
.blog-details-form {
    max-width: 1100px;
}
.blog-details-form .input-check input:checked + label:after {
    top: 6px;
    left: 7px;
}
.blog-details-form .form-control {
    width: 100%;
    background-color: #fff;
    border: 1px solid #484848c7;
    border-radius: 10px;
}
.blog-details-form .form-group {
    margin-bottom: 20px;
}
.blog-details-form .form-group label {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #0e0f0b;
    font-family: "Inter";
}
.blog-details-form textarea {
    width: 100%;
    border: 1px solid #484848c7;
    border-radius: 10px;
    border-radius: 10px;
    padding: 17px 15px;
}
.blog-details-form .input-check label:before {
    width: 18px;
    height: 18px;
    border: 2px solid #4848488f;
    margin-top: 0px;
}
.blog-details-form .input-check label {
    align-items: center;
    color: #484848;
    font-size: 17px;
    font-family: "Inter";
}
.blog-details-form .small-btn-bg {
    border-radius: 30px;
}
.blog-details-form .input-check-1 {
    margin-bottom: 36px;
}
.blog-details-form textarea:focus {
    border: 1px solid #484848;
}
.contact-us-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-us-head h1 {
      max-width: 30%;
    margin-bottom: 0;
    text-align: left;
    font-size: 30px;
}

.contact-us-head p {
    max-width: 43%;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
}
.text-box-info.contact-us-info {
    width: 100%;
    max-width: 1472px;
}
.blog-main-sec.contact-us {
    padding-top: 43px;
    padding-bottom: 0px;
}
.contact-main-img {
    width: 100%;
    margin-top: 50px;
}
.contact-main-img img {
    width: 100%;
    object-fit: cover;
}
.contact-us-sec .sec-title {
    text-align: center;
}
.contact-us-left {
    width: 45%;
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #00000026;
}

.contact-us-details {
    display: flex;
    margin: auto;
    margin-top: 73px;
}
.contact-us-right {
    text-align: end;
    width: 55%;
}
.support-mail a:hover {
    color: #00c4f4;
}
.support-mail a {
    font-size: 21px;
    display: flex;
    gap: 10px;
    transition: all 0.5s;
    align-items: center;
    justify-content: center;
}
.support-mail {
    text-align: center;
    margin-left: 30%;
    margin-top: 15px;
}
.contact-us-right img {
    max-width: 468px;
}
.contact-us-left .small-btn-bg {
    margin: auto;
    display: flex;
}

.contact-us-left .form-group label {
    display: block;
    font-weight: 600;
    font-family: "Inter";
}
.contact-us-left .form-group textarea {
    width: 100%;
     font-size: 14px !important;
    padding: 10px 15px !important;
    background-color: #f5f5f5;
    border-color: #ced4da;
    border-radius: .25rem;
}
.contact-us-left .form-group textarea:focus-visible {
    outline: none;
    background-color: #fff;
    border-color: #00c4f4;
}
.accordion-button::after {
    background-image: none !important;
}
.inner-container{
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
.small-container{
    width: 100%;
    max-width: 1350px;
    margin: auto; 
}
/* ================================================================================================================================ */
.custom-tabs {
  display: flex;
  cursor: pointer;
  gap: 21px;
  justify-content: left;
}
.custom-tab:hover{
    color:#00c4f4;
     transition: all 0.2s;
}
.custom-tab {
  padding: 5px 4px;
  padding-bottom: 13px;
  border-bottom: none;
  font-size:16px;
  font-weight: 600;
  color: var(--text-primary);
}
.transaction-details-arrow {
    font-size: 35.7px;
    color: #00000087;
}

.transaction-details-inner,
.transaction-details-arrow {
  display: none;
}

.transaction-details-inner {
  display: block;
}
.transaction-details-hover{
    transition: 0.5s ease;
}
.transaction-details-hover:hover{
    background-color: #fff;
    transition: 0.5s ease;
}
.transaction-details-hover:hover .transaction-details-inner {
  display: none;
}
.transaction-details-hover:hover .transaction-details-arrow {
  display: block;
}
.transaction-details-right h3 {
    color: #119847;
    font-size: 16px;
    text-align: right;
    margin-bottom: 2px;
}
.transaction-details-right p{
    color: #666;
    font-size: 14px;
    margin: 0;
    text-align:right;
}
.dropdown-inner-menu h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #0A0A0A;
}
.dropdown-inner-menu p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #666;
}
.top-header .dropdown-menu-item {
    min-width: 355px;
}
.no-data-record h3 {
    font-size: 18px;
    color: #0a0a0a;
    font-weight: 600;
}
.no-data-record p {
    font-size: 14px;
}
.no-data-btn a {
    border-radius: 10px;
    margin-top: 12px;
}
.transaction-history-box {
    height: 545px;
    width: 100%;
    overflow-y: auto;
}
.heading-filter.input-box .btn {
    padding: 7px 13px;
}
.merch-empty-img {
    width: 56px;
    font-size: 25px;
    height: 56px;
    color: #0a0a0a;
    align-items: center;
    margin-bottom: 13px;
    display: flex;
    padding: 16px;
    background: #ffffff;
    border-radius: 100%;
}
.custom-inner-modal .modal-body{
    padding: 24px;
}
.custom-inner-modal .modal-title {
    font-size: 18px !important;
    line-height: 24px;
    letter-spacing: normal;
    font-weight: 500;
}
.custom-modal-body .btn{
    margin-top: 15px;
}
.custom-inner-modal .modal-header{
    padding: 24px;
    margin-bottom: 0px;
}
.custom-modal-body .input-box label{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.send-amount-label.coin-label span {
    font-size: 14px;
}
.transfer-info-text i {
    font-size: 20px;
}
.transfer-info-text {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 13px;
    border-radius: 10px;
}
.send-amount-label.coin-label label{
    width: auto;
}
.modal-dialog.custom-inner-modal.modal-dialog-centered {
    width: 484px;
    border-radius: 24px;
}
.modal-dialog.custom-inner-modal.modal-dialog-centered .modal-content {
    padding: 0px;
    border-radius: 19px;
}
.no-data-record {
    max-height: 442px;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 382px;
    margin: auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.transaction-details-info h3 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #0a0a0a;
}
.payment-date {
    margin-bottom: 9px;
    margin-top: 25px;
}
.transaction-details-info p {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.payment-invoice-amount span {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 500;
}
.transaction-coin-img {
    width: 40px;
    color: #0a0a0a; 
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
}

.transaction-details-inner a {
    padding: 9px 12px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.transaction-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.transaction-details-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-tab.active {
  position: relative;
  color: #000;
    border-bottom: 3px solid #00c4f4;
}
.custom-tab-content {
  display: none;
}
.custom-tab-content.active {
  display: block;
} 
.quick-actions-data{
    background-color: #fff;
    padding: 24px;
    border-radius: 20px;
}
.main-action-box .no-data-record {
    min-height: 426px;
}
.quick-actions-data .no-data-record p{
    font-size: 19px;
}
.quick-actions-data .no-data-record .merch-empty-img{
    background-color: #f6f6f6;
}
.main-inner-table .no-data-record {
    min-height: 319px;
}

.tbl-head-title {
    display: flex;
    padding: 20px 20px;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
    justify-content: space-between;
}
.tbl-head-title h4 {
    font-size: 16px;
    margin: 0;
    color: #0a0a0a;
}

.tbl-head-title a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.tbl-head-title a:hover{
    color: #000;
}
.merch-tbl-name {
    display: flex;
    gap: 9px;
    align-items: center;
}
.main-inner-table .table td p{
    margin-bottom: 0px;
}
.main-inner-table .table td{
    padding: 16px 20px;
    vertical-align: middle;
    box-sizing: border-box;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0a0a0a; 
}
.main-inner-table .table tbody tr{
    border-bottom: 1px solid #9f9f9f47;
    transition: all .3s ease;
}
.main-inner-table .table tbody tr:last-child {
    border-bottom: 1px solid #fff !important;
}
.main-inner-table .table tbody tr:hover .ri-store-line{
    background-color: #fff;
}
.main-inner-table .table thead tr th{
     padding: 14px 20px;
    color: #666;
    text-align: left;
    border-radius: 0;
    vertical-align: middle;
    font-weight: 400;
    background: transparent;
    transition: all .3s ease, outline-offset 0s, outline-color 0s, outline 0s;
    border-bottom: 1px solid #9f9f9f47 !important;
}
.main-inner-table .table thead{
    border-radius: 10px 10px 0px 0px;
}
.main-inner-table .table thead tr th:first-child{
    border-radius: 10px 0px 0px 0px;
}
.main-inner-table .table thead tr th:last-child{
    border-radius: 0px 10px 0px 0px;
}

.main-inner-table .table{
    margin: 0px;
}
.tbl-status {
    width: fit-content;
    padding: 5px 8px;
    border-radius: 28px;
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
     font-size: 12px !important;
    background: #e5f1ea;
}
.tbl-status i {
    font-size: 20px !important;
}
.tbl-status.active{
    color: #198754 !important;
    background: #e5f1ea;
}
.tbl-status.inactive{
    background: #f8d7da87;   
    color: #842029;
}
.tbl-status.warning{
    background: #fff3cd;   
    color: #664d03;
    border:none;
}
span.merch-tbl-name {
    color: #0a0a0a;
    font-size: 16px;
    align-self: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.merch-tbl-name p{
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 129px;
    display: block;
}
.merch-tbl-name i {
    width: 40px;
    font-size: 20px;
    height: 40px;
    color: #0a0a0a;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #f6f6f6;
    border-radius: 100%;
}
.main-inner-table .table tbody tr:hover{
     background: #f6f6f6;
}
.merch-success-info {
    text-align: center;
    background: #e5f1ea;
    padding: 16px;
    border-radius: 16px;
}
.merch-success-info  i{
    font-size: 73px;
    color: #3ac270;
    line-height: normal;
}

.merch-success-info h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 6px;
}
.merch-success-info p{
    margin-bottom: 0px;
}

.merch-success-content ul li h3 {
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 600;
}
.merch-success-content ul li p {
    font-size: 15px;
    line-height: normal;
    color: #717171;
    font-weight: 400;
}
.merch-success-content ul{
    padding-left: 4px;
}
.merch-success-content {
    margin-top: 36px;
}
.merch-success-content ul li{
    position: relative;
    display: flex;
    gap: 16px;
}
.success-content-icon i {
    font-size: 22px;
    color: #00000063;
}
.success-content-line .success-content-icon::after {
    content: '';
    width: 2px;
    height: 83px;
    left: 11px;
    top: 33px;
    position: absolute;
    background: #c0c0c0;
}
.success-content-line .success-content-icon {
    position: relative;
}
.setting-layout-head a:hover{
    background-color: #00c4f4;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.setting-layout-head a:hover span{
    color: #fff;
}

.personal-contact-email{
    display: flex;
    gap: 12px;
    padding: 20px;
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    background-color: transparent;
}
.personal-contact-details p {
    margin: 0;
}
.contact-email-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    font-size: 22px;
    height: 35px;
    background-color: #f6f6f6;
    border-radius: 50%;
}
.email-copy-btn i {
    font-size: 24px;
    cursor: pointer;
}
.integration-data .personal-contact-details span{
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.integration-data .personal-contact-details p {
    font-size: 17px;
    font-weight: 400;
}
.integration-data .contact-email-icon{
    width: 40px;
    font-size: 25px;
    height: 40px;
}
.email-copy-btn i:hover{
    color: #666;
}
.api-integration .email-copy-btn i{
    color: #000;
}
.api-integration .email-copy-btn i:hover{
       color: #666; 
}
.inner-tab-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-tab-filter .search-menu-bar {
    position: relative;
    max-width: 370px;
    width: 100%;
}
.payment-main-list{
    display: flex;
    gap: 20px;
    margin-top: 26px;
    justify-content: space-between;
}
.payment-list-details{
    width: 68%;
}
.payment-dow-report{
    width: 29%;
}
.download-report-content {
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    padding: 20px;

}
.download-report-content h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
}
.download-report-content p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
    font-weight: 400;
}
.payment-invoice-main p{
    margin-bottom: 0px;
}

.payment-invoice-name {
    display: flex;
    gap: 10px;
    align-items: center;
}

.payment-invoice-main span {
    color: #0a0a0a;
    font-weight: 400;
    padding-right: 9px;
}
.payment-invoice-name i {
    width: 40px;
    height: 40px;
    font-weight: 100;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 21px;
    color: #0a0a0a;
    border-radius: 50%;
    flex-shrink: 0;
    background: #f6f6f6;
    overflow: hidden;
}
.payment-invoice-amount p {
    margin-bottom: 4px;
    color: #0a0a0a;
    font-weight: 500;
}
.transaction-history-main {
    margin-top: 15px;
}
.payment-list-details .accordion-button:not(.collapsed) .payment-invoice-name i{
    background-color: transparent;
}
.payment-invoice-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.payment-invoice-amount {
    text-align: end;
}
.payment-list-details .accordion-button::after{
    display: none !important;
}
.payment-list-details .filter-panel .accordion-button::after{
    display: block !important;
}
.payment-list-details .filter-panel .accordion-button:not(.collapsed){
    border: none !important;
}
.payment-list-details .filter-panel .accordion-button{
    border: none !important;
}
.invoice-head-info{
    display: flex;
    padding: 12px;
    gap: 14px;
    border-radius: 12px;
}
.invoice-head-info.danger-bg{
  background-color: #f7eced;
}
.invoice-head-info.success-bg{
  background-color: #e5f1ea;
}
.invoice-head-info.warning-bg{
    background:#FDF0DF;
    color: #000;

}
.success-bg{
  background-color: #e5f1ea;
}
.danger-bg{
  background-color: #f7eced;
}
.warning-bg{
    background: #fff3cd;
    color: #664d03;
}
.invoice-head-info h3{
    font-size: 16px;
    color: #0a0a0a;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
}
.invoice-head-info i {
    font-size: 29px;
}
.invoice-body-item{
    padding: 16px 0;
}
.invoice-body-item p {
    color: #0a0a0a;
    margin: 0;
}
.custom-inner-modal{
    width: 600px;
}
.kyc-verification-inner-box{
 margin-bottom: 25px;
    border: 1px solid #00000029;
    padding: 11px;
    border-radius: 10px;
}
.kyc-verification-inner {
    display: flex;
    align-items: center;
    gap: 13px;
   
}
.kyc-verification-box.kyc-verification-card.kycVerification {
    margin-top: 11px;
    padding: 0;
}
.send-amount-label.coin-label {
    display: flex;
    justify-content: space-between;
}
.dash-kyc-verification .btn{
    color: #fff;
}
.invoice-item-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.invoice-item-copy i {
    font-size: 25px;
    color: #000;
}
.invoice-item-copy i:hover {
    cursor: pointer;
    color: #000000d4;
}
.payment-tab-info {
    margin-top: 44px;
    position: relative;
    z-index: 0;
}
.search-menu-bar .form-control {
    padding-right: 41px !important;
}
.payment-list-details .accordion-active {
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 9%);
    border-radius: 20px;
}
.accordion-flush .accordion-item{
    border-radius: 20px;
}
.payment-list-details .accordion-button{
    transition: box-shadow .3s ease-in-out;
    border-radius: 20px;
    border: 1px solid #0000001f !important;

}
.payment-list-detail .accordion-item:first-of-type .accordion-button{
    border-radius: 20px;
}
.filter-panel .accordion-button:hover{
   background-color: transparent !important;
}
.payment-list-details .accordion-item:first-of-type .accordion-button {
    border-radius: 20px;
    border: none;
}
.load-more-btn {
    text-align: center;
    margin-top: 24px;
}
.payment-list-details .accordion-button:hover {
    background-color: #f6f6f6;
}
.payment-list-details .accordion-active:hover .accordion-button {
    background-color: transparent;
    border-radius: 20px;
}
.payment-list-details .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #dee2e6 !important;
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.payment-list-details .accordion-button:hover .payment-invoice-name i{
    background-color: #fff;
}




.filter-dropdown {
  position: relative;
  display: inline-block;
}

.filter-toggle {
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.filter-panel .accordion-button {
    padding: 10px 0px;
    border: none;
}
.filter-inner-data .input-check label {
     display: flex;
    padding: 12px 0px;
    align-items: center;
    font-size: 14px;
    color: #0a0a0a;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.filter-inner-data .input-check input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 7px !important;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.input-check input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.filter-inner-data .input-check label:before{
     border: 2px solid #b6b6b6;
    margin-top: 0;
    margin-right: 0px;
}
.filter-inner-data .input-check{
    width: 100%;
}
.filter-panel {
    position: absolute;
    top: 48px;
    overflow-y: auto;
    max-height: 335px;
    width: 348px;
    background: white;
    border-radius: 16px;
    box-shadow: 0px 8px 43px 0px rgba(0,0,0,.13);
    padding: 10px 16px;
    padding-bottom: 0px;
    border: 1px solid #e6e6e6;
    z-index: 1000;
    display: none;
}

.filter-dropdown.open .filter-panel {
  display: block;
  animation: fadeIn 0.3s ease;
}
.filter-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.filter-actions .clear {
  color: red;
  text-decoration: none;
  font-weight: bold;
}

.filter-actions .apply {
  background: #ccc;
  border: none;
  border-radius: 6px;
  padding: 6px 16px;
  cursor: not-allowed;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.filter-toggle:focus:not(:focus-visible) {
    border: 1px solid #ccc !important;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: sans-serif;
}

.radio-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 14px;
}

.radio-option input[type="radio"] {
  display: none;
}

.filter-panel .custom-radio {
    width: 21px;
    height: 21px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
    transition: border-color 
}

.radio-option input[type="radio"]:checked + .custom-radio {
  border-color: #00c4f4;
}
.search-menu-bar .ri-close-line {
    font-size: 24px;
    top: 4px;
    cursor: pointer;
    right: 10px;
}
.radio-option input[type="radio"]:checked + .custom-radio::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background-color: #00c4f4;
  border-radius: 50%;
}
.radio-option {
    display: flex;
    cursor: pointer;
    padding: 12px 0px;
    align-items: center;
    color: #0a0a0a;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    font-size: 14px;
}
.fltr-footer-btn{
    display: flex;
    align-items: center;
    bottom: 0;
    position: sticky;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    z-index: 999;
    padding: 12px 0px 4px;
    background: #fff;
    justify-content: space-between;
}
.fltr-footer-btn .btn {
    padding: 5px 20px;
}
.clear-data-btn {
    border: none;
    font-weight: 600;
    background: transparent;
}
.merch-create-name a {
    color: #0a0a0a;
    font-size: 22px;
}
.integration-data-info{
    padding: 20px;
     background: #fff;
    align-items: center;
    display: flex;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    border-radius: 16px;
    background-color: #fff;
}
.integration-data-info .personal-contact-email {
    width: 100%;
    background: #fff;
    padding: 0;
    border: 0;
}
.dash-main-info.api-integration {
    display: block;
}
.inner-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.dash-main-info.api-integration .personal-contact-details p {
    display: flex;
    gap: 12px;
}
.api-integration-content strong {
    margin-bottom: 12px;
    display: inline-block;
}
.api-integration-content h3 {
   font-weight: 600;
    margin-bottom: 6px;
    font-size: 23px;
}
.api-integration-content .success-content-box p {
    margin-bottom: 35px;
}
.api-integration-content .success-content-line .success-content-icon::after{
        height: 47px;
}
.dash-main-info.api-integration h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0px;
}
.api-integration-input {
    max-width: 600px;
    margin-top: 20px;
}
.api-integration-content p{
    font-size: 14px;
}
.api-integration-input .btn {
    margin-top: 8px;
}

.subtext {
  color: #6a6a6a;
  margin-bottom: 20px;
}

.input-group {
  text-align: left;
  margin-bottom: 15px;
}

.input-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.api-keys-data-inner {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    gap: 10px;
    height: 100%;
    margin-bottom: 15px;
}
.api-keys-data-inner p {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    word-break: break-word;
    text-align: start;
}
.api-successfully-info {
    display: flex;
    gap: 25px;
    justify-content: space-around;
}

.keys-data{
    border-bottom: 1px solid #00000057;
}
.api-key-successfully .keys-data:nth-child(2){
    border: none;
}
.tips-api p {
    margin-bottom: 4px;
}
.api-successfully-left i {
    font-size: 83px;
    line-height: normal;
}
.api-successfully-left {
    width: 40%;
    align-items: center;
    background: #fff;
    text-align: center;
    padding: 22px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
 .api-successfully-left h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 11px;
}
button.api-copy-btn:hover{
        color: #666;
}
.api-successfully-left strong {
    font-weight: 400;
    margin: 4px;
}
.api-successfully-right {
    width: 50%;
}

button.api-copy-btn {
    border: none;
    background: transparent;
    font-size: 19px;
}
.tips-api {
    margin-top: 26px;
}
.profile-email-info {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0px;
    align-items: flex-start;
}
.profile-email-info .personal-contact-details p {
    margin: 0;
    font-size: 16px;
    color: #0a0a0a;
}
.profile-email-info .personal-contact-details span {
    align-items: flex-end;
    gap: 5px;
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 300;
    display: flex;
}
.profile-email-info .personal-contact-details span i{
    font-size: 16px;
}
.profile-email-info .personal-contact-details span i:hover{
    color: #000;
}

.profile-email-info .contact-email-icon {
    width: 44px;
    height: 44px;
    background: #fff;
}
.wallet-inner-animation {
  display: flex;
  white-space: nowrap;
  position: relative;
}

.wallet-coin-track {
 display: flex;
  width: fit-content;
  animation: scroll 50s linear infinite;
}

.wallet-coin-track-inner {
  display: flex;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.brand-info-data {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 25px;
}
.logo-upload-info label span{
    font-weight: 400;
}

.logo-upload-info .input-left p {
    font-size: 13px;
    font-weight: 300;
    margin-top: 7px;
}
.brand-info-data .input-right p{
   font-size: 13px;
    font-weight: 300;
    margin-top: 7px;
}
.logo-upload-info .input-left i {
    position: absolute;
    right: 14px;
    top: 37px;
    font-size: 24px;
}
.top-main-header {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .04), 0 0 16px 0 rgba(0, 0, 0, .04);
}
.logo-upload-info .input-left .form-control:focus{
    border-color:transparent ;
    background-color: #f5f5f5;
}

.input-box.setting-data-switch .toggle-switch {
    font-size: 19px;
    font-weight: 600;
    width: 44px;
    margin-bottom: 0;
}
.custom-dropdown .dropdown-toggle {
    max-width: 156px;
}
/* ---dropdown search------- */
.custom-dropdown span {
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 500;
}
.inner-tab-filter .custom-dropdown {
  width: 200px;
}
.custom-dropdown {
  position: relative;
  font-family: sans-serif;
}
.custom-dropdown .dropdown-toggle {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
.custom-dropdown .icon {
    width: 24px;
    height: 24px;
    margin-right: 3px;
    border-radius: 50%;
}
.custom-dropdown .arrow {
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    margin-right: 0;
    font-size: 22px;
}

.custom-dropdown.open .arrow {
  transform: rotate(180deg);
}
.custom-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: white;
  border-top: none;
  position: absolute;
  width: 328px;
  top: 123%;
  z-index: 1;
  border-radius: 16px;
    background-color:#fff;
    box-shadow: 0px 8px 43px 0px rgba(0,0,0,.13);
}
.accordion-header {
    position: relative;
    z-index: 0;
}
.custom-dropdown.open .custom-dropdown-menu {
    max-height: 266px;
}
.main-drop-items {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 196px;
}
.drop-search-menu {
    padding: 11px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}
#emptyCoinItem{
    justify-content: center;
    text-align: center;
    padding: 11px 5px;
}
.drop-search-menu.search-menu-bar .fa-magnifying-glass {
    top: 24px;
    right: 25px;
    font-size: 18px
}
.drop-search-menu.search-menu-bar .ri-close-line {
    top: 15px;
    right: 23px;
    font-size: 24px;
}
.custom-dropdown .search-box {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}
.empty-items {
    width: 100%;
    text-align: center;
    display: block;
}
.custom-dropdown .menu-item {
    padding: 12px 16px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    transition: .3s ease;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
}
.custom-dropdown .menu-item .ri-check-line{
    position: absolute;
    right: 17px;
    top: 5px;
    font-weight: 500;
    font-size: 28px;
    color: #3ac270;
}
.custom-dropdown .menu-item:hover {
  background: #00c4f414;
}
.custom-dropdown .selected {
  background: #00c4f414;
}

/* ------------- */
.preference-details .custom-dropdown .dropdown-toggle{
    max-width: max-content;
}
.security-inner-box {
    max-width: 560px;
    margin-top: 28px;
}
.mail-verification-box {
    padding: 12px;
    border-radius: 12px;
    text-align: left;
    margin-top: 32px;
    display: flex;
    border: navajowhite;
    gap: 10px;
}
.mail-verification-box.warning i {
    font-size: 23px;
}
.mail-verification-box.warning p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}
.security-input-info {
    margin-top: 20px;
}
.security-input-info .btn {
    width: 100%;
    margin-top: 16px;
}
.security-inner-box .otp-btn span{
    color: #fff;
}
.security-info .public-btn .btn{
    width: 100%;
}

.create-new-link .input-box .form-control{
    background-color: #fff;
}
.create-new-link  .input-box p:last-child{
        color: #666;
}
.create-new-link .input-box .from-group .payCoinName {
    position: absolute;
    right: 15px;
    top: 40px;
}
.personal-contacts-info.invoice-amount-info p {
    margin-bottom: 3px;
    font-size: 16px;
}
.security-left-menu {
    width: 20%;
    margin-top: 17px;
}
.public-info-form {
    width: 76%;
}
.security-main-data {
    display: flex;
    gap: 65px;
}
.security-left-menu ul li a:hover{
   background: #00c4f4;
    color: #ffffff;
    border-color: #00c4f4;
}
.security-left-menu ul li .active {
    background: #00c4f4;
    color: #ffffff;
    border-color: #00c4f4;
}
.security-left-menu ul li a {
    display: flex;
    color: #111111;
    margin: 9px 0px;
    border: 1px solid #0000004f;
    border-radius: 10px;
    padding: 12px 22px;
    transition: all .5s ease;   
}

.preference-details {
    display: flex;
    border-bottom: 1px solid #0000002b;
    align-items: center;
    padding: 16px;
    justify-content: space-between;
}
.preference-details-icon i {
    height: 41px;
    color: #0a0a0a !important;
    width: 41px;
    border-radius: 50%;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #efeeee;
}
.preference-details-icon {
    display: flex;
    align-items: center;
    gap: 14px;
}
.preference-details-icon span {
    font-size: 17px;
    font-weight: 500;
    color: #0a0a0a;
}
.preference-data-info {
    border: 1px solid #0000001f;
    border-radius: 10px;
    margin-top: 30px;
    
}
.preference-details-info .custom-dropdown {
    max-width: fit-content !important;
}
.preference-details-info .custom-dropdown-menu{
    right: 0px !important;
}
.preference-details:last-child{
    border-bottom: none;
}   
.time-zone-data p {
    margin-bottom: 3px;
    text-align: left;
}
.time-zone-data span {
    font-weight: 400;
    font-size: 16px;
    max-width: 210px;
    overflow: hidden;
    line-height: 24px;
    word-break: break-word;
    overflow-wrap: break-word;
}
.menu-item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    font-size: 11px !important;
    padding: 3px;
    background-color: #0a0a0a;
    border-radius: 50%;
    color: #fff !important;
}

.active-sessions-head {
    padding: 16px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6;
    border-radius: 10px 10px 0 0;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sessions-inner-data p {
    margin-bottom: 1px;
}
.sessions-inner-data span {
    color: #a3a3a3;
    font-weight: 400;
    display: block;
    font-size: 15px;
}
.active-sessions-head p {
    font-size: 17px;
    margin: 0;
}
.active-sessions-head a {
    color: #0a0a0a;
}
.active-sessions-head a:hover{
    color: #0a0a0ad1;
}
.preference-details-icon.sessions-details {
    display: flex;
    align-items: flex-start;
}
.sessions-inner-data .btn {
    padding: 6px 15px;
    margin-top: 15px;
}
.setting-white-list {
    padding: 20px;
    border-radius: 15px;
    display: flex;
    gap: 10px;
}
.setting-info-msg p {
    margin-bottom: 3px;
    font-size: 18px;
}
.setting-info-msg span {
    display: block;
    margin-bottom: 15px;
}
.setting-white-list i {
    font-size: 24px;
}
.public-info-form h4 {
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 27px;
}
.business-white-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}
.business-white-content.input-left span {
    font-size: 18px;
    display: block;
    margin-bottom: 7px;
}
.business-white-content.input-left p {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-bottom: 0px;
}

.business-white-list {
    display: flex;
    align-items: center;
    border: 1px solid #00000038;
    padding: 20px;
    margin-top: 27px;
    border-radius: 10px;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}
.preference-details-info i {
    font-size: 23px;
    color: #666;
    cursor: pointer;
}
.preference-details-info i:hover{
    color: #000;
}
.preference-details-info .drop-search-menu.search-menu-bar .ri-close-line{
     top: 15px;
    right: 21px;   
    font-size: 24px;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.toggle-switch input {
  display: none;
}
.toggle-slider {
  position: absolute;
  inset: 0;
  background: #ccc;
  border-radius: 22px;
  cursor: pointer;
  transition: 0.3s;
}
.toggle-slider::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.toggle-switch input:checked + .toggle-slider {
  background: #00c4f4;
}
.toggle-switch input:checked + .toggle-slider::before {
  transform: translateX(18px);
}
.add-business-info{
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 15px;
    justify-content: space-between;
}
.add-business-info a {
       display: flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
    transition: all 0.5s;
    padding: 6px 14px;
}

.personal-contacts-info.invoice-details-info {
    background-color: #f6f6f6;
    padding: 18px 18px;
    margin-bottom: 16px;
    border-radius: 20px;
}
.personal-contacts-info.invoice-details-info p {
    font-weight: 500;
    margin-bottom: 0;
}
.personal-contacts-info.invoice-details-info div {
    font-size: 29px;
    font-weight: 600;
}
.personal-contacts-info.invoice-details-info span {
    font-size: 14px;
    color: #666;
    line-height: normal;
}
.personal-contact-email.invoice-details-info {
    background-color: #f6f6f6;
    border: none;
}
.invoice-payment-link {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    text-decoration: underline;
}
/* Loader */
.loader-overlay {
    z-index: 999999999;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 86%);
}

.loader-message {
    display: flex;
    gap: 21px;
    align-items: center;
    border-radius: 0.95rem;
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    background-color: #ffffff;
    color: #000000;
    font-weight: 900;
    font-size: 32px;
    border: 2px solid #0fa2c8;
    animation: shadow-pulse 1.3s infinite;
    font-size: medium;
    position: relative;
    margin: 0 !important;
    text-shadow: 0px 1px 1px #ffffff;
    width: auto;
    padding: 12px 33px !important;
}

.progress-bar {
    background-color: #00c4f4 !important;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 #0fa2c8;
    }

    100% {
        box-shadow: 0 0 0 50px rgba(190, 90, 208, 0.02);
    }
}

.loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #20d1ff #0000 #000000 #0000;
    border-radius: 50%;
    box-sizing: border-box;
    animation: 1s rotate linear infinite;
}
.loader:before,
.loader:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #000000;
    transform: translate(-10px, 19px) rotate(-35deg);
}

.img-box.bg-circle-info {
    position: relative;
}

.img-box.bg-circle-info .bg-shape-2 {
    top: 7%;
    left: 18%;
    display: none;
}

.bg-circle-img .bg-shape {
    width: 500px;
    height: 500px;
    background-color: #00c4f442;
    position: absolute;
    border-radius: 50%;
    top: 7%;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    left: 17%;
    z-index: -1;
}

.privacy-policy h1 {
    font-size: 33px;
    border-left: 4px solid #00c4f4;
    padding-left: 14px;
}

.box-border-bottom.checkout-head {
    display: flex;
    background: #ffffff;
    border-bottom: 2px solid #00000038;
}

.form-group.wallet-address-info .form-control {
    background: transparent;
    border-color: #00c4f4;
    font-size: 13px;
    font-weight: 500;
    margin-top: 7px;
}

.loader:after {
    border-color: #1fcdfa #0000 #0000 #0000;
    transform: translate(32px, 3px) rotate(-35deg);
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.preview_img {
    margin-top: 10px;
    height: 150px;
}

.kyc-document {
    font-weight: 600;
}

.document-valid-info {
    margin-bottom: 12px;
}

.id-doc {
    height: 100%;
}

.id-doc .input-icon {
    margin-top: 25px;
    background: #f7f7f7 !important;
    padding: 34px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}
.close-nav {
    position: absolute;
    right: 14px;
    top: 6px;
    font-size: 25px;
}
.payment-main {
    display: flex;
    justify-content: space-between;
}

.api-info {
    margin-top: 30px;
}
.com-btn{
    padding: 7px 11px;
    border-radius: 5px;
    background: #9f9f9fa8;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #f4f4f4;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}
.com-btn:hover{
    cursor: no-drop;
       color: #f4f4f4;
}


/*  */
.custom-accordion-item .accordion-button::after {
    position: absolute;
    right: 19px;
    top: 22px;
}
.custom-accordion-btn {
  display: block;
  align-items: center;
  gap: 15px;
  background-color: #f9f9f9;
  border-radius: 18px;
  padding: 15px 20px;
  border: none;
  transition: background 0.3s ease;
}
.custom-accordion-btn.collapsed {
    background-color: #f6f6f6;

}
.accordion-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.custom-accordion-info span {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.custom-accordion-info p {
  margin: 0;
  font-size: 13px;
  margin-top: 4px;
  color: #777;
}  
.custom-accordion-body {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color:#f1f1f1cf;
  border-top: 1px solid #c2c0c0;
  flex-wrap: wrap;
  gap:22px;
}
.custom-accordion-item .accordion-header {
    margin-bottom: 0;
}
button.accordion-button.custom-accordion-btn{
    background:#f1f1f1cf;

}
.accordion-body-main {
  flex: 1 1 45%;
  min-width: 150px;
}
.custom-accordion-inner {
    display: flex;
    align-items: center;
    gap: 11px;
}
.custom-accordion-head {
    display: flex;
    margin-top: 26px;
}
.accordion-body-main h2 {
  margin: 0;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.accordion-body-main p {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-top: 4px ;
    margin-bottom: 0;
}
.accordion-row {
  display: flex;
  gap: 15px;
  justify-content: space-between;
    align-items: stretch;
}
.custom-accordion {
  width: 100%;
   display: flex;
  flex-direction: column;
}
.commissions-details{
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}
.dash-kyc-verification {
    display: flex;
    gap: 13px;
}
.transaction-date{
    margin-top: 19px;
    margin-bottom: 9px;
    padding: 0px 12px;
}

.text-warning {
       color:  #cf9e0c !important;
}
.last-transaction {
    padding: 0px 12px;
}
.accordion-row-inner {
    margin-top: 26px;
}
.auto-convert-data{
    background-color: #f6f6f6;
    padding: 32px 24px;
    border-radius: 20px;
    margin-top: 20px;
}
.auto-convert-head .inner-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.auto-convert-inner  .btn{
  padding: 5px 20px;
}
.auto-convert-data {
    background-color: #f6f6f6;
    padding: 32px 24px;
    border-radius: 18px;
    margin-top: 20px;
}
.auto-convert-inner {
    display: flex;
    align-items: baseline;
    gap: 25px;
    justify-content: space-between;
}
.auto-convert-details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 17px;
    row-gap: 17px;
    margin-top: 23px;
}
.auto-convert-box{
    background-color: #fff;
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
}
.auto-convert-main {
    display: flex;
    align-items: unset;
    justify-content: space-between;
}
.auto-convert-card {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 24px;
}
.auto-convert-img img{
    border-radius: 50%;
}
.auto-convert-img img:last-child {
    margin-left: -13px;
}
.auto-convert-content p {
    margin-bottom: 0;
}
.auto-convert-card span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.convert-list-details{
    display: flex;
    gap: 20px;
   
    justify-content: space-between;
}
.convert-list-info{
    width: 68%;
}
.convert-list-tips {
    width: 29%;
}
.convert-list-info .auto-convert-details {
    grid-template-columns: repeat(3, 1fr);
}
.auto-convert-tips {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e6e6e6;
    margin-top: 19px;
    border-radius: 12px;
}
.auto-convert-tips h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
}
.auto-convert-tips ul li {
    list-style: auto;
}
.auto-convert-tips ul{
     padding-left: 17px;
}
.dash-main-info{
    padding: 20px 15px
}

@media (max-width: 1700px) {
    .hero-img img {
        margin-top: -99px;
    }

    .main-container {
        max-width: 1480px;
    }

    .hero-bg-img {
        height: 1028px;
    }

    img.qr-scan-img {
        right: 94px;
        top: 149px;
        width: 192px;
    }

    .text-box-info h1 span {
        font-size: 40px;
    }

    .text-box-info h1 {
        font-size: 40px;
    }
}

@media (max-width: 1600px) {
    .coin-detail-box span b {
        font-size: 15px;
    }

    .hero-bg-img {
        left: 9px;
        height: 993px;
        top: -135px;
    }

    .text-box-info h1 span {
        font-size: 36px;
    }

    .hero-content-info h1 {
        font-size: 36px;
    }

    .coin-deatail-btn .btn-in {
        font-size: 14px;
    }
    .coin-top-item img {
        height: 139px;
    }

    .footer-top {
        padding-bottom: 44px;
    }

    .coin-sub-item img {
        height: 115px;
    }
    /* end */
    .tab-content table tr td {
        font-size: 17px;
    }

    .payment-tools-inner-item {
        width: calc(33.33% - 30px);
        margin: 0px 15px;
    }

    .payment-tools-inner {
        margin: 0px -15px;
    }

    .popular-coins.filter {
        padding: 0px 8px;
    }

    .coin-filter-sub .row {
        margin: 0px -15px;
        row-gap: 30px;
    }

    .coin-top-item {
        width: calc(50% - 17px);
        margin: 0px 5px;
    }
    section.major-coin-sec {
    padding-top: 20px;
    padding-bottom: 30px;
    }
    .coins-main .row {
        margin: 0px -15px;
    }

    .coin-sub-coin {
        margin-top: 30px;
    }

    .coins-main .row {
        row-gap: 30px;
    }

    .coin-sub-item {
        margin: 0px 8px;
        width: calc(25% - 18px);
    }

    .round-chart-item {
        gap: 20px;
    }

    .api-info.transaction-info.coin-filter-sub .table-responsive {
        overflow-x: auto;
    }

    .api-info.transaction-info.coin-filter-sub table td {
        white-space: nowrap !important;
    }

    .container {
        max-width: 1260px;
    }

    .kyc-step-info {
        width: 100%;
    }

    .kyc-document {
        font-size: 12px;
    }

    .document-valid-info ul li {
        font-size: 13px;
    }

    .document-valid-info ul li {
        padding: 5px 0px;
    }

    .sidebar {
        width: 267px;
    }

    .apidoc-col.col-lg-2 {
        width: 19.666667%;
    }

    .swiper-vertical > .swiper-wrapper {
        height: 800px;
    }

    .apidoc-col.col-lg-10 {
        width: 77.333333%;
    }

    .hero-sec-1 .text-box p {
        margin-bottom: 30px;
    }

    .api-response-div pre {
        display: grid;
        overflow-x: scroll;
    }
    .radio-btn {
        width: 222px;
    }
    .radio-btn .hobbies-icon h3 {
        font-size: 16px;
    }
    .main-container {
        max-width: 1380px;
    }

    .feature-details {
        width: 95%;
    }
    .about-us-details{
        column-gap: 11px;
    }
    .about-details-info h3{
        font-size: 23px;
    }
    .about-details-info p{
        font-size: 16px;
    }
    .about-details-box{
            height: 184px;
            padding: 17px;
    }

}

@media (max-width: 1500px) {
    .hero-bg-img {
        left: 0;
        height: 938px;
        top: -126px;
    }
    .img-box.bg-circle-info img {
        height: 350px;
    }

    .hero-img img {
        margin-top: -123px;
    }
    .login-header-text h1 {
        font-size: 28px;
    }

    .our-blog-box img {
        height: 221px;
    }

    img.hero-bg-shape {
        position: absolute;
        right: 44px;
        z-index: -1;
        width: 304px;
        top: 74px;
    }

    .hero-inner-details span {
        font-size: 15px;
    }

    .hero-inner-details {
        column-gap: 14px;
    }

    .text-box-info p {
        font-size: 15px;
    }
    .feature-data-box{
        padding: 22px 18px;
    }
    .dashboard-logo img {
        width: 152px;
    }
    .top-menu ul li a {
        padding: 7px 13px;
    }
    .notification-menu span {
        padding: 8px 10px;
        font-size: 21px;
    }
    .dropdown-button {
        padding: 3px 9px;
        font-size: 15px;
    }
    .top-menu ul li a.active::after{
        left: 9px;
    }
    .tbl-responsive {
        width: 100%;
        overflow-x: auto;
    }
    .tbl-responsive::-webkit-scrollbar{
        height: 3px;
    }
    .login-main {
        max-width: 500px;
        width: 100%;
    }
    .account-right::after {
        width: 421px;
        height: 478px;
    }
    .small-container {
        width: 100%;
        max-width: 1285px;
    }
    .contact-us-right{
        text-align: center;
    }
    .support-mail{
        margin-left: 5%;
    }
   


}

@media (max-width: 1400px) {
    .coin-inner-box {
        flex: 0 0 auto;
        width: 31.33%;
    }
    .wallet-assets{
            gap: 15px;
            justify-content: space-between;
    }

    .inner-container {
        width: 100%;
        max-width: 1230px;
        margin: auto;
    }
    .small-container {
        width: 100%;
        max-width: 1230px;
        margin: auto;
    }
    .about-us-img img {
        max-width: 77%;
    }
    
    .lang-menu span {
        padding: 7px 10px;
        font-size: 14px;
    }
    .dashboard-logo img {
        width: 137px;
    }
    .notification-menu span {
        padding: 7px 10px;
        font-size: 17px;
    }
    .payment-content-box h3 {
        font-size: 15px;
    }
    ul.dropdown li a {
        padding: 6px 1em;
    }
    .payment-content-box {
        padding: 18px 18px;
    }
    .email-input-box button {
        padding: 4px 16px;
        font-size: 15px;
    }

    .blog-main-sec {
        padding-top: 35px;
    }

    .blog-main-sec::after {
        width: 97%;
    }

    .chart-balance-content h3 {
        font-size: 17px;
    }
    .chart-balance-content p {
        font-size: 15px;
    }
    .chart-balance-data {
        column-gap: 10px;
    }
    .payment-content-box img {
        width: 38px;
    }

    .payment-content-box p {
        font-size: 12px;
    }

    .about-us-img {
        width: 35%;
    }

    .text-box-info {
        width: 886px;
    }

    .about-us-content .sec-title {
        padding-right: 16px;
    }

    .swiper-vertical > .swiper-wrapper {
        height: 649px;
    }

    .reliable-feature-left {
        padding-right: 0;
    }

    .arrows {
        right: -38px;
    }

    .feature-data-box {
        padding: 32px 22px;
    }

    section.feature-info {
        padding: 70px 0px;
    }

    .press-release-box {
        border-right: 1px solid #dadada87;
        border-bottom: 1px solid #dadada87;
        padding: 33px 75px;
    }

    .feature-details {
        display: grid;
        column-gap: 31px;
        margin-top: 70px !important;
        width: 95%;
    }

    .solutions-data-content {
        margin-bottom: 28px;
    }

    .solutions-data-box h3 {
        font-size: 17px;
        margin-bottom: 3px;
        margin-top: 18px;
    }

    .solutions-data-img {
        width: 36%;
        display: flex;
        align-items: end;
    }

    .solutions-data-box p {
        margin-bottom: 1px;
        margin-top: 10px;
        font-size: 14px;
    }

    .solutions-main-data {
        justify-content: normal;
    }

    .solutions-data-content {
        width: 58%;
    }

    .about-details-box {
        height: 199px;
        padding: 17px;
    }

    .sec-title h2 {
        font-size: 32px;
    }

    .about-us-content {
        width: 60%;
    }

    .main-container {
        max-width: 1240px;
    }

    .about-us-info {
        justify-content: space-between;
    }

    .container {
        max-width: 1160px;
    }
    .text-box-info h1 {
        font-size: 35px;
    }
    .sec-title img {
        position: relative;
    }
    .contact-us-details {
        margin-top: 56px !important;
    }

    .round-chart-item h5.header-title {
        font-size: 17px;
        text-align: center;
    }

    .chart-detail p,
    .chart-in-text {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .kyc-step-info .input-icon {
        padding: 17px;
    }

    .upload-btn {
        padding: 7px 13px;
    }

    .header-box h2 {
        font-size: 20px;
        margin: 0;
    }
    .appointment-right-img img {
         max-width: 421px !important;
    }
    .contact-us-right.appointment-right-img{
        text-align: center;
    }


    /* end */
    .popular-coins.filter {
        width: 20%;
    }

    footer{
         padding-top: 36px;
         border-radius: 21px 19px 0px 0px;
    }

    .footer-menu ul li a {
        font-size: 15px;
    }

    .footer-menu h4 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .setting-info-left,
    .setting-info-right {
        width: 100%;
        margin: 10px 0px;
    }

    .input-box.side-main-box {
        gap: 20px;
    }

    .account-main {
        width: 99%;
    }

    .login-main {
        width: 81%;
    }

    .bg-circle-img .bg-shape {
        width: 418px !important;
        height: 418px !important;
        left: 6% !important;
        top: -7% !important;
    }

    .bg-shape-1 {
        right: 9%;
        top: 4%;
    }

    .logo img {
        width: 156px;
    }

    .faqs-sec {
        padding-top: 50px;
        padding-bottom: 34px;
    }
    section.reviews-info {
        padding: 60px 0px;
    }
    .scan-pay {
        padding: 60px 0px;
    }

    .menu-main ul li {
        padding: 9px 14px;
    }

    .payment-gateway .sec-title h2 {
        font-size: 32px;
    }

    .hero-content-info h1 {
        font-size: 35px;
    }

    .text-box-info p {
        font-size: 16px;
    }

    .text-box-info h1 span {
        font-size: 35px;
    }

    .img-box.bg-circle-info .bg-shape-2 {
        top: 13%;
        left: 18%;
        width: 417px;
        height: 417px;
    }

    .api-add-text {
        word-wrap: break-word;
    }

    .apidoc-col.col-lg-2 {
        width: 23.666667%;
    }

    .apidoc-col.col-lg-10 {
        width: 75.333333%;
    }

    .apidoc-section {
        padding: 10px 25px;
    }
    .setting-info-left,
    .request-payment-info {
        width: 48%;
    }

    .text-box h1 {
        font-size: 44px;
    }

    .tickets-inner {
        padding: 18px 20px;
    }
    .hero-bg-img {
        left: 0px;
        height: 852px;
    }
    .sec-title p {
        margin-bottom: 25px;
    }
    img.qr-scan-img {
        right: 73px;
        top: 130px;
        width: 162px;
    }
    img.hero-bg-shape {
        width: 292px;
        top: 76px;
        right: 15px;
    }
    .round-chart-item {
        justify-content: space-between;
        padding: 0px 15px;
    }
    .upload-btn label{
        left: -31px;
        top: 45px;
    }
}
@media (max-width: 1300px) {
    .lang-menu {
        display: none;
    }
    .notification-menu {
        display: none;
    }
    .empty_chart-main {
        width: 201px;
        height: 197px;
    }
       .inner-container {
        width: auto;
        margin: 0px 30px;
    }
         .small-container {
        width: auto;
        margin: 0px 60px;
    }
    .dashboard-main{
        margin: 0px;
    }
    .wallet-assets{
            gap: 13px;
    }
    .wallet-img-info img{
        width: 123px;
        right: 26px;
        top: -2px;
    }
}

@media (max-width: 1200px) {
    .popular-coins.filter {
        width: 25%;
    }
            .small-container {
        width: auto;
        margin: 0px 30px;
    }
    .coin-deatail-btn{
        right: 20px;
         top: 31%;
    }

    img.hero-bg-shape {
        right: 0px;
    }

    img.qr-scan-img {
        right: 74px;
        top: 121px;
        width: 146px;
    }
    .hero-content-info h1 {
        font-size: 28px;
    }
    .text-box-info h1 {
        font-size: 30px;
    }
    .hero-content-info h1 span {
        font-size: 28px;
    }

    .apidoc-col.col-lg-2 {
        width: 29.666667%;
    }
    .support-mail {
        margin-left: 20%;
    }

    .logo img {
        width: 118px;
    }

    .menu-main ul li {
        padding: 9px 10px;
    }

    .our-blog-box img {
        height: 189px;
    }

    .menu-main ul li a {
        font-size: 16px;
    }
    .dropdown-menu-item ul li a {
        padding: 8px 15px !important;
        font-size: 14px !important;
    }

    .blog-main-sec::after {
        width: 100%;
        left: 0;
    }

    .dropdown-button {
        font-size: 13px;
    }

    .about-us-content {
        width: 66%;
    }

    .about-us-details {
        margin-top: 38px;
        column-gap: 14px;
    }

    .about-us-img {
        width: 30%;
    }

    .press-release-box {
        padding: 29px 30px;
    }

    .apidoc-col.col-lg-10 {
        width: 67.333333%;
    }

    .container {
        max-width: 1024px;
    }

    .round-chart-item {
        display: flex;
        flex-direction: column;
        row-gap: 9px;
    }

    .round-chart-item h5.header-title {
        text-align: left;
    }

    .bg-circle-img .bg-shape {
        width: 360px !important;
        height: 360px !important;
        left: 9% !important;
        top: 4% !important;
    }

    .bg-shape-1 {
        width: 360px;
        height: 361px;
        top: 14%;
    }

    .sec-title p {
        margin-bottom: 20px;
    }

    .accordion-button h3 {
        font-size: 17px;
    }

    .accordion-body {
        font-size: 16px;
    }

    .faqs-sec {
        padding-bottom: 70px;
    }

    .slick-dots {
        display: none !important;
    }

    .footer-social-icons a {
        font-size: 19px;
        width: 38px;
        height: 38px;
    }

    .footer-social-icons {
        gap: 7px;
    }

    .payment-item-text h3 {
        margin-bottom: 10px;
    }

    .payment-item-text p {
        font-size: 15px;
    }

    .footer-inner-text-box h5 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .text-box h3 {
        font-size: 30px;
    }

    .apidoc-div {
        padding-left: 12px;
    }

    .login-main {
        width: 100%;
    }

    .tickets-inner {
        padding: 15px 11px;
    }

    .tickets-inner h4,
    .tickets-inner h3 {
        font-size: 16px;
    }

    .ticket-invoice {
        width: 45px;
        height: 47px;
    }

    .input-check {
        width: 100%;
    }

    .input-box .input-check label:before {
        margin-top: 5px;
    }

    section {
        padding: 100px 10px;
    }

    .setting-info-left,
    .setting-info-right,
    .security-info {
        padding: 15px 10px;
    }

    .authentication-data {
        padding: 15px 10px;
        margin-top: 10px;
    }

    .history-time {
        display: block;
    }

    .input-box .input-check input:checked + label:after {
        top: 7px;
    }
    .plugin-info{
            gap: 16px;
    }
    .plugin-details-box {
        display: flex;
        padding: 17px 19px;
    }
    .plugin-name{
       gap: 13px;
    }
}

@media (max-width: 1100px) {
    .hero-inner {
        padding: 40px 0;
    }
    .contact-us-right.appointment-right-img{
        display: none;
    }
    .contact-us-left.appointment-left-content {
        width: 100%;
    }
    .wallet-asset-left{
        width: 100%;
    }
    .wallet-asset-main{
        display: block;
    }
    .wallet-history-right{
        width: 100%;
        margin-top: 20px;
    }
    .solutions-data-content {
        width: 93%;
    }

    .bg-shape-1 {
        display: none;
    }

    section {
        padding: 60px 10px 0;
    }

    .text-box h1 {
        font-size: 31px;
        margin-bottom: 15px;
    }
    .wallet-main-box {
        width: 49%;
    }
    .dash-main-info {
        flex-wrap: wrap;
    }
    .transaction-chart-box {
        width: 48%;
    }
    .balance-chart-box {
        width: 48%;
        display: block;
    }

    .hero-sec-1 .hero-inner {
        padding-top: 28px;
    }

    .text-box p {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .about-us-img {
        display: none;
    }

    section {
        padding: 43px 10px 43px;
    }

    .solutions-sec {
        padding-bottom: 20px;
    }

    .reviews-img {
        width: 83%;
        gap: 13px;
        margin-top: 42px !important;
    }

    .sec-title p {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .feature-details {
        display: grid;
        column-gap: 13px;
        margin-top: 44px !important;
        width: 100%;
    }

    .currencies-content {
        width: 51%;
    }

    .about-us-content {
        width: 100%;
    }

    .swiper-vertical > .swiper-wrapper {
        height: 667px;
    }

    .solutions-data-content {
        width: 93%;
    }

    .solutions-data-img img {
        display: none;
    }

    .solutions-main-data {
        display: block;
    }

    .solutions-data-img {
        width: 100%;
    }
    .chart-balance-data {
        width: 100%;
    }
    .wallet-main-box .page-sub-title{
            margin-bottom: 9px;
    }
    .dash-kyc-verification{
        display: block;
    }
    .wallet-img-info img{
        width: 100px;
        right: 26px;
        top: -4px;
    }
    .join-us .text-box p,
    .accordion-button h3 {
        font-size: 15px;
    }

    .accordion-body {
        font-size: 14px;
        padding: 10px 10px;
    }

    .img-box.bg-circle-info .bg-shape-2 {
        top: 15%;
        left: 18%;
        width: 364px;
        height: 364px;
    }

    .accordion-button {
        padding: 10px 10px;
    }

    .text-box h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .faq-left {
        padding-right: 0;
    }

    .footer-inner-text-box {
        margin-top: 12px;
    }

    .setting-info-left .input-box p:last-child,
    .input-box p,
    .input-box label {
        font-size: 15px;
    }

    .form-data-info .input-box .info-text {
        margin-bottom: 20px;
    }

    .request-payment-info {
        width: 100%;
    }

    .dashboard-main table th {
        padding: 15px 18px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
    }
    .security-left-menu {
         width: 100%;
        margin-bottom: 44px;
    }
    .security-main-data{
        display: block;
    }
    .public-info-form {
        width: 100%;
    }
    .security-left-menu ul li a{
        padding: 8px 22px;
         margin: 0px 0px;
    }
    .security-left-menu ul {
        display: flex;
        gap: 13px;
    }
    .coin-filter-sub {
        margin-top: 0px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .payment-tools-inner-item {
        padding: 30px 15px;
    }

    .payment-inner-item-text p {
        font-size: 14px;
    }

    .payment-inner-item-text h3,
    .payment-item-text h3 {
        font-size: 19px;
    }

    .setting-info {
        display: block;
    }

    .setting-info-left,
    .setting-info-right {
        background-color: #fff;
    }

    .need-help {
        padding: 50px 0px;
    }

    .setting-info-left,
    .request-payment-info {
        width: 100%;
    }

    .hero-sec {
        padding-top: 0px;
    }
    .fees-amount span {
        font-size: 118px;
    }
    .fees-amount h3 {
        font-size: 77px;
    }
}

@media (max-width: 1024px) {
    .hero-inner {
        padding: 20px 0;
    }
    .top-menu ul li a {
        padding: 5px 6px;
    }
    .balance-chart-box {
        justify-content: space-between;
    }
    .chart-balance-data {
        width: 100%;
    }
    .dashboard-right{
            margin-top: 13px;
    }
}

@media (max-width: 991px) {
    .popular-coins-inner {
        padding: 25px 10px;
    }

    .kyc_step_list {
        border-top: 2px solid #00000017;
    }
    .kyc-step-progress {
        margin-bottom: 1px;
        margin-top: 42px;
    }
    .dashboard-right {
        padding: 26px 15px;
    }
    .payment-gateway-img {
        display: none;
    }

    .bg-circle-img .bg-shape {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
    .payment-gateway-info{
            column-gap: 14px;
            padding: 20px 15px;
    }
    .mob-menu-right {
        display: flex;
        align-items: center;
    }
    .dropdown-menu-item {
        width: 96%;
        top: 47px;
        left: 7px;
    }
    .payment-gateway-content {
        width: 100%;
    }

    .toggle-menu,
    .close-nav {
        display: block;
    }
    .balance-chart-box {
        display: block;
    }
    .round-chart-item {
        width: 100%;
        margin-top: 10px;
    }
    .chart-balance-data {
        width: 100%;
    }

    .blog-upload-info a {
        font-size: 13px;
    }

    .blog-upload-info p {
        line-height: 21px;
        font-size: 14px;
        
    }

    .blog-upload-info span {
        font-size: 11px;
        padding-right: 10px;
    }
    .support-mail {
        margin-left: 5%;
    }
    .blog-main-sec.contact-us::after {
        height: 169%;
    }

    .contact-us-head h1 {
        max-width: 44%;
    }

    .contact-main-img {
        display: none;
    }
    .contact-us-right img {
        max-width: 354px;
    }
    .contact-us-left {
    width: 55%;
    }

    .dashborad-logo img {
        width: 120px;
    }

    .toggle-menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        border-radius: 5px;
        color: #fff;
        background-color: #00c4f4;
        padding: 10px;
        height: 46px;
    }
    .menu-ul,
    .head-right {
        display: flex;
        flex-direction: column;
        margin-top: 32px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .top-menu ul li a {
        padding: 14px 16px;
        font-size: 19px;
        border-bottom: 1px solid #00000038;
    }
    .top-menu ul li a.active::after{
            width: 100px;
            left: 13px;
    }
    .top-header .dropdown-menu-item{
            min-width: 304px;
    }
    .top-menu ul li:last-child a {
        border-bottom: none;
    }
    .api-response-div p {
        word-wrap: break-word;
    }
    .top-header {
        height: 68px;
    }

    .humburger-icon {
        padding: 9px 12px;
        background: #00c4f4e3;
        color: #fff;
        font-size: 19px;
        cursor: pointer;
        border-radius: 4px;
    }
    .top-menu {
        padding: 0px;
    }
    .sidebar.active {
        left: 0;
    }
    .main-inner-table{
        overflow-x: auto;
        width: 100%;
        margin-bottom: 24px;
    }
    .dashboard-logo {
        display: none;
    }
    .sidebar-menu li.active ul.inner-drop-menu {
        display: block;
    }

    .sidebar-header {
        display: block;
        margin-left: 12px;
        cursor: pointer;
    }
    .top-header.menu {
        padding: 13px 19px;
        align-items: center;
    }
    .convert-list-details{
        gap: 0;
    }
    .mob-menu-info .mobile-logo {
        width: 150px;
    }

    .sidebar {
        width: 280px;
        height: 100%;
        position: fixed;
        z-index: 999;
        left: -287px;
        transition: left 0.3s ease;
    }

    .hero-img,
    .shop-img {
        display: none;
    }

    .mob-logo {
        display: block;
        padding-top: 18px;
        padding-bottom: 14px;
        background: #00c4f414;
        border-bottom: 2px solid #0ec7f552;
        padding-left: 15px;
    }
    .wallet-main-box {
        width: 100%;
        z-index: 1;
    }
    .wallet-main-box::after {
        z-index: -1;
    }
    .mob-logo img {
        width: 159px;
    }

    section {
        padding: 50px 0px 20px;
    }
    .wallet-img-info img {
        width: 105px;
        bottom: 27px;
    }
    .transaction-chart-box {
        width: 44%;
    }
    .balance-chart-box {
        width: 100%;
    }

    .sub-heading {
        font-size: 22px;
    }

    .text-box h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .payment-item-inner {
        margin: 10px 0px;
    }

    .apidoc-col.col-lg-2 {
        width: 33.666667%;
    }

    .apidoc-col.col-lg-10 {
        width: 65.333333%;
    }

    .text-box p:last-child {
        margin: 10px 0;
    }

    .join-us-data .text-box {
        padding: 20px 20px;
    }

    .accordion {
        padding: 10px 0px;
    }

    .dashborad-logo {
        padding: 0px 15px;
    }

    .sidebar-menu li a {
        font-size: 14px;
    }

    .sidebar-menu > ul ul.inner-drop-menu li a {
        padding: 10px 9px;
        font-size: 14px;
    }
    .mob-inner-menu {
        display: block !important;
    }

    .transaction_chart,
    .chart-detail {
        margin: auto;
    }

    .popup_margin_minus,
    .wallet-pop-up {
        margin: 7px 0px;
    }

    .modal-content {
        margin: 0 10px;
    }

    .modal .modal-header {
        margin-bottom: 12px;
    }

    .coin-filter-sub .row,
    .coins-main .row {
        row-gap: 15px;
    }

    .coin-filter-heading.coin-tab-info {
        margin-bottom: 25px;
    }
    .kyc-main-details {
        display: flex;
        gap: 27px;
        flex-direction: column;
    }
    .kyc_step_list img {
        display: none;
    }

    .kyc-step-right {
        width: 100%;
        background: transparent;
        border: none;
        border-radius: 0px;
        box-shadow: none;
        padding: 0px;
    }
    section.coin-filter {
        padding-top: 20px;
    }

    .hero-sec-1 .text-box p {
        margin-bottom: 0;
    }

    .img-box.bg-circle-info .bg-shape-2 {
        display: none;
    }

    .payment-item-text {
        padding: 20px 17px;
    }

    .withdrawal-table-wrapper .header-2 {
        display: none;
    }

    .need-help .text-box h3 {
        font-size: 31px;
    }

    .fee-table-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .current-network-info {
        width: 100%;
    }

    .kyc-step-info {
        width: 100%;
    }

    .account-left .logo {
        margin-bottom: 0px;
    }

    .account-img-info {
        display: none;
    }

    .blog-data-info {
        grid-template-columns: repeat(2, 1fr);
    }

    .account-left,
    .account-right {
        width: 100%;
    }

    .account-row {
        display: block;
    }

    .forgot-password {
        padding: 5px 0px;
        font-size: 15px;
    }

    .login-header-text h1 {
        font-size: 23px;
    }

    .img-box.bg-circle-info .bg-shape {
        display: none;
    }

    .login-header-text {
        margin-bottom: 5px;
    }

    .text-box-info {
        width: 100%;
        padding: 0px 23px;
    }

    .coin_img,
    .tools_img {
        display: none;
    }

    .hero-bg-img {
        width: 100%;
        left: 0px;
        top: -157px;
    }

    .coin-platforms-item {
        display: flex;
        width: 17%;
        margin-top: 17px;
    }

    .major-coin-sec .sub-heading {
        font-size: 30px;
    }

    .major-coin-sec {
        padding-top: 0px;
    }

    header {
        position: relative;
    }
    .dashboard-main {
    overflow: visible;
    }
    .inner-text-box span {
        font-size: 76px;
    }

    .inner-text-box {
        text-align: end;
        margin-top: -32px;
    }

    #mob-menu {
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: -270px;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 7px;
        display: block;
        border-right: 1px solid #007c9aa6;
        box-shadow: 0px 4px 8px 0px rgb(0 124 154 / 26%);
        transition: all 0.5s;
    }

    #mob-menu .closebtn {
      position: absolute;
        top: -13px;
        padding: 10px;
        right: 6px;
        font-size: 41px;
        margin-left: 50px;
        color: #000000ad;
    }

    .header-btn.header-btn-mob {
        display: block;
        margin-top: 18px;
    }

    .menu.open #mob-menu {
                width: 356px;
        margin-left: 0px;
        padding-top: 0px;
        display: block;
        text-align: left;
        left: 0px;
        transition: all 0.5s;
    }

    .header-menu ul {
        display: block;
        margin: 0;
        padding: 0px 20px;
    }

    div#menu-1 {
        z-index: 99;
        position: relative;
    }

    .blog-main-sec::after {
        height: 155%;
    }

    .menu.open .overlay-1 {
        display: block;
    }

    .header-menu ul li {
        padding: 8px 0px;
        display: block;
        border-bottom: 1px solid #ffffff54;
        margin-bottom: 8px;
    }

    a.burger {
        display: block;
        text-align: end;
    }

    a.burger,
    a.closebtn {
        display: block;
    }

    .overlay-1 {
        display: none;
    }

    .overlay-1:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0000005e;
        right: 0;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .menu-main ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 10px !important;
        margin: 0px;
    }

    .right-header {
        justify-content: end;
        padding: 0px;
    }

    .header-btn.header-btn-desk {
        display: none;
    }
    .auto-convert-details {
    grid-template-columns: repeat(3, 1fr);
}

    .main-header-menu {
        display: flex;
        gap: 97px;
        width: 100%;
        justify-content: space-between;
    }

    .burger {
        font-size: 18px;
        color: #fff;
        border-radius: 5px;
        align-items: center;
        padding: 2px 12px;
        background: #00c4f4;
    }

    header {
        padding: 14px 0px;
    }

    .logo img {
        width: 149px;
    }

    .menu-main ul li {
        padding: 13px 25px;
        border-bottom: 1px solid #00000042;
    }
   

    .header-btn .btn {
        padding: 5px 24px;
        font-size: 16px;
    }
    .dropdown img {
        width: 30px;
        height: 30px;
    }

    a.burger:hover {
        color: #ffff;
    }

    .login-header-text h1 {
        text-align: center;
    }

    .login-header-text p {
        text-align: center;
    }
    .plugin-info{
        grid-template-columns: repeat(1, 1fr);
    }
    .text-box-info p {
        padding: 0 0;
        margin-top: 29px;
    }

    .trusted-info h2 {
        padding: 0 20px;
        margin-bottom: 15px;
    }

    .faqs-sec .sec-title {
        margin-top: 20px;
    }
    .document-valid-info {
        margin-bottom: 12px;
        margin-top: 18px;
    }
    .press-release {
        padding: 50px 0px;
    }
    .kyc-document {
        display: block;
    }
    .transaction-history-main .accordion {
        padding: 0px;
    }
    .payment-list-details  .accordion {
        padding: 0px 0px;
    }
    .convert-list-details{
        flex-direction: column-reverse;
    }
    .convert-list-tips {
        width: 100%;
    }
    .convert-list-info {
    width: 100%;
}
    .contact-us-right img {
        display: none;
    }
   .contact-us-right {
        text-align: end;
        width: 100%;
    }
    .support-mail {
        margin-top: 0px;
        margin-bottom: 26px;
    }
    .contact-us-left{
        width: 100%;
    }
      .contact-us-details {
        display: flex;
        max-width: 100%;
        flex-direction: column-reverse;
    }
     .contact-us-details {
        margin-top: 17px !important;
    }
    .footer-box{
        margin-bottom: 20px;
    }
     .api-successfully-left h1{
            font-size: 18px;
    }
}

@media (max-width: 768px) {
    .dashboard-main table tbody tr td {
        font-size: 14px;
    }
    .api-successfully-info{
        display: block;
    }

    .api-successfully-left {
        width: 100%;
    }
    .api-successfully-right {
        width: 100%;
    }
    .api-successfully-left i {
    font-size: 61px;
    }
     .footer-box{
        margin-bottom: 0px;
    }
        .auto-convert-details {
        grid-template-columns: repeat(2, 1fr);
    }
    .payment-tab-info {
        margin-top: 24px;
    }
        .coin-deatail-btn .btn-in {
        font-size: 18px;
    }
    .coin-deatail-btn .btn-in {
        width: 37px;
        height: 37px;
    }
    .inner-tab-filter{
            gap: 23px;
    }
    .setting-layout-head a span{
        display: none;
    }
    .setting-layout-head a{
        font-size: 20px;
        padding: 6px 14px;
    }
    .setting-layout-head{
        gap: 10px;
    }
    .filter-dropdown.open .filter-panel{
        right: 0;
    }
    .payment-dow-report {
        width: 100%;
    }
    .payment-main-list {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
    margin-top: 18px;
    justify-content: space-between;
}
    .payment-list-details{
        width: 100%;
    }
    .setting-data-info .input-box {
        margin-bottom: 23px;
    }
    .header-box a {
        font-size: 16px;
    }
  
    .security-left-menu ul{
        display: flex;
        gap: 13px;
        flex-wrap: wrap;
    }

    .contact-us-left {
        width: 100%;
    }
    .header-box h2 {
        font-size: 18px;
    }
    .transaction-chart-box {
        width: 100%;
    }
    .balance-chart-box {
        width: 100%;
    }

    .faqs-sec .sec-title {
        margin-bottom: 50px;
    }

    .trusted-info p {
        padding: 0px 10px;
    }

    .modal-content {
        margin: 0 0px;
    }

    .hero-bg-img {
        display: none;
    }
    .security-left-menu ul{
        display: flex;
        flex-wrap: nowrap;
    }
    .security-left-menu ul li {
        height: 51px;
    }
    .blog-main-sec .text-box-info h1 {
        font-size: 26px;
    }
    .security-left-menu{
        overflow-x: auto;
        width: 100%;
        overflow-y: hidden;
    }
    .security-left-menu ul li a {
        padding: 8px 22px;
        margin: 0px 0px;
        width: 100%;
        display: ruby-text;
    }

    .round-chart.mb-4 .row {
        row-gap: 19px;
    }

    .round-chart-item {
        padding: 0px;
        margin: 0px;
    }

    .blog-main-sec::after {
        height: 144%;
    }
   
    .coin-inner-box {
        width: 48%;
    }

    .table-responsive {
        padding: 15px 0px;
    }

    .apidoc-col.col-lg-2 {
        width: 100%;
    }

    .apidoc-col.col-lg-10 {
        width: 100%;
    }

    .page-title-box h4.page-title {
        margin-bottom: 15px !important;
        font-size: 20px;
    }

    .apidoc-table {
        width: 100%;
        overflow-x: auto;
    }

    .table.table-bordered tbody tr td {
        white-space: nowrap;
    }

    .apidoc-div br {
        display: none;
    }

    .apidoc-div h3 {
        font-size: 17px;
        font-weight: 700;
        margin-top: 17px;
    }

    .apidoc-div .alert.alert-warning {
        font-size: 14px;
        margin-bottom: 19px;
    }

    .apidoc-section code {
        flex-direction: column;
        display: flex;
        width: 100%;
    }

    .endpoit-text {
        padding-left: 0;
        margin-top: 6px;
    }

    .apidoc-row {
        padding-top: 11px;
    }

    .apidoc-div {
        padding: 0px;
    }

    .apidoc-section {
        padding: 10px 14px;
    }

    h3.apidoc-heading {
        font-size: 25px;
        margin-bottom: 21px;
    }

    .personal-info-item,
    .personal-info,
    .profile-info {
        width: 100%;
    }

    .input-box label,
    .input-box p {
        font-size: 15px;
    }

    .public-info-form {
        margin-top: 5px;
    }

    .input-box .input-check input:checked + label:after {
        top: 7px;
    }
 
    .kyc-document {
        font-size: 15px;
    }
    .kyc_step_list li span {
        height: 35px;
        width: 35px;
        font-size: 22px;
    }
    .kyc-step-info .input-icon {
        padding: 17px;
        padding-bottom: 29px;
    }
    .support-mail a {
        font-size: 17px;
    }
    .blog-main-sec.contact-us::after {
        height: 204%;
    }
    .contact-us-head {
        display: block;
    }
   
    .blog-main-sec .text-box-info h1 {
        max-width: 100%;
    }
    .blog-main-sec .text-box-info p {
        max-width: 100%;
        margin-top: 11px;
    }
    .text-box h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .wallets-text h3 {
        font-size: 18px;
    }

    .circle-shape,
    .fees_img {
        display: none;
    }

    .current-network-data {
        padding: 36px 0px !important;
    }

    .footer-logo {
        display: none;
    }

    .current-network-info h3 {
        font-size: 17px !important;
        margin-top: 22px;
    }

    .text-box {
        font-size: 20px;
    }

    .footer-top {
        padding-bottom: 40px;
    }

    .footer-logo {
        /* width: 43%; */
        margin-top: 30px;
    }

    footer {
        margin-top: 0;
        padding-top: 45px;
    }

    .footer-menu h4 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .custom-tabs{
         padding: 5px 4px;
        padding-bottom: 13px;
        white-space: nowrap;
    }
    .footer-inner-text-box p {
        font-size: 16px;
    }
    .mail-verification-box.warning.mb-3 {
        margin-top: 0px;
    }
    .custom-head-tabs{
         width: 100%;
        overflow-x: auto;
    }
    .custom-head-tabs::-webkit-scrollbar,.security-left-menu::-webkit-scrollbar, .main-inner-table::-webkit-scrollbar{
         width: 5px; 
         height: 3px;
    }

    .footer-menu h4 {
        font-size: 18px;
    }

    .coin-detail .row {
        row-gap: 15px;
    }

    .setting-info {
        display: block;
    }

    .tickets-inner {
        margin: 6px 0px;
    }

    .modal-title {
        font-size: 18px;
    }

    .coin_img,
    .tools_img {
        display: none;
    }

    .hero-sec-1 .text-box p {
        margin-bottom: 10px;
    }

    .coin-platforms {
        margin-bottom: 0;
    }

    .hero-sec-1 .hero-inner {
        padding-bottom: 0;
    }

    .coins-main {
        margin-top: 25px;
    }

    .coin-top-item {
        width: calc(50% - 20px);
        margin: 0px 10px;
    }

    .coin-sub-item {
        width: calc(50% - 30px);
    }

    .coin-filter-btn span {
        font-size: 16px;
        padding: 7px 12px;
    }

    .popular-coins.filter {
        width: 50%;
    }

    .coin-sub-coin {
        margin-top: 20px;
    }

    .coin-text span,
    .coin-filter-sub table td {
        font-size: 14px;
        white-space: nowrap;
    }

    .coin-tab-info ul.dropdown {
        width: 301%;
        right: 5px;
    }

    .coin-platforms-text {
        line-height: 9px;
        margin-top: 10px;
    }

    ul.dropdown li a {
        font-size: 15px;
    }

    .coin-filter-btn {
        gap: 9px;
    }

    .payment-tools-inner-item {
        width: calc(50% - 30px);
        margin: 6px 15px;
    }

    .text-box label {
        font-size: 22px;
        margin-bottom: 10px;
    }

    p.payment-info-content {
        font-size: 15px;
        margin-top: 10px;
        padding: 20px 15px;
    }

    .withdrawal-fee-table-row {
        padding: 9px 15px;
    }

    .toggle-menu i {
        font-size: 20px;
    }

    .toggle-menu {
        padding: 10px;
        height: 38px;
    }

    .page-title-box {
        padding-top: 0px;
    }

    .account-left img {
        display: none;
    }

    .account-right::after {
        display: none;
    }

    .account-left .logo img {
        display: block !important;
        margin: auto;
    }

    .account-left {
        padding-bottom: 2px;
    }

    .login-header-text h1 {
        font-size: 19px;
        text-align: center;
    }

    .account-input-box {
        display: block;
    }

    .login-header-text p {
        font-size: 14px;
        margin-bottom: 25px;
        margin-top: 3px;
        text-align: center;
    }

    .hero-bg-img {
        height: 794px;
    }

    .account-main {
        width: 80%;
    }

    .slick-track {
        padding-top: 7px;
        padding-bottom: 16px;
    }

    .coin-platforms-text h2 {
        font-size: 33px;
    }

    .popular-coins-inner {
        padding: 19px 10px;
    }

    .coin-filter-heading.coin-tab-info {
        display: block;
    }

    .coin-platforms-item {
        width: 43%;
    }

    .hero-sec-1 .text-box .coin-platforms-text p {
        font-size: 18px;
        margin-bottom: 26px;
    }

    .slick-center .img-box-wallets {
        background-color: transparent;
        box-shadow: none;
        padding-bottom: 0px;
    }

    .reliable-feature {
        display: block;
    }

    .reliable-feature-left {
        width: 100%;
    }

    .reliable-feature-right {
        display: none;
    }

    .about-us-details {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
    }

    .feature-details {
        row-gap: 10px;
        grid-template-columns: repeat(2, 3fr);
    }

    .scan-pay-info {
        display: block;
    }

    .scan-pay-left {
        display: none;
    }

    .scan-pay-right {
        width: 100%;
    }

    .currencies-content-img {
        row-gap: 18px;
        grid-template-columns: repeat(10, 6fr);
        width: 100%;
    }

    .currencies-content {
        width: 100%;
    }

    .currencies-data {
        display: block;
    }

    .press-release-info {
        margin-top: 40px;
    }

    .press-release-box {
        padding: 29px 24px;
    }

    .hero-content-info h1 {
        font-size: 36px;
    }

    .text-box-info h1 span {
        font-size: 36px;
    }

    .hero-inner-details {
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }

    .hero-sec {
        padding-top: 24px;
    }

    .payment-gateway-box {
        padding: 28px 11px;
        width: 100%;
    }

    .payment-gateway-content {
        padding-left: 0px;
    }

    .payment-gateway-content {
        grid-template-columns: repeat(1, 2fr);
    }

    .trusted-info h2 {
        font-size: 26px;
    }
    .alert {
        margin-bottom: 30px;
    }
      .main-animation-info{
        display: block;
    }
    .commissions-details .accordion {
        padding: 0px 0px;
    }
    .commissions-details{                                                                                           
        width: 100%;
    }
    .accordion-row{
        display: block;
    }
   
}

@media (max-width: 575px) {
    .dashboard-right {
        padding: 15px;
        padding-top: 26px;
    }
    .modal-dialog.custom-inner-modal.modal-dialog-centered.webhook-modal{
        width: 100%;
    }
    .webhook-logs .small-btn {
    padding: 7px 4px;
    }
    .webhook-logs {
        display: flex;
        gap: 7px;
    }
    .api-integration-content p {
        font-size: 11px;
        margin-bottom: 0;
    }
    
    .api-keys-data-inner p {
        font-size: 12px;
    }
    
    .tips-api h5 {
        font-size: 17px;
    }
    
    .auto-convert-head p {
        font-size: 14px;
    }
    .tips-api {
    margin-top: 21px;
    }
    .custom-inner-modal .modal-header {
            padding: 17px 22px;
    }
    .ticket-data{
        margin-bottom: 23px;
    }
    .payment-invoice-amount p{
        font-size: 15px;
    }
    .transaction-coin-img{
        width: 35px;
        height: 35px;
        font-size: 22px;
    }
    .transaction-details-info h3{
        font-size: 14px;
    }
    .transaction-details-right h3{
        font-size: 14px;
    }
    .transaction-details-right .transaction-details-inner{
        margin-top: 0px;
    }
    .invoice-body-item {
        padding: 9px 0;
    }
    .main-inner-table{
        margin-top: 13px;
    }
    .Wallet-money h3{
            font-size: 16px;
            margin-bottom: 0px;
    }
    .available-bal{
            margin-top: 6px;
    }
    .wallet-animation-info::before{
            top: 0px;
    }
    .custom-data-box{
            display: block;
    }
      .wallet-animation-info::after{
            top: 0px;
    }
    .hero-content-left h1 {
        font-size: 51px;
    }
    .small-container{
        margin: 0px 14px;
    }
    .invoice-payment-link {
        width: 99%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre;
    }
        .payment-gateway-content {
        grid-template-columns: repeat(1, 2fr);
    }

    .personal-contacts-info.invoice-details-info div {
        font-size: 22px;
    }
    .invoice-details-info .personal-contact-details {
        width: 86%;
    }
    .convert-list-info .auto-convert-details {
        grid-template-columns: repeat(1, 1fr);
    }
    .logo-upload-info .input-left i{
          display: none;
    }
    .coin-detail .filter-main {
        margin-bottom: 15px;
    }
    .auto-convert-tips ul li{
        font-size: 14px;
        margin: 3px 0px;
    }
    .auto-convert-tips p {
        font-size: 14px;
        margin-bottom: 9px;
    }
    .wallet-history-right{
        padding: 7px;
    }
    .auto-convert-tips h3 {
        font-size: 17px;
        margin-bottom: 7px;
    }
    .logo-upload-info label span{
        font-size: 11px;
    }
    .brand-info-data .input-right p {
        font-size: 11px;
    }
    .auto-convert-inner {
        display: block;
    }
    .input-box.setting-data-switch{
        gap: 14px;
    }
    .integration-data-info {
        padding: 12px 15px;
    }
    .custom-accordion-body{
        gap: 8px;
    }
    .commissions-details{
        row-gap: 9px;
    }
    .commissions-details{
        margin-bottom: 9px;
    }
    .accordion-body-main p {
        font-size: 13px;
    }
    .heading-filter.input-box{
        display: block;
    }
    .transaction-history-box{
        height: 354px;
    }
    .no-data-record{
        height: 354px;
    }
    .wallet-info-btn{
            gap: 12px;
            flex-wrap: wrap;
    }
    .heading-filter.input-box .page-sub-title {
            margin-bottom: 15px;
    }
    .plugin-title{
        padding: 20px 0px;
        margin-top: 11px
    }
    .plugin-details-box{
        display: block;
        text-align: center;
        padding: 17px 19px;
    }
    .plugin-main-info {
        padding: 26px 0px;
    }
    .plugin-title .text-box p {
        margin-bottom: 2px;
    }
    .invoice-head-info h3{
        margin-bottom: 0;
    }
    .invoice-head-info p{
        margin-bottom: 0;
      }
      .wallet-bal-inner{
            align-items: unset;
      }
    .coin-item-main {
        padding-top: 15px;
    }
    .modal-dialog.custom-inner-modal.modal-dialog-centered {
        max-width: 371px;
        width: 100%;
        margin: auto;
    }
    .plugin-name img{
            width: 100%;
            height: 44px;
            max-width: max-content;
    }
    .plugin-name{
        display: block;
        
    }
    .plugin-name span{
        display: block;
            margin-bottom: 11px;
    }
    .modal.fade.show .modal-dialog {
        transform: scale(0.99);
    }
    .modal-body.custom-modal-body {
        padding-top: 0px;
    }
    .kyc-step-info{
        padding: 15px;
    }
    .kyc-step-info .input-icon{
         margin-top: 0px;
         padding: 17px 0px;
    }
    .radio-btn{
            margin-top: 6px;
    }
    .radio-btn .hobbies-icon h3{
        font-size: 16px;
        font-weight: 400;
    }
    .payment-content-box img {
        display: none;
    }
    .main-wallet-box{
            grid-template-columns: repeat(1, 1fr);
    }
    section.reviews-info {
        padding: 25px 0px;
    }
    .scan-pay {
        padding: 25px 0px;
    }
    .payment-content-box {
        padding: 12px 13px;
    }
    .fees-amount {
        margin-top: 19px;
    }
    .fees-amount h3 {
        font-size: 44px;
    }
    .fees-amount span {
        font-size: 62px;
    }
    .img-box.fees-content-info p {
        font-size: 21px;
    }
    .payment-content-box h3 {
        margin-top: 0px;
    }

    .hero-sec {
        padding-top: 15px;
    }

    .text-box-info {
        padding: 0px 0px;
    }

    .blog-data-info {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 14px;
    }

    .slider-btn {
        display: flex;
    }

    .hero-content-info h1 {
        font-size: 30px;
    }

    section.blog-sec {
        padding-top: 22px;
    }

    .blog-main-sec .text-box-info h1 {
        font-size: 20px;
    }
    .payment-tab-info .inner-tab-filter {
    flex-direction: row-reverse;
}
 
    .wallet-money .custom-dropdown .custom-dropdown-menu {
        left: -68px;
    }
    .setting-layout-head a {
        font-size: 19px;
        padding: 4px 11px;
    }
    .wallet-money .custom-dropdown .dropdown-toggle{
            padding: 1px 8px;
    }
    .payment-invoice-name .payment-invoice-main p{
        display: flex;
        flex-direction: column;
    }
    .blog-main-sec::after {
        border-radius: 0px 0px 30px 30px;
        height: 156%;
    }

    .blog-main-sec .text-box-info p {
        margin-top: 12px;
        line-height: 18px;
        font-size: 15px;
    }

    .blog-main-sec {
        padding-top: 20px;
    }

    .blog-slick-slider .slick-slide {
        margin: 0 10px !important;
    }

    .custom-prev,
    .custom-next {
        width: 39px;
        border-radius: 50%;
        height: 39px;
        font-size: 18px;
    }

    .blog-slick-slider .slick-list {
        margin: 0 -10px !important;
    }

    .blog-upload-info span {
        font-size: 15px;
        padding-right: 14px;
    }

    .swiper-vertical > .swiper-wrapper {
        height: 513px;
    }

    .text-box-info h1 span {
        font-size: 30px;
    }

    .payment-gateway-box h3 {
        font-size: 22px;
    }

    .faqs-sec .sec-title {
        margin-top: 0px;
    }

    .sec-title h2 {
        font-size: 28px;
    }

    .account-main {
        width: 100%;
    }

    .feature-details {
        grid-template-columns: repeat(1, 3fr);
    }
    .trading-details{
        text-align: end;
        padding: 0px 6px;
    }
    .address-main .heading-filter.input-box{
        display: flex;
        margin-bottom: 12px;
    }
    .heading-filter.input-box .btn{
            padding: 7px 11px;
            font-size: 14px;
    }
    .sub-heading {
        font-size: 24px;
    }
    .main-inner-table .table td{
        padding: 11px 11px;
        white-space: nowrap;
    }
    .main-inner-table .table thead tr th{
         padding: 11px 11px;
    }

    .solutions-data-content {
        column-gap: 10px;
        row-gap: 10px;
        margin-bottom: 0px;
    }

    .solutions-data-box img {
        display: none;
    }

    .solutions-data-img .sec-title h2 {
        color: #fff;
    }

    .solutions-data-img .sec-title p {
        color: #ffffffde;
    }

    .press-release-box {
        padding: 11px 12px;
    }

    .faqs-sec .sec-title {
        margin-bottom: 35px;
    }
    .custom-tab{
            padding-bottom: 5px;
    }

    .faqs-sec {
        padding-bottom: 30px;
    }
  
    .privacy-policy h1 {
        font-size: 22px !important ;
    }

    table.table.table-striped.table-bordered {
        width: 100%;
    }

    #fundsDetailPopup ul.info_popup {
        padding: 5px 4px;
    }

    .payment-gateway-content ul li {
        margin: 5px 0px;
        font-size: 15px;
    }

    .payment-gateway-box img {
        margin: 34px 0px;
    }

    .text-box p {
        font-size: 13px;
    }

    .coin-inner-box {
        flex: 0 0 auto;
        width: 100%;
    }

    .input-check label {
        font-size: 11px;
    }

    #announcementPopup .modal-body-content {
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 2px;
        text-align: center;
        padding: 11px 1px !important;
        font-family: var(--heading-font);
        position: relative;
        z-index: 1;
    }

    #announcementPopup .modal-body-content::after {
        left: 66px;
        bottom: -18px;
        height: 131px;
        width: 56%;
    }

    .api-response-div pre {
        display: grid;
        overflow-x: scroll;
    }

    .filter-main {
        justify-content: left;
    }

    .chart-box {
        width: 100%;
    }

    .your-wallet {
        display: block;
    }

    .text-box h1 {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .hero-inner .text-box a.btn {
        margin-top: 5px;
    }

    .hero-sec-1 .hero-inner {
        padding-top: 43px;
    }

    .wallet-left {
        display: flex;
    }

    .footer-menu h4 {
        margin-top: 25px;
    }

    .apidoc-text-block h4 {
        font-size: 18px;
    }

    .inner-text-box span {
        font-size: 65px;
    }

    .text-box.crypto-tool.privacy-policy {
        padding: 10px;
    }

    .privacy-policy ul li {
        padding-left: 0px;
    }

    .hero-sec-1 .text-box.crypto-tool p {
        padding-left: 0px;
    }
    .radio-btn {
        width: 100%;
    }

    .api-response-div p {
        font-size: 13px;
    }

    .wallets-text h3 {
        font-size: 20px;
    }

    .bg-shape-1 {
        display: none;
    }

    .table.table-bordered thead th {
        font-size: 15px;
    }

    .apidoc-div p {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .table.table-bordered tbody tr td {
        font-size: 13px;
        padding: 9px 21px;
    }
    table.table.table-striped.table-bordered th {
        font-size: 18px;
    }
    table.table.table-striped.table-bordered tbody td {
        font-size: 14px;
    }
    .privacy-policy h3 {
        margin-top: 26px;
    }

    .text-box h3 {
        letter-spacing: 2px;
    }

    .hero-sec-1 .text-box.crypto-tool p {
        font-size: 14px;
    }
    .preference-data-info{
            margin-top: 23px;
    }
    .custom-dropdown span{
            font-size: 15px;
    }
    .privacy-policy ul li {
        font-size: 14px;
    }

    .wallet-right {
        justify-content: end;
    }
    .coin-deatail-btn {
        top: 19%;
    }
    .coin-item {
        margin-bottom: 3px;
    }
    .input-box .input-check label:before {
        margin-top: 3px;
    }
    .heading-filter.input-box .input-check {
        margin-bottom: 0px;
    }
    .transaction-chart-box {
        row-gap: 13px;
    }
    .filter-main {
        display: block;
    }
    .filter-main input {
        width: 100%;
    }
    .heading-filter.input-box {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .dash-main-info {
        gap: 16px;
    }
    .transaction-data-info {
        gap: 16px;
        padding: 16px 11px;
    }
    .transaction-data-info p {
        font-size: 18px;
    }
    .pending-text,
    .confirm-text,
    .reject-text {
        font-size: 27px;
    }

    .copy-right p {
        font-size: 14px;
    }

    .withdrawal-fee-table-row.fee-table-grid-header {
        padding: 9px 13px;
        font-size: 15px;
    }

    .withdrawal-fee-table-row img {
        margin-right: 9px;
    }
    .round-chart-item {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .wallet-main-box::after {
        filter: blur(100px);
        background-color: #00c4f4;
        width: 200px;
        height: 113px;
        bottom: -42px;
    }

    .copy-right .container {
        padding: 0px;
    }

    footer {
        padding-top: 15px;
        margin: 0px;
    }

    .footer-top {
        padding-bottom: 25px;
    }

    .feature-data-box img {
        width: 50px;
    }
    .ticket-data{
        padding: 14px 14px;
    }

    .press-release {
        padding: 25px 0px;
    }
    .wallet-money h3{
            font-size: 19px;
            line-height: 45px;
    }

    .footer-social-icons {
        gap: 10px;
    }
    .custom-inner-modal .modal-body {
        padding: 15px;
    }
    .modal-body.chat-history-body ul{
        padding: 0px 1px;
    }

    .footer-inner-text-box h5 {
        margin-top: 23px;
    }
    .wallet-img-info img {
        width: 66px;
        bottom: 71px;
        right: 2px;
    }
    .security-input-info.mt-5 {
        margin-top: 30px !important;
    }
    .mail-verification-box.warning p{
        font-size: 13px;
    }
    .mail-verification-box{
            margin-top: 18px;
    }
    .wallet-left .custom-dropdown-menu{
        left: -21px;
    }
    .Wallet-money,
    .wallet-left h3,
    .personal-info-item h3 {
        font-size: 16px;
    }

    .pagination-box li {
        padding: 0 0;
    }
    .mob-menu-info .mobile-logo img {
        width: 133px;
    }
    .top-header.menu {
        height: 55px;
        padding: 7px 19px;
    }

    .showing-text {
        display: none;
    }

    .personal-info-item h3 {
        width: 50%;
    }
 
    .dropdown-button {
        font-size: 13px;
    }
    .humburger-icon {
        padding: 9px 12px;
    }
    .business-white-list{
        display: block;
    }
    .business-white-toggle{
        text-align: end;
    }
    .user-name h2 {
        font-size: 22px;
    }
    .preference-details{
            padding: 12px;
    }
    .preference-details-icon i{
            height: 34px;
            width: 34px;
    }
    .preference-details-icon{
        gap: 7px;
    }
    .preference-details-icon span {
        font-size: 16px;
    }
    .custom-dropdown .dropdown-toggle{
        padding: 8px 8px;
    }
 
    .public-btn button {
        font-size: 15px;
        padding: 7px 8px;
    }

    .account-right::after {
        display: none;
    }

    .side-main-box .input-left,
    .side-main-box .input-right {
        width: 100%;
    }
    .menu.open #mob-menu{
        width: 100%;
    }

    .input-box input::placeholder {
        font-size: 16px;
    }

    .login-form .input-box {
        margin-bottom: 11px;
    }

    .form-btn button {
        width: 100%;
        padding: 8px 0px;
        font-size: 16px;
    }

    .input-box input {
        padding: 6px 15px !important;
    }
    .slider-data-content {
        row-gap: 16px;
        column-gap: 21px;
        grid-template-columns: repeat(1, 1fr);
    }

    .solutions-data-content {
        width: 84%;
    }

    .logo img {
        width: 121px;
    }

    .hero-inner-details {
        gap: 9px;
        margin-bottom: 20px;
        margin-bottom: 20px;
    }

    .about-details-box {
        height: 153px;
    }

    .about-details-box img {
        width: 41px;
        margin-left: 0px;
    }

    .footer-social-media {
        justify-content: left;
    }

    .input-box .form-group small {
        top: 31px;
    }

    .main-header {
        padding: 9px 21px;
    }

    section {
        padding: 25px 0px;
    }

    .join-us-img {
        width: 100%;
    }

    .join-us-data {
        width: 100%;
        margin-left: 0;
    }

    .input-box.side-main-box {
        display: block;
    }

    .kyc-alert {
        padding: 13px !important;
        width: auto;
    }

    .check-login.email-verify-info {
        text-align: center;
        margin-top: 57px;
        padding: 0px 10px;
    }

    .kyc-alert p {
        font-size: 14px;
    }

    .solutions-data-box h3 {
        margin-top: 0px;
    }

    .admin,
    .user {
        max-width: 100%;
    }

    .page-title-box.with-btn {
        display: block;
    }

    .modal-lg {
        width: auto;
    }

    .select-chain span {
        padding: 6px 15px;
    }

    .key-setting-info {
        grid-template-columns: auto;
        display: grid;
        gap: 0px;
    }

    .public-info-form .table.table-bordered tbody tr td {
        font-size: 16px;
    }

    .popular-coins.filter {
        width: 100%;
    }

    .coin-top-item {
        width: calc(100% - 20px);
    }

    .coin-sub-item {
        width: calc(100% - 30px);
    }

    .payment-tools-inner-item {
        width: calc(100% - 30px);
    }

    .top-logo img {
        width: 150px;
        height: 34px;
    }
    .top-logo{
         width: 100%;
    }
    .pay-sign-up button{
        width: 100%;
    }

    .success-paid {
        gap: 23px;
    }

    .payment-faq-settings {
        column-gap: 12px;
    }

    .payment-details-amount {
        font-size: 30px;
    }

    .pay .pay-container {
        row-gap: 15px;
    }

    .dropdown-toggle {
        padding: 11px 15px;
    }

    .faq-item {
        padding: 20px 18px;
    }

    .modal-header h5 {
        font-size: 23px;
        line-height: 31px;
    }

    .email-modal .modal-header,
    .email-modal .modal-body {
        padding: 17px;
    }

    .email-modal .modal-footer {
        padding: 0 17px 17px;
    }

    .email-btn p {
        font-size: 15px;
        padding: 10px 1px 0;
    }

    .input-wrapper .form-control {
        padding: 11px 15px !important;
    }

    .pay-btn button {
        margin-top: 20px;
    }

    .faq-question {
        padding-bottom: 7px;
        font-size: 16px;
    }

    .blog-upload-info a {
        font-size: 14px;
    }

    .hero-bg-img {
        display: none;
    }

    .hero-inner-details span {
        font-size: 12px !important;
    }

    .blog-upload-info span {
        font-size: 14px;
    }

    .qr-code-img img {
        width: 142px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 18px;
    }

    .paid-text-inner {
        display: block;
        text-align: center;
    }

    .contact-link .tooltip-text {
        bottom: 54px !important;
        left: 49% !important;
        width: 308px;
        font-size: 14px;
    }
    .chart-balance-data {
        grid-template-columns: repeat(1, 1fr);
    }
    .chart-balance-content p {
        font-size: 17px;
    }
    .chart-balance-content h3 {
        font-size: 20px;
    }
    .round-chart-item h5.header-title {
        font-size: 18px;
    }
    .custom-radio {
        width: 100%;
    }
    .merch-success-content ul li p {
        font-size: 13px;
    }
    .success-content-line .success-content-icon::after{
            height: 71px;
    }
    .wallet-animation-info{
        margin-top: 24px;
    }
    .chart-detail p,
    .chart-in-text {
        font-size: 21px;
    }
    .contact-link .tooltip-text::after {
        left: 78%;
        top: 75px;
    }

    .scan-pay-info {
        width: 100%;
    }

    .reviews-img {
        width: 100%;
        margin-top: 30px !important;
    }

    .currencies-content-img {
        column-gap: 11px;
    }

    .trusted-info h2 {
        font-size: 20px;
    }

    .hero-sec {
        overflow: hidden;
    }

    .mob-inner-title {
        text-align: center;
        font-size: 20px;
        display: block;
        margin-bottom: 7px;
    }

    .payment-gateway-content {
        padding-left: 0px;
        grid-template-columns: repeat(1, 1fr);
        gap: 7px;
        margin-bottom: 8px;
    }
    .customer-logos::after{
            width: 26px;
    }
     .customer-logos::before{
            width: 26px;
    }

    .email-input-box button {
        height: 36px;
        font-size: 15px;
        right: 6px;
        top: 50%;
        padding: 5px 17px;
    }

    footer {
        border-radius: 0px  0px 0px 0px;
    }

    .payment-gateway-info {
        padding: 15px 15px;
    }

    .payment-content-box {
        text-align: left;
    }

    .our-blog-box img {
        height: 167px;
    }

    .scan-pay-logo {
        row-gap: 12px;
        column-gap: 9px;
    }

    section.payment-gateway {
        padding: 30px 0px;
        /* margin-bottom: 24px; */
    }

    .faqs-sec {
        padding-top: 20px;
    }
    .blog-main-sec.blog-details-sec {
        padding-top: 16px;
        padding-bottom: 0px;
    }
    .blog-main-sec.blog-details-sec::after {
        height: 80%;
    }
    .blog-details-form .form-group label {
        font-size: 16px;
    }
    .blog-details-form .form-group {
        margin-bottom: 11px;
    }
    .blog-details-info ul li {
        font-size: 15px;
    }
    .blog-details-info p {
        font-size: 15px;
    }
    .blog-details-info h3 {
        font-size: 18px;
        margin-top: 18px;
    }
    .blog-details-head h2 {
        font-size: 20px;
    }
    .blog-details-head {
        margin-bottom: 27px;
    }
    .blog-details-head p {
        font-size: 15px;
    }
    .blog-details-info ul {
        padding-left: 21px;
    }
    .blog-details-form .input-check label {
        font-size: 13px;
    }

    .blog-details-form .input-check-1 {
        margin-bottom: 22px;
    }

    .blog-social-media {
        padding-top: 11px;
        margin-top: 17px;
    }

    .contact-us-left {
        padding: 17px;
    }

    .blog-main-sec.contact-us::after {
        height: 190%;
    }
    .custom-dropdown-menu{
        width: 300px;
    }
    .page-sub-title {
            margin-bottom: 7px;
    }
    .preference-details-icon.sessions-details {
        display: block;
        width: 100%;
    }
    .active-sessions-list{
        position: relative;
    }
     .active-sessions-list .tbl-status{
        position: absolute;
        top: 15px;
        right: 14px;
     }
     .active-sessions-list .sessions-inner-data span{
        font-size: 14px;
     }
    .personal-contact-email{
            padding: 14px 15px;
    }
}

@media (max-width: 480px) {
    .payment-details-amount {
        font-size: 23px;
    }

    .pay-header {
        padding: 20px 23px 0;
    }

    .sec-title span {
        font-size: 16px;
    }

    .status-container,
    .payment-details {
        padding: 0 23px;
    }

    .content-below-status {
        padding-top: 23px;
    }

    .payment-gateway-box img {
        margin: 30px 0px;
    }

    .payment-details-menu {
        padding: 12px 23px 19px;
    }

    .payment-details-wrapper {
        margin-bottom: 0;
    }

    .pay .pay-container .content-actions {
        padding: 23px;
        gap: 23px;
    }

    .pay .pay-container .pay-content .content-info {
        gap: 23px;
    }

    .tooltip-text {
        left: -154%;
    }

    .tooltip-text::after {
        left: 80%;
    }

    .about-details-info p {
        font-size: 16px;
    }

    .about-details-info h3 {
        font-size: 22px;
    }

    .sec-title h2 {
        font-size: 24px;
    }

    .payment-gateway .sec-title h2 {
        font-size: 24px;
    }
    .preference-details-info .custom-drop-head {
        width: 66px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .hero-content-info h1 {
        font-size: 25px;
    }

    .feature-data-box h3 {
        font-size: 18px;
        margin-bottom: 7px;
        margin-top: 17px;
    }

    .solutions-data-content {
        grid-template-columns: repeat(1, 2fr);
    }

    .currencies-content-img {
        grid-template-columns: repeat(6, 6fr);
        row-gap: 12px;
        column-gap: 14px;
    }

    section.feature-info {
        padding: 28px 0px;
    }

    .payment-gateway-info {
        display: block;
        margin-top: 16px;
    }

    .payment-gateway-box.payment-gateway-bg {
        border-radius: 0px 00px 30px 30px;
    }

    .reviews-img,
    .scan-pay-logo {
        grid-template-columns: repeat(2, 3fr);
    }

    .feature-data-box {
        padding: 20px 20px;
    }

    .text-box-info h1 span {
        font-size: 21px;
    }

    .hero-inner {
        padding-top: 0px;
    }

    .pay-status {
        gap: 4px 8px;
    }

    .status-heading-text,
    .contact-link p {
        font-size: 16px;
    }

    .status-description {
        font-size: 14px;
    }

    .pay-copy-icon i {
        font-size: 16px;
    }

    .pay-copy-icon {
        width: 37px;
        height: 37px;
    }

    .menu-info {
        padding: 10px 23px 0px;
    }

    .pay-timer-box {
        width: 100%;
        border-bottom: 1px solid #dedede;
        border-right: none;
    }

    .pay-timer-box:last-child {
        border-bottom: none;
    }

    .timers-container {
        display: block;
    }

    .hero-inner-details {
        justify-content: center;
    }

    .text-box-info p {
        font-size: 13px;
    }

    .text-box-info p {
        margin-top: 13px;
    }

    .text-box-info span {
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    .modal-header h5 {
        font-size: 19px;
        line-height: 27px;
    }

    .pay .pay-container {
        margin-bottom: 20px;
    }

    .text-box-info p {
        margin-top: 12px;
    }

    .trusted-info h2 {
        padding: 0 0;
    }

    .hero-content-info h1 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .text-box-info h1 span {
        font-size: 22px;
    }
    .filter-main .input-check label::after {
        top: 6px !important;
    }
    .sec-title h2 {
        font-size: 20px;
    }

    .sec-title span {
        font-size: 17px;
    }

    .press-release-info {
        margin-top: 24px;
    }

    .payment-gateway .sec-title h2 {
        font-size: 20px;
    }

    .press-release-box {
        padding: 8px 8px;
    }
}

@media (max-width: 575px) {
    .dashboard-right {
        padding: 15px;
        padding-top: 26px;
    }
    .coin-item-main {
        padding-top: 15px;
    }
    .payment-content-box img {
        display: none;
    }

    .payment-content-box {
        padding: 12px 13px;
    }
    .fees-amount {
        margin-top: 19px;
    }
    .fees-amount h3 {
        font-size: 44px;
    }
    .fees-amount span {
        font-size: 62px;
    }
    .img-box.fees-content-info p {
        font-size: 21px;
    }
    .payment-content-box h3 {
        margin-top: 0px;
    }

    .hero-sec {
        padding-top: 15px;
    }

    .text-box-info {
        padding: 0px 0px;
    }

    .blog-data-info {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 14px;
    }

    .slider-btn {
        display: flex;
    }

    .hero-content-info h1 {
        font-size: 30px;
    }

    section.blog-sec {
        padding-top: 22px;
    }

    .blog-main-sec .text-box-info h1 {
        font-size: 20px;
    }

    .blog-main-sec::after {
        border-radius: 0px 0px 30px 30px;
        height: 156%;
    }

    .blog-main-sec .text-box-info p {
        margin-top: 12px;
        line-height: 18px;
        font-size: 15px;
    }

    .blog-main-sec {
        padding-top: 20px;
    }

    .blog-slick-slider .slick-slide {
        margin: 0 10px !important;
    }

    .custom-prev,
    .custom-next {
        width: 39px;
        border-radius: 50%;
        height: 39px;
        font-size: 18px;
    }

    .blog-slick-slider .slick-list {
        margin: 0 -10px !important;
    }

    .blog-upload-info span {
        font-size: 15px;
        padding-right: 14px;
    }

    .swiper-vertical > .swiper-wrapper {
        height: 513px;
    }

    .text-box-info h1 span {
        font-size: 30px;
    }

    .payment-gateway-box h3 {
        font-size: 22px;
    }

    .faqs-sec .sec-title {
        margin-top: 0px;
    }

    .sec-title h2 {
        font-size: 28px;
    }

    .account-main {
        width: 100%;
    }

    .feature-details {
        grid-template-columns: repeat(1, 3fr);
    }

    .sub-heading {
        font-size: 24px;
    }

    .solutions-data-content {
        column-gap: 10px;
        row-gap: 10px;
        margin-bottom: 0px;
    }

    .solutions-data-box img {
        display: none;
    }

    .solutions-data-img .sec-title h2 {
        color: #fff;
    }

    .solutions-data-img .sec-title p {
        color: #ffffffde;
    }

    .press-release-box {
        padding: 11px 12px;
    }

    .faqs-sec .sec-title {
        margin-bottom: 35px;
    }

    .faqs-sec {
        padding-bottom: 30px;
    }
    table.table.table-striped.table-bordered {
        width: 100%;
    }

    #fundsDetailPopup ul.info_popup {
        padding: 5px 4px;
    }

    .payment-gateway-content ul li {
        margin: 5px 0px;
        font-size: 15px;
    }

    .payment-gateway-box img {
        margin: 34px 0px;
    }

    .text-box p {
        font-size: 13px;
    }

    .coin-inner-box {
        flex: 0 0 auto;
        width: 100%;
    }

    .input-check label {
        font-size: 11px;
    }

    #announcementPopup .modal-body-content {
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 2px;
        text-align: center;
        padding: 11px 1px !important;
        font-family: var(--heading-font);
        position: relative;
        z-index: 1;
    }

    #announcementPopup .modal-body-content::after {
        left: 66px;
        bottom: -18px;
        height: 131px;
        width: 56%;
    }

    .api-response-div pre {
        display: grid;
        overflow-x: scroll;
    }

    .filter-main {
        justify-content: left;
    }

    .chart-box {
        width: 100%;
    }

    .your-wallet {
        display: block;
    }
    .hero-inner .text-box a.btn {
        margin-top: 5px;
    }

    .hero-sec-1 .hero-inner {
        padding-top: 43px;
    }

    .wallet-left {
        display: flex;
    }

    .footer-menu h4 {
        margin-top: 25px;
    }

    .apidoc-text-block h4 {
        font-size: 18px;
    }

    .inner-text-box span {
        font-size: 65px;
    }

    .text-box.crypto-tool.privacy-policy {
        padding: 10px;
    }

    .privacy-policy ul li {
        padding-left: 0px;
    }

    .hero-sec-1 .text-box.crypto-tool p {
        padding-left: 0px;
    }
    .radio-btn {
        width: 100%;
    }

    .api-response-div p {
        font-size: 13px;
    }
    .merch-create-name p{
        font-size: 17px;
        gap: 8px;
         margin-bottom: 9px;
    }
    .dashboard-right{
            margin-top: 1px;
    }

    .wallets-text h3 {
        font-size: 20px;
    }

    .bg-shape-1 {
        display: none;
    }

    .table.table-bordered thead th {
        font-size: 15px;
    }

    .apidoc-div p {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .table.table-bordered tbody tr td {
        font-size: 13px;
    }

    .privacy-policy h3 {
        margin-top: 26px;
    }
    .payment-ftr-content {
        padding: 0px 20px;
        padding-top: 15px;
        font-size: 15px;
        text-align: center;
    }
    .tooltip-text{
           font-size: 12px;
    }
    .text-box h3 {
        font-size: 19px;
        letter-spacing: 2px;
    }

    .hero-sec-1 .text-box.crypto-tool p {
        font-size: 14px;
    }

    .privacy-policy ul li {
        font-size: 14px;
    }

    .wallet-right {
        justify-content: end;
    }
    .modal-body.custom-modal-body.pt-3 {
        padding-top: 0px !important;
    }
    .transfer-info-text{
        padding: 7px 13px;
        font-size: 13px;
    }
    .balance-chart-box {
         padding: 12px 12px;
    }
        .coin-item {
        margin-bottom: 3px;
    }
    .input-box .input-check label:before {
        margin-top: 3px;
    }
    .heading-filter.input-box .input-check {
        margin-bottom: 10px;
        padding: 0px;
    }
    .transaction-chart-box {
        row-gap: 13px;
    }
    .filter-main {
        display: block;
    }
    .filter-main input {
        width: 100%;
    }
    .heading-filter.input-box {
        margin-top: 0px;
    }
    .dash-main-info {
        gap: 16px;
    }
    .transaction-data-info {
        gap: 16px;
        padding: 16px 11px;
    }
    .transaction-data-info p {
        font-size: 18px;
    }
    .pending-text,
    .confirm-text,
    .reject-text {
        font-size: 27px;
    }

    .copy-right p {
        font-size: 14px;
    }

    .withdrawal-fee-table-row.fee-table-grid-header {
        padding: 9px 13px;
        font-size: 15px;
    }

    .withdrawal-fee-table-row img {
        margin-right: 9px;
    }
    .round-chart-item {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .wallet-main-box::after {
        filter: blur(100px);
        width: 200px;
        height: 113px;
        bottom: -42px;
    }

    .copy-right .container {
        padding: 0px;
    }

    footer {
        padding-top: 15px;
        margin: 0px;
    }

    .footer-top {
        padding-bottom: 25px;
    }

    .feature-data-box img {
        width: 50px;
    }

    .press-release {
        padding: 25px 0px;
    }

    .footer-social-icons {
        gap: 10px;
    }

    .footer-inner-text-box h5 {
        margin-top: 23px;
    }
 
    .mess-text-box{
      column-gap: 8px;
    }
    .Wallet-money,
    .wallet-left h3,
    .personal-info-item h3 {
        font-size: 16px;
    }

    .pagination-box li {
        padding: 0 0;
    }
    .mob-menu-info .mobile-logo img {
        width: 133px;
    }
    .top-header.menu {
        height: 55px;
        padding: 7px 19px;
    }
    .inner-container{
        margin: 0px;
    }
    .showing-text {
        display: none;
    }
    .auto-convert-details{
        grid-template-columns: repeat(1, 1fr);
            row-gap: 9px;
    }

    .personal-info-item h3 {
        width: 50%;
    }
    .dropdown-button {
        font-size: 13px;
    }
    .user-name h2 {
        font-size: 22px;
    }
    .dropdown-content{
          top: 55px;
        right: -52px;
        min-width: 301px;
    }

    .public-btn button {
        font-size: 15px;
           padding: 5px 23px;
    }

    .account-right::after {
        display: none;
    }

    .side-main-box .input-left,
    .side-main-box .input-right {
        width: 100%;
    }

    .input-box input::placeholder {
        font-size: 16px;
    }

    .login-form .input-box {
        margin-bottom: 11px;
    }

    .form-btn button {
        width: 100%;
        padding: 8px 0px;
        font-size: 16px;
    }

    .input-box input {
        padding: 6px 15px !important;
    }

    .slider-data-content {
        row-gap: 16px;
        column-gap: 21px;
        grid-template-columns: repeat(1, 1fr);
    }

    .solutions-data-content {
        width: 84%;
    }

    .logo img {
        width: 121px;
    }

    .hero-inner-details {
        gap: 9px;
        margin-bottom: 20px;
        margin-bottom: 20px;
    }

    .about-details-box {
        height: 153px;
    }
    .webhook-modal .modal-body.custom-modal-body {
        max-height: 450px;
        overflow-y: auto;
    }

    .about-details-box img {
        width: 41px;
        margin-left: 0px;
    }

    .footer-social-media {
        justify-content: left;
    }

    .input-box .form-group small {
        top: 31px;
    }

    .main-header {
        padding: 9px 21px;
    }

    section {
        padding: 25px 0px;
    }

    .join-us-img {
        width: 100%;
    }

    .join-us-data {
        width: 100%;
        margin-left: 0;
    }

    .input-box.side-main-box {
        display: block;
    }

    .kyc-alert {
        padding: 13px !important;
        width: auto;
    }
    .pay-header{
        display: flex;
        gap: 16px;
        flex-direction: column;
    }
    .pay-sign-up {
        width: 100%;
        text-align: left;
    }
    .check-login.email-verify-info {
        text-align: center;
        margin-top: 57px;
        padding: 0px 10px;
    }
    .status-container.mb-3 {
        margin-bottom: 0 !important;
    }

   .kyc-alert.alert.alert-danger p{
        font-size: 10px;
        line-height: 18px;
    }

    .solutions-data-box h3 {
        margin-top: 0px;
    }

    .admin,
    .user {
        max-width: 100%;
    }

    .page-title-box.with-btn {
        display: block;
    }

    .modal-lg {
        width: auto;
    }

    .select-chain span {
        padding: 6px 15px;
    }

    .key-setting-info {
        grid-template-columns: auto;
        display: grid;
        gap: 0px;
    }

    .public-info-form .table.table-bordered tbody tr td {
        font-size: 16px;
    }

    .popular-coins.filter {
        width: 100%;
    }

    .coin-top-item {
        width: calc(100% - 20px);
    }

    .coin-sub-item {
        width: calc(100% - 30px);
    }

    .payment-tools-inner-item {
        width: calc(100% - 30px);
    }

    .top-logo img {
        max-width: 150px;
        width: 100%;
        height: 34px;
    }

    .success-paid {
        gap: 23px;
    }

    .payment-faq-settings {
        column-gap: 12px;
    }

    .payment-details-amount {
        font-size: 30px;
    }

    .pay .pay-container {
        row-gap: 15px;
    }

    .dropdown-toggle {
        padding: 11px 15px;
    }

    .faq-item {
        padding: 20px 18px;
    }

    .modal-header h5 {
        font-size: 23px;
        line-height: 31px;
    }

    .email-modal .modal-header,
    .email-modal .modal-body {
        padding: 17px;
    }

    .email-modal .modal-footer {
        padding: 0 17px 17px;
    }

    .email-btn p {
        font-size: 15px;
        padding: 10px 1px 0;
    }

    .input-wrapper .form-control {
        padding: 11px 15px !important;
    }

    .pay-btn button {
        margin-top: 20px;
    }

    .faq-question {
        padding-bottom: 7px;
        font-size: 16px;
    }

    .blog-upload-info a {
        font-size: 14px;
    }

    .hero-bg-img {
        display: none;
    }

    .hero-inner-details span {
        font-size: 12px !important;
    }

    .blog-upload-info span {
        font-size: 14px;
    }

    .qr-code-img img {
        width: 142px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 18px;
    }

    .paid-text-inner {
        display: block;
        text-align: center;
    }
    .contact-link .tooltip-text {
        bottom: 31px !important;
        left: -20% !important;
        width: 184px;
        font-size: 11px;
    }
    .chart-balance-data {
        grid-template-columns: repeat(1, 1fr);
    }
    .chart-balance-content p {
        font-size: 17px;
    }
    .chart-balance-content h3 {
        font-size: 20px;
    }
    .custom-radio {
        width: 100%;
    }
    .chart-detail p,
    .chart-in-text {
        font-size: 21px;
    }
    .contact-link .tooltip-text::after {
        left: 63%;
        top: 75px;
    }

    .menu-dropdown{
        right: 0px;
    width: 318px;
    }
    .scan-pay-info {
        width: 100%;
    }

    .reviews-img {
        width: 100%;
        margin-top: 30px !important;
    }

    .currencies-content-img {
        column-gap: 11px;
    }

    .trusted-info h2 {
        font-size: 20px;
    }

    .hero-sec {
        overflow: hidden;
    }

    .mob-inner-title {
        text-align: center;
        font-size: 20px;
        display: block;
        margin-bottom: 7px;
    }

    .payment-gateway-content {
        padding-left: 0px;
        grid-template-columns: repeat(1, 1fr);
        gap: 7px;
    }

    .email-input-box button {
        height: 36px;
        font-size: 15px;
        right: 6px;
        top: 50%;
        padding: 5px 17px;
    }
    .payment-gateway-info {
        padding: 15px 15px;
    }

    .payment-content-box {
        text-align: left;
    }

    .our-blog-box img {
        height: 167px;
    }

    .scan-pay-logo {
        row-gap: 12px;
        column-gap: 9px;
    }

    section.payment-gateway {
        padding: 30px 0px;
    }
    .faqs-sec {
        padding-top: 20px;
    }
    .blog-main-sec.blog-details-sec {
        padding-top: 16px;
        padding-bottom: 0px;
    }
    .blog-main-sec.blog-details-sec::after {
        height: 80%;
    }
    .blog-details-form .form-group label {
        font-size: 16px;
    }
    .blog-details-form .form-group {
        margin-bottom: 11px;
    }
    .blog-details-info ul li {
        font-size: 15px;
    }
    .blog-details-info p {
        font-size: 15px;
    }
    .blog-details-info h3 {
        font-size: 18px;
        margin-top: 18px;
    }
    .blog-details-head h2 {
        font-size: 20px;
    }
    .blog-details-head {
        margin-bottom: 27px;
    }
    .blog-details-head p {
        font-size: 15px;
    }
    .blog-details-info ul {
        padding-left: 21px;
    }
    .blog-details-form .input-check label {
        font-size: 13px;
    }

    .blog-details-form .input-check-1 {
        margin-bottom: 22px;
    }

    .blog-social-media {
        padding-top: 11px;
        margin-top: 17px;
    }

    .contact-us-left {
        padding: 17px;
    }

    .blog-main-sec.contact-us::after {
        height: 190%;
    }
    span.icon-dash {
        display: flex;
        align-items: center;
        gap: 7px;
    }
    .page-title-box.with-btn .btn {
        padding: 6px 16px;
    }
    .auto-convert-data{
         padding: 21px 15px;
        border-radius: 18px;
    }
    .btn {
        padding: 7px 20px;
        font-size: 15px;
    }
    .coin-filter-sub table th,
    .coin-filter-sub table td {
        white-space: nowrap;
    }
    .invoice-body-item p{
        overflow-x: hidden;
        width: 246px;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
    .transaction-history-main .accordion{
            padding: 0px;
    }
    .pay .pay-container .pay-content{
            margin-top: 23px;
    }
    .api-integration-content h3{
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .payment-details-amount {
        font-size: 23px;
    }
    .filter-panel{
        width: 320px;
    }

    .pay-header {
        padding: 20px 23px 0;
    }

    .sec-title span {
        font-size: 16px;
    }

    .status-container,
    .payment-details {
        padding: 0 23px;
    }

    .content-below-status {
        padding-top: 23px;
    }

    .payment-gateway-box img {
        margin: 30px 0px;
    }

    .payment-details-menu {
        padding: 12px 23px 19px;
    }

    .payment-details-wrapper {
        margin-bottom: 0;
    }

    .pay .pay-container .content-actions {
        padding: 23px;
        gap: 23px;
    }

    .pay .pay-container .pay-content .content-info {
        gap: 23px;
        border-radius: 0;
    }

    .tooltip-text {
        left: -141%;
        font-size: 13px;
    }

    .tooltip-text::after {
        left: 84%;
    }

    .about-details-info p {
        font-size: 16px;
    }

    .about-details-info h3 {
        font-size: 22px;
    }

    .sec-title h2 {
        font-size: 24px;
    }

    .payment-gateway .sec-title h2 {
        font-size: 24px;
    }

    .hero-content-info h1 {
        font-size: 25px;
    }

    .feature-data-box h3 {
        font-size: 18px;
        margin-bottom: 7px;
        margin-top: 17px;
    }

    .solutions-data-content {
        grid-template-columns: repeat(1, 2fr);
    }

    .currencies-content-img {
        grid-template-columns: repeat(6, 6fr);
        row-gap: 12px;
        column-gap: 14px;
    }

    section.feature-info {
        padding: 28px 0px;
    }

    .payment-gateway-info {
        display: block;
        margin-top: 27px;
    }

    .payment-gateway-box.payment-gateway-bg {
        border-radius: 0px 00px 30px 30px;
    }

    .reviews-img,
    .scan-pay-logo {
        grid-template-columns: repeat(2, 3fr);
    }

    .feature-data-box {
        padding: 20px 20px;
    }

    .text-box-info h1 span {
        font-size: 21px;
    }

    .hero-inner {
        padding-top: 0px;
    }

    .pay-status {
        gap: 4px 8px;
    }

    .status-heading-text,
    .contact-link p {
        font-size: 16px;
    }

    .status-description {
        font-size: 14px;
    }

    .pay-copy-icon i {
        font-size: 16px;
    }

    .pay-copy-icon {
        width: 37px;
        height: 37px;
    }

    .menu-info {
        padding: 10px 23px 0px;
    }

    .pay-timer-box {
        width: 100%;
        border-bottom: 1px solid #dedede;
        border-right: none;
    }

    .pay-timer-box:last-child {
        border-bottom: none;
    }

    .timers-container {
        display: block;
    }

    .hero-inner-details {
        justify-content: center;
    }

    .text-box-info p {
        font-size: 13px;
    }

    .text-box-info p {
        margin-top: 13px;
    }

    .text-box-info span {
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    .modal-header h5 {
        font-size: 19px;
        line-height: 27px;
    }

    .pay .pay-container {
        margin-bottom: 20px;
    }

    .text-box-info p {
        margin-top: 12px;
    }

    .trusted-info h2 {
        padding: 0 0;
    }

    .hero-content-info h1 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .text-box-info h1 span {
        font-size: 22px;
    }

    .sec-title h2 {
        font-size: 20px;
    }

    .sec-title span {
        font-size: 17px;
    }

    .press-release-info {
        margin-top: 24px;
    }

    .payment-gateway .sec-title h2 {
        font-size: 20px;
    }
    .filter-main .input-check label:before {
        margin-top: 3px;
    }
    .press-release-box {
        padding: 8px 8px;
    }
}
