body {
    font-family: "Loto", Arial, Helvetica, sans-serif;
    font-size: 2vh;
    background-color: #c2c2c2;
    color: #324e71;
}

.scrn {
    max-width: 99vw;
    max-height: 99vh;
}

.nav-bar {
    display: inline-block;
    width: 100vw;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    color: #FFAD20;
    background-color: #324e71;
    overflow: visible;
    font-size: 1.7vh;
    vertical-align: middle;
}



b {
    letter-spacing: 1.2;
    color: orangered;
    font-weight: bolder;
}

.main-default {
    height: auto;
    width: 100%;
    position: fixed;
    bottom: 3vh;
    left: 0;
    padding: 0;
    margin: 0;
}

.banr {
    height: 16vh;
    width: 99vw;
    position: fixed;
    top:0.5vh;
    left:0.5vw;
    display:block;  
    background-color: #324e71;
    padding: 0;
    margin: 0;
    
}

.banr2 {
    position: static;
    display: inline-block;
    height: auto;
    width: 100vw;
    color: #c2c2c2;
    background-color: #324e71;
    padding: 0;
    margin: 0;
}

.hcff-cntr-card {
    width: 100%;
    max-width: 768px;
    height: 85%;
    position: relative;
    top: 0;
    overflow-y: visible;
    padding: 25px;
    margin: auto;
}

.hcff-slide {
    margin: auto;
    padding-top: 8%;
    width: 426px;
    height: auto;
    background-color: #324e71;
    color: #FFAD20;
    display: none;
}

.hcff-dark {
    background-color: #324e71;
    color: #FFAD20;
}

.hcff-lite {
    color: #324e71;
    background-color: #ffad20;
}

.depth {
    display: inline-block;
    width: 20%;
    border: 1px solid black;
    background: linear-gradient(#eee, #fff);
    transition: all 0.3s ease-out;
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #324e71;
    text-align: center;
}

.spann {
    display: inline-block;
    width: 25%;
}

.nosp {
    padding: 0;
    margin: 0;
}

.mem-bar {
    display: inline-block;
    width: 100vw;
    height: 6vh;
    position: relative;
    top: 0;
    left: 0;
    color: #FFAD20;
    background-color: #324e71;
    overflow: visible;
    font-size: 1.75vh;
    vertical-align: middle;
}

.mem-ftr {
    height: 3vh;
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #FFAD20;
    background-color: #324e71;
    overflow: hidden;
    font-size: 1.5vh;
    vertical-align: middle;
    text-align: center;
}

.sidenav {
    height: 91vh;
    width: 33vw;
    position: fixed;
    top: 6vh;
    left: 0;
    z-index: 9;
    background-color: #FFC560;
    color: black;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
    font-size: 1.75vh;
}

.mem-main {
    width: 99vw;
    height: 85vh;
    font-size: 1.75vh;
    position: fixed;
    top: 5vh;
    left: 0;
}

.mem-left {
    width: calc(100vw / 2);
    height: 90vh;
    position: fixed;
    top: 6vh;
    left: 0;
    margin: 1vw;
    overflow-y: scroll;
}

.mem-right {
    width: calc(100vw / 2);
    height: 82vw;
    position: fixed;
    top: 18vh;
    right: 0;
    margin: 1vh;
    overflow-y: scroll;
}

.mem-ckbox {
    text-align: left;
    padding-left: 45%;
}

.error {
    color: red;
}

.adm-center {
    width: calc((100vw / 3) * 2);
    height: 90vh;
    position: fixed;
    top: 7vh;
    left: calc( 100vw / 6);
    padding: 10px;
    margin-right: 15%;
    border: 2px solid #324e71;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #FFAD20;
    overflow-y: scroll;
}

.admbtn {
    height: 5vh;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    top: 0.5vh;
    right: 0;
    font-size: 1vh;
    background-color: #fff;
    color: black;
    border: 1px solid #FFAD20;
    box-shadow: 1px 1px 3px #000;
}

.wrapr {
    position: fixed;
    top: 6vh;
    left: 0;
    height: 7vh;
    width: 100vw;
    white-space: nowrap;
}

.wrapr p {
    position: fixed;
    top: 3vh;
    left: 0;
    width: 100vw;
    font-size: 2.8vh;
    margin-left: 0;
    white-space: nowrap;
    animation: marquee 12s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(75%);
    }
    100% {
        transform: translateX(-75%);
    }
}

