﻿@font-face {
    font-family: 'Inter';
    src: url('/path-to-fonts/Inter-Regular.woff2') format('woff2'), url('/path-to-fonts/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/path-to-fonts/Inter-Bold.woff2') format('woff2'), url('/path-to-fonts/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Inter';
}

/*.body_class {
    min-height: 100vh;
}
*/
.navbar_alllinks {
    display: flex;
}

.ncog_logo_section img {
    width: 100px;
    height: 90px;
}

.div_header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    background-color: #0e101f;
}

.navbar_support_section {
    background: radial-gradient(circle at 100% 60%, rgba(24, 240, 110, 0.8) -100%, #f8f8f8 30%);
    width: 100%;
    height: 795px !important;
    position: absolute;
    top: 206px;
    border-radius: 50px 50px 0 0;
}

.navbar_links {
    align-items: center;
    display: flex;
    gap: 33px;
    margin-left: 70px;
}

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

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

.hide_section {
    display: none;
}

.hidden {
    display: none;
}

.hide_section.show {
    display: flex; 
    font-size:14px;
}


#labelShowRecipient {
    background: linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%);
    padding: 10px;
    border-radius: 14px;
    color: #fff;
}

body.dark_theme .Recipient_header {
    color: #fff;
}

body.dark_theme .Recipient_header {
    color: #fff;
}


body.dark_theme .text_anchor {
    color: #fff;
}



.walletAddress_box_section {
    display: flex;
    align-items: end;
    border-radius: 14px;
    width: 68px;
    background: linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%);
    padding: 13px 0 13px 8px;
    color: #fff;
    align-items: center;
    height: 22px;
}

.connect_Ethereum_btn {
    border-radius: 14px;
    background: linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%);
    margin: auto 0;
    padding: 14px 30px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
}

.etherem_icon-div {
    margin-left: 10px;
}

.etherem_icon-div img {
    width:20px;
}

.walletAddress_copy_logo_div img {
    width:20px;
}

.Wallet_Address_display_section {
    border-radius: 14px;
    border: 2px solid var(--accent, #18f06e);
    padding-left: 5px;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}

.navbar_wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    margin: 37px 65px 26px 79px;
}

.connect_wallet_btn {
    border-radius: 14px;
    background: linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%);
    margin: auto 0;
    padding: 14px 30px;
    color: #fff;
    width: 164px;
    transition: width 0.6s ease;
    border: none;
    height: 54px;
    font-size: 12px;
    font-weight: 700;
    transition: background 0.6s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-family: inter;
}

    .connect_wallet_btn:hover {
        transform: scale(1.05);
    }

.wallet_address_btn {
    border-radius: 14px;
    border: 2px solid var(--accent, #18f06e);
    padding: 14px 30px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    width: 164px;
    height: 54px;
    font-size: 12px;
    font-weight: 700;
    transition: background 0.6s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-family: inter;
}


.container {
    display: grid;
    grid-template-rows: auto 1fr;
}

/*.navbar_support_section {
    background: #0e101f;*/ /* Your background styling */
/*}*/

.form_section {
    background: #0e101f; /* Your background styling */
    border-radius: 30px 30px 0 0;
}


    .wallet_address_btn:hover {
        transform: scale(1.05);
        background: linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%);
    }

#input_from_amount {
    background: linear-gradient(#fff, #fff) padding-box,linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%) border-box;
    border-width: 2px;
    border-color: transparent;
    border-style: solid;
    border-radius: 0.4rem;
}

.remnder_section_header li {
    color: #888;
    font-size: 12px;
    padding-top: 5px;
    font-weight: 400;
}

body {
    margin: 0;
    width:100% !important;
    height:100% !important;
}

.body_class {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    height: 100%;
}


.navbar_links a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

    .navbar_links a:first-child {
        color:#fff;
        text-decoration: none;
    }

    .navbar_links a.active {
        background-image: var(--gradient, linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%));
        -webkit-background-clip: text;
        color: transparent;
        font-weight: 700;
    }

.form_section {
    display: flex;
    align-items: center;
    margin: auto;
}

.section.wallet_form {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #f8f8f8;
    height: 100%;
}

