input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2%;
    font-family: Montserrat;
    flex-direction: column;
    position: relative;
}


@media screen and (max-width: 625px) {
    .page{
        padding-bottom:450px !important;
    }
    .m-leaderboard td{
        font-size:12px !important; 
        padding:5px !important;
    }
    .m-leaderboard th{
        padding:5px 0 5px 0;
        font-size:10px !important; 
    }
    .pinBtns{
        padding:0 !important;
    }
    .pinBtns img{
        height: 10px !important;
    }
}

@media only screen and (max-width: 660px) {
    .tlhBtns{
        flex-direction: column;
        align-items: flex-end !important;
    }
    .table-head{
        flex-direction: column;
    }
    .table-right{
        width: 100%;
        justify-content: flex-end !important;
    }
}

@media only screen and (max-width: 460px) {
    .tlh-wrapper{
        flex-direction: column;
    }
    .tlhBtns{
        align-items: flex-end !important;
    }
    #refresh-time{
        font-size:8px !important;
    }
    .announcements-box{
        width: 100% !important;
    }
}

.m-leaderboard::-webkit-scrollbar{
    height: 12px;
}
.m-leaderboard::-webkit-scrollbar-track {
    border-radius: 0 0 5px 5px;
    background: #2a2c33;
    scrollbar-width: 2px;
}

/* Handle */
.m-leaderboard::-webkit-scrollbar-thumb {
    border-top:1px solid #2a2c3191;
    background: #33363d;
    border-radius: 0 0 4px 4px;
}

/* Handle on hover */
.m-leaderboard::-webkit-scrollbar-thumb:hover {
    background: #4a4e58;
}

.scoreboard{
    display: flex;
    justify-content: center;
    align-items: center;
}

#table-div{
    display:flex;
    flex-direction: column;
    width: clamp(20rem, 96%, 2200px);
    align-items: center;
}

.table-head{
    height:fit-content !important;
}

.flb{
    display:flex;
    justify-content: center;
    gap:5px;
    align-items: flex-start;
    flex-direction: column;
}

#name {
    color: rgb(233, 233, 233);
    font-family: 'Montserrat', sans-serif;
}

.content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.leaderboard{
    width:100%;
}

.leaderboard table{
    display: flex;
    border-collapse: separate;
    overflow-x: auto;
    white-space: nowrap;
    border-spacing: 0px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    border:1px solid var(--slate-steel);
}

#table-ajax-div{
    width: 100%;
}

.leaderboard-loading-wrapper{
    background-color: #16171b;
    padding:100px 0 80px 0;
    border:1px solid var(--slate-steel);
}

table tbody {
    display: table;
    width: 100%;
    position: relative;
}

table th{
    top: 0px;
    padding: 6px 2px 6px 2px;
    font-weight: 400;
    font-size:14px;
}

.leaderboard table td{
    padding:8px;
    border-bottom:1px solid #35373b;
    user-select: none;
}

#kills{
    border-right:1px solid #35373b;
}

.players-td{
    border-left:1px solid #35373b;
}

.fragsCol, .placeCol{
    min-width: 60px;
    max-width: 60px;
}

.allFragsCol{
    min-width: 80px;
    max-width: 80px;
}

.multiplierCol{
    min-width: 85px;
    max-width: 85px;
}

.pointsCol{ 
    min-width: 85px;
    max-width: 120px;
}

.game{
    border-bottom:1px solid rgb(58, 60, 68);
    border-right: 1px solid #515466;
}


.team-members{
    padding:5px 7px 5px 2px;
    text-align: start;
    border-right: 1px solid #515466;
}

.team-members a{
    color:white;
    text-decoration: none;
    font-weight: 500;
}


.sticky1{
    /* position:sticky; */
    left:0px;
    color:white;
    z-index:3;
    min-width: 70px;
    max-width: 70px;
    width: 70px !important;
    transition:left 200ms ease-in-out;
}