.container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    position: fixed;
    width: 100vw;
    height: 4vh;
    top: 10vh;
    left: 0;
    font-size: 1.75vh;
}

.kontainer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    width: 100vw;
    height: 20vh;
    font-size:3vh;
}




.flexbtn {
    flex-grow: 1;
    color: #FFAD20;
    background-color: #324e71;
    box-shadow: 2px 2px 3px #000;
}

.flexbtn2 {
    flex-grow: 2;
    color: #FFAD20;
    background-color: #324e71;
    box-shadow: 2px 2px 3px #000;
}

.hamburger {
    width: 5vh;
    height: 5vh;
    position: fixed;
    top: 0.5vh;
    left: 0.5vw;
    font-size: 4vh;
    vertical-align: middle;
    text-align: center;
}

.hamburger p {
    position: absolute;
    top: 0;
    left: 0;
}

.avatarBtn {
    height: 100px;
    width: 100px;
    border: 2px solid red;
}

.tbtn {
    font-size: 1.75vh;
    height: 10.5vh;
    width: 33vw;
    text-align: center;
    background-color: #000;
    color: #FFAD20;
}

.tree-center {
    background-image: url("../img/tree.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 99vw;
    height: 75vh;
    position: fixed;
    top: 16vh;
    left: 0.5vw;
    padding: 1vh;
    border: 2px solid #324e71;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #FFAD20;
    overflow: visible;
}

.mem-center {
    width: 99vw;
    height: 73vh;
    position: fixed;
    top: 21vh;
    left: 5px;
    padding-right: 5%;
    border: 2px solid #324e71;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #FFAD20;
    overflow-y: scroll;
}

.dc-center {
    width: 100vw;
    height: 87vh;
    position: fixed;
    top: 7vh;
    left: 0;
    padding: 2%;
    overflow: hidden;
}

.dc-left {
    width: 48.5vw;
    height: 69vh;
    position: fixed;
    top: 24vh;
    left: 1vw;
    border: 1px solid black;
    border-radius: 2%;
    overflow-y: scroll;
    text-align: center;
}

.dc-right {
    width: 48.5vw;
    height: 69vh;
    position: fixed;
    top: 24vh;
    right: 1vw;
    border: 1px solid black;
    border-radius: 2%;
    overflow-y: scroll;
    text-align: center;
}

.dcbtn {
    width: 30vw;
    height: 4vh;
    text-align: center;
    font-size: 2vh
}

.timerbox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    position: fixed;
    width: 100vw;
    height: 6vh;
    top: 14.5vh;
    left: 0;
    font-size: 1.75vh;
    margin: 0;
    padding: 0;
}

.timerbtn {
    flex-grow: 1;
    color: #FFAD20;
    background-color: #324e71;
    box-shadow: 2px 2px 3px #000;
}

.timerbtn2 {
    flex-grow: 1;
    border: none;
    padding: 0;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: white;
    background-color: red;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 2px 2px 3px #000;
}

.timerbtn2:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.xbtn {
    font-size: 1.75vh;
    height: 4vh;
    width: 33vw;
    position: fixed;
    top: 90vh;
    left: 33vw;
    text-align: center;
    background-color: black;
    border-radius: 2vh;
    color: #FFAD20;
}

.key1 {
    height: 100px;
    width: 15vw;
    display: none;
    position: fixed;
    top: 22vh;
    left: 1vw;
    border: 1px solid black;
    border-radius: 1vh;
    background-color: #000;
    color: #FFAD20;
    margin-left: 1vh;
}

