/* Layout foundations — responsive defaults and overflow containment */

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
video,
embed,
object,
svg {
    max-width: 100%;
}

video {
    height: auto;
}

iframe {
    max-width: 100%;
}

.row > *,
.navbar-nav {
    min-width: 0;
}

.break-anywhere,
.bank-account-text {
    overflow-wrap: anywhere;
    word-break: break-word;
}

#form-container {
    max-width: 100%;
    overflow-x: clip;
}

html.lb-disable-scrolling {
    width: 100%;
}

.fixed-side-btn {
    position: fixed;
    right: 0;
    z-index: 1000;
    height: 40px;
    border-radius: 20px 0 0 20px;
    max-width: calc(100vw - 1rem);
    white-space: normal;
    word-break: break-word;
}

.fixed-side-btn--donate {
    margin-top: 250px;
    background-color: red;
    font-size: 14px;
}

.fixed-side-btn--whatsapp {
    margin-top: 300px;
    background-color: red;
    font-size: 25px;
    padding-left: 5px;
    padding-top: 0;
}

.responsive-embed {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.responsive-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.responsive-embed--16x9 {
    aspect-ratio: 16 / 9;
}

.outstanding-students-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 190px;
    overflow: hidden;
    cursor: default;
}
