::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #F5F7FB;
}
  
::-webkit-scrollbar-thumb {
    background-color: rgb(180, 180, 180);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(146, 146, 146);
}

nav.navbar {
    height: 60px !important;
}

.sidebar-brand {
    padding-bottom: 0;
}

.sidebar-brand img {
    width: 50px;
    margin: 0 15px 10px 0;
}

.sidebar-brand span {
    font-family: 'Overpass', sans-serif;
    font-size: 22px;
}

.sidebar-header {
    cursor: default;
}

.card-title {
    color: #09371C;
    text-transform: uppercase;
    cursor: default;
}

a.dropdown-item:focus {
    background-color: #09371C;
    color: #fff;
}

.col-form-label {
    font-weight: 600;
}

h5.modal-title {
    font-size: 22px;
    font-weight: 600;
    cursor: default;
}

.btn-success {
    background-color: #119447 !important;
    border: none !important;
}

.btn-success:hover {
    background-color: #148443 !important;
}

.btn-outline-success {
    border: 1px solid #119447 !important;
    color: #119447 !important;
}

.btn-outline-success:hover {
    background-color: #119447 !important;
    color: #fff !important;
}

.badge.bg-success, .badge.bg-danger, .badge.bg-info, .badge.bg-warning, .badge.bg-secondary {
    font-size: 12px !important;
    cursor: default;
}

div.card.flex-fill {
    overflow-x: scroll;
    overflow-y: hidden;
}

li.breadcrumb-item a:hover {
    color: #4E89DF !important;
    text-decoration: none;
}

.card-header.ip__history-header {
    background-color: #09371C;
}

.card-header.ip__history-header h5 {
    color: #fff !important;
}

.ip__user-greeting {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.ip__user-greeting h1 {
    font-weight: 700;
    font-size: 35px;
    color: #09371C;
    margin-bottom: 4px;
    cursor: default;
}

.ip__status-auth-success {
    font-size: 14px;
    font-weight: 600;
    color: #0b7c3b;
    margin: 0 25px 0 0;
    cursor: default;
}

.ip__status-auth-failed {
    font-size: 14px;
    font-weight: 600;
    color: #DC3545;
    margin: 0 25px 0 0;
    cursor: default;
}

.ip__user-greeting h3 {
    font-weight: 600;
    cursor: default;
}

.ip__user-greeting h4 {
    margin: 8px 0 16px 0;
    cursor: default;
}

.ip__btn-login {
    background-color: #119447;
    border-radius: 0.2rem;
    font-size: 14px;
    color: #fff;
    padding: 6px 13.6px;
}

.ip__btn-login:hover {
    color: #fff;
    text-decoration: none;
    background-color: #148443;
}

.ip__btn-logout, .ip__btn-logout-accept {
    background-color: #DC3545;
    border-radius: 0.2rem;
    font-size: 14px;
    color: #fff;
    padding: 6px 13.6px;
    border: none;
    outline: none;
}

.ip__btn-logout:hover, .ip__btn-logout-accept:hover {
    color: #fff;
    text-decoration: none;
    background-color: #be2a39;
}

.ip__btn-profile {
    background-color: #3B7DDD;
    border-radius: 0.2rem;
    font-size: 14px;
    color: #fff;
    padding: 6px 13.6px;
    border: none;
    margin-right: 8px;
}

.ip__btn-profile:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2e6cc8;
}

.ip__username {
    margin: 0 25px 0 0;
    cursor: default;
}

.ip__logout-text {
    margin: 20px 0;
    font-size: 16px;
    text-align: center;
    cursor: default;
}

