body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background: rgb(var(--primary)) !important; /* !important bildirimi burada olmalı */
    outline: 1px solid slategrey;
}

:root {
    --tblr-font-sans-serif: 'Inter', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

body {
    font-feature-settings: "cv03", "cv04", "cv11";
    font-family: Poppins, sans-serif;
}

.card {
    --tblr-card-border-radius: 0.5rem;
}
.offcanvas-body {
    backdrop-filter: brightness(0.7);
}
.card-body {
    color: rgb(var(--text-color));
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: var(--tblr-primary) !important;
    border-color: var(--tblr-primary) !important;;
    filter: brightness(1.15) !important;;
}

[x-cloak] {
    display: none !important;
}

.section {
    margin: 3rem 0;
}
.card div {
    color: rgb(var(--text-color));
}
.border-input {
    border-color: #dadfe5 !important;
}

.card-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.fs-100 {
    font-size: 100%;
}

.alert-success {
    color: #fff;
    background-color: var(--tblr-success) !important;
}

.alert-danger {
    color: #fff;
    background-color: var(--tblr-danger) !important;
}

.alert-warning {
    color: #fff;
    background-color: var(--tblr-warning) !important;
}

.alert-info {
    color: #fff;
    background-color: var(--tblr-info) !important;
}

.widget-title {
    color: rgb(var(--text-color));;
    margin-bottom: 0.5rem;
}

.widget-link {
    --tblr-text-opacity: 1;
    color: rgb(var(--text-color), .7) !important;
}

[data-bs-theme=dark] .widget-link {
    color: rgba(255, 255, 255, 0.5) !important;
}

.widget-link:hover {
    text-decoration: none;
    color: inherit !important;
}

.footer {
    color: inherit;
    background-color: var(--tblr-bg-surface);
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.breadcrumb {
    background-color: var(--tblr-bg-surface);
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid var(--tblr-border-color) !important;
    margin-bottom: 0.75rem;
}

.breadcrumb-item a {
    color: inherit;
}

.breadcrumb-item.active {
    --tblr-text-opacity: 1;
    font-weight: normal;
    color: rgba(var(--tblr-muted-rgb), var(--tblr-text-opacity)) !important;
}

[data-bs-theme=dark] .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.5) !important;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
    color: var(--tblr-dropdown-link-active-color) !important;
    text-decoration: none;
    background-color: var(--tblr-dropdown-link-active-bg);
}

[data-bs-theme=dark] .dropdown-item.active, .dropdown-item:active,
[data-bs-theme=dark] .dropdown-item:hover {
    color: #fff;
}

[data-bs-theme=dark] .text-muted {
    color: rgba(255, 255, 255, 0.5) !important;
}

.btn-transparent {
    background-color: transparent;
    border-color: transparent !important;
    box-shadow: none;
    color: inherit;
}

@media (min-width: 768px) {
    .navbar-expand-md .nav-item:hover {
        position: relative;
    }
}

.ti {
    font-size: 20px;
}

.page-center {
    justify-content: center;
}

.card-header .ck-content p:last-child,
.card-body .ck-content p:last-child {
    margin-bottom: 0;
}

.superWheel .sWheel-inner {
    background-color: #d2a100;
    border-radius: 100%;
}

.input-group.input-icon {
    margin-left: 1px;
}

.input-group.input-icon .input-icon-addon {
    z-index: 6;
}

.input-group.input-icon .form-control {
    height: calc(2.25rem + 2px);
}

.table a:not(.btn) {
    color: inherit;
}

.table a:hover {
    text-decoration: none;
}

.btn-group-sm > .btn, .btn-sm {
    --tblr-btn-line-height: 1.625;
    --tblr-btn-icon-size: 0.813rem;
}

tbody td {
    vertical-align: middle;
}

.btn-icon .ti {
    font-size: 1rem;
}

.bg-surface {
    background-color: var(--tblr-bg-surface);
}

.card-product .stock {
    position: absolute;
    top: -.75rem;
    left: -0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: .325rem .625rem;
    font-size: 90%;
    color: #ffffff;
    border-radius: .375rem;
    z-index: 2;
}

.card-product .stock.stock-sm {
    top: -0.5rem;
    left: -0.5rem;
    font-size: 85%;
    padding: .25rem .5rem;
}

.card-product .stock.have-stock {
    background-color: #fb6340;
}

.card-product .stock.stock-out {
    background-color: #f5365c;
}

.card-product .discount {
    position: absolute;
    top: -1.25rem;
    right: -0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--tblr-primary);
    border-radius: 50%;
    z-index: 2;
}

.card-product .discount.discount-sm {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 90%;
    font-weight: 600;
    top: -0.75rem;
    right: -0.5rem;
}


.card-product .price {
    font-size: 1.5rem;
    font-weight: 600;
}

.name-product {
    min-height: 60px;
    width: 85% !important;
    margin: auto;
}

.for-discount:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #00a67a4d, transparent);
    top: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    color: #0f634dd4;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: start;
    justify-content: center;
}

.for-discount span {
    display: flex;
    justify-content: center;
    font-weight: 500;
    color: rgb(190 255 238);
}

th {
    border-color: #f4f4f4 !important;
}

