.checkout-container{
    height: fit-content;
    width: 360px;
    background-color: rgb(211, 211, 211);
    border-radius: 10px;
    margin: auto;
    margin-top: 10px;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    width: 320px;
    text-align: center;
    position: relative;
    left: 20px;
    padding-top: 20px;
}

.checkout-qr{
    text-align: center;
}

.checkout-qr img{
    margin-top: 5px;
    border-radius: 8px;
    height: 318px;
    box-shadow: inset black 0px 0px 5px;
    background-color: white;
}

.plain-address{
    text-align: center;
    margin: 10px;

}

.plain-address textarea{
    text-align: center;
    background-color: #f1f1f1;
    padding: 6px;
    border-radius: 7px;
    font-size: 18px;
    box-shadow: inset rgba(0, 0, 0, 0.397) 0px 0px 5px 1px;
    cursor: pointer;
    overflow-y: hidden;
    width: 305px;
    resize: none;
    pointer-events:visible;
}



/* Dropdown menu */

.dropdown{
    display: inline-block;
    width: 400px;
    text-align: center;
}

.dropdown-content{
    display: none;
    position: absolute;
    background-color: aliceblue;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 318px;
    margin-left: 20px;
    border: solid 1px black;
}

.dropdown-content a{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover{
    background-color: #f1f1f1;
}

.show{
    display: block;
}

#dropdownButton{
    display: flex;
    height: 45px;
    width: 320px;
    background-color: antiquewhite;
    border: solid 1px black;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    position: relative;
    padding: 10px 16px;
    font-size: 16px;
    left: 20px;
}

#leftIcon{
    margin-right: 85px;
    position: sticky;
    top: 2px;
    height: 20px;
}

#buttonText{
    flex: 1;
    text-align: center;
}

#dropdownIcon{
    margin-left: 90px;
    transition: transform 0.3s ease;
    height: 15px;
    position: relative;
}

#dropdownIcon.rotate{
    transform: rotate(180deg);
}

#dropdownImg{
    height: 20px;
    width: 20px;
    position: absolute;
    right: 281px;
}

.payment_context{
    width: 360px;
    margin: auto;
    text-align: justify;
    font-size: x-large;
    font-weight: bold;
    text-transform: capitalize;
    font-family: Helvetica;
    margin-bottom: -2px;
}

.poweredBy{
    text-align: center;
}

.poweredByContainer{
    display: inline-block;
    margin-top: 10px;
}

.poweredByContainer > span{
    color: blue;
    font-weight: bolder;
    position: relative;
    bottom: 3px;
    font-size: 12px;
}

.poweredByContainer{
    filter: grayscale(100%) opacity(15%);
}

/* Clipboard toast */

#copyToast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgb(255, 178, 34);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(20px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#copyToast.show{
    opacity: 1;
}

/* {% static 'css/styles.css' %} {% static 'js/main.js' %} */

.signinlogin{
    position: absolute;
    right: 20px;
    top: 30px;
}

.errorlist{
    list-style: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: rgb(160, 24, 0);
}

#registerBtn:disabled{
    background-color: #ccc;
    cursor: not-allowed;
}

#loginButton{
    border: solid 2px rgb(46, 46, 255);
    padding: 17px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    color: rgb(46, 46, 255);
}

#signinButton{
    border: solid 2px rgb(46, 46, 255);
    background-color: rgb(46, 46, 255);
    padding: 17px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    color: white;
}

.topmenu{
    text-align: center;
    margin: auto;
    color:rgb(211, 211, 211);
    width: fit-content;
    height: fit-content;

}

div.topmenu:nth-child(3),
#profileTopmenu{
    margin-top: .5rem;
    padding: 5px 7px 2px 7px;
    border-radius: 999px;
    background-color: #f1f1f1;
}

div.topmenu:nth-child(3) > a:nth-child(2) > svg:nth-child(1),
#profileTopmenu > a:nth-child(2) > svg:nth-child(1){
    height: 40px;
}

#Capa_1,
#Layer_1,
#currencySelect,
.topmenu > a{
    fill: black;
    color: black;
}

.topmenu > a{
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    display: inline-block;
}

.home-button,
.logout-button{
    position: absolute;
    top: .8rem;
}

.home-button{
    left: .8rem;
}

.logout-button{
    right: .8rem;
}

.topmenu > a > img{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 25px;
    padding: 3px;
}

.topmenu > a > .icons,
.home-button > svg,
.logout-button > svg{
    height: 50px;
    width: 50px;
    border-radius: 20px;
    filter: grayscale(1);
}

