body{
    font-family: arial;
    background-color: #f1f1f1;
}

.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;
    position: relative;
    bottom: 2px;
}

#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{
    margin: auto;
    text-align: center;
}

.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);
    margin-top: 15px;
    width: fit-content;
}



#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;
    margin: 20px;
    padding: 12px;
}

.home-button,
.logout-button{
    position: absolute;
    bottom: 0px;
    margin-left: 10px;
    margin-right: 20px;
}

.home-button {
    left: 0px;
}

.logout-button{
    right: 0px;
}

.topmenu > a > img{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 25px;
    filter: invert(0.97);
    padding: 5px;
}

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

.first-section{
    margin-top: 250px;
    margin-right: 150px;
}

.first-section, .second-section{
    text-align: center;
}

.second-section{
    margin-left: 150px;
}

.section-space{
    display: inline-block;
    text-align: justify;
}

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

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

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

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

.middle-background{
    top: 100px;
    position: relative;
    margin: auto;
    width: 1000px;
    height: 750px;
    border-radius: 25px;
    background-color: rgb(240, 240, 240);
}

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

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

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

.middle-background-content{
    position: relative;
    top: 20px;
    margin: auto;
    width: 1000px;
    height: 600px;
    margin-top: -15px;
    margin-left: -20px;
}

.content-image{
    display: block;
    float: left;
    margin-right: 10px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding: 20px;
    border-radius: 15px;
}

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

.content-image > img{
    border-radius: 10px;
    height: 150px;
}

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

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

}

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

header{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    position: fixed;
    background-color: #f1f1f1;
}

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

table{
    margin: auto;
    background-color: rgba(111, 111, 111, 0.02);
    margin-top: 25px;
    margin-left: 30px;
    width: 733px;
}

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

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

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

.settings-options-div button,
.thank_you_setting button{
    padding: 6px;
    border: solid #0000 1px;
    border-radius: 8px;
    background-color: transparent;
    color: rgb(122, 122, 122);
    font-weight: 700;
    cursor: pointer;
    padding-right: 20px;
    font-size: medium;
}

.settings-options-div button:hover,
.thank_you_setting button:hover{
    background-color: rgba(197, 197, 197, 0.452);
}

.thank_you_setting{
    width: 80%;
    height: fit-content;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: justify;
    margin-right: 0px;
}

.thank_you_setting:hover{
    background-color: rgb(245, 245, 245);
    border-radius: 5px;
    transition: 150ms linear;
}


.thank_you_setting_title, .thank_you_setting_description, .thank_you_setting_input{
    margin-left: 30px;
}

.thank_you_setting_description{
    font-size: medium;
}

.thank_you_setting_input{
    padding: 7px;
    width: 587px;
    border: solid #00000070 1px;
    border-radius: 6px;
    background-color: white;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.795);
}

.thank_you_setting select{
    padding: 7px;
    border: solid #00000070 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;
}


.vl{
    background-color: rgba(111, 111, 111, 0.16);
    width: 2px;
    height: 2000px;
    position: absolute;
    margin-left: 187px;
}

.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{
    width: 80%;
    height: fit-content;
    margin: auto;
    padding-bottom: 20px;
    text-align: justify;
    margin-right: 0px;
    color: rgb(0, 67, 190);
}

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

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

.how-to-page-title{
    text-transform: capitalize;
    text-align: center;
    font-size: 40px;
    position: relative;
    top: 200px;
}

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

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

.copyTextarea{
    background-color: #f1f1f1;
    padding: 12px;
    border-radius: 7px;
    font-size: medium;
    box-shadow: inset rgba(102, 0, 0, 0.397) 0px 0px 5px 1px;
    cursor: pointer;
    overflow-y: hidden;
    width: 38%;
    height: 304px;
    color: darkred;
    resize: none;
    pointer-events: visible;
    margin: auto;
}

.copyTextarea:hover{
    overflow-y: visible;
}

#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);
}
