@charset "utf-8";
/* CSS Document */
body{
    font-family: Figtree, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    overflow-x: hidden;
    margin: 0;
}
a{
    text-decoration: none;
    color: black;
}
button{
    background: none;
    border: solid 1px black;
}
.hha h2{
    font-size: 2.2em;
}
.hha{
    padding-bottom:20px;
    padding-left: 10px;
    padding-top: 5px;
}
.buttons{
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 10px;
    margin-top: 20px;
}
.exp-buttons{
    display: flex;
}
.exp-button{
    width: 55px;
    height: 30px;
    padding: 4px;
    margin-right: 8px;
}
.exp-button{
    width: 55px;
    height: 30px;
    padding: 4px;
    margin-right: 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.15s ease-out;
}
.exp-button:hover{
    background: black;
    color: white;
}
.users-button{
    color: #fff;
    background: #00ABFF;
    width: 375px;
    height: 35px;
    border:none;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.15s ease-out;
}
.users-button:hover{
    background: #00526F;

}
main{
    background: rgba(165,189,215);
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    /* padding: 275px 25px;
    margin: 0 -10px; */
}
/* main1{
    background: url("image/rrr.jpg");
    justify-content: center;
    display: flex;
    flex-direction: column;
} */
.block-info{
    background: #fff;
    width: calc(95vw);
    margin-left: calc(1vw + 6px);
    height: 1030px;
    overflow: hidden;
    border-radius: 4px;
}
.block-info2{
    background: #fff;
    width: calc(40vw + 10px);
    height: 500px;
    padding: 10px 30px 10px 20px;
    margin: 0 calc(27vw - 25px);
    border-radius: 4px;
}
.block-info2 input{
    border: 2px solid #9E9E9E;
    border-radius: 5px;
}

.block-info1{
    position: relative;
    background: #fff;
    width: calc(95vw);
    height: auto;
    border-radius: 4px;
}
.block-infotest{
    height: 300px;
}
.block-info-4{
    background: #fff;
    width: calc(95vw);
    margin-left: calc(1vw + 4px);
    height: 1050px;
    border-radius: 4px;
}
form{
    padding: 1.5rem;
    overflow-x: hidden;
}
table{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.thead{
    font-size: 22px;
    height: 65px;
    border-bottom: 1px solid black;
    background: #00ABFF;
}
.thead input{
    border-radius: 3px;
    border: 1px #8C8C8C solid;
}
.thead th{
    border-right: 1px solid black;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 2px solid black;
}
.tbody td{
    padding: 20px 15px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}
.tbody td > a{
    display: block;
}

.tbody tr{
    border-bottom-color:#000000;
    border-bottom: 1px solid black;
    text-align: center;
    transition: 0.15s ease;
}
.tbody tr:hover{
    background: #868686;
    border-bottom: 1px solid black;
}
.tbody1 td{
    padding: 15px 20px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.tbody1 tr{
    border-bottom-color:#000000;
    border-bottom: 1px solid black;
    text-align: center;
    transition: 0.15s ease;
}
.tbody1 tr:hover{
    background: #868686;
    border-bottom: 1px solid black;
}
.tbody2 td{
    padding: 15px 20px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.tbody2 tr{
    border-bottom-color:#000000;
    border-bottom: 1px solid black;
    text-align: center;
    transition: 0.15s ease;
}
.tbody2 tr:hover{
    background: #868686;
    border-bottom: 1px solid black;
}

.return-button {
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid black;
    background: none;
    cursor: pointer;
    outline: 0;
    top:10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#arrow-button {
    position: absolute;
    width: 0;
    height: 0;
    border-right: 13px solid black;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 12px;
    left: 10px;
}

.return-button:hover #arrow-button {
    border-right-color: green;
}

.return-button:hover {
    border-color: green;
}

.to-go-button {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid black;
    background: none;
    cursor: pointer;
    outline: 0;
    left:3px;
    box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.5);
    transition: 0.25s ease;
}
#button-help{
    position: sticky;
    max-width: 500px;
    right: 0;
    background: white;
    border-right: none;
    border-bottom: none;
    box-shadow: 3px 3px 17px 1px rgba(0,0,0,0.5)
}
#arrow-button-r {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid black;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    bottom: 13px;
    left: 16px;
}

