@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Aventa';
    src: url('/assets/fonts/Aventa-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Aventa';
    src: url('/assets/fonts/Aventa-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Aventa';
    src: url('/assets/fonts/Aventa-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Aventa';
    src: url('/assets/fonts/Aventa-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Aventa';
    src: url('/assets/fonts/Aventa-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Aventa';
    src: url('/assets/fonts/Aventa-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    /* font-family: "Inter", serif; */
    font-family: "Aventa", serif;
}

.background-wrapper {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
    opacity: 5%;
}

.background-fill {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.background-shapes_component {
    z-index: 1;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    inset: auto 0% -1px;
}

.background-shapes_item.is-3-bottom {
    opacity: .25;
    width: 75%;
    padding-top: 20%;
    position: relative;
}

.background-shapes_item.is-3-middle {
    opacity: .45;
    width: 70%;
    padding-top: 18%;
    position: absolute;
}

.background-shapes_item.is-3-top {
    opacity: 1;
    width: 65%;
    padding-top: 13%;
    position: absolute;
}

.accordion {
    --bs-accordion-active-color: none !important;
    --bs-accordion-active-bg: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.accordion-item {
    width: 100% !important;
    border: 0 !important;
}

.accordion-button {
    font-weight: 600 !important;
    font-size: 22px !important;
    background: #fafafa !important;

    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.accordion-body {
    background: #fafafa !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.accordion-body p {
    margin: 0px !important;
    margin-left: 2.6rem !important;
}

.accordion-button.collapsed {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.accordion-button.collapsed::after {
    height: 1rem !important;
    width: 1rem !important;
    background-size: 1rem !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(108,117,125, 1);transform: ;msFilter:;'%3E%3Cpath d='M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4z'%3E%3C/path%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z'%3E%3C/path%3E%3C/svg%3E");

    order: -1;
    margin-left: 0px !important;
    margin-right: 1rem !important;
}

.accordion-button:not(.collapsed)::after {
    height: 1.6rem !important;
    width: 1.6rem !important;
    background-size: 1.6rem !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(108,117,125, 1);transform: ;msFilter:;'%3E%3Cpath d='M7 11h10v2H7z'%3E%3C/path%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z'%3E%3C/path%3E%3C/svg%3E");

    order: -1;
    margin-left: 0px !important;
    margin-right: 1rem !important;
}

.accordion-button.collapsed::after {
    height: 25px !important;
    width: 25px !important;
    background-size: 25px !important;
}

.navbar-nav .nav-item .nav-link {
    padding: var(--bs-nav-link-padding-y) 12px !important;
    font-weight: 500 !important;
    color: black !important;
    font-size: 16px !important;
}

.ui-slider {
    background: #eee !important;
    border-radius: var(--bs-border-radius) !important;
    height: 18px !important;
    margin: 20px auto !important;
    border: transparent !important;
}

.ui-slider-handle {
    /* background: white !important;
    border-radius: 50% !important;
    height: 20px !important;
    width: 20px !important;
    top: -5px !important;
    border: 1px solid var(--green) !important; */

    width: 24px !important;
    height: 24px !important;
    top: -3px !important;
    background: black !important;
    border-radius: 50% !important;
    border: 0px solid transparent !important;
}

.ui-slider-range {
    background: var(--green) !important;
    border-radius: 10px !important;
}

/* Custom pills */
.nav {
    gap: 10px !important;
}

.nav-pills {
    --bs-nav-link-color: var(--green) !important;
}

.nav-pills .nav-link {
    border-left: 1px solid transparent !important;
    padding: 8px 25px !important;
    border-radius: 0px !important;
}

.nav-pills .nav-link.active {
    color: var(--black) !important;
    background-color: transparent !important;
    border-left: 1px solid !important;
}

.nav-pills a {
    font-weight: 500 !important;
    font-size: 18px !important;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--green) !important;
}

/* User side nav */
.btn-user-navbar {
    text-align: start;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.1rem;
}

.btn-user-navbar svg {
    width: 22px;
    height: 22px;
}

.btn-user-navbar.active {
    background: #f6f6f6 !important;
    border-color: transparent !important;
}