.topmenu > a > .icons{
    position: relative;
    margin: auto;
}

.topmenu > a > .icons:hover,
.home-button > svg:hover,
.logout-button > svg:hover{
    box-shadow: rgb(0, 67, 190) 0 0 5px 0;
    filter: grayscale(0);
}


.first-page-title{
    font-size: 3rem;
    text-align: center;
    position: relative;
}



.first-section, .second-section{
    text-align: center;
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px;
    margin: auto;
    position: relative;
    top: 400px;
    margin-top: -100px;
}

.section-space{
    display: inline-block;
    text-align: justify;
    height: 350px;
    width: 500px;
    align-content: center;
}

.section-title{
    font-size: 25px;
}

.section-text{
    width: 500px;
    font-size: larger;
    font-weight: lighter;
}

.coins > img{
    height: 50px;
    position: absolute;
}

.center-login-button{
    text-align: center;
    position: relative;
    top: 250px;
}

.middle-background{
    position: relative;
    margin: auto;
    width: 100%;
    height: fit-content;
    border-radius: 25px;
    background-color: transparent;
}

.middle-background-div-one, .middle-background-div-two{
    position: relative;
    top: 20px;
    width: fit-content;
    height: 340px;
    margin: auto;
}

.middle-background-div-one{
    height: 360px;
    margin-bottom: 40px;
}

.middle-background-div-one > h4, .middle-background-div-two > h4,
.middle-background-div-one > h2, .middle-background-div-two > h2{
    margin-left: 20px;
}

.middle-background-div-one > h4, .middle-background-div-two > h4{
    margin-top: -15px;
}



.middle-background-content{
    position: relative;
    top: 20px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    margin: auto;
    text-align: center;
}

.content-image{
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding: 20px;
    border-radius: 15px;
    width: fit-content;
}

.content-image:hover{
    background-color: rgb(230, 230, 230);
}

.content-image > img{
    border-radius: 10px;
    width: 420px;
}

.content-image > .interegation{
    height: 200px;
}

.content-image > p{
    margin-top: 7px;

}

.content-image > div{
    margin-top: -12px;
    font-weight: normal;
    width: 360px;
}

.table-background{
    text-align: center;
    background-color: rgb(255, 255, 255);
    width: 90%;
    padding: 20px;
    padding-bottom: 100%;
    margin: auto;
    border-radius: 7px;
    box-shadow: #e2e2e2 0px 0px 10px;
    min-width: 480px;
    margin-top: 200px;
}

.settings-options-div{
    display: block;
    width: fit-content;
    margin-left: 30px;
    width: 733px;
}

.thin-settings-options{
    display: none;
}

table{
    margin: auto;
    background-color: var(--background-different-shade-two);
    width: 100%;
}

tr:nth-child(even){
    background-color: #a4a4a41c;
}

td, th{
    padding: 5px;
    text-align: center;
}



.settings-options-div button,
.thank_you_setting button {
    padding: 6px;
    border-radius: 20px;
    font-weight: 700;
    cursor: pointer;
    font-size: medium;
}

/* ############################ */
/* ############################ */
/* ############################ */

.thank_you_setting {
    border-radius: 10px;
    height: fit-content;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: left;
    margin-right: 0px;
    margin-left: 200px;
    background-color: var(--background-different-shade-two);
    padding: 20px;
}

.thank_you_setting:hover {
    transition: 150ms linear;
}

.thank_you_setting_description {
    font-size: medium;
}

.thank_you_setting > h3 {
    margin-top: 0;
    margin-left: 0;
}

.thank_you_setting_input {
    padding: 7px;
    width: 300px;
    border: solid var(--text-color) 1px;
    border-radius: 6px;
    background-color: var(--background-color);
    font-weight: bold;
    color: var(--text-color);
    margin-left: 0px;
    font-size: large;
}

.thank_you_setting select {
    padding: 7px;
    border: solid var(--text-color) 1px;
    border-radius: 6px;
    background-color: white;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.795);
    cursor: pointer;
    box-shadow: 1px 1px 1px 0px #0000002b;
}

.thank_you_setting option{
    font-weight: normal;
}

.side-menu{
    position: absolute;
    display: grid;
}

.side-menu-option{
    color: #c7c7c7;
    font-weight: bold;
    font-size: 22px;
    background-color: transparent;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    padding: 10px;
    padding-left: 20px; 
    padding-right: 20px;
    margin-left: 6px;
}

.side-menu-option:hover{
    background-color: #e4e4e4;
    color: #a5a5a5;
}