.sticky2{
    /* position: sticky; */
    color: white;
    left: 0px;
    z-index: 3;
    min-width: 140px;
    width: 140px !important;
    max-width: fit-content;
    text-indent: 4px;
    text-align: start;
    transition:left 200ms ease-in-out;
}

.sticky3{
    /* position: sticky; */
    color: white;
    left: 0px;
    border-right: 1px solid #515466;
    text-align:start;
    z-index: 3;
    width: 180px;
    text-indent:5px;
    min-width: fit-content;
    transition:left 200ms ease-in-out;
}

#myPopup {
    position: fixed;
    z-index:5;
    width: fit-content;
    height: fit-content;
    border-radius: 12px;
    margin-top: 10%;
}

.barscore{
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: #1f2225;
    height: 28px;
    gap:5px;
    cursor:grab;
    border-radius: 8px 8px 0 0;
}



.barscore:active, .barscore label:active{
    cursor:grabbing;
}

.barscore label{
    cursor:grab;
}

.barscore img{
    position: absolute;
    top:6px;
    left:6px;
    height: 16px;
}

.close {
    position: absolute;
    top: 0px;
    right: 3px;
    cursor: var(--custom-pointer);
    padding: 5px;
    color:rgb(196, 196, 196);
    z-index:7;
}

.close img{
    width:13px;
    filter: invert();
    filter:hue-rotate(hsl(170, 90%, 52%));
}

#scoring{
    width:auto;
}

.scoring {
    position: absolute;
    top: -3.75vw; left: -89px;
    background: #393b47;
    padding: -1px;
    border-radius: 8px;
    border:1px solid #565a6b;
    transition:box-shadow 200ms ease-in-out, transform 100ms ease-in-out, opacity 100ms ease-in-out;
    transform:scale(.5);
    opacity:0;
}


.scoring table {
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    color: white;
}

.scoring table th{
    background: #2a2c33;
    padding:5px;
    font-size:16px;
    min-width: 80px;
}

.scoring table td{
    padding:5px;
}

.pers td{
    border-top: 1px solid #414452;
}


.xo{
    background-color: #25262c;
}

.odd{
    background-color: #2a2c33;
}

.even{
    background-color: #25262c;
}


#searchTeamResults{
    position:absolute;
    width:96%;
    top:30px;
    z-index: 1;
    left:4px;
}

#searchTeam {
    font-family: Montserrat;
    font-size: 16px;
    border-radius: 6px;
    background: #1d1e24;
    color:var(--cloudy-white);
    outline:1px solid #35373b;
    text-indent: 4px;
    transition:outline 100ms ease-in-out;
    padding:5px;
    border:none;
}

#searchTeam:hover{
    outline-color:#43464b;
}

#searchTeam:focus{
    outline:2px solid #61666e;
}


#srhbr{
    position: relative;
    margin-top:5px;
}

.pgn{
    display:flex;
    align-items: center;
    gap:8px;
    margin-left:4px;
}

.pgn select{
    cursor: var(--custom-pointer);
    border-radius: 3px;
    background: none;
    padding:5px;
    color:var(--cloudy-white);
    background-color: #1d1e24;
    outline:1px solid #35373b;
    border:none;
    transition:outline 100ms ease-in-out;
}

.pgn select option{
    padding:20px;
}

.pgn select:hover{
    outline-color:#43464b;
}

.pgn select:focus{
    outline:2px solid #61666e;
}

#searchTeamResults table td{
    border:none;
    padding:0;
    margin:0;
}

#searchTeamResults table{
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    width: 100%;
}

#searchTeamResults button{
    width: 100%;
    border:none;
    padding:5px;
    margin:0;
    text-align: start;
    cursor: var(--custom-pointer);
    font-weight: 400;
    background-color: #2d2f36;
    color:var(--cloudy-white);
    border:1px solid var(--slate-steel);
    font-family: Montserrat;
    font-size:14px;
    transition:all 150ms ease-in-out;
}


#searchTeamResults button:hover {
    background-color:#363942;
}

#searchTeamResults tr{
    background-color: transparent !important;
}

