:root {
    --color-primary: #E5B80B;
    --bs-primary-rgb: 229, 184, 11;
    --bs-dark-rgb: 31, 27, 45;
    --bs-primary: rgba(var(--bs-primary-rgb));
    --sec-gradient: linear-gradient(90deg, rgba(240, 150, 255, 0.15) 0%, rgba(191, 200, 252, 0.15) 51%, rgba(187, 148, 255, 0.15) 100%);
    /*--bs-heading-color: var(--bs-gray-900);*/

}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.6rem !important;
}

.m-5 {
    margin: 2.5rem !important;
}

.m-6 {
    margin: 3.5rem !important;
}

.m-7 {
    margin: 4rem !important;
}

.m-8 {
    margin: 8rem !important;
}

.m-9 {
    margin: 11rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
}

.mx-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
}

.mx-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
}

.mx-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.mx-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
}

.mx-9 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
}

.my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.my-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

.my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.my-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.my-9 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.6rem !important;
}

.mt-5 {
    margin-top: 2.5rem !important;
}

.mt-6 {
    margin-top: 3.5rem !important;
}

.mt-7 {
    margin-top: 4rem !important;
}

.mt-8 {
    margin-top: 8rem !important;
}

.mt-9 {
    margin-top: 11rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.6rem !important;
}

.me-5 {
    margin-right: 2.5rem !important;
}

.me-6 {
    margin-right: 3.5rem !important;
}

.me-7 {
    margin-right: 4rem !important;
}

.me-8 {
    margin-right: 8rem !important;
}

.me-9 {
    margin-right: 11rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.6rem !important;
}

.mb-5 {
    margin-bottom: 2.5rem !important;
}

.mb-6 {
    margin-bottom: 3.5rem !important;
}

.mb-7 {
    margin-bottom: 4rem !important;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.mb-9 {
    margin-bottom: 11rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.6rem !important;
}

.ms-5 {
    margin-left: 2.5rem !important;
}

.ms-6 {
    margin-left: 3.5rem !important;
}

.ms-7 {
    margin-left: 4rem !important;
}

.ms-8 {
    margin-left: 8rem !important;
}

.ms-9 {
    margin-left: 11rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.m-n4 {
    margin: -1.6rem !important;
}

.m-n5 {
    margin: -2.5rem !important;
}

.m-n6 {
    margin: -3.5rem !important;
}

.m-n7 {
    margin: -4rem !important;
}

.m-n8 {
    margin: -8rem !important;
}

.m-n9 {
    margin: -11rem !important;
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.mx-n4 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
}

.mx-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
}

.mx-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
}

.mx-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
}

.mx-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
}

.mx-n9 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n4 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
}

.my-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
}

.my-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
}

.my-n7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}

.my-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
}

.my-n9 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.6rem !important;
}

.mt-n5 {
    margin-top: -2.5rem !important;
}

.mt-n6 {
    margin-top: -3.5rem !important;
}

.mt-n7 {
    margin-top: -4rem !important;
}

.mt-n8 {
    margin-top: -8rem !important;
}

.mt-n9 {
    margin-top: -11rem !important;
}

.me-n1 {
    margin-right: -0.25rem !important;
}

.me-n2 {
    margin-right: -0.5rem !important;
}

.me-n3 {
    margin-right: -1rem !important;
}

.me-n4 {
    margin-right: -1.6rem !important;
}

.me-n5 {
    margin-right: -2.5rem !important;
}

.me-n6 {
    margin-right: -3.5rem !important;
}

.me-n7 {
    margin-right: -4rem !important;
}

.me-n8 {
    margin-right: -8rem !important;
}

.me-n9 {
    margin-right: -11rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.6rem !important;
}

.mb-n5 {
    margin-bottom: -2.5rem !important;
}

.mb-n6 {
    margin-bottom: -3.5rem !important;
}

.mb-n7 {
    margin-bottom: -4rem !important;
}

.mb-n8 {
    margin-bottom: -8rem !important;
}

