@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@300;400;500;700&display=swap');

:root {
    --bs-font-sans-serif: 'Roboto', sans-serif;
    /* --bs-font-monospace: 'Open Sans', sans-serif; */
}

body {
    font-size: 1rem;
}

.sidebar-nav ul .sidebar-item .sidebar-link {
    font-size: 1rem;
}

.sidebar-nav ul .nav-small-cap {
    font-size: 0.86rem;
    line-height: 2rem;
}

.page-wrapper > .container-fluid, .page-wrapper > .container-lg, .page-wrapper > .container-md, .page-wrapper > .container-sm, .page-wrapper > .container-xl, .page-wrapper > .container-xxl {
    min-height: calc(100vh - 130px);
}

/* owl carousel */
.owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 25%;
}
.owl-nav button span {
    font-size: 68px;
    padding: 0 15px;
    opacity: 0.68;
    color: #1e88e5;
}

.owl-nav button span:hover {
    opacity: 1;
}


/* select2 */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: white;
    margin-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    color: black;
}