label {
    margin-bottom: .5rem;
}

.bg-alert {
    background-color: #f6d6d6 !important;
}

.bg-alert-warning {
    background-color: #fee8a7 !important;
}


/**
 * Align
 */
.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

/**
 * End align
 */

/**
 * Height
 */
.h-1 {
    min-height: 1rem;
}

.h-2 {
    min-height: 2rem;
}

.h-3 {
    min-height: 3rem;
}

.h-4 {
    min-height: 4rem;
}

.h-5 {
    min-height: 5rem;
}

/**
 * End Height
 */

/**
 * Padding style
 */

.pr-25px {
    padding-right: 25px;
}

.pt-0px {
    padding-top: 0px;
}

.pl-15px {
    padding-left: 15px;
}

.pr-15px {
    padding-right: 15px;
}

.p-0px {
    padding: 0px;
}

.pb-15px {
    padding-bottom: 15px;
}

.pl-0px {
    padding-left: 0px;
}

.pr-0px {
    padding-right: 0px;
}

/**
 * End padding style
 */

/**
 * Margin style
 */

.mt-5px {
    margin-top: 5px;
}

.mt-15px {
    margin-top: 15px;
}

.mb-0px {
    margin-bottom: 0px;
}

.mb-30px {
    margin-bottom: 30px;
}

/**
 * End margin style
 */

/**
 * Template
 */

.fs-12px {
    font-size: 12px;
}

.i-checks {
    font-size: 12px;
    margin-bottom: 0px;
}