.title{
    position:relative;
}

.upcabtns{
    display:flex;
    justify-content: center;
    gap:10px;
    width: 100%;
    align-items: center;
}

.upcabtns button{
    font-family: Montserrat;
    border: none;
    padding: 4px;
    width: 100px;
    cursor: var(--custom-pointer);
    font-size:16px;
    display:flex;
    justify-content: center;
    gap:5px;
    align-items: center;
    font-weight: 500;
    border-radius: 4px;
}

h4{
    margin:0 0 8px 0;
    padding:0;
}

.upcabtns img{
    height: 13px;
}

.upcabtns button:first-child{
    background-color: rgb(71, 147, 233);
    color:white;
    transition: all 150ms ease-in-out;
}

.upcabtns button:first-child:hover{
    background-color: rgb(85, 164, 255);
}

.upcabtns button:last-child {
    background:none;
    color: white;
    transition: all 150ms ease-in-out;
    border: 1px solid #35373b;
}

.upcabtns button:last-child:hover{
    background-color: #292b2e;
}

.editScore{
    border-collapse: collapse;
    display:flex;
    justify-content: center;
    margin-top:10px;
    align-items: center;
    overflow:hidden;
    border-radius: 6px;
    border: 1px solid #35373b;
}

.editScore td{
    background-color: #2b2d31;
    padding:5px;
}

.editScore th{
    background-color: #1f1f1f;
    color:rgb(235, 232, 232);
    border: #1f1f1f 1px solid;
    padding:4px;
}

.editScore td > input{
    width:20px;
    text-align: center;
    border:none;
    outline:none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 4px;
    font-size: 16px;
    background: #242629;
    color:var(--cloudy-white);
    border:1px solid #35373b;
}

.multiplier_input{
    width: 30px !important;
}

.updatesub-btn{
    border:none;
    background-color: gold;
    font-family: 'Montserrat', sans-serif;
    padding:10px 130px 10px 130px;
    border-radius:6px;
    font-size: 16px;
    font-weight: bold;
    cursor: var(--custom-pointer);
    margin-top:10px;
    transition:all 150ms ease-in-out;
}

.editScore .team-members{
    border-right: 1px solid #35373b;
}

.points{
    border-right:1px solid #35373b;
}

.updatesub-btn:hover{
    background-color: rgb(255, 225, 53);
}

.even-team-row {
    background-color: #1d1e24;
    transition: all 150ms ease-in-out;
}

.odd-team-row {
    background-color: #16171b;
    transition: all 150ms ease-in-out;
}


.highlighted{
    background-color: #262830;
}


.errors{
    font-family: Montserrat;
    font-weight: 400;
    display:flex;
    justify-content: center;
    align-items: center;
}


.pinBtns{
    display:inline-flex;
    justify-content: center;
    align-items: center;
    background:none;
    border:none;
    outline:none;
    height: 16px;
    width: 16px;
    padding:14px;
    cursor: var(--custom-pointer);
    transition:background-color 150ms ease-in-out;
    border-radius: 100%;
}

.pinBtns:hover{
    background-color: #42464e;
}

.pinBtns:hover:disabled{
    background-color: #42464e00;
    cursor:not-allowed;
}


.pinBtns img{
   height: 16px; 
   transition:transform 50ms ease-in-out;
   user-select: none;
   -webkit-user-drag: none;
}

#pinAll{
    color:white;
    gap:2px;
    font-weight: 600;
    font-family: Montserrat;
    border-radius: 6px;
    padding:14px;
    width: unset;
    background-color: #31343ac5;
    transition: background-color 150ms ease-in-out;
}

#pinAll:hover{
    background-color: #3d4047;
}


.proof{
    position: absolute;
    top:0px;
    right: 0px;
}


.popupTrigger img{
    height: 14px;
    pointer-events: all;
}

.popupTriggerX, .popupTriggerY{
    position: absolute;
    right:4px;
    top:4px;
}



