.login-wrapper, .member-wrapper {
    background-image: url("../img/login-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* color: #fff; */
    font-weight: 700;
    /* text-shadow: 2px 2px #999; */
}

.fadeIn {
    animation:fadeIn .5s 1;
    animation-fill-mode:forwards;
    opacity:0;
    animation-delay:.5s;
    position:relative;
    top:5px
}
@keyframes fadeIn {
    to {
        opacity:1;
        top:0;
    }
}
.revo-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0 0 4px, rgb(51, 51, 51) 0 3px 0 1px !important;
    border-width: 3px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(51 49 50 / var(--tw-border-opacity)) !important;
    max-width: 600px !important;
}
.lds-ring {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 70px;
    height: 70px;
    top: 9px;
    border-radius: 100%;
    background: #f1e2d9;
    transition: .4s;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 4px;
    border: 4px solid currentColor;
    border-color: rgb(157 157 157) transparent transparent transparent;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    background: #fed133;
}
.lds-ring, .lds-ring div {
    box-sizing: border-box;
}

@keyframes lds-ring {
   0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.login-wrapper form,
.member-wrapper form {
    margin-top: 30%
}

.login-wrapper h3,
.member-wrapper h3 {
    font-weight: 800;
    text-transform: uppercase;
    /* text-shadow: 2px 2px #999; */
}

.login-wrapper input,
.member-wrapper input {
    border-radius: 10px !important;
}

.login-wrapper .modal-box,
.member-wrapper .modal-box {
    border: 3px solid #333;
    border-radius: 15px;
    box-shadow: rgba(0,0,0,0.16) 0 0 4px, rgb(51,51,51) 0 6px 0 1px;
}

.login-wrapper button.btn-danger,
.member-wrapper button.btn-danger {
    font-weight: 900 !important;
    background-color: #ee303b;
    border-radius: 100px !important;
    border: 3px solid #333 !important;
    box-shadow: rgba(0,0,0,0.16) 0 0 4px, rgb(51,51,51) 0 6px 0 1px
}

#QRCodeReader {
    border-radius: 8px;
}

#QRCodeReader img[alt="Info icon"] {
    display: none;
}

#QRCodeReader img[alt="Camera based scan"] {
    width: 100px !important;
    height: 100px !important;
}

#searchClub {
    position: relative;
}

.club-list {
    position: absolute;
    top: 40px;
    z-index: 999;
}

#clubList {
    padding: 0px;
    list-style: none;
    border: 1px solid #eee;
    max-height: 310px;
    overflow-y: scroll;
    background-color: #FFF;
}

#clubList li:hover {
    background-color: #eee;
}

#clubList li a {
    display: block;
    padding: 5px 5px 5px 10px;
}

.club-time {
    list-style: none;
    padding: 0px;
}

/*********************
Club Counter
*********************/
.club-counter-background {
    background-color: #97c6c0
}

#clubCounter .live-from {
    background-image: "./img/Club-Counter-header.png";
}

#clubCounter .cc-body {
    border: 8px solid #000;
    border-radius: 45px;
    background-color: #ffcb06;
    /* width: 200px; */
    /* height: 60px; */
    /* box-shadow: 5px 10px 0px 5px #888888; */
    box-shadow: -8px 10px 0px 0px #000000;
    /* min-height: 500px; */
    padding: 15px 25px;
}

#counterSearchClub {
    position: relative;
}

#counterSearchClub .counter-club-list {
    position: absolute;
    top: 2px;
    z-index: 9;
    font-size: 20px;
    border-left: 4px solid #000;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    background-color: #fac9de;
    box-shadow: -3px 5px 0px 3px #000000;
    left: 4px;
    border-radius: 20px;
    /* border-top-right-radius: 20px; */
}

#counterSearchClub #clubList {
    background-color: #fac9de;
    border: none !important;
}

#counterSearchClub #clubList .club-shortname {
    color: #000000;
}

#counterSearchClub #clubList .club-shortname:hover {
    background-color: #f495bf;
    text-decoration: none;
}

#clubCounter .select-wrapper {
    position: relative;
    /* padding-left: 25px; */
}

#clubCounter .select-club {
    width: 100%;
    border: 4px solid #000;
    border-radius: 100px;
    font-size: 20px;
    position: absolute;
    padding-left: 15px;
}

#clubCounter .button-arrow-down {
    /* font-weight: 700; */
    color: #FFF;
    background-color: #000;
    border: 1px solid #000;
    display: inline-block;
    /* font-size: 13px; */
    border-radius: 50% 50%;
    padding-top: 0px;
    /* padding-bottom: 2px;
    padding-left: 4.5px;
    padding-right: 4.5px; */
    position: absolute;
    right: 3px;
    top: 7px;
    z-index: 99;
    cursor: pointer;
    /* transform: scaleX(1.5); */
    /* transform:rotate(90deg); */
    /* transform-origin: 0 0; */
    /* margin-bottom: -50%; */
    padding: 0;
    transform: scale(1);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-items: center;
}

#clubCounter .arrow-down-icon {
    border: solid rgb(255, 255, 255);
    border-width: 0 2px 2px 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: auto;
    margin-top: 6px;
}
/* #clubCounter .button-arrow-down:after {
    font-stretch: expanded;
    content: '\02C5';
} */
#clubCounter .map-pointer {
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    background: #f495bf;
    border-radius: 75% 75% 75% 0%;
    transform: rotate(-45deg);
    position: relative;
    cursor: pointer;
    padding: .42rem !important
}

#clubCounter .star-black {
    padding: 2px;
    width: 15px;
    height: 15px;
    transform: rotate(120deg);
    background: rgb(0, 0, 0);
    clip-path: polygon(
        50% 0%,
        61% 35%,
        98% 35%,
        68% 57%,
        79% 91%,
        50% 70%,
        21% 91%,
        32% 57%,
        2% 35%,
        39% 35%
    );
}