.form_content_section{
    display:flex;
    margin:auto;
    background:#fff;
    border-radius:25px;
}

.form_section {
    display: block;
    align-items: center;
    margin: auto;
    background-color: #fff;
    width: 820px;
}

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

.form_content_section {
    display: block;
    padding-top: 22px;
    padding-bottom: 38px;
}

.select_token_div {
    justify-content: center;
    display: flex;
}

.from_to_container {
    width: fit-content;
    height: 80px;
    border-radius: 16px;
    background: linear-gradient(97deg, rgba(24, 240, 110, 0.1) -7.9%, rgba(11, 109, 224, 0.1) 117.63%);
    align-items: center;
    display: flex;
}
.token_div_section, .connect_button_section,.forn_to_select_section {
    min-width: 220px;
    width:fit-content;
    height: 80px;
    border-radius: 16px;
    background: linear-gradient(97deg, rgba(24, 240, 110, 0.1) -7.9%, rgba(11, 109, 224, 0.1) 117.63%);
    align-items: center;
    display: flex;
}

.token_div_section {
    margin-right: 15px;
    text-align: start;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    min-width : 220px;
}

.token_div_section_icon{
    align-self:center;
    margin:28px 17px 28px 0;
}

.token_div_section_image_logo img {
    width: 20px;
    height: 20px;
    margin: auto;
}


.token_div_section_image_logo {
    background: linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%);
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display:flex;
}

.off_cricle_first_div, .off_cricle_second_div {
    background-color: red;
    width: 20px;
    height: 40px;
}

.off_cricle_first_div {
    border-radius: 0 40px 40px 0;
    background: linear-gradient(to right,#f8f8f8,#e6f3f1);
}
.off_cricle_second_div {
    border-radius: 40px 0 0 40px;
    background: linear-gradient(to right,#f8f8f8,#e6f3f1);
}

.token_name {
    color: #7E7E7E;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 700;
}

.token_symbol {
    color: #7E7E7E;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

p.token_details {
    margin-left: 21px;
}

.token_detail {
    margin: auto;
    padding-right:10px;
    padding-left:10px;
}

input#input_from_amount {
    width: 736px;
    margin: 0 42px;
    border-radius: 16px;
    font-size: 30px;
    align-items: start;
    padding: 25px 30px;
    color: transparent;
    outline: none;
    color: #73f4a6;
    padding-right: 240px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
    height: 95px;
    font-family: 'inter';
}

    input#input_from_amount ::after {
        content: "";
        display: inline-block;
        width: 30px; 
    }

.walletAddress_copy_logo_div {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.text-left {
    position: absolute;
    top: -8px;
    left: 73px;
    background-color: white;
    font-size: 14px;
    color: #7E7E7E;
    font-weight: 700;
    z-index: 1;
}

.form_from_section {
    position: relative;
    margin-top: 36px;
}

.img {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 45px;
    height:45px;
    align-self: center;
}

.arrow_section {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.img-container {
    top: -40px;
}

.select_section {
    justify-content: center;
    display: flex;
    margin-top: 20px;
}

.from_to_container {
    width: fit-content;
    min-width: 223px;
    margin-right: 15px;
    text-align: start;
    display: flex;
    justify-content: space-between;
}

.token_details_div {
    margin-left: 21px;
    padding-right: 20px;
}

.forn_to_select_section {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    min-width: 220px;
}

.form_to_section {
    position: relative;
    margin-top: 20px;
}

input#input_to_amount {
    width: 736px;
    margin: 0 42px;
    border-radius: 16px;
    font-size: 30px;
    align-items: start;
    padding: 25px 30px;
    color: transparent;
    outline: none;
    color: #73f4a6;
    padding-right: 240px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
    height: 95px;
    font-family: 'inter';
}

#input_to_amount {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%) border-box;
    border-width: 2px;
    border-color: transparent;
    border-style: solid;
    border-radius: 0.4rem;
}

    input#input_to_amount ::after {
        content: ""; 
        display: inline-block;
        width: 30px; 
    }

.ul_li_section {
    margin-top: 0px;
    padding-left: 22px;
}

.reminder_section {
    width: 820px;
    margin-top: 26px;
    height: fit-content;
    border-radius: 25px;
    background: #fff;
}

