body {
    font-family: "Poppins", sans-serif;
    background-color: #000;
}

a {
    text-decoration: none;
    transition: 0.5s all;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h2 {
    font-size: 56px;
}

h1,
h2 {
    font-family: 'Nico Moji';
}

p {
    line-height: 150%;
    font-weight: 200;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1440px;
    padding: 0px 20px;
}


header {
    padding: 12px 0px;
    color: #000;
    z-index: 999;
    width: 100%;
    position: relative;
    background-color: #fff;
}

header .logo {
    max-width: 250px;
}

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

body header nav.navbar.navbar-expand-lg {
    text-align: center;
}

body header nav ul li a.nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 24px !important;
    color: #000;
}

body header nav ul li a.nav-link:hover {
    color: #0043FF;
}


.login_sign button {
    padding: 9px 32px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #0043FF;
    border-radius: 5px;
    transition: 0.3s ease;
}

.login_sign {
    display: flex;
    align-items: center;
    gap: 15px;
}

body header nav ul li a.nav-link:focus {
    color: #1053C1;
}


body header nav ul li a.nav-link.show {
    color: #1053C1 !important;
}

body header nav ul li ul.dropdown-menu li a {
    font-size: 15px;
}

body header nav ul li ul.dropdown-menu li a:hover {
    color: #1053C1;
}

header .row {
    align-items: center;
}

.userheader .login_sign li.notification_nav svg path {
    fill: #000;
}

.loginlightbox .modal-content {
    background: linear-gradient(90deg, rgb(12 28 72) 0%, rgba(15, 15, 15, 1) 47%, rgba(15, 15, 15, 1) 100%);
    border-radius: 20px;
    border: 1px solid #656565;
}

.loginlightbox .modal-dialog {
    min-width: 860px;
    width: 100%;
}

.email_mobile_form label {
    font-size: 14px;
    color: #E0E8FF;
    font-weight: 300;
    padding-bottom: 5px;
}

.login_vector {
    width: 270px;
    margin: 0 auto;
    max-width: 100%;
}

.loginlightbox .row {
    align-items: center;
    height: 100%;
    justify-content: start;
}

.loginlightbox .login_block {
    width: 100%;
    height: 100%;
    position: relative;
}

.loginlightbox ul.nav-login-tabs {
    background-color: #282828;
    border-radius: 50px;
    padding: 6px;
    position: absolute;
    right: 120px;
    top: 24px;
    z-index: 666;
}

.login_form {
    width: 100%;
    padding: 110px 20px 20px;
    border-left: 1px solid #5E5E5E;
    min-height: 650px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.loginlightbox ul.nav-login-tabs .nav-link {
    font-size: 16px;
    width: 110px;
    border-radius: 50px;
    font-weight: 500;
    color: #8D8D8D;
}

.login_left.text-center {
    width: 100%;
}

.loginlightbox ul.nav-login-tabs .nav-link.active {
    color: #FFF;
    background-color: #0043FF;
}

.profile_in {
    margin-bottom: 22px;
}

.profile_section .profile_in h5 {
    margin-bottom: 8px;
    font-size: 18px;
}



.hero_section {
    width: 100%;
    display: block;
    background-color: #000;
    position: relative;
    min-height: 800px;
    background-image: url("../images/herobg.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.bannerbottom {
    position: absolute;
    bottom: 0px;
}

.hero_section::before {
    width: 550px;
    height: 550px;
    background-color: #0043ff80;
    position: absolute;
    left: -160px;
    top: -200px;
    content: "";
    border-radius: 100%;
    opacity: 40%;
    filter: blur(160px);
}

.banner_section {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 666;
    margin-top: 70px;
}

.banner_img {
    width: 800px;
    position: relative;
    left: 40px;
}

.about_cnt_bl ul.listbnr {
    margin-bottom: 22px;
}

.banner_cnt {
    color: #fff;
    width: 55%;
    padding-top: 30px;
}

.hero_section h1 {
    font-size: 56px;
    color: #fff;
    line-height: 120%;
}

.hero_section h1 span {
    color: #0043FF;
}

.banner_cnt p {
    font-size: 17px;
    margin: 12px 0px;
    width: 100%;
}

button.btn {
    padding: 12px 24px;
    font-size: 14px;
    margin: 10px 0px;
    font-weight: 600;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #0043FF;
    border-radius: 10px;
    transition: 0.3s ease;
}

.btn:hover {
    opacity: 0.9;
    background: #0043FF;
}

.banner_top_lft_vector {
    position: absolute;
    top: 0px;
}

section.about_section {
    width: 100%;
    display: block;
    color: #fff;
    position: relative;
    padding: 80px 0px 20px;
}

section.about_section::before {
    width: 500px;
    height: 500px;
    background-color: #0043ff80;
    position: absolute;
    right: 0px;
    top: 150px;
    content: "";
    border-radius: 100%;
    opacity: 80%;
    filter: blur(160px);
}

.about_img {
    max-width: 800px;
}

.about_cnt_bl {
    width: 100%;
    position: relative;
    z-index: 666;
}

.about_cnt_bl span {
    font-size: 22px;
    position: relative;
    padding-left: 80px;
}

.about_cnt_bl span::before {
    width: 62px;
    position: absolute;
    content: "";
    height: 2px;
    background-color: #0043FF;
    left: 0px;
    top: 15px;
}

section.about_section h2 {
    margin-top: 10px;
}

.about_cnt_bl p {
    font-size: 20px;
}

section.our_services_s {
    width: 100%;
    display: block;
    padding: 50px 0px 70px;
    text-align: center;
    color: #fff;
}

section.our_services_s p {
    font-size: 20px;
    margin-top: 10px;
    color: #d8d8d8;
}

.services_block {
    background: radial-gradient(circle, rgba(1, 11, 33, 1) 0%, rgba(1, 5, 9, 1) 48%, rgba(2, 13, 35, 1) 100%);
    border-radius: 22px;
    border: 1px solid #212121;
    padding: 54px;
    margin-top: 40px;
}

.services_block .row {
    align-items: center;
}

.services_vector {
    max-width: 640px;
}

.services_list {
    width: 100%;
    text-align: left;
    padding-left: 36px;
}

.services_list ul {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.services_list ul li {
    font-size: 32px;
    display: flex;
    align-items: center;
    gap: 22px;
    font-weight: 300;
}

section.whychoose_s {
    width: 100%;
    display: block;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding: 70px 0px 50px;
    color: #000;
}

:focus-visible {
    outline: none;
}

.modal-backdrop {
    --bs-backdrop-zindex: 666;
}

section.whychoose_s .container {
    position: relative;
}

section.whychoose_s ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin-top: 32px;
}

section.whychoose_s ul li {
    border: 2px solid #16161600;
    border-radius: 32px;
    transition: all 1s;
    cursor: pointer;
    padding: 24px;
}

section.whychoose_s ul li.active {
    border-color: #0043FF;
}

section.whychoose_s ul li:hover {
    border-color: #0043FF;
}

section.whychoose_s ul li .top_hd {
    display: flex;
    align-items: center;
    gap: 15px;
}

section.whychoose_s ul li .top_hd span {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    font-size: 22px;
    background-color: #0043FF;
    border-radius: 7px;
}

section.whychoose_s ul li h4 {
    margin: 0px;
}

section.whychoose_s ul li p {
    color: #000;
    margin: 15px 0px 0px;
    font-weight: 300;
}

.why_pto_two {
    position: absolute;
    right: -90px;
    width: 720px;
    top: -140px;
}

section.whychoose_s::before {
    width: 400px;
    height: 400px;
    background-color: #0043ff80;
    position: absolute;
    right: -40px;
    bottom: -30px;
    content: "";
    border-radius: 100%;
    opacity: 80%;
    filter: blur(160px);
}

section.whychoose_s::after {
    width: 400px;
    height: 400px;
    background-color: #0065f2;
    position: absolute;
    left: -100px;
    top: -40px;
    content: "";
    border-radius: 100%;
    opacity: 80%;
    filter: blur(160px);
}

section.steps_section {
    width: 100%;
    display: block;
    padding: 70px 0px;
    text-align: center;
    color: #fff;
}

section.steps_section ul {
    display: flex;
    gap: 60px;
    margin-top: 40px;
}

section.steps_section ul li {
    background-color: #ffffff10;
    border-radius: 20px;
    cursor: pointer;
    transition: all 1s;
    padding: 32px;
}

section.steps_section ul li:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 35px #1855ff50;
}

section.steps_section ul li .steps_icon {
    width: 152px;
    height: 152px;
    background-color: #1855FF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 15px #3E7127;
    margin: 30px auto;
    margin-top: -110px;
}

section.steps_section ul {
    display: flex;
    gap: 60px;
    margin-top: 120px;
}

section.steps_section ul li h3 {
    border-bottom: 1px solid #404047;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

section.steps_section ul li p {
    color: #9e9e9e;
}

.traders_crypto_s {
    width: 100%;
    display: block;
    position: relative;
    background-image: url("../images/traders_cryptobg.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 80px 0px 160px;
    text-align: center;
    color: #fff;
}

.traders_crypto_s:before {
    width: 700px;
    height: 700px;
    background-color: #0043ff80;
    position: absolute;
    right: 0px;
    /* top: 0px; */
    margin: 0 auto;
    left: 0px;
    bottom: 0px;
    content: "";
    border-radius: 100%;
    opacity: 80%;
    filter: blur(160px);
}

.traders_vector {
    margin-top: 90px;
}

.traders_crypto_s .container {
    position: relative;
    z-index: 666;
}

section.saftety_section {
    width: 100%;
    display: block;
    position: relative;
    background-image: url("../images/sefetybg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px 40px;
    text-align: center;
    color: #fff;
}

section.saftety_section .row {
    align-items: center;
}

.safety_left_cnt {
    width: 100%;
    display: block;
    text-align: left;
}

.safety_left_cnt ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.safety_left_cnt ul li {
    font-size: 26px;
}

.faq_section {
    width: 100%;
    text-align: center;
    overflow-x: hidden;
    position: relative;
    color: #fff;
    padding: 80px 0px 40px;
}

.faq_section:before {
    width: 400px;
    height: 400px;
    background-color: #0043ff80;
    position: absolute;
    right: -150px;
    bottom: 140px;
    content: "";
    border-radius: 100%;
    opacity: 80%;
    filter: blur(160px);
}

.modal-backdrop.show {
    display: none;
}

.modal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000e8;
}

.forgotpassword_s.forgotmain {
    max-width: 650px;
    margin: 70px auto;
}

.forgotpassword_s.forgotmain .login_form {
    padding: 40px 10px 20px;
    color: #fff;
}

.forgotmain .login_form {
    border-left: 0px;
}

.notification_item p {
    margin-bottom: 8px;
    font-size: 14px;
}

.accordion {
    margin-top: 40px;
    display: grid;
    gap: 22px;
    position: relative;
    z-index: 666;
}

.accordion .item {
    background: #23282e;
    overflow: hidden;
}

.accordion .item .summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 26px;
    cursor: pointer;
    gap: 18px;
    user-select: none;
}

.summary .title {
    font-size: 24px;
    font-weight: 500;
    color: #f4f4f4;
    display: block;
    text-align: left;
    width: 90%;
}

.summary .icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: transform 0.35s ease;
}

.accordion .icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: rgba(255, 255, 255, 0.9);
    stroke-width: 2;
    transition: transform 0.35s ease;
}