.mb-n9 {
    margin-bottom: -11rem !important;
}

.ms-n1 {
    margin-left: -0.25rem !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.ms-n4 {
    margin-left: -1.6rem !important;
}

.ms-n5 {
    margin-left: -2.5rem !important;
}

.ms-n6 {
    margin-left: -3.5rem !important;
}

.ms-n7 {
    margin-left: -4rem !important;
}

.ms-n8 {
    margin-left: -8rem !important;
}

.ms-n9 {
    margin-left: -11rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.6rem !important;
}

.p-5 {
    padding: 2.5rem !important;
}

.p-6 {
    padding: 3.5rem !important;
}

.p-7 {
    padding: 4rem !important;
}

.p-8 {
    padding: 8rem !important;
}

.p-9 {
    padding: 11rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
}

.px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.px-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}

.px-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.px-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}

.px-9 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
}

.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.py-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.py-9 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.6rem !important;
}

.pt-5 {
    padding-top: 2.5rem !important;
}

.pt-6 {
    padding-top: 3.5rem !important;
}

.pt-7 {
    padding-top: 4rem !important;
}

.pt-8 {
    padding-top: 8rem !important;
}

.pt-9 {
    padding-top: 11rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.6rem !important;
}

.pe-5 {
    padding-right: 2.5rem !important;
}

.pe-6 {
    padding-right: 3.5rem !important;
}

.pe-7 {
    padding-right: 4rem !important;
}

.pe-8 {
    padding-right: 8rem !important;
}

.pe-9 {
    padding-right: 11rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.6rem !important;
}

.pb-5 {
    padding-bottom: 2.5rem !important;
}

.pb-6 {
    padding-bottom: 3.5rem !important;
}

.pb-7 {
    padding-bottom: 4rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.pb-9 {
    padding-bottom: 11rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.6rem !important;
}

.ps-5 {
    padding-left: 2.5rem !important;
}

.ps-6 {
    padding-left: 3.5rem !important;
}

.ps-7 {
    padding-left: 4rem !important;
}

.ps-8 {
    padding-left: 8rem !important;
}

.ps-9 {
    padding-left: 11rem !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.6rem !important;
}

.gap-5 {
    gap: 2.5rem !important;
}

.gap-6 {
    gap: 3.5rem !important;
}

.gap-7 {
    gap: 4rem !important;
}

.gap-8 {
    gap: 8rem !important;
}

.gap-9 {
    gap: 11rem !important;
}


.btn-primary {
    --bs-btn-bg: var(--color-primary);
    --bs-btn-border-color: rgb(var(--color-primary));
    --bs-btn-hover-bg: var(--color-primary);
    --bs-btn-hover-border-color: rgb(var(--color-primary));

    --bs-btn-color: #fff;
    --bs-btn-focus-shadow-rgb: 51, 133, 239;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-primary);
    --bs-btn-active-border-color: rgb(var(--color-primary));
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--color-primary);
    --bs-btn-disabled-border-color: rgb(var(--color-primary));
}


.h-20px {
    height: 20px !important;
}

.h-30px {
    height: 30px !important;
}

.h-40px {
    height: 40px !important;
}

.h-50px {
    height: 50px !important;
}

.h-60px {
    height: 60px !important;
}

.h-150px {
    height: 150px !important;
}

.h-200px {
    height: 200px !important;
}

.h-250px {
    height: 250px !important;
}

.h-300px {
    height: 300px !important;
}

.h-400px {
    height: 400px !important;
}

.h-500px {
    height: 500px !important;
}

.h-600px {
    height: 600px !important;
}

.h-700px {
    height: 700px !important;
}

.h-750px {
    height: 750px !important;
}

.w-30 {
    width: 30% !important;
}

.w-20px {
    width: 20px !important;
}

.w-30px {
    width: 30px !important;
}

.w-40px {
    width: 40px !important;
}

.w-50px {
    width: 50px !important;
}

.w-80px {
    width: 80px !important;
}

