* {
    /*max-width: 1600px;*/
    /*  EXTRA LARGE (LARGE SCREENS + WIDE)   */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    padding: 0 0.5rem 0 0.5rem;
    background-color: rgb(0, 0, 0);
}

/*   NAVBAR   */

.logo {
    margin-top: 0.15rem;
    margin-left: 1rem;
    width: 2.5rem;
    height: 2.5rem;
}

.logo1 {
    margin-top: 0.15rem;
    width: 2.5rem;
    height: 2.5rem;
}

.navbar {
    background-color: #222831;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6rem;
    border-radius: 7px;
    z-index: 1;
}

ul {
    list-style: none;
}

.a {
    cursor: pointer;
    font-weight: bold;
    color: rgb(200, 200, 200);
    text-decoration: none;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 1.2rem;
    transition: all 0.3s;
    white-space: nowrap;
}


.a:hover {
    box-shadow: inset 0 0 0 0.1rem rgb(143, 143, 143);
    color: rgb(143, 143, 143);
    transition: all 0.3s ease;
}

.signup {
    background-color: #56c1ef;
    ;
    color: white;
}

.signup:hover {
    color: white;
    box-shadow: inset 0 0 0 0.1rem #29b2ec;
    background-color: #29b2ec;
}

.navbar-logo-text {
    display: flex;
}

.navbar-links {
    display: flex;
}

.navbar-links li {
    margin: 0 0.1rem;
}

.active-link {
    color: rgb(121, 121, 121);
    box-shadow: inset 0 0 0 0.1rem rgb(143, 143, 143);
}

.navbar-text-container {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.navbar-text {
    color: rgb(226, 226, 226);
    font-size: 2rem;
    font-weight: bolder;
    margin-left: 10%;
    white-space: nowrap;
}

.navbar-text-hive {
    color: white;
    font-size: 2rem;
    margin-left: 2%;
    white-space: nowrap;
    background-color: #56c1ef;
    padding: 0 0.4rem;
    border-radius: 5px;
}


.hamburger {
    position: absolute;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 35px;
    height: 4.5px;
    margin: 5px auto;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #56c1ef;
}

.headerr-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
}






/*     LOGIN  AND SIGN UP    */

.hide-sign {
    text-decoration: none;
    color: rgb(143, 143, 143);
}

.login-page {
    padding: 0 0 0 0;
}

.form-container {
    margin: auto;
    width: 400px;
    border-radius: 5px;
    padding: 1rem 2rem 3rem 2rem;
    background-color: #222831;
}

h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-weight: bold;
    text-align: center;
    color: rgb(226, 226, 226);
}

h4 {
    display: block;
    margin: auto;
    margin-top: 2rem;
    background-color: rgb(253, 133, 133);
    width: 20rem;
    text-align: center;
    font-size: 1rem;
    padding: 0.25rem 0;
    color: white;
    border-radius: 5px;
}


.btn-login {
    box-shadow: 0;
    border: none;
    background-color: #1ABC9C;
    color: #ffffff;
    outline: none;
    transition: all .5s;
    padding: 0.5rem 1.25rem;
    font-size: 1.15rem;
    font-weight: bolder;
    border-radius: 5px;
    margin: auto;
    margin-top: 3rem;
    display: inherit;
    cursor: pointer;
    -webkit-font-smoothing: subpixel-antialiased;
}

.btn-login:hover {
    background-color: #18a78b;
}


.user-icon {
    margin-top: 2.2rem;
    margin-right: 1rem;
    width: 1rem;
    height: 1rem;
}

.user-icon1 {
    margin-top: 2.2rem;
    margin-right: 1rem;
    width: 1rem;
    height: 0.8rem;
}

.user-icon2 {
    margin-top: 2.2rem;
    margin-right: 1rem;
    margin-left: 0.2rem;
    width: 0.8rem;
    height: 0.9rem;
}

.form {
    display: flex;
}

.form-input {
    transition: opacity .6s;
    opacity: 1;
    border: 0;
    border-bottom: 0.1rem solid #bdc3c7;
    background-color: #222831;
    font-size: 1rem;
    height: 2.75rem;
}


input {
    transition: all 800ms;
    resize: none;
    overflow: auto;
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 0.5rem;
    color: rgb(226, 226, 226);
    margin-top: 1.25rem;
}


.form-input:focus {
    border-color: #48c9b0;
    color: rgb(226, 226, 226);
}

.text-status {
    text-align: center;
    font-size: 1rem;
    margin-top: 2rem;
}


.forgot-password {
    margin-top: 2rem;
    display: inherit;
    color: rgb(143, 143, 143);
}

.error {
    font-weight: bolder;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    width: 20rem;
    background-color: rgb(254, 111, 111);
    color: white;
    padding: 4px;
    text-align: center;
}

.login-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #222831;
}

.login-text {
    color: rgb(143, 143, 143);
}

