.mb-3 {
    margin-bottom: 15px!important;
}

.mt-1 {
    margin-top: 5px!important;
}

.owl-slide-dinfocat .item {
    background-color: #DAE3F3;
    border-radius: 3px;
}

.owl-slide-dinfocat .item,
.owl-slide-dinfocat .summary-cat {
    height: 100%;
}

.owl-slide-dinfocat .summary-cat {
    padding: 10px;
}
.fa {
    font-size: medium!important;
}
.owl-slide-dinfocat .owl-carousel .owl-nav button.owl-next,
.owl-slide-dinfocat .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    color: #fff;
    border-radius: 15px;
    display: none;
    transition: all 0.35s ease;
}

.owl-slide-dinfocat .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.owl-slide-dinfocat .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.owl-slide-dinfocat .owl-carousel:hover .owl-nav button.owl-next,
.owl-slide-dinfocat .owl-carousel:hover .owl-nav button.owl-prev {
    display: block;
}

.owl-slide-dinfocat .item .summary-cat-value {
    padding-right: 10px;
    padding-left: 10px;
}

.owl-slide-dinfocat .owl-item {
    height: 100%;
}

.summary-cat {
    display: flex;
    align-items: center;
}

.summary-cat-info {
    flex-grow: 1;
    flex-shrink: 1;
}

.summary-cat-icon {
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
}

.summary-cat-icon img {
    max-width: 100%;
    height: auto;
}

.summary-cat-title {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: center;
    font-weight: 500;
}

.summary-cat-title span {
    display: block;
    border-bottom: 1px #4472C4 solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.summary-cat-value {
    text-align: center;
    white-space: nowrap;
}

.summary-cat-value-number {
    font-size: 22px;
    font-weight: 700;
}

.summary-cat-value-icon {
    font-size: 24px;
}

.summary-cat-value-icon .fa-arrow-down {
    color: #ff0000;
}

.summary-cat-value-icon .fa-arrow-up {
    color: #00cb26;
}

/* V2 - Main slider */
.mb-4 {
    margin-bottom: 20px;
}

.dinfov2-slider-outer {
    background-color: #f3faff;
    padding: 10px 40px;
}

.dinfov2-slider-outer.in-main {
    background-color: #cfe7ff;
}

.dinfov2-slider .item {
    text-align: center;
}

.dinfov2-slider .item .item-inner {
    padding: 10px;
}

.dinfov2-slider .owl-stage-outer {
    padding: 15px 0;
}

.dinfov2-slider .owl-item {
    transition: all .2s ease-in-out;
}

.dinfov2-slider .owl-item:before {
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    content: "";
    width: 1px;
    background-color: #e0e5e9;
}

.dinfov2-slider .owl-item:hover {
    transform: scale(1.05);
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.dinfov2-slider .owl-item:hover:before {
    display: none;
}

.dinfov2-slider .item img {
    max-height: 60px;
    width: auto!important;
    display: inline-block!important;
}

.dinfov2-slider .item .item-title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #031f65;
}

.dinfov2-slider .item .item-value {
    color: #ed3f3f;
    font-size: 25px;
}

.dinfov2-slider-outer .owl-carousel .owl-nav button.owl-next,
.dinfov2-slider-outer .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    margin-top: -20px;
    color: #ed3f3f;
}

.dinfov2-slider-outer .owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

.dinfov2-slider-outer .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}
