@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&family=Rampart+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nixie+One&display=swap');

/* 
    font-family: 'Open Sans', sans-serif;
    font-family: 'Quantico', sans-serif;
    font-family: 'Rampart One', cursive;
    font-family: 'Nixie One', cursive;
*/
:root {
    --dark-theme-bg-color: #202124;
    --light-theme-bg-color: #e8eaed;
    --clear-theme-bg-color: #fcfbff;
    --dark-theme-text-color: #e8eaed;
    --light-theme-text-color: #202124;
    --text-color-light-blue: #6d8cc0;
    --text-color-blue: #2f8cc5;
    --text-color-toq-blue: #00a7e4;

}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    outline: none;
}

html::-webkit-scrollbar {
    display: none;
}

html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

li {
    list-style: none;
}

body {
    width: 100vw;
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    overflow-x: hidden;
}

.dark-theme {
    background-color: var(--dark-theme-bg-color);
    color: var(--dark-theme-text-color);
}

.light-theme {
    background-color: var(--light-theme-bg-color);
    color: var(--light-theme-text-color);
}

main,
main>.container,
main>.container>section {
    width: 100%;
}

main {
    max-width: 1200px;
    margin: 0 auto;
}

main>.header {
    width: 100%;
    position: sticky;
    top: 0;
    background: var(--dark-theme-bg-color);
    z-index: 999;
}

main>.container>section.head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

main>.container>section.head>h1,
main>.container>section.head>h3 {
    margin: 10px 0;
}

main>.container>section.head>h1 {
    color: var(--text-color-blue)
}

main>.container>section.head>h3 {
    color: var(--text-color-toq-blue)
}

.disc {
    min-width: 700px;
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.disc>p {
    max-width: 300px;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
    font-family: 'Quantico', sans-serif;
    margin: 0 auto;
}

.disc>img {
    height: 50px;
    margin-right: 5px;
}

.__progress-box {
    width: max-content;
    margin: 20px auto;
    background-color: var(--clear-theme-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.logo-container, .actions-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.actions-container {
    justify-content: flex-start;
}

.logo-container {
    justify-content: flex-end;
}

.actions-container button {
    padding: 10px 20px;
    border-radius: 100px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    margin: 0 5px;
    background: linear-gradient(to top right, #cd7a8a 10%, #5772a3);
}

.actions-container a>button {
    background: #cd7a8a;
}

.header-row button:hover {
    background: linear-gradient(to top right, #5772a3 10%, #cd7a8a);

}

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

.text-disc div {
    display: flex;
    width: 100%;
    max-width: 800px;
    border-radius: 15px;
    padding: 40px 20px;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    margin: 10px 0;
    flex-direction: column;
}

.banner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.banner img {
    width: 100%;
    height: fit-content;
}

article.dics {
    max-width: 300px;
}

.left {
    float: left;
}

.right {
    float: right;
}

#wallets-base {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

#wallets-base>button {
    background: transparent;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#wallet-connect {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    padding: 20px;
    background: linear-gradient(to top right, #fff 70%, transparent);
    display: flex;
    justify-content: center;
    align-items: center;
}

#wallet-connect>div {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

#wallet-connect>div button {
    margin: 10px 0;
    padding: 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-weight: 700;
}

#wallet-connect>div button:nth-child(1) {
    background: linear-gradient(to top right, #cd7a8a 50%, #2f8cc5);
    color: #fff;
}

#wallet-connect>div button:nth-child(2) {
    background: transparent;
    color: #2f8cc5;
}

#wallet-connect>div button:nth-child(2):hover {
    color: #cd7a8a;
}

.light-theme #wallet-connect>ul {
    background-color: var(--dark-theme-bg-color);
    color: var(--dark-theme-text-color);
}

.dark-theme #wallet-connect>ul {
    background-color: var(--clear-theme-bg-color);
    color: var(--light-theme-text-color);
}

#wallet-connect>ul>li {
    /* width: 100%; */
    height: 150px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin: 5px;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer;
    transition: all ease-out 250ms;
    flex-direction: column-reverse;
}