td {
    border-color: #f4f4f4 !important;
}

.for-discount {
    position: relative;

}

.card-product .old-price {
    font-size: 80%;
    font-weight: 700;
    color: #f5365c;
    text-decoration: line-through;
}

.card-product {
    height: 100%;
}

.card-product .card-img-top {
    height: auto;
}

.card-product .card-body {
    display: flex;
    flex-direction: column;
    position: initial;
}

.border-bottom-separator > * {
    padding-top: .875rem;
    padding-bottom: .875rem;
    border-bottom: 1px solid var(--tblr-border-color) !important;
}

.border-bottom-separator > *:last-child {
    border-bottom: 0 !important;
}

.no-underline:hover {
    text-decoration: none;
}

.icon-sm {
    font-size: 1rem !important;
}

.card-img-right {
    border-radius: var(--tblr-card-border-radius) var(--tblr-card-border-radius) 0 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 992px) {
    .home-slider .carousel-inner, .home-slider .carousel-item {
        height: 400px;
        overflow: hidden;
    }

    .home-slider .carousel-item img {
        height: 400px;
        object-fit: cover;
        overflow: hidden;
    }
}

/* BROADCAST */
.broadcast {
    width: 100%;
    height: 44px;
    background-color: rgb(2, 9, 7);
    overflow: hidden;
}

.broadcast a {
    color: rgb(var(--text-color-reverse)) !important;
    font-weight: 500;
    font-size: 14px;
}

.broadcast-item {
    display: inline-block;
    padding: 10px 600px 10px 0;
}

.card-product div.text-center:not(.for-discount) .card-img-top {
    margin-top: 23px !important;
}

.card-product .card-body span.text-heading {
    min-height: 65px;
    max-height: 65px !important;
    display: grid;
    justify-items: center;
    align-self: center;
    alignment-baseline: central;
    align-content: center;
}

[data-bs-target="#menuCanvas"] .text-muted {
    color: rgb(var(--text-color-reverse)) !important;
}


@media (max-width: 768px) {
    .broadcast-item {
        padding-right: 400px;
    }
}

.broadcast-link {
    color: var(--tblr-body-color);
}

.shopping-cart-count-circle {
    width: 18px;
    height: 18px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    font-size: 80%;
    background-color: var(--tblr-primary);
    color: #fff;
}

/*NAV-TABS*/
.nav-tabs {
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    display: block;
    text-align: center;
    padding: 1rem;
    font-weight: 500;
    color: var(--tblr-body-color);
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid var(--tblr-border-color);
}

.nav-tabs .nav-link:hover {
    color: var(--tblr-primary);
    border-color: var(--tblr-border-color);
}

.nav-tabs .nav-link:first-child {
    border-top-left-radius: 10px;
}

.nav-tabs .nav-link:last-child {
    border-top-right-radius: 10px;
}

.nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid var(--tblr-primary);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--tblr-primary);
    border-color: var(--tblr-primary);
    background-color: transparent;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    --tblr-btn-disabled-border-color: var(--tblr-btn-disabled-bg);
}

@media (min-width: 768px) {
    .termsfeed-com---nb .cc-nb-main-container {
        padding: 2rem !important;
    }

    .termsfeed-com---nb-simple {
        bottom: 20px !important;
        right: 20px !important;
        border-radius: 0.625rem !important;
    }
}

.cc-cp-foot-byline {
    visibility: hidden;
}

.cc-pc-head-close:focus {
    border: none !important;
}

.termsfeed-com---palette-dark *:focus {
    box-shadow: none !important;
}

.cc-nb-okagree, .cc-cp-foot-save {
    color: #fff !important;
    background-color: var(--tblr-primary) !important;
}

.btn-link {
    color: rgba(var(--tblr-link-color-rgb), var(--tblr-link-opacity, 1));
}

.btn-link:hover {
    color: rgba(var(--tblr-link-hover-color-rgb), var(--tblr-link-opacity, 1));
}

.role__default {
    display: inline-block;
    justify-content: center;
    align-items: center;
    background: var(--tblr-bg-surface-secondary);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 1.35714285em;
    font-size: 85%;
    font-weight: var(--tblr-font-weight-bold);
    letter-spacing: .04em;
    vertical-align: bottom;
    line-height: 1;
    padding: 0.25rem 0.5rem;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25rem;
}

.forum-online-users a:hover {
    text-decoration: none;
}

.forum-online-users a:not(:last-child)::after {
    margin-left: -3px;
    content: ",";
    font-size: 90%;
    color: rgb(var(--tblr-body-color-rgb)) !important;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.875em + .75rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.875em + .75rem);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}

.select2-container--bootstrap4 .select2-selection {
    background-color: var(--tblr-bg-forms);
    border-color: var(--tblr-border-color);
}

.select2-results__option {
    background-color: var(--tblr-bg-forms);
}

.select2-container--bootstrap4 .select2-dropdown {
    border-color: var(--tblr-border-color);
}
.ck-content {
    background-color: rgba(var(--form-bg)) !important;
}
/* ckeditor */
.ck-editor__editable {
    min-height: 150px !important;
}

