@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    min-height: 85px;
    z-index: 3;
}

footer {
    background: #000000;
    color: #ffffff;
}

/** Added due to bank requirements 2021-02-12 */
.footer-row {
    position: relative !important;
    min-height: 100px;
    z-index: 3;
}

.footer-content {
    margin: auto;
}

.footer-content .logotype-block {
    margin: 84px 0 30px;
}

.footer-content select {
    position: relative;
    width: 233px;
    height: 48px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 16px;
}

.footer-content .content-row {
    padding-bottom: 61px;
}

.select-field {
    position: relative;
}

.select-field select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select-field:before{
    content: '\f078';
    font: normal normal normal 12px/1 FontAwesome;
    color: #000;
    right: 11px;
    top: 50%;
    transform: translateY(calc(-50% + 11px));
    height: 30px;
    padding: 15px 0 0 8px;
    position: absolute;
    pointer-events: none;
}

@media only screen and (min-width: 1200px) {
    .footer-content .content-row {
        padding-bottom: 102px;
    }
}

.form-content {
    padding: 80px 0 140px;
}

@media only screen and (min-width: 1200px) {
    .form-content {
        padding: 114px 0 88px;
    }
}

#email-confirmation,
#documents-confirmation {
    padding: 80px 0 180px;
}

.content-wrapper {
    width: 100%;
    max-width: 1456px;
    margin-right: auto;
    margin-left: auto;
}

#profile_pg_below_header_section .profile-block,
.profile_pg_header {
    margin: 0 -15px;
}

.content-container {
    margin: auto;
}

@media only screen and (min-width: 1024px) {
    .form-wrapper-content .content-container {
        margin: auto;
        padding-bottom: 120px;
    }
}

.content-row {
    font-size: 0.875rem;
}

@media only screen and (max-width: 1199px) {
    .content-row:not(:first-of-type) {
        margin-bottom: 56px;
    }
}

.content-row a {
    color: #ffffff;
}

.content-row a:hover {
    text-decoration: none;
}

.country-field {
    position: relative;
}

.down-arrow {
    transform: rotate(45deg) translateY(-50%);
    top: calc(50% - 3px);
    right: 18px;
    position: absolute;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.footer-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-links a {
    color: #ffffff;
}

.footer-links a:hover {
    color: #ffffff;
}

.copyrigts {
    max-width: 60%;
    font-size: 10px;
}

.card-support {
    display: flex;
    flex-wrap: wrap;
    grid-area: card-issuer-logos;
    gap: 48px;
}

.card-support img {
    width: auto;
}

.lower-block {
    margin-top: 187px;
}

.transaction-info{
    display:block;
    clear:right;
    padding: 20px 0px 0px;
    font-size: 0.8rem;
}
.inline-label {
    white-space: nowrap;
    float:left;
}

@media only screen and (min-width: 942px) {
    .footer-row {
        position: fixed;
        bottom: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 942px) {
    .footer-row {
        position:fixed;
        bottom: 0px;
    }
}
@media only screen and (max-width: 1025px) {
    .footer-row {
        position:sticky;
        bottom: 0px;
    }
    .form-wrapper {
        margin-top: 85px;
    }
}
/** End added due to bank requirements 2021-02-12 */

@media only screen and (min-width: 942px) {

    .form-wrapper {
        margin-top: 60px;
    }
    .form-wrapper .form-div {
        min-height: 90vh !important;
    }
    .mobile-nav {
        display: none !important;
    }
}

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

    .form-wrapper {
        margin-top: 85px;
        height:120%; /** Added due to bank requirements 2021-02-12 */
    }
    .form-div {
        max-width: 100% !important;
        flex: 100% !important;
    }
}

.header-block {
    top: 0;
    width: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    max-width: 1456px;
    margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
    .header-block {
        justify-content: space-between;
        flex-direction: column;
        padding: 17px 16px;
        overflow: auto;
    }
}

.main-logo {
    width: 92px;
    height: 21px;
}

.navigation-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navigation-container.maximized {
    display: flex;
}

.navigation-block {
    display: flex;
    align-items: center;
}

.navigation-actions {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .navigation-actions {
        margin-top: 3rem;
    }
}

.navigation-actions a:hover {
    text-decoration: none;
    color: #ffffff;
    background: rgba(0,0,0,.6);
}

.navigation-actions a:not(:last-of-type) {
    margin-right: 16px;
}

.navigation-hyperlinks {
    padding: 0;
    margin: 0 0 0 103px;
    list-style-type: none;
    display: flex;
}

.navigation-hyperlinks li:not(:last-child) {
    margin-right: 64px;
}

.navigation-hyperlinks a {
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    margin: -3px -6px;
    padding: 3px 6px;
    white-space: nowrap;
}

#login_form {
    font-family: "Inter";
}

#login_form label,
#forgot_pass_form label,
#signup_form label {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000000;
}

.signup-checkbox label{
    font-weight: 400;
    font-size: 1rem;
}


#login_form #login_submit, #forgot_email_submit, #signup_submit {
    font-size: 1.125rem;
    color: #ffffff;
    background: #000000;
    font-weight: 500;
    border-radius: 2px;
    padding: 7px 0;
}

.menu-btn {
    padding: 0;
    background: #ffffff;
    border: none;
}

.menu-btn:active, .menu-btn:focus {
    outline: 0;
}

.menu-btn .close-img {
    display: none;
}

.close-btn .close-img {
    display: block;
}

.close-btn .hamburger-img {
    display: none;
}

