/* fonts */
/* @import url(https://fonts.googleapis.com/css?family=Fredericka+the+Great&display=swap); */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700);
/* @import url(https://fonts.googleapis.com/css?family=Dosis:300,400,700); */


/* html {
} */

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #ccc;
}

body {
    /* margin: 0; */
    display: grid;
    gap: 0rem;
    grid-template-rows: auto auto auto 1fr auto;
    grid-template-columns: 20% 1fr 20%;
    /* grid-template-columns: 3fr; */
    /* grid-template-rows: 1fr; */
    grid-template-areas:
        "header header header"
        "header2 header2 header2"
        "leftbar main-header rightbar"
        "leftbar main rightbar"
        "footer footer footer";
    background-color: white;
    min-width: 100vh;
    min-height: 100vh;
    margin: 0 auto;
    /* align-items: center; */
    /* justify-items: center; */
    /* justify-content: center; */
    font-size: 0.70rem;
    font-family: "Open Sans", arial, sans-serif;
    /* font-family: Dosis, arial, sans-serif; */
    line-height: 1.5;
    /* text-transform: uppercase; */
    letter-spacing: 0.1rem;
    /* border-width: 0; */
    cursor: default;
    color: #333;
}

header {
    grid-area: header;
    display: flex;
    min-width: inherit;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    border-bottom: 1px;
    border-style: solid;
    border-color: #eee;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-size: 0.85rem;
}

.header2 {
    /* second header with navigation info */
    grid-area: header2;
    display: flex;
    min-width: inherit;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f8f8;
    height: auto;
    min-height: 12rem;
    padding: 2rem 0;
    text-transform: uppercase;
    /* margin-bottom: 3rem; */
    /* width: 60%; */
    /* TODO: responsive - higher or smaller screens OR remove this section at all */
}

.header2_nav {
    display: flex;
    /* width: 60%; */
    flex: auto;
    max-width: 60%;
    opacity: 0.75;
    letter-spacing: 0.2rem;
    font-size: 1.25rem;
}

.header2_nav h1 {
    font-weight: normal;
}

.header2_nav a {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.main_header {
    grid-area: main-header;
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}

.sidebar {
    margin-top: 2rem;
    margin-bottom: 2rem;
    min-width: 200px;
    max-width: 16rem;
}

.leftbar {
    grid-area: leftbar;
    display: flex;
    flex-direction: column;
    justify-self: end;
    margin-right: 2rem;
}

.rightbar {
    grid-area: rightbar;
    display: flex;
    flex-direction: column;
    margin-left: 2rem;
}

.rightbar ul {
    letter-spacing: 0.15rem;
}

main {
    /* display: block; */
    grid-area: main;
    align-items: center;
    justify-self: center;
    display: flex;
    flex-direction: column;
    flex: auto;
    width: 100%;
    margin: 0rem 5rem 2rem 5rem;
}

footer {
    grid-area: footer;
    display: flex;
    flex-direction: column;
    min-width: inherit;
    align-items: center;
    /* justify-content: inherit; */
    background-color: #f8f8f8;
    padding-top: 3rem;
    padding-bottom: 3rem;
    /* color: #777; */
}

footer .left {
    text-align: end;
    /* flex: auto; */
    width: 40%;
    text-transform: uppercase;
    font-size: medium;
}

footer .right {
    /* flex: auto; */
    width: 40%;
    text-transform: uppercase;
    font-size: medium;
}

footer .center {
    display: flex;
    width: 20%;
    flex-direction: column;
    /* flex: auto; */
    align-items: center;
    /* margin: 0 10rem 0 10rem; */
}

footer .left ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

footer .right ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer li {
    margin: 0.25rem 0;
    border: 0;
}

footer li p {
    margin: 0;
}




/* footer a {
    margin: 0 5rem 0 5rem; */
/* } */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Dosis, arial, sans-serif;
    font-weight: inherit;
    text-transform: uppercase;
    margin: 0;
    color: #333;
    font-weight: bold;
    padding-left: 0.2rem;
}

h1 {
    font-size: 1.5rem;
    letter-spacing: 0.75rem;
}

h2 {
    font-size: 1.25rem;
    letter-spacing: 0.5rem;
}

h3 {
    font-size: 1rem;
    letter-spacing: 0.35rem;
}

h4 {
    font-size: 0.75rem;
    letter-spacing: 0.25rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ccc;
}

h5 {
    font-size: 0.7rem;
    line-height: 1.5rem;
    letter-spacing: 0.05rem;
    text-transform: none;
    font-family: "Open Sans", arial, sans-serif;
    padding: 0;
}

h6 {
    font-size: 0.50rem;
    /* letter-spacing: 0.2rem; */
    border-bottom: 1px solid #ddd;
}

