.calendar-input{
    width: 100%;
}


.react-select__control {
    height: 48px;
    border-radius: 2px !important;
    border: 1px solid;
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}


.react-select__control:hover{
    color: #FFF;
}


.react-select__menu {
    border-radius: 2px !important;
}

.calendar-input{
    width: 100%;
}

.flex-container {
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
    width: 100%;
}

.date-filter {
    width: 80px;
}

.stat-table-container {
    width: auto;
    overflow-x: auto;
}


.stat-table{
    margin-left: auto;
    font-size: 14px;
    border-collapse: separate;
    table-layout: auto;
}

.stat-table tr,td{
    text-align: center;
}

.table-title{
    font-size: 20px;
    margin-bottom: 0.5rem;
    font-weight: bolder;
}

.stat-title{
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.mt-1_5rem{
    margin-top: 1.5rem;
}

.stat-sticky{
    background-color: rgb(255,255,255);
    position: -webkit-sticky;
    position: sticky;
    height: 50px;
    top:0;
}

.geolocation{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left:10px;
    padding-bottom: 10px;
    gap: 10px;
}

.geolocation p{
    border-bottom: 1px solid #d9dee1;
}

.personal-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    column-gap: 30px;
    padding: 10px;
}

.personal-list p, li{
    border-bottom: 1px solid #d9dee1;
}

.box{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    padding: 10px;
}

.react-table {
    font-size: 14px;
    border-collapse: separate;
    text-align: start;
    table-layout: auto;
    width: 100%;
    font-size: 14px;

}

.personal-list {
    display: grid;
    grid-template-columns: 200px 200px;
    gap: 10px;
    padding: 10px;
}

.personal-list p, li{
    border-bottom: 1px solid #d9dee1;
}

.box{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    padding: 10px;
}
.react-head {
    position: sticky;
    top: 0%;
    background-color: #ffffff;
    z-index: 1;
}

.title404{
    text-align: center;
    font-size: 50px;
    line-height: 1.5em;
    letter-spacing: 2px

}

.container404{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-right: auto;
}

.test1 td{
    font-size: 0.5vw;
    word-wrap: break-word
}


.logs_dir {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../icon/dir.svg) no-repeat top left;
    background-size: cover;
}


.logs_file {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../icon/file.svg) no-repeat top left;
    background-size: cover;
}


.react-datepicker-popper {
    z-index: 2 !important;
}


