*{
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
}

html{
    scrollbar-width: none;

    font-family: "Google Sans Flex", sans-serif;

}

.headerrefs{
    height: 50px;
    grid-column: 3;
    line-height: 20px;
    font-size: 20px;
}


.headergotomain:link{
    color: rgb(228, 230, 235); 
    margin: 0px 30px;
}

.headergotomain{
    height: 50px;
    display: inline-block;
    text-decoration: none;
    color: rgb(228, 230, 235);
    line-height: 50px;
    margin-left: 20px;
}


.headergotomain:hover{
    height: 50px;
    cursor: pointer;
    text-decoration: none;
    color: rgb(228, 230, 235);
    line-height: 50px;
    margin-left: 20px;
}

.header{
    position: fixed;
    width: 100%;
    z-index: 2000;
    background: #3a3b3c;
    display: grid;
    height: 50px;
    border-bottom: 3px rgb(36, 37, 38) solid;
    grid-template-columns: 5% 10% auto;
}

.logo_text{
    grid-column: 2;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    font-weight: 500;
    font-family: "Google Sans Flex", sans-serif;
    color: rgb(254,24,36);
    margin: 0px 5px;
}

@keyframes stop-gif {
  100% {
    background-image: url(../img/icons/logogif.gif);
  }
}
.headerlogo{
    height: 50px;
    width: 50px;
    margin: 0px 10px;
    grid-column: 1;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.container{
    background-color: rgb(58,59,60);
    padding: 10px;
    text-align: center;
    color: rgb(228,230,235);
    border-radius: 5px;
    
    transform-origin: center center !important; 
    
    display:none;
    grid-template-columns: 80px;
    grid-template-rows: auto auto;
    align-items: start;
    width: 480px;
    box-shadow: 0px 2px 1px 1px rgb(36, 37, 38);
    font-family: 'Arial';
}
.nikkename{
    grid-column: 2;
}
.nikkestats{
    grid-column: 2;
    display: grid;
}

.sumstat{
    
    display: grid;
    font-size: 0.9rem; 
    margin-top: 5px;
    line-height: 22px;
    grid-template-columns: 5px 135px 60px 5px 135px 60px;
    grid-template-rows: repeat(3, 22px);
    border-color: rgb(228,230,235);

}
.sumstatname1{
    grid-row: 1;
    grid-column: 2;
    border-left: 2px solid;
    border-top: 2px solid;
    
}

.charname{
    
    display: flex;
    margin-left: 5px;
    grid-column: -2;
    grid-row: 1;
}

.chardoll{
    display: flex;
    margin-left: 5px;
    grid-column: -2;
    grid-row: 1;
    justify-content: left;
}

.charpow{

    display: flex;
    grid-column: -2;
    grid-row: 1;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-start;
}



.hightierstatblue{
    color: rgb(0 181 255);
}
.hightierstatblack{
    background: rgb(228,230,235);
    color: rgb(0 181 255);
}

.infoskill{
    margin-top: 15px;
}

.infoequip{
    margin-top: 15px;

}
.sumstatvalue1{
    border-top: 2px solid;
    border-left: 1px solid;
    border-right: 2px solid;
    grid-row: 1;
    grid-column: 3;
}
.sumstatname2{
    grid-row: 1;
    grid-column: 5;
    border-top: 2px solid;
    border-left: 2px solid;
    
}
.sumstatvalue2{
    border-top: 2px solid;
    border-left: 1px solid;
    border-right: 2px solid;
    grid-row: 1;
    grid-column: 6;
}
.sumstatname3{
    grid-row: 2;
    grid-column: 2;
    border-top: 1px solid;
    border-left: 2px solid;
    
}
.sumstatvalue3{
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 2px solid;
    grid-row: 2;
    grid-column: 3;
}
.sumstatname4{
    grid-row: 2;
    grid-column: 5;
    border-top: 1px solid;
    border-left: 2px solid;
    
}
.sumstatvalue4{
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 2px solid;
    grid-row: 2;
    grid-column: 6;
}
.sumstatname5{
    grid-row: 3;
    grid-column: 2;
    border-top: 1px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    
}
.sumstatvalue5{
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    grid-row: 3;
    grid-column: 3;
}
.sumstatname6{
    grid-row: 3;
    grid-column: 5;
    border-top: 1px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    
}
.sumstatvalue6{
    border-bottom: 2px solid;   
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 2px solid;
    grid-row: 3;
    grid-column: 6;
}




.statskilllvl{
    border-color: rgb(228,230,235);
    grid-row: 2;
    grid-column: 0;
    margin-top: 5px;
    width: 75px;
    font-size: 0.9rem; 
    line-height: 22px;
    grid-template-columns: 40px 35px;
    display: grid;
    grid-template-rows:repeat(3,22px);
}

.skilllvl1{
    border-top: 2px solid;
    border-left: 2px solid;
    border-bottom: 1px solid;
    grid-row: 1;
    grid-column: 0;
}
.skilllvl2{
    border-left: 2px solid;
    border-bottom: 1px solid;
    grid-row: 2;
    grid-column: 0;
    
}
.skilllvl3{
    
    border-left: 2px solid;
    border-bottom: 2px solid;
    grid-row: 3;
    grid-column: 0;
    
}
.skillvalue1{
    grid-row: 1;
    grid-column: 2;

    border-top: 2px solid rgb(228,230,235);
    border-right: 2px solid rgb(228,230,235);
    border-left: 1px solid rgb(228,230,235);
    border-bottom: 1px solid rgb(228,230,235);
}

.skillvalue2{
    
    border-right: 2px solid rgb(228,230,235);
    border-left: 1px solid rgb(228,230,235);
    border-bottom: 1px solid rgb(228,230,235);
grid-row: 2;
grid-column: 2;
}
.skillvalue3{
    border-right: 2px solid rgb(228,230,235);
    border-left: 1px solid rgb(228,230,235);
    border-bottom: 2px solid rgb(228,230,235);
    
grid-row: 3;
grid-column: 2;
}
.otherstats{
    grid-row: 2;
}

.allarmor{
    display:grid;
    grid-row: 2;
    
    grid-template-rows: 66px 66px;
}

.stat1{
    grid-row: 1;
    grid-column: 2;
    
    border-left:  2px solid  rgb(228,230,235);
    border-bottom: 1px solid rgb(228,230,235);
    border-right: 1px solid rgb(228,230,235);
    border-top: 1px solid rgb(228,230,235);
}
.stat2{
    
    border-left:  2px solid  rgb(228,230,235);
    border-bottom: 1px solid rgb(228,230,235);
    border-right: 1px solid rgb(228,230,235);
    border-top: 0px solid rgb(228,230,235);
    grid-row: 2;
    grid-column: 2;
}
.stat3{
    
    border-left:  2px solid rgb(228,230,235);
    border-bottom: 1px solid rgb(228,230,235);
    border-right: 1px solid rgb(228,230,235);
    border-top: 0px solid rgb(228,230,235);
    grid-row: 3;
    grid-column: 2;
}
.statperc1{
    grid-row: 1;
    grid-column: 3;
    border-right:  2px solid rgb(228,230,235);
    border-bottom: 1px solid rgb(228,230,235);
    border-left: 1px solid rgb(228,230,235);
    border-top: 1px solid rgb(228,230,235);
}
.bordertop{
    border-top: 2px solid rgb(228,230,235) !important
}

.borderbot{
    border-bottom: 2px solid rgb(228,230,235) !important 
}


.statperc{
    font-size: .9rem;
    grid-row: 0;
    grid-column: 3;
    
}
.stat{
    font-size: .9rem;
}

.statperc2{
    grid-row: 2;
    grid-column: 3;
    border-right:  2px solid rgb(228,230,235);
    border-bottom: 1px solid rgb(228,230,235);
    border-left: 1px solid rgb(228,230,235);
    border-top: 0px solid rgb(228,230,235);
}
.statperc3{
    grid-row: 3;
    grid-column: 3;
    
    border-right:  2px solid rgb(228,230,235);
    border-bottom: 1px solid rgb(228,230,235);
    border-left: 1px solid rgb(228,230,235);
    border-top: 0px solid rgb(228,230,235);
}
.containercontainer{
    width: 75px;
    height: 150px;
    background: rgb(228,230,235);
    border-radius: 6px;
}

.armor{
    line-height: 22px;
    display: grid;
    grid-template-columns: 45px 90px 60px;
    grid-template-rows: repeat(3, 22px) ;
    
}
.armorbody{
    grid-row: 0;
    grid-column: 4;
    margin-left: 5px;
}
.armorhelmet{
    grid-row: 1;
    grid-column: 0;
    margin-left: 5px;
}
.armorgloves{
    grid-row: 2;
    grid-column: 0;
    margin-left: 5px;
    
}
.armorboots{
    grid-row: 0;
    grid-column: 4;
    margin-left: 5px;
}

.central{
    display: flex;
    justify-content: center;
    background: rgb(24,25,26);
}
.gridccontainer{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 20px 0px;
}

.nikkeimg{
    height: 150px;
    width: 75px;
    object-fit:contain;

    border-radius: 5px;
}
.main{
    
    display: grid;
    padding-top: 50px;
    grid-template-columns: 0px 15% 85%;
    background: rgb(24, 25, 26);

}

body{
    overflow-x: hidden;
    background: rgb(24,25,26)
}
.lastupdatedinfo{
    color: rgb(228,230,235);
    background: rgb(24, 25, 26);
    height: min-content;
    display: flex;
    margin-top: 10px;
    justify-content: center;
    font-family: 'Arial';
}

input#search {
    margin: 0px 2px 0px 2px;
    height: 16px;
    color: inherit;
    padding: 12px 10px;
    font-size: 1em;
    width: 250px;
    border-radius: 0.5rem;
    border-color: 1px solid #0d6efd;
    border: none;
    outline: none;
}

