@font-face {
    font-family: 'db_helvethaica_x';
    src: url('../fonts/db_helvethaica_x_v3.2-webfont.eot');
    src: url('../fonts/db_helvethaica_x_v3.2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/db_helvethaica_x_v3.2-webfont.woff2') format('woff2'), url('../fonts/db_helvethaica_x_v3.2-webfont.woff') format('woff'), url('../fonts/db_helvethaica_x_v3.2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'db_helvethaica_x';
    font-size: 18px;
    line-height: normal;
}

.material-switch > input[type=checkbox] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: #BDBDBD;
        border-radius: 20px;
        content: "";
        height: 26px;
        margin-top: -18px;
        /*        margin-top: -12px;*/
        left: -3px;
        position: absolute;
        opacity: 0.3;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        width: 45px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: "";
        height: 22px;
        left: 0;
        margin-top: -14px;
        /*        margin-top: -8px;*/
        position: absolute;
        top: -2px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 22px;
    }

.material-switch > input[type=checkbox]:checked + label::before {
    background-color: #4CAF50;
    opacity: 1;
}

.material-switch > input[type=checkbox]:checked + label::after {
    background: inherit;
    left: 18px;
    background-color: #f8f9fa;
}


div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #14AE5C!important;
    box-shadow: none!important;
}