/*

Theme Name: ISTRO Hello Child Theme

Theme URI: https://github.com/elementor/hello-theme/

Description: ISTRO Hello Child Theme is a child theme of Hello Elementor, created by ISTRO Studio

Author: ISTRO Studio

Author URI: https://istrostudio.hu/

Template: hello-elementor

Version: 1.0

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

.amelia-v2-booking.am-forms-dialog .el-dialog__headerbtn {
    background: lightgray;
    border: none !important;
    padding: 6px 12px 6px 12px;
}
/*
.am-dialog-popup .el-dialog {
    margin: var(--el-dialog-margin-top, 15vh) auto 0px !important;
}
*/
@media only screen and (max-width: 768px) {
    .amelia-v2-booking.am-forms-dialog .el-dialog {
        margin-top: 0vh !important;
		margin-bottom: 0px !important;
        width: 100%;
        max-width: 100%;
    }
}