#wallwallet-connectets>ul>li:hover {
    transform: scale(1.05);
    transition: all ease-in 250ms;
    box-shadow: 2px 10px 15px -10px #666;
}

.newphrase-contain {
    width: 100%;
    max-width: 450px;
    background: #fff;
    color: #000;
    padding: 10px;
}

.seed-box {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    background: #cd7a8a;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 50px;
}

.seed-box>span {
    margin: 3px 5px;
    font-weight: 600;
    font-size: 12px;
    font-style: italic;
}

.warning {
    width: 100%;
    font-size: 10px;
    font-style: italic;
    font-weight: 600;
    padding: 5px;
    color: #666;
    margin: 20px 0;
}

.warning>input {
    margin-right: 3px;
}

.action-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.action-btns>button {
    padding: 10px 0;
    font-weight: 700;
    font-style: italic;
    border: none;
}

.action-btns>button:nth-child(1) {
    background: transparent;
    cursor: pointer;
}

.action-btns>button:nth-child(1):hover {
    color: red;
}

.action-btns>button:nth-child(2) {
    padding: 10px 40px;
    border-radius: 5px;
}

.action-btns>button.approved {
    background: linear-gradient(to bottom right, #cd7a8a, #2f8cc5);
    color: #fff;
    cursor: pointer;
}

.action-btns>button.disapproved {
    background: linear-gradient(to bottom right, #d6c999, #67a6cc);
    color: #666;
    cursor: not-allowed;
}

.screen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    overflow: hidden;
    z-index: 9999;
}

.screen>.form-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    padding: 20px;
    box-shadow: 5px 10px 15px -10px #666, 5px 10px 15px -10px red;
}

.screen>.form-box>div,
.screen>.form-box>ul,
.screen>.form-box input,
.screen>.form-box textarea {
    width: 100%;
}

.screen>.form-box>div,
.screen>.form-box>ul {
    margin: 15px 0;
}

.screen>.form-box input,
.screen>.form-box textarea {
    padding: 10px 20px;
    margin: 10px 0;
}

.screen>.form-box textarea {
    height: 60px;
}

.screen>.form-box>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 100px;
}

.screen>.form-box>ul>li {
    padding: 5px 20px;
    font-weight: 700;
    font-size: 10px;
    cursor: pointer;
    border-radius: 50px;
    background: #666;
    color: #a1606c;
    margin: 4px;

}

.form-controls>li {
    flex: 1 1;
}

.screen>.form-box>ul>li:hover {
    background: #a1606c;
    color: #2f8cc5 !important;
}

.screen>.form-box p {
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
}

.screen>.form-box #form-content {
    min-height: 100px;
}

.dark-theme .screen>.form-box {
    color: var(--light-theme-text-color);
}

.light-theme .screen>.form-box {
    color: var(--dark-theme-text-color);
}

.screen>.form-box .btn-contain {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

#__close_form {
    border: none;
    background: transparent;
    font-weight: 700;
    font-style: italic;
    cursor: pointer;
}

#__close_form:hover {
    color: red;
}