.popupTriggerX img, .popupTriggerY img{
    height: 12px;
    pointer-events: all;
}


.popup-container {
    display: none;
    position: fixed;
    top: 54px;
    right:5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    gap:10px;
    z-index: 9999;
}

.popup-container img{
    width: 25vw;
    cursor: var(--custom-pointer);
    pointer-events: all;
    transition:width 0.4s cubic-bezier(0.23, 1, 0.320, 1);
}

.popup-container img:hover{
    width: 50vw;
}

/* Styling for the close button */
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: var(--custom-pointer);
    color: white;
}

.remove-btn{
    width: fit-content;
    background-color:rgb(255, 88, 88);
    border-radius: 4px;
    padding:5px 10px 5px 10px;
    color:white;
    border:none;
    cursor: var(--custom-pointer);
    font-family: Montserrat;
    font-weight: 600;
    transition:background-color 100ms ease-in-out;
}

.remove-btn:hover{
    background:rgb(255, 74, 74);
}







.reset{
    font-family: Montserrat;
    font-weight: 500;
    color:var(--cloudy-white);
    width: 350px;
    display: flex;
    flex-direction: column;
    gap:16px;
}

.lw{
    padding:24px !important;
}

.btns-wrapper-reset{
    display:flex;
    width: 100%;
    justify-content: center;
    gap:10px;
    align-items: center;
    margin-top:10px;
}

.btns-wrapper-reset button{
    display:inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition: all 150ms ease-in-out;
    border-radius: 6px;
    box-sizing: border-box;
    padding:12px 16px 12px 16px !important;
    color: white;
    gap:5px;
    height: 100%;
    cursor: var(--custom-pointer);
    font-family: Montserrat;
}

.btns-wrapper-reset button img{
    width: 18px;
}

.confirm-btn{
    background-color: var(--main-green);
    border:1px solid var(--main-green);
}

.confirm-btn:hover{
    background-color: var(--main-green-hover);
}

.go-back-btn{
    background:none;
    border:1px solid var(--slate-steel);
    font-size:14px !important;
    text-decoration: none;
}

.go-back-btn:hover{
    border-color: gray;
}

.reset h2{
    margin:0;
    font-size:24px;
}

.reset-box-wrapper{
    display: flex;
    justify-content: space-between;
    background-color: var(--graphite);
    gap:10px;
    padding:12px;
    border:1px solid var(--slate-steel);
    border-radius: 6px;
}