.login-link {
    text-align: center;
    width: 6.5rem;
    text-decoration: none;
    background-color: #1ABC9C;
    color: #ffffff;
    transition: all .5s;
    padding: 0.5rem 0 0.5rem 1.7rem;
    font-size: 1.15rem;
    font-weight: bolder;
    border-radius: 5px;
    display: inherit;
    cursor: pointer;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.login-link:hover {
    background-color: #18a78b;
}



/*   SIGN  UP  FORM   */

.btn-sign {
    box-shadow: 0;
    border: none;
    background-color: #56c1ef;
    color: #ffffff;
    outline: none;
    transition: all .5s;
    padding: 0.5rem 1.25rem;
    font-size: 1.15rem;
    border-radius: 5px;
    margin: auto;
    margin-top: 3rem;
    display: inherit;
    cursor: pointer;
    -webkit-font-smoothing: subpixel-antialiased;
}

.btn-sign:hover {
    background-color: #29b2ec;
}

.focus:focus {
    border-color: #29b2ec;
    color: rgb(226, 226, 226);
}





/*     LOGOUT     */

.logout-container {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-right: 3rem;
    margin-top: 3rem;
}

.profile-logout-image {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.logout-user {
    margin-right: 1rem;
    font-size: 1.5rem;
    font-weight: bolder;
    color: rgb(226, 226, 226);
}

.logout {
    text-decoration: none;
    background-color: rgb(254, 111, 111);
    width: 5rem;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
    color: white;
    border-radius: 5px;
    transition: all .5s;
}

.logout:hover {
    background-color: rgb(252, 88, 88);
}


/*    HOME  PAGE    */

.group-name {
    margin: 0 auto;
    width: 30rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #222831;
    border-radius: 10px;
    padding: 1rem 0 1rem 0;
    margin-bottom: 0.5rem;
}

.group-img {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 1rem;
}

.group-team {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bolder;
    color: rgb(200, 200, 200);
    margin-left: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.group-points {
    text-align: center;
    font-size: 1.75rem;
    font-weight: bolder;
    color: #56c1ef;
    margin-right: 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}





/*   Dashboard links   */

.admin-users-display {
    color: rgb(226, 226, 226);
    text-align: center;
    font-size: 1.25rem;
}

.delete-btn {
    text-align: center;
    margin-top: 1rem;
}

.display {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    font-size: 3.5rem;
    color: rgb(143, 143, 143);
    margin-bottom: 4rem;
}

.dashboard-link-dashboard {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    background-color: #d47bea;
    width: 16rem;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.5rem 0;
    color: white;
    border-radius: 5px;
}

.dashboard-link-dashboard:hover {
    background-color: #c863e1;
}

.dashboardLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.dashboard-link-user {
    margin-left: 2rem;
    margin-right: 2rem;
    text-decoration: none;
    background-color: #50c8b0;
    width: 7rem;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.5rem 0;
    color: white;
    border-radius: 5px;
}

.dashboard-link-user:hover {
    background-color: #1ABC9C;
}

.dashboard-link-log {
    margin-left: 2rem;
    margin-right: 2rem;
    text-decoration: none;
    background-color: rgb(250, 181, 54);
    width: 7rem;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.5rem 0;
    color: white;
    border-radius: 5px;
}

.dashboard-link-log:hover {
    background-color: rgb(251, 169, 16);
}

.home-categories-title {
    text-align: center;
    margin-top: 4.5rem;
    margin-bottom: -2rem;
    color: #939393;
    font-size: 2rem;
}






/* TABLE */
table {
    width: 70%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0 auto;
    margin-bottom: 5rem;
    white-space: nowrap;
    font-size: 1.5rem;
    font-family: "Open Sans", sans-serif;
}

thead {
    background-color: #222831;
    color: rgb(165, 136, 82);
}

tbody {
    text-align: center;
}

.counter-standings {
    width: 2.25rem;
}

.thead-name {
    width: 7rem;
}

thead th {
    padding: 0.6rem 0;
}

tbody td {
    color: rgb(200, 200, 200);
    padding: 0.6rem 0;
}

tbody>tr:nth-child(odd) {
    background-color: #29313c;
}

tbody>tr:nth-child(even) {
    background-color: #1e242c;
}







/*     FUNTIP  PAGE     */

.countdown {
    background-color: #222831;
    color: #56c1ef;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 3rem;
    font-weight: bolder;
    margin-top: 3rem;
    margin-bottom: 5rem;
    border-radius: 10px;
    padding: 1rem 0 1rem 0;
}

.date {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bolder;
    color: rgb(143, 143, 143);
    margin-bottom: 3rem;
}

.funtip-image1 {
    margin-right: 3rem;
    width: 3rem;
    height: 3rem;
}

.funtip-image2 {
    margin-left: 3rem;
    width: 3rem;
    height: 3rem;
}

.score-input {
    margin-bottom: 1rem;
    height: 4rem;
    width: 4rem;
    font-size: 2.5rem;
    font-weight: bolder;
    text-align: center;
    align-items: center;
    border: 0.1rem rgb(226, 226, 226) solid;
    background-color: black;
    border-radius: 10px;
    color: #56c1ef;
    margin: 0 1rem;
}

.score-input::placeholder {
    color: #56c1ef;
    font-size: 2rem;
}

.inbetween-funtip {
    color: rgb(143, 143, 143);
    font-size: 1.5rem;
    font-weight: bolder;
}

.edit-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    transition: all .5s;
    padding: 1rem 2rem 1rem 2rem;
    font-size: 2rem;
    font-weight: bolder;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.btn-submit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    background-color: #50c8b0;
    transition: all .5s;
    padding: 1rem 2rem 1rem 2rem;
    font-size: 2rem;
    font-weight: bolder;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 5rem;
    margin-bottom: 1rem;
}







/*    SUBS  PAGE    */

.box {
    margin-top: 4rem;
}

.box-name {
    background-color: #222831;
    border-radius: 10px;
    padding: 2rem 0 2rem 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bolder;
    color: rgb(200, 200, 200);
    margin-bottom: 2rem;
}

/*    SEARCH BAR     */

.search-bar-admin {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-input {
    font-size: 1.25rem;
    width: 20rem;
    height: 2.5rem;
    margin-bottom: 1.25rem;
    background-color: #222831;
    border-radius: 5px;
    border: none;
}

.search-btn {
    background-color: #56c1ef;
    color: #ffffff;
    padding: 0.5rem 1.5rem 0.5rem 1.7rem;
    transition: all .2s;
    font-size: 1.15rem;
    font-weight: bolder;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    margin-top: 1.3rem;
    margin-left: 4rem;
    margin-bottom: 1.3rem;
}

.search-btn:hover {
    background-color: #29b2ec;
}

.sort-funtips {
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: bolder;
    color: rgb(143, 143, 143);
}

select {
    font-size: 1.15rem;
    font-weight: bolder;
    text-align: center;
    margin-left: 3rem;
    width: 5rem;
    height: 2rem;
    background-color: #222831;
    color: rgb(226, 226, 226);
    border: none;
    border-radius: 5px;
}

option {
    font-size: 1.15rem;
}


/*  pagination  */

.pagination-container {
    margin-top: 4rem;
}

.page-navigation {
    padding: 1rem 0 1rem 0;
    background-color: #222831;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-item {
    padding: 0.5rem;
    background-color: #56c1ef;
    font-size: 1.15rem;
    font-weight: bolder;
    margin-right: 0.5rem;
    border-radius: 7px;
}

.page-item:hover {
    background-color: #29b2ec;
}

.page-link {
    text-decoration: none;
    color: white;
}

.active {
    background-color: rgb(255, 157, 0);
}

.history-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #222831;
}

.history-text {
    color: rgb(143, 143, 143);
}

.history-link {
    text-align: center;
    text-decoration: none;
    background-color: #1ABC9C;
    color: #ffffff;
    transition: all .5s;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 1.15rem;
    font-weight: bolder;
    border-radius: 5px;
    display: inherit;
    cursor: pointer;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.history-link:hover {
    background-color: #18a78b;
}






/*      RESULTS PAGE     */

.time {
    margin-top: 2rem;
    background-color: #222831;
    text-align: center;
    padding: 2rem 0 2rem 0;
    border-radius: 10px;
    color: #C7C8CC;
}

.place {
    text-align: center;
    color: #C7C8CC;
    margin-top: 1rem;
    font-size: 0.75rem;
}

.match-container {
    padding: 0 1rem 0 1rem;
    width: 45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 1rem;
}

.funtip-img {
    width: 2rem;
    height: 2rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.country1 {
    width: 10rem;
    color: rgb(226, 226, 226);
    font-size: 1.5rem;
    font-weight: bolder;
    text-align: right;
}

.country2 {
    width: 10rem;
    color: rgb(226, 226, 226);
    font-size: 1.5rem;
    font-weight: bolder;
    text-align: left;
}

.inbetween {
    font-size: 1.5rem;
    color: #C7C8CC;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.result {
    color: #56c1ef;
    font-size: 2rem;
    font-weight: bolder;
}







/*      CHAT PAGE     */

.comment-header-title {
    text-align: center;
    color: rgb(226, 226, 226);
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 2rem;
    font-weight: bolder;
}

.comment-post-container {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    width: 690px;
}

.comment-title {
    font-weight: bolder;
    color: rgb(143, 143, 143);
}

.emoji-container {
    margin-left: 5rem;
    border: 1px solid rgb(143, 143, 143);
    border-radius: 10px;
    padding: 0.25rem 0.5rem;
}

.emoji-btn {
    border: none;
    background-color: black;
    cursor: pointer;
}

.post-chat-container {
    width: 700px;
    margin: 0 auto 3rem auto;
}

.textarea {
    width: 700px;
    resize: vertical;
    margin-top: 1rem;
    border-radius: 10px;
    border: none;
    color: rgb(226, 226, 226);
    font-size: 1.25rem;
    padding: 0.5rem 0 0 1rem;
    background-color: #222831;
}

.textarea::placeholder {
    font-size: 1rem;
    padding: 0.5rem 0 0 0.15rem;
}

.textarea:focus {
    border: 1px solid #48c9b0;
}

.chat-container {
    background-color: black;
    width: 700px;
    height: 700px;
    margin: 0 auto;
    padding: 1rem;
    overflow-y: auto;
}

.chat-container::-webkit-scrollbar {
    width: 12px;
    background-color: #222831;
}

/* Style the scrollbar track */
.chat-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #222831;
}

/* Style the scrollbar thumb */
.chat-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #a6a6a6;
}

.comment-box {
    border-bottom: 1px solid rgb(143, 143, 143);
    margin-bottom: 1rem;
    width: calc(100% - 30px);
    /* Adjust the width of the box */
    margin-left: 10px;
    /* Adjust the left margin to hide the excess length */
    margin-right: 10px;
}

.comment-name-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem;
}

.comment-name {
    font-size: 1.25rem;
    color: rgb(226, 226, 226);
}

.comment-time {
    font-size: 0.85rem;
    color: rgb(143, 143, 143);
    margin-left: 1rem;
}

.comment-text-reply {
    padding: 0 2rem 1rem 2rem;
}

.comment-text {
    border-radius: 15px;
    padding: 1rem 1.5rem 1rem 1.5rem;
    background-color: #202731;
    color: rgb(200, 200, 200);
}

.reply-box {
    width: calc(100% - 30px);
    /* Adjust the width of the box */
    margin-left: 30px;
    /* Adjust the left margin to hide the excess length */
}

.reply-name-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem;
}

