.btn-primary, .btn-primary:active, .btn-primary:focus {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5e17eb;
    --bs-btn-border-color: #5e17eb;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8c52ff;
    --bs-btn-hover-border-color: #8c52ff;
    --bs-btn-focus-shadow-rgb: 0, 105, 217;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5e17eb;
    --bs-btn-active-border-color: #5e17eb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5e17eb;
    --bs-btn-disabled-border-color: #5e17eb;
    color: #fff;
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-bg);
    border-style: solid !important;
    border-width: 2px !important;
    border-radius: var(--bs-btn-border-radius) !important;

}
.features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
}
.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary:focus {
    --bs-btn-color: #5e17eb;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #5e17eb;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8c52ff;
    --bs-btn-hover-border-color: #5e17eb;
    --bs-btn-focus-shadow-rgb: 94, 23, 235;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5e17eb;
    --bs-btn-active-border-color: #5e17eb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5e17eb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5e17eb;
    --bs-btn-border-width: 2px !important;
    --bs-btn-border-color: #5e17eb !important;

    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color) !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-radius: var(--bs-btn-border-radius) !important;
    box-shadow: 0 0 0 1px rgba(94, 23, 235, 0.2);
}

.btn-outline-primary:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: transparent !important;
    border-width: 2px;
}

.btn-primary:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-bg);
    color: #fff;
}

.btn {
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.5rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (min-width: 576px) {
    .logosmall {
        display: none;
    }
}

@media (max-width: 575px) {
    .logofull {
        display: none;
    }
}

.bg-white-300 {
    background: rgba(255, 255, 255, .3) !important;
}

.rounded-bottom-left {
    border-radius: 0;
    border-bottom-left-radius: .25rem !important;
}

.rounded-bottom-right {
    border-radius: 0;
    border-bottom-right-radius: .25rem !important;
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
    --bs-icon-size: 1rem;
}

.bs-icon-md {
    --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
    --bs-icon-size: 2rem;
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tag-label, input[type=radio], label {
    cursor: pointer;
}
.scrollspy-support {
    height: calc(100dvh - 110px);
    overflow-y: auto;
    overflow-x: hidden;
}
#navbar-support .nav-link:active, #navbar-support .active {
    color: #0f0f0f ;
    background-color: rgba(140, 82, 255, 0.1);
}
#navbar-support .nav-link {
    color: #0f0f0f;
}
.scrollspy-support img{
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#content-wrapper {
    min-height: calc(100dvh - 80px);
    flex: 1 1 auto;
    overflow-y: hidden !important;
}
#contentContainer {
    margin-top: 10px;
}
:root{

    --bs-body-color: #0f0f0f;
}