.w-150px {
    width: 150px !important;
}

.w-200px {
    width: 200px !important;
}

.w-250px {
    width: 250px !important;
}

.fill-primary {
    fill: var(--color-primary);
}

.fill-mode {
    fill: #000;
}

.top-60 {
    top: 60% !important;
}

.avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block !important;
    border-radius: 50%;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
}

.avatar-group {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.avatar-group > li {
    position: relative;
}

.avatar-group > li:not(:last-child) {
    margin-right: -0.8rem;
}

.avatar .avatar-name {
    margin-left: 7px;
}

.avatar-xxs {
    height: 1.5rem;
    width: 1.5rem;
}

.avatar-xs {
    height: 2.1875rem;
    width: 2.1875rem;
}

.avatar-sm {
    height: 2.5rem;
    width: 2.5rem;
}

.avatar-lg {
    height: 4rem;
    width: 4rem;
}

.avatar-xl {
    height: 5.125rem;
    width: 5.125rem;
}

.avatar-xxl {
    height: 5.125rem;
    width: 5.125rem;
}

@media (min-width: 768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
    }
}

.avatar-xxxl {
    height: 8rem;
    width: 8rem;
}

@media (min-width: 768px) {
    .avatar-xxxl {
        width: 11rem;
        height: 11rem;
    }
}

.bg-secondary-grad {
    background: -webkit-gradient(linear, left top, right top, from(rgba(240, 150, 255, 0.15)), color-stop(51%, rgba(191, 200, 252, 0.15)), to(rgba(187, 148, 255, 0.15)));
    background: linear-gradient(90deg, rgba(240, 150, 255, 0.15) 0%, rgba(191, 200, 252, 0.15) 51%, rgba(187, 148, 255, 0.15) 100%);
}


/*reveal animations*/
.smv-reveal {
    transform: translateY(100px); /* Initial position */
    transition: opacity 1s ease-out, transform 1s ease-out;
    opacity: 0;
}

.smv-reveal-from-right {
    transform: translateX(100px);
}

.smv-reveal-center-grow {
    transform: scale(.5);
}

.smv-reveal-center-down {
    transform: scale(1.3);
}

.smv-reveal-from-left {
    transform: translateX(-100px);
}

.smv-reveal-from-top {
    transform: translateY(-100px);
}

.smv-reveal-from-top {
    transform: translateY(100px);
}

.smv-reaveal.show {
    visibility: visible;
}

.smv-reveal-delay-1 {
    transition-delay: .3s;
}

.smv-reveal-delay-2 {
    transition-delay: .5s;
}

.smv-reveal-delay-3 {
    transition-delay: .7s;
}

.smv-reveal-delay-4 {
    transition-delay: .9s;
}

.smv-reveal.active {
    opacity: 1; /* Fully visible */
    transform: translate(0); /* Final position */
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: var(--bs-heading-color);
}

h1, .h1 {
    font-size: calc(1.485rem + 2.82vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 3.6rem;
    }
}

h2, .h2 {
    font-size: calc(1.4rem + 1.8vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2.75rem;
    }
}

h3, .h3 {
    font-size: calc(1.363rem + 1.356vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 2.38rem;
    }
}

h4, .h4 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 2rem;
    }
}

h5, .h5 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h5, .h5 {
        font-size: 1.5rem;
    }
}

h6, .h6 {
    font-size: 1.2rem;
}

.blur-7 {
    -webkit-filter: blur(2rem) !important;
    filter: blur(2rem) !important;
}

.blur-9 {
    -webkit-filter: blur(3rem) !important;
    filter: blur(3rem) !important;
}

.opacity-0 {
    opacity: 0%;
}

.opacity-1 {
    opacity: 10%;
}

.opacity-2 {
    opacity: 20%;
}

.opacity-3 {
    opacity: 30%;
}

.opacity-4 {
    opacity: 40%;
}

.opacity-5 {
    opacity: 50%;
}