.to-go-button:hover #arrow-button-r {
    border-left-color: green;
}

.to-go-button:hover {
    border-color: green;
    box-shadow: 2px 2px 12px 1px green;
}

.academia{
    color: white;
    text-align:right;
    font-weight: bold;
    position: relative;
    bottom:90px;
    padding-right: 70px;
    border-left: 6680px solid black transparent;
}
.academia p1{
    text-align:left;
}
.academia p{
    font-size: 0.7em;
    text-align:right;color: white;
}
.academia h1{
    font-size: 0.8em;
    text-align:right;color: white;

}
.academia img{
    position: relative;
    left: 115px;
    top: 90px;

}

.backplate{
    width: 780px;
    height: 95px;
    background-color: #495931;
    padding-right: 20px;
    padding-bottom: 3px;
    color: white;
    transition: 0.45s ease;
    box-shadow: 1px 2px 7px 3px rgba(0,0,0,0.5);
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
    position: absolute;
    right: 5px;
    top: 85px;

}
.backplate:hover{
    box-shadow: 3px 4px 16px 3px rgba(0,0,0,0.5);
}
.mo-text{
    position: absolute;
    width: 500px;
    height: 0;
    color: white;
    right: 435px;
    top: 120px;
    font-size: 0.8em;
}

.print-button{
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 10px;
    top: 75px;
    padding: 10px;
    width: 140px;
    height: 25px;
    background: #00ABFF;
    border-radius: 9px;
    color:white;
    cursor: pointer;
    font-size: 23px;
    transition: 0.2s ease;
}
.print-button:hover{
    background: #00526F;
}
.dowd-button{
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 180px;
    top: 20px;
    padding: 10px;
    width: 110px;
    height: 25px;
    background: #00ABFF;
    border-radius: 9px;
    color:white;
    cursor: pointer;
    font-size: 23px;
    transition: 0.2s ease;
}
.dowd-button:hover{
    background: #00526F;
}

.edit-type{
    width: 100%;
    height: 50px;
    padding: 25px 0;
}
.edit-save{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 20px;
    border:none;
    cursor: pointer;
    border-radius: 5px;
    background-color: #00ABFF ;
    transition: 0.15s ease;
}
.edit-save:hover{
    background: #00526F;
}
@media screen and (max-width:1050px){
    .block-info1{
        width: calc(100vw);
        height: 1950px;
        font-size: 16px;
    }
}
@media screen and (max-width:1200px){
    .block-info1{
        width: calc(100vw);
        height: auto;
        font-size: 20px;
    }

}@media screen and (max-width:1400px){
    .block-info1{
        width: calc(96vw);
        height: auto;
        font-size: 20px;
    }
}
.large-table-container-1 {
    max-width: auto;
    overflow-x: scroll;
    overflow-y: auto;
}
.large-table-container-1 table{

}

.option-button {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid black;
    background: none;
    cursor: pointer;
    outline: 0;
    left: calc(2vw - 20px);
    transition: 0.25s ease;
}
.option-button:hover {
    border-color: green;
    box-shadow: 2px 2px 12px 1px green;
}
.option-button:hover #tri-down{
    position: relative;

    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 0;
    border-bottom: 25px solid black;
    border-bottom-color: green;
}
#tri-up {
    position: relative;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid black;
    left: 15px;
    top: 20px;
}
#tri-down {
    position: relative;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid black;
    left: 15px;
    top: 20px;
}
.login-block{
    background: rgba(0,0,0,0.7);
    width: calc(40vw + 10px);
    height: 350px;
    padding: 10px 30px 10px 20px;
    margin: 0 calc(27vw - 20px);
    border-radius: 4px;
}
.login-block input{
    border: 2px solid #9E9E9E;
    border-radius: 5px;
}
.login-block-out{
    transform: translateY(-25px);
    height: 150px;
    padding: 0 0 100px 0;
    margin: calc(23vh - 15px) 0;
    background: none;
}
.textcyber{
    font-family: 'DaysSansBlack';
}
footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.filter{
    padding-right: 50px;

}