.accordion .panel {
    padding: 0 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.45s cubic-bezier(.2, .95, .2, 1), padding 0.25s ease;
}

.item.open .panel {
    padding: 16px 26px 26px 26px;
    max-height: 400px;
}

.item.open .icon {
    transform: rotate(180deg);
}



footer {
    width: 100%;
    color: #fff;
    display: block;
    padding: 60px 0px;
}

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

.email_mobile_form label a {
    color: #4274ff;
}

footer .logo {
    min-width: 350px;
    max-width: 100%;
}

.footer_cnt_r {
    width: 580px;
    max-width: 100%;
}

.footer_cnt_r p {
    font-size: 17px;
    margin: 0px;
    color: #f3f3f3;
    line-height: 150%;
}

section.footer_main {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 48px;
    justify-content: space-between;
    padding: 50px 0px 0px;
}

.footer_main .menu_s h3 {
    font-weight: 400;
    font-size: 22px;
}

.dTwfH {
    background-color: rgba(0, 0, 0, 0) !important;
}

.footer_main .menu_s {
    width: 100%;
}

section.footer_main ul {
    display: flex;
    margin-top: 24px;
    flex-direction: column;
    gap: 20px;
}

section.footer_main ul li a {
    font-size: 16px;
    transition: 0.5s;
    color: #e0e0e0;
}

.profile_bio_info {
    display: flex;
    margin-bottom: 15px;
    gap: 18px;
    align-items: start;
    justify-content: space-between;
}

.profile_bio_info_cnt {
    width: 100%;
}

.profile_bio_info_img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid #0043ff87;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

form.profile_form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.notification-popup {
    position: absolute;
    top: 50px;
    right: 370.375px;
    width: 300px;

    z-index: 9999;
    overflow: hidden;
}

.notification_data {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    padding: 20px;
    text-align: center;
    color: rgb(107, 114, 128);
}

.notification_tp {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.2s;
}


.profile_bio_info_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

section.footer_main ul li a:hover {
    color: #FFD500;
}

.methods_h {
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px 0px 5px;
    position: relative;
}

.methods_h:before {
    width: 100%;
    height: 1px;
    background-color: #5E5E5E;
    position: absolute;
    left: 0px;
    right: 0px;
    content: "";
    top: 53%;
    z-index: 333;
}

.methods_h h5 {
    font-size: 16px;
    color: #9F9F9F;
    padding: 0px 7px;
    position: relative;
    z-index: 666;
    text-align: center;
    padding-top: 10px;
    background-color: #0f0f0f;
    display: inline-block;
}

ul.emailtabs {
    width: 100%;
    border-bottom: none;
}

ul.emailtabs li button.nav-link {
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #616161;
    border-bottom: 1px solid #D9D9D9;
}

ul.emailtabs li {
    width: 50%;
}


ul.emailtabs li button.nav-link.active {
    color: #FFD500;
    border-bottom: 1px solid #FFD500;
}

.getotp {
    position: absolute;
    right: 7px;
    top: 6px;
    font-size: 13px;
}

.email_mobile_form .padding_space .form-control {
    padding-right: 100px;
}

.getotp button {
    background: #0043FF;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 7px 15px;
    text-transform: uppercase;
}

.email_mobile_form {
    width: 100%;
    padding: 0px 24px;
    display: flex;
    align-items: center;
}

.email_mobile_form .tab-content form {
    margin: 20px 0px;
}

.email_mobile_form .tab-content form {
    margin: 30px 0px;
    display: block;
}

.email_mobile_form .form_input {
    padding-bottom: 8px;
    position: relative;
}

.email_mobile_form .form-control[type="password"] {
    padding-right: 44px;
}

.email_mobile_form .form_input .hide_vector {
    position: absolute;
    right: 15px;
    top: 12px;
}

.email_mobile_form .form_input .hide_vector img{ width: 18px; }

.email_mobile_form .form-control {
    background-color: transparent;
    border: 1px solid #787878;
    border-radius: 4px;
    font-size: 14px;
    color: #b6b6b6;
    font-weight: 300;
    padding: 12px 15px;
}

.email_mobile_form a.text-warning.small {
    color: #adadad !important;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
}

.forgetpassword {
    margin-top: -10px;
}

