@font-face {
    font-family: Poppins-Regular;
    src: url(/Assets/fonts/poppins/Poppins-Regular.ttf);
}

.pattern {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #e5e5f7;
    opacity: 0.04;
    background-image: linear-gradient(135deg, #444cf7 25%, transparent 25%), linear-gradient(225deg, #444cf7 25%, transparent 25%), linear-gradient(45deg, #444cf7 25%, transparent 25%), linear-gradient(315deg, #444cf7 25%, #e5e5f7 25%);
    background-position: 10px 0, 10px 0, 0 0, 0 0;
    background-size: 10px 10px;
    background-repeat: repeat;
}

.footer {
    position: fixed;
    bottom: 0px;
    margin: auto;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}

.loadingbar-cover {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    z-index: 10;
    background-color: red;
    background-color: rgb(128, 128, 128, 0.54);
}

    .loadingbar-cover img {
        position: absolute;
        top: 45%;
        margin: auto;
        width: 70px;
        animation: animasiloadingbar 1s infinite linear;
    }


@keyframes animasiloadingbar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.hide {
    display: none;
}

.show {
    display: block;
}

.panelcover-hide {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
}

.panelcover-show {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    background-color: rgb(128, 128, 128, 0.54);
    z-index: 5;
}

html {
    font-size: 14px;
    font-family: Poppins-Regular, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    background: rgb(17,218,204);
    background: linear-gradient(0deg, rgba(17,218,204,1) 0%, rgba(6,112,105,1) 100%);
}

.panelcover-hide {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
}

.panelcover-show {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    background-color: rgb(128, 128, 128, 0.54);
    z-index: 2;
}

.headerpanelpesan {
    position: relative;
    top:-14px;
    left: 0px;
    right: 0px;
    height: 50px;
    background-color: #FFCC00;
    text-align: right;
    border-radius: 20px 20px 0px 0px;
}

.panelpesan-hide {
    position: relative;
    top: 300px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
    width: 500px;
    height: 300px;
    background-color: white;
    border: 1px dashed orange;
    border-radius: 20px;
    z-index: 3;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
}

.panelpesan-show {
    position: relative;
    top: 20%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    width: 500px;
    height: 300px;
    background-color: white;
    border: 1px dashed orange;
    border-radius: 20px;
    z-index: 3;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    animation: animasipanelpesan 0.2s linear;
}

.iconpesan {
    position: relative;
    top: 15%;
    left: 5%;
    width: 15%;
}

.isipesan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    left: 25%;
    right: 10%;
    top: 0px;
    bottom: 20px;
    margin: auto;
    text-align: center
}

@keyframes animasipanelpesan {
    0% {
        transform: scale(0.5)
    }

    50% {
        transform: scale(1.1)
    }
}

.nav {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: left;
    background-color: transparent;
    width: 100%;
    height: 80px;
    padding-left: 10%;
    padding-top: 20px;
    z-index: 5;
}

.nav-content {
    position: absolute;
    right: 20%;
    text-align: right;
    margin-top: 10px;
}

ul {
    padding-right: 20%;
}

li {
    display: inline;
    padding: 10px;
    color: white;
}

.tombolmenu {
    display: none;
}

.logo-content {
    margin-top: 3px;
    width: 100px;
    height: 100px;
}

.namaperusahaan {
    position: absolute;
    margin-left: 140px;
    margin-top: 0px;
    font-size: 20px;
}

.alamatperusahaan {
    position: absolute;
    margin-left: 140px;
    margin-top: 25px;
    font-size: 10px;
}

.login-panel {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    top: 0px;
    bottom: 0px;
    left: 20%;
    right: 20%;
    background-color: transparent;
}

.login-panel-item {
    width: 500px;
    height: 300px;
    margin: auto;
    background-color: transparent;
}

.login-panel-item-input {
    position: relative;
    border-radius: 20px;
    background-color: #ffffff;
    padding-top: 3%;
    padding-bottom: 5%;
    height: 300px;
}

.btnstandard-holder {
    position: absolute;
    width: 100%;
    background-color: transparent;
    bottom: 30px;
    right: 0px;
    margin: auto;
    text-align: center;
}

.btn-login-holder {
    position: absolute;
    width: 100%;
    background-color: transparent;
    bottom: 30px;
    right: 15%;
    margin: auto;
    text-align: right;
}

