/*--------------------------------------------------------------
# feedback
--------------------------------------------------------------*/

.feedback-form {
    padding-top: 1%;
    position: fixed;
    top: 10%;
    right: 0;
    z-index: 100;
    min-height: 450px;
    max-height: 89%;
    /* overflow-y: auto; */
    

}

#OpenForm {
    top: 15%;
    color: #ffffff;
    background-color: #43ae99dc;
    border: #053c6b;

}

#OpenForm:hover {
    color: #000000;
}

.feedback-form-show {
    right: 0 !important;

}

.feedback_form_area {
    position: relative;
    padding-top: 10px;
    box-sizing: border-box;
    max-height: calc(90vh - 20px);
    overflow: auto;

}

.feedback_form_area_inner {
    width: 350px;
    min-height: 450px;
    color: #fff;
}

.feedback_form_area h3 {
    margin-top: 0;
}

.feedback-form-btn {
    position: absolute;
    left: -81px;
    color: #fff;
    transform: rotate(90deg);
    top: 40%;
    border-radius: 0;
}

.feedback-form-btn .btn .btn-success .btn-lg:hover {
    color: #fff;
}

h3 {
    color: black;
}



@media only screen and (max-width: 320px) {
    .feedback_form_area_inner {
        width: 260px;
        min-height: 450px;
        color: #fff;
        padding: 15px;
    }
}

.mt-50 {
    margin-top: 50px;
}


body {
    font-family: Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

input[type=text],
select,
textarea,
#mail {
    width: 100%;
    padding: 12px;
    border: 1px solid grey;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

#t_phone {
    width: 100%;
    padding: 12px;
    border: 1px solid white;
    border: 1px solid grey !important;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    margin-left: 1.0%;
}

#ph_code {
    width: 50px;
    border: 1px solid grey;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
}

#subject {
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid grey;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

h3 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #000000;
}

input[type=submit] {
    background-color: #43ae99dc;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #43ae99dc;
}



#feedback .container {
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    width: 100%;
    margin: auto;
    border-color: #43ae99dc;
}

#dialog-3 {
    background: #fff;
    border: 1px solid #43ae99dc;
    color: #fff;
    font-weight: bold;
}