.email_mobile_form button.btn {
    font-weight: 500;
    background-color: #0043FF;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

.email_mobile_form button.btn.btn-google {
    background-color: #fff;
}

.divider {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 10px 0px 0px;
    color: #848484;
}

.input_hide_vector {
    position: relative;
}

.divider a {
    color: #fff;
}

::placeholder {
    color: #b6b6b6 !important;
}

::-webkit-input-placeholder {
    color: #b6b6b6 !important;
}

:-ms-input-placeholder {
    color: #b6b6b6 !important;
}

::-ms-input-placeholder {
    color: #b6b6b6 !important;
}

::-moz-placeholder {
    color: #b6b6b6 !important;
}

:-moz-placeholder {
    color: #b6b6b6 !important;
}

.notification_list {
    min-height: 400px;
    max-height: 690px;
    padding-right: 5px;
    overflow: auto;
}

.notification_list::-webkit-scrollbar {
    width: 3px;
}

.notification_list::-webkit-scrollbar-track {
    background: transparent;
}

.notification_list::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg,
            #ffffff34,
            #ffffff34);
    border-radius: 10px;
}



.notification_list .notification_item {
    background-color: rgb(15, 36, 56) !important;
    color: #fff !important;
    border: 1px solid rgb(24, 53, 77) !important;
}

.notification_list .notification_item p {
    color: #fff !important;
}

.login_sign a.dashbtn {
    color: #fff;
    background: #0648fe;
    padding: 7px 15px;
    border-radius: 7px;
    font-size: 15px;
}

/* 🎫 Support Ticket Styles */
.ticket_read_more_btn {
    background: none !important;
    border: none !important;
    color: #0648fe !important;
    padding: 0 !important;
    margin-left: 5px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    cursor: pointer !important;
}

.ticket_modal_content {
    background-color: #0f2438 !important;
    border: 1px solid #18354d !important;
    border-radius: 12px !important;
}

.ticket_modal_header {
    border-bottom: 1px solid #18354d !important;
}

.ticket_modal_title {
    color: #fff !important;
}

.ticket_modal_body {
    color: #e5edf5 !important;
}

.ticket_detail_label {
    color: #fff !important;
    display: block !important;
    margin-bottom: 5px !important;
}

.ticket_description_text {
    white-space: pre-wrap !important;
    line-height: 1.6 !important;
}

.ticket_modal_footer {
    border-top: 1px solid #18354d !important;
}

.ticket_modal_close_btn {
    background-color: #18354d !important;
    border: none !important;
}

.selectoption {
    width: 100%;
    background-color: #232323;
    padding: 6px 10px;
    border: 1px solid #656565;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.selectoption label {
    font-size: 12px;
    color: #616161;
    font-weight: 300;
}

.selectoption select {
    background: transparent;
    border: none;
    color: #fff;
}

.selectoption select:focus-visible {
    outline: none;
}

.selectoption select option {
    color: #000;
}

.checkbox {
    display: flex;
    align-items: baseline;
    gap: 10px;
    line-height: 18px;
    font-size: 13px;
    color: #848484;
}

.checkbox a {
    color: #fff;
}

.email_mobile_form button.btn:hover {
    opacity: 0.8;
}

.btn-close {
    opacity: 1 !important;
}


button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    background-color: #0043ff;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    padding: 4px !important;
    font-size: 12px;
}


.traders_crypto_s ul {
    display: none;
}

.dashboard_section {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-image: url("../images/dashboardbg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    text-align: center;
    color: #fff;
}

.tab-content>.tab-pane {
    position: relative;
}


.dashboard_lft {
    width: 386px;
    min-width: 386px;
    text-align: left;
    background-color: #060B26;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    padding: 20px 24px 40px;
}

.dashboard_lft::before,
.dashboard_lft::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #e0e1e20d, #e0e1e224);
}

.dashboard_lft::before {
    top: 0;
}

.dashboard_lft::after {
    bottom: 0;
}

.user_profile_top {
    width: 100%;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #e0e1e22e;
    padding: 0px 22px 22px;
}