.reply-name {
    font-size: 1rem;
    color: rgb(143, 143, 143);
}

.reply-time {
    font-size: 0.75rem;
    color: rgb(143, 143, 143);
    margin-left: 1rem;
}

.reply-text-reply {
    padding: 0 2rem 1rem 2rem;
}

.reply-text {
    border-radius: 15px;
    padding: 1rem 1.5rem 1rem 1.5rem;
    background-color: #222831;
    color: rgb(200, 200, 200);
}

.reply {
    border: none;
    background-color: black;
    cursor: pointer;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    color: rgb(143, 143, 143);
}

.btn-post-comment {
    box-shadow: 0;
    border: none;
    background-color: #56c1ef;
    color: #ffffff;
    outline: none;
    transition: all .5s;
    padding: 0.5rem 1.25rem;
    font-size: 1.15rem;
    font-weight: bolder;
    border-radius: 5px;
    margin: auto;
    margin-top: 1rem;
    display: inherit;
    cursor: pointer;
    -webkit-font-smoothing: subpixel-antialiased;
}






/*   BUTTON SCROLL TOP   */

.btn-scroll-top {
    z-index: 99999;
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 0.25rem;
    width: 4rem;
    height: 3rem;
    border-radius: 11.5px;
    border: 0.1rem solid rgb(226, 226, 226);
    font-size: 1.5rem;
    font-weight: bolder;
    color: rgb(226, 226, 226);
    background-image: linear-gradient(to right, #56c1ef, #000000);
    cursor: pointer;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}




/*    DELETE SCORES BUTTON   */

.delete-scores {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 5px;
    border: none;
    padding: 0.25rem 0.5rem;
    width: 7rem;
    color: white;
    font-weight: bolder;
    font-size: 1.5rem;
    background-color: red;
    cursor: pointer;
}



/*    DELETE TIPS BUTTON   */

.delete-tips {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 5px;
    border: none;
    padding: 0.25rem 0.5rem;
    width: 7rem;
    color: white;
    font-weight: bolder;
    font-size: 1.5rem;
    background-color: red;
    cursor: pointer;
}


/*   COPY TIPS BUTTON   */

.copy-tips {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 5px;
    border: none;
    padding: 0.25rem 0.5rem;
    width: 7rem;
    color: white;
    font-weight: bolder;
    font-size: 1.5rem;
    background-color: rgb(79, 167, 101);
    cursor: pointer;
}




/*   PREDICTOR   */

.prediction-container {
    width: 60%;
    margin: 0 auto;
}

.match {
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 3rem;
    background-color: #29313c;
    padding: 1rem 1rem;
    border-radius: 10px;
}

.country-percentage {
    margin: 0 auto;
}

.country {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #a6a6a6;
}

.percentage {
    width: 5rem;
    font-weight: bolder;
    font-size: 2rem;
    text-align: center;
    color: #56c1ef;
}

.predictionImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 3rem;
    height: 3rem;
}