.menu-btn img {
    height: 24px;
    width: 24px;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .full-screen {
        position: fixed;
        height: 100%;
        align-items: inherit;
        z-index: 2;
    }

    #login_form h2, #forgot_pass_form h2 {
        font-size: 1.25rem;
    }

    #login_form label,
    #forgot_pass_form label,
    #signup_form label {
        font-size: 1rem;
    }

    .header-actions {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .logo {
        order: 1;
    }

    .menu-hamburger {
        display: flex;
        order: 2;
    }

    .navigation-container {
        display: none;
        order: 3;
        flex-grow: 1;
        flex-direction: column;
        align-items: center;
        padding: 73px 48px 112px;
    }

    .navigation-hyperlinks {
        margin: 0;
        flex-direction: column;
        text-align: center;
    }

    .navigation-hyperlinks li:not(:last-of-type) {
        margin: 0 0 32px 0;
    }

    .navigation-hyperlinks a {
        padding: 8px 12px;
        font-size: 1.5rem;
    }

    .navigation-actions {
        flex-direction: column;
    }

    .navigation-actions a:not(:last-child) {
        margin: 0 0 35px 0;
    }

    .footer-content .logotype-block {
        margin: 42px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .header-block {
        padding: 16px;
    }

    .main-logo {
        width: 120px;
        height: 27px;
    }

    .menu-hamburger {
        display: none;
    }

    .form-wrapper {
        margin-top: 81px;
    }
}

.mobile-nav {
    display: block;
    overflow: hidden;
}

/*Styling for Login and Signup pages*/
.custom-btn-primary {
    background: #000000;
    border-radius: 2px;
    color: #fff;
    min-width: 60.42px;
}

.custom-btn-primary:hover {
    opacity: 0.6;
}

.custom-btn-default {
    font-weight: 400;
    padding: 7px 22px;
    color: #fff;
    background: #000;
    border: 2px solid transparent;
    border-radius: 2px;
}

@media only screen and (min-width: 1200px) {
    .custom-btn-default {
        padding: 10px 22px;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 470px) {
    #payment_page_iframe {
        min-height: 1070px!important;
    }

    .bitcoin-iframe {
        height: 570px!important;
    }

    .bitcoin-iframe #pay-invoice {
        border: none!important;
    }
}

@media only screen and (min-width: 471px) and (max-width: 767px) {
    #payment_page_iframe {
        min-height: 1200px!important;
    }

    .bitcoin-iframe {
        height: 740px!important;
    }

    .bitcoin-iframe #pay-invoice {
        border: none!important;
    }
}

@media only screen and (min-width: 768px) {
    #payment_page_iframe {
        min-height: 1000px!important;
    }
}

#confirm_payment_page .wrapper {
    width: 100%!important;
}

.auth-buttons {
    width: 100%;
    padding: 10px;
}

.custom-header-btn {
    width: fit-content;
    padding: 5px 10px;
    float: right;
}

.site-logo svg {
    max-width: 130px;
}

.site-logo {
    padding-left: 22px;
    height: 100%;
    display: flex;
    align-items: center;
}

.mobile-nav .site-logo {
    width: 80%;
    margin-top: 0.5rem;
}

.header-menu {
    list-style: none;
    padding: 10px 42px 0 42px;
    width: fit-content;
    margin-bottom: 0;
    float: left;
}

.header-menu li {
    float: left;
    padding: 10px 14px;
    min-width: 89px;
}

.header-menu a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

@media only screen and (min-width: 942px) and (max-width: 1292px) {
    .circle-position {
        width: 165% !important;
        margin-left: -5%!important;
    }
    .circle-position2 {
        width: 141% !important;
        margin-left: -39% !important;
    }
    .circle-position_error404 {
        width: 120% !important;
        margin-left: -22% !important;
    }
}

@media only screen and (min-width: 1293px) and (max-width: 1524px) {
    .circle-position {
        width: 127% !important;
        margin-left: 5% !important;
    }
    .circle-position2 {
        width: 141% !important;
        margin-left: -39% !important;
    }
    .circle-position_error404 {
        width: 120% !important;
        margin-left: -22% !important;
    }
}
/*and (max-width: 1680px)*/
@media only screen and (min-width: 1441px) {
    .circle-position {
        width: 127% !important;
        margin-left: 5% !important;
    }
    .circle-position2 {
        width: 141% !important;
        margin-left: -39% !important;
        margin-top: -50% !important;
    }
    .circle-position_error404 {
        width: 120% !important;
        margin-left: -22% !important;
    }
}

.circle-img {
    padding: 0px;
}

.circle-position {
    margin-top: -29%;
    margin-left: 10%;
    width: 118%;
    background-repeat: no-repeat;
    border-radius: 50%;
    transform: rotate(-32.38deg);
}

.circle-position2 {
    margin-top: -42%;
}

.circle-position_error404 {
    margin-top: -2% !important;
}
.small-font{
    font-size: small !important;
}

@media only screen and (min-width: 1024px) {
    #profile_pg_below_header_section {
        padding-bottom: 108px;
    }
}


.profile-page-card {
    margin-top: 32px;
    margin-right: 30px;
}

.card-body a {
    color: #518DC4;
}

.profile-page-card .card {
    border: 1px solid #D2D2D2;
}

.increase_purchase_section .btn {
    background: #000000;
    border-radius: 2px;
    color: #ffffff;
}

.increase_purchase_section .btn:hover,
.increase_purchase_section .btn:active {
    background: rgba(0,0,0,.6);
}

.borderless-field,
.borderless-field:focus,
.borderless-field:hover {
    height: 53px;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
}

.custom-link {
    text-decoration: none !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 19px;
    color: #518DC4 !important;
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
    .custom-link {
      font-size: 1rem;
    }
}

.submit-on-hover:hover {
    color: #fff;
    background: #2B65F8;
}
/* End Styling for Login and Signup pages*/


/* Custom Classes*/
.pl-8 {
    padding-left: 4rem !important;
}

.fit-content {
    width: -moz-fit-content;
    width: fit-content;
}

@media only screen and (max-width: 942px) {
    .d-custom-none {
        display: none;
    }
    .d-custom-block {
        display: block !important;
    }
    .navbar {
        padding: 3.5rem 2rem 10px 30px;
    }
    .navbar-light .navbar-toggler {
        border-color: rgba(0, 0, 0, 0) !important;
    }
}
/* End Custom Classes */


/* Start Styling for buy crypto pages*/
.buy_crypto_nav_bar {
    background: #DEE1E3;
    position: relative;
    z-index: 1;
}

.buy_crypto_nav_bar ul {
    font-size: 1.125rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    gap: 60px;
}

@media only screen and (max-width: 767px) {
    .buy_crypto_nav_bar ul {
        font-size: 1rem;
        gap: 10px;
        justify-content: space-between;
    }
}

