/*
Theme Name: Neftron
Theme URI: https://neftron-wp.themetags.com/
Author: Themetags
Author URI: https://themetags.com/
Description: Neftron is a NFT and Crypto Marketplace WordPress Theme is a powerful Easy to use, Mobile friendly, highly customizable SEO friendly NFT marketplace.
Version: 1.5.1
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: neftron
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
 */



.thank-you__message {
    background: #242C32;
    padding: 20px;
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
}

.thank-you__title {
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 10px;
    color: #EEF6F9;
}
.thank-you__text{
    margin-bottom: 15px;
}
.thank-you__text p {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #CED3D6;
}
.thank-you__link{
    text-decoration: none;
}
.thank-you__link svg{
    vertical-align: top;
    margin-right: 10px;
    margin-top: 4px;
}
.thank-you__link span{
    width: 533px;
    opacity: 0.7;
    color: #1DB6E6;
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}
.message_confirm_copy{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 32px;
    color: #fff;
    text-align: center;
    transform: translateX(-110vw);
    opacity: 0;
    transition: transform 0s .2s, opacity .2s;
}
.message_confirm_copy.show{
    opacity: 1;
    transform: translateX(0);
    transition: transform 0s 0s, opacity .2s;
}