/*  RULES FAQs and CONTACT Pages   */


.about-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40rem;
}

.about-header-text {
    font-size: 1.8rem;
    font-weight: bolder;
    margin-top: 4rem;
    color: rgb(226, 226, 226);
}

.about-header-text1 {
    font-size: 1.3rem;
    font-weight: bolder;
    margin-top: 4rem;
    color: rgb(226, 226, 226);
}

.about-text {
    font-size: 1.3rem;
    font-weight:500;
    text-align: center;
    margin: 5rem 5rem 5rem 5rem;
    color: #949494;
}

.about-text1 {
    font-size: 1.3rem;
    font-weight:500;
    text-align: center;
    margin: 1rem 5rem 5rem 5rem;
    color: #949494;
}

.about-span {
    color: #0396ff;
    text-decoration: none;
}




/*   FOOTER   */

.footer-container {
    background-color: #222831;
    border-radius: 5px;
    margin-top: 5rem;
}

.footer-links-container {
    padding: 2rem 0 0 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-pages-header {
    color: #56c1ef;
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 1rem;
}

.footer-pages-p {
    margin-bottom: 0.25rem;
}

.footer-pages-links {
    color: #b3b2b2;
    font-size: 1rem;
    text-decoration: none;
}

.footer-pages-links:hover {
    color: #939393;
}

.logo-text-footer1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -2.3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}



