/* /BODY/ */

html {
    background-color: #f1f1f1;
}

body {
    /* background-color: #ffffff;
    color: #111111; */
    /* font-family: 'Poppins', sans-serif; */
    /*font-family: Roboto, 'Open Sans', Arial !important;*/
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'logoFont5'; */
    /* font-size: 17px; */
    padding: 0px 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    /*transition: 0.
    2s;*/
}


hr {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}


/* h1,
h2,
h3,
h4,
h5 {
    margin: 0px 0px 8px 0px;
    color: #bcbec0;
    font-family: 'logoFont2';
    font-weight: bold;
}

.h5,
h5 {
    font-size: 0.89rem;
} */



@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: #242424;
    text-decoration: none;
    background-color: transparent;
    transition: 0.3s;
}

a:hover {
    color: #383838;
    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 {
    /* transition: 0.1s;
    padding: 10px 15px;
    background-color: transparent;
    line-height: 20px;
    letter-spacing: 0px;
    border-color: transparent;
    border: 1px 1px 1px 1px;
    border-radius: 3px;
    font-family: 'Poppins'; */
}


.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:hover {
    transition: 0.2s;
    color: #51fb84;
    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: #ffffff;    
}

.nav-link {
    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%);
}




.fullscreen-img-ctn {
    overflow: hidden; 
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
    cursor: pointer !important;
    background-size: cover !important;
    border-radius: 0 !important; /* Remove border radius for fullscreen effect */
    margin: 0 !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  
  
  /* Optional: If you want to make the image centered within the fullscreen container */
  .fullscreen-img-ctn .img-ctn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .fullscreen-content-enabled {
    height: 100% !important;
    width: auto !important;
  }