.user_vector {
    width: 46px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_vector .rounded_bg {
    position: absolute;
}

.hd_text {
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.hd_text button.btn {
    padding: 6px 18px;
    font-size: 13px;
    margin: 0px 0px 5px;
    border-radius: 5px !important;
}

.profile_section .profile_bio_info p {
    font-size: 13px;
}

.user {
    min-width: 40px;
    width: 40px;
}

.user img {
    width: 100%;
}

.user_cnt {
    font-size: 21px;
    display: flex;
    line-height: 110%;
    flex-direction: column;
}

.user_cnt span {
    font-size: 16px;
}

.user_vector span {
    position: relative;
    z-index: 666;
}

.leftside_menu ul {
    position: relative;
    z-index: 666;
    display: flex;
    flex-direction: column;
}

.leftside_menu li a {
    display: flex;
    gap: 22px;
    color: #fff;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 22px;
    transition: all 1s;
    padding: 15px 24px;
}

.leftside_menu li.active a {
    background-color: #1A1F37;
    border: 1px solid #e0e1e215;
}

.leftside_menu li.active button {
    background-color: #1A1F37;
    border: 1px solid #e0e1e215;
}

/* .leftside_menu li a:hover {
    background-color: #1A1F37;
    border: 1px solid #e0e1e215;
} */

.leftside_menu li button {
    width: 100%;
    text-align: left;
    position: relative;
    background-color: transparent;
    border-radius: 22px;
    transition: all 1s;
    align-items: center;
    font-size: 13px;
    font-weight: 800;
    color: #848E9C;
    margin: 0px;
    padding: 15px 24px;
    display: flex;
    gap: 22px;
    border: 1px solid transparent;
}

.leftside_menu li button:hover {
    background: none;
    border: 1px solid #e0e1e200;
}

.leftside_menu li h5 {
    font-size: 21px;
    font-weight: 300;
    margin: 0px;
    color: #fff;
}

.dashboard_icon_lft {
    width: 47px;
    height: 47px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard_icon_lft .rounded_bg {
    position: absolute;
    transition: all 1s;
}

/* .leftside_menu li a:hover .dashboard_icon_lft .rounded_bg {
    fill: blue;
    filter: invert(1);
} */

.leftside_menu li.active a .dashboard_icon_lft .rounded_bg {
    fill: blue;
    filter: invert(1);
}


.leftside_menu li.active .dashboard_icon_lft .rounded_bg {
    fill: blue;
    filter: invert(1);
}

.dashboard_icon_lft .icon_list {
    position: relative;
    z-index: 666;
}

div#toggleBtn {
    display: none;
}

.leftside_menu {
    margin-top: 20px;
}

.dashboard_main {
    width: 100%;
    display: flex;
    gap: 80px;
}

.swap_block {
    width: 562px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 36px;
    max-width: 100%;
    background-color: #060B26;
    box-shadow: 0px 2px 0px #fff;
    border-radius: 35px;
    position: relative;
    padding: 48px 34px;
    z-index: 666;
    border-top: 1px solid #fff;
}

.dashboard_right {
    width: 100%;
    text-align: left;
    overflow: auto;
    position: relative;
    min-height: 600px;
    max-height: 1100px;
    padding-right: 7px;
}



.dashboard_right::-webkit-scrollbar {
    width: 3px;
}

.dashboard_right::-webkit-scrollbar-track {
    background: #07142800;
    border-radius: 10px;
}

.dashboard_right::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, #013972, #013972);
    border-radius: 10px;
}

.dashboard_right::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(0deg, #013972, #013972);
}

.dashboard_right {
    scrollbar-width: thin;
    scrollbar-color: #013972 #071428;
}


.top_rounded {
    width: 68px;
    height: 68px;
    background-color: #060B26;
    border-radius: 100px;
    border-top: 1px solid #D9D9D9;
    position: absolute;
    top: 5px;
    margin: 0 auto;
    left: 24%;
    z-index: 66666;
}

.swap_block h3 {
    font-size: 25px;
    text-align: left;
}

.payblock {
    width: 100%;
    background-color: #0D1436;
    border-radius: 15px;
    padding: 32px 24px;
    min-height: 160px;
    border: 1px solid #192352;
    text-align: left;
}

table {
    width: 100%;
}

.payblock table tr th {
    font-size: 18px;
    color: #8C8C8C;
    font-weight: 600;
}

.payblock table tr td {
    font-size: 22px;
    padding: 10px 0px;
    color: #fff;
    font-weight: 600;
}

td.currency_tbl {
    display: flex;
    align-items: center;
    gap: 10px;
}

td.currency_tbl .currency_icon {
    width: 45px;
    height: 45px;
    border: 1px solid #242E60;
    border-radius: 7px;
}

.payblock table tr td input {
    background-color: transparent;
    border: 1px solid #192352;
    border-radius: 5px;
    padding: 6px 15px;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: #ffff;
    width: 200px;
    float: right;

}

.right_alin {
    text-align: right;
}


.pay_receive_s {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.white ::-webkit-input-placeholder {
    color: #fff !important;
}

.white :-moz-placeholder,
.white ::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.white :-ms-input-placeholder {
    color: #fff !important;
}

.white ::placeholder {
    color: #fff !important;
}

input:focus-visible {
    outline: none;
}

.re_count_vector {
    width: 76px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0px;
    top: calc(50% - 40px);
}

.total_price {
    background-color: #0D1436;
    border: 1px solid #242E60;
    border-radius: 50px;
    font-size: 18px;
    color: #8C8C8C;
    padding: 13px 30px;
    font-weight: 700;
    text-align: left;
}

button.swap_btn {
    width: 100%;
    background-color: #0043FF;
    color: #fff;
    font-size: 24px;
    border: none;
    border-radius: 12px;
    font-weight: 500;
    padding: 16px 20px;
    margin-top: 10px;
}

.deposit_section {
    width: 810px;
    max-width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.current_balance {
    background-color: #060C29;
    font-size: 21px;
    padding: 24px 40px;
    border-radius: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-left: 1px solid #ffffff7c;
    border-right: 1px solid #ffffff7c; */
}

.qr_code_s {
    background-color: #060C29;
    font-size: 21px;
    padding: 42px;
    border-radius: 13px;
    flex-direction: column;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-left: 1px solid #ffffff7c;
    border-right: 1px solid #ffffff7c; */
}

.qr_vector {
    max-width: 230px;
    margin-bottom: 24px;
}

.qr_code_s button.btn {
    padding: 8px;
    min-width: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
}

button.copybtn {
    font-size: 18px;
    background-color: #0D1436;
    color: #fff;
    margin: 0px;
    border: 1px solid #242E60;
}

button.btn.nextbtn {
    font-size: 20px;
    margin: 0px;
}

.depositpop_up .modal-content {
    background-color: #060C29;
    color: #fff;
    border: 1px solid #ffffff33;
}

.depositpop_up .modal-header {
    border: none;
}

.depositpop_up .modal-body {
    text-align: center;
    padding: 10px 36px 24px;
}

.depositpop_up h3 {
    font-size: 24px;
    font-weight: 300;
}

.deposit_input input {
    background-color: #0D1436;
    border: 1px solid #242E60;
    border-radius: 5px;
    padding: 10px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    width: 100%;
}

.do_data p {
    font-size: 16px;
    margin: 0px;
}


.depositpop_up form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
}

.depositpop_up button.btn {
    font-size: 18px;
    width: 100%;
    border-radius: 5px;
    margin-top: 20px;
}

.support_section .nav-tabs {
    width: 100%;
    border: none;
    gap: 13px;
}

.support_section .nav-tabs .nav-link {
    background-color: #3D4158;
    font-size: 15px;
    color: #ffffff61;
    padding: 12px 24px;
    border-radius: 5px;
    border: none !important;
}

.support_section .nav-tabs .nav-link.active {
    background-color: #0043FF;
    color: #fff;
}

.support_section table tr th {
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #444444;
    padding: 7px 20px;
    white-space: nowrap;
}

.support_section table tr td {
    font-size: 12px;
    font-weight: 300;
    padding: 7px 20px;
}

.support_section table tr td.yellow {
    color: #C4A33D;
}

.support_section .tab-content {
    width: 100%;
}


.recent_data {
    width: 100%;
    background-color: #060C29;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    text-align: left;
    border: 1px solid #ffffff26;
}

.kkoiZw {
    position: inherit !important;
}

.fnROIS {
    position: inherit !important;
}

.rdt_Table {
    position: inherit !important;
}

/* 
.rdt_TableCell{ min-width:auto !important; max-width:auto !important; } */

.top_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.table-responsive {
    min-height: 400px;
    max-height: 650px;
}

.recent_data h5 {
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
}

.top_heading a {
    font-size: 11px;
    color: #fff;
}

.recent_data tr th {
    font-size: 11px;
    color: #848E9C;
    white-space: nowrap;
    font-weight: 400;
    padding: 7px 0px;
}

.recent_data tr td {
    font-size: 12px;
    color: #ffffffb5;
    font-weight: 400;
    padding: 8px 0px;
}

.recent_data tr td.secess {
    color: #0ECB78;
}

.recent_data tr td.right_alin {
    width: 80px;
    padding-right: 10px;
}

.recent_data tr th.right_alin {
    padding-right: 10px;
}

.recent_data::-webkit-scrollbar {
    width: 4px;
}

.recent_data::-webkit-scrollbar-track {
    background: #050b2e;
    border-radius: 20px;
}

.recent_data::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #22d3ee, #2563eb);
    border-radius: 20px;
}

.recent_data::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #38bdf8, #1d4ed8);
}

.recent_data {
    scrollbar-width: thin;
    scrollbar-color: #001644 #050b2e;
}

