.body {
    position: relative;
}

.coinpayments-header {
    background-color: #FFFFFF;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    z-index: 2;
    /*position: sticky;*/
    /*top: 0;*/
    position: fixed;
    width: 100%;
}

.coinpayments-header > .section.default > .navbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    background: none;
    width: 1440px;
    max-width: 100%;
    height: 82px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;

    /*For login options*/
    position: relative;
}

.page-row.page-row-header-bumper {
    height: 82px;
}

.coinpayments-header > .section.default > .navbar > *:nth-child(1) {
    margin-right: auto;
}

.coinpayments-header > .section.default > .navbar > *:nth-child(3) {
    margin-left: auto;
}

.coinpayments-header .nav-menu {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    position: relative;
    transform: none;
    float: none;
    align-items: center;
}

.coinpayments-header .nav-menu .w-nav-link, .w-dropdown > .w-dropdown-toggle {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .coinpayments-header  .nav-menu-links .w-nav-link {
        font-size: 13px;
        padding: 15px;
    }
}

.w-nav-button.w--open {
    background: none;
}

.w--nav-menu-open {
    background-color: white;
}

.w-nav-overlay {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.w-nav-overlay > .w-nav-menu:last-child {
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.1)
}

.hamburger-wrapper {
    padding-right: 0;
}

.hamburger-wrapper:not(.w--open) > .closed-img {
    display: none;
}

.hamburger-wrapper.w--open > .open-img {
    display: none;
}
.nav-menu-account {
    align-items: center;
}
.header-login-link,
.header-logout-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    color: #2A5ED5;
}
.header-signup-link {
    padding: 8px 33px;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    color: white;
    background: #2A5ED5;
    border-radius: 200px;
}

.header-signup-link:hover {
    color: #cbcbcb;
}

.login-signup-modile-screen {
    display: none;
    flex-direction: column;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.login-signup-modile-screen span {
    font-size: 14px;
    padding: 20px 0px;
    text-align: left;
    font-weight: 500;
}

.login-signup-modile-screen .products-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.login-signup-modile-screen .signup-wrapper { 
    display: flex;
    align-items: center;
    padding: 24px;
    background-color: #EAF1FB;
    margin-bottom: 20px;
    border-radius: 12px;
    gap: 20px;
}

.login-signup-modile-screen .signup-wrapper p { 
    color: #1E2F47;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 164.286% */
    letter-spacing: 0.14px;
    margin-bottom: 0px;
    white-space: wrap;
    text-align: left;
}

.login-signup-modile-screen .product-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
}

/* .login-signup-modile-screen .product-wrapper:last-child {
    align-items: end;
} */

.login-signup-modile-screen .product-wrapper img {
    width: 230px;
    height: 44px;
}

.products-divider {
    width: 3px;
    height: 100px;
    background: rgba(168, 183, 202, 0.50);
}

.login-signup-modile-screen .product-wrapper .product-links {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 20px;
}

.header-login-link-mobile {
    padding: 9px 21px;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    color: #2A5ED5;
    border: 1px solid #2A5ED5;
    border-radius: 30px;
    display: flex;
    width: 180px;
    justify-content: center;
}

.header-signup-link-mobile {
    padding: 9px 18px;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    color: white;
    background: #2A5ED5;
    border-radius: 200px;
    display: flex;
    width: 140px;
    justify-content: center;
}

.w--nav-menu-open.nav-menu-account {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
}
.w--nav-menu-open.nav-menu-links .w-nav-link {
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 991px) {
    .header-login-link {
        display: none;
    }
    .header-signup-link {
        display: none;
    }
    .login-signup-modile-screen {
        display: flex;
    }
}
@media screen and (max-width: 767px) {
    .w--nav-menu-open.nav-menu-links .w-nav-link {
        padding-left: 50px;
        padding-right: 50px;
    }
    .login-signup-modile-screen { 
        padding-left: 50px;
        padding-right: 50px;
    }
    .login-signup-modile-screen .products-wrapper {
        flex-direction: column;
    }
    .products-divider {
        width: 100%;
        height: 2px;
        background: rgba(168, 183, 202, 0.50);
    }
    /* .login-signup-modile-screen .product-wrapper:last-child {
        align-items: start;
    } */
}

@media screen and (max-width: 477px) {
    .login-signup-modile-screen .product-wrapper .product-links {
        flex-direction: column;
        gap: 10px;
    }
    .login-signup-modile-screen .signup-wrapper { 
        display: flex;
        flex-direction: column-reverse;
    }
    .login-signup-modile-screen .signup-wrapper p {
        text-align: center;
    }
}

.w--nav-menu-open.nav-menu-account .header-login-link,
.w--nav-menu-open.nav-menu-account .header-logout-link,
.w--nav-menu-open.nav-menu-account .header-signup-link {
    margin-left: 20px;
    margin-right: 20px;

}
.header-signup-link:hover {
    text-decoration: none;
}
/*.w-nav-overlay nav.w-nav-menu-links {*/
/*    background-color: white;*/
/*    border-bottom: 1px solid black;*/
/*}*/

/*.w-nav-overlay nav.nav-menu-account {*/
/*    background-color: white;*/
/*    border-top: 1px solid black;*/
/*}*/


