body #login,
body #send,
body #patron,
body #success {
	display: none;
}

body.login #login {
	display: block;
}
body.send #send {
	display: block;
}
body.patron #patron {
	display: block;
}
body.success #success {
	display: block;
}

#openModalAdd {font-size:16px;}
#openModalAdd h2 {font-size:42px;line-height:42px;}
#openModalAdd p {margin-top:0px;}
#openModalAdd img {width:400px; height:auto;margin:16px auto 0px auto;}
#openModalAdd .btns {display:block !important;margin-top:32px;}
#openModalAdd .btn {padding: 12px 28px; box-shadow:none;color:#000;border-color: #ffd600;font-size:14px;}
#openModalAdd .primary {background: #ffd600;}
#openModalAdd .secondary {background: none;}
#success div, #patron div, #login div, #send div {display: flex;flex-direction: column;text-align: center;width: 500px;margin:auto;padding-bottom:20px;}


.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(178, 147, 4, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}
.modalDialog:target {opacity:1;pointer-events: auto;}
.modalDialog > div {
    width: 750px;
    max-height:90%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}
.close {position: absolute;right: 15px;top: 2px;width:32px;height: auto;}
.close .x {width:32px !important; height:auto !important;}




/* FORM */
textarea {
    border: 0 none;
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    height: 150px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.44;
    color: #000;
    text-align: left;
    background-color: #fff;
    padding: 10px;
    transition: background-color 0.5s;
}

input {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.44;
    width: 100%;
    border: 1px solid #c4c4c4;
    border-width: 0 0 1px 0;
    border-radius: 0;
    transition: background-color 0.5s;
    color: #000;
    text-align: left;
    background-color: #fff;
    padding: 10px;
    transition: background-color 0.5s;
    max-width: 500px;
}

.btn-disclaimer {font-size:12px;line-height:16px;}

.error {display:none;}



@media all and (max-width: 900px) {
    .modalDialog > div {
        width: 100%;
        height:100%;
        max-height: unset;
        margin: 0% auto;
}

#success, #patron, #login, #send {
margin: auto;
position: relative; top: 12px;}
#success div, #patron div, #login div, #send div  {width:100%;}
#openModalAdd {font-size:14px; line-height:24px;}
#openModalAdd h2 {font-size:32px;line-height:36px;}
#openModalAdd img {width:80%; height:auto;}
textarea {height:100px;}
input {height:30px;}
.place_box {margin-top:10px;}
}