#animatedModal {
    position: relative;
}

.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    width: auto;
    height: auto;
    z-index: 9999;
}

.closebt:hover {
    transform: rotate(90deg);
}

.main-popup {
    position: relative;
    width: 100%;
}

.main-popup .modal-content {
    background: #fff !important;
    border-radius: 20px;
}

.modal-fullscreen .modal-body {
    padding: 0;
    margin: 0;
}

.pop-form {
    padding: 2em 2em;
}

.pop-form h5 {
    text-align: center;
    padding-bottom: 1em;
    padding-top: 1.5em;
}

input[type="text"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="email"],
textarea,
select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
    background-color: #f3eaec;
    color: #0b0b14;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 30px;
    border-radius: 10px;

}

select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
    background-color: #f3eaec;
    color: #0b0b14;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 30px;
    border-radius: 10px;
    font-family: "gilroy-bolduploaded_file";
}

input:focus,
select:focus,
textarea:focus {
    background-color: #f3eaec;
    color: rgb(25, 24, 24);
    outline: none;
    border: 1px solid #391b37;
}

option:hover {
    background: #1e0f1e !important;
}

fieldset {
    margin-bottom: 30px;
    border: none;
}

legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #12121c;
    font-size: 1.1em;
    line-height: 1em;
}