[data-bs-theme=dark] .ck-editor .ck-content {
    background: red !important;
    border-color: var(--tblr-border-color-translucent) !important;
}

[data-bs-theme=dark] .card .ck-editor .ck-content {
    background: var(--tblr-bg-forms) !important;
    border-color: var(--tblr-bg-forms) !important;
}

[data-bs-theme=dark] .ck-editor .ck-toolbar {
    background: #171a21 !important;
    border-color: #171a21 !important;
}

[data-bs-theme=dark] .ck-editor .ck-toolbar__items * {
    color: #FFF !important;
}

[data-bs-theme=dark] .ck-editor .ck-button:hover {
    background: #111111 !important;
}

[data-bs-theme=dark] .ck-editor .ck-button:focus {
    background: #111111 !important;
}

[data-bs-theme=dark] .ck-editor .ck-list__item {
    background: #171a21 !important;
    border-color: #171a21 !important;
}

.ck-editor.ck-toolbar {
    border: 1px solid #efefef !important;
}

.header-banner {
    position: relative;
    overflow: hidden;
}

.header-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 700px;
}

.header-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.card-img-right {
    max-height: 300px !important;
    min-height: 301px;
    background-size: cover;
    object-fit: cover;
}

.header-banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 768px) {
    .header-banner-content {
        width: 100%;
        justify-content: center;
    }
}

.zoom-hover {
    transition: transform .3s;
    transform: scale(1.0);
}

.zoom-hover:hover {
    transform: scale(1.1);
}

.header-banner-logo {
    max-height: 150px;
    z-index: 1;
    position: relative;
}

.header-side-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    color: #fff;
}

.header-side-icon svg {
    fill: white;
    width: 30px;
    height: 30px;
}

#powered_by_leaderos {
    color: var(--body-color);
}

[data-bs-theme=dark] .navbar-brand-autodark .navbar-brand-image {
    filter: none !important;
}

.auth-logo {
    max-height: 100px;
}

.auth-layout #powered_by_leaderos {
    opacity: 0.75;
}

[data-bs-theme=dark] .auth-layout #powered_by_leaderos {
    opacity: 0.5;
}

.toggle-password {
    line-height: 1;
}

.user-data {
    display: flex;
    align-items: center;
    padding: 8px;
}

.user-data:nth-child(2n) {
    border-right: none !important;
}

.user-data:last-child {
    border-bottom: none;
}

/* Mobile */
@media (max-width: 768px) {
    .user-data {
        border-right: none !important;
    }
}

.sidebar-profile-card .sidebar-link {
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    color: var(--body-color);
    text-decoration: none !important;
}

.sidebar-profile-card .sidebar-link:hover,
.sidebar-profile-card .sidebar-link.active {
    background-color: rgb(var(--secondary), .1) !important;
}

.avatar-150px {
    width: 150px;
    height: 150px;
}


/**/
.hobbidihobbidi {
    animation: hobbidihobbidi 4s infinite;
}

