.bp-breadcrumb{
    background-color: #fff;
    box-shadow: 0px 0px 3px #666;
}
blockquote{
    padding: 0px 0px 0px 11px;
    border-left: 5px solid #ccc;
    margin-left: 25px;
}
.toast{
    background-color: #fff !important;
}
.color-like{
    color: deeppink;
}

.bp.badge{
    color: #fff;
}


/* BP COLOR */
.bp.grey{
    background-color: grey;
}
.bp.color1{
    background-color: #4285f4;
}
.bp.color2{
    background-color: #34a853;
}
.bp.color3{
    background-color: #fbbc05;
}
.bp.color4{
    background-color: #ea4335;
}
.bp.color5{
    background-color: #7cbb00;
}
.bp.tab-content{
    padding: 5px 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination{
    background-color: none !important;
    /* position: relative; */
    width: 100%;
    height: 50px;
}
.pagination li{
    position: relative;
    width: 40px;
}
.pagination .page-item{
    border: none;
    background-color: none !important;
}
.pagination .page-link{
    position: absolute;
    border: none;
    background-color: unset !important;
    transition: .2s all;
    box-sizing: border-box;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #007bff !important;
    border-radius: 5px;
    transition: .2s all;
}
.page-item .page-link:hover {
    transform: scale(1.2);
    font-weight: 400;
    background-color: #fff !important;
    border-radius: 5px;
    border: 1px solid #eee;
}
.page-item.active .page-link:hover {
    transform: scale(1.2);
    font-weight: 400;
    background-color: #007bff !important;
}

.page-item:first-child .page-link:hover {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.page-item:last-child .page-link:hover {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}


@media print {
    .noPrint{
        display: none !important;
    }
}


.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}


@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 400 !important;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}


table.bp th, table.bp td{
    border: 1px solid #eee;
    padding: 10px;
}
table.bp thead{
    background-color: #d8e7ff;
}
table.bp tfoot{
    background-color: #ddd;
}
table.bp thead th{
    text-align: center;
}
table.bp th{
    font-weight: 400;
}
table.bp .count{
    text-align: right;
}
table.bp .summary{
    text-align: right;
    font-weight: 400;
}
table.bp .rowSummary{
    background-color: #f7f7f9;
}