.remnder_section_label {
    font-size: 16px;
    color: #60626C;
    font-weight:700;
}

.remnder_section_header {
    margin-left: 45px;
    padding-top:24px;
    padding-bottom:15px;
}

.btn_swap_submit {
    align-items: center;
    background-color: initial;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    font-family: 'Inter';
    line-height: 24px;
    margin: 0;
    outline: none;
    padding: 19px 26px;
    position: relative;
    width: 130px;
    height: 60px;
    align-items: center;
    display: flex;
}

    .btn_swap_submit:before,
    .btn_swap_submit:after {
        border-radius: 16px;
    }

    .btn_swap_submit:before {
        content: "";
        display: block;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .btn_swap_submit:after {
        background-color: initial;
        background-image: linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%);
        bottom: 4px;
        content: "";
        display: block;
        left: -14px;
        position: absolute;
        right: -14px;
        top: 4px;
        transition: all 200ms ease-out;
        z-index: -1;
    }

    .btn_swap_submit:hover:not(:disabled):after {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        transition-timing-function: ease-in;
    }

.calculated_value {
    position: absolute;
    top: 34px;
    font-size: 22px;
    color: #7E7E7E;
    margin-left: 64%;
    font-weight: 700;
    z-index: 1;
    display: flex;
    justify-content: right;
    width: 245px;
}

.copied_message {
    display: none;
    position: absolute;
    top: 100%; /* Position below the copy logo */
    left: 0; /* Background color of the message */
    color: white; /* Text color */
    padding: 5px;
    border-radius: 3px;
    z-index: 1000; /* Ensure it's on top of other elements */
    white-space: nowrap; /* Prevent text from wrapping */
    margin-top: 5px;
}

.walletAddress_copy_fun{
    display:none;
}

.reminder_button_section {
    margin-top: 40px;
    margin-bottom: 65px;
    display: flex;
    justify-content: center;
}

.transaction_button_section {
    margin-top: 85px;
    margin-bottom: 62px;
    display: flex;
    justify-content: center;
}
.select_section.get_hash {
    flex-direction:column;
}
.save_transaction_button_section {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
    .save_transaction_button_section a#button_Transaction {
        border-radius: 14px;
        background: linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%);
        margin: auto 0;
        padding: 14px 30px;
        color: #fff;
        width: 105px;
        transition: width 0.6s ease;
        border: none;
        height: 32px;
        font-size: 16px;
        font-weight: 700;
        transition: background 0.6s ease, transform 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        font-family: inter;
    }
#div_missing_transaction{
    margin-top:15px;
}


/*.transaction_button_section a#transaction_submit {
    border-radius: 14px;
    background: linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%);
    margin: auto 0;
    padding: 14px 30px;
    color: #fff;
    width: 164px;
    transition: width 0.6s ease;
    border: none;
    height: 54px;
    font-size: 12px;
    font-weight: 700;
    transition: background 0.6s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-family: inter;
}*/


/*.transactions_page_navbar_support_section {
    height: 830px;
}*/

span.list_name.selected_chain_name {
    background-image: var(--gradient, linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%));
    -webkit-background-clip: text;
    color: transparent;
    font-size: 14px;
    font-weight: 700;
}