.gradient-text {
    background: linear-gradient(270deg, rgb(var(--primary)) 0%, rgb(var(--secondary)) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color {
    color: rgb(var(--text-color)) !important;
}

.text-color-reverse {
    color: rgb(var(--text-color-reverse)) !important;
}

.gradient-darker-text {
    background: linear-gradient(270deg, rgb(var(--darker)) 65%, rgb(var(--primary)) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb {
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    border: none !important;
    margin-bottom: 0.75rem;
    color: rgb(var(--darker-text));
    background: linear-gradient(270deg, rgb(var(--body-bg)) 35%, rgb(var(--darker), .3) 94%);
}

.gradient-span {
    width: 40px;
    height: 8px;
    background: linear-gradient(270deg, rgb(var(--primary)) 0%, rgb(var(--secondary)) 100%);
    border-radius: 500px;
    margin-right: 1rem;
}

.breadcrumb-item.active {
    --tblr-text-opacity: 1;
    font-weight: normal;
    color: rgb(var(--primary)) !important;
    background: transparent !important;
}
.discord-join {
    border:none !important;
}
.text-color-soft {
    color: rgb(var(--text-color-soft)) !important;
}

linearGradient#paint0_linear_155_285 stop:first-child {
    stop-color: rgb(var(--primary));
!important;
}

linearGradient#paint0_linear_155_285 stop:last-child {
    stop-color: rgb(var(--secondary));
!important;
}

.svg-faq svg {
    width: 100%;
    aspect-ratio: 1/1;
}

.svg-faq {
    width: 50%;
}

.accordion-header {
    color: rgb(var(--text-color));
}

.fw-bolder-spe {
    font-weight: 700;
    line-height: 1.3;
}

.card {
    box-shadow: rgb(var(--card-bg) / 10%) 0px 8px 24px;
    border: none;
  	background-color: rgb(var(--card-bg)) !important;
}
.markdown>table thead th, .table thead th {
    background-color: rgb(var(--card-bg));
    color: rgb(var(--text-color)) !important;
}

.copy-ip {
    display: inline-flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 3px dashed rgb(var(--primary));
    transition: 300ms;
}
.table-responsive *:not(i,.old-price) {
    color: rgb(var(--text-color)) !important;
}
.card-header * {
    color: rgb(var(--text-color));
}
.home-section .markdown>table>:not(caption)>*>*, .table>:not(caption)>*>* {
  border-bottom:none !important;
}
.copy-ip:hover {
    border-style: solid;
    background: rgb(var(--primary));
    transition: 300ms;
}
.card-categories h3.card-title {
    color: #FFF;
}

.discord-join {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 8px !important;
    background: #5562EA;
}

.discord-join:hover {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #4A56D3FF;
    border: none !important;
}

.discord-join:focus {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #4a56d3 !important;
}

li.nav-item.active .nav-link {
    border-radius: 0;
    background: linear-gradient(360deg, rgba(var(--secondary), .3), transparent);
    color: rgb(var(--secondary)) !important;
    font-weight: 600;
    font-size: 16px;
    transition: 250ms;
}

li.nav-item:hover .nav-link {
    border-radius: 0;
    background: linear-gradient(360deg, rgba(var(--secondary), .3), transparent);
    color: rgb(var(--secondary)) !important;
    font-weight: 600;
    font-size: 16px;
    transition: 250ms;
}

.btn-gradient {
    background: linear-gradient(270deg, rgb(var(--primary)) 0%, rgb(var(--secondary)) 100%);
    border: none;
    color: rgb(var(--gradient-text));
    position: relative;

}

.btn-gradient:focus {
    color: rgb(var(--gradient-text)) !important;

}

.nav-link {
    font-size: 16px;
    font-weight: 500;
}

.btn {
    border-radius: 8px;
}

.btn:hover {
    transform: translateY(-0.01px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: rgb(var(--gradient-text));
}

.btn:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-gradient::after {
    background: linear-gradient(270deg, rgb(var(--primary)) 0%, rgb(var(--secondary)) 100%);
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

.header-banner {
    height: 700px;
}

.header-banner-content {
    height: 550px;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes hobbidihobbidi {
    0% {
        transform: translateY(-3px);
        transition: 500ms;
    }
    50% {
        transform: translateY(3px);
        transition: 500ms;
    }
    100% {
        transform: translateY(-3px);
        transition: 500ms;
    }
}

.form-control {
    padding: 16px;
    border: 1.7px dashed rgb(var(--darker), .4) !important;
    box-shadow: none !important;
    border-radius: 12px;
    transition: 800ms;
}

::placeholder {
    color: rgb(var(--text-color), .6) !important;
    font-weight: 600;
}
.forum-section p {
    color: rgb(var(--text-color)) !important;
}
.forum-section .d-flex span {
    color: rgb(var(--text-color), .6);
}
.ck-toolbar * {
    color: rgb(var(--text-color)) !important;
}
.ck-toolbar {
    background-color: rgb(var(--form-bg)) !important;
}
.ck-button {
    background: rgb(var(--form-bg)) !important;
}
.ck-toolbar * {
    color: rgb(var(--text-color)) !important;
}
.ck-toolbar  {
    background-color: rgb(var(--form-bg)) !important;
}
.ck-list__item {
    background-color: rgb(var(--form-bg)) !important;
}
.ck-button:hover {
    filter: brightness(1.5);
    cursor: pointer;
}
.input-group-flat:focus-within {
    box-shadow: none !important;
}

.input-group-flat:focus-within .form-control, .input-group-flat:focus .form-control {
    border: 1.7px solid rgb(var(--darker), 1) !important;
}
.form-control {
    padding: 16px;
    border: 1.7px dashed rgb(var(--darker), .4) !important;
    box-shadow: none !important;
    border-radius: 12px;
    transition: 800ms;
    background-color: rgb(var(--form-bg));
    color: rgb(var(--text-color)) !important;
}
.form-control:focus {
    padding: 16px;
  	background-color: rgb(var(--form-bg));
    border: 1.7px solid rgb(var(--darker), 1) !important;
    box-shadow: none !important;
    border-radius: 12px !important;
    transition: 500ms;
}

.select2-selection:focus {
  	background-color: rgb(var(--form-bg));
    border: 1.7px solid rgb(var(--darker), 1) !important;
    box-shadow: none !important;
    border-radius: 12px !important;
    transition: 500ms;
}

.select2-selection {
  	background-color: rgb(var(--form-bg));
    border: 1.7px dashed rgb(var(--darker), .4) !important;
    box-shadow: none !important;
    border-radius: 12px !important;
    transition: 800ms;
}

.header-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(var(--darker), .8), #fedddd00);
    top: 0;
    z-index: 1;
}

.z-99 {
    z-index: 99;
}

.card-blur {
    border-radius: 24px;
    background: rgba(154, 154, 154, 0.04) !important;
    backdrop-filter: blur(15px);
    color: #FFF !important;
    z-index: 9;
}

.fw-400 {
    font-weight: 400;
}

img.blog-post-img {
    border-radius: 24px;
    margin-bottom: 1rem;
}

.list-group-flush .list-group-item.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(var(--primary)), transparent);
    top: 0;
    left: 0;
}

.list-group-item.active {
    background-color: rgba(var(--tblr-text-secondary-rgb), .04);
    border-left-color: rgb(var(--darker));
    border-left-width: 2px;
    z-index: 111;
}

.list-group-item.active a {
    color: rgb(var(--text-color-reverse)) !important;
    position: relative;
    z-index: 99;
}

.card-blur .news-desc-p {
    color: #c5c5c5;
}

.news-card p.text-color-soft {
    min-height: 110px;
}

.what-we-do-image img {
    transform: rotate(-3deg);
    width: 75%;
    position: relative;
    z-index: 1;
    border: 8px solid rgb(var(--primary));
    border-radius: 12px;
    height: 400px;
    background-size: 100% 100%;
    object-fit: cover;
}

svg.absolute-header-svg {
    fill: rgb(var(--body-bg));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: auto !important;
}

body {
    background-color: rgb(var(--body-bg));
}

.navbar {
    background-color: rgb(var(--darker));
    border-bottom: none;
    box-shadow: none;
    padding: 0 !important;
}

.copy-ip.home {
    color: rgb(var(--text-color-soft));
}

.copy-ip.home:hover {
    color: rgb(var(--text-color-reverse));
}

.user-skins-header {
    padding: 0 !important;
}

.navbar .nav-link:not(.user-skins-header) {
    color: rgb(var(--darker-text));
    padding: 1.4rem !important;
}

.news-card {
    border-radius: 12px;
}

.news-title {
    min-height: 60px;
    display: block;
    position: relative;
    color:rgb(var(--primary));
}

.news-card img {
    border-radius: 12px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: rgb(var(--text-color));
}

a:hover {
    text-decoration: none !important;
}

.circle-card-donor {
    height: 300px;
    flex-shrink: 0;
    background: linear-gradient(270deg, rgb(var(--primary)) 0%, rgb(var(--secondary)) 100%);
    border-radius: 100%;
    margin: auto;
}

.avatar-donor {
    position: absolute;
    left: 0;
    top: 4rem;
    width: 60%;
    top: 36%;
    width: 36%;
    margin: auto;
    right: 0;
    border-radius: 12px;
}
.ck-content > ul li {
    list-style: revert;
}

.donor-name {
    font-size: 24px;
    font-weight: 600;
    color: rgb(var(--text-color-reverse));
    margin-top: 1.5rem;
}

.blured-info {
    border-radius: 8px;
    background: rgba(221, 221, 221, 0.60);
    backdrop-filter: blur(2px);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    width: 60%;
    padding: 3%;
    margin: auto;
}

.donor-1 {
    width: 100%;
}

.donor-2, .donor-3 {
    width: 50%;
}

.donors .col-lg-10 .circle-card-donor {
    height: 250px;
    aspect-ratio: 1/1;
}

.donors .col-lg-6 .circle-card-donor, .donors .col-lg-6 .circle-card-donor {
    height: 200px;
    aspect-ratio: 1 / 1;
}

.blured-info-faq:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    right: 0;
    left: 0;
    top: -5rem;
    filter: blur(30px);
    background: rgb(var(--body-bg));
}

.active > .page-link, .page-link.active {
    background: linear-gradient(270deg, rgb(var(--primary)) 0%, rgb(var(--secondary)) 100%) !important;
}

img.header-banner-logo-blured {
    position: absolute;
    right: 0;
    filter: blur(49px);
    top: 1rem;
    bottom: 0;
}

footer {
    background: rgb(var(--darker)) !important;
    color: rgb(var(--darker-text)) !important;
    padding: 2rem 0;
}

.widget li {
    padding-bottom: 12px;
}

.btn-light {
    background: rgb(var(--secondary), .1);
    border: none;
    color: rgb(var(--secondary));
    padding: 12px 22px;
}

.btn-light:hover {
    background: rgb(var(--secondary), .7);
    border: none;
    color: rgb(var(--darker));
    padding: 12px 22px;
}

.btn-light:focus {
    background: rgb(var(--secondary), .7) !important;
    border: none;
    color: rgb(var(--darker));
    padding: 12px 22px;
}


.example-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.example-2 .icon-content {
    margin: 0 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.example-2 .icon-content .tooltip {
    transform: translateX(50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
}

.example-2 .icon-content a[data-social]:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: 5px;
}

footer .dropdown-menu {
    background: rgb(var(--darker), .9) !important;
    color: rgb(var(--secondary));
    padding: 1rem;
    border-radius: 18px;
}

footer .dropdown-item.active, footer .dropdown-item:active {
    color: rgb(var(--darker)) !important;
    background: rgb(var(--secondary));
    font-weight: 500;
    border-radius: 6px;
}

footer .widget-link {
    color: rgb(var(--text-color-reverse)) !important;
}

footer .dropdown-item.active, footer .dropdown-item:hover {
    color: rgb(var(--darker)) !important;
    background: rgb(var(--secondary));
    font-weight: 500;
    border-radius: 6px;
}

div#offcanvasBottom {
    background: rgb(var(--darker));
    width: 50%;
    margin: auto;
    border-radius: 18px 18px 0px 0px;
    border: none;
}

.offcanvas-backdrop.show {
    opacity: .94;
}

.avatar-header {
    background: transparent !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
;
    align-items: center;
}

.fw-600 {
    font-weight: 600;
}

.static-image {
    display: block;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.example-2 .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(var(--secondary), .1);
    border: none;
    color: rgb(var(--primary));
    transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.example-2 .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
}

.example-2 .icon-content a:hover {
    color: white;
}

.example-2 .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover .filled {
    height: 100%;
}

.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
    background-color: #0274b3;
}

