
::-webkit-scrollbar { width: 4px;  }  
::-webkit-scrollbar-track { background: none !important; }
::-webkit-scrollbar-thumb { background-color: rgb(170, 130, 20);  }
::-webkit-scrollbar-button { display: none;  }
*:focus { outline: none; }


@font-face {
    font-family: 'PlayRegular';
    src: url('/static/libraries/fonts/Play-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    /* background:linear-gradient(45deg, rgb(99, 47, 47), rgb(187, 163, 32)); */
    background-image: url(/static/imgs/jungle-bg.jpg);

    color:white;
    font-family: 'PlayRegular', sans-serif; 
    min-height:100vh;
}




.tab-btn{
    background-color: #d0d0d01f;
    border-radius: 10px 10px 0 0;
    border: none;
    flex-grow: 1;
    margin: 2px;
    color: white;
    font-size: 1.5em;
    text-transform: capitalize;
}
.tab-btn-active{
    background-color: #d0d0d0a1;
    border-radius: 10px 10px 0 0;
    border: none;
    flex-grow: 1;
    margin: 2px;
    color: white;
    font-size: 1.5em;
    text-transform: capitalize;
}

.tabs-btn-wrap{
    width:100%;
    display:flex;
    justify-content: space-evenly;
}


.data-table{
    width:100%;
}

.data-table input{
    width: 100%;
    background-color: #ffffffc2;
    border: none;
    padding: 0.1em;
    text-align: center;
    border-radius: 1em;
}
.btn-cirlce{
    border-radius: 3em;
}