hr.dotted {
    border: none;
    color: #9f8f8f;
    background: repeating-linear-gradient(to right, #E6E6F0, #E6E6F1 12px, transparent 4px, transparent 20px);
    height: 1px;
    width: 100%;
    margin: 20px auto;
}

/*popup design*/
.slid_window_section {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.close_window_section {
    justify-content: center;
    border-radius: 50%;
    align-self: end;
    display: flex;
    width: 23px;
    height: 23px;
    background: #fff;
}

    .close_window_section img {
        aspect-ratio: 1;
        object-fit: auto;
        object-position: center;
        width: 14px;
    }

.popup_wrapper_section{
    display:flex;
}

.first_network_name{
    padding-left:5px;
}

.slid_window_content_section {
    border-radius: 24px;
    background-color: #fff;
    display: flex;
    margin-top: 16px;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #26292e;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 160%;
    padding: 25px;
    width: fit-content;
}

.slid_window_header {
    color: #130f26;
    text-align: center;
    font: 16px;
    padding-top: 25px;
}

.search_network_section {
    border-radius: 13px;
    background-color: var(--Backgrounds-Secondary, #f2f2f7);
    align-self: stretch;
    display: flex;
    margin-top: 18px;
    gap: 10px;
    font-size: 12px;
    color: var(--Grays-Gray-3, var(--Grays-Gray-3, #c7c7cc));
    font-weight: 400;
    height: 40px;
    align-items: center;
}

    .search_network_section img {
        aspect-ratio: 1;
        object-fit: auto;
        display: flex;
        width: 25px;
        margin-left: 5px;
    }

.search_network_name {
    margin: auto 0;
    width: 100%;
    height: 38px;
    border: none;
    outline: none;
    background-color: var(--Backgrounds-Secondary, #f2f2f7);
    border-radius: 13px;
}

.search_box_content {
    width: 100%;
}

.first_network_name {
    font-size: 16px;
}

.first_network_section {
    display: flex;
    margin-top: 33px;
    gap: 14px;
    white-space: nowrap;
    padding: 0 2px;
    justify-content: space-between;
}

    .first_network_section .network_logo {
        aspect-ratio: 1;
        object-fit: auto;
        object-position: center;
        width: 32px;
    }

    .first_network_section .network_details {
        width: 23px;
        margin: auto 0;
    }

#slidWindowContent {
    display: none;
}

#divSelectNetwork {
    display: none;
}


/*div#divSelectNetwork {
    display: block;
}*/

.slidwindow_contenet_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

popup_wrapper_section.hide{
    display:none;
}

.dashline_img_wrapper {
    width: 100%;
    display: flex;
    grid-template-columns: 2% 42% 12% 30% 12% 2.4%;
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-gap: 0px;
}


#labelShowRecipient.hidden {
/*    visibility: hidden;*/
display:none;
}




#labelShowRecipient.hidden {
    height: 0;
}


#sectionReminder {
    display: none;
}

#sectionRecipient {
    display: none;
}


#sectionRecipient {
    width: 820px;
    margin-top: 26px;
    height: fit-content;
    border-radius: 25px;
    background: #fff;
}

.col-12.recipient_body_section {
    padding: 24px 0 24px 40px;
}

.Recipient_header_redirection{
    padding-left:20px;
}


.input_outline {
    color: #73f4a6;
    width: 98%;
    position: relative;
    font-weight: 600;
    outline: currentcolor none medium;
    border-color: rgba(65,184,108,.5);
    border-style: none none solid;
    border-width: medium medium .0625rem;
    border-image: none 100%/1/0 stretch;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    appearance: textfield;
    background: rgba(0,0,0,0) none repeat scroll 0% 0%;
    margin-right: 1.875rem;
    margin-bottom: 10px;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 15px;
}

.slid_window_section {
    background: transparent;
    padding: 20px;
    border-radius: 8px;
    width: fit-content;
}

.connect_wallet_popup_section {
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: fit-content;
}

.connect_wallet_popup_remove_sec {
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #fff;
    align-self: end;
    display: flex;
    width: 23px;
    height: 23px;
}

.connect_wallet_popup_remove_sec img {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
}