.buy_crypto_nav_bar li a {
    display: block;
    color: #000000;
    opacity: 0.5;
    text-align: center;
    font-weight: 500;
    padding: 12px 16px 13px 16px;
}

@media only screen and (max-width: 767px) {
    .buy_crypto_nav_bar li a {
        padding: 12px 10px 13px 10px;
    }
}

.buy_crypto_nav_bar li a:hover {
    color: #444444
}

.buy_crypto_nav_bar li {
    padding: 11px;
}

@media only screen and (min-width: 768px) {
    .buy_crypto_nav_bar li:first-of-type {
        margin-left: -11px;
    }
}

@media only screen and (max-width: 767px) {
    .buy_crypto_nav_bar li {
        padding: 11px 5px;
    }
}

.buy_crypto_nav_bar li.active a {
    opacity: 1;
    text-decoration: none;
}

.buy_crypto_conatiner {
    overflow: hidden;
    height: 87vh;
}

.content_section {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .content_part {
        display: flex;
        gap: 16px;
    }

    .content_part > div {
        width: 50%;
    }
}

#summary-card-location .order-summary {
    width: 100%;
}

.order-block {
    margin: auto;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .order-block {
        display: flex;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 768px) {
    .order-row {
        margin: 0 0 48px;
        display: flex;
    }

    .order-info-block .order-row > div:nth-of-type(odd){
        margin-right: 16px;
    }

    .order-row.button-block {
        width: 60%;
    }
}

.buycrpto-dropdown {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .order-row > div:not(.order-summary) {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .summary-block {
        display: flex;
    }

    .order-info-block {
        width: 60%;
        margin-right: 16px;
    }

    .order-info-summary-block {
        width: 40%;
    }
}

.order-row input, .order-row select {
    padding: 0 16px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 767px) {
    .order-row input, .order-row select  {
        margin: 0 0 48px;
    }

    .order-row input#login_email {
        margin: 0;
    }
}

.order-row select,
.order-row input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

@media only screen and (min-width: 768px) {
    .order-info {
        width: 100%;
    }
}

.order-summary {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #D1D1D1;
}

@media only screen and (min-width: 768px) {
    .order-summary {
        margin-top: 30px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .order-info-summary-block {
        margin: 48px 0;
    }
}

.background-img_rotate {
    background-image: url('/website_content/assets/images/website_images/web_background.jpg');
    position: fixed;
    /* min-height: 90vh; */
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: right -346px bottom -117px;
    width: 1100px;
    border-radius: 50%;
    height: 1100px;
    right: 3.2%;
    bottom: 0%;
    z-index: -1;
    transform: rotate(-29.38deg);
}

.buy_crypto_heading {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 33px;
    line-height: 39px;
}

.buy_crypto_form label {
    justify-content: left;
}

.buy_crypto_form .btn,
#proceed_to_payment_checout2 .btn {
    margin: 0 15px 30px 0;
    background: #000000;
    border-radius: 2px;
    color: #ffffff;
    padding: 10px 16px;
}

#proceed_to_payment_checout2 .btn {
    width: 100%;
}

.buy_crypto_form .btn:hover {
    background-color: rgba(0,0,0,.6);
}

.buy_crypto_form .btn:active {
    background: #000000;
    color: hsla(0,0%,100%,.66);
    outline: none;
    box-shadow: none;
}

.buy_crypto_heading {
    margin-top: 20px;
}

/* end Styling for buy crypto pages*/

@media only screen and (min-width: 942px) {
    .trans_background-img_rotate {
        background-image: url(/website_content/assets/images/website_images/web_background.jpg);
        position: absolute;
        min-height: 90vh;
        background-repeat: no-repeat;
        background-size: inherit;
        background-position: right -380px bottom -204px;
        width: 950px;
        border-radius: 50%;
        height: 950px;
        right: 0px;
        top: -260px;
        z-index: -1;
        transform: rotate(0deg);
    }
}

.trans_card {
    box-shadow: 0px 24px 44px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: none;
}

@media only screen and (min-width: 768px) and (max-width: 942px) {
    .trans_background-img_rotate {
        background-image: url(/website_content/assets/images/website_images/web_background.jpg);
        position: absolute;
        /* min-height: 90vh; */
        background-repeat: no-repeat;
        background-size: inherit;
        background-position: right -380px bottom -204px;
        width: 650px;
        border-radius: 50%;
        height: 650px;
        right: -202px;
        top: -250px;
        z-index: -1;
        transform: rotate(0deg);
    }
    .onfido_modal_div {
        margin-left: -1%;
        height: 90vh;
    }
}

.form-msg {
    background-color: #BEDCFF;
    border-radius: 8px;
}

.account_card {
    box-shadow: 0px 24px 44px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
}

.modal-backdrop {
    background: linear-gradient(124.71deg, #00FFC2 0%, #0094FF 100%);
    opacity: 0.9!important;
    position: absolute;
    min-height: 2550px;
    height: 100%;
}

.opacity-7 {
    opacity: 0.7 !important;
}
/* Setup phone number style */

.country-code-container {
    height: 2rem;
}

.country-code-selector,
.country-code-selector:focus {
    width: 30%;
    height: 100%;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    outline: none;
}

.phone-setup-field,
.phone-setup-field:hover,
.phone-setup-field:focus {
    width: 70%;
    float: right;
    border-bottom: 0;
}
/* End Setup phone number style */


/* ############## */
.btn_reset {
    border: 2px solid #05a5f1;
    border-radius: 10px;
}

.clear {
    clear: left;
}

.error_404 {
    padding-bottom: 35%;
}

.error_404_h {
    font-family: 'Inter';
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
}

.error_404_h:after {
    content: "";
    display: block;
    margin: 0 0;
    width: 10%;
    padding-top: 0px;
    border-bottom: 7px solid black;
}

.error_404_p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding-right: 12%;
}

.edit_div_p_e {
    border: 2px solid #F2F2F2;
    border-radius: 6px;
    padding: 3% 2%;
}

.editbtn {
    background-color: transparent;
    float: right;
    margin-top: -13px;
    font-size: 14px;
    color: #afacac;
    padding: 4px 11px !important;
}

.editbtn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.25) !important;
}