.tittle-header {
    padding-bottom: 15px;
    margin-top: 15px;
    color: #000000;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

.pagination {
    font-size: .8rem;
    margin: 0;
    float: right;
}

.pagination li a {
    padding: .5rem;
    border: none;
}

.pagination-center {
    padding: .32rem 1.2rem !important;
}

.ui-select-match,
.ui-select-choices,
.ui-select-search {
    text-transform: capitalize;
}

.ui-select-search {
    width: 100%;
    text-transform: capitalize;
}

.sidebar .nav-item a {
    font-size: 12px;
}

.navbar .sidebar .dropdown-toggle i,
.sidebar .nav-link i,
.sidebar .navbar .dropdown-toggle i {
    color: var(--info);
}

.navbar .sidebar .dropdown-toggle i,
.sidebar .nav-link.active i,
.sidebar .navbar .dropdown-toggle i {
    color: #fff;
}

.navbar .sidebar .active.dropdown-toggle,
.sidebar .nav-link.active,
.sidebar .navbar .active.dropdown-toggle {
    color: #fff;
    background: var(--info);
}

.angka {
    text-align: left;
}

.badge-table {
    font-size: 11px;
}

.input-group-sm {
    height: 28px;
}

.input-group-sm .input-group-text {
    font-size: 11px;
}

.rp {
    text-align: right;
}

.text-normal {
    text-transform: none;
}

.w-100px {
    width: 100px;
}

.w-200px {
    width: 200px;
}

.div-responsive {
    max-width: 100%;
    overflow: scroll;
}

.required::after {
    content: '*';
    color: red;
}

.steps-indicator li.current a:before {
    background-color: #31b5f5 !important;
}

.app-header.navbar .navbar-brand {
    padding: 0px;
    padding-right: 0px;
    position: relative;
    border-bottom: none;
    width: 200px;
    text-align: center;
}

.px-3 {
    font-size: 13px;
}

.navbar-brand {
    margin-top: 0px;
}

.navbar-brand-text {
    margin-top: 8px;
}

.img-brand {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.box-shadow {
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.card {
    background: transparent;
    position: relative;
    margin-bottom: 1rem;
    box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
    border-radius: .8rem;
}

.card-header {
    background: white;
    border-bottom: 1px solid #eee;
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
}

.card-body {
    background: #fff;
}

.card-dashboard {
    border-radius: .8rem;
    padding: 1rem !important;
}

.card-dashboard-icons {
    position: relative;
    height: 2.625rem;
    width: 2.625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 500;
}

.card-dashboard-icons svg {
    fill: var(--white);
    width: 1.5rem;
    height: 1.5rem;
}

.card-body-dashboard {
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
}

.card-footer {
    background: white;
    border-top: 1px solid #eee;
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
}

.card-footer ul {
    display: block;
}

.card-footer ul li {
    display: inline-block;
    padding: 0;
}

.card-custom {
    border: 1px solid #dddddd;
    width: 100%;
    position: relative;
    padding: 1.5rem;
}

.card-custom .text-top {
    min-width: 150px;
    position: absolute;
    top: -0.7rem;
    left: 2rem;
    text-align: center;
    background: #fff;
    font-size: 1rem;
}

.card-custom .text-top-right {
    min-width: 150px;
    position: absolute;
    top: -0.7rem;
    right: 2rem;
    text-align: center;
    background: #fff;
    font-size: 1rem;
}

.flex-fill {
    flex: 1 1 auto !important;
}


.ms-3 {
    margin-left: 1rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.text-end {
    text-align: right !important;
}

.bx-sm {
    font-size: 1.55rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}


.bg-primary-transparent {
    background-color: var(--primary) !important;
    color: var(--primary) !important;
}

.bg-secondary-transparent {
    background-color: var(--success) !important;
    color: var(--success) !important;
}

.bg-danger-transparent {
    background-color: var(--danger) !important;
    color: var(--danger) !important;
}

.bg-warning-transparent {
    background-color: var(--warning) !important;
    color: var(--warning) !important;
}

/**
 * End template
 */

/** 
 * Password Checker
 */

input.ng-pristine+ul#strength {
    display: none;
}

ul#strength {
    /*display: inline;*/
    list-style: none;
    margin: 0;
    /*margin-left: 15px;*/
    padding: 0;
    vertical-align: 2px;
}

.point:last {
    margin: 0 !important;
}

.point {
    background: #ddd;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}

.point-text {
    background: #ddd;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    margin-left: 4px;
    background-color: transparent;
    font-size: 11px;
}

.help-block-sm {
    font-size: 11px;
    margin-bottom: 0px;
}

/** End Password Checker */

/**
 * Table
 */
.table {
    margin: 0;
    border: 1px solid #eee !important;
}

.table td,
.table th {
    border-top: 1px solid #eee !important;
    padding: .5rem;
    font-size: .76562rem;
    cursor: pointer;
}

.table td,
.table th {
    vertical-align: middle;
}

.table thead th {
    height: 35px;
    border-bottom: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    vertical-align: middle;
}

.table-striped td {
    border-top: none;
}

/**
 * End table
 */

/**
 * Sweet alert
 */

.swal2-popup .swal2-title {
    font-size: 20px;
}

.swal2-popup #swal2-content {
    font-size: 16px;
    text-align: center;
}

/**
 * Medium
 */

.medium-editor-toolbar li button {
    min-width: 35px !important;
    height: 35px !important;
    padding: 5px !important;
}

.card-header strong {
    font-size: 14px;
}

.card-header strong {
    font-size: 14px;
}

.card-header-white {
    background-color: #fff;
    border-bottom: 1px solid #e4e5e6;
}

/**
 * iamge
 */

.image-block {
    width: 100%;
    height: 12.2rem;
    border: none;
    background-color: #e4e5e6;
}

.image-block-td {
    width: 10rem;
    height: 5rem;
    border: none;
}

.image-block img {
    max-width: 75%;
    height: 100%;
    border: none;
    object-fit: contain;
}

.image-block-td img {
    max-width: 75%;
    height: 100%;
    border: none;
    object-fit: contain;
}


.image-block-text {
    font-size: 3rem;
    opacity: .3;
}

.image-block:hover .image-block-text,
.image-block-td:hover .image-block-text {
    color: white;
    opacity: .8;
}

.card-issue {
    background: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
    margin-bottom: 5px;
}

.card-issue p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
}

.card-issue:last-child {
    margin-bottom: 0;
}

.info-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: 0.25rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 1rem;
    border-radius: .8rem;
    position: relative;
    width: 100%;
}

.info-box .info-box-icon {
    border-radius: 0.8rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}

.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    padding-left: 1rem;
    overflow: hidden;
}

.info-box .info-box-text,
.info-box .progress-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-box .info-box-number {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
}