.opacity-6 {
    opacity: 60%;
}

.opacity-7 {
    opacity: 70%;
}

.opacity-8 {
    opacity: 80%;
}

.opacity-9 {
    opacity: 90%;
}

.opacity-10 {
    opacity: 100%;
}

.bg-faded-primary {
    background-color: rgba(253, 86, 49, .1) !important
}

.bg-faded-accent {
    background-color: rgba(93, 60, 242, .1) !important
}

.bg-faded-success {
    background-color: rgba(7, 201, 139, .1) !important
}

.bg-faded-info {
    background-color: rgba(60, 118, 242, .1) !important
}

.bg-faded-warning {
    background-color: rgba(253, 188, 49, .15) !important
}

.bg-faded-danger {
    background-color: rgba(242, 60, 73, .1) !important
}

.bg-faded-light {
    background-color: hsla(0, 0%, 100%, .04) !important
}

.bg-faded-dark {
    background-color: rgba(31, 27, 45, .1) !important
}

.card-reset {
    border: none;
    box-shadow: none;
}

.card-hover {
    transition: border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out !important;
}

.content-overlay {
    position: relative;
    z-index: 5;
}

.btn-white-hover:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #202124 !important;
}

.btn-transition {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-transition:focus, .btn-transition:hover {
    -webkit-transform: translateY(-0.1875rem);
    transform: translateY(-0.1875rem);
}

.btn-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
}

.btn-icon.btn-xs {
    width: 2rem;
    height: 2rem;
    font-size: 0.8rem;
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.8rem;
}

.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
    width: 3rem;
    height: 3rem;
    font-size: 1.4375rem;
}

.btn-icon.btn-xl {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.75rem;
}

.btn-ripple {
    position: relative;
    overflow: visible;
}

.btn-ripple:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-color: inherit;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 1;
    -webkit-animation-name: rippleanim;
    animation-name: rippleanim;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@keyframes rippleanim {
    0% {
        opacity: 1;
        -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.9);
        box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.9);
    }
    100% {
        opacity: 0;
        -webkit-box-shadow: 0 0 0 15px rgba(var(--bs-primary-rgb), 0.4);
        box-shadow: 0 0 0 15px rgba(var(--bs-primary-rgb), 0.4);
    }
}