.profile_p {
    margin: 8px 0 16px;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    padding: 13px 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

#profile_pg_below_header_section .alert {
    color: #000000;
}

.profile-block {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}

.profile-block h3,
.profile_pg_header h4 {
    font-size: 1.125rem;
    font-weight: 600;
}
@media only screen and (min-width: 1200px) {
    .profile-block h3,
    .profile_pg_header h4 {
        font-size: 1.5rem;
        font-weight: 600;
    }
}


.verifybox {
    max-width: 50px;
    margin-right: 7px;
}

.verifybox2 {
    max-width: 90px !important;
    min-width: 80px !important;
    margin-right: 15px !important;
}

.dot {
    height: 6px;
    width: 6px;
    background-color: #333333;
    border-radius: 50%;
    display: inline-block;
}

.dot1 {
    height: 25px;
    width: 25px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: inline-block;
    padding: 0 0 0 8px;
    right: 19px;
    position: absolute;
}

.form-msg-danger {
    border-radius: 8px;
    color: white;
}

.intl-tel-input {
    position: relative;
    display: block !important;
}

body {
    font-family: Inter,Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.ui-datepicker-header {
    background: #2B65F8 !important;
}

#pwd-loader3:hover,
#pwd-loader2:hover,
#pwd-loader4:hover,
#pwd-loader5:hover,
#pwd-loader:hover {
    background: #2B65F8 !important;
}

.form-wrapper-content {
    flex: 1 1;
}

.container-fluid {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.datepicker table tr td.active:active {
    background: #2B65F8 !important;
}

.editbtn2 {
    background-color: transparent;
    float: left;
    margin-top: 0px;
    font-size: 12px;
    color: #afacac;
    border: 2px solid #F2F2F2 !important;
    margin-left: 0px;
    padding: 6px 8px;
    border-radius: 0px 5px 5px 0px;
}

.editbtn2:focus {
    outline: 0 !important;
    padding: 6px 8px !important;
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.25) !important;
}

.namefield1 {
    width: 100%;
    padding: 13% 3%;
    border: 2px solid #F2F2F2 !important;
    border-radius: 5px 0px 0px 5px;
}

.namefield1:focus {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.namefield2 {
    width: 100%;
    padding: 9.2% 3%;
    border-radius: 0px;
    border: 2px solid #F2F2F2 !important;
    margin-left: -4%;
}

.namefield2:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.addressfield {
    width: 100%;
    padding: 5% 3%;
    border: 2px solid #F2F2F2 !important;
    border-radius: 5px 0px 0px 5px;
}

.editbtn3 {
    background-color: transparent;
    float: left;
    margin-top: 0px;
    font-size: 12px;
    color: #afacac;
    border: 2px solid #F2F2F2 !important;
    margin-left: 0px;
    padding: 0px 8px;
    border-radius: 0px 5px 5px 0px;
}

.editbtn3:focus {
    outline: 0 !important;
    padding: 0px 8px !important;
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.25) !important;
}

.editbtn4 {
    background-color: transparent;
    float: right;
    margin-top: -17px;
    font-size: 11px;
    color: #afacac;
}

.editbtn4:focus {
    outline: 0 !important;
    padding: 4px 11px !important;
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.25) !important;
}

.show_full_address {
    border: 2px solid #F2F2F2;
    border-radius: 6px;
    padding: 2.1% 2%;
    overflow: hidden;
}

.editbtn5 {
    background-color: transparent;
    float: right;
    margin-top: -15px;
    font-size: 13px;
    color: #afacac;
}

.editbtn5:focus {
    outline: 0 !important;
    padding: 4px 11px !important;
    /* box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25) !important; */
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.25) !important;
}

.editbtn7 {
    background-color: transparent;
    float: right;
    margin-top: -15px;
    font-size: 19px;
    color: #afacac;
}

.editbtn7:focus {
    outline: 0 !important;
    padding: 4px 11px !important;
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.25) !important;
}

.editbtn_phn {
    background-color: transparent;
    float: right;
    margin-top: -12px;
    font-size: 14px;
    color: #afacac;
    padding: 3% 19.6% 3% 3%;
}

.editbtn_phn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.25) !important;
}

.editbtn8 {
    float: right;
    margin-top: 0px;
    font-size: 13px;
    color: #848484;
    border: 2px solid #F2F2F2 !important;
    margin-left: 0px;
    border-radius: 12px 12px 12px 12px;
    width: 16%;
}

.editbtn8:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.25) !important;
}

.editbtn8:hover {
    color: #1f1d1d !important;
    border: 2px solid #848484 !important;
}

.update_country,
.update_state {
    border: 2px solid #F2F2F2 !important;
    width: 88.6% !important;
    background: white;
}

.dataTables_wrapper{
    overflow-x: scroll !important;
}

#create_order_card_heading_on_crypto_page,
#proof_address_header,
.buy_crypto_payment_pg,
.profile_pg_header h2 {
    font-family: "Inter";
    font-size: 1.25rem;
    color: #000000;
    margin: 21px 0 48px;
    font-weight: 500;
}

@media only screen and (min-width: 1200px) {
    #create_order_card_heading_on_crypto_page,
    #proof_address_header,
    .buy_crypto_payment_pg,
    .profile_pg_header h2 {
        font-size: 2rem;
        margin: 37px 0 48px;
    }
}

#transection_pg_content_sec .content-container {
    padding: 0 25px;
}

@media only screen and (min-width: 1200px) {
    #transection_pg_content_sec .content-container {
        padding: 0 15px;
    }
}

#transection_pg_content_sec table.dataTable thead .sorting_desc,
#transection_pg_content_sec table.dataTable thead .sorting_asc,
#transection_pg_content_sec table.dataTable thead .sorting {
    background: none!important;
}

#transection_pg_content_sec table.dataTable thead th,
#transection_pg_content_sec table.dataTable thead td {
    padding: 13px 30px 13px 13px;
}

#transection_pg_content_sec table.dataTable thead th {
    font-weight: 400;
}

#transection_pg_content_sec a {
    color: #518DC4;
}

#transection_pg_content_sec h2 {
    margin: 21px 0 48px;
}

