/* /BODY/ */

html {
    background-color: var(--fw-white-000);
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    height: 100dvh;
    overscroll-behavior-y: none;
    scrollbar-gutter: stable;
}

body {
    /* font-family: 'Albert Sans', sans-serif; */
    /* font-family: 'Lato', sans-serif; */
    font-family: "Montserrat", sans-serif;
    background-color: var(--fw-white-000);
    color: var(--fw-black-100);    
    height: 100dvh;
    overscroll-behavior-y: none;
    scrollbar-gutter: stable;
}

#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    background-color: var(--fw-white-000);
    isolation: isolate;
    overscroll-behavior-y: contain;
    overscroll-behavior-x: none;
}


.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-weight: 500;
}


@media (max-width: 991px) {
    .sidebar_m {
        width: 100%;
        left: 0;
        height: 100px;
    }
}

@media (min-width: 768px) {
    .note_ping {
        position: relative;
    }
}

@media (min-width: 992px) {
    .note_ping {
        position: absolute;
    }
}





/*==================================================*/
/* /LINKS/ */
/*==================================================*/

a {
    color: var(--color-blue-400) !important;
    text-decoration: none;
    background-color: transparent;
    transition: 0.25s;
    /* font-weight: 600; */
}

a:hover {
    color: var(--color-blue-200) !important;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}





/* label {
    text-transform: capitalize;
    margin: 4px 0px;
    color: #0e0e0e;
}


.label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
} */



/* dl,
ol,
ul {
    display: contents;
    position: relative;
} */



/*==================================================*/
/* BUTTONS
/*==================================================*/

/*--------------------------------------------------*/
/* BUTTONS > MAIN MENU UI */
/*--------------------------------------------------*/






.btn-primary-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 11px !important;
    line-height: 10px;
    padding: 0px 10px;
    margin: 0px 2px;
    min-height: 27px;
    background-color: #151719;
    border-radius: 3px;
    font-family: 'Karla', sans-serif;
    color: #838383 !important;

}

.btn-primary {
    font-weight: bold;
    color: #ffffff !important;
}

.btn-primary:hover {
    transition: 0.2s;
    color: #000000;
    background-color: #00000088;
    /* border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000; */
}

.btn-primary:focus {
    outline: none !important;
    box-shadow: none;
    transition: 0s;
}

.btn-primary:focus:active {
    color: #fff;
    /*background-color: #111315a6;*/
}


.button-user-input,
.button-user-input-dsave,
.button-user-input-plain {
    /* margin: 0px 8px 0px 0px; */
    text-align: center;
    padding: 4px 8px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    color: #808584;
    transition: 0.3s;
    background-color: #5c5c5c33;
}

.button-user-input:hover,
.button-user-input-dsave:hover,
.button-user-input-plain:hover {
    background-color: #95959538;
    color: #ffffff !important;
    transition: 0.12s;
}

.main-controls-navbar .button-user-input,
.team-controls-navbar .button-user-input {
    margin-right: 10px;
}

.avatar-spec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #151515;
    background-position: center center;
    background-size: 100%;
}











.dropdown {
    font-size: 0.85rem;
    position: relative;
    display: inline-block;
    min-width: 42px;
    margin-right: 4px;
    min-height: 42px;
}

.dropdown:hover .dropbtn {
    background-color: #2a312f;
    color: #ffffff;
    border-radius: 3px 3px 3px 0px;
    z-index: 9;
    transition: 0.1s;
}

.dropdown:hover .dropdown-content {
    display: block;
    position: absolute;
}

.dropbtn {
    padding: 6px 10px;
    background-color: #252927;
    border-radius: 3px;
    transition: 0.1s;
    z-index: 99;
}

.dropbtn:hover {
    background-color: #2a312f;
    color: #ffffff;
    border-radius: 3px 3px 3px 0px;
    z-index: 9;
    transition: 0.1s;
}


.dropdown-content {
    display: none;
    position: relative;
    width: auto;
    margin-top: 5px;
    font-size: 13px;
    color: #fff;
    background-color: #2a312f;
    box-shadow: 0px 13px 11px 0px rgba(0, 0, 0, 0.4);
    border-radius: 0px 5px 5px 5px;
    min-width: 160px;
    z-index: 2;
}