.filterbox{
    
    z-index: 500;
    position: fixed;
    background: #3a3b3c;
    height: 60px;
    border-bottom: 3px rgb(36, 37, 38) solid;
    width: 85%;

}

#searchusers{
    margin: 1px 2px 0px 2px;
    height: 14px;
    color: inherit;
    grid-column-end: 4;
    margin-top: 10px;
    grid-column-start: 1;
    padding: 12px 10px;
    font-size: 1em;
    width: 75%;
    border-radius: 0.5rem;
    border-color: 1px solid #0d6efd;
    border: none;
    outline: none;
}
.listcontainer{
    padding-top: 120px;
    padding-bottom: 50px;
}

#tep1{
    grid-column: 1;
    grid-row: 2;
    margin-top: 10px;
    
}

.numstructure{
    
    color: rgb(228, 230, 235);
    padding: 10px;
    border-bottom: 1px rgb(36, 37, 38) solid;
    border-top: 1px rgb(36, 37, 38) solid;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-left: 10px;
    display: block;
}

#tep2{
    grid-column: 2;
    grid-row: 2;
    margin-top: 10px;

}

#tep3{
    grid-column: 3;
    grid-row: 2;
    margin-top: 10px;

}

.userfilterbox{
    position: fixed;
    height: 120px;
    border-bottom: 3px rgb(36, 37, 38) solid;
    width: 15%;
    background: #3a3b3c;
    
    justify-items: center;
    display: grid;
    grid-template-rows: 60px 60px;
    grid-template-columns: auto auto auto;
}