.profile_section {
    max-width: 810px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.profile_section p {
    color: #A9A9A9;
}

.profile_info {
    background-color: #060C29;
    border-radius: 12px;
    padding: 24px 30px;
    border: 1px solid #ffffff14;
}

.info_user {
    background-color: #0D1436;
    border-radius: 6px;
    border: 1px solid #242E60;
    padding: 10px 15px;
    align-items: center;
    justify-content: space-between;
}

.profile_user {
    gap: 10px;
    font-size: 18px;
}

.profile_form label {
    font-size: 14px;
    margin-bottom: 5px;
}

.info_user button.btn {
    font-weight: 300;
    font-size: 12px;
    border-radius: 4px;
    padding: 7px 20px;
}

.profile_section h5 {
    font-weight: 400;
    margin-bottom: 15px;
}

.edit_profile .modal-body {
    text-align: left;
}

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

button.btn.cancelbtn {
    background-color: #263163;
}

button.btn.cancelbtn:hover {
    background: #161e41 !important;
}

.deposit_input.d-flex {
    gap: 24px;
}

.otp_s_in {
    position: relative;
    width: 100%;
}

.otp_s_in button {
    color: #fff !important;
    background: #0043ff;
    top: 6px;
    font-size: 12px;
    border-radius: 5px;
    position: absolute;
    right: 6px;
    border: none;
    padding: 8px 15px;
}

.depositpop_up .modal-dialog {
    min-width: 600px;
}

.otp_s_in input {
    padding-right: 100px !important;
}

.lang-toggle {
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 30px;
    padding: 5px 0px;
    gap: 10px;
    width: fit-content;
    position: relative;
    font-family: sans-serif;
}

.lang-text {
    font-size: 14px;
    font-weight: 600;
    color: #9e9e9e;
    cursor: pointer;
    transition: all 0.3s ease;
}

.flag-wrapper {
    background: #ffffff24;
    border-radius: 100px;
    padding: 2px;
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.lang-text.active {
    color: #0043FF;
}

.flag {
    width: 22px;
    height: 22px;
    border-radius: 50px;
    object-fit: cover;
    display: none;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px #666;
}

img.flag.hi-flag {
    position: absolute;
    right: 0px;
}

.flag.active {
    display: block;
}

.notification_s {
    background-color: #060C29;
    border-radius: 12px;
    padding: 24px 30px;
    border: 1px solid #ffffff14;
}

.top_notification_hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.withdraw_form form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.select_option {
    background-color: #0D1436;
    border: 1px solid #242E60;
    border-radius: 5px;
    padding: 10px 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    width: 100%;
}

textarea {
    background-color: #0D1436;
    border: 1px solid #242E60;
    border-radius: 5px;
    padding: 10px 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    width: 100%;
}

.column_bl p {
    font-size: 12px;
    color: #c7c7c7;
    margin: 0px;
}

.coin_currency {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* @keyframes rotate-regular{
  from   { transform: rotate(0deg); }
  to     { transform: rotate(360deg); }
} */

.select_option select {
    width: 100%;
    text-transform: capitalize;
    background-color: transparent;
    border: none;
    color: #fff;
}

.select_option select option {
    color: #000;
}

.select_option select:focus-visible {
    outline: none;
}

.support_section .withdraw_form.white {
    width: 460px;
    max-width: 100%;
}

.qr_code_s .withdraw_form button.btn {
    min-width: 100%;
}

.qr_code_s.white h3 {
    font-weight: 400;
}

.qr_code_s .withdraw_form button.btn {
    padding: 10px;
    font-size: 18px;
    background-color: #0043FF;
}

.bank_dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin: 10px 0px;
    color: #ffffffb0;
}

.deposit_input h4 {
    font-size: 18px;
    padding: 5px 0px;
}

.rdt_Table {
    background-color: transparent !important;
}

.rdt_TableRow {
    background-color: transparent !important;
}

.rdt_Pagination {
    background-color: transparent !important;
}

.rdt_TableHeadRow {
    background-color: #060c29 !important;
    border: none !important;
}

.leftside_menu li ul.btn-toggle-nav {
    padding: 0px 10px 0px 94px;
}

.leftside_menu li ul li a {
    border: none;
    font-size: 20px;
    padding: 10px 1px;
}

.leftside_menu li.active ul li a {
    background-color: transparent;
    border: none;
}

.leftside_menu li ul li a:hover {
    background-color: transparent;
    border: none;
    color: #0043FF;
}

.withdraw_form {
    width: 100%;
}

/* .rdt_TableCol{     min-width: auto !important;
    max-width: max-content !important; } */

.rdt_TableCell {
    padding-top: 5px;
    padding-bottom: 5px;
}


.header_right.afterlogin .button_outer {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
}

.rdt_TableBody .btn {
    white-space: nowrap;
}

.detail_bank_bl button.btn {
    padding: 3px 8px;
    background: #f01616;
    border-radius: 4px;
}

.copyright {
    width: 100%;
    position: relative;
    text-align: center;
}

.copyright span {
    background-color: #000;
    position: relative;
    padding: 0px 18px;
}

.copyright::before {
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    background-color: #1452FF;
    left: 0px;
    bottom: 11px;
}

.copyright p {
    font-size: 13px;
}

.balance_inrtbl {
    flex-direction: column;
    gap: 20px;
    align-items: start;
}

.column_bl {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

.top_notification_hd h4 {
    margin: 0px;
}


.forgotpassword_s {
    background: linear-gradient(90deg, rgb(12 28 72) 0%, rgba(15, 15, 15, 1) 47%, rgba(15, 15, 15, 1) 100%);
    border-radius: 20px;
    border: 1px solid #656565;
}

.forgotpassword_s .login_form {
    padding: 60px 20px 20px;
}

.bank_detail {
    width: 100%;
}

.bank_hd_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.bank_hd_top h3 {
    margin: 0px;
}

.bank_hd_top button.btn {
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    padding: 8px 24px;
}

.do_data_icon {
    width: 120px;
    margin: 0 auto;
}

.do_data {
    position: absolute;
    left: 0;
    right: 0px;
    /* top: 50%; */
    text-align: center;
    top: calc(50% - 50px);
    margin: 0 auto;
}

.do_data img {
    width: 120px;
}

.detail_dash {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.detail_bank_bl {
    background-color: #060C29;
    color: #fff;
    padding: 10px 30px 30px;
    border-radius: 13px;
    /* border-left: 1px solid #ffffff25;
    border-right: 1px solid #ffffff25; */
}

span.btn.recentlybtn {
    width: auto;
    font-size: 10px;
    justify-content: end;
    color: #fff;
    background-color: #2772B7;
    border-radius: 3px;
    padding: 3px 10px;
    float: right;
}

.detail_bank_bl ul {
    width: 100%;
    display: flex;
    clear: both;
    flex-direction: column;
    gap: 16px;
    padding-top: 10px;
}

.detail_bank_bl ul li {
    background-color: #0D1436;
    border: 1px solid #242E60;
    border-radius: 4px;
    font-size: 15px;
    text-transform: capitalize;
    padding: 11px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

ul.listbnr {
    display: flex;
    gap: 16px;
    margin: 20px 0px 10px;
    flex-wrap: wrap;
}

ul.listbnr li {
    font-size: 16px;
    font-weight: 300;
    width: 47%;
}

.bnrbtn {
    gap: 12px;
    align-items: center;
}

.bnrbtn .btn {
    padding: 12px 24px;
    font-size: 14px;
    margin: 10px 0px;
    font-weight: 600;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #0043FF;
    border-radius: 10px;
    transition: 0.3s ease;
}

.annousment_s.header_notification {
    position: absolute;
    top: 63px;
    left: inherit;
    right: 360px;
    z-index: 9999;
    display: block;
    background-color: rgb(15, 36, 56);
    border: 1px solid rgb(24, 53, 77);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 32px;
    min-width: 320px;
    padding: 0px;
    overflow: hidden;
}


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

    .annousment_s.header_notification {
        right: 280px;
    }

}


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

    .annousment_s.header_notification {
        right: 220px;
    }

}

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

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90%;
    }


    body header nav ul li a.nav-link {
        font-size: 15px;
        padding: 5px 15px !important;
    }

    .login_sign button {
        padding: 7px 24px;
        font-size: 15px;
    }

    .hero_section {
        min-height: 730px;
    }

    .annousment_s.header_notification {
        right: 210px;
    }

    .why_pto_two {
        width: 630px;
        top: -100px;
    }

    .notification-popup {
        right: 230px;
    }

}


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

    h2 {
        font-size: 42px;
    }

    .notification-popup {
        right: 210px;
    }

    .about_cnt_bl p {
        font-size: 18px;
    }

    .summary .title {
        font-size: 20px;
    }

    .accordion .item .summary {
        padding: 15px 20px;
        gap: 15px;
    }

    .why_pto_two {
        width: 600px;
        right: -50px;
    }

    section.our_services_s p {
        font-size: 18px;
    }

    .safety_left_cnt ul li {
        font-size: 22px;
    }

    .services_list ul li {
        font-size: 24px;
    }

    .services_list ul {
        gap: 32px;
    }

    .top_rounded {
        left: 30%;
    }


}

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

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

    .deposit_section {
        width: 100%;
    }

    .dashboard_main {
        gap: 50px;
    }

    .swap_block {
        width: 100%;
    }

    section.whychoose_s ul li {
        padding: 24px 24px;
    }

    section.steps_section ul li h3 {
        font-size: 22px;
    }

    .coin_currency {
        width: 140px;
    }

    body header nav ul li a.nav-link {
        font-size: 14px;
        padding: 5px 11px !important;
    }

    .hero_section {
        min-height: 680px;
    }

    .banner_section {
        margin-top: 20px;
    }

    .banner_img {
        width: 730px;
    }

    .summary .title {
        font-size: 24px;
    }


}


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

    .payblock table tr td {
        font-size: 18px;
    }

    .annousment_s.header_notification {
        right: 160px;
    }

    .select_option {
        font-size: 15px;
    }

    .notification-popup {
        right: 180px;
    }

    textarea {
        font-size: 15px;
    }

    .qr_code_s .withdraw_form button.btn {
        padding: 8px;
        font-size: 15px;
    }

    .forgotpassword_s .login_vector {
        width: 140px;
    }

    .bank_hd_top button.btn {
        font-size: 15px;
        padding: 7px 20px;
    }

    .detail_bank_bl {
        padding: 10px 15px 18px;
    }

    .detail_bank_bl ul li {
        font-size: 13px;
        padding: 9px 10px;
    }

    .detail_dash {
        gap: 18px;
    }

    .user {
        min-width: 48px;
        width: 48px;
    }

    .user img {
        width: 100%;
    }

    .recent_data tr th {
        padding: 6px 10px;
    }

    .dashboard_right {
        max-width: 100%;
    }

    .recent_data tr td {
        padding: 6px 10px;
    }

    .top_rounded {
        left: 43%;
    }

    .qr_code_s button.btn {
        min-width: 100%;
    }

    .payblock table tr td input {
        font-size: 16px;
        width: 150px;
    }


    .total_price {
        font-size: 16px;
    }

    button.swap_btn {
        font-size: 18px;
        padding: 10px 20px;
    }


    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 95%;
    }

    body header nav ul li a.nav-link {
        font-size: 12px;
        padding: 5px 10px !important;
    }

    section.whychoose_s ul li p {
        font-size: 14px;
        margin: 10px 0px 0px;
    }

    .login_sign button {
        padding: 6px 14px;
        font-size: 13px;
    }

    .hero_section h1 {
        font-size: 42px;
    }

    .banner_img {
        width: 500px;
        left: 30px;
    }

    .hero_section {
        min-height: 500px;
    }

    .banner_section {
        margin-top: 15px;
    }

    h2 {
        font-size: 36px;
    }

    .about_cnt_bl p {
        font-size: 15px;
    }

    section.our_services_s p {
        font-size: 15px;
    }

    .safety_left_cnt ul li {
        font-size: 20px;
    }

    .why_pto_two {
        width: 460px;
        top: 0px;
        right: -20px;
    }

    section.steps_section ul li .steps_icon {
        width: 120px;
        height: 120px;
        padding: 28px;
    }

    section.steps_section ul li h3 {
        font-size: 20px;
    }

    .summary .title {
        font-size: 22px;
    }

    .accordion .panel {
        font-size: 15px;
    }

    .item.open .panel {
        padding: 0px 26px 10px 26px;
    }

    .footer_cnt_r p {
        font-size: 15px;
    }

    .footer_main .menu_s h3 {
        font-size: 20px;
    }

    section.footer_main ul li a {
        font-size: 15px;
    }

    .summary .icon {
        width: 32px;
        height: 32px;
    }

    .accordion .icon svg {
        width: 12px;
        height: 12px;
    }


    section.whychoose_s ul li {
        padding: 24px;
    }

    .services_list ul {
        gap: 20px;
    }

    .services_list ul li {
        font-size: 20px;
    }

    section.whychoose_s {
        padding: 30px 0px;
    }

    section.our_services_s {
        padding: 40px 0px 40px;
    }

    .faq_section {
        padding: 40px 0px 40px;
    }

    .traders_crypto_s {
        padding: 80px 0px 80px;
    }

    .dashboard_section {
        padding: 80px 0px;
    }

    .current_balance {
        font-size: 18px;
        padding: 20px 30px;
    }

    .banner_cnt{ padding: 30px 0px 20px 0px; }

}


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

    .top_rounded {
        left: 42%;
    }

    
