/* /BODY/ */

body {
    background-color: #111311;
    color: #9b9d9b;
    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;
    /*transition: 0.
    2s;*/
}



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

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





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

a {
    color: #adb1af;
    text-decoration: none;
    background-color: transparent;
    transition: 0.3s;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}





label {
    text-transform: capitalize;
    margin: 4px 0px;
    color: #777;
}


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

li {
    display: contents;
}

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



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

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


.btn {
    color: #fff;
    padding: 0px 0px;
}

.btn-primary {
    transition: 0.1s;
    font-weight: bold;
    padding: 10px 15px;
    color: #e9e9e9;
    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;
}










/* /TABLES/ */

table {
    font-size: 12px !important;
    transition: 1s;
    overflow-x: scroll !important;
}

.table thead th {
    border-bottom: 0px solid #0a0a0a;
    color: #6d6d6d;
    background-color: #181a1b;
    padding: 8px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}

.table th:first-child {
    border-radius: 4px 0px 0px 4px;
}

.table th:last-child {
    border-radius: 0px 4px 4px 0px;
}

.thead-spacer {
    margin: 10px 0px;
}

.table td,
.table th {
    border-top: 0px solid #dee2e6;
    color: #676767;
}

.table thead th {
    font-size: 9px;
}

.table td,
.table thead th {
    padding: 6px;
    height: auto;
    min-height: 28px;
    align-items: center;
    vertical-align: middle;
    color: #747975;
}

.table td:first-child {
    border-radius: 3px 0px 0px 3px;
}

.table td:last-child {
    border-radius: 0px 3px 3px 0px;
}

@media only screen and (max-width: 376px) {
    .table td {
        font-size: 10px;
    }
}

.table tr {
    transition: 0.2s;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
}

.table tr:hover {
    transition: 0.2s;
    background-color: #1a1c1d;
}

.team-titlebar-members {
    padding: 6px 0px 8px 0px;
}

/* /TABLES/ */






.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;
    }
} */