.dropdown-content a {
    display: block;
    text-decoration: none;
    padding: 10px 10px;
    font-size: 12px;
}

.dropdown-content a:hover {
    background-color: #ffffff1c;
}












.hpush {
    height: 100%;
    min-height: 600px;
}

.nmarg {
    margin-right: -15px;
    margin-left: -15px;
}

.cmat-1 {
    width: 100%;
    border-radius: 4px;
    background-color: #1b1e1f;
    padding: 20px;
    margin: 30px 0px 30px 0px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.cmat-2 {
    width: 100%;
    border-radius: 4px;
    background-color: #ffffff08;
    padding: 20px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #2b2b2b;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.cmat-3 {
    width: 100%;
    border-radius: 4px;
    background-color: #232a27;
    padding: 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #3b403d;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.cmat-4 {
    width: 100%;
    border-radius: 4px;
    background-color: #1b1e1d;
    color: #8e8e8e;
    padding: 20px;
    margin: 0px 0px 0px 0px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.cmat-5 {
    width: 100%;
    border-radius: 4px;
    background-color: #0e100f;
    padding: 20px;
    margin: 0px 0px 0px 0px;
    box-shadow: 0 1px 0px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.hhb {
    font-weight: bold;
    text-transform: uppercase;
}




.hhlb {
    font-size: 125px;
    line-height: 125px;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
    margin-bottom: 15px;
}

.hhlb2 {
    font-size: 2.1rem;
    line-height: 2.6rem;
    font-weight: bold;
    padding: 0px 0px;
}

.hh1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 2.5rem;
}

.hh4 {
    font-size: 1.8rem;
}






/* @media only screen and (max-width: 991px) {
    .hhlb {
        font-size: 7.0rem;
        line-height: 7.0rem;
    }
    .hhlb2 {
        font-size: 1.9rem;
        line-height: 2.3rem;
    }
}



@media only screen and (max-width: 769px) {
    .hhlb {
        font-size: 6.5rem;
        line-height: 6.5rem;
    }
    .hhlb2 {
        font-size: 1.7rem;
        line-height: 2.0rem;
    }
}



@media only screen and (max-width: 481px) {
    .hhlb {
        font-size: 4.0rem;
        line-height: 4.0rem;
    }
    .hhlb2 {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
}



@media only screen and (max-width: 320px) {
    .hhlb {
        font-size: 4.0rem;
        line-height: 4.0rem;
    }
    .hhlb2 {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
} */





















.nav-link:focus,
.nav-link:hover {
    color: #000000;    
}

.nav-link {
    color: #000000;    
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);    
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #fff;
}



.swipe-animation {
    transition: transform 0.3s ease;
}

.swipe-left {
    transform: translateX(-100%);
}

.swipe-right {
    transform: translateX(100%);
}















/* BLOCKS AND STATIC STYLES - INFO DOCS */

.statinfo-container {
    border: 1px solid var(--primary-250);
    background-color: var(--fw-white-000);
    margin: 20px 0px 8px 0px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: 0.9rem;
}

.statinfo-container::before {
    content: "i";
    background-color: var(--primary-250);
    color: var(--fw-white-000);
    font-weight: bold;
    font-style: italic;
    font-family: serif;
    width: 30px;
    min-width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-right: 15px;
}

.statinfo-container > * {
    padding: 10px 10px 10px 0;
}

.statinfo-subdetail {
    font-size: 0.8rem;
    color: var(--fw-black-400)
}









@keyframes shine-type-1 {  
    10% {
        left: -40%;
        opacity: 1;
        top: -30%;
    }
    25% {
        opacity: 0.25;
    }
    100% {
        left: -40%;
        opacity: 0;
        top: -30%;
    }
}

.shine-effect {
    overflow: hidden;
    position: relative;
}

.shine-effect::after {
    animation: shine-type-1 5s ease-in-out infinite;
    background: linear-gradient(90deg, #ffffff21 0, #ffffff21 77%, #ffffff80 92%, #fff0);
    content: "";
    height: 200%;
    left: -210%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -110%;
    transform: rotate(30deg);
    width: 200%;
}
