/* Start custom CSS for text-editor, class: .elementor-element-539c4913 */<style>
.mm-button:hover, .mm-button:focus {
    color: #555;
    text-decoration: none;
    background: #166565;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#166565)); */
    background: -moz-linear-gradient(top, #166565, #166565);
    border-color: #ccc;
    -webkit-box-shadow: 0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow: 0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb;
    box-shadow: 0 1px 2px #e0e0e0, inset 0 1px 0 #fbfbfb;
}
input[type="text"],input[type="number"],input[type="password"],input[type="email"],input[type="search"], input[type="tel"],textarea{background:#F4F5F6;border:1px solid #E7E9EB;color:#202020;width:60%;padding:14px 15px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;outline:0;font:12pt 'OS';margin:0 0 16px;}
select{background:#F4F5F6;border:1px solid #E7E9EB;color:#202020;width:100%;padding:0.9em 1.25em;margin:0.2em 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;outline:0;font:11pt 'RR';}
input[type="submit"]{outline:0;background:#b7d0b6;color:#166565;padding:12px 45px;font:11pt 'OSB';border:0;text-transform:uppercase;cursor:pointer;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;px}
input[type="submit"]:hover{background:#166565;color:#eaffea;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;}
textarea{min-height:200px;resize:none;margin:0 0 10px;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance:none; margin:0; }
label[for="rememberme"] > br {display:none;}

.mm-success {
    font-size: 18px;
    background: #393;
    padding: 5px;
    margin: 0px;
    border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 25%);
}
</style>/* End custom CSS */