.connect_wallet_popup_body {
    border-radius: 24px;
    background-color: var(--white-white, #fff);
    display: flex;
    margin-top: 16px;
    width: fit-content;
    height: fit-content;
    flex-direction: column;
    font-size: 15px;
    color: #26292e;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 160%;
    padding: 24px;
    align-items: center;
}

.cannect_wallet_network_name {
    font-size: 18px !important;
}

.connect_wallet_popup_header {
    color: #8b8e97;
    text-align: center;
    align-self: center;
    font: 16px;
}

.connect_wallet_network_section {
    display: flex;
    margin-top: 32px;
    gap: 14px;
    white-space: nowrap;
    padding: 0 2px;
    justify-content: space-between;
}

.network_logo {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 32px;
    margin-right: 5px; 
}

.network_details_arrow {
    aspect-ratio: 0.37;
    object-fit: auto;
    width: 20px;
    height: 20px;
}

.Qr_code_section {
    color: #8D9099;
    text-align: center;
    letter-spacing: -0.6px;
    align-self: center;
    margin-top: 32px;
    font-weight: 500;
    margin-bottom: 32px;
}

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

   /*transation page design
   */

.transaction_icon_div {
    width: 125px;
    height: auto;
}
    .transaction_icon_div.error {
        background-color: red;
        width: 125px;
        height: auto;
    }

.transaction_first_section {
    border-radius: 17px;
    background-color: transparent;
    padding: 10px 10px;
    width: 820px;
    margin-top:15px;
}

.transaction_second_section {
    border-radius: 15px;
    background-color: #fff;
    padding: 10px 12px;
    width: 820px;
    margin-top:15px;
}

.transaction_third_section {
    border-radius: 15px;
    background-color: #fff;
    padding: 10px 12px;
    width: 820px;
    margin-top: 15px;
}

.transaction_four_section {
    border-radius: 15px;
    background-color: #fff;
    padding: 10px 12px;
    width: 820px;
    margin-top: 15px;
}

.row_missing_transaction {
    color: #fff;
    display: flex;
    justify-content: end;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.transaction_section{
    display:block;
    margin-bottom: auto;
}

.transaction_first_text_section {
    gap: 20px;
    display: flex;
}

.transaction_first_text_section {
    display: flex;
    line-height: normal;
    margin-left: 0px;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 10px;
    padding: 10px;
}

.sucees_logo_section {
    border-radius: 10px;
    background: linear-gradient(97deg, rgba(24, 240, 110, 0.05) -7.9%, rgba(11, 109, 224, 0.05) 117.63%);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: var(--Gray-4, #bdbdbd);
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto;
    padding: 28px 24px;
    border: 1px solid rgba(65, 184, 108, 0.1);
    height: 95px;
}

.pending_error_content {
    display: flex;
    justify-content: space-between;
}

.sucees_logo_section.error {
    border:2px solid red;
}


.sucees_logo_section.failure {
    border: 2px solid blue;
}


.pending_error_content {
    padding-top: 7px;
}

.pending_error_content .error{
    color:red;
}

.sucees_logo_section img {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 34px;
    align-self: center;
}

.transation_success_div {
    margin-top: 13px;
}

.transaction_body_section {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 100%;
}

.transation_full_boday_section {
    display: flex;
    flex-direction: column;
}

.connect_name_div {
    align-self: start;
    display: flex;
    gap: 11px;
    font-size: 18px;
    color: var(--Gray-3, #828282);
    font-weight: 600;
    white-space: nowrap;
    text-transform: capitalize;
}

.Nec_name {
    flex-grow: 1;
}

.connect_name_div img {
    aspect-ratio: 1.49;
    object-fit: auto;
    object-position: center;
    width: 18px;
}

.connect_form_div {
    display: flex;
    margin-top: 18px;
    gap: 9px;
    font-size: 16px;
}

.connect_form_div_header {
    color: var(--Gray-3, #828282);
    font-weight: 600;
    text-transform: capitalize;
}

.connect_form_div_header_value {
    color: #41b86c;
    font-weight: 400;
    flex-grow: 1;
    flex-basis: auto;
}

.connect_to_div {
    display: flex;
    margin-top: 14px;
    gap: 20px;
    font-size: 16px;
}

.connect_to_div_header {
    color: var(--Gray-3, #828282);
    font-weight: 600;
    text-transform: capitalize;
}

.connect_to_div_header_value {
    color: #41b86c;
    font-weight: 400;
    flex-grow: 1;
    flex-basis: auto;
}

.connect_div_amount_section {
    display: flex;
    margin-top: 14px;
    width: 100%;
    gap: 20px;
}

.connect_div_amount_section_div {
    display: flex;
    gap: 20px;
    font-size: 16px;
    color: var(--Gray-3, #828282);
    width: 100%;
    justify-content: space-between;
    margin-top: 14px;
}

.datetime_wrapper_section {
    display: flex;
    gap: 20px;
}

.pair_div {
    font-weight: 600;
    text-transform: capitalize;
    flex-grow: 1;
}

.pair_div_value {
    display: flex;
    gap: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.pair_div_value_header {
    flex-grow: 1;
}

.pair_div_value img {
    object-fit: auto;
    width: 18px;
    align-items:center;

}

.transaction_page_click_fun {
    align-items: center;
    background-color: initial;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    font-family: 'Inter';
    line-height: 24px;
    margin: 0;
    outline: none;
    padding: 19px 26px;
    position: relative;
    width: 150px;
    height: 60px;
    align-items: center;
    display: flex;
}

    .transaction_page_click_fun:before,
    .transaction_page_click_fun:after {
        border-radius: 16px;
    }

    .transaction_page_click_fun:before {
        content: "";
        display: block;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .transaction_page_click_fun:after {
        background-color: initial;
        background-image: linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%);
        bottom: 4px;
        content: "";
        display: block;
        left: -14px;
        position: absolute;
        right: -14px;
        top: 4px;
        transition: all 200ms ease-out;
        z-index: -1;
    }

    .transaction_page_click_fun:hover:not(:disabled):after {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        transition-timing-function: ease-in;
    }

.transaction_page_click_fun {
    display: flex;
    justify-content: center;
}

.balance_section {
    align-self: start;
    display: flex;
    gap: 13px;
}

.balance_section_header {
    font-weight: 600;
    text-transform: capitalize;
    flex-grow: 1;
}

.balance_section_value {
    font-weight: 500;
}

.date_time_section {
    color: var(--Gray-4, #bdbdbd);
    text-transform: capitalize;
    flex-grow: 1;
    flex-basis: auto;
    justify-content: end;
    display: flex;
    font-size: 12px;
    font-weight:500;
}


/*supprot page*/

.support_page_navbar_section{
    top:140px !important;
}


h1.support-page {
    font-size: 24px;
    font-weight: 600;
    margin-top: 6px;
    color: #252834;
}

h3.support-page {
    font-size: 16px;
    font-weight: 400;
    color: #AEAEB2;
    margin-top: 12px;
}

.support-page a {
    font-size: 16px;
    background-image: var(--gradient, linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%));
    -webkit-background-clip: text;
    color: transparent;
    position: relative; 
    text-decoration: none; 
}

    .support-page a::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -4px; 
        width: 100%;
        height: 1px; 
        background-image: var(--gradient, linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%));
    }

h4.support-page {
    font-size: 20px;
    background-image: var(--gradient, linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%));
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
    margin-top: 35px;
}

.spport-div {
    display: block;
    margin: auto;
    width: 615px;
    text-align: center;
}


/*.button_transaction_event {
    align-items: center;
    background-color: initial;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    font-family: 'Inter';
    line-height: 24px;
    margin: 0;
    outline: none;
    padding: 19px 26px;
    position: relative;
    width: 145px;
    height: 60px;
    align-items: center;
    display: flex;
}

    .button_transaction_event:before,
    .button_transaction_event:after {
        border-radius: 16px;
    }

    .button_transaction_event:before {
        content: "test";
        display: block;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .button_transaction_event:after {
        background-color: initial;
        background-image: linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%);
        bottom: 4px;
        content: "test2";
        display: block;
        left: -14px;
        position: absolute;
        right: -14px;
        top: 4px;
        transition: all 200ms ease-out;
        z-index: -1;
    }

    .button_transaction_event:hover:not(:disabled):after {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        transition-timing-function: ease-in;
    }
*/


.btn_support_page_click {
    align-items: center;
    background-color: initial;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    font-family: 'Inter';
    line-height: 24px;
    margin: 0;
    outline: none;
    padding: 19px 26px;
    position: relative;
    width: 145px;
    height: 60px;
    align-items: center;
    display: flex;
}

    .btn_support_page_click:before,
    .btn_support_page_click:after {
        border-radius: 16px;
    }

    .btn_support_page_click:before {
        content: "";
        display: block;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .btn_support_page_click:after {
        background-color: initial;
        background-image: linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%);
        bottom: 4px;
        content: "";
        display: block;
        left: -14px;
        position: absolute;
        right: -14px;
        top: 4px;
        transition: all 200ms ease-out;
        z-index: -1;
    }

    .btn_support_page_click:hover:not(:disabled):after {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        transition-timing-function: ease-in;
    }

.suppur_page_button_section {
    display: flex;
    justify-content: center;
}



.img-container {
    display: none;
}

.dark_theme .img-container.dark {
    display: block;
}

.img-container.light {
    display: block;
}


.section.wallet_form.support_body_wallet_section {
    height: 810px;
}

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

.off_circle {
    width: 40px;
    height: 40px;
}

.left_circle {
    border-radius: 0 40px 40px 0;
    background: linear-gradient(to right,#f8f8f8,#e6f3f1);
}

.right_circle {
    border-radius: 40px 0 0 40px;
    background: linear-gradient(to right,#f8f8f8,#e6f3f1);
}
/*dark mode csss*/
body.dark {
    background-color: #292c35;
}
    /* #9b59b6 */

    body.dark h1, body.dark .support a {
        color: #fff;
    }

.checkbox {
    opacity: 0;
    position: absolute;
}

.checkbox-label {
    background-color: #847d7d;
    width: 41px;
    height: 17px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fa-moon {
    color: #f1c40f;
}

.fa-sun {
    color: #f39c12;
}

.checkbox-label .ball {
    background-color: #fff;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
    transform: translateX(24px);
}

body.dark_theme .form_content_section {
    background-color: #343642;
}

body.dark_theme .navbar_support_section {
    background-color: #252834;
}

body.dark_theme .text-left {
    background-color: #343642;
}

body.dark_theme input#input_from_amount {
    background-color: #343642;
}

img.svg-image {
    filter: hue-rotate(60deg);
}

body.dark_theme .token_div_section,
body.dark_theme .connect_button_section,
body.dark_theme .from_to_container,
body.dark_theme .forn_to_select_section {
    background-color: rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.09);
}

body.dark_theme .forn_to_select_section {
    background: rgba(255, 255, 255, 0.09) !important; 
}

body.dark_theme .token_name {
    color:#fff;
}

body.dark_theme .token_symbol {
    color: #E9E9EB;
}

body.dark_theme p.token_details {
    color: #d6d6d6;
    padding-right: 15px;
}

body.dark_theme .selected_chain_name {
    color: #D9D9D9;
}

body.dark_theme #input_from_amount {
    background-color: #343642; 
    background: linear-gradient(#343642, #343642) padding-box, 
    linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%) border-box;
}

body.dark_theme #input_to_amount {
    background-color: #343642; 
    background: linear-gradient(#343642, #343642) padding-box,
    linear-gradient(97deg, #18f06e -7.9%, #0b6de0 117.63%) border-box; 
}

body.dark_theme .calculated_value {
    color: #FFFFFF;
}

body.dark_theme .reminder_section {
    background-color: #343642;
}

body.dark_theme .remnder_section_label {
    color: #FCFCFC;
}

body.dark_theme .remnder_section_header li {
    color: #E9E9EB;
}

body.dark_theme .navbar_support_section {
    background: radial-gradient(circle at 110% 60%, rgba(24, 240, 110, 0.8) -100%, rgb(37, 40, 52) 30% );
}

body.dark_theme .off_cricle_second_div {
    background: linear-gradient(to right, #252834, #24312F);
}

body.dark_theme .off_cricle_first_div {
    background: linear-gradient(to right, #252834, #24312F);
}

/*body.dark_theme .transaction_first_section {
    background: #343642;
}*/

body.dark_theme .transaction_second_section {
    background: #343642;
}

body.dark_theme .transaction_third_section {
    background: #343642;
}

body.dark_theme .transaction_four_section {
    background: #343642;
}

body.dark_theme h1.support-page{
    color:#fff;
}

body.dark_theme h3.support-page {
    color: #AEAEB2;
}

body.dark_theme .sucees_logo_section{
    color:#fff;
}

body.dark_theme .connect_name_div,
body.dark_theme .connect_form_div_header,
body.dark_theme .connect_to_div_header,
body.dark_theme .connect_div_amount_section_div {
    color: #E0E0E0;
}

body.dark_theme .date_time_section{
    color:#BDBDBD;
}

body.dark_theme .row_missing_transaction {
    color: #BDBDBD;
}

body.dark_theme .connect_wallet_popup_body {
    background: #343642;
}

body.dark_theme .connect_wallet_popup_header {
    color: var(--Grays-Gray-6, var(--Grays-Gray-6, #F2F2F7));
}

body.dark_theme .connect_wallet_popup_body {
    color: var(--Grays-Gray-4, var(--Grays-Gray-4, #D1D1D6));
}

body.dark_theme .transaction_first_text_section {
    background-color: #343642;
}

body.dark_theme .Qr_code_section {
    color: #8D9099;
}

body.dark_theme .slid_window_content_section {
    background: #343642;
}

body.dark_theme .slid_window_header {
    color: var(--Grays-Gray-6, var(--Grays-Gray-6, #F2F2F7));
}

body.dark_theme .slid_window_content_section {
    color: var(--Grays-Gray-4, var(--Grays-Gray-4, #D1D1D6));
}

body.dark_theme .sucees_logo_section {
    background: linear-gradient(97deg, rgba(24, 240, 110, 0.05) -7.9%, rgba(11, 109, 224, 0.05) 117.63%);
}

body.dark_theme hr.dotted {
    background: repeating-linear-gradient(to right, #53535F, #4D4D57 12px, transparent 4px, transparent 20px);
}

body.dark_theme #sectionRecipient {
    background-color: #343642;
}
/*admin page design*/
.mobile_menu_show {
    display: none;
}

body.dark_theme .off_circle {
    background: linear-gradient(to right, #252834, #24312F);
}

.admin_div_header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    margin: 37px 65px 26px 79px;
}

.transaction_main {
    align-items: center;
    display: flex;
    justify-content: space-between;
    background-color: #0e101f;
}

.admin_ncog_logo_div img{
    width:110px;
    height:41px;
}

.admin_menu_redirection_section {
    display: flex;
    justify-content: space-between;
}

.switch_theme {
    width: 24px;
    height: 24px;
}

.admin_menu_redirection_section {
    gap: 33px;
}

    .admin_menu_redirection_section .links a {
        padding-left: 34px;
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
    }

.admin_logout_section {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.content_body {
    background: radial-gradient(circle at 100% 60%, rgba(24, 240, 110, 0.8) -100%, #f8f8f8 30%);
    width: 100%;
    height: 100%;
    border-radius: 50px 50px 0 0;
}

.transaction_page_error_body_section {
    background: radial-gradient(circle at 100% 60%, rgba(24, 240, 110, 0.8) -100%, #f8f8f8 30%);
    width: 100%;
    height: 100%;
    border-radius: 50px 50px 0 0;
    padding: 20px;
    text-align: center;
}

    .transaction_page_error_body_section .section {
        padding-top: 10px;
    }

body.dark_theme .transaction_page_error_body_section {
    background: radial-gradient(circle at 110% 60%, rgba(24, 240, 110, 0.8) -100%, rgb(37, 40, 52) 30% );
    color: #fff;
}


.table_main.div_content {
    width: 100%;
    height: 100%;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%; /* Ensure the body and html take up the full viewport height */
}

.section.wallet_form.transaction_body_wallet_section {
    position: relative;
    width: 100%;
    min-height: 100vh; /* Ensure the section takes up at least the full viewport height */
    background: #ff0000;
    /* Optional: Add flexbox to center content if needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .section.wallet_form.transaction_body_wallet_section::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 90px); /* Adjust as needed for your design */
        background: radial-gradient(circle at 100% 60%, rgba(24, 240, 110, 0.8) -100%, #f8f8f8 30%);
        border-radius: 50px 50px 0px 0px;
    }

body.dark_theme .section.wallet_form.transaction_body_wallet_section::after {
    background: radial-gradient(circle at 110% 60%, rgba(24, 240, 110, 0.8) -100%, rgb(37, 40, 52) 30% );
}

/*.section.wallet_form.transaction_body_wallet_section {
    position: relative;*/ /* Ensures the ::after pseudo-element is positioned relative to this container */
    /*display: flex;
    flex-direction: column;
    align-items: flex-start;*/ /* Align content to the top of the container */
    /*justify-content: flex-start;*/ /* Ensure content starts at the top */
    /*height: 100%;*/ /* Ensure the section takes up the full height */
    /*padding: 20px;*/ /* Add padding if needed */
    /*box-sizing: border-box;*/ /* Include padding and border in the element’s total width and height */
/*}*/