@-webkit-keyframes rippleanim {
    0% {
        opacity: 1;
        background: rgba(var(--bs-primary-rgb), 0.9);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        background: rgba(var(--bs-primary-rgb), 0.4);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}


.form-group {
    display: flex;
    align-items: center;
    padding: .5rem;
    border: 1px solid #efecf3;
    border-radius: .5rem;
    background-color: #fff;
    box-shadow: 0 .125rem .125rem -.125rem rgba(31, 27, 45, .08), 0 .25rem .75rem rgba(31, 27, 45, .08)
}

.form-group > .form-control:first-child, .form-group > .form-select:first-child,
.form-group > div:first-child:not(.row):not(.range-slider) {
    margin-left: -.5rem
}

.form-group > .range-slider:first-child {
    margin-left: .5rem
}

.form-group
.form-control, .form-group .form-select {
    border: 0;
    border-radius: 0;
    background-color: transparent
}

.form-group .form-control:focus,
.form-group .form-select:focus {
    box-shadow: none
}

.form-group .input-group .input-group-text {
    margin-top: .125rem;
    padding-right: 0;
    border: 0;
    background: transparent
}

.form-group .input-group .input-group-text + .form-control,
.form-group .input-group .input-group-text + .form-select {
    padding-left: .750375rem
}

.form-group .dropdown-toggle {
    font-weight: 400
}

.form-group .dropdown-toggle.btn-link {
    padding-right: 1.092rem;
    padding-left: 1.092rem;
    color: #9691a4
}

.form-group .dropdown-toggle.btn-link:hover,
.form-group .dropdown.show .dropdown-toggle.btn-link {
    color: #454056
}

.form-group .dropdown-menu:not(.my-3) {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
}

.form-group .range-slider {
    width: 100%;
    margin: 0 1.125rem
}

.form-group.rounded-lg-pill, .form-group.rounded-md-pill, .form-group.rounded-pill,
.form-group.rounded-sm-pill, .form-group.rounded-xl-pill {
    padding-left: .75rem
}

.form-group-light {
    border-color: hsla(0, 0%, 100%, .15);
    background-color: hsla(0, 0%, 100%, .04)
}

.form-group-light .form-control, .form-group-light .form-select {
    color: #fff
}

.form-group-light .form-control:focus, .form-group-light .form-select:focus {
    background-color: transparent
}

.form-group-light .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255, 255, 255, 0.6%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

.form-group-light .form-select:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

.form-group-light .form-select option {
    color: initial
}

.form-group-light .input-group .input-group-text {
    color: hsla(0, 0%, 100%, .55)
}

.form-group-light .dropdown-toggle.btn-link {
    color: hsla(0, 0%, 100%, .5)
}

.form-group-light .dropdown-toggle.btn-link:hover, .form-group-light .dropdown.show .dropdown-toggle.btn-link {
    color: #fff
}

.form-group-light .range-slider .range-slider-ui {
    background-color: hsla(0, 0%, 100%, .2) !important
}


.smv-uploader--wrapper {

}

.smv-uploader--wrapper .smv-uploader--root {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    padding: 0;
}

.smv-uploader--wrapper input {
    display: none;
}

.smv-uploader--drop-label {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    flex: 1;
    padding: 0;
}

.smv-uploader--drop-label label {
    display: flex;
    min-height: 160px;
    padding: 1rem;
    border-radius: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.smv-uploader--data {
    transform-style: preserve-3d;
}

.smv-uploader-progress {
    display: flex;
    padding: .5rem;
    justify-content: space-between;
    color: #fff;
    width: 100%;
    border-radius: inherit;
    gap: .3rem;
}

.smv-uploader-progress svg {
    fill: currentColor;
}

.smv-uploader-media {
    position: relative;
    border-radius: .5rem;
}

.smv-uploader-media img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: contain;
    object-position: center;
    border-radius: inherit;
}

.smv-uploader-control {
    display: flex;
    padding: .5rem .8rem;
    color: #fff;
    width: 100%;
    border-radius: inherit;
    gap: .3rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.smv-uploader-control .control-close {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid transparent;
    width: 2rem;
    height: 2rem;
    background: rgba(0, 0, 0, 0.7);
    transition: .25s ease-in-out;
}

.smv-uploader-control .control-close:hover {
    border-color: var(--color-primary);
}

.smv-upload--file:not(.loaded) .smv-uploader-control,
.smv-upload--file:not(.loaded) .smv-uploader-media {
    display: none;
}

.smv-upload--file {
    background: rgba(0, 0, 0, 0.3);
    border-radius: .5rem;
}

.smv-upload--file.loaded .smv-uploader-progress {
    display: none;
}

.smv-upload--file-name {
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.smv-upload--file-name:hover {
    left: 0;
    top: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 1px 2px;
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: none;
    z-index: 10;
}

.smv-upload--file-size {
    font-size: .85rem;
}

.smv-uploader--root.dragover {
    background: rgba(0, 123, 255, 0.1);
}

.min-w-100 {
    min-width: 100% !important;
}

.min-h-100 {
    min-height: 100% !important;
}

.nav-pill-border-bottom .nav-link {
    position: relative;
    color: #1a1a1d;
    background: none;
}

.nav-pill-border-bottom .nav-link:after {
    content: "";
    background: var(--color-primary);
    transition: width .15s linear;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
}
.nav-pill-border-bottom .nav-link.active{
    background: none;
    color: #000000;
}
.nav-pill-border-bottom .nav-link.active::after {
    width: 100%;
}
@media (min-width: 576px) {
    .rounded-sm-5 {
        border-radius: var(--bs-border-radius-xxl) !important;
    }
}