.foot {
    border-top: 0.3rem solid black;
    width: 100%;
    padding: 1rem 0;
    margin-top: 2rem;
}

.footer {
    text-align: center;
    color: rgb(143, 143, 143);
    font-size: 0.85rem;
}

.footer1 {
    text-align: center;
    color: rgb(143, 143, 143);
    font-size: 0.85rem;
}

.footer-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 2rem;
    height: 2rem;
}

.log-text {
    padding: 2rem;
    color: rgb(200, 200, 200);
}






/*  MEDIA  QUERIES  */


/*   LARGE  (DESKTOPS)  */


@media only screen and (min-width: 1680px) {}


/*    MEDIUM LARGE  (SMALL SCREEN + WIDE TABLETS */


@media only screen and (max-width: 1024px) {}

/*   MEDIUM  (TABLETS) */


@media only screen and (max-width: 960px) {}



/*    MEDIUM SMALL  (TABLETS + WIDE MOBILES)  */


@media only screen and (max-width: 768px) {

    /*  Navbar  */

    .navbar-logo-text {
        display: flex;
    }


    .navbar-links {
        position: absolute;
        top: 6rem;
        left: 2%;
        right: 2%;
        flex-direction: column;
        width: 96%;
        height: 28rem;
        justify-content: center;
        background-color: #222831;
        border-radius: 10px;
        margin-left: 90rem;
        transition: all 1s;
        z-index: 1;
    }

    .hamburger {
        display: block;
        position: absolute;
        top: 1.4rem;
        right: 2.4rem;
        background-color: black;
        padding: 0.5rem 0.5rem;
        border-radius: 5px;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(9.5px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-9.5px) rotate(-45deg);
    }

    .navbar-links.active {
        margin-left: 0;
        transition: all 0.5s;
    }

    .navbar-links li {
        margin: 1.2rem auto;
    }

    .a {
        font-size: 1.5rem;
    }

    .a:hover {
        font-size: 1.5rem;
    }



    /*     LOGOUT     */

    .logout-container {
        margin-top: 2rem;
        margin-right: 1rem;
    }

    .profile-logout-image {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.5rem;
    }

    .logout-user {
        margin-right: 0.5rem;
        font-size: 1.25rem;
    }

    .logout {
        width: 4rem;
        font-size: 0.9rem;
        padding: 0.25rem 0;
    }
    
    
    /*   HOME  PAGE   */

    .group-name {
        width: 80%;
    }



    /*   Dashboard links   */

    .display {
        margin-top: 4rem;
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .dashboard-link-dashboard {
        width: 10rem;
        font-size: 1rem;
    }

    .dashboardLinks {
        margin-bottom: 2rem;
    }

    .dashboard-link-user {
        margin-left: 2.3rem;
        margin-right: 1rem;
        width: 4rem;
        font-size: 1rem;
    }

    .dashboard-link-post {
        margin-left: 1rem;
        margin-right: 1rem;
        width: 4rem;
        font-size: 1rem;
    }

    .dashboard-link-log {
        margin-left: 1rem;
        margin-right: 2rem;
        width: 4rem;
        font-size: 1rem;
    }



    /* TABLE */

    table {
        width: 90%;
        margin-bottom: 3rem;
        font-size: 1.25rem;
    }

    .counter-standings {
        width: 2rem;
    }

    .thead-name {
        width: 7rem;
    }

    thead th {
        padding: 0.5rem 0;
    }

    tbody td {
        padding: 0.5rem 0;
    }




    /*     FUNTIP  PAGE     */

    .countdown {
        font-size: 2rem;
        font-weight: bolder;
        margin-bottom: 3rem;
    }

    .date {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .score-input {
        height: 3rem;
        width: 3rem;
        font-size: 2rem;
        margin: 0 0.5rem;
    }

    .score-input::placeholder {
        font-size: 1.75rem;
    }

    .inbetween-funtip {
        font-size: 1.5rem;
    }

    .edit-btn {
        padding: 0.5rem 1rem 0.5rem 1rem;
        font-size: 1.5rem;
        margin-top: 3rem;
    }

    .btn-submit {
        padding: 0.5rem 1rem 0.5rem 1rem;
        font-size: 1.5rem;
        margin-top: 3rem;
    }




    /*    SUBS  PAGE    */

    .box {
        margin-top: 2rem;
    }

    .box-name {
        padding: 1.5rem 0 1.5rem 0;
        margin-bottom: 2rem;
    }

    /*    SEARCH BAR     */

    .search-input {
        width: 15rem;
    }

    .search-btn {
        font-size: 1rem;
        margin-left: 2rem;
    }

    select {
        font-size: 1rem;
        margin-left: 2.5rem;
        width: 3.5rem;
        height: 2rem;
    }

    option {
        font-size: 1rem;
    }


    /*  pagination  */

    .page-item {
        font-size: 1rem;
    }
    
    .history-container {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .history-link {
        font-size: 1rem;
    }




    /*      RESULTS PAGE     */

    .time {
        padding: 1.5rem 0 1.5rem 0;
    }

    .match-container {
        padding: 0 0.5rem 0 0.5rem;
        width: 28rem;
        margin-top: 1rem;
    }

    .country1 {
        width: 7rem;
        color: rgb(226, 226, 226);
        font-size: 1.5rem;
        font-weight: bolder;
        text-align: right;
    }

    .country2 {
        width: 7rem;
        color: rgb(226, 226, 226);
        font-size: 1.5rem;
        font-weight: bolder;
        text-align: left;
    }

    .funtip-img {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .inbetween {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }





    /*      CHAT PAGE     */

    .comment-header-title {
        text-align: center;
        color: rgb(226, 226, 226);
        margin-top: 5rem;
        margin-bottom: 5rem;
        font-size: 2rem;
        font-weight: bolder;
    }

    .comment-post-container {
        width: 440px;
    }

    .emoji-container {
        width: 9.5rem;
        border: 1px solid rgb(143, 143, 143);
        border-radius: 10px;
    }

    .post-chat-container {
        width: 450px;
    }

    .textarea {
        width: 440px;
    }

    .chat-container {
        width: 450px;
    }
    
    
    

    /*    RULES FAQS CONTACT PAGES    */


    .about-container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 25rem;
    }

    .about-header-text {
        font-size: 1.35rem;
        margin-top: 3rem;
    }

    .about-header-text1 {
        font-size: 1.3rem;
        font-weight: bolder;
        margin-top: 3rem;
    }

    .about-text {
        font-size: 1.15rem;
        margin: 3rem 2rem 3rem 2rem;
    }

    .about-text1 {
        font-size: 1.15rem;
        margin: 1rem 2rem 3rem 2rem;
    }


}


/*   SMALL  (MOBILE PHONES) */


@media only screen and (max-width: 480px) {

    /*   NAVBAR   */

    .logo {
        width: 2rem;
        height: 2rem;
    }

    .logo1 {
        width: 2rem;
        height: 2rem;
    }

    .a {
        font-size: 1.2rem;
    }


    .a:hover {
        font-size: 1.2rem;
    }

    .navbar-text {
        font-size: 1.5rem;
    }

    .navbar-text-hive {
        font-size: 1.5rem;
        padding: 0 0.2rem;
    }

    .navbar-logo-text {
        display: flex;
    }


    .navbar-links {
        height: 25rem;
    }

    .navbar-links li {
        margin: 1rem auto;
    }



    /*     LOGOUT     */

    .profile-logout-image {
        width: 1rem;
        height: 1rem;
        margin-right: 0.5rem;
    }

    .logout-user {
        font-size: 1rem;
    }

    .logout {
        width: 3rem;
        font-size: 0.7rem;
    }
    
    
    /*    HOME  PAGE    */

    .group-name {
        width: 90%;
    }

    .group-img {
        width: 2rem;
        height: 2rem;
    }

    .group-team {
        font-size: 1rem;
        margin-left: 1rem;
    }

    .group-points {
        font-size: 1.5rem;
        margin-right: 1rem;
    }



    /*   Dashboard links   */

    .admin-users-display {
        font-size: 1rem;
    }

    .display {
        font-size: 1.5rem;
    }



    /* TABLE */

    table {
        width: 90%;
        margin-bottom: 3rem;
        font-size: 1rem;
    }

    .counter-standings {
        width: 1.5rem;
    }

    .thead-name {
        width: 6rem;
    }



    /*     FUNTIP  PAGE     */

    .countdown {
        font-size: 1.5rem;
        font-weight: bolder;
        margin-bottom: 2rem;
    }

    .score-input {
        height: 3rem;
        width: 3rem;
        font-size: 2rem;
        margin: 0 0.5rem;
    }

    .score-input::placeholder {
        font-size: 1.75rem;
    }

    .inbetween-funtip {
        font-size: 1.5rem;
    }




    /*    SUBS  PAGE    */

    .box {
        margin-top: 2rem;
    }

    .box-name {
        padding: 1rem 0 1rem 0;
        margin-bottom: 2rem;
        font-size: 1rem;
    }

    /*    SEARCH BAR     */

    .search-input {
        font-size: 1rem;
        height: 2rem;
        width: 10rem;
    }

    .search-btn {
        margin-left: 1.5rem;
        padding: 0.25rem 1rem 0.25rem 1rem;
        font-size: 1rem;
    }

    select {
        font-size: 1rem;
        margin-left: 2.5rem;
        width: 3.5rem;
        height: 2rem;
    }

    option {
        font-size: 0.85rem;
    }

    .sort-funtips {
        font-size: 0.85rem;
    }
    
    .history-text {
        font-size: 0.85rem;
    }



    /*      RESULTS PAGE     */

    .time {
        padding: 1rem 0 1rem 0;
    }

    .match-container {
        padding: 0 0.5rem 0 0.5rem;
        width: 20rem;
    }

    .country1 {
        font-size: 1rem;
    }

    .country2 {
        font-size: 1rem;
    }

    .funtip-img {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .inbetween {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }




    /*      CHAT PAGE     */

    .comment-header-title {
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 1.5rem;
    }

    .comment-post-container {
        width: 350px;
    }

    .emoji-container {
        width: 11rem;
    }

    .post-chat-container {
        margin: 0 auto 2rem auto;
        width: 350px;
    }

    .textarea {
        width: 340px;
        font-size: 1rem;
    }

    .chat-container {
        width: 350px;
    }

    .textarea::placeholder {
        font-size: 0.75rem;
        padding: 0.25rem 0 0 0.15rem;
    }

    .comment-name {
        font-size: 1rem;
        color: rgb(226, 226, 226);
    }

    .comment-time {
        font-size: 0.75rem;
        margin-left: 0.5rem;
    }

    .comment-text-reply {
        padding: 0 1.5rem 1rem 1.5rem;
    }

    .comment-text {
        font-size: 0.85rem;
    }

    .reply-time {
        margin-left: 0.5rem;
    }

    .reply-text-reply {
        padding: 0 1.5rem 1rem 1.5rem;
    }

    .reply-text {
        font-size: 0.85rem;
    }




    /*     LOGIN  AND SIGN UP    */

    .form-container {
        width: 320px;
    }



    /*   BUTTON SCROLL TOP   */

    .btn-scroll-top {
        width: 2.5rem;
        height: 2rem;
        border-radius: 8px;
        font-size: 1rem;
    }

    .error {
        font-size: 0.85rem;
        width: 15rem;
    }
    
    
    

    /*   RULES FAQS CONTACT PAGES    */


    .about-container {
        width: 20rem;
    }

    .about-header-text {
        font-size: 1.15rem;
        margin-top: 3rem;
    }

    .about-header-text1 {
        font-size: 1.15rem;
        font-weight: bolder;
        margin-top: 3rem;
    }

    .about-text {
        font-size: 1rem;
        margin: 3rem 2rem 3rem 2rem;
    }

    .about-text1 {
        font-size: 1rem;
        margin: 1rem 2rem 3rem 2rem;
    }


}



/*    MINI    */


@media only screen and (max-width: 380px) {

    /*   NAVBAR   */

    .logo {
        width: 2rem;
        height: 2rem;
    }

    .logo1 {
        width: 2rem;
        height: 2rem;
    }

    .a {
        font-size: 1.2rem;
    }


    .a:hover {
        font-size: 1.2rem;
    }

    .navbar-text {
        font-size: 1.5rem;
    }

    .navbar-text-hive {
        font-size: 1.5rem;
        padding: 0 0.2rem;
    }

    .navbar-logo-text {
        display: flex;
    }


    .navbar-links {
        height: 25rem;
    }

    .navbar-links li {
        margin: 1rem auto;
    }



    /*     LOGOUT     */

    .profile-logout-image {
        width: 1rem;
        height: 1rem;
        margin-right: 0.5rem;
    }

    .logout-user {
        font-size: 1rem;
    }

    .logout {
        width: 3rem;
        font-size: 0.7rem;
    }



    /*   Dashboard links   */

    .dashboard-link-user {
        margin-right: 0.5rem;
        width: 3.2rem;
        font-size: 0.85rem;
        padding: 0.3rem 0;
    }

    .dashboard-link-post {
        padding: 0.3rem 0;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        width: 3.2rem;
        font-size: 0.85rem;
    }

    .dashboard-link-log {
        padding: 0.3rem 0;
        margin-left: 0.5rem;
        width: 3rem;
        font-size: 0.85rem;
    }



    /* TABLE */

    table {
        width: 90%;
        margin-bottom: 3rem;
        font-size: 1rem;
    }

    .counter-standings {
        width: 1.5rem;
    }

    .thead-name {
        width: 5rem;
    }



    /*     FUNTIP  PAGE     */

    .countdown {
        font-size: 1.5rem;
        font-weight: bolder;
        margin-bottom: 2rem;
    }

    .score-input {
        height: 3rem;
        width: 3rem;
        font-size: 2rem;
        margin: 0 0.5rem;
    }

    .score-input::placeholder {
        font-size: 1.75rem;
    }

    .inbetween-funtip {
        font-size: 1.5rem;
    }




    /*    SUBS  PAGE    */

    .box {
        margin-top: 2rem;
    }

    .box-name {
        padding: 1rem 0 1rem 0;
        margin-bottom: 2rem;
        font-size: 1rem;
    }

    /*    SEARCH BAR     */

    .search-input {
        font-size: 1rem;
        height: 2rem;
        width: 10rem;
    }

    .search-btn {
        margin-left: 1.5rem;
        padding: 0.25rem 1rem 0.25rem 1rem;
        font-size: 1rem;
    }

    .sort-funtips {
        margin-left: 1rem;
    }

    select {
        font-size: 1rem;
        margin-left: 1rem;
        width: 3.5rem;
        height: 2rem;
    }

    option {
        font-size: 0.85rem;
    }

    .sort-funtips {
        font-size: 0.85rem;
    }




    /*      RESULTS PAGE     */

    .time {
        padding: 1rem 0 1rem 0;
    }

    .match-container {
        padding: 0 0.5rem 0 0.5rem;
        width: 20rem;
    }

    .country1 {
        font-size: 1rem;
    }

    .country2 {
        font-size: 1rem;
    }

    .funtip-img {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .inbetween {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }




    /*      CHAT PAGE     */

    .comment-header-title {
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 1.5rem;
    }

    .comment-post-container {
        width: 290px;
    }

    .emoji-container {
        width: 9.2rem;
    }

    .post-chat-container {
        margin: 0 auto 2rem auto;
        width: 290px;
    }

    .textarea {
        width: 290px;
        font-size: 1rem;
    }

    .chat-container {
        width: 290px;
    }

    .textarea::placeholder {
        font-size: 0.75rem;
        padding: 0.25rem 0 0 0.15rem;
    }

    .comment-name {
        font-size: 1rem;
        color: rgb(226, 226, 226);
    }

    .comment-time {
        font-size: 0.75rem;
        margin-left: 0.5rem;
    }

    .comment-text-reply {
        padding: 0 1.5rem 1rem 1.5rem;
    }

    .comment-text {
        font-size: 0.85rem;
    }

    .reply-time {
        margin-left: 0.5rem;
    }

    .reply-text-reply {
        padding: 0 1.5rem 1rem 1.5rem;
    }

    .reply-text {
        font-size: 0.85rem;
    }




    /*     LOGIN  AND SIGN UP    */

    .form-container {
        width: 290px;
    }



    /*   FOOTER   */

    .footer-container {
        margin-top: 3rem;
    }

    .footer-pages-header {
        font-size: 1rem;
    }

    .footer-pages-links {
        font-size: 0.85rem;
    }
    
    
    

    /*    RULES FAQS CONTACT PAGES     */


    .about-container {
        width: 15rem;
    }


}




/*  SUPER  MINI    */


@media only screen and (max-width: 320px) {


    /* TABLE */

    table {
        font-size: 0.85rem;
    }




    /*    SUBS  PAGE    */

    .box {
        margin-top: 2rem;
    }

    .box-name {
        padding: 1rem 0 1rem 0;
        margin-bottom: 2rem;
        font-size: 1rem;
    }

    /*    SEARCH BAR     */

    .search-btn {
        margin-left: 1rem;
    }

    .sort-funtips {
        margin-left: 0.5rem;
    }

    select {
        margin-left: 0.5rem;
    }




    /*      RESULTS PAGE     */

    .time {
        font-size: 0.85rem;
    }

    .match-container {
        width: 18rem;
    }

    .funtip-img {
        width: 1.5rem;
        height: 1.5rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }



    /*      CHAT PAGE     */

    .comment-post-container {
        width: 290px;
    }

    .emoji-container {
        width: 9.15rem;
    }

    .post-chat-container {
        width: 290px;
    }

    .textarea {
        width: 280px;
    }

    .chat-container {
        width: 290px;
    }



    /*     LOGIN  AND SIGN UP    */

    .form-container {
        width: 250px;
    }
}