/*@media screen and (min-width: 1280px) {*/
/*    .coinpayments-header > .section.default > .navbar {*/
/*        width: 966px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1279px) {*/
/*    .coinpayments-header > .section.default > .navbar {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 991px) {*/
/*    .coinpayments-header > .section.default > .navbar {*/
/*        width: 734px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*    .coinpayments-header > .section.default > .navbar {*/
/*        text-align: center;*/
/*        width: 457px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 477px) {*/
/*    .coinpayments-header > .section.default > .navbar {*/
/*        width: 317px;*/
/*    }*/
/*}*/

a:hover,
a:focus {
    text-decoration: none;
}


.header-signup-link {
    background-color: #1C60DD;
}
.header-signup-link:hover,
.header-signup-link:focus {
    background-color: #1a55c4;
    border-color: #1a55c4;
    color: white;
}

.subscribe-widget-log {
    display: none;
}

.w-dropdown-list {
    border-radius: 8px;
    background-color: #FFF;
    border: 1px solid #DDD;
}

.dashboard-menu-row {
    display: flex;
    justify-content: space-evenly;

}

.dashboard-menu-item {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 140px;
}

.dashboard-menu-item > .link-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dashboard-menu-item > .link-menu > img {
    margin-right: 15px;
}

/* .supwiz-title {
    font-size: clamp(24px, 5vw, 64px);
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #22273D;
    text-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
} */

@media screen and (min-width: 992px) {
    /*
    .w-nav[data-collapse="medium"] .w-dropdown, .w-nav[data-collapse="medium"] .w-dropdown-toggle {
        display: none;
    }
    */
	.w-dropdown, .w-dropdown-toggle {
        display: none !important;
    }

    .resources-nav-link {
        display: inline-block !important;
    }
}

@media screen and (max-width: 991px) {
	.resources-nav-link {
        display: none !important;
    }
    /* .w-nav[data-collapse="medium"] .w-dropdown, .w-nav[data-collapse="medium"] .w-dropdown-toggle {
        padding-left: 20px;
    }*/
    .w-dropdown, .w-dropdown-toggle {
        padding-left: 20px !important;
    }
    .w-dropdown-list {
        border: none !important;
    }
    .w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
        content: "\e603";
        color: #1C60DD;
    }
}

@media screen and (max-width: 767px) {
	.resources-nav-link {
        display: none !important;
    }
    /* .w-nav[data-collapse="medium"] .w-dropdown, .w-nav[data-collapse="medium"] .w-dropdown-toggle {
        padding-left: 25px;
    } */
    .w-dropdown, .w-dropdown-toggle {
        padding-left: 25px !important;
    }
    .w-dropdown-list {
        border: none !important;
    }
    .w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
        content: "\e603";
        color: #1C60DD;
    }
} 

@media screen and (max-width: 477px) {
	.resources-nav-link {
        display: none !important;
    }
    .resources-nav-link-small-screens {
        
        padding: 0px 50px;
    }
    /* .w-nav[data-collapse="medium"] .w-dropdown, .w-nav[data-collapse="medium"] .w-dropdown-toggle {
        padding-left: 25px;
    } */
    .w-dropdown, .w-dropdown-toggle {
        padding-left: 25px !important;
    }
    .w-dropdown-list {
        border: none !important;
    }
    .w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
        content: "\e603";
        color: #1C60DD;
    }
} 

.login-options-hidden {
    display: none;
}

.login-options-legacy-logo {
    /* width: 162px; */
    width: 120px;
}

.login-options {
    position: absolute;
    top: 95%;
    right: 5%;
    width: 255px;
    /* height: 230px; */
    height: 200px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #FFF;
    box-shadow: -4px 4px 30px rgba(28, 96, 221, 0.15), 
    2px 2px 30px rgba(28, 96, 221, 0.12),
    0 4px 30px rgba(28, 96, 221, 0.1),     
    0 -2px 8px rgba(28, 96, 221, 0.08);    
}

.login-options::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: -14px;
    left: 50%;
    margin-left: -14px;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent white transparent;
}

.login-options h4 {
    color: #22273D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.14px;
    margin-top: 0px;
}

.login-options-divider {
    width: 100%;
    height: 1px;
    background: rgba(168, 183, 202, 0.50);
}

.login-btn {
    background: none;
}

.signup-options-hidden {
    display: none;
}

.signup-options {
    position: absolute;
    top: 95%;
    right: 0%;
    width: 255px;
    height: 244px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #FFF;
    box-shadow: -4px 4px 30px rgba(28, 96, 221, 0.15), 
    2px 2px 30px rgba(28, 96, 221, 0.12),
    0 4px 30px rgba(28, 96, 221, 0.1),     
    0 -2px 8px rgba(28, 96, 221, 0.08);    
}

.signup-options::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: -14px;
    left: 60%;
    margin-left: -14px;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent white transparent;
}

.signup-options h4 {
    color: #22273D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.14px;
    margin-top: 0px;
}

.signup-options-divider {
    width: 100%;
    height: 1px;
    background: rgba(168, 183, 202, 0.50);
}

.signup-btn {
    /* background: none; */
}