html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #8A9A5B;
}

html {
  position: relative;
  min-height: 100%;
}


.error-msg-login ul {
   list-style-type:none;
   padding:0;
}
* {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none;
    outline: 0;
    appearance: none;
    list-style-type: none;
}


/* SIDENAV STYLE START */
.sidenav {
    width: 100%;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background-color: white;
    padding-top: 10px;
    transition: 0.5s;
    list-style-type: none;
    padding-left: 0;
}

.nestedList {
    list-style-type: none;
 
}

    .nestedList li a {
        font-size: 0.85rem;
    }
        .nestedList li a:hover {
            color: #afe4a9;
        }

    .pointer-cursor {
        cursor: pointer;
    }

/* The navigation menu links */
.sidenav a {
    padding: 5px 0px 0px 10px;
    text-decoration: none;
    font-size: 17px;
  
    display: block;
    transition: 0.3s;
    font-weight: 700;
}

.sidenav .title {
    cursor: default;
    color: #717343;
}

/* SIDENAV STYLE END */

/** ADD ADMIN ACCOUNT FORM STYLE START*/

.form-personnel,.form-admin{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 20px;
    box-sizing: border-box;
    height: 400px;
    padding: 20px;
    width: 30%;
}

.title {
    color: #000;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align:center;
}

.index-message {
    font-weight: 700;
    color: #000;
}

.input-container {
    height: 50px;
    position: relative;
    width: 100%;
}

.input-container-1 {
    margin-top: 40px;
}

.input-container-2 {
    margin-top: 30px;
}

.input, .input-create-admin, .input-create-personnel {
    border-radius: 4px;
    border: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 100%;
    border: 1px solid #005600;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.form-select-create-personnel {
    border-radius: 4px;
    border: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border: 1px solid #005600;
}



.form-select-ADV , .form-select-com{
    border-radius: 4px;
    border: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    height: 100%;
    outline: 0;
    width: 55%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.input-container .icon-eye {
    position: absolute;
    right: 40px;
    font-size: 1.2em;
    color: #717343;
    line-height: 50px;
    border-right: 1px solid green;
    padding-right: 10px;
}

.input-container .icon-copy {
    position: absolute;
    right: 9px;
    font-size: 1.2em;
    color: #717343;
    line-height: 50px;
}

    .input-container .icon-eye:hover, .input-container .icon-copy:hover {
        color: limegreen;
    }

.placeholder {
    color: #65657b;
    font-family: sans-serif;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 20px;
}

.submit {
    background-color: #717343;
    border-radius: 4px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    outline: 0;
    text-align: center;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.form-personnel .submit {
    margin-top: 38px;
}

.form-admin .submit {
    margin-top: 70px;
}
.submit:hover {
    background-color: #8A9A5B;
}

.success-msg {
    background-color: #dbfedb;
    width: 22%;
    padding: 10px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

/** ADD ADMIN ACCOUNT FORM STYLE END*/

.patchNote {
    max-width: 800px;
    margin: 50px auto;
}


.patchNote-form .form-field {
    position: relative;
    margin: 25px 0;
}

.patchNote-form .input-text, .patchNote-form .select-list {
    display: block;
    width: 100%;
    height: 36px;
    border-color:#005600;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    border-radius: 4px;
    padding: .375rem 2.25rem .375rem .75rem;
}

    .patchNote.input-text:focus {
        outline: none;
    }

.patchNote .label {
    transform: translateY(-24px);
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    cursor: text;
}

.patchNote .label-area {
    font-size: 18px;
}

.patchNote-form .details-area {
    display: block;
    width: 100%;
    height: 200px;
    border-color: #005600;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    border-radius: 4px;
    padding: .375rem 2.25rem .375rem .75rem;
    resize: none;
}

.submit-btn-patchNote {
    background-color: #717343;
}