@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
.elementor-widget-dialogcrm h2,
.elementor-widget-dialogcrm p,
.dialogcrm-form {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.beemaja {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.dialogcrm-form select {
    width: 100%;
    margin-bottom: 20px;
}
.dialogcrm-form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
}
.dialogcrm-form input[type="date"] {
    width: 100%;
    margin-bottom: 20px;
}
.dialogcrm-form input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
}
.permission-text {
    margin: 20px 0;
    color: #000000;
}
.dialogcrm-form input[type="checkbox"] {
    margin-right: 10px;
}
.dialogcrm-form input[type="submit"] {
    color: #000000;
    background: #ffffff;
    border: solid 1px #000;
    margin: 50px 0 20px 0;
}