form {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    /* margin-top: -1rem; */
    /* compensite margin in items inside form */
    margin: 1rem 0 1rem 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 1rem 0;
    padding: 1rem;
    border: 1px #eee solid;
    outline: 0;
    font-size: 100%;
    font-family: inherit;
    /* text-transform: inherit; */
    letter-spacing: inherit;
    line-height: inherit;
    align-items: center;
    /* color: inherit; */
    min-width: 16rem;
    text-align: center;
    text-transform: uppercase;
}

input {
    padding: 0.5rem 1rem;
    border: 0;
    border-bottom: 1px solid #ddd;
    text-transform: none;
}

textarea {
    min-height: 12rem;
    resize: none;
    text-transform: none;
}

input:focus {
    border-bottom: 1px solid black;
}

/* textarea {
    margin-top: 3rem;
} */

input::placeholder,
textarea::placeholder {
    /* color: #c7c7c7; */
    opacity: 0.35;
}

input.long:not(:placeholder-shown) {
    letter-spacing: 0rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

input:not(:placeholder-shown):required:invalid {
    border-color: red;
}

button {
    margin: 1.5rem 0;
    padding: 0.75rem 0.75rem;
    background-color: black;
    opacity: 0.75;
    color: white;
    cursor: pointer;
    min-width: auto;
    width: 16rem;
    font-weight: 600;
}

button:hover {
    opacity: 1;
}

ul {
    padding: 0;
    list-style-type: none;
}

li {
    display: flex;
    padding: 0.25rem 0;
    border-bottom: 1px solid #eee;
}

small {
    opacity: 0.7;
    align-self: flex-end;
    /* letter-spacing: 0.10rem; */
    /* global */
}

a {
    /* color: inherit; */
    color: #777;
    text-decoration: inherit;
    font-family: Dosis, arial, sans-serif;
}

/* footer a {
    opacity: 0.5;
} */

nav {
    /* use grid instead of paddings */
    /* TODO: responsive */
    /* color: #777; */
    /* a global */
    padding-left: 8rem;
    /* padding-right: 4rem; */
}

nav a {
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: bold;
}

a:hover {
    /* only in nav? */
    color: black;
    opacity: 1;
}

.expand {
    flex: auto;
}

.logo {
    font-size: 3rem;
    font-family: "Fredericka the Great", Georgia, serif;
    text-transform: uppercase;
}

/* .sidebar h4 {
    border-bottom: 1px solid #ccc;
    padding: 0.4rem 0;
} */

.sidebar h5 {
    /* border-bottom: 1px solid #ddd; */
    /* padding: 0.2rem 0; */
    /* margin: 0.75rem 0; */
    /* margin-bottom: -0.5rem; */
    width: 50%;
    /* margin: 2rem auto 0 auto; */
    /* margin-top: 2rem; */
    /* separate class */
    text-align: center;
}

.sidebar img {
    padding-right: 0.5rem;
    float: left;
    /* max-width: 32px; */
    /* height: 16px; */
}

.disabled {
    opacity: 0.25;
}

button.disabled:hover {
    opacity: 0.25;
}

.inactive {
    opacity: 0.75;
}

.inactive:hover {
    opacity: 1;
}

.active {
    color: #333;
}

.alert {
    margin: 1rem;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    border: 1px;
    border-style: solid;
}

.alert.error {
    color: #e33131;
    border-color: #ffbbbb;
}

.alert.warning {
    color: #e9a00a;
    border-color: #f9ce75;
}

.alert.success {
    color: #36a367;
    border-color: #a9e2c2;
}

.alert strong {
    text-transform: uppercase;
}

.alert.info {
    color: #297ad3;
    border-color: #9ecdfc;
}

.closebtn {
    font-size: 1rem;
    font-weight: bold;
    /* color: #e33131; */
    color: inherit;
    padding-left: 2rem;
}

.closebtn:hover {
    color: black;
}

.long {
    min-width: 28rem;
}

/* .text-end {
    text-align: end;
} */

.legend {
    font-weight: bolder;
    letter-spacing: 0;
    /* margin-right: 0.75rem; */
    width: 16px;
    /* like favicon */
    /* margin-left: 24px; */
}

.darkorange {
    color: darkorange;
}

.darkgreen {
    color: darkgreen;
}

.noborder {
    border: 0;
}

/* .m1 {
    margin: 1rem;
} */

.m2 {
    margin: 2rem;
}

.my1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.ml1 {
    margin-left: 1rem;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

button.login {
    /* width: 100%; */
    margin-bottom: 0.5rem;
}

button.bitcoin {
    margin: 0.5rem 0;
    border: 0;
    background: url("/images/bitcoin.png") no-repeat;
    width: 383px;
    height: 80px;
}

button.bitmonero {
    margin: 0.5rem 0;
    border: 0;
    background: url("/images/bitmonero.png") no-repeat;
    width: 375px;
    height: 100px;
}

button.binance {
    margin: 0.5rem 0;
    border: 0;
    background: url("/images/binance.webp") no-repeat;
    /* width: 315px; */
    /* width: 530px; */
    width: 390px;
    /* height: 100px; */
    /* height: 161px; */
    height: 200px;
}

button.stripe {
    margin: 0.5rem 0;
    border: 0;
    background: url("/images/stripe.png") no-repeat;
    /* width: 315px; */
    /* width: 530px; */
    width: 400px;
    /* height: 100px; */
    /* height: 161px; */
    height: 240px;
}

button.p24 {
    margin: 0.5rem 0;
    border: 0;
    background: url("/images/p24.png") no-repeat;
    /* width: 315px; */
    /* width: 530px; */
    width: 400px;
    /* height: 100px; */
    /* height: 161px; */
    height: 140px;
}

button.allegro {
    margin: 0.5rem 0;
    border: 0;
    background: url("/images/allegro.png") no-repeat;
    width: 271px;
    height: 100px;
}

button.dotpay {
    margin: 0.5rem 0;
    border: 0;
    /* background: url("/images/dotpay/button.gif") no-repeat; */
    /* width: 160px; */
    /* height: 83px; */
    background: url("/images/dotpay/dotpay_color.png") no-repeat;
    width: 250px;
    height: 88px;
}

button.skrill {
    margin: 0.5rem 0;
    border: 0;
    background: url("/images/skrill.png") no-repeat;
    width: 245px;
    height: 75px;
}

/* a.login {
    opacity: 0.6;
    text-transform: none;
    font-size: smaller;
} */


.terms ul {
    margin-left: 1rem;
    letter-spacing: 0.10rem;
    /* make it global? */
}

.terms li {
    border: 0;
    padding-bottom: 0;
}

.orange {
    color: orange;
}

.green {
    color: green;
}

.red {
    color: red;
}

.bggreen {
    background-color: green;
}

/* a.green:hover {
    color: darkgreen;
} */

a.orange:hover {
    color: darkorange;
}

a.red:hover {
    color: darkred;
}

.bold {
    font-weight: bold;
}

.offer {
    width: 100%;
    justify-content: center;
}

.offer_item {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 20rem;
    border: #aaa 1px solid;
    /* padding: 0 2rem 2rem 2rem; */
    padding-bottom: 0rem;
    text-align: center;
}

.offer_item:hover {
    border-color: black;
}

.offer_item li {
    justify-content: center;
    /* border: black 1px solid; */
    padding: 0.5rem 0;

}

.offer_item button {
    width: 8rem;
}

strong {
    margin: 0 0.5rem 0 0.5rem;
}

.crossed {
    text-decoration: line-through;
}

.large {
    font-size: large;
}

.small {
    font-size: small;
}

.addon {
    opacity: 0.90;
    height: 2rem;
}

.addon:hover {
    opacity: 1;
}

.addon.disabled {
    opacity: 0.1;
}

.sidebar a {
    font-weight: bold;
}

.development {
    width: 80%;
}

.development li {
    padding: 0.4rem 0.4rem;
}

.development li:first-child {
    /* border-top: 1px solid #eee; */
    /* font-weight: bold; */
    font-size: medium;
}

.development strong {
    width: 15rem;
}

.development .title {
    /* text-align: right; */
    /* width: 40rem; */
    width: auto;
    padding: 0 0.4rem;
}

.development .votes {
    width: 5rem;
}

/* .development .vote {
    height: 100%;
    width: 100%;
} */

.development .vote:hover {
    font-weight: bold;
}

form.development {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.development input {
    width: 100%;
}

.development button {
    margin: 1rem;
    ;
    padding: 0.5rem 0.5rem;
    width: 8rem;
}

textarea.debrid {
    /* padding: 1rem; */
    /* border: 1px #eee solid; */
    width: 40rem;
    text-transform: none;
}

form.links {
    margin: 0.25rem 0 0.25rem 0;
}



.links button {
    padding: 0;
    margin: 0;
    background-color: initial;
    color: black;
    width: auto;
    font-weight: normal;
    text-transform: none;
}

.news {
    text-align: left;
    width: 40rem;
    letter-spacing: 0.05rem;
    margin-bottom: 5rem;
}

.news p {
    text-align: justify;
    text-justify: inter-word;
}

.news ul {
    list-style-type: disc;
    margin: 0 0 2rem 2rem;
}

.news li {
    /* make it default? */
    display: list-item;
    border: 0;
}

.news strong {
    margin: 0 0 0 0;
}


.survey {
    margin: 2rem 0;
}

.survey button {
    /* padding: 0.5rem 2rem; */
    padding: 1rem 0;
    margin: 0 0.2rem;
    /* width: 49%; */
}

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

.download_info h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.download_info li {
    border: 0;
}

.payment_box {
    /* margin: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1; */
    max-width: 60rem;
    border: black 1px solid;
    padding: 2rem;
    text-align: center;
}
