﻿@font-face {
    font-family: oregano_italic;
    src: url(../fonts/Oregano-Italic.ttf);
}

.customw-full-size {
    width: 100%;
    height: 100%
}
.customw-center-wrapper {
    text-align: center;
}
.customw-center-content {
    display: inline-block;
}
.customw-welcome-text {
    font-family: "oregano_italic";
    font-size: xx-large;
}
.customw-filters-accordion {
    width: 25%;
}

.customw-user-profile-desc {
    height: calc(100vh - 1px);
}
@media (max-width: 991.98px) {
    .customw-user-profile-desc {
        height: calc(100vh - 24px);
    }
}