@media only screen and (min-width: 1200px) {
    #transection_pg_content_sec h2  {
        font-size: 2rem;
        margin: 37px 0 68px;
    }
}

#transection_pg_content_sec,
#proof_address_pg {
    font-family: "Inter";
    color: #000000;
}

#resend-area .btn {
    background: #000000;
    color: #ffffff;
    border-radius: 2px;
    box-shadow: none;
    border: none;
}

#resend-area .btn:hover,
#resend-area .btn:active {
    background: rgba(0,0,0,.6);
    box-shadow: none;
}


.aff-signup-dropdown i {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;

  }

  .aff-signup-dropdown .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 49.3%;
    position: absolute;
    margin-top: 22%;

  }
  .aff-signup-dropdown1 i {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;

  }

  .aff-signup-dropdown1 .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 57.3%;
    position: absolute;
    margin-top: 22%;

  }
  .aff-signup-dropdown2 i {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;

  }

  .aff-signup-dropdown2 .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 37.3%;
    position: absolute;
    margin-top: 12%;

  }



  /* proof address page css */
.address_pg_img{
    position: absolute;
    left: 6% !important;
    top: 0% !important;
    z-index: -1 !important;
    width: 102% !important;
}

#proof_address_pg ul {
    padding-left: 3% ;
  }

  .proof_address_p {
    border: 1px solid #B8B8B8;
    border-radius: 8px;
    padding: 2% 2% 0% 2%;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.05);
    min-height: 203px;
    position: relative;max-width: 593px;
    background-size: 70px 70px;

}
#proof_address_add_btn{
    padding: 1.7% 7% !important;
}
#proof_address_submit_btn{
    padding: 1.9% 13% !important;
}


#filesToUpload {
    display: none;
}
.custom-file-upload {
    display: inline-block;
    cursor: pointer;
    width: 99.9%;
    height: 100%;
    margin: -2%;
    position: absolute;

}

/* media query for profile page */
 @media screen and (max-width: 1152px) and (min-width: 943px){
     .proof_address_p {
         border: 1px solid #b8b8b8;
         border-radius: 8px;
         padding: 2% 2% 0%;
         box-shadow: 0 4px 2px rgba(0,0,0,.05);
         min-height: 389px;
         position: relative;
         max-width: 593px;
         background-size: 70px 70px;
     }
}

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

    .proof_address_p {
        border: 1px solid #b8b8b8;
        border-radius: 8px;
        padding: 2% 2% 0%;
        box-shadow: 0 4px 2px rgba(0,0,0,.05);
        min-height: 343px;
        position: relative;
        max-width: 593px;
        background-size: 70px 70px;
    }
    .namefield1 {
        padding: 6.5% 3%;
    }
    .namefield2 {
        padding: 7.6% 3%;
        margin-left: 0%;
    }
    .update_country,
    .update_state {
        border: 2px solid #F2F2F2 !important;
        width: 80% !important;
    }
    .navbar-nav {
        padding-left: 4px;
    }
    .order {
        margin-left: 0% !important;
    }

    .proofadd_btn{
        width: 100%;
    }
    #proof_address_pg ul {
        padding-left: 6%;
    }

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .namefield1 {
        padding: 12.5% 3%;
    }
    .namefield2 {
        padding: 9% 3%;
        margin-left: -5%;
    }
    .addressfield {
        padding: 7% 3%;
    }
    .update_country,
    .update_state {
        border: 2px solid #F2F2F2 !important;
        width: 90%;
        background: white;
        padding: 5%;
    }
    .navbar-nav {
        padding-left: 4px;
    }
    .order {
        margin-right: 2%;
    }
    #flag-img {
        width: 45px !important;
    }
    .background-img_rotate {
        background-position: right -392px bottom -209px;
        width: 620px;
        border-radius: 50%;
        height: 620px;
        right: 1.2%;
        bottom: -1%;
        z-index: -1;
        top: 16%;
    }
    .onfido_modal_div {
        height: 90vh;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        min-width: 0.5em !important;
        padding: 0.1em 0.2em !important;
        margin-left: 0px !important;
    }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {

    .round-image {
        top: -378% !important;

    }
    .aff-signup-dropdown .down {
        margin-left: 58.3% !important;
        margin-top: 15% !important;
    }
    .aff-signup-dropdown1 .down {
        margin-left: 67.3% !important;
        margin-top: 15% !important;
    }
    .aff-signup-dropdown2 .down {
        margin-left: 51.3% !important;
        margin-top: 8% !important;
    }
    #affilate_signup_leftsec{
        height: 920 !important;
    }
    #affiliate_signup_section{
        margin-top:5% !important;
    }
}

@media only screen and (max-width: 360px) and (min-width: 300px) {
    .namefield2 {
        padding: 8.5% 3%;
    }
    .addressfield {
        padding: 8.6% 3%;
    }
    .update_country,
    .update_state {
        border: 2px solid #F2F2F2 !important;
        width: 77% !important;
    }
    .editbtn8 {
        width: 28% !important;
    }
    .navbar-nav {
        padding-left: 4px;
    }
    #flag-img {
        width: 36px !important;
    }
    .buy_crypto_nav_bar li a {
        padding: 12px 5px 13px 5px;
    }
    .profile_email_div{
        min-height: 5.3rem !important;
    }
    .phone_dev {
        padding: 6.9% 2% !important;
    }
    .round-image {
        position: absolute;
        left: -4px;
        top: -210% !important;
        z-index: -1;
        width: 100% !important;
    }
    #address_show {
        box-shadow: 0px 12px 8px 0px rgba(42, 52, 29, 0.1);
    }
    #a_new_email_address {
        padding: 4px 9px !important;
    }
    .verifybox {
        max-width: 24px;
        margin-right: 3px;
        padding-left: 2px;
        padding-right: 0px;
    }
    .background-img {
        background-image: none !important;
    }
    #credentials-side-img{
        display: none !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        min-width: 0.5em !important;
        padding: 0.1em 0.2em !important;
        margin-left: 0px !important;
    }

    .buycrpto-dropdown .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-left: 75.3% !important;
        position: absolute !important;
        margin-top: -10% !important;
    }
    #create_order_card_heading_on_crypto_page {
        margin-top: 9% !important;
    }

    #payment_pg_cardlogo_section{
        margin-top:-7% !important;
    }
    ul.pagination {
        justify-content: flex-start !important;
    }
    div.dataTables_info{
        text-align: left !important;
    }
    #profile_pg_below_header_section .increase_purchase_section{
        margin-top:-7% !important;
        padding-right: 9% !important;
       }
    .affiliate_sign_back{
        padding-left: 7% !important;
        z-index: 999999 !important;
        margin-left: -5% !important;
        position: absolute !important;
        margin-top: 6% !important;
    }
    #affiliate_signup_section h2{
        margin-left:9%;
        font-size:32px;
    }
    .aff-signup-dropdown .down {
        margin-left: 40.3% !important;
        margin-top: 26% !important;
    }
    .aff-signup-dropdown1 .down {
        margin-left: 47.3% !important;
        margin-top: 26% !important;
    }
    .aff-signup-dropdown2 .down {
        margin-left: 22.3% !important;
        margin-top: 12% !important;
    }
    .fa-angle-left{
        margin-left: 43% !important;
    }
}

