/*
 * Your global styles here
 */
html,
body {
    height: 100%;
}

html {
    background: white;
}

.fl-bg-accent {
    background-color: #173866;
}

.fl-white-text {
    color: #fff;
}

.fl-font-size_xx-large {
    font-size: 32px;
    font-style: normal;
    line-height: 32px;
}

.fl-font-size-regular {
    font-size: 1em;
}

.fl-font-weight-bold {
    font-weight: 800;
}

.fl-gray-text {
    color: #8ba5ca;
}

.fl-blue-text {
    color: #1a1b1e
}

.blockLabel[omnistudio-block_block_slds] {
    font-weight: 800;
}

body {
    margin: 0;
}

.shadow {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
}

.fl-text-shadow {
    text-shadow: 2px 2px #ffff;
}
