.v-md {
    vertical-align: middle!important;
}
.modal-content {
    box-shadow: none!important;
    border-radius: .5rem;
}
.btn-sm, .btn-group-sm>.btn {
    padding: .5rem!important;
    line-height: 1.125!important;
    height: auto!important;
}
.btn-sm svg {
    width: 22px;
    height: 22px;
}
.datepicker.dropdown-menu {
    transform: translateY(65px);
    box-shadow: none!important;
    border: 1px solid #ddd!important;
    padding-bottom: 0!important;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    background-color: #357ebd!important;
    border-color: #357ebd!important;
}

#previewGambar .modal-content {
    box-shadow: none !important;
    border: none !important;
    background: transparent;
}
[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before {
    border-radius: 5px;
}
.markdown>table thead th, .table thead th {
    color: #656d77;
    background: #f4f6fa;
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.6;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.card-table tr td:first-child, .card-table tr th:first-child {
    padding-left: 1rem;
}
.card-table thead tr:first-child td, .card-table thead tr:first-child th {
    border-top: 0;
}
.dataTables_wrapper .row:first-child, .dataTables_wrapper .row:last-child {
    margin-left: 1rem!important;
    margin-right: 1rem!important;
}


.btn-icon {
    padding: .35rem .5rem;
    height: auto!important;
    min-width: calc(2.125rem + 2px); }
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    min-width: calc(1.3214286rem + 2px); }
.btn-icon .icon {
    margin: 0 -1em; }

/*loader*/
.loader-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    height: 100vh;
    width: 100vw;
    background-color: pink;
    opacity: 0.75;
    z-index: 10000;
}
.lds-facebook {
    margin: auto;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
.bg-purple{
    background-color: #560067 !important;
    color: white !important;
}
.bg-orange{
    background-color: #ff8235 !important;
    color: white !important;
}
.bg-blue{
    background-color: #0c0d9f !important;
    color: white !important;
}
.bg-light-blue{
    background-color: #26c2e2 !important;
    color: white !important;
}

.alert-danger{
    color: #fff;
    background-color: #dc3545;
    border-color: #d32535;
}
.alert-dismissible {
    padding-right: 1rem;
}
.pickup_data td {
    border: none;
    padding: 0;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 5px;
}
.pickup_data th {
    border: none;
    padding: 0;
    padding-top: 8px;
}

.text-blue{
    color: #0c0d9f;
}

.shimmer {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 1200px 200px;
    display: inline-block;
    position: relative;

    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

