.active-filter {
    font-weight: 700
}

.divider {
    position: relative;
    overflow: hidden;
    height: 4px;
    z-index: 9
}

.divider.center_icon, .divider.left_icon, .divider.right_icon, .divider.text_divider {
    height: auto
}

.divider.left_icon i {
    padding-left: 0;
    padding-right: 20px
}

.divider.center_icon {
    text-align: center
}

.divider.right_icon i {
    padding-right: 0;
    padding-left: 20px
}

.divider.right_icon {
    text-align: right
}

.divider.text_divider {
    text-align: center
}

.divider.text_divider span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-size: 30px;
    padding: 0 30px
}

.divider.divider_style1 .divider_icon {
    padding-right: 10px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 9
}

.divider.divider_style1.center_icon .divider_icon {
    padding-left: 10px
}

.divider.divider_style1.right_icon .divider_icon {
    padding-right: 0;
    padding-left: 10px
}

.divider.divider_style1 i {
    background-color: #F69C00;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: block;
    padding: 0;
    text-align: center;
    line-height: 40px;
    color: #fff
}

.divider:after, .divider:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 0;
    border-top: 1px solid #0e0e135e;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.divider::before {
    margin-top: -1px
}

.divider::after {
    margin-top: 1px
}

.divider i {
    background-color: #fff;
    color: #d9d9d9;
    position: relative;
    z-index: 1;
    font-size: 30px;
    padding: 0 40px
}

@media screen and (max-width: 600px) {
    .table-mobile {
        width: 100%;
    }

    .table-mobile thead {
        display: none;
    }

    .table-mobile tr:nth-of-type(2n) {
        background-color: inherit;
    }

    .table-mobile tr td:first-child {
        /*background: #f0f0f0;*/
        font-weight: bold;
        font-size: 1.3em;
    }

    .table-mobile tbody td {
        display: block;
        text-align: center;
    }

    .table-mobile tbody td:before {
        content:attr(data-title) " ";
        float:left;
        text-transform:capitalize;
        margin-right:15px;
        font-weight:700;
    }
}

@keyframes budget-heartbeat {
    from {
        transform: none;
    }
    50% {
        transform: scale(1.03);
    }
    to {
        transform: none;
    }
}

.budget-container {
    background-color: #0196d2;
    -webkit-box-shadow: 10px 10px 21px -13px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 10px 10px 21px -13px rgba(0, 0, 0, 0.33);
    box-shadow: 10px 10px 21px -13px rgba(0, 0, 0, 0.33);
    border-radius: 20px;
    padding: 20px;
    animation: budget-heartbeat 2s infinite;
    transform-origin: center;
}

.select2-selection__rendered {
    line-height: 40px !important
}

.select2-container .select2-selection--single {
    height: 50px !important;
    outline: 0;
    border-color: #ced4da !important;
    padding: 8px 15px;
}

.select2-selection__arrow {
    height: 50px !important
}

.select2-search__field {
    height: 44px !important;
    text-align: left !important;
    background-color: #fff !important;
    border-color: #ced4da !important;
}