#clubCounter .star-white {
    height: 11px;
    transform: rotate(73deg);
    background: rgb(255, 255, 255);
    clip-path: polygon(
        50% 0%,
        61% 35%,
        98% 35%,
        68% 57%,
        79% 91%,
        50% 70%,
        21% 91%,
        32% 57%,
        2% 35%,
        39% 35%
    );
}

#clubCounter .star-gold {
    height: 11px;
    background: gold;
    clip-path: polygon(
        50% 0%,
        61% 35%,
        98% 35%,
        68% 57%,
        79% 91%,
        50% 70%,
        21% 91%,
        32% 57%,
        2% 35%,
        39% 35%
    );
}

#clubCounter .number-counter{
    position: relative;
}

#clubCounter .center-line {
    top: 48%;
    width: 100%;
    height: 0px;
    border-top: 3px solid #000;
    position: absolute;
    z-index: 8;
}

#clubCounter .number-count {
    text-align: center;
    font-size: 80px;
    font-weight: 700;
    /* height: 230px; */
    line-height: 1;
}

#clubCounter .number-count-1 {
    border-top: 4px solid #000;
    border-left: 4px solid #000;
    border-bottom: 4px solid #000;
    border-right: 3px solid #000;
    background-color: #FFF;
    border-radius: 18% 13% 13% 18%;
}

#clubCounter .number-count-2 {
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    background-color: #FFF;
    border-radius: 13%;
}

#clubCounter .number-count-3 {
    border-left: 3px solid #000;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    background-color: #FFF;
    border-radius: 13% 18% 18% 13%;
}

#clubCounter .weekdays {
    font-size: 25px;
    /* font-weight: 700; */
}

#clubCounter .weeklist {
    /* height: 65px; */
    overflow: hidden;
}

#clubCounter .the-arrow {
    position: relative;
    /* height: 48px; */
    /* font-size: 20px */
}

#clubCounter .left-arrow-button {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    float: right;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    /* font-size: 20px; */
    height: 25px;
    line-height: .8;
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-bottom: 5px;
}

#clubCounter .right-arrow-button {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    /* position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); */
    cursor: pointer;
    height: 25px;
    line-height: .8;
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-bottom: 5px;
}

#clubCounter .left-arrow-button:focus,
#clubCounter .right-arrow-button:focus {
    border: 1px solid #000000 !important
}

#clubCounter .left-arrow-butto::after {
    border: none !important
}

#clubCounter #daysOfWeek {
    font-size: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 45px; */
}

#clubCounter #daysOfWeek span {
    overflow: hidden;
}

#clubCounter .bar-graph {
    border: 4px solid #000;
    height: 200px;
    border-radius: 25px;
    background-color: #fff;
    /* overflow-x: scroll; */
}

#clubCounter .bar-graph .bar-graph-data {
    /* position: relative; */
    height: 75%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    /* justify-content: center; */
    gap: 1px;
    /* height: 200px; */
    /* width: 500px; */
    /* margin: 40px auto; */
    background: #fff;
    /* padding: 10px; */
    position: relative;
}

#clubCounter .bar-graph .bar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: 20px;
}

#clubCounter .bar-graph .bar-container .bar {
    width: 8px;
    /* width: 4%; */
    background-color: #fac9de;
    border-radius: 10px;
    margin: 0 0px;
    transition: background-color 0.3s;
    cursor: pointer;
}

#clubCounter .bar-graph .bar-container .label {
    font-size: 8px;
    margin-top: 3px;
    font-weight: 700;
}

#clubCounter .bar-graph .bar-graph-text {
    border: 3px solid #000;
    /* height: 20%; */
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    background-color: #f495bf;
}

@media only screen and (max-width: 320px) {
    #clubCounter .select-club {
        font-size: 14px;
    }

    #clubCounter .button-arrow-down {
        /* color: #FFF;
        background-color: #000;
        border: 1px solid #000;
        display: inline-block; */
        font-size: 1px;
        border-radius: 50% 50%;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 4px;
        padding-right: 4px;
        /* position: absolute; */
        right: 6px;
        top: 5px;
        cursor: pointer;
        /* transform: scaleX(1.5); */
        /* margin-bottom: -50%; */
        height: 21px;
    }

    #clubCounter .arrow-down-icon {
        border: solid rgb(255, 255, 255);
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    #clubCounter .select-club {
        font-size: 14px;
        position: absolute;
        padding-left: 10px;
    }

    #clubCounter .map-pointer {
        width: 21px;
        height: 21px;
        padding: .2rem !important;
    }

    #clubCounter .star-black {
        width: 13px;
        height: 13px;
    }

    #clubCounter .star-gold,
    #clubCounter .star-white {
        height: 9px;
    }

    #counterSearchClub .counter-club-list {
        font-size: 14px;
    }
    
    #clubList li a {
        padding: 2px 2px 2px 8px;
    }

    #clubCounter #daysOfWeek {
        font-size: 14px;
    }

    #clubCounter .bar-graph {
        height: 180px;
    }

    #clubCounter .bar-graph .bar-container .bar {
        width: 7px;
    }

    #clubCounter .bar-graph .bar-container .label
    {
        font-size: 6px;
        margin-top: 3px;
        font-weight: 700;
    }

    #clubCounter .bar-graph .bar-graph-text
    {
        font-size: 16px;
        line-height: 1.5;
    }

    #clubCounter .blacklist {
        padding: 12px !important
    }
    
}

@media only screen and (max-width: 490px) {
    .club-counter-back-button {
        width: 35%;
    }
}

@media only screen and (min-width: 500px) {
    .club-counter-back-button {
        width: 10%;
    }
}