.reset-box-wrapper a{
    border:1px solid var(--slate-steel);
    border-radius: 6px;
    font-family: Montserrat;
    background-color: var(--deep-steel);
    color:var(--cloudy-white);
    cursor: var(--custom-pointer);
    padding:8px 16px;
    transition:all 150ms ease-in-out;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reset-box-wrapper a:hover{
    border-color:gray;
    background-color: #2c3035;
}

.reset-box{
    display: flex;
    flex-direction: column;

}

.rb-head{
    font-weight: 600;
    color:var(--cloudy-white);
    font-size:18px;
    margin:0;
    text-align: start;
}

.warning{
    font-weight: 400;
    font-size:12px;
    text-align: start;
    color:var(--mellow-yellow);
}

.rwt{
    color:var(--crimson-red);
}


.loader {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin:15px auto;
    position: relative;
    color: #acacac;
    box-sizing: border-box;
    animation: animloader 2s linear infinite;
  }
  
  @keyframes animloader {
    0% {
      box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
    }
    25% {
      box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 2px;
    }
    50% {
      box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 2px,  -38px 0 0 -2px;
    }
    75% {
      box-shadow: 14px 0 0 2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
    }
    100% {
      box-shadow: 14px 0 0 -2px,  38px 0 0 2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
    }
  }



     #table-ajax-div table {
        cursor: grab; /* Domyślny kursor */
    }

    .grabbing{
        cursor:grabbing !important;
    }

    #scrollbar{
        overflow-x: auto;
        overflow-y: hidden;
        border-left:1px solid var(--slate-steel);
        border-right: 1px solid var(--slate-steel);
    }

    #scrollbar::-webkit-scrollbar{
        height: 12px;
    }

    #scrollbar::-webkit-scrollbar-track {
        border-radius: 0;
        background: #2a2c33;
        scrollbar-width: 2px;
    }
    
    /* Handle */
    #scrollbar::-webkit-scrollbar-thumb {
        background: #33363d;
        border-radius: 0;
    }
    
    /* Handle on hover */
    #scrollbar::-webkit-scrollbar-thumb:hover {
        background: #4a4e58;
    }
    
    .scroll-content{
        height: 1px;
        background-color: var(--slate-steel);
    }

    #managerounds .quit{
        padding-top:40px;
    }

    .manage-rounds-wrapper{
        display: flex;
        flex-direction: column;
        gap:8px;
    }

    .manage-rounds-wrapper table{
        display: table;
        border-collapse: collapse;
        border:none;
    }

    .manage-rounds-wrapper table td,
    .manage-rounds-wrapper table th
    {
        border:1px solid var(--slate-steel);
    }

    .mr-td{
        text-align: start;
        font-size:14px;
    }

    #reset-form{
        margin-left:auto;
        background: none;
        border:1px solid var(--slate-steel);
        width: 74px;
        padding:2px 4px;
        color:gray;
        border-radius: 2px;
        cursor: var(--custom-pointer);
        font-family: Montserrat;
        font-size:12px;
        font-weight: 500;
        transition:border-color 150ms ease-in-out;
    }

    #reset-form:hover{
        border-color:#808080;
    }

    .plusiminus span{
        width: 20px;
    }

    .plusiminus img{
        height: 18px;
    }

    .mr-box{
        display: flex;
        justify-content: space-between;
        gap:16px;
    }

    .input-group{
        display: flex;
        gap:7px;
    }

    .input-group input{
        margin: 0 3px 0 3px;
    }

    .manage-rounds-wrapper button{
        font-family: Montserrat;
        font-weight: 500;
        border-radius: 4px;
        color: var(--main-green);
        padding:4px;
        background: none;
        border:1px solid var(--main-green);
        cursor: var(--custom-pointer);
        transition:all 150ms ease-in-out;
    }

    .manage-rounds-wrapper button:hover{
        border-color:var(--main-green-hover);
        color:var(--main-green-hover);
    }


    .radio-buttons {
        display: flex;
        flex-direction: column;
        color: white;
      }
      
      .radio-button {
        display: flex;
        align-items: center;
        cursor: var(--custom-pointer);
      }
      
      .radio-button input[type="radio"] {
        display: none;
      }
      
      .radio-circle {
        width: 16px;
        height: 16px;   
        border-radius: 50%;
        border: 2px solid #4c4f5c;
        position: relative;
        transition: all 150ms ease-in-out;
      }

      .radio-button input:disabled + .radio-circle{
        border-color:#1a1a1a;
        background-color: #212325;
        cursor: not-allowed;

      }
      
      .radio-circle::before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ddd;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: all 0.2s ease-in-out;
      }
      
      .radio-button input[type="radio"]:checked + .radio-circle::before {
        transform: translate(-50%, -50%) scale(1);
      }
      
      .rb-plus input[type="radio"]:checked + .radio-circle::before {
        background-color: var(--main-green);
      }

      .rb-minus input[type="radio"]:checked + .radio-circle::before {
        background-color: var(--crimson-red);
      }
      
      
      .radio-button:hover .radio-circle {
        border-color: #808080;
      }

      .table-right{
        align-items: center !important;
      }
      

      #refresh-time{
        color:gray;
        font-size:12px;
        font-family: Montserrat;
        text-align: end;
    }
    
    #refresh-time span{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap:2px;
    }
    
    #refresh-time span img{
        height: 12px;
        width: 12px;;
    }

    .score{
        display: flex;
        flex-direction: column;
        gap:10px;
    }

    #scoreUpdateForm{
        border-top:2px dashed var(--slate-steel);
    }

    .pi-container{
        display: flex;
        flex-direction: column;
        font-size:18px;
        gap:8px;
        padding:16px;
        margin-top:10px;
        background-color: #1b1e21;
        outline:1px solid var(--slate-steel);
        border-radius: 8px;
    }

    .pi-container h5{
        margin:0;
        border-bottom: 2px dashed var(--slate-steel);
        padding-bottom: 8px;
        text-align: start;
    }

    .pi-container input{
        background-color: var(--translucid-light);
        outline:1px solid var(--slate-steel);
        border-radius: 6px;
        text-align: center;
        color:var(--cloudy-white);
        border:none;
        transition:outline 100ms ease-in-out;
        height: 25px;
        font-family: Montserrat;
        font-weight: 500;
    }

    .pi-container input:hover{
        outline:1px solid rgba(128, 128, 128, 0.5);
    }

    .pi-container input:focus{
        outline:1px solid gray;
    }

    .playerInput-wrapper{
        display: flex;
        flex-direction: column;
        gap:10px;
        width: 100%;
    }

    .teamPlacement-wrapper{
        display: flex;
        align-items: center;
        gap:16px;
    }

    .playerInput{
        display: flex;
        justify-content: space-between;
        gap:16px;
    }

    .playerInput input{
        width: 25px;
    }
    
    .playerInput span{
        font-weight: 500;
        text-wrap:nowrap;
    }

    .pi-buttons{
        display: flex;
        align-items: center;
        gap:10px;
        max-width: 250px;
    }

    #pi-errors{
        color:gray;
        font-size:12px;
        min-width: 100px;
    }
    

    .pi-buttons button{
        color:var(--cloudy-white);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        border-radius: 6px;
        font-family: Montserrat;
        font-weight: 500;
        cursor: var(--custom-pointer);
        padding:12px;
        text-transform: capitalize;
        transition:filter 100ms ease-in-out;
    }

    .pi-buttons button:disabled{
        filter:brightness(.5);
        cursor:not-allowed;
    }

    .pi-buttons button:hover:not(:disabled){
        filter:brightness(1.1);
    }

    .pi-buttons button img{
        height: 16px;
    }

    .pi-buttons button:nth-child(2){
        width: 100%;
        background-color: var(--main-green);
        border:none;
    }

    .pi-buttons button:nth-child(3){
        background-color: var(--deep-steel);
        border:1px solid var(--slate-steel);
    }

      .popup-button.confirm{
        background-color:var(--crimson-red);
      }

      .popup-button.find{
        background-color:var(--azure-blue);
      }

      .popup-button.find:disabled{
        filter:brightness(.75);
        cursor:not-allowed;
      }

      #auto-refresh{
        display: none;
      }
    
      #auto-refresh-label{
        text-decoration: none;
        color:var(--cloudy-white);
        background-color: var(--translucid-dark);
        border:1px solid rgb(66, 66, 66);
        border-radius: 6px;
        padding:8px;
        box-sizing: border-box;
        transition: all 100ms ease-in-out;
        display:flex;
        align-items: center;
        justify-content: center;
        gap:8px;
        font-size:16px;
        font-weight: 400;
        user-select: none;
        cursor: var(--custom-pointer);
        font-family: Montserrat;
        position: relative;
      }
    
      #auto-refresh-label span{
        content:'';
        height: 2px;
        width: 0px;
        background-color: var(--main-green);
        position: absolute;
        left:1px;
        bottom:0;
        border-radius: 0 0 1px 1px;
      }
    
      #auto-refresh-label svg{
        height: 14px;
        width: 14px;
      }
    

      #auto-refresh:checked + #auto-refresh-label svg g{
        stroke:var(--main-green)
      }
    
      #auto-refresh:checked + #auto-refresh-label span{
        animation: auto-refresh-loader 60s linear infinite;
      }
    
      @keyframes auto-refresh-loader {
            from{
                width: 0;
            }
            to{
                width: 98.5%;
            }
      } 
    