.example-2 .icon-content a[data-social="x"] .filled,
.example-2 .icon-content a[data-social="x"] ~ .tooltip {
    background-color: #24262a;
}

.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
    background: linear-gradient(
            45deg,
            #405de6,
            #5b51db,
            #b33ab4,
            #c135b4,
            #e1306c,
            #fd1f1f
    );
}

.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
    background-color: #ff0000;
}

.example-2 .icon-content a[data-social="tiktok"] .filled,
.example-2 .icon-content a[data-social="tiktok"] ~ .tooltip {
    background-color: rgb(241, 4, 69);
}

.offcanvas {
    background: rgb(var(--darker));
    border: none !important;
}

.offcanvas-header .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    filter: brightness(11111);
}

.justify-items-center {
    justify-items: center;
}

.offcanvas-header {
    background: rgb(var(--darker), .1) !important;
}

.offcanvas-header {
    padding-top: 1rem;
    padding-bottom: 0rem;
}

a.sidebar-link {
    color: var(--text-color-reverse) !important;
    font-size: 16px;
}
.page-wrapper .display-4 {
    color: rgba(var(--text-color));
}
.sidebar-link {
    width: 100%;
    transition: 300ms;
    height: 100px !important;
    display: grid;
    align-items: center;
    text-align: center;
    justify-items: center;
    align-content: center;
}

