
.category-active {
    border-right: 3px solid  rgb(109, 255, 100);
}
    .btn-menu-rotate .spin-anim .img-spinbg {
    position: absolute;
    left: 50%;
    width: 1.9375rem;
    height: 1.9375rem;
    z-index: 1;
    transform: translate(-50%);
    top: 6%;
    opacity: 0;
}
.btn-menu-rotate .spin-anim .img-turntable {
    width: 2rem;
    height: 2rem;
    z-index: 2;
}
.btn-menu-rotate .spin-anim .img-pointer {
    position: absolute;
    top: -.375rem;
    left: 49%;
    transform: translate(-50%);
    width: 1.125rem;
    height: auto;
    z-index: 3;
}
.btn-menu-rotate img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    flex: none;
}
    .page__navbar {
    position: fixed;
    display: block;
    min-width: 235px;
    width: 100%;
    max-width: 255px;
    margin: 0 32px 0 0;
    border-right: 1px solid rgb(49, 55, 63);
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
}
@media only screen and (max-width: 950px) {
    .page__navbar{
        display: none;
    }
}

.btn-menu-mission{
  
  
    border: 1px solid rgba(91, 33, 182, 1);
}
.btn-menu-rotate{
    border: 1px solid rgba(240, 82, 82, 1);
}
.border {
    border-width: 1px;
}
    .gap-4 {
        gap: 1rem;
    }

    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid {
        display: grid;
    }

    .mt-4 {
        margin-top: 1rem;
    }

    .mb-4 {
        margin-bottom: 1rem;
    }

   

    .h-20 {
        height: 5rem;
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        display: block;
        vertical-align: middle;
    }

   

    .dark .dark\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgb(25 26 30 / var(--tw-bg-opacity));
    }

    .dark .dark\:hover\:text-green-400:hover {
        --tw-text-opacity: 1;
        color: rgb(76 227 37 / var(--tw-text-opacity));
    }

    .category-active {
        border-right: 3px solid var(--ci-primary-color);
    }

    .promo-register {
        background-color: rgba(109, 255, 100, 0.1);
        border: 1px solid rgba(109, 255, 100, 1);
        color: rgba(109, 255, 100, 1);
        font-weight: bold;
        padding: 0.5rem;
        border-radius: 0.5rem;
        width: 100%;
    }

    .dark .dark\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgb(36 38 43 / var(--tw-border-opacity));
    }

    @media (min-width: 640px) {
        .sm\:translate-x-0 {
            --tw-translate-x: 0px;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }
    }

    .custom-side-shadow {
        box-shadow: 14px 20px 11px -3px #0000001a;
    }

    .transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
    }

    .border-r-gray-200 {
        --tw-border-opacity: 1;
        border-right-color: rgb(109 255 100 / var(--tw-border-opacity));
      
    }

    .border-r {
        border-right-width: 1px;
    }

    .-translate-x-full {
        --tw-translate-x: -100%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .w-64 {
        width: 16rem;
    }

    .h-screen {
        height: 100vh;
    }

    .z-50 {
        z-index: 50;
    }

    .top-\[66px\] {
        top: 76px;
    }

    .left-0 {
        left: 0;
    }

    .fixed {
        position: fixed;
    }

    nav {
        display: block;
        unicode-bidi: isolate;
        letter-spacing: .00938em;
        line-height: 1.5;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .dark .dark\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgb(214 214 214 / var(--tw-text-opacity));
    }

    .dark .dark\:bg-\[\#24262B\] {
        --tw-bg-opacity: 1;
        background-color: rgb(36 38 43 / var(--tw-bg-opacity));
    }

    .text-gray-800 {
        --tw-text-opacity: 1;
        color: rgb(25 26 30 / var(--tw-text-opacity));
    }

    .bg-\[\#ECEFF1\] {
        --tw-bg-opacity: 1;
        background-color: rgb(236 239 241 / var(--tw-bg-opacity));
    }

    html,
    document,
    body {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    body {
        letter-spacing: .00938em;
        line-height: 1.5;
        font-family: 'Roboto Condensed', sans-serif;
        margin: 0;
    }

    ::-webkit-scrollbar {
        width: 1px;
        background-color: var(--ci-primary-color);
    }

    ::-webkit-scrollbar-thumb {
        background-color: var(--ci-primary-color);
    }

    ::-webkit-scrollbar-track {
        background-color: gray;
    }

    .pb-4 {
        padding-bottom: 1rem;
    }

    .p-4 {
        padding: 1rem;
    }

    .bg-white1 {
        --tw-bg-opacity: 0;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

    .overflow-y-auto {
        overflow-y: auto;
    }

    .h-full {
        height: 100%;
    }

    div {
        display: block;
        unicode-bidi: isolate;
    }

    /* .dark .dark\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgb(25 26 30 / var(--tw-border-opacity));
    } */

    /* .border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgb(231 232 233 / var(--tw-border-opacity));
    } */

    .border-t {
        border-top-width: 1px;
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }

    .mb-4 {
        margin-bottom: 1rem;
    }

    .ease-in-out {
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    }

    .duration-700 {
        transition-duration: .7s;
    }

    .text-center {
        text-align: center;
    }

    .items-center {
        align-items: center;
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        display: block;
        vertical-align: middle;
    }

    .grid-cols-2 {


        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid {
        display: grid;
    }

    .dark .dark\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(36 38 43 / var(--tw-bg-opacity));
    }

    .p-3 {
        padding: .75rem;
    }

    .bg-gray-300\/20 {
        background-color: #d6d6d633;
    }

    .rounded-xl {
        border-radius: .75rem;
    }

    .text-\[12px\] {
        font-size: 12px;
    }

    .mt-2 {
        margin-top: .5rem;
    }

    .mt-4 {
        margin-top: 1rem;
    }

    .mb-3 {
        margin-bottom: .75rem;
    }

    .justify-between {
        justify-content: space-between;
    }

    .btn-menu-mission {
        margin-top: 8px;
        width: 130px;
        height: 42px;
        padding-left: 3px;
        border-radius: var(--border-radius);
        display: flex;
       
        align-items: center;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        background: linear-gradient(26.79deg, rgba(109, 43, 255, .480402) 1.86%, rgba(109, 43, 255, .04) 85.25%, rgba(109, 43, 255, .04) 85.25%), rgba(216, 216, 216, .05);
    }

    .border-violet-800 {
        --tw-border-opacity: 1;
        border-color: rgb(91 33 182 / var(--tw-border-opacity));
    }

    .border {
        border-width: 1px;
    }

    .btn-menu-mission .btn-menu-mission-text {
        position: absolute;
        right: 8px;
        font-weight: 700;
        font-size: .8rem;
        top:12px;
    }

    .btn-menu-rotate {
        margin-top: 8px;
        width: 125px;
        height: 42px;
        padding-left: 3px;
        padding-right: 3px;
        border-radius: var(--border-radius);
        display: flex;
        align-items: center;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        background: linear-gradient(19.92deg, rgba(175, 13, 132, .511772) -6.45%, rgba(175, 13, 132, .04) 78.77%), rgba(216, 216, 216, .05);
    }

    .btn-menu-rotate .btn-menu-rotate-text {
        position: absolute;
        right: 15px;
        font-weight: 700;
        font-size: .8rem;
    }

    .btn-menu-rotate .spin-anim .img-turntable {
        width: 2rem;
        height: 2rem;
        z-index: 2;
    }

    .btn-menu-rotate .spin-anim .img-pointer {
        position: absolute;
        top: -.375rem;
        left: 49%;
        transform: translate(-50%);
        width: 1.125rem;
        height: auto;
        z-index: 3;
    }

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

    .button-title-menu {
        top: 5px;
        left: 5px;
        color: #fff;
        font-size: .8rem;
        font-weight: 700;
        position: absolute;
    }

    ol,
    ul,
    menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

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

    .gap-4 {
        gap: 1rem;
    }

    .justify-between {
        justify-content: space-between;
    }

    .flex {
        display: flex;
    }

    :is(.dark .dark\:bg-gray-700) {
        --tw-bg-opacity: 1;
        background-color: rgb(36 38 43 / var(--tw-bg-opacity));
    }

    .category-active {
        border-right: 3px solid var(--ci-primary-color);
    }

    .text-center {
        text-align: center;
    }

    .p-3 {
        padding: .75rem;
    }
    h1{
        font-size: inherit;
    font-weight: inherit

    }
    .bg-gray-300\/20 {
        background-color: #d6d6d633;
    }

    .rounded-xl {
        border-radius: .75rem;
    }

    .justify-center {
        justify-content: center;
    }

    .items-center {
        align-items: center;
    }

    .flex-col {
        flex-direction: column;
    }

    .flex {
        display: flex;
    }

    a {
        color: inherit;
        text-decoration: inherit;
    }

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

    img,
    video {
        max-width: 100%;
        height: auto;
    }