.ip__heading-title {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.ip__heading-title h1 {
    font-weight: 700;
    font-size: 28px;
    color: #09371C;
    margin-bottom: 4px;
    cursor: default;
}

.ip__heading-line {
    background-color: #09371C;
    border-radius: .5rem;
    width: 80px;
    height: 5px;
}

.ip__action-menu, .ip__action-menu-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ip__action-menu .ip__action-add {
    text-decoration: none;
    background-color: #119447;
    color: #fff;
    border: none;
    border-radius: .3rem;
    padding: 6px 12px;
}

.ip__action-menu .ip__action-add:hover {
    background-color: #148443;
}

.ip__action-add-outside {
    text-decoration: none;
    background-color: #119447;
    color: #fff;
    border: none;
    border-radius: .3rem;
    padding: 6px 12px;
}

.ip__action-add-outside:hover {
    text-decoration: none;
    background-color: #119447;
    color: #fff;
    border: none;
    border-radius: .3rem;
    padding: 6px 12px;
}

.input-group {
    width: 300px !important;
}

input[type="text"].ip__search-input:focus {
    border: 1px solid #bcbdbe !important;
}

p.ip__search-text {
    font-size: 15px;
    cursor: default;
}

input[type="text"].ip__input-modal:focus, 
input[type="email"].ip__input-modal:focus, 
input[type="date"].ip__input-modal:focus, 
input[type="password"].ip__input-modal:focus, 
input[type="file"].ip__input-modal:focus,
input[type="number"].ip__input-modal:focus,
textarea.ip__input-modal:focus,
select.ip__select-modal:focus {
    border: 1px solid #bcbdbe !important;
}

textarea.ip__input-modal {
    height: 80px;
    resize: none;
}

.ip__data-empty {
    text-align: center !important;
    cursor: default;
}

.ip__feedback-error {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 14px;
    color: #DC3545;
    cursor: default;
}

.is-invalid {
    border: 1px solid #DC3545 !important;
}

a.ip__show-all {
    text-decoration: none !important;
}

a.ip__show-all:hover {
    color: #4E89DF;
}

p.ip__puas {
    font-weight: bold;
    color: #119447;
}

p.ip__tidak-puas {
    font-weight: bold;
    color: #be2a39;
}

.ip__wrapper-socialization-email :where(li, li i){
    display: flex;
    align-items: center;
}

.ip__wrapper-socialization-email .ip__content-socialization-email{
    margin: 0 0 10px 0;
}

.ip__content-socialization-email ul{
    display: flex;
    flex-wrap: wrap;
    padding: 7px;
    margin: 8px 0 0 0;
    border-radius: 5px;
    border: 1px solid #a6a6a6;
}

.ip__content-socialization-email ul  li{
    color: #333;
    margin: 4px 3px;
    list-style: none;
    border-radius: 5px;
    background: #F2F2F2;
    padding: 5px 8px 5px 10px;
    border: 1px solid #e3e1e1;
}

.ip__content-socialization-email ul li i{
    height: 20px;
    width: 20px;
    color: #808080;
    margin-left: 8px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 50%;
    background: #dfdfdf;
    justify-content: center;
}

.ip__content-socialization-email ul input{
    flex: 1;
    padding: 5px;
    border: none;
    outline: none;
    font-size: 16px;
}

.ip__procedure-action {
    display: flex;
    justify-content: space-around;
}

.sidebar-cta-content {
    margin: 0 25px !important;
    padding: 18px !important;
    background-color: #0a5529 !important;
}

.ip__line {
    height: 2px;
    background-color: #000;
    margin: 20px 0;
}

.ip__home-table {
    display: flex;
    justify-content: space-between;
}

.ip__filter-data {
    padding-left: 8px;
}

table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_desc_disabled,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_desc_disabled {
    cursor: pointer;
    padding-right: 26px;
    position: relative;
}

table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before {
    display: block;
    font-size: .9em;
    line-height: 9px;
    opacity: .3;
    position: absolute;
    right: 10px;
}

table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▴"
}

table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after {
    content: "▾";
    top: 50%;
}

table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after {
    opacity: 1;
}

table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after {
    display: none;
}

div.dataTables_scrollBody>table>thead .sorting:after,
div.dataTables_scrollBody>table>thead .sorting:before,
div.dataTables_scrollBody>table>thead .sorting_asc:after,
div.dataTables_scrollBody>table>thead .sorting_asc:before,
div.dataTables_scrollBody>table>thead .sorting_desc:after,
div.dataTables_scrollBody>table>thead .sorting_desc:before {
    display: none;
}

table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled) {
    padding-right: 20px;
}

.ip__pin-wrapper {
    width: 200px;
}

@media (max-width: 768px) {
    .ip__search-bar {
        width: 100% !important;
    }

    .ip__search-group {
        margin: 0 0 0 8px;
    }

    .ip__home-table {
        flex-direction: column;
    }

    .ip__filter-data {
        margin-top: 10px;
        padding: 0;
    }
}

@media (max-width: 576px) {
    .ip__action-menu-group {
        display: flex;
        flex-direction: column-reverse;
    }

    .ip__action-menu {
        display: flex;
        flex-direction: column;
    }

    .ip__action-menu .ip__action-add {
        margin: 0 0 12px 0;
    }

    .ip__search-group {
        margin: 0 0 8px 0;
    }

    .ip__shortcut-menu {
        display: flex;
        flex-direction: column;
    }

    .ip__shortcut-menu a:nth-child(2),
    .ip__shortcut-menu a:nth-child(3),
    .ip__shortcut-menu a:nth-child(4) {
        margin: 5px 0 0 0 !important;
    }

    .ip__user-greeting h1 {
        font-size: 28px;
    }

    .ip__procedure-action {
        flex-direction: column;
    }
}

@media (max-width: 362px) {
    .ip__badge span:nth-child(2) {
        margin: 5px 0 0 0 !important;
    }
}