/*
html, body {
    font-family: 'Poppins', sans-serif !important;
}
*/

.bg-light-blue {
    background-color: #bcdfeb;
}

.bg-lighter-blue {
    background-color: #daedf4;
}

.column-auto-width {
    width: 1%;
    white-space: nowrap;
}

.custom-loading {
    background: #efefef;
    color: #666666;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 50vh;
    opacity: .80;
}

.picker__select--month, .picker__select--year {
	height: 100%;
}

.picker__day {
    font-weight: 400;
}
