html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.apps-header{
    position: relative;
    width: 100%;
    height: 7%;
    background-color: #003366;
}
.w-orange{
    background-color:orange;
}
.font-lexend{
    font-family: "Lexend Giga", serif !important;
}
.font-normal{
    font-size: 0.7vw !important;
}
.font-small{
    font-size: 0.55vw !important;
}
.font-medium{
    font-size: 0.8vw !important;
}fo
.font-big{
    font-size: 1vw !important;
}
.font-white{
    color: white !important;
}
.font-black{
    color: black;
}
.display-flex{
    display: flex !important;
}
.display-block{
    display: block !important;
}
.flex-column{
    flex-direction: column;
}
.flex-start{
    justify-content: flex-start !important;
}
.flex-end{
    justify-content: flex-end !important;
}
.flex-center{
    justify-content: center !important;
}
.flex-between{
    justify-content: space-between !important;
}
.flex-arround{
    justify-content: space-around;
}
.flex-wrap{
    flex-wrap: wrap;
}
.align-center{
    align-items: center !important;
}
.align-start{
    align-items: flex-start !important;
}
.align-end{
    align-items: flex-end !important;
}
.h-5{
    height: 5%;
}
.h-7{
    height: 7%;
}
.h-10{
    height: 10%;
}
.h-20{
    height: 20% !important;
}
.h-25px{
    height: 25px !important;
}
.h-25{
    height: 25%;
}
.h-30{
    height: 30%;
}
.h-35{
    height: 35%;
}
.h-40{
    height: 40% !important;
}
.h-45{
    height: 45% !important;
}
.h-50{
    height: 50% !important;
}
.h-60{
    height: 60% !important;
}
.h-65{
    height: 65% !important;
}
.h-70{
    height: 70%;
}
.h-80px{
    height: 80px !important;
}
.h-80{
    height: 80% !important;
}
.h-82{
    height: 82% !important;
}
.h-85{
    height: 85% !important;
}
.h-90{
    height: 90% !important;
}
.h-94{
    height: 94% !important;
}
.h-96{
    height: 96% !important;
}
.h-95{
    height: 95% !important;
}
.h-100{
    height: 100%;
}
.h-100px{
    height: 100px !important;
}
.h-120px{
    height: 120px !important;
}
.h-200px{
    height: 200px !important;
}
.max-height{
    max-height: 100%;
}
.box-border{
    box-sizing: border-box;
}
.flex-shrink-0{
    flex-shrink: 0 !important;
}
.h-100px{
    height: 100px;
}
.w-20{
    width: 20%;
}
.w-25{
    width: 25%;
}
.w-30{
    width: 30%;
}
.w-40{
    width: 40%;
}
.w-60{
    width: 60%;
}
.w-70{
    width: 70%;
}
.w-90{
    width: 90% !important;
}
.w-100{
    width: 100%;
}
.w-25{
    width: 25%;
}
.w-50{
    width: 50%;
}
.w-80{
    width: 80% !important;
}
.w-100px{
    width: 100px !important;
}
.w-200px{
    width: 200px !important;
}
.gap-10{
    gap: 10px;
}
.gap-20{
    gap: 20px;
}
.p-10{
    padding: 10px;
}
.p-5px{
    padding: 5px !important;
}
.gap-5px{
    gap: 5px;
}
.p-left-10{
    padding-left: 10px;
}
.p-right-10{
    padding-right: 10px;
}
.margin-left-10{
    margin-left: 10px;
}
.rounded-10{
    border-radius: 10px;
}
.login-container{
    display: flex;
    height: 93%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.borders{
    border: 1px solid rgba(0,0,0,0.1) !important;
}
.white-borders{
    border:1px solid rgba(255,255,255,0.1) !important;
}
.login-form{
    width: 40%;
    height: 50%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.apps-container{
    width: 100%;
    height: 93%;
    display: flex;
}
.menu-kiri{
    position: relative;
    width: 15%;
    height: 100%;
    background-color: #2C3E50;
}
.button-kiri{
    position: absolute;
    top: 10px;
    right: 10px;
    rotate: 90deg;
    border-radius: 50%;
    cursor: pointer;
}
.button-kiri2{
    position: absolute;
    top: calc(7% + 10px);
    left: -10px;
    rotate: -90deg;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 9999;
}
.btn:hover{
    background-color: #1ABC9C !important;
}
.btn.active{
    background-color: #1ABC9C !important;
}
.circle{
    border-radius: 50%;
}
.user-box{
    width: 100%;
    height: fit-content;
}
.user-image{
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
}
.button-container{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.btn-command{
    display: flex !important;
}
.dropdown-container{
    width: 100%;
    height: fit-content;
}
.section-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.display-hidden{
    display: none;
}
.section-data{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    gap: 10px;
    width: 100%;
    height: 100%;
}
.section-data-mobile{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    gap: 10px;
    width: 100%;
    height: 100%;
}
.section-data-mobile-2{
    display: none;
}
.data-container-pc{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.data-table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
    overflow: scroll;
}
.overflow-x-auto{
    overflow-x: auto !important;
}
.overflow-x-hidden{
    overflow-x: hidden !important;
}
.overflow-y-auto{
    overflow-y: auto !important;
}
.overflow-y-hidden{
    overflow-y: hidden !important;
}
thead th{
    position: sticky;
    top: 0;
    z-index: 100;
    color: white !important;
}
th{
    height: 30px;
    padding: 5px;
    border: 1px solid black !important;
    text-align: center !important;
    background-color: #2D3E50;
    white-space: nowrap;
    color: white;
}
td{
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.1) !important;
    white-space: nowrap;
}
td:focus{
    background-color: #1ABC9C !important;
    color: white;
}
td input:focus{
    background-color: #1ABC9C !important;
    color: white;
}
td select:focus{
    background-color: #1ABC9C !important;
    color: white;
}
.bg-red{
    background-color: rgba(255,0,0,0.8);
}
td textarea:focus{
    background-color: #1ABC9C !important;
    color: white;
}
.no-border{
    border:none !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.text-center{
    text-align: center !important;
}
.display-none{
    display: none !important;
}
#myTable thead span{
    cursor: pointer;
}
tr:nth-child(even){
    background-color: lavender !important;
}
.table-group tr:nth-child(even){
    background-color: lavender !important;
}
.section-header{
    background-color: #2D3E50;
    color: white;
}
.form-control{
    background-color: transparent !important;
}
.burger-container{
    display: none;
}
.border-white{
    border: 1px solid white;
}
.border-soft{
    border: 1px solid rgba(0,0,0,0.1);
}
.p-right-10{
    padding-right: 10px !important;
}
.mobile-only{
    display:none;
}
.header-card{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: center !important;
    overflow: hidden;
}
.back-button{
    display: none;
}
.position-fixed{
    position:fixed;
}
.position-absolute{
    position:absolute;
}
.position-relative{
    position: relative;
}
.dashboard-header{
    border-top-right-radius: 30px;
}
.dashboard-footer{
    position: absolute;
    bottom: 0px;
    height: 50px;
    left: 0px;
    background-color: rgba(0,0,0,0.7);
}
.transparant{
    background-color: rgba(0,0,0,0);
}
.dashboard-mobile {
  transition: all 0.5s ease-in-out;
}
.dashboard-mobile{
    animation: mobile_dashboard_masuk 0.3s ease-in;
}
.mechanic-footer{
    display: none;
}
.expand-button{
    position: absolute;
    bottom: -10px;
    right: 5px;
}
.activity-detail {
    height: 136px;
    transition: height 0.3s ease;
    overflow: hidden;
    background-image: url('../assets/bg1.webp');
    background-size: cover;
    background-position: top;
}
.modal-pc{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anak-modal{
    animation: masuk2 0.3s ease-in;
}
.close-button{
    position: absolute;
    top: 10px;
    right: 10px;
}
.cursor-pointer{
    cursor: pointer;
}
img[name='img-button'] {
    transition: transform 0.3s ease;
}
.tab-performance{
    animation: mobile_dashboard_masuk 0.3s ease-in;
}
.fullscreen-button{
    position: absolute;
    top: calc(0% + 5px);
    right: 10px;
    background-color: transparent !important;
    z-index: 9999;
}
@media(max-width:2000px){
    .menu-kiri{
        width: 20%;
    }
    .font-normal{
        font-size: 0.7vw;
    }
    .font-small{
        font-size: 0.6vw;
    }
}
@media(max-width:1200px){
    .mechanic-footer{
        display: flex;
        top:95%;
        left: 0px;
    }
    .fullscreen-button{
        display: none !important;
        position: absolute;
        bottom: 10px;
        right: 10px;
        height: 40px;
    }
    .button-kiri{
        display: none;
    }
    .button-kiri2{
        display: none;
    }
    .close-button{
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    .modal-1{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .modal-form{
        position: relative;
        width: 95%;
        background-color: rgba(255,255,255,0.7);
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 10px;
    }
    .data-asset{
       height: 70px;
       overflow: hidden;
       margin-bottom: 5px;
    }
    .margin-bottom-10{
        margin-bottom: 10px !important;
    }
    .img-group{
        object-fit: cover;
        object-position: center;
    }
    .down-button{
        position: absolute;
        right: 0px;
        background-image: url("../assets/down.png");
        background-size: cover;
        background-position: center;
        height: 20px;
        width: 20px;
    }
    .imgData{
        object-fit: cover !important;
        object-position: center !important;
        height: 100px;
        border-radius: 10px;
    }
    .menu-kiri{
        display: none;
        position: fixed;
        left: 0px;
        width: 100%;
        height:100%;
        z-index: 9999;
    }
    .add-button{
        position: absolute;
        right: 10px;
    }
    .back-button{
        display: block;
        position: fixed;
        top: calc(100% - 32px);
        right: 2px;
        height: 30px;
        width: 30px;
        background-image: url('../assets/back.png');
        background-size: cover;
        background-position: center;
    }
    .button-container{
        height: calc(93% - 100px);
    }
    .burger-container{
        display: flex;
        height: fit-content !important;
    }
    .login-form{
        height: 100%;
        width: 100%;
    }
    .font-small{
        font-size: 2vw !important;
    }
    .font-extra-small{
        font-size:1.5vw !important;
    }
    .font-normal{
        font-size: 2.5vw !important;
    }
    .font-medium{
        font-size: 3vw !important;
    }
    .font-big{
        font-size: 4vw !important;
    }
    .section-data{
        display: none;
    }
    .section-data-mobile{
        display: flex;
    }
    .section-data-mobile-2{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px;
        gap: 10px;
        width: 100%;
        height: 100%;
    }
    .mobile-only{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
        padding: 10px;
        gap: 10px;
    }
    .data-container{
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        overflow-y: auto;
        overflow-x: hidden;
        min-height: 70px !important;
    }
    .card-user{
        border-radius: 10px;  
        height: fit-content !important; 
    }
    table{
        border: none !important;
    }
    td{
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    }
}
@keyframes geser_kiriA{
    0%{transform: translateX(100%);}
    100%{transform: translateX(0%);}
}
@keyframes geser_kananA{
    0%{transform: translateX(0%);}
    100%{transform: translateX(100%);}
}
@keyframes naik{
    0%{
        transform: translateY(10px);
        opacity: 0;
    }
    100%{
        transform: translateY(-10px);
        opacity: 1;
    }
}
@keyframes turun{
    0%{
        transform: translateY(-10px);
        opacity: 0;
    }
    100%{
        transform: translateY(10px);
        opacity: 1;
    }
}
@keyframes geser_kiri{
    0%{
        transform: translateX(0px);
        opacity: 1;
    }
    100%{
        transform: translateX(-100px);
        opacity: 0;
    }
}
@keyframes geser_kanan{
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    100%{
        transform: translateX(0%);
        opacity: 1;
    }
}
@keyframes masuk{
    0%{
        opacity: 0;
        transform: translateY(-50px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes mobile_dashboard_masuk{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes masuk2{
    0%{
        transform: scale(0.8);
    }
    100%{
        transform: scale(1);
    }
}