.key2 {
    background-color: black;
    color: #FFAD20;
    padding-left: 1.5vw;
    border-radius: 1vh;
}

.legend {
    height: 4vh;
    width: 8vw;
    position: fixed;
    top: 22vh;
    left: 1vw;
    border: 2px solid #324e71;
    border-radius: 1vh;
    background-color: #000;
    color: #FFAD20;
}

.tinfo {
    width: 60ch;
    text-align: left;
    margin: auto;
    font-family: 'Courier New', Courier, monospace;
}

.tb1 {
    width: 93vw;
}

.col1 {
    width: 19%;
    padding-left: 2%;
    text-align: center;
}

.col2 {
    width: 5%;
    text-align: center;
}

.vidmnu {
    width: 95vw;
    height: 90vh;
    position: fixed;
    top: 2vh;
    left: 2vw;
    padding-right: 5%;
    border: 2px solid #324e71;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #FFAD20;
    overflow: hidden;
}

.browdb {
    width: 50vw;
    height: 60vh;
    margin: auto;
    position: absolute;
    top: 20vh;
    left: 25vw;
    overflow-y: scroll;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2vh;
    border: 2px solid black;
}

.modl {
    z-index: 3;
    display: none;
    position: fixed;
    top: 22vh;
    left: 24vw;
    height: 40vh;
    width: 50vw;
    border: 3px solid rgb(15, 3, 70);
    background-color: darkslategray;
    color: darkgreen;
    font-family: monospace;
}

.modl-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 36vh;
    width: 47vw;
    margin: 1.5vh 1.5vw;
    padding: 1.5vh;
    background-color: lightskyblue;
    font-family: monospace;
    font-size: 2vh;
    overflow-y: scroll;
}

.ubtn {
    height: auto;
    width: 30vw;
    background-color: black;
    color: #FFAD20;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2vh;
    text-align: left;
    padding-left: 2vw;
}

.tulbtn {
    height: auto;
    width: 20vw;
    background-color: blue;
    color: #FFAD20;
}

table {
    font-family: 'Courier New', Courier, monospace;
    border-collapse: collapse;
    width: 100%;
}

tr:nth-child(even) {
    background-color: #fff;
}

.ulbtn {
    background-color: #324e71;
    color: #FFAD20;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
}

.usrlist {
    height: 72vh;
    width: 40vw;
    display: none;
    position: fixed;
    top: 21vh;
    left: 30vw;
    border: 2px solid #324e71;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #FFAD20;
    background-color: darkcyan;
    overflow-y: scroll;
    margin: 2vh 2vw;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2vh;
    z-index: 9;
}

.adm-left {
    width: 48vw;
    height: 15vh;
    position: fixed;
    top: 6vh;
    left: 1vw;
    text-align: center;
    border: 2px solid black;
    z-index: 1;
}

.adm-right {
    width: 48vw;
    height: 15vh;
    position: fixed;
    top: 6vh;
    left: 50vw;
    text-align: center;
    border: 2px solid black;
    z-index: 1;
}

.modxit {
    display: inline-block;
    border: 1px solid #fff;
    background-color: #324e71;
    color: #FFAD20;
    font-size: 2vh;
    margin: 1vh 1vw;
    padding: 0.5vh 0.5vw;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
}

.z9 {
    z-index: 9;
}

.z5 {
    z-index: 5;
}
.vol{
    width: 80vw;
    height: 91vh; 
    display: fixed;
    top: 6vh;
    left: 10vw;
    color:black;
    overflow-y:scroll;
    font-size:2vh;
    border: 2px green solid;
}
.btn-group .button {
    background-color: #324e71; 
    border: 1px solid white;
    color: white;
    padding: 5% 10%;
    text-align: center;
    text-decoration: none;
    font-size: 2vh;
    cursor: pointer;
    width: 100%;
    display: block;
  }
  
  .btn-group .button:not(:last-child) {
    border-bottom: none; /* Prevent double borders */
  }
  
  .btn-group .button:hover {
    background-color: #3e618e;
  }