.credentials-container {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.qr-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phrase-actions {
    display: flex;
    justify-content: baseline;
    align-items: baseline;
    flex-direction: column;
    padding: 10px;
}

.phrase-actions>button {
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Quantico', sans-serif;
    text-align: left;
    color: green;
    cursor: pointer;
}

.phrase-actions>button:hover {
    color: #27e9ee;
    transform: scale(1.1);
}


.theme-toggle {
    float: right;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.theme-toggle .theme-btn {
    width: 95%;
    height: 5px;
    margin: 20px;
    border-radius: 50px;
    box-shadow: 2px 10px 15px 5px #cd7a8a;
    background: linear-gradient(to right, var(--dark-theme-bg-color) 50%, var(--light-theme-bg-color));
    position: relative;
}

.theme-toggle .theme-btn div {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background: #cd7a8a;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -50%);
}

.h1-container {}

.h1-container h1 {
    width: 60%;
    font-size: 4.5rem;
    line-height: 5.1rem;
    margin-bottom: 10px;
    border-right: 10px solid #cd7a8a;
}

.h1-container p {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
}

.btn-contain .sub-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    border-top: 1px solid #cfb149;
    border-left: 1px solid #cfb149;
    border-right: 1px solid #006691;
    border-bottom: 1px solid #006691;
    border-radius: 25px;
}

.btn-contain .sub-btn:hover {
    background: #6f6d6d;
    color: #006691;
}

.btn-contain .sub-btn.invalid {
    background: linear-gradient(to bottom right, #a1606c 10%, #27e9ee);
    color: #666;
    cursor: not-allowed;
}

.btn-contain .sub-btn.valid {
    background: linear-gradient(to bottom right, #cfb149 10%, #006691);
    color: #fff;
    cursor: pointer;
}

footer {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 10px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 400px;
    max-width: 1200px;
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    box-shadow: 0 -95px 65px -120px #cd7a8a;
}

footer .footer-text {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

footer>nav {
    margin: 20px 0;
}

footer>nav>ul {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

footer>nav>ul>li {
    border-bottom: 1px dotted #cd7a8a;
    padding: 5px;
    /* max-width: 400px; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

footer>nav>ul>li img {
    width: 100%;
    height: fit-content;
}

footer>nav>ul>li>a {
    color: #0085b3;
    text-decoration: none;
}

footer>nav>ul>li>a:hover {
    color: #fff;
}

#notifiers {
    background: transparent;
    position: fixed;
    top: 10px;
    right: 10px;
    overflow-y: auto;
    height: 100vh;
    overflow-x: hidden;
    z-index: 999;
}

#notifiers .__notification-container {
    padding-bottom: 20px;
    border-radius: 5px;
    min-width: 200px;
    max-width: 400px;
    position: relative;
    font-size: 12px;
    font-style: italic;
    margin: 5px 0;
    animation: SlideInRight 250ms;
    z-index: 9999;
}

#notifiers .__notification-container.success {
    background-color: #659968;
}

#notifiers .__notification-container.error {
    background-color: #e23b3b;
}

#notifiers .__notification-container.warn {
    background-color: #a1606c;
    color: var(--light-theme-text-color);
}

.__notifier-img-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
}

#notifiers .__notifier-img-container img {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.__notification-container img:hover {
    transform: scale(1.1);
    /* transform: rotateX(180deg); */
    transition: all 250ms;
}

#notifiers p {
    padding: 0 10px;
}

/* sync progress */
.sync-progress {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sync-progress strong {
    color: var(--text-color-toq-blue);
    font-size: 12px;
}

.sync-progress>div {
    width: 90%;
    height: 10px;
    border: 1px solid #666;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}

.sync-progress>div>div {
    height: 100%;
    border-radius: 50px;
    background-color: green;
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999;
}

.cover>div {
    padding: 10px;
    border-radius: 5px;
    background-color: #666;
}

.cover>div p {
    margin-bottom: 10px;
}

.cover ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover ul>li {
    flex: 1 1 auto;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Quantico', sans-serif;
    cursor: pointer;
}

.cover ul>li:nth-child(2) {
    color: red;
}

.row>article {
    padding: 10px;
}

.text-disc img {
    width: 100%;
    max-width: 450px;
    height: fit-content;
}

@media only screen and (max-width:1200px) {
    section.dics {
        position: relative;
    }

    section.dics .h1-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }

    section.dics .h1-container h1 {
        max-width: 500px;
        font-size: 5rem;
        margin: 0 auto;
        margin-top: 50px;
    }

    section.dics .h1-container p {
        max-width: 500px;
        margin: 0 auto;
        padding: 10px;
    }
}

@media only screen and (max-width:560px) {
    .header-row {
        flex-direction: column;
    }

    section.dics .h1-container h1 {
        font-size: 14vw;
        margin: 0 auto;
        margin-top: 50px;
    }
}