.confirm-form-back {
    height: 100%;
    width: 100%;
    background-color: rgb(54, 89, 88, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}

#closeform {
    width: 28px;
    height: 28px;
    color: red;
    background-color: white;
    border-radius: 10px;
    /* margin: auto; */
    margin-left: 15px;
    margin-top: 11px;
}

.confirm-form {
    background-color: #00a874;
    border-radius: 25px;
    position: absolute;
    height: 144px;
    width: 506px;
    margin: auto;
    top: 22.5%;
    right: 34.5%;
    z-index: 1000;
}

.confirm-form p {
    text-align: right;
    margin: 20px;
    color: white;
    font-size: 18px;
    font-variation-settings: "wght" 500;
    text-align: justify;
    margin-right: 25px;
}

h2 {
    font-variation-settings: "wght" 600;
    font-size: 1.8rem;
    color: white;
}

.green {
    background-color: #275E58;
    display: flex;

padding: 20vh;
padding-top: 136px;
}

input {
    background: none;
    border: 0;
    border-bottom: 1px solid #00a874;
    padding: 0!important;
}

input::placeholder {
    color: #B2B2B2;
    font-family: Mikhak;
}

.right {
    float: right;
    text-align: right;
}

.left {
    float: left;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    background-color: #275E58;
    top: 5px;
}

label {
    padding: 0!important;
}

#tamas,
#miting,
#date {
    margin-left: 10px;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -2px;
    left: -2px;
    border: 2px solid #FFFFFF;
    border-radius: 150px;
    background-color: #275E58;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: 2px solid #FFFFFF;
    border-radius: 150px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 4px;
}

label {
    color: #B2B2B2;
}

textarea {
    background: none;
    padding: 0!important;
    border: 0;
    border-bottom: 1px solid #00a874;
    margin: 30px 0;
    color: white;
    white-space: pre-wrap;
}

input::placeholder {
    font-family: aria;
    color: #00a874;
}

textarea::placeholder {
    font-family: aria;
    color: #00a874;
}

input {
    margin: 30px 0;
}

.submit {
    border: 1px solid white;
    border-radius: 20px;
    color: #42FF6B;
    padding: 2px 20px!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px!important;
}

.submit:hover {
    color: #275E58;
    background-color: white;
    cursor: pointer;
    font-variation-settings: "wght" 800;
}

h1 {
    color: white;
}

.space-bet {
    position: absolute;
    left: 0;
    right: 0;
}

.spinner2 {
    background-color: white!important;
}

input {
    color: white;
}

input:focus,
textarea:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.grey {
    background-color: #E5E5E5;
    padding: 50px 0;
    padding-top: 70px;
}

.greene {
    color: #275E58;
}

.social {
    margin-right: 20px;
}

.white {
    padding: 50px 0;
    padding-top: 70px;
}

p {
    color: black;
    font-size: 15px;
    font-variation-settings: "wght" 400;
}

a {
    color: black;
    font-size: 15px;
    font-variation-settings: "wght" 600;
    text-decoration: none!important;
}

a {
    text-decoration: none;
    color: inherit!important;
    transition: all 0.25s linear;
}

.whats {
    border: 1px solid #275E58;
    padding: 3px 20px 0px;
    color: white;
    font-size: 15px;
    font-variation-settings: "wght" 600;
    background: none;
    border-radius: 50px;
    background-color: #275E58;
    margin-top: 8px;
}

.whats:hover {
    color: white;
    background-color: #00A771;
    border: 1px solid #00A771;
    cursor: pointer;
}

.contact-send {
    color: white;
    font-family: 'Aria';
    text-align: center;
    margin: auto;
}