.settings-title{
    height: fit-content;
    margin: auto;
    padding-bottom: 20px;
    text-align: justify;
    margin-right: 0px;
    color: rgb(0, 67, 190);
    margin-left: 200px;
}

.settings-title > h1{
    margin-top: 7px;
}

.integration-settings, .profile-settings .payment-settings{
    display: none;
}

#pythonExample, #csharpExample, #cExample, #golangExample, #javaExample, #javascriptExample, #phpExample, #swiftExample,
#pythonExample2, #csharpExample2, #cExample2, #golangExample2, #javaExample2, #javascriptExample2, #phpExample2, #swiftExample2{
    display: none;
}

.how-to-page-title{
    text-transform: capitalize;
    text-align: justify;
    font-size: 40px;

}

.first-integration{
    margin: auto;
    text-align: center;
}

.first-integration > p{
    font-size: large;
    margin-top: 30px;
    margin-bottom: 30px;
}

.copyTextarea{
    background-color: #f1f1f1;
    padding: 20px 40px 20px 40px;
    border-radius: 7px;
    font-size: 15px;
    box-shadow: inset rgba(3, 0, 155, 0.397) 0px 0px 5px 1px;
    cursor: pointer;
    overflow-y: hidden;
    height: fit-content;
    width: 647px;
    color: rgb(0, 10, 153);
    resize: none;
    pointer-events: visible;
    margin: auto;
    font-weight: 800;
}

#styleOptionsTextarea{
    text-align: center;
    background-color: #f1f1f1;
    padding: 6px;
    border-radius: 7px;
    font-size: medium;
    box-shadow: inset rgba(102, 0, 0, 0.397) 0px 0px 5px 1px;
    cursor: pointer;
    overflow-y: hidden;
    height: 14px;
    width: 39%;
    color: darkred;
    resize: none;
    pointer-events: visible;
    margin: auto;
    border: none;
    display: block;
    margin-top: 10px;
}

#styleOptionsTextarea:hover{
    overflow-y: scroll;
}



/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: rgb(255, 255, 255);
  border: solid black 1px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: black;
  font-size: medium;
  font-weight: 600;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-color: grey;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: rgb(255, 255, 255);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


@media screen and (max-width: 1200px) {
    .topmenu > select{
        display: none;
    }
    .topmenu > a{
        font-size: 14px;
    }
    .settings-options-div{
        width: 364px;
    }
    .wide-settings-option{
        display: none;
    }
    .thin-settings-options{
        display: block;
        height: 30px;
        width: 30px;
    }
    .side-menu-option{
        padding-left: 0;
        padding-right: 0;
        padding: 10px;
    }
    .vl{
        margin-left: 80px;
    }
    .settings-title{
        margin-left: 90px;
    }
    .thank_you_setting{
        margin-left: 90px;
        font-size: 14px;
    }
}

.settings-stroke{
    stroke: var(--text-color);
}

.settings-fill{
    fill: rgb(0, 67, 190);
}

@media screen and (max-width: 800px) {
    .wide-settings-option{
        display: none;
    }
    .thin-settings-options{
        display: block;
        height: 30px;
        width: 30px;
    }
    .side-menu-option{
        padding-left: 0;
        padding-right: 0;
        padding: 10px;
    }
    .vl{
        display: none;
    }
    .settings-title{
        position: relative;
        top: 50px;
        margin: auto;
    }
    .settings-title > h1{
        margin-bottom: 50px;
        margin-left: 15px;
    }
    .thank_you_setting{
        margin: auto;
        position: relative;
        top: 100px;
    }
    .thank_you_setting_title, .thank_you_setting_description, .thank_you_setting_input, .thank_you_setting > form > div{
        margin-left: 15px;
    }
    .thank_you_setting_input{
        margin-left: 0px;
    }
    .side-menu{
        display: block;
        margin-left: 15px;
    }
    .side-menu-option{
        margin-left: 0;
    }
}


.items{
    width: 360px;
    color:gray;
    font-size: 12px;
    font-weight: bold;
    margin: auto;
    margin-bottom: -5px;
}

#right{
    float: right;
}


.site-theme-buttons-container {
    width: fit-content;
}
.site-theme-button {
    padding: 5px;
    background-color: var(--background-different-shade-one);
    transition: ease-in-out 200ms;
    border: solid 2px var(--background-different-shade-three);
}
.site-theme-button:hover {
    background-color: var(--background-different-shade-two);
}
.site-theme-button > div {
    width: 40px; 
    height: 40px; 
    border-radius: 15px;
}
.site-theme-button.active {
    outline: 2px solid dodgerblue;
}