@media only screen and (max-width: 450px) and (min-width: 360px) {
    .addressfield {
        padding: 8.5% 3%;
    }
    .namefield2 {
        padding: 8.6% 3%;
        margin-left: 0%;
    }
    .update_country,
    .update_state {
        border: 2px solid #F2F2F2 !important;
    }
    .editbtn8 {
        width: 24% !important;
        font-size: 10px !important;
    }
    .navbar-nav {
        padding-left: 4px;
    }
    .order {
        margin-left: 0.1% !important;
    }
    #flag-img {
        width: 36px !important;
    }
    .profile_email_div{
        min-height: 5.3rem !important;
    }
    .phone_dev {
        padding: 5.9% 2% !important;
    }

    .round-image {
        position: absolute;
        left: -4px;
        top: -219% !important;
        z-index: -1;
        width: 100% !important;
    }
    #address_show {
        box-shadow: 0px 12px 8px 0px rgba(42, 52, 29, 0.1);
    }
    .verifybox {
        max-width: 31px;
        margin-right: 3px;
        padding-left: 9px;
    }
    .background-img {
        background-image: none !important;
    }
    #credentials-side-img{
        display: none !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        min-width: 0.5em !important;
        padding: 0.1em 0.2em !important;
        margin-left: 0px !important;
    }
    .buycrpto-dropdown .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-left: 75.3% !important;
        position: absolute !important;
        margin-top: -10% !important;
    }
    #create_order_card_heading_on_crypto_page {
        margin-top: 9% !important;
    }
    #profile_pg_below_header_section .increase_purchase_section{
    margin-top:-7%;
    padding-right: 9% !important;
   }
    #payment_pg_cardlogo_section{
        margin-top:-2% !important;
    }
    ul.pagination {
        justify-content: flex-start !important;
    }
    div.dataTables_info{
        text-align: left !important;
    }
    .buy_crypto_nav_bar li a {
        padding: 12px 5px 13px 5px;
    }
    .affiliate_sign_back{
        padding-left: 7% !important;
        z-index: 999999 !important;
        margin-left: -5% !important;
        position: absolute !important;
        margin-top: 5% !important;
    }
    #affiliate_signup_section h2{
        margin-left:10%;
    }
    .aff-signup-dropdown .down {
        margin-left: 45.3% !important;
        margin-top: 23% !important;
    }
    .aff-signup-dropdown1 .down {
        margin-left: 53.3% !important;
        margin-top: 23% !important;
    }
    .aff-signup-dropdown2 .down {
        margin-left: 31.3% !important;
        margin-top: 12% !important;
    }
    #proof_address_pg ul {
        padding-left: 6% !important;
    }
}

@media only screen and (max-width: 415px) and (min-width: 411px) {
    .round-image {
        top: -271% !important;
    }
    #address_show {
        box-shadow: 0px 12px 8px 0px rgba(42, 52, 29, 0.1);
    }
    .verifybox {
        max-width: 33px;
        margin-right: 5px;
    }
    .background-img {
        background-image: none !important;
    }
    #credentials-side-img{
        display: none !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        min-width: 0.5em !important;
        padding: 0.1em 0.2em !important;
        margin-left: 0px !important;
    }
    .buycrpto-dropdown .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-left: 75.3% !important;
        position: absolute !important;
        margin-top: -10% !important;
    }
    #create_order_card_heading_on_crypto_page {
        margin-top: 9% !important;
    }
    #payment_pg_cardlogo_section{
        margin-top:-4% !important;
    }
    ul.pagination {
        justify-content: flex-start !important;
    }
    div.dataTables_info{
        text-align: left !important;
    }
    .buy_crypto_nav_bar li a {
        padding: 12px 5px 13px 5px;
    }
    .affiliate_sign_back{
        margin-top: 3% !important;
    }
    .aff-signup-dropdown .down {
        margin-left: 50.3% !important;
        margin-top: 19% !important;
    }
    .aff-signup-dropdown1 .down {
        margin-left: 57.3% !important;
        margin-top: 19% !important;
    }
    .aff-signup-dropdown2 .down {
        margin-left: 40.3% !important;
        margin-top: 11% !important;
    }
}
@media only screen and (min-width: 1024px) {
    .update_country,
    .update_state {
        border: 2px solid #F2F2F2 !important;
        width: 84%;
        padding: 10px 0px !important;
    }
    .editbtn8 {
        width: 25% !important;
    }
    .editbtn8:hover {
        color: #1f1d1d !important;
        border: 2px solid #848484 !important;
    }
    .order {
        margin-left: 2.5%;
    }
    .custom-header-btn {
        width: fit-content;
        padding: 5px 4px;
        float: right;
    }
    .header-menu {
        list-style: none;
        padding: 10px 0px 0 0px;
        width: fit-content;
        margin-bottom: 0;
        float: left;
    }
    .header-menu li {
        float: left;
        padding: 10px 6px;
        min-width: 89px;
    }
    .background-img_rotate {
        background-position: right -346px bottom -117px;
        width: 720px;
        border-radius: 50%;
        height: 720px;
        right: 1.2%;
        bottom: -1%;
        z-index: -1;
        top: 8%;
    }
}