.btn_standard {
    border: none;
    margin: auto;
    border-radius: 15px;
    height: 45px;
    width: 100px;
    background-color: #FFCC00;
    color: black;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.garistengah-panellogin {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #FFCC00;
    width: 2px;
    height: 50%;
}

.selamatdatang {
    font-family: 'Edwardian Script ITC';
    color: #006837;
    font-size: 60px;
    text-align: center;
    line-height: 20px;
    width: 500px;
}

    .selamatdatang img {
        width: 200px;
        padding: 0px;
    }

.diaplikasi {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: aliceblue;
    text-decoration: none;
}

.divinputstyle {
    line-height: 30px;
    background-color:transparent
}

.textboxstyle {
    width: 70%;
    height: 40px;
    border: 0.5px solid rgb(128,128,128,0.4);
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
}

.labelket {
    position: absolute;
    left: 14%;
    right: 0px;
    margin: auto;
    margin-top: 30px;
    font-weight: normal;
    color: lightslategray;

}

@media (min-width:1700px) {
    .login-panel {
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        top: 0px;
        bottom: 0px;
        left: 15%;
        right: 15%;
        background-color: transparent;
    }

    .login-panel-item {
        width: 450px;
        height: 300px;
        margin: auto;
        background-color: transparent;
    }

    .login-panel-item-input {
        position: relative;
        border-radius: 30px;
        background-color: #ffffff;
        padding-top: 3%;
        padding-bottom: 5%;
        height: 350px;
        width: 550px;
    }

    .garistengah-panellogin {
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto;
        background-color: #FFCC00;
        width: 2px;
        height: 50%;
    }

    .selamatdatang {
        font-family: 'Edwardian Script ITC';
        color: #006837;
        font-size: 60px;
        text-align: center;
        line-height: 35px;
        height: 380px;
        width: 550px;
    }

        .selamatdatang img {
            width: 200px;
            padding: 0px;
        }

    .diaplikasi {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 20px;
        color: aliceblue;
        text-decoration: none;
    }

    .divinputstyle {
        line-height: 30px;
        background-color:transparent;
    }

    .textboxstyle {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .labelket {
        position: absolute;
        left: 15%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: lightslategray;
    }
}

@media (min-width:1024px ) and (max-width:1699px) {
    .login-panel {
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        top: 0px;
        bottom: 0px;
        left: 0%;
        right: 0%;
        background-color: transparent;
    }

    .login-panel-item {
        width: 450px;
        height: 300px;
        margin: auto;
        background-color: transparent;
    }

    .login-panel-item-input {
        position: relative;
        border-radius: 30px;
        background-color: #ffffff;
        padding-top: 3%;
        padding-bottom: 5%;
        height: 350px;
        width: 500px;
    }

    .garistengah-panellogin {
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto;
        background-color: #FFCC00;
        width: 2px;
        height: 50%;
    }

    .selamatdatang {
        font-family: 'Edwardian Script ITC';
        color: #006837;
        font-size: 60px;
        text-align: center;
        line-height: 35px;
        width: 500px;
    }

        .selamatdatang img {
            width: 200px;
            padding: 0px;
        }

    .diaplikasi {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 20px;
        color: aliceblue;
        text-decoration: none;
    }

    .divinputstyle {
        line-height: 30px;
    }

    .textboxstyle {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .labelket {
        position: absolute;
        left: 15%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: lightslategray;
    }
}

@media (min-width:768px ) and (max-width:1023px) {
    .login-panel {
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        top: 0px;
        left: 0%;
        right: 0%;
        background-color: transparent;
    }

    .login-panel-item {
        width: 350px;
        height: 200px;
        margin: auto;
        background-color: transparent;
    }

    .login-panel-item-input {
        position: relative;
        border-radius: 30px;
        background-color: #ffffff;
        padding-top: 3%;
        padding-bottom: 5%;
        height: 280px;
    }

    .garistengah-panellogin {
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto;
        background-color: #FFCC00;
        width: 2px;
        height: 50%;
        display: none;
    }

    .selamatdatang {
        font-family: 'Edwardian Script ITC';
        color: #006837;
        font-size: 60px;
        text-align: center;
        line-height: 17px;
        height: 300px;
    }

        .selamatdatang img {
            width: 200px;
            padding: 0px;
        }

    .diaplikasi {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 20px;
        color: aliceblue;
        text-decoration: none;
    }

    .divinputstyle {
        line-height: 30px;
    }

    .textboxstyle {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .labelket {
        position: absolute;
        left: 15%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: lightslategray;
    }
}

@media (min-width:200px ) and (max-width:767px) {
    .login-panel {
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        top: 0px;
        left: 0%;
        right: 0%;
        background-color: transparent;
    }

    .login-panel-item {
        width: 450px;
        height: 300px;
        margin: auto;
        background-color: transparent;
    }

    .login-panel-item-input {
        position: relative;
        border-radius: 30px;
        background-color: #ffffff;
        padding-top: 3%;
        padding-bottom: 5%;
        height: 350px;
    }

    .garistengah-panellogin {
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto;
        background-color: #FFCC00;
        width: 2px;
        height: 50%;
        display: none;
    }

    .selamatdatang {
        font-family: 'Edwardian Script ITC';
        color: #006837;
        font-size: 60px;
        text-align: center;
        line-height: 20px;
        height: 100px;
    }

        .selamatdatang img {
            width: 200px;
            padding: 0px;
        }

    .diaplikasi {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 20px;
        color: aliceblue;
        text-decoration: none;
    }

    .divinputstyle {
        line-height: 30px;
    }

    .textboxstyle {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .labelket {
        position: absolute;
        left: 15%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: lightslategray;
    }
}
