@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
    font-family: 'Poppins', 'sans-serif';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #00456d;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #000000;
    width: 900px;
    height: 500px;
    border-radius: 20px;
    padding: 10px;
}
.page1 {
    position: relative;
    background-color: rgb(0, 86, 167);
    height: 435px;
    top: -22px;
    width: 30%;
    border-radius: 15px 0 0 15px;
}
.page2 {
    position: relative;
    background-color: rgb(0, 86, 167);
    height: 100%;
    width: 50%;
    border-radius: 0 15px 0 15px;
}
.page3 {
    position: relative;
    background-color: rgb(0, 86, 167);
    height: 435px;
    top: 23px;
    width: 20%;
    border-radius: 0 15px 15px 0;
}
.butt1 {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    background: #000000;
    border-radius: 10px;
    height: 55px;
    width: 274px;
    z-index: 2;
}
.butt2 {
    position: absolute;
    bottom: 40px;
    left: 250px;
    background: rgb(0, 86, 167);
    height: 20px;
    width: 30px;
}
.butt3 {
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
    border-radius: 10px;
    height: 55px;
    width: 186px;
    z-index: 2;
}
.butt4 {
    position: absolute;
    top: 40px;
    right: 150px;
    background: rgb(0, 86, 167);
    height: 20px;
    width: 40px;
}
/* ============================================== */
.pestix {
    position: relative;
    top: 12px;
    left: 10px;
    height: 34px;
    width: 160px;
    padding: 5px;
    border-radius: 10px;
    background: rgb(0, 86, 167);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.exit {
    position: relative;
    top: 10px;
    left: 25px;
    height: 37px;
    width: 160px;
    padding: 5px;
    border-radius: 10px;
    background: rgb(0, 86, 167);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.icon {
    position: relative;
    top: 12px;
    left: 50px;
    height: 34px;
    width: 35px;
    padding: 5px;
    border-radius: 15px;
    background: rgb(0, 86, 167);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.opcio {
    position: absolute;
    bottom: 10px;
    left: 15px;
    height: 30px;
    width: auto;
    display: flex;
}

.opcio1,
.opcio2,
.opcio3,
.opcio4 {
    position: relative;
    height: 30px;
    width: auto;
    padding: 5px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    cursor: pointer;
}

.box1 {
    position: relative;
    margin: 10px;
    margin-left: 0;
    margin-top: 20px;
    height: 150px;
    width: auto;
    padding: 5px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.4);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box2 {
    position: relative;
    margin: 10px;
    margin-left: 0;
    margin-top: 20px;
    height: 190px;
    width: auto;
    padding: 5px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.4);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main {
    position: absolute;
    display: block;
    height: 430px;
    width: 700px;
    left: 12px;
    top: 12px;
}

.maina {
    position: absolute;
    display: block;
    height: 430px;
    width: 880px;
    left: 12px;
    top: 12px;
}
.title {
    position: relative;
    left: 15px;
    top: 5px;
    height: 40px;
    width: 300px;
    padding: 5px;
    padding-left: 10px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.4);
    color: white;
}
td {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
    color: white;
    padding: 5px;
    text-align: center;
    margin: 3px;
}
.name {
    width: 240px;
}
.category {
    width: 100px;
}
table {
    position: relative;
    top: 15px;
    left: 15px;
}
th {
    color: white;
}

.opcio div.active {
    border: 2px solid blue;
}

.opcio div:hover {
    background-color: #f0f0f0;
}

a {
    outline: none;
    color: white;
    text-decoration: none;
}

.edit {
    background: transparent;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 16px;
}


.editing {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 15px;
    background: rgb(255, 255, 255);
    z-index: 10;
}

.editname,
.editcategory,
.editdate,
.editfile,
.editnewfile {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.editbutt {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}