@media only screen and (max-width: 950px) and (min-width: 768px) {
    .master-card-image-size {
        width: 100px;
        padding-right: 52px;
    }
    #credentials-side-img{
        display: none !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        min-width: 0.5em !important;
        padding: 0.1em 0.2em !important;
        margin-left: 0px !important;
    }
    .buycrpto-dropdown .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-left: -6.7% !important;
        position: absolute !important;
        margin-top: 9% !important;
    }
    #address_show{
        box-shadow: 0px 12px 8px 0px rgba(42, 52, 29, 0.1);
    }
    .card{
        margin-right: 1.5rem !important;
    }
}

@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .update_country,
    .update_state {
        border: 2px solid #F2F2F2 !important;
        width: 89.9% !important;
    }
    .order {
        margin-left: 2.5%;
    }
    .round-image {
        top: -21.6% !important;
    }
    .background-img_rotate {
        background-position: right -346px bottom -117px;
        width: 1200px;
        border-radius: 50%;
        height: 1200px;
        right: 4%;
        bottom: -1%;
        z-index: -1;
        transform: rotate(-29.38deg);
    }
    .dataTables_wrapper {
        overflow-x: hidden !important;
        /* overflow: hidden; */
    }
    .aff-signup-dropdown .down {
        margin-left: 51.3% !important;
        margin-top: 19% !important;
    }
    .aff-signup-dropdown1 .down {
        margin-left: 51.3% !important;
        margin-top: 19% !important;
    }
    .aff-signup-dropdown2 .down {
        margin-left: 37.3% !important;
        margin-top: 10% !important;
    }
    #image_sec .alert-dismissible{
        min-width:17.8% !important;
    }
}

/* for macbookair */
@media only screen and (max-width: 1440px) and (min-width: 1438px) {
    .background-img_rotate {
        background-position: right -337px bottom -95px;
        width: 900px;
        border-radius: 50%;
        height: 900px;
        right: 2.5%;
        bottom: -1%;
        z-index: -1;
        top: 4%;
    }
    #loginpage_row{
        height: 89.5vh !important;
    }

}
/* ipad pro */
@media only screen and (max-width: 1024px) and (min-width: 1024px) {
    .aff-signup-dropdown .down {
        margin-left: 31.3% !important;
        margin-top: 28% !important;
    }
    .aff-signup-dropdown1 .down {
        margin-left: 31.3% !important;
        margin-top: 28% !important;
    }
    .aff-signup-dropdown2 .down {
        margin-left: 10.3% !important;
        margin-top: 15% !important;
    }
}


/* media query for profile page end */

.pagination a {
    text-decoration: none;
    color: #518DC4;
}

.pagination a:hover {
    text-decoration: none;
    color: white;
}

.pagination a:focus {
    text-decoration: none;
    outline-width: 0;
}

.paginate_button:hover {
    background: #2B65F8 !important;
    border: 1px solid #2B65F8 !important;
    color: #ffffff !important;
}

.paginate_button:hover a {
    color: #ffffff !important;
}

.pagination .active {
    background: #dadada !important;
    border: 1px solid #dadada !important;
    color: #000 !important;
}

.pagination .active a {
    color: #000 !important;
}

.dataTables_paginate {
    margin-bottom: 5% !important;
}

.alert-success {
    color: #000 !important;
}

.form-wrapper {
    overflow: hidden;
}

#target_currency,
#customer_dob,
#customer_ref_currency {
    background-color: #ffffff;
}

.order {
    margin-left: 2.5%;
}

.form_z_index {
    position: relative;
    z-index: 1;
    padding-right: 5px;
}

.round-image {
    position: absolute;
    left: -4px;
    top: -14%;
    z-index: -1;
    width: 100% !important;
}

.close {
    font-size: 41px !important;
    opacity: 1;
}

.profile_update_new {
    background: #2B65F8 !important;
    border: 2px solid #2B65F8 !important;
    color: #ffffff !important;
}

.profile_update_new:hover {
    margin-top: 0px;
    font-size: 13px;
    background: #ffffff !important;
    color: #1f1d1d !important;
    border: 2px solid #2B65F8 !important;
    margin-left: 0px;
    border-radius: 12px 12px 12px 12px;
    width: 16%;
}

table.dataTable tbody tr {
    background-color: transparent !important;
}

.table.dataTable thead .sorting {
    background-image: url();
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: none;
}

.navbar-toggler:focus {
    outline: none;
}

h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 39px;
}

h3 {
    font-size: 28px;
    line-height: 33px;
}

h4 {
    font-style: normal;
    font-size: 27px;
    line-height: 32px;
}
h5 {
    font-style: normal;
    font-size: 23px;
    line-height: 32px;
}

/*Buy Crypto page*/

.input-loader {
    position: absolute;
    width: 100%;
    background: #fff;
    opacity: 0.8;
    top: 0;
    bottom: 0;
    display: none;
}

.loader-img-input {
    max-width: 30px;
    position: absolute;
    right: 11%;
    top: 42%;
}

.loader-img-phone-input {
    max-width: 30px;
    position: absolute;
    right: 2%;
    top: 15%;
}

.loader-img-phone-input-email {
    max-width: 30px;
    position: absolute;
    right: 0px;
    top: 50%;
}

.loader-img-phone-input-update-password-modal {
    max-width: 56px;
    position: absolute;
    right: 45%;
    top: 20%;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('/website_content/assets/images/website_images/Group@2x.png');

}

#view-transactions-table td {
    border: none !important;
}
#view-transactions-table_processing{
    background: none !important;
}

@media (max-width: 573px) {
    .col-xxs-6 {
        flex: 0 0 50%;
        max-width: 50%;
        float: left;
        margin-bottom: 20px;
    }
}

@media (max-width: 414px) {
    .proceed_to_payment_cls {
        margin-top: 1rem;
        min-height: 48px;
        background: #2B65F8;
        box-shadow: 0px 4px 4px rgba(20, 104, 241, 0.21);
        border-radius: 8px;
    }
}

.proceed_to_payment_cls {
    margin-top: 1rem;
    min-height: 48px;
    background: #2B65F8;
    box-shadow: 0px 4px 4px rgba(20, 104, 241, 0.21);
    border-radius: 8px;
}