.card-blur img {
    width: 100% !important;
    height: 238px;
    background-size: contain;
    object-fit: cover;
    border-radius: 18px;
}

.sidebar-link span, .sidebar-link i {
    color: rgb(var(--primary));
    font-size: 22px;
}

.offcanvas-body .col-6 {
    padding: 1rem;
}

.offcanvas-body .col-6:hover {
    background: rgb(var(--secondary), .1);
    padding: 1rem;
}

.offcanvas-body .col-12 {
    padding: 1rem;
}

.offcanvas-body .col-12:hover {
    background: rgb(var(--secondary), .1);
    padding: 1rem;
}

button.logout {
    color: #FFF !important;
    width: 100%;
    border-radius: 0 !important;
    background-color: #991b1b;
    padding: 1rem;
}

button.logout:hover {
    color: #FFF !important;
    width: 100%;
    border-radius: 0 !important;
    background-color: #991b1b;
    padding: 1rem;
    transform: translateY(0);
    position: relative;
    overflow: hidden;
}

.login input#username {
    padding-left: 3rem;
}

.avatar-absolute {
    position: absolute;
    top: 2.4rem;
    left: .6rem;
}

.avatar-absolute img {
    border-radius: 500px;
    width: 34px;
    height: 34px;
}

.input-group.chest * {
    padding: 14px;
}

.input-group.chest {
    box-shadow: none !important;
}

.input-group.d-block.chest .btn-danger, .input-group.d-block.chest .btn-success {
    width: 35px;
    height: 35px;
    border-radius: 500px !important;
    margin-bottom: 1rem;
    font-size: 18px;
}

.chest-delivery {
    width: 35px !important;
    height: 35px !important;
    border-radius: 500px !important;
    margin-bottom: 1rem !important;
}

.navbar-nav .no-hover-border.nav-item {
    cursor: pointer;
}

.profile-img-section {
    height: 300px;
    background-size: cover;
    background-position: 100% 9%;
    background-repeat: no-repeat;
    object-fit: cover;
}

a.menu-item {
    background: rgb(var(--primary), .5);
}

a.menu-item i {
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    margin: 0 !important;
}

.profile-img-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(var(--darker), .85);
}

.height-profile-content {
    height: 300px;
    display: grid;
    align-content: center;
}

.first-profile-sidebar img {
    background-color: rgb(var(--primary), .3);
    padding: .5rem !important;
    border-radius: 15px !important;
}


/* From Uiverse.io by JkHuger */
.menu-item,
.menu-open-button {
    background: #EEEEEE;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-left: -40px;
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
}

.menu-open {
    display: none;
}

.lines {
    width: 25px;
    height: 3px;
    background: #596778;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
}

.line-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.line-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.line-3 {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .line-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .line-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .line-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
    width: 60px;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
    font-size: 26px;
    margin-top: 2rem;
}

