.body {
    background-color: #FBF6F0;
}

.bg-video-wrapper {
    z-index: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.bg-video-wrapper video {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-video-overlay {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-image: url('../media/portal/patterns-video.png');
    background-repeat: repeat;
}

.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img {
    width: 25px;
}

.fc-toolbar-title {
    font-size: 1.25rem !important;
    color: #3F4254 !important;
}