.payment-page-input-number-style {
    color: #000000;
    letter-spacing: 0.195em;
    margin-top: 0.5rem;
}

.payment-page-label-color {
    color: #000000;
}

.payment-heading {
    display: inline-block;
}

.payment-heading-2 {
    display: none;
}

@media (max-width: 364px) {
    .font_style_in_payment_page {
        font-size: smaller;
    }
    .dot1 {
        height: 25px;
        width: 25px;
        background-color: #f2f2f2;
        border-radius: 50%;
        display: inline-block;
        padding: 0 0 0 8px;
        /* float: right;
        top: 15px; */
        right: 7px;
        position: absolute;
    }
    .master-card-image-size {
        width: 100px;
        padding-right: 52px;
    }
}

.master-card-image-size {
    width: 200px;
}

@media (max-width: 767px) {
    .background-img_rotate {
        background-image: none !important;
    }
    #credentials-side-img{
        display: none !important;
    }
    .pading-small-0 {
        padding: 0 !important;
    }
    #summary-card-location {
        padding: 1.5rem !important;
    }
    .payment-heading {
        display: none;
    }
    .cyptopagestylecheck {
        padding-left: 0px;
        padding-right: 0px;
    }

}

.image_align_correctly {
    display: table-cell;
    width: 50%;
}

#address_show,
#show_full_address {
    background: #fff !important;
    z-index: 1 !important;
}

.profile_div label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.crypto_page_create_order_label_styles {
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
    line-height: 21px;
}

@media only screen and (min-width: 1200px) {
    .crypto_page_create_order_label_styles {
        font-size: 1.125rem;
    }
}

.crypto_page_create_order_input_style {
    font-size: 18px;
    color: #000000;
}

.bg-light {
    background-color: #fdfdfd !important;
}

.alert-dismissible .close {
    font-size: 25px !important;
    border-radius: 50%;
    padding: 1px 7px;
    top: 10px;
    right: 20px;
}

.card {
    border-radius: 8px !important;
}

button.close {
    outline: none !important;
}


.buy_crypto_payment_page_term_conditions{
    display: none;
}


table.dataTable thead .sorting_desc{
    background-image: none !important;
}


table.dataTable thead .sorting_asc {
    background-image: none !important;
}

.buycrpto-dropdown i {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }

.buycrpto-dropdown .down {
    transform: rotate(45deg);
    margin-top: 20px!important;
    right: 16px;
    position: absolute;
}

@media only screen and (min-width: 768px) {
    .buycrpto-dropdown .down {
        margin-top: 7%;
    }
}

.order_card11 {
    padding: 0;
}

.order_card11 h2 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.625;
}

@media only screen and (min-width: 1200px) {
    .order_card11 h2 {
        font-size: 2rem;
    }
}

.order_card11 > div:last-of-type label {
    margin: 0;
}

.order_card11 > div:not(.amount-block) {
    font-size: 0.875rem;
}

.order-row .amount-block {
    margin: 40px 0 0;
    font-size: 1.25rem;
}

@media only screen and (min-width: 1200px) {
    .order_card11 h2 {
        font-size: 1.5rem;
    }
}

.form-check-input {
    margin-left: -0.90rem;
}

.comin_soon_h {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
}

#cardnumber,#expiremonth,#expireyear,#cvc{
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 23px;
}

input::placeholder {
    font-size: 15px !important;
  }



  /* css for affliate signup page start */
#affiliate_signup_section .background-img{
    height: 70vh !important;
    max-height: 70vh !important;
}
/* css for affliate signup page end */

/* profile page last section css */
.show_full_address *{
    box-sizing: border-box;
  }
  .show_full_address input[type=text] {
    padding: 12px;
    font-size: 17px;
    border: 1px solid #F2F2F2;
    float: left;
    width: 84%;
    background: #fff;
  }
  .show_full_address select {
    padding: 12px;
    text-indent: 5px;
    font-size: 17px;
    border: 2px solid #F2F2F2;
    float: left;
    width: 84%;
    background: #fff;
     -webkit-appearance: none;
    -moz-appearance: none;
   border-radius:1px;
  }
  .show_full_address .cancelbtn {
    float: left;
    padding: 6px 5px;
    background: #fff;
    color: #afacac;
    font-size: 12px;
    border: 2px solid #F2F2F2;
    border-left: none;
    cursor: pointer;
    width:15%;
    overflow: hidden;
  }

  /* for firdox only */

@supports (-moz-appearance:none) {
    #sign-back2 {
        margin-left: 9%;
    }
    #sign-back2 i{
        margin-top: 3%;
    }
    .aff-signup-dropdown2 .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-left: 34.3%;
        position: absolute;
        margin-top: 12%;
    }
}
/* for safari only */
@media not all and (min-resolution:.001dpcm)
{
    @supports (-webkit-appearance:none) {
        #sign-back2 {
            position: absolute;
        }
        .aff-signup-dropdown .down {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            margin-left: 45.3%;
            position: absolute;
            margin-top: 22%;
            }
        .aff-signup-dropdown2 .down {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            margin-left: 31.3%;
            position: absolute;
            margin-top: 12%;
            }
       }
}

.hidden_field{
    display: none;
}

.uploaded_images_style{
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-right: 16px;
    width:123px;
    height:172px
}
.choose_file{
    position: absolute;
    cursor: pointer;
    left: 43%;
    top: 39%;
    text-align: center;
}

@media only screen and (max-width: 450px){
    .uploaded_images_style{
        width: 102px !important;
        height: 150px;
        margin-left: 11px;
        margin-right: 0px;
    }

    .choose_file{
        position: absolute;
        cursor: pointer;
        left: 34%;
        top: 39%;
        text-align: center;
    }
}

@media only screen and (max-width:768px) and (min-width:320px) {
    .addr{
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

.firefox{
    width: 216px;
    height: 48px;
    left: 888px;
    top: 404px;
    background: #2B65F8;
    box-shadow: 0px 4px 4px rgba(20, 104, 241, 0.21);
    border-radius: 8px;
}

#proof_address_form .test_class {
    float: left;
}