.bnrbtn .btn {
    padding: 9px 15px;
    font-size: 12px; }

    body header nav ul li.home{ display: none; }    

    .annousment_s.header_notification {
        right: 150px;
    }

    header .logo {
        position: relative;
        z-index: 999;
    }

    .summary .title {
        font-size: 18px;
    }

    .notification_data {
        padding: 15px;
    }

    .login_sign a.dashbtn {
        padding: 5px 15px;
        font-size: 13px;
    }

    .detail_dash {
        grid-template-columns: repeat(1, 1fr);
    }

    .forgotpassword_s .login_left.text-center {
        display: none;
    }

    .notification_list {
        max-height: 610px;
    }

    .forgotpassword_s .login_form {
        padding: 40px 20px 20px;
        border: none;
    }

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

    button.btn.nextbtn {
        font-size: 15px;
    }

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

    .deposit_input input {
        font-size: 15px;
    }

    .depositpop_up button.btn {
        font-size: 15px;
        margin-top: 10px;
    }

    .qr_code_s {
        font-size: 18px;
        padding: 24px;
    }

    .current_balance {
        font-size: 15px;
        padding: 20px 24px;
    }

    .hero_section h1 {
        font-size: 32px;
    }

    .leftside_menu li button {
        padding: 12px 15px;
        gap: 15px
    }

    body header nav ul li a.nav-link {
        font-size: 14px;
        padding: 7px 10px !important;
        color: #fff;
    }

    .user_cnt {
        font-size: 18px;
    }

    .user_cnt span {
        font-size: 14px;
    }

    .swap_block {
        padding: 36px 30px;
    }

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

    .payblock table tr th {
        font-size: 15px;
    }

    .payblock table tr td {
        font-size: 15px;
    }

    .payblock table tr td input {
        font-size: 15px;
        width: 110px;
    }

    .dashboard_lft {
        width: 40%;
        min-width: 40%;
    }

    .dashboard_section {
        padding: 50px 0px;
        width: 100%;
    }

    .deposit_section {
        width: 91%;
    }

    .support_section .nav-tabs .nav-link {
        font-size: 14px;
        padding: 8px 24px;
    }

    .dashboard_main {
        gap: 32px;
    }

    .leftside_menu li a {
        gap: 15px;
        padding: 12px 15px;
    }

    .leftside_menu li h5 {
        font-size: 18px;
    }

    .leftside_menu li ul.btn-toggle-nav {
        padding: 7px 10px 0px 64px;
    }

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

    .leftside_menu li ul li a {
        font-size: 16px;
        padding: 8px 1px;
    }

    section.whychoose_s ul {
        gap: 24px;
        margin-top: 24px;
    }

    .loginlightbox .modal-dialog {
        min-width: 90%;
    }

    .traders_vector {
        margin-top: 40px;
    }

    .navbar-toggler {
        position: absolute;
        top: -36px;
        color: rgb(10 10 10);
        right: 0px;
        box-shadow: none !important;
        border: none !important;
    }

    body header nav.navbar.navbar-expand-lg {
        position: absolute;
        top: 54px;
        right: 0px;
        width: 100%;
    }

    .hero_section {
        min-height: 400px;
        background-image: none;
    }

    .banner_section {
        margin-top: 0px;
    }

    .banner_img {
        width: 400px;
        left: 30px;
    }

    section.about_section {
        padding: 35px 0px 20px;
    }

    .about_cnt_bl span {
        font-size: 15px;
    }

    h2 {
        font-size: 30px;
    }

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

    button.btn {
        padding: 9px 18px;
        font-size: 13px;
        margin: 5px 0px;
    }

    section.our_services_s {
        padding: 30px 0px 30px;
    }

    .services_block {
        padding: 32px;
        margin-top: 20px;
    }

    .services_list ul li {
        font-size: 18px;
        gap: 15px;
    }

    .services_list ul li img {
        width: 24px;
    }

    section.whychoose_s {
        padding: 30px 0px;
    }

    .why_pto_two {
        position: relative;
        right: 0px;
    }

    section.whychoose_s .row {
        flex-direction: column;
    }

    section.whychoose_s .row .col-sm-7 {
        width: 100%;
    }

    section.whychoose_s::after {
        width: 200px;
        height: 200px;
        left: 0px;
        top: -20px;
    }

    section.whychoose_s ul li h4 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }

    section.steps_section ul {
        gap: 24px;
        margin-top: 80px;
    }

    section.steps_section ul li .steps_icon {
        width: 100px;
        height: 100px;
        padding: 24px;
        margin-top: -80px;
    }

    section.steps_section ul li h3 {
        font-size: 18px;
    }

    section.steps_section ul li {
        padding: 22px;
    }

    section.steps_section {
        padding: 40px 0px;
    }

    .traders_crypto_s {
        padding: 40px 0px 40px;
    }

    .safety_left_cnt ul li {
        font-size: 16px;
    }

    section.footer_main {
        grid-template-columns: repeat(3, 1fr);
        padding: 30px 0px 0px;
    }

    section.saftety_section {
        padding: 40px 0px 40px;
    }

    header .logo {
        max-width: 160px;
    }

    .header_right_bl {
        margin-top: -40px;
        justify-content: end;
    }

    .header_right_bl .navbar-collapse {
        background-color: #000000;
        text-align: left;
        padding: 10px;
        margin-top: 5px;
        width: 100%;
    }

    .header_right_bl .container-fluid {
        padding: 0px;
    }

    .why_pto_two {
        width: 300px;
        margin: 0 auto;
    }

    .profile_user {
        font-size: 15px;
    }

    .otp_s_in button {
        top: 6px;
        font-size: 11px;
    }

    .userheader .navbar-toggler {
        top: -38px;
    }

}


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

    .userheader .navbar-toggler {
        top: -37px;
    }

    .email_mobile_form .form_input .hide_vector {
    top: 8px;
}

    .annousment_s.header_notification {
        right: 0px;
        min-width: 100%;
        top: 57px;
        border-radius: 0px;
    }

    .support_section .nav-tabs .nav-link {
        font-size: 13px;
        padding: 8px 15px;
    }

    .notification-popup {
        right: 160px;
    }

    .depositpop_up .modal-dialog {
        min-width: 70%;
    }

    .profile_bio_info h4 {
        font-size: 18px;
        margin: 0px !important;
    }

    .notification_s {
        padding: 20px;
    }

    .notification_item p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .notification_item small {
        font-size: 12px;
    }

    .forgotpassword_s.forgotmain .login_form {
        padding: 20px 0px 10px;
    }

    textarea {
        padding: 8px 10px;
        font-size: 13px;
    }

    .bank_dl {
        font-size: 13px;
    }

    .profile_section .profile_in h5 {
        margin-bottom: 6px;
        font-size: 15px;
    }

    .info_user {
        padding: 9px 10px 4px;
    }

    .dashboard_right {
        min-height: 450px;
    }

    .do_data p {
        font-size: 12px;
    }

    .do_data_icon {
        width: 90px;
    }

    .dashboard_lft {
        width: 100%;
        min-width: 100%;
        display: none;
    }

    .top_notification_hd h4 {
        font-size: 18px;
    }

    .deposit_section {
        width: 100%;
    }

    .current_balance {
        font-size: 14px;
        padding: 14px 18px;
    }

    .qr_vector {
        max-width: 170px;
        margin-bottom: 10px;
    }

    .deposit_input input {
        padding: 8px 15px;
        font-size: 13px;
    }

    .depositpop_up .modal-body {
        padding: 24px 24px 24px;
    }

    .depositpop_up button.btn {
        font-size: 14px;
        margin-top: 0px;
        padding: 7px 15px;
    }

    .depositpop_up .modal-header {
        padding: 0px;
    }

    .qr_code_s .withdraw_form button.btn {
        font-size: 14px;
    }

    .mobile_view>div {
        display: flex;
        align-items: center;
        gap: 5px;
        line-height: 21px;
    }

    .dashboard_lft.open {
        display: block;
    }

    .leftside_menu li button {
        gap: 10px;
    }

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

    .dashboard_main {
        gap: 24px;
        flex-direction: column;
    }

    section.footer_main {
        grid-template-columns: repeat(3, 1fr);
        padding: 30px 0px 0px;
        gap: 32px;

    }

    .mobile_view#toggleBtn {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        padding: 12px;
        background-color: #000d1c;
        margin-bottom: 18px;
    }

    .traders_crypto_s ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        text-align: center;
        justify-content: center;
    }

    .traders_crypto_s ul li {
        padding: 10px 24px;
        font-size: 15px;
        border: 1px solid #ffffff4f;
        border-radius: 5px;
        color: #ffffffcf;
    }

    .summary .title {
        font-size: 18px;
    }

    .faq_section {
        padding: 30px 0px 30px;
    }

    .accordion .item .summary {
        padding: 14px 18px;
        gap: 12px;
    }

    header .logo {
        max-width: 140px;
    }

    .login_sign {
        padding-right: 25px;
    }

    .header_right_bl {
        margin-top: -34px;
    }

    .navbar-toggler {
        top: -36px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }

    .banner_section {
        margin-top: 0px;
        flex-direction: column;
    }

    .banner_cnt {
        padding-top: 15px;
        width: 100%;
        text-align: center;
    }

    .hero_section h1 {
        font-size: 26px;
    }

    .banner_cnt p {
        font-size: 15px;
    }

    .banner_img {
        width: 280px;
        left: 0px;
        padding-top: 18px;
    }

    .hero_section {
        min-height: 100%;
        padding: 20px 0px 60px;
    }

    .hero_section::before {
        width: 250px;
        height: 250px;
        left: 0px;
        top: 0px;
    }

    section.about_section .row {
        flex-direction: column-reverse;
        gap: 24px;
    }

    section.about_section .row .col-sm-6 {
        width: 100%;
        text-align: center;
    }

    .about_img {
        max-width: 400px;
        margin: 0 auto;
    }

    h2 {
        font-size: 24px;
    }

    .services_block {
        padding: 24px;
        margin-top: 15px;
    }

    .services_list ul {
        gap: 22px;
    }

    .services_list ul li {
        font-size: 15px;
        gap: 10px;
    }

    section.whychoose_s {
        padding: 30px 0px;
        text-align: center;
    }

    section.whychoose_s ul li {
        border-radius: 15px;
        text-align: left;
        padding: 22px;
    }

    section.whychoose_s ul li h4 {
        font-size: 16px;
    }

    section.whychoose_s ul li .top_hd span {
        min-width: 24px;
        height: 24px;
        font-size: 16px;
        border-radius: 4px;
    }

    section.whychoose_s ul li p {
        margin: 10px 0px 0px;
    }

    section.whychoose_s ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        margin-top: 22px;
    }

    .why_pto_two {
        width: 300px;
        margin: 0 auto;
    }

    section.steps_section ul li .steps_icon {
        width: 80px;
        height: 80px;
        padding: 18px;
    }

    section.steps_section ul li h3 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .traders_crypto_s {
        padding: 30px 0px 30px;
    }

    .traders_vector {
        display: none;
    }

    section.saftety_section {
        padding: 30px 0px 30px;
    }

    footer .logo {
        width: 170px;
        min-width: 170px;
    }

    .footer_top_s {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    footer {
        padding: 30px 0px;
    }

    .footer_main .menu_s h3 {
        font-size: 16px;
    }

    section.footer_main ul {
        margin-top: 15px;
        flex-direction: column;
        gap: 8px;
    }

    section.footer_main ul li a {
        font-size: 14px;
    }

    .accordion {
        margin-top: 15px;
        gap: 10px;
    }

    .login_left.text-center {
        display: none;
    }

    .loginlightbox ul.nav-login-tabs {
        right: 0;
        left: 0px;
        width: 240px;
        margin: 0 auto;
    }

    .login_form {
        padding: 100px 20px 30px;
        border-left: none;
        min-height: 100%;
    }

    .loginlightbox .modal-dialog {
        min-width: 70%;
        width: 70%;
        margin: 0 auto;
    }

    .email_mobile_form .form-control {
        font-size: 13px;
        padding: 9px 15px;
    }

    .email_mobile_form button.btn {
        font-size: 14px;
        padding: 7px 10px;
    }

    .divider {
        font-size: 14px;
    }

    .getotp button {
        padding: 4px 10px;
    }

    section.about_section {
        padding: 30px 0px 20px;
    }

    section.steps_section {
        padding: 30px 0px;
    }

    .otp_s_in button {
        top: 5px;
    }

    .depositpop_up form {
        gap: 15px;
        margin-top: 10px;
    }

    .safety_left_cnt ul {
        margin-top: 18px;
        gap: 10px;
    }

    .otp_s_in button {
        padding: 5px 10px;
    }

    .select_option {
        padding: 8px 10px;
        font-size: 13px;
    }

    header .login_sign a.nav-link {
        font-size: 13px;
        padding: 5px 12px !important;
    }

    .forgotpassword_s.forgotmain {
        margin: 32px auto;
    }

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

    .email_mobile_form label {
        font-size: 12px;
    }

    .qr_vector svg {
        width: 100%;
        height: 100%;
    }

    ul.listbnr li {
        font-size: 15px;
    }

    .bnrbtn {
        justify-content: center;
    }

    .info_user {
        font-size: 13px;
    }


}


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

    .recent_data button.btn {
        padding: 7px 15px;
        font-size: 12px !important;
        margin: 5px 0px;
    }

    .bnrbtn .btn {
        padding: 9px 15px;
        font-size: 12px;
    }

    button.btn {
        padding: 7px 12px;
        font-size: 12px;
    }

    ul.listbnr {
        flex-direction: column;
        gap: 12px;
    }

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

    ul.listbnr li {
        font-size: 14px;
    }

    ul.listbnr li {
        width: 100%;
    }

    .userheader .navbar-toggler {
        top: -19px;
    }

    .profile_bio_info_img {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }

    .profile_bio_info {
        margin-bottom: 9px;
        gap: 10px;
    }

    .select_option {
        font-size: 12px;
    }

    section.whychoose_s ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        margin-top: 20px;
    }

    .depositpop_up button.btn-close {
        right: 10px;
        top: 10px;
        font-size: 9px;
        width: 12px;
        height: 12px;
    }

    .depositpop_up h3 {
        font-size: 18px;
    }

    .depositpop_up .modal-body {
        padding: 18px;
    }

    .withdraw_form form {
        gap: 15px;
    }

    .deposit_input small {
        font-size: 12px;
    }

    .qr_code_s h3 {
        font-size: 18px;
        margin: 0px;
    }

    .qr_vector {
        max-width: 120px;
        margin-bottom: 0px;
    }

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

    .bank_hd_top button.btn {
        font-size: 13px;
        padding: 6px 15px;
    }

    .detail_dash {
        grid-template-columns: repeat(1, 1fr);
    }

    .profile_user {
        font-size: 13px;
        gap: 2px;
    }

    .depositpop_up .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }

    .depositpop_up button.btn {
        font-size: 13px;
        margin-top: 0px;
    }

    .leftside_menu li h5 {
        font-size: 16px;
    }

    .leftside_menu li a {
        gap: 10px;
    }

    .deposit_input input {
        font-size: 12px;
    }

    section.about_section {
        padding: 30px 0px 0px;
    }

    .copyright {
        font-size: 13px;
    }

    .loginlightbox .modal-dialog {
        min-width: 90%;
        width: 90%;
    }

    .loginlightbox ul.nav-login-tabs .nav-link {
        font-size: 14px;
        padding: 7px 10px;
    }

    .hero_section {
        padding: 10px 0px 35px;
    }

    .accordion .item .summary {
        padding: 10px 15px;
    }

    .item.open .panel {
        padding: 0px 15px 10px 15px;
    }

    .services_list {
        padding-left: 0px;
    }

    h2 br {
        display: none;
    }

    .safety_left_cnt {
        text-align: center;
    }

    .traders_crypto_s ul {
        gap: 10px;
    }

    .traders_crypto_s ul li {
        padding: 8px 12px;
        font-size: 13px;
    }

    section.steps_section ul {
        margin-top: 30px;
        flex-direction: column;
    }

    section.steps_section ul li .steps_icon {
        margin-top: 0px;
    }

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

    section.footer_main {
        grid-template-columns: repeat(2, 1fr);
    }


    .summary .title {
        font-size: 16px;
    }

    .summary .icon {
        width: 26px;
        height: 26px;
    }

    .accordion .icon svg {
        width: 9px;
        height: 9px;
    }

    .sefety_vector {
        width: 260px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .services_vector {
        max-width: 260px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .login_sign button {
        padding: 5px 10px;
        font-size: 11px;
    }

    header .container {
        padding: 0px 10px;
    }

    .header_right_bl {
        right: 10px;
    }

    header {
        padding: 10px 0px;
    }

    .navbar-toggler {
        top: -18px;
        padding: 0px;
        right: 8px;
    }

    .login_sign {
        gap: 5px;
    }

    body header nav.navbar.navbar-expand-lg {
        top: 36px;
    }

    .faq_section p {
        font-size: 13px;
    }

    .login_form {
        padding: 100px 0px 30px;
    }

    button.btn-close {
        right: 3px;
        top: 3px;
        width: 18px;
        height: 18px;
    }

    .payblock {
        padding: 20px 15px;
        min-height: 140px;
    }

    .total_price {
        font-size: 14px;
        padding: 10px 15px;
    }

    button.swap_btn {
        font-size: 15px;
        padding: 8px 20px;
    }

    .top_rounded {
        left: 40%;
    }

    .profile_info {
        padding: 18px 15px;
    }

    .profile_section h5 {
        font-size: 18px;
        margin: 0px;
    }

    .leftside_menu li ul.btn-toggle-nav {
        padding: 0px 10px 0px 24px;
    }

}

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

    footer {
        padding: 18px 0px;
    }

    .userheader .navbar-toggler {
        top: -17px;
    }

    .annousment_s.header_notification {
        top: 51px;
    }

    .notification-popup {
        right: 0px;
        width: 100%;
        margin: 0 auto;
        left: 0px;
    }

    .notification_data {
        padding: 10px;
        border-radius: 0px;
        border: none;
        font-size: 14px;
    }

    .top_heading {
        flex-direction: column;
        gap: 10px;
    }

    .top_heading button.btn {
        width: 100%;
    }

    .copyright span {
        padding: 0px;
        font-size: 12px;
    }

    .copyright::before {
        display: none;
    }


}

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

    .info_user {
        flex-direction: column;
        padding: 10px 15px 7px 2px;
        align-items: normal;
        font-size: 13px;
    }

    .userheader .navbar-toggler {
        top: -19px;
    }

    .bnrbtn .btn {
        padding: 8px 13px;
        font-size: 11px;
    }

    .qr_code_s button.btn {
        font-size: 11px;
        gap: 5px;
    }

    .profile_form label {
        font-size: 13px;
    }

    header .logo {
        max-width: 110px;
    }

    .payblock table tr td input {
        font-size: 14px;
        width: 80px;
    }

    .payblock table tr th {
        font-size: 13px;
    }

    .payblock table tr td {
        font-size: 13px;
    }

    .re_count_vector {
        width: 65px;
        top: calc(50% - 34px);
    }

    .header_right_bl {
        margin-top: -28px;
    }

    .traders_crypto_s ul li {
        width: 100%;
    }

    .login_sign button {
        padding: 5px 7px;
        font-size: 10px;
    }

    .navbar-toggler {
        top: -21px;
    }




}

/* Quick Amount Buttons */
.quick_amount_buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.quick_amount_buttons button {
    padding: 8px 16px;
    border: 1px solid #242E60;
    border-radius: 5px;
    background-color: #0D1436;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.quick_amount_buttons button:hover {
    background-color: #0043FF;
    border-color: #0043FF;
    color: #fff;
}