section.top-body-section {
    width: 100%;
    display: block;
    height: 150px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.store-categories .card {
    border-radius: 24px !important;
}

.card-product {
    border-radius: 24px !important;
}

.card-product:hover h3.h2 {
    background: linear-gradient(270deg, rgb(var(--primary)) 0%, rgb(var(--secondary)) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 700ms;
}
.page-title {
 color: rgb(var(--text-color)); 
}
.form-label {
    color: rgb(var(--text-color));
}
.ck-content.mt-0 {
    color: rgb(var(--text-color));
}
.top-body-section-sub {
    position: absolute;
    width: 150%;
    height: 153px;
    background: rgb(var(--body-bg));
    bottom: -42px;
    filter: blur(65px);
    left: -18px;
    right: 0;
}
td.text-start.table-header {
    background-color: rgb(var(--card-bg)) !important;
}

.store-categories .card {
    transition: 700ms;
}

a.card:hover {
    text-decoration: none;
    box-shadow: rgb(0 0 0 / 5%) 0 2px 20px 3px !important;
}

.store-categories .card:hover h3.h2 {
    background: linear-gradient(270deg, rgb(var(--primary)) 0%, rgb(var(--secondary)) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 700ms;
}

a.card.categories-card-index {
    height: 240px;
    display: flex;
  	border-radius:28px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    color: rgb(var(--text-color-reverse));
    font-weight: bold;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

.card-categories.card {
    margin-top: -7rem;
    border-radius: 24px;
}

.card-categories .col-md-4:hover a:before {
    opacity: 0.3 !important;
}

a.card.categories-card-index .card-body {
    display: grid;
    align-items: center;
    flex: 0;
}

.category-absolute-2.btn.btn-gradient {
    position: absolute;
    left: 30rem;
    transition: 500ms;
}

.category-absolute {
    position: absolute;
    right: 30rem;
    transition: 500ms;
}

a.card.categories-card-index:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    transition: 500ms;
}

a.card.categories-card-index:hover .category-absolute {
    right: 0;
}

a.card.categories-card-index:hover .category-absolute-2 {
    left: 0;
}

a.card.categories-card-index h3 {
    font-size: 24px;
}

a.card.categories-card-index
    /* .menu-item {
       transition: all 0.1s ease 0s;
    } */
.menu-item:hover {
    background: #EEEEEE;
    color: #3290B1;
}

.menu-item:nth-child(3) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(4) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(5) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(6) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(7) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(8) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(9) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

.menu-open-button:hover {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
    transition-duration: 180ms;
    -webkit-transition-duration: 180ms;
    -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
    transform: translate3d(0.08361px, -104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(4) {
    transition-duration: 280ms;
    -webkit-transition-duration: 280ms;
    -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
    transform: translate3d(90.9466px, -52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(5) {
    transition-duration: 380ms;
    -webkit-transition-duration: 380ms;
    -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
    transform: translate3d(90.9466px, 52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(6) {
    transition-duration: 480ms;
    -webkit-transition-duration: 480ms;
    -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
    transform: translate3d(0.08361px, 104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(7) {
    transition-duration: 580ms;
    -webkit-transition-duration: 580ms;
    -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
    transform: translate3d(-90.86291px, 52.62064px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(8) {
    transition-duration: 680ms;
    -webkit-transition-duration: 680ms;
    -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
    transform: translate3d(-91.03006px, -52.33095px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(9) {
    transition-duration: 780ms;
    -webkit-transition-duration: 780ms;
    -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
    transform: translate3d(-0.25084px, -104.9997px, 0);
}

.blue {
    background-color: #669AE1;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.blue:hover {
    color: #669AE1;
    text-shadow: none;
}

.green {
    background-color: #70CC72;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.green:hover {
    color: #70CC72;
    text-shadow: none;
}

.red {
    background-color: #FE4365;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.red:hover {
    color: #FE4365;
    text-shadow: none;
}

.purple {
    background-color: #C49CDE;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.purple:hover {
    color: #C49CDE;
    text-shadow: none;
}

.orange {
    background-color: #FC913A;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.orange:hover {
    color: #FC913A;
    text-shadow: none;
}

.lightblue {
    background-color: #62C2E4;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.lightblue:hover {
    color: #62C2E4;
    text-shadow: none;
}

.credit {
    margin: 24px 20px 120px 0;
    text-align: right;
    color: #EEEEEE;
}

.credit a {
    padding: 8px 0;
    color: #C49CDE;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.credit a:hover {
    text-decoration: underline;
}

/**/
.ck.ck-toolbar.ck-toolbar_grouping {
    border: 1px solid #0000001a !important;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    border: 1px dashed rgb(var(--darker), .3) !important;
    border-radius: 0px 0px 16px 16p !important;
}

.alert-danger {
    color: #fff;
    background-color: #b91c1c !important;
    width: 50%;
    margin: auto;
    border-radius: 8px;
    border: none;
    padding: 1rem;
}

.alert-success {
    color: #fff;
    background-color: #28a745 !important;
    width: 50%;
    margin: auto;
    border-radius: 8px;
    border: none;
    padding: 1rem;
}

.btn-success {
    background: #28a745 !important;
    border: none;
    color: #fff;
    border-radius: 8px;
    transition: 500ms;
}

.alert-warning {
    color: #fff;
    width: 50%;
    margin: auto;
    border-radius: 8px;
    border: none;
    padding: 1rem;
}

.carousel-caption h5 {
    color: #FFF !important;
    font-size: 32px;
}

a.carousel-control-prev, .carousel-control-next {
    position: absolute;
    display: grid;
    border-radius: 12px;
    opacity: 1 !important;
   z-index: 111111111;
}
.carousel-inner {
  border-radius:32px;
}
div#carousel-controls:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b3;
    z-index: 111;
  	border-radius:32px;
}
.carousel-caption {
    z-index: 12312312;
}

.mini-news-img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    background-size: 100% 100%;
}

.mini-news-title {
    min-height: 150px;
    max-height: 150px;
}

.navbar-toggler-icon {
    color: white;
}

.btn {
    overflow: hidden;
    position: relative;
}

.header-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 63%);
}

.categories-card-index {
    background-size: 100% 100% !important;
}

input.form-control[name="coupon"] {
    padding-bottom: 0;
    padding-top: 0;
}

input.form-control[name="coupon"]:focus {
    border-radius: 12px 0px 0px 12px !important;
}

.navbar-nav .btn-gradient {
    width: 50px;
    height: 50px;
    border-radius: 8px !important;
}

img.blog-post-img {
    width: 100%;
}

.news-columns {
    min-height: 300px !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.img-news {
    background-size: cover !important;
    object-fit: cover !important;
    max-height: 328px;
    border-radius: 18px 0px 0px 18px;
}

.horizontal-news .news-title, .horizontal-news .news-title-up, .horizontal-news .card-text {
    margin-left: 1rem;
}

.news-bottom {
    display: flex;
    align-items: center;
    margin-right: 0rem;
    padding-right: 1rem;
    justify-content: end;
  position: relative;
    top: -1rem;
}

.horizontal-news .news-title {
    min-height: 30px !important;
}

.horizontal-news img {
    border-radius: 12px 0px 0px 12px !important;
}

.transparent-breadcrumb .breadcrumb {
    padding: 1rem 1.5rem !important;
    border-radius: 0.5rem !important;
    border: none !important;
    margin-bottom: 0.75rem;
    color: rgb(var(--primary)) !important;
    background: rgb(var(--body-bg)) !important;
    font-weight: 600 !important;
    padding-left: 0 !important;
    font-size: 14px !important;
    opacity: .7 !important;
}

.hightlight-news .col-lg-6 .big-news {
    margin: .2rem !important;
   width: fit-content;
}

.hightlight-news .col-lg-6 {
    padding: 0;
    margin: 0 !important;
    height: fit-content;
    width:100% !important;
}

.mini-news-desc {
    font-size: 11px;
}

.big-news {
    padding: 0;
    margin: 0 !important;
    height: fit-content;
}

.hightlight-news .mini-news {
    padding: 0;
    margin: 0 !important;
    max-width: 48%;
}

.absolute-news-text {
    position: absolute;
    top: 1rem;
    width: 85% !important;
    left: 1rem;
}

.big-news:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000091 !important;
    border-radius: 12px;
}

.hightlight-news .big-news:hover .absolute-button {
    position: absolute;
    left: 1rem;
    top: 11rem;
    bottom: 0;
    transition: 150ms;
}

.hightlight-news .big-news .absolute-button {
    position: absolute;
    left: -170rem;
    top: 8rem;
    bottom: 0;
    transition: 150ms;
}

.hightlight-news .mini-news:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000091 !important;
    border-radius: 12px;
}

.hightlight-news .mini-news:hover .absolute-button {
    position: absolute;
    left: 1rem;
    top: 6rem;
    bottom: 0;
    transition: 150ms;
}
.user-data {
    display: flex;
    align-items: center;
    padding: 8px;
    color: rgb(var(--text-color));
}
.nav-tabs .nav-link {
    color: rgb(var(--text-color)) !important;
}
.tab-pane.fade.show * {
    color: rgb(var(--text-color));
}
.hightlight-news .mini-news .absolute-button {
    position: absolute;
    left: -170rem;
    top: 10rem;
    bottom: 0;
    transition: 150ms;
}

.col-lg-6.position-relative.overflow-hidden.mini-news {
    padding: 0;
    margin: 0 !important;
}

.hightlight-news .mini-news-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    height: fit-content;
}
div#carousel-controls:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b3;
    z-index: 111;
}
/*Responsive Gameixa*/
@media (max-width: 992px) {
    .right-header {
        display: none !important;
    }

    .md\:justify-content-center {
        justify-content: center;
    }

    .header-banner-content .container {
        text-align: center;
        margin: auto;
    }

    svg.absolute-header-svg {
        display: none;
    }

    .what-we-do-image img {
        transform: rotate(-3deg);
        width: 75%;
        position: relative;
        z-index: 1;
        border: 8px solid rgb(var(--primary));
        border-radius: 12px;
        height: 270px;
        background-size: 100% 100%;
        object-fit: cover;
        margin-bottom: 2rem;
    }

    .what-we-do-content {
        text-align: center;
        margin: auto;
    }

    .what-we-do-content .icons {
        display: flex;
        justify-content: center;
    }

    div.left-text p {
        font-size: 30px !important;
    }

    .first-profile-sidebar.col-lg-4.text-end.d-flex.justify-content-end {
        justify-content: start !important;
    }

    .profile-img-section {
        height: 500px;
    }

    .menu {
        width: 60px;
        height: 60px;
        text-align: center;
        box-sizing: border-box;
        font-size: 26px;
        margin-top: 2rem;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 20rem;
    }

    .col-lg-4.first-profile-sidebar.position-relative.z-99 {
        text-align: center;
        display: grid;
        justify-items: center;
        margin-bottom: 1rem;
    }

    .hightlight-news .mini-news-columns {
        margin-top: 1rem;
    }
}