.filters{
    
    display: grid;
    padding-top: 10px;
    background: #3a3b3c;
    justify-content: center;
    height: 50px;

    grid-template-columns: auto;
    grid-template-rows: auto;
}
.updbut{
   -webkit-appearance: none;
    appearance: none;
    grid-row: 1;
    grid-column: 6;
    margin-left: 180px;
    width: 40px;
    height: 40px;
    border: 1px solid #0d6efd;
    border-radius: 0.5rem;
    background-color: rgb(62, 64, 68);
    background-repeat: 0;
    cursor: pointer;
    background-image: url(../img/icons/update-svgrepo-com.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    padding-top: 12px;
    margin-left: 180px;
}

.hiddenfilterclose{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.otherfilters{
    height:600px; 
    width: 320px; 
    margin-top: 10px;
    background: #3a3b3c;
    box-shadow: 0px 5px 10px 2px rgb(36, 37, 38);
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto;
    grid-column-start:2;
    grid-column-end: 10;
    border-radius: 0px 0px 10px 10px;
}

.filters-container {
    display: none;
    background: #3a3b3c;
    backdrop-filter: blur(10px);
    font-family: "Google Sans Flex", sans-serif;
    border-radius: 0 0 10px 10px ;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 20px 20px 5px rgb(36, 37, 38);
    grid-column: 2;
    z-index: 710;
    grid-column-end: 20;
    }

        .clear-all {
            background-color: rgb(62, 64, 68);
            color: white;
            border: 1px rgb(36, 37, 38) solid;
            padding: 5px 20px;
            border-radius: 10px;
    font-family: "Google Sans Flex", sans-serif;
                    font-weight: 500;
    border-radius: 5px;
            position: relative;
            line-height: 14px;
            height: 30px;
            font-size: 14px;
            cursor: pointer;
            left: 327px;
            transition: all 0.3s 
        ease;
        }

        .clear-all:hover {
            transform: translateY(-2px);
        }

        .filter-group {
    padding: 15px 0;
    border-bottom: 2px rgb(36, 37, 38) solid;
        }

        .animated-list.bounce-in div {
            animation: bounceIn 0.8s ease forwards;
        }

        @keyframes bounceIn {
            0% {
                opacity: 0;
                transform: scale(0.3);
            }
            50% {
                opacity: 1;
                transform: scale(1.05);
            }
            70% {
                transform: scale(0.9);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        .filter-group:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .filter-title {
            font-size: 16px;
            font-weight: 600;
            color: rgb(228, 230, 235);
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .filter-options {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .filter-box {
            position: relative;
            display: flex;
            align-items: center;
        }

        .filter-checkbox {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }

        .filter-label {
            display: flex;
            align-items: center;
            cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
            background: rgb(62, 64, 68);
            color: rgb(228, 230, 235);
            border: 1px rgb(36, 37, 38) solid;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s ease;
            user-select: none;
        }

        .filter-checkbox:checked + .filter-label {
            background: linear-gradient(45deg, #ed8936, #dd6b20);
            border-color: #dd6b20;
            box-shadow: 0 4px 12px rgba(237, 137, 54, 0.3);
        }

        .filter-label:hover {
            background: rgba(107, 114, 128, 0.15);
            transform: translateY(-1px);
        }

        .filter-checkbox:checked + .filter-label:hover {
            background: linear-gradient(45deg, #ed8936, #dd6b20);
        }

        .class-filters .filter-options {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 15px;
        }

        .filter-checkbox:checked + .filter-label[data-type="class"] {
            background: linear-gradient(45deg, #ed8936, #dd6b20);
            border-color: #dd6b20;
            box-shadow: 0 4px 12px rgba(237, 137, 54, 0.3);
        }

        .element-filters .filter-label[data-type="element"] {
            background: rgb(62, 64, 68);
            color: rgb(228, 230, 235);
            border: 1px rgb(36, 37, 38) solid;
        }

        .element-filters .filter-checkbox:checked + .filter-label[data-type="element"] {
            background: linear-gradient(45deg, #ed8936, #dd6b20);
            border-color: #dd6b20;
            box-shadow: 0 4px 12px rgba(237, 137, 54, 0.3);
        }

        .weapon-filters .filter-checkbox:checked + .filter-label[data-type="weapon"] {
            background: linear-gradient(45deg, #ed8936, #dd6b20);
            border-color: #dd6b20;
            box-shadow: 0 4px 12px rgba(237, 137, 54, 0.3);
        }

        .company-filters .filter-label[data-type="company"] {
            background: rgb(62, 64, 68);
            color: rgb(228, 230, 235);
            border: 1px rgb(36, 37, 38) solid;
        }

        .company-filters .filter-checkbox:checked + .filter-label[data-type="company"] {
            background: linear-gradient(45deg, #ed8936, #dd6b20);
            border-color: #dd6b20;
            box-shadow: 0 4px 12px rgba(237, 137, 54, 0.3);
        }

        @media (max-width: 768px) {
            .filters-container {
                margin: 10px;
                padding: 20px;
            }
            
            .filter-options {
                justify-content: center;
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .filter-group {
            animation: fadeInUp 0.6s ease forwards;
        }


.filterclass{
    grid-row: 2;
    display: grid;
    align-items: center; 
    justify-content: space-evenly;
    width: 320px;
    grid-template-columns: auto 90px auto 90px auto 90px auto;
    justify-items: center;
}

.filterelement{
 grid-row: 3;
}

.filtercompany{
    grid-row: 4;
}

.filterother{
    grid-row: 4;
}

.updinfo{
    grid-row: 1;
    grid-column: 6;
    color: rgb(228,230,235);
    font-size: 20px;
    margin-top: 10px;
    margin-left: 50px;
    font-family: 'Arial';
}

.showotherfilters{
    background: url(../img/icons/filter-svgrepo-com.svg) no-repeat center;
    background-size: auto 25.5px;
    grid-row: 1;
    grid-column: 5;
}

.cg{
    display: grid;
    background: #3a3b3c; 
    height: 60px;
    grid-template-rows: 60px auto;
    grid-row: 1;
    justify-items: center;
    grid-column: 3;
}
.girlslist{
    
    background: rgb(24, 25, 26);
    border-top: 2px rgb(36, 37, 38) solid;
    grid-row: 2;
}


.stylecheckbox {
    -webkit-appearance: none;
    appearance: none;
    
    width: 40px;
    height: 40px;
    border: 1px solid #0d6efd;
    border-radius: 0.5rem;
    background-color: rgb(62,64,68);
    background-repeat: 0;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0px 2px;
}

.stylecheckbox:checked{
    background-color: #202020;
}
.firstburst{
    background: url(../img/icons/icon-burst-step1.webp) no-repeat center;
    background-size: auto 18.5px;
    grid-row: 1;
    grid-column: 2;
    background-color: rgb(62,64,68);
}

.secondburst{
    background: url(../img/icons/icon-burst-step2.webp) no-repeat center;
    background-size: auto 18.5px;

    grid-row: 1;
    grid-column: 3;
    background-color: rgb(62,64,68);
}

.thirdbrust{
    background: url(../img/icons/icon-burst-step3.webp) no-repeat center;
    background-size: auto 18.5px;
    
    grid-row: 1;
    grid-column: 4;
    background-color: rgb(62,64,68);
}


.armorimg{
    height: 63px;
    width: 45px;
    border-left: 2px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column: 1;
    object-fit: contain;

}
.armorbody .armorimg{
    border-bottom: 1px solid rgb(228,230,235) !important
}
.armorhelmet .armorimg{
    border-bottom: 1px solid rgb(228,230,235) !important
}
.armorboots .armorimg{
    border-top: 1px solid rgb(228,230,235) !important;
}
.armorgloves .armorimg{
    border-top: 1px solid rgb(228,230,235) !important;
}
.showfavoritenikkes{
    grid-row: 1;
    grid-column: 6;
    color: rgb(228, 230, 235);
    font-size: 20px;
    background-image: url(../img/icons/favorite-svgrepo-com.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 25px;
}

.nikkeparamelement{
    position: absolute;
    height: 25px;
    top: 1px;
    left: 1px;
}

.nikkeparams{
    position: relative;
    top: -150px;
    height: 150px;
}

.nikkeparamhexweaptype{
    
    position: absolute;
    height: 25px;
    top: 28px;
    left: 1px;
}
.nikkeparamweaptype{
    position: absolute;
    height: 15px;
    /* width: 11px; */
    top: 33px;
    left: 4.5px;
}

.nikkeparamhexbursttype{
    position: absolute;
    height: 25px;
    top: 55px;
    left: 1px;
}

.nikkeparambursttype{
    position: absolute;
    height: 10px;
    top: 67.5px;
    left: 12px;
    transform: translate(-50%, -50%);
}

.nikkeparambotimg{
    width: 75px;
    top: 107px;
    right: 0px;
    position: absolute;
}

.nikkeparamclass{
    top: 105px;
    height: 35px;
    right: 0px;
    position: absolute;
}

.nikkeparamstars{
    position: relative;
    top: 118px;
    left: -2px;
    vertical-align: middle;
    text-align: right;
}
.nikkeparamstarsf{
    height: 13px;
    vertical-align: middle;
}

.nikkeparamstarsevo{
    height: 17.5px;
    vertical-align: middle;
}

.nikkeparamstarsevotext{
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-family: Deco_Indt_demi !important;
    top: 8.5px;
    right: 2px; 
}

.container:hover{
    transform: scale(1.20) !important;
    z-index: 410;
    translate: inherit !important;
    box-shadow: 0px 0px 30px 10px rgb(36, 37, 38);
}
@keyframes bounceIn2 {
0% {
    opacity: 1;
    transform: scale(0.3);
}
50% {
    opacity: 1;
    transform: scale(1.6);
}
70% {
    opacity: 1;
    transform: scale(0.3);
}
100% {
    opacity: 1;
    transform: scale(1.5);
}
        }

.marquee-container {
    position: absolute;
    width: 75px;
    bottom: -126px;
    height: 150px;
    overflow: hidden;
}

.marquee-text {
   position: absolute;
    left: 0;
    height: 30px;
    display: flex;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 14px;
    color: rgb(228, 230, 235);
    white-space: nowrap;
    line-height: 30px;
    font-family: "Google Sans Flex", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 75px;
    font-style: normal;
    font-variation-settings: "slnt" -1, "wdth" 80.5, "GRAD" 100, "ROND" 0;
    justify-content: space-around;
}

.marquee-text.animated {
    animation: scroll-left 15s linear infinite;
}

.marquee-text.static {
    animation: none !important;
    /* justify-content: center; */
    left: 0 !important;
    right: 0 !important;
}

@keyframes scroll-left {
    0% { 
        left: 75px; 
    }
    100% { 
        left: -150px; 
    }
}

.nikkeparamstarsevotextmax{
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 6px;
    font-family: Pretendard-Regular;
    top: 9px;
    right: -5.6px;
}
.setmainnikkes{
    grid-row: 1;
    grid-column: 7;
    color: rgb(228, 230, 235);
    font-size: 20px;
    background-image: url(../img/icons/settings-2-svgrepo-com.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 25px;
    margin-left: 4px;
    font-family: 'Arial';
}

.setmainnikkes:checked{
    background-color: #202020;
    background-image: url(../img/icons/check-svgrepo-com.svg);
    background-size: auto 30px;
    background-position: center;
    background-repeat: no-repeat;

}

.listindex{
    color: rgb(228, 230, 235);
    padding: 10px;
    border-bottom: 1px rgb(36, 37, 38) solid;
    border-top: 1px rgb(36, 37, 38) solid;
    padding-left: 30px;
    display: block;
}

.listindex:hover{
    background: #4a5055;
    border-radius: 10px;
    cursor:pointer;
}

.profileslist{    
    /*  margin-top: 20px; */
    
    z-index: 501;
    height: 100vh;
    scrollbar-width: none;
    font-family: 'Arial';
    grid-column: 2;
    /* border-radius: 10px; */
    width: 15%;
    border-right: 3px rgb(36, 37, 38) solid;
    position: fixed;
    overflow-y: auto;
    background: #3a3b3c;
}


.nikkecheck{
    grid-column: -2;
    grid-row: 1;
    height: 100px ;
    width: 100px;
    background-color: red;
    z-index: 10;
    margin-top: 10px;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.fetchfiltercontainer{
    display: grid;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 50px;
    height: 60px;
    width: 100%;
    border-bottom: 3px rgb(36, 37, 38) solid;
    background: #3a3b3c;
}
.fetchfiltercontainer input#search{
    height: 16px;
    vertical-align: top;
}
.fetchfilter{
    margin-top: 10px;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.fetchfilter #structure1{
    background: url(../img/icons/icon-burst-step1.webp) no-repeat center;
    background-size: auto 18.5px;
    grid-row: 1;
    grid-column: 2;
    background-color: rgb(62,64,68);
}

.fetchfilter #structure2{
    background: url(../img/icons/icon-burst-step2.webp) no-repeat center;
    background-size: auto 18.5px;
    grid-row: 1;
    grid-column: 2;
    background-color: rgb(62,64,68);

}

.fetchfilter #structure3{

    background: url(../img/icons/icon-burst-step3.webp) no-repeat center;
    background-size: auto 18.5px;
    grid-row: 1;
    grid-column: 2;
    background-color: rgb(62,64,68);
}

.fetchfilter #fetchsearch{
    background: red;
    height: 40px;
    margin: 0px 0px 0px 5px;
}

#selecter{
    height: 40px;
    border-radius: 0px;
    width: 150px;
    margin: 0px 0px 0px 5px;
}

.fetchfilter #searchbutton{
    margin-left: 5px;
    color: rgb(228, 230, 235);
    width: auto;
    vertical-align: middle;
    padding: 0 10px;
    background-image: none;
}

.fetchfilter #searchbutton:hover{
    background: #3a3b3c;
}

.fetchfilter #searchbutton:active{
    background: #4a5055;
}

.fetchfilterinputspan {
    font-family: "Google Sans Flex", sans-serif;

}
.fetchfilterinputspan input[type="text"] {
    width: 200px;
    padding: 0px 10px;
    border: none;
    outline: none;
    height: 40px;
    margin-left: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 16px;
}

.fetch{display: none;}

.fetchfilterinputspan input[type="text"]:focus {
    border-bottom: 1px solid #645979;
    border-radius: 5px 5px 0 0;
}
.fetchfilterinputspan ul {
    margin-left: 5px;
    font-family: "Google Sans Flex", sans-serif;
    list-style: none;
}
.fetchfilterinputspan .list {
    font-family: "Google Sans Flex", sans-serif;
    width: 220px;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
}
.fetchfilterinputspan .list-items {
    font-family: "Google Sans Flex", sans-serif;
    padding: 10px 5px;
}


.fetchfilterinputspan .list-items span {
    font-family: "Google Sans Flex", sans-serif;
    font-weight: 600;
    
}

.fetchfilterinputspan .list-items:hover {
    font-family: "Google Sans Flex", sans-serif;
    background-color: #dddddd;
}
.fetchfilterinputspan .list-items:hover:last-child {
    font-family: "Google Sans Flex", sans-serif;
    border-radius: 0 0 5px 5px;
    background-color: #dddddd;
}

.fetchtablecontainer{
    margin-top: 70px;
    display: flex;
    justify-content: center;
    
}

table {
    width: 90%;
    color: rgb(228, 230, 235);
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: rgb(58, 59, 60);
    overflow: hidden;
}

th, td {
    padding: 16px;
    text-align: center;
    border-right: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

th:last-child, td:last-child {
    border-right: none;
}

tbody tr:last-child td {
    border-bottom: none;
    
}

th {
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

th:hover {
    background-color: #45a049;
}

th::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    opacity: 0.7;
}

th.asc::after {
    border-bottom: 6px solid white;
    border-top: none;
}

th.desc::after {
    border-top: 6px solid white;
}

tr:hover {
    background-color: rgba(107, 114, 128, 0.15);
}








































