main{
    background-color: #141523;
    min-height: inherit;
}
.navbar-button-color{
    background-color: #141523;
}
.sidebar {
    scrollbar-width: thin;
    scrollbar-color: #d1d5db #ffffff;
}

.sidebar::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar-track {
    background: #ffffff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #d1d5db;
    border-radius: 3px;
}

/* Aktywny link */
.sidebar a.bg-gray-100 {
    font-weight: 600;
}

/* Hover dla linków */
.sidebar a:hover {
    transition: all 0.2s ease-in-out;
}
@media (min-width: 1025px) {
    .lg\:hidden { display: none !important; }
    .lg\:ml-64{ margin-left: 16rem; }
}

.z-100{z-index: 100;}
.bg-fg {
    background-color: #1f2940;
}
.border-color{
    border-color: #1f2940;
}
.container-color{
    background: #1f2940;
}
.active-menu{
    background: #0d6cc7;
    color: #ffffff !important;
}
.nav_lay1:hover {
    background: #04a0d51f;
    color: #0d97c7 !important;
    fill: #0d97c7 !important;
}
.color-menu{
    color:#55657e;
}
.card-style{
    height: 1px;
    width: 250px;
    margin: auto;
}
.bg-slate-200 {
    background-image: linear-gradient(180.4deg, rgb(37 38 61) -2.2%, rgb(29 30 45) 83.5%);
}
.bg-dropdown-dark{
    background-image: linear-gradient(180.4deg, rgb(50 51 79) -2.2%, rgb(29 30 45) 83.5%);
    border: solid 1px #3b3d51 !important;
}
.rounded-tl-lg {
    border-top-left-radius: .5rem;
}
.rounded-tr-lg{
    border-top-right-radius: .5rem;
}
.border-b-slate-200 {
    border-bottom-width: 1px;
    border-bottom-color: #292b43;
}
.focus\:rings:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-primary\/50 {
    --tw-ring-color: #2f314b;
}
.ca_r {
    background-color: rgba(255, 255, 255, .1) !important;
    border-color: rgba(255, 255, 255, .1) !important;
    height: 42px;
}
.sidenav-right-border{
    border-top: 0;
    box-shadow: 0 0 10px rgba(20, 28, 43, .8);
    border-right: 1px solid rgba(222, 228, 236, .1);
}
.sidenav-bottom-border{
    background: #1f2940;
    border-bottom: 1px solid rgba(222, 228, 236, .1);
    box-shadow: 0 0 10px rgba(20, 28, 43, .8);
}
.welcome-bottom-border{
    border-bottom: 1px solid rgba(222, 228, 236, .1);
    box-shadow: 0 0 10px rgba(20, 28, 43, .8);
}
.welcome-top-border{
    border-top: 1px solid rgba(222, 228, 236, .1);
    box-shadow: 0 0 10px rgba(20, 28, 43, .8);
}
.side-menu__icon{
    font-size: 23px;
    line-height: 0;
    margin-right: 7px;
    width: 22px;
    height: 22px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    color: #a8b1c7;
    fill: #5b6e88;
}
.active-menu-svg{
    fill:#ffff;
}
.option-style{
    background: rgb(31 41 64);
    color: #fff;
}
.option-style:hover{
    color: #0162e8;
}
.border-bottom-color{
    border-color:#2e3f50;
}
.status-green{
    color: #13deb9 !important;
    background-color: #13deb940 !important;
}
.status-red{
    color: rgb(250, 137, 107) !important;
    background-color: rgba(247, 68, 86, .15) !important;
}
.status-orange{
    color: #ffae1f !important;
    background-color: #ffad1f40 !important;
}
.status-edit-button{
    color: rgb(37 99 235) !important;
    background-color: #2563eb45 !important;
}
.status-integr-button{
    color: rgb(22 163 74) !important;
    background-color: #16a34a36 !important;
}
.nav-addit{
    color: #dde3ea;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    height: 15px;
    padding: 0px 20px 0 15px;
}
.dashboard-card-1{
    background-image: linear-gradient(to left, #0db2de 0, #005bea 100%) !important;
    border: 1px solid #1f2940 !important;
    box-shadow: 0 0 10px rgba(28, 39, 60, .1);
}
.dashboard-card-2{
    background-image: linear-gradient(45deg, rgb(249, 58, 90), rgb(247, 119, 140)) !important;
    border: 1px solid #1f2940 !important;
    box-shadow: 0 0 10px rgba(28, 39, 60, .1);
}
.dashboard-card-3{
    background-image: linear-gradient(to left, rgb(72, 214, 168) 0px, rgb(2, 150, 102) 100%) !important;
    border: 1px solid #1f2940 !important;
    box-shadow: 0 0 10px rgba(28, 39, 60, .1);
}
.dashboard-card-4{
    background-image: linear-gradient(to left, rgb(239, 166, 95), rgb(247, 106, 45)) !important;
    border: 1px solid #1f2940 !important;
    box-shadow: 0 0 10px rgba(28, 39, 60, .1);
}
.width-full{
    width: 100%;
}
@media (max-width: 1024px) {
    .flex-col-charts{
        flex-direction: column
    }
}
@media (min-width: 1024px) {
    .md\:w-2-3{
        width: 66.6%;
    }
    .md\:w-1-3{
        width: 33.3%;
    }
}
@media (min-width: 1025px) {
    .offerwall-w-full {
        width: 75%;
    }
}
.walle{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 7px 7px 7px 7px;
    margin-right: 1px;
}
.border-nav-button{
    box-shadow: 0 0 10px rgba(20, 28, 43, .8);
    border: 1px solid rgba(222, 228, 236, .1);
}
.five-char{
    width: 6ch;
    overflow: hidden;
    text-overflow: ellipsis;
}
.login-button-color{
    background-color: rgb(70 2 101);
    border: 1px solid rgb(183 80 222);
    color: rgb(255, 255, 255) !important;
}
.register-button-color{
    background-color: rgb(70 2 101);
    border: 1px solid rgb(183 80 222);
    color: rgba(255,255, 255);
}
.register-button-color:hover{
    background-color: rgb(49 2 71);
    border: 1px solid rgb(122 44 152);
}
.login-button-color:hover{
    background-color: rgb(49 2 71);
    border: 1px solid rgb(122 44 152);
}


@media (min-width: 992px) {
    .navbar-welcome-nav {
        flex-direction: row;
    }
}
.nav-item{
    margin:auto;
}
.nav-link{
    font-size: 18px;
    padding: 10px 20px !important;
    font-weight: 500;
    color: rgba(255,255,255);
}
.nav-link:hover{
    color: rgb(140, 118, 240)
}
.landing-section {
    position: relative;
}
.landing-section {
    padding: 4rem 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    z-index: 1;
}
.landing-section-featured {
    padding: 4rem 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    z-index: 1;
}
.landing-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    clip-path: ellipse(110% 100% at center 0);
}
.container-fluid{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.row-welcome {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .offset-lg-3 {
        margin-left: 25%;
    }
}
.landing-section .landing-heading h1 {
    font-weight: 600;
    color: rgb(215, 208, 200);
    font-size: calc(35px + 25 * (100vw - 300px) / 1600);
    line-height: calc(45px + 41 * (100vw - 300px) / 1600);
}
.landing-section .landing-heading .landing-vector-shape {
    position: absolute;
    width: 88px;
    right: 85px;
    top: -4px;
    transform: rotate(20deg);
}
@media screen and (max-width: 1366px) {
    .landing-section .landing-heading .landing-vector-shape {
        width: 88px;
        right: 10px;
        top: -18px;
    }
}
@media screen and (max-width: 991px) {
    .landing-section .landing-heading .landing-vector-shape {
        right: 100px;
    }
}
.landing-section .landing-heading p {
    font-size: calc(15px + .00625 * (100vw - 300px));
}
@media screen and (max-width: 991px) {
    .landing-section .landing-heading p {
        width: 70%;
        margin: 0 auto;
    }
}
.mg-t-60 {
    margin-top: 60px !important;
}
.landing-img .img-box img {
    position: absolute;
}
.landing-img .img-box .box-img-1 {
    width: 50%;
    max-width: 100%;
    left: -287px;
    bottom: -162px;
    transform: rotate(42deg);
}
@media screen and (max-width: 1550px) {
    .landing-img .img-box .box-img-1 {
        width: 50%;
        max-width: 100%;
        left: -188px;
        bottom: -50px;
        transform: rotate(42deg);
    }
}
.landing-img .img-box .box-img-4 {
    width: 50%;
    max-width: 100%;
    right: -287px;
    bottom: -162px;
    transform: rotate(-42deg);
}
@media screen and (max-width: 1550px) {
    .landing-img .img-box .box-img-4 {
        width: 50%;
        max-width: 100%;
        right: -188px;
        bottom: -50px;
        transform: rotate(-42deg);
    }
}
@media (max-width: 768px) {
    .box-img-4, .box-img-1 { display: none !important; }
}
@media (max-width: 1025px) {
    .hide-menu { display: none !important; }
}
@media (max-width: 990px) {
    .box-img-row {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
        margin-top: 0;
    }
}
.landing-section::after {
    content: "";
    --dark: 40, 38, 50;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(rgba(110, 110, 110, .1) 2px, transparent 2px), linear-gradient(90deg, rgb(157 65 65 / 10%) 2px, transparent 2px), linear-gradient(rgba(var(--dark), .1) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--dark), .1) 1px, #09098e1a 1px);
    background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
    background-color: rgb(46 42 68 / 90%);
    backdrop-filter: blur(4px);
    clip-path: ellipse(110% 100% at 50% 0%);
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
    z-index: -1;
}
.width-50pro{
    width: 50%;
}
@media (min-width: 1025px) {
    .medium-width-50pro{
        width: 50%;
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.highlight-title {
    position: relative;
    font-weight: 800 !important;
    text-transform: capitalize;
    color: rgba(140, 118, 240);
}
.element-card {
    background-color: transparent;
    padding: 20px 30px;
    border-radius: 1.8rem;
    transition: all .3s ease;
    border: 1px solid rgba(100,100,100);
}
.col-gap{
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-top: 1rem;
}
.element-content {
    margin-top: 0.75rem;
    padding: 0px 0.75rem;
    min-height: 135px;
}
.element-content h4 {
    font-size: calc(19.2593px + 0.246914vw);
    color: rgb(255, 255, 255, .9);
    font-weight: 600;
}
.element-content p {
    color: rgb(179, 179, 179);
    font-size: 15px;
    margin-top: 0.5rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.element-content a {
    vertical-align: middle;
    border-radius: 25px;
}
.element-icons i{
    background: linear-gradient(50deg, rgb(70 2 101) 10%, rgb(210 81 239) 50%, rgb(140 118 240) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.card-details-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.card-details-list li {
    position: relative;
    font-size: calc(14px + 2 * (100vw - 300px) / 1620);
    font-weight: 600;
    color: rgb(255,255,255);
    padding: .5rem 2rem;
}
.card-details-list i{
    color: #8c76f0;
}
.card-boxs {
    text-align: center;
    margin-bottom: 1.25rem;
    transition: all .3s ease;
    background-color: transparent !important;
    border: 1px solid rgba(100,100,100, .4);
    padding: 1.5rem;
    border-radius: 15px;
    width: 100%;
    position: relative;
}
.accordion-item {
    background: transparent;
    border: none;
}
.accordion-button {
    padding: 15px 25px;
    font-size: 16px;
    justify-content: flex-start;
    align-items: baseline;
    margin: 15px 0;
    border-radius: 8px !important;
    background-color: transparent !important;
    color: rgb(215, 208, 200, 1) !important;
    border: 1px solid rgba(215, 208, 200, .2);
    width: 95%;
}
.accordion-button[aria-expanded=true] {
    color: rgb(215, 208, 200, 1) !important;
    border: 1px solid rgba(215, 208, 200, .4) !important;
    background-color: rgba(215, 208, 200, .1) !important;
    border-bottom: 0 !important;
}
.accordion-body p {
    font-size: 16px;
    color: rgb(215, 208, 200, .8);
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ccc6c0'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
 }
 footer {
    color: #fff;
    padding: 5rem 0 1rem 0;
  }

  .social-icons a {
    font-size: 1.25rem;
  }