/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar {
    background-color: #f44336;/* //#0057B7;*/
}

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
        color: #ffffff;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-heading {
        color: #ffffff !important;
    }

.bubble-btn-sub {
    background-color: #e32726 !important;
}

    .bubble-btn-sub:hover {
        background-color: #f44336 !important;
    }

/* Fixing Prevent BODY from scrolling when a modal is opened */
body.modal-open {
    /* block scroll for mobile; */
    /* causes underlying page to jump to top; */
    /* prevents scrolling on all screens */
    overflow: hidden;
    position: fixed;
}

body.viewport-lg {
    /* block scroll for desktop; */
    /* will not jump to top; */
    /* will not prevent scroll on mobile */
    position: absolute;
}
body {
    /* STOP MOVING AROUND! */
    overflow-x: hidden;
    overflow-y: scroll !important;
}

.editor-container {
    max-height: 200px;
    margin-bottom: 1.5rem; /* ensure spacing */
}