li.nav-item {
    cursor: pointer;
}

.navbar .navbar-brand img {
    transition: all 100ms linear;
    will-change: all;
}

.bg-danger-transparent {
    background-color: rgba(244, 67, 54, 0.5);
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #000;
}

@media (min-width: 768px) {
    .blog-devteam {
        min-height: 650px;
    }
}

.btn.btn-fab,
.btn.btn-just-icon {
    font-size: 20px;
    height: 30px;
    min-width: 30px;
    width: 30px;
    padding: 0;
    overflow: hidden;
    position: relative;
    line-height: 30px;
}

.no-shadow {
    box-shadow: none !important;
}

.card-collapse .card-header a {
    font-size: inherit;
}

.title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-light-blue {
    background-color: #e3f2fd !important;
}

.bg-banner {
    background: url('/dir/img/banner.jpg') no-repeat;
    background-size: cover;
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.text-shadow {
    text-shadow: 5px 5px 20px #000;
}

/*--
    04. Service Css
-------------------------------------*/
.service-2 {
    background: #ffffff;
    padding: 30px;
    transition: 0.4s ease-in-out;

    &.padding-none {
        padding: 0;
    }

    .thumb {
        a {
            display: block;

            img {
                width: 100%;
            }
        }
    }

    &.cleaning-service {
        .content {
            padding: 30px 20px;

            & h4 {
                font-weight: 600;
            }

            p {
                margin-bottom: 8px;
            }

            & .readmore_btn {
                font-weight: 600;
            }
        }

        &:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
    }

    .content {
        padding-top: 30px;

        h4 {
            color: #575757;
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 13px;
            padding: 0 9px;
        }

        p {
            color: #818181;
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 35px;
        }

        a {
            &.readmore_btn {
                height: 42px;
                border: 1px solid #0056ff;
                display: inline-block;
                padding: 0 42px;
                line-height: 40px;
                font-size: 14px;
                border-radius: 30px;
                color: #0056ff;
                font-weight: 600;
                transition: 0.5s;

                &:hover {
                    background: #0056ff;
                    color: #fff;
                }

                &.btn-transparent {
                    border: 0 none;
                    width: inherit;
                    height: inherit;
                    color: #3f3f3f;
                    font-size: 14px;
                    font-family: $heading-font;
                    font-weight: 600;

                    &:hover {
                        color: $theme-color;
                        background: transparent;
                    }
                }
            }
        }
    }

    &.agency-service {
        background: #f4f4f4;

        .content {
            padding-top: 30px;

            a {
                &.readmore_btn {
                    border: 1px solid $theme-color;
                    color: $theme-color;

                    &:hover {
                        background: $theme-color;
                        color: #fff;
                    }
                }
            }
        }

        &:hover {
            background: #ffffff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
    }

    &.repair-service {
        background: #ffffff;

        .content {
            padding-top: 30px;

            a {
                &.readmore_btn {
                    border: 2px solid $theme-color;
                    color: $theme-color;
                    line-height: 38px;

                    &:hover {
                        background: $theme-color;
                        color: #fff;
                    }
                }
            }
        }

        &:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
    }

    &.carpenter-service {
        background: #ffffff;

        .content {
            padding: 30px;

            a {
                &.readmore_btn {
                    border: 2px solid $theme-color;
                    color: $theme-color;
                    line-height: 38px;

                    &:hover {
                        background: $theme-color;
                        color: #fff;
                    }
                }
            }
        }

        &:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
    }

    &.popular-courses {
        background: #f4f4f4;

        .content {
            padding-top: 30px;

            h4 {
                padding: 0;
            }

            p {
                margin-bottom: 26px;
            }

            a {
                &.readmore_btn {
                    border: 1px solid $theme-color;
                    color: $theme-color;

                    &:hover {
                        background: $theme-color;
                        color: #fff;
                    }
                }
            }

            ul {
                padding: 0;
                display: flex;
                margin: 0;
                list-style: none;

                &.crs-meta {
                    margin-bottom: 17px;

                    li {
                        color: #6e6e6e;
                        font-size: 14px;
                        font-family: $heading-font;
                        margin-right: 14px;

                        a {
                            color: #6e6e6e;
                        }
                    }
                }

                &.crs-price {
                    justify-content: space-between;

                    li {
                        color: #6e6e6e;
                        font-size: 14px;
                        font-family: $heading-font;
                        margin-right: 14px;

                        i {
                            padding-right: 7px;
                        }

                        a {
                            color: #6e6e6e;
                        }

                        &.price {
                            color: $theme-color;
                        }
                    }
                }
            }
        }

        &:hover {
            background: #ffffff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
    }

    &.body-fit-choose {
        background: #ffffff;

        .content {
            padding: 40px;

            i {
                font-size: 69px;
                margin-bottom: 11px;
                display: inline-block;
                color: #404040;
            }

            h4 {
                padding: 0;
                font-size: 22px;
                font-weight: 500;
            }

            p {
                margin-bottom: 26px;
                color: #4d4d4d;
                line-height: 27px;
            }

            a {
                &.readmore_btn {
                    border: 1px solid transparent;
                    padding: 0;
                    border-radius: inherit;
                    color: #404040;

                    &:hover {
                        background: transparent;
                        color: $theme-color;
                    }
                }
            }
        }

        &:hover {
            background: #fb5b21;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

            .content {
                i {
                    color: #ffffff;
                }

                h4 {
                    color: #ffffff;
                }

                p {
                    color: #ffffff;
                }

                a {
                    &.readmore_btn {
                        color: #fff;
                    }
                }
            }
        }
    }

    &.beauty-service {
        background: #ffffff;

        .content {
            padding: 40px;

            h4 {
                padding: 0;
                font-size: 22px;
                font-weight: 500;
            }

            p {
                margin-bottom: 13px;
                color: #5c5c5c;
                line-height: 27px;
            }

            a {
                &.readmore_btn {
                    border: 1px solid transparent;
                    padding: 0;
                    border-radius: inherit;
                    color: #404040;
                    height: auto;
                    line-height: initial;

                    &:hover {
                        background: transparent;
                        color: $theme-color;
                    }
                }
            }
        }

        &:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

            .content {
                a {
                    &.readmore_btn {
                        color: #ff759d;
                    }
                }
            }
        }
    }
}

/* Cleaning Service Activation  */
.cln-service-activation {
    overflow: hidden;

    & button {
        position: absolute;
        top: 50%;
        left: 0px;
        color: #f4f4f4;
        border: 0 none;
        font-size: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #000000;
        transform: translateY(-50%);
        z-index: 2;
        border-radius: 100%;
        transition: 0.4s ease-in-out;
        opacity: 0;
        visibility: hidden;

        &:hover {
            color: #ffffff;
            background: $theme-color;
        }

        &.clnService-next {
            left: auto;
            right: 0px;
        }
    }

    &:hover {
        & button {
            opacity: 1;
            visibility: visible;
        }
    }
}

/*--
    04.1 Service Style two
----------------------------------*/
.service-6 {
    margin-top: 12px;

    .icons {
        border: 1px solid #4e89fb;
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 100%;
        float: left;
        text-align: center;
        margin-right: 22px;
        margin-top: 10px;

        @media #{$large-mobile} {
            margin: auto;
            margin-bottom: 21px;
            float: inherit;
        }
    }

    .content {
        overflow: hidden;

        p {
            font-size: 14px;
            line-height: 25px;
            color: #5b5b5b;
        }

        h4 {
            color: #5f5f5f;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 7px;

            @media #{$large-mobile} {
                font-size: 21px;
            }
        }
    }

    &.reapir-service {
        margin-top: 12px;

        .icons {
            border: 0 none;
            width: auto;
            height: auto;
            line-height: inherit;
            border-radius: inherit;
            float: left;
            text-align: center;
            margin-right: 22px;
            margin-top: 10px;
        }

        .content {
            p {
                font-size: 16px;
                line-height: 30px;
                color: #585757;
                max-width: 390px
            }

            h4 {
                color: #3d3d3d;
            }
        }
    }

    &.medical-service {
        background: #f7f7f7;
        margin-top: 0;
        padding: 50px 69px;

        &.service-bg-2 {
            background: #ededed;
        }

        .icons {
            border: 1px solid transparent;
            width: auto;
            height: auto;
            line-height: inherit;
            border-radius: inherit;
            float: left;
            text-align: center;
            margin-right: 25px;
            margin-top: 10px;
            max-width: 60px;
        }

        .content {
            overflow: hidden;

            h4 {
                color: $heading-font;
                font-size: 18px;
                font-weight: 500;
                margin-bottom: 7px;
                font-weight: 600;
            }

            p {
                font-size: 14px;
                line-height: 26px;
                color: $heading-font;
            }
        }

        @media #{$laptop-device} {
            padding: 30px 20px;
        }

        @media #{$desktop-device} {
            padding: 30px 20px;

            & .icons {
                max-width: 45px;
                margin-right: 15px;
            }

            & .content {
                h4 {
                    font-size: 16px;
                }
            }
        }

        @media #{$tablet-device} {
            padding: 25px 25px;
        }

        @media #{$large-mobile} {
            padding: 29px 15px;
        }

        @media #{$small-mobile} {
            padding: 39px 15px;
        }
    }

    .section-service {
        @media #{$tablet-device} {
            & .col-12 {
                &:nth-child(odd) {
                    & .service-6.medical-service {
                        padding-top: 0px;
                    }
                }
            }
        }
    }

    &.bd-service {
        .icons {
            border: 1px solid transparent;
            width: auto;
            height: 50px;
            line-height: 50px;
            border-radius: inherit;
            float: left;
            text-align: center;
            margin-right: 24px;
            margin-top: 10px;
            padding-right: 17px;
            border-right: 1px solid #5e5e5e;

            i {
                color: #5e5e5e;
                font-size: 53px;
                transition: 0.4s ease-in-out;

                &:hover {
                    color: #fb5b21;
                }
            }

            @media #{$large-mobile} {
                margin: auto;
                margin-bottom: 21px;
                float: inherit;
            }
        }

        .content {
            p {
                font-size: 14px;
                line-height: 25px;
                color: #5b5b5b;
            }

            h4 {
                color: #565656;
                font-size: 22px;
                font-weight: 500;
                margin-bottom: 7px;

                @media #{$large-mobile} {
                    font-size: 21px;
                }
            }
        }
    }
}

.boxed-layout {
    & .medical-service {
        padding: 50px 30px;

        @media #{$laptop-device} {
            padding: 30px 20px;
        }

        @media #{$desktop-device} {
            padding: 30px 20px;

            & .icons {
                max-width: 45px;
                margin-right: 15px;
            }

            & .content {
                h4 {
                    font-size: 16px;
                }
            }
        }

        @media #{$tablet-device} {
            padding: 25px 25px;
        }

        @media #{$large-mobile} {
            padding: 29px 15px;
        }

        @media #{$small-mobile} {
            padding: 39px 15px;
        }
    }
}

.single-service {
    & img {
        width: 100%;
    }

    &:hover {
        & .service-content {
            box-shadow: 0 4px 18px 0 rgba(85, 85, 85, 0.2);
        }
    }
}

.service-content {
    background: $white;
    padding: 30px 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

    & h3 {
        font-size: 22px;
        font-weight: 600;
    }

    & p {
        font-size: 16px;
        margin: 10px 0 10px 0;
    }

    &>a {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        color: $theme-color;

        &:hover {
            color: #333;
        }
    }
}

.service-slider-active {
    & .slick-arrow {
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        right: auto;
        background: #ddd;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        z-index: 5;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease-in-out;

        &:hover {
            background: $theme-color;
            color: $white;
        }

        &.slick-next {
            right: 0;
            left: auto;
        }
    }

    &:hover .slick-arrow {
        transform: translateY(-50%);
        visibility: visible;
        opacity: 1;
    }
}

.service-area-tow {
    background: $theme-color;
    position: relative;
    padding-left: 20px;

    &::after {
        background: $theme-color;
        position: absolute;
        content: "";
        left: 0;
        top: -19px;
        height: 20px;
        width: 80%;
        z-index: 9;
    }

    &::before {
        background: $theme-color;
        position: absolute;
        content: "";
        left: 0;
        bottom: -19px;
        height: 20px;
        width: 80%;
        z-index: 9;
    }

    @media #{$large-mobile} {
        padding-left: 0px;

        &::after {
            display: none;
        }

        &::before {
            display: none;
        }
    }

    & .single-service {
        background: #f7f7f7;
        border-top: 1px solid #d0d5da;
        border-right: 1px solid #d0d5da;
        border-bottom: 1px solid #d0d5da;
        padding: 50px 30px;
        position: relative;

        &:hover {
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }

        & .service-icon {
            margin-bottom: 15px;

            & i {
                font-size: 38px;
            }
        }

        & .service-content-info {
            & h3 {
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 10px;
                font-weight: 600;
            }

            & p {
                font-size: 14px;
            }
        }
    }

    & .col-lg-4 {

        &:nth-child(4),
        &:nth-child(5),
        &:nth-child(6) {
            & .single-service {
                border-top: none;
            }
        }

        @media #{$tablet-device} {
            &:nth-child(4) {
                & .single-service {
                    border-top: 1px solid #d0d5da;
                }
            }
        }

        @media #{$large-mobile} {
            &:nth-child(3) {
                & .single-service {
                    border-top: none;
                }
            }

            &:nth-child(1),
            &:nth-child(2),
            &:nth-child(3),
            &:nth-child(4),
            &:nth-child(5),
            &:nth-child(6) {
                & .single-service {
                    border-left: 1px solid #d0d5da;
                }
            }
        }
    }

    & .single-service-title-area {
        height: 250px;

        & .service-title {
            font-weight: 600;
            transform: translateY(50%);
            padding: 0 25px 0 50px;

            @media #{$small-mobile} {
                padding: 0 25px 0 0px;
            }

            @media #{$large-mobile} {
                padding-left: 20px;
                transform: translateY(50%)
            }

            @media #{$small-mobile} {
                padding-left: 20px;
                transform: translateY(30%)
            }

            & h2 {
                font-size: 22px;
                color: $white;
                position: relative;
                padding-bottom: 16px;
                margin-bottom: 20px;
                font-weight: 700;
                letter-spacing: 1px;

                &::after {
                    position: absolute;
                    content: "";
                    left: 0;
                    bottom: 0;
                    width: 35px;
                    height: 1px;
                    background: #fff;
                }
            }

            & p {
                color: #fff;
            }
        }
    }
}

.service-details-menu {
    & li {
        & a {
            background: #f1f1f1;
            font-size: 16px;
            font-weight: 500;
            display: block;
            padding: 20px;
            text-align: center;

            &.active {
                background: $theme-color;
                color: $white;
            }
        }

        margin-bottom: 10px;

        &:last-child {
            margin-bottom: 0;
        }
    }
}

.service-details-content {
    & h4 {
        font-weight: 600;
        margin-bottom: 15px;
    }

    @media #{$large-mobile , $tablet-device} {
        margin-top: 30px;
    }

    & .service-details-image {
        @media #{$large-mobile , $tablet-device} {
            margin-top: 30px;
        }
    }
}

.service-details-content-inner {
    & h4 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    & .service-details-list {
        margin-top: 30px;

        & li {
            margin-bottom: 10px;

            &:last-child {
                margin: 0;
            }

            & i {
                color: $theme-color;
                margin-right: 10px;
            }
        }
    }
}

.row-service-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background: #EDEDED;
}

.select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #d2d2d2;
    height: 36px;
}

.product-image {
    max-width: 250px;
    height: 230px;
    overflow: hidden;
}

.product-image:hover>.product-image-btns {
    display: block;
}

.product-image>.product-image-btns {
    display: none;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100%;
    max-width: 250px;
    height: 93%;
    top: 1rem;
    right: auto;
    left: auto;
    bottom: 0;
}

.product-image .badge {
    position: absolute;
    z-index: 1;
    font-size: 0.8rem;
    top: 1rem;
    left: 15px;
}

.page-header {
    height: 20vh
}

.page-header.header-filter {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
}

.nav-pills .nav-item .nav-link {
    font-size: 1.1rem;
}

.form-control {
    font-size: 1.5rem;
    font-weight: bolder;
}

.form-control::placeholder {
    color: white;
}

.bmd-form-group .bmd-label-static,
.checkbox label,
.radio label,
label {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.page-header {
    height: 20vh
}

.page-header.header-filter {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
}

.nav-pills .nav-item .nav-link {
    font-size: 1.1rem;
}

.form-control {
    font-size: 1.5rem;
    font-weight: bolder;
}

.form-control::placeholder {
    color: white;
}

.card {
    font-size: 2rem;
}

.select2-container--default.select2-container--focus.select2-selection--multiple {
    height: 100vh;
}

/* .table thead tr th {
  font-size: 2rem;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  font-size: 1.8rem;
} */

.bmd-form-group .bmd-label-static,
.checkbox label,
.radio label,
label {
    /* font-size: 1.8rem; */
}

.form-check.form-control-lg .form-check-sign .check {
    padding-top: 6px;
    padding-left: 10%;
    width: 1.85rem;
    height: 1.85rem;
}

.form-check-label-name {
    color: black;
    font-weight: bold;
}

.form-control-lg>.form-check .form-check-label span {
    top: 1rem;
}

.form-control-lg .form-check-label {
    padding-top: 23px;
    padding-left: 10px;
}

.dev-position {
    position: relative;
    z-index: 3;
}

.card-stats .card-header.card-header-icon,
.card-stats .card-header.card-header-text {
    text-align: right
}

.card-stats .card-header .card-icon+.card-category,
.card-stats .card-header .card-icon+.card-title {
    padding-top: 10px
}

.card-stats .card-header.card-header-icon .card-category,
.card-stats .card-header.card-header-icon .card-title,
.card-stats .card-header.card-header-text .card-category,
.card-stats .card-header.card-header-text .card-title {
    margin: 0
}

.card-stats .card-header .card-category {
    margin-bottom: 0;
    margin-top: 0
}

.card-stats .card-header .card-category:not([class*=text-]) {
    color: #999;
    font-size: 14px
}

.card-stats .card-header+.card-footer {
    border-top: 1px solid #eee;
    margin-top: 20px
}

.card-stats .card-header.card-header-icon i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center
}

.card.bg-primary,
.card .card-header-primary .card-icon,
.card .card-header-primary .card-text,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-primary .back,
.card.card-rotate.bg-primary .front {
    background: linear-gradient(60deg, #ab47bc, #8e24aa)
}

.card.bg-info,
.card .card-header-info .card-icon,
.card .card-header-info .card-text,
.card .card-header-info:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-info .back,
.card.card-rotate.bg-info .front {
    background: linear-gradient(60deg, #26c6da, #00acc1)
}

.card.bg-success,
.card .card-header-success .card-icon,
.card .card-header-success .card-text,
.card .card-header-success:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-success .back,
.card.card-rotate.bg-success .front {
    background: linear-gradient(60deg, #66bb6a, #43a047)
}

.card.bg-warning,
.card .card-header-warning .card-icon,
.card .card-header-warning .card-text,
.card .card-header-warning:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-warning .back,
.card.card-rotate.bg-warning .front {
    background: linear-gradient(60deg, #ffa726, #fb8c00)
}

.card.bg-danger,
.card .card-header-danger .card-icon,
.card .card-header-danger .card-text,
.card .card-header-danger:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-danger .back,
.card.card-rotate.bg-danger .front {
    background: linear-gradient(60deg, #ef5350, #e53935)
}

.card.bg-rose,
.card .card-header-rose .card-icon,
.card .card-header-rose .card-text,
.card .card-header-rose:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-rose .back,
.card.card-rotate.bg-rose .front {
    background: linear-gradient(60deg, #ec407a, #d81b60)
}

.card .card-header-primary .card-icon,
.card .card-header-primary .card-text,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(156, 39, 176, .4)
}

.card .card-header-danger .card-icon,
.card .card-header-danger .card-text,
.card .card-header-danger:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(244, 67, 54, .4)
}

.card .card-header-rose .card-icon,
.card .card-header-rose .card-text,
.card .card-header-rose:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4)
}

.card .card-header-warning .card-icon,
.card .card-header-warning .card-text,
.card .card-header-warning:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(255, 152, 0, .4)
}

.card .card-header-info .card-icon,
.card .card-header-info .card-text,
.card .card-header-info:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(0, 188, 212, .4)
}

.card .card-header-success .card-icon,
.card .card-header-success .card-text,
.card .card-header-success:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(76, 175, 80, .4)
}

.card .card-header.card-header-icon i,
.card .card-header.card-header-text i {
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px
}

.card .card-header.card-header-icon .card-title,
.card .card-header.card-header-text .card-title {
    margin-top: 15px;
    color: #3c4858
}

.card .card-header.card-header-icon h4,
.card .card-header.card-header-text h4 {
    font-weight: 300
}

.card .card-header.card-header-tabs .nav-tabs {
    background: transparent;
    padding: 0
}

.card .card-header.card-header-tabs .nav-tabs-title {
    float: left;
    padding: 10px 10px 10px 0;
    line-height: 24px
}

.card.card-plain .card-header.card-header-icon+.card-body .card-category,
.card.card-plain .card-header.card-header-icon+.card-body .card-title {
    margin-top: -20px
}

.card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 3px;
    margin-top: -20px;
    padding: 15px
}

.card .card-plain .card-header-icon {
    margin-right: 15px !important
}

.card [class*=card-header-] .card-icon,
.card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left
}

.card-header.card-header-icon {
    background: none !important;
    box-shadow: none !important;
}

#swipebox-close {
    top: 50px;
}

.badge {
    font-size: 75%;
    text-transform: none;
    white-space: normal;
}

.pdf-viewer {
    height: 1692px;
}

@media (max-width: 960px) {
    .pdf-viewer {
        height: 1354px;
    }
}

@media (max-width: 768px) {
    .pdf-viewer {
        height: 1083px;
    }
}

@media (max-width: 576px) {
    .pdf-viewer {
        height: 815px;
    }
}

@media (max-width: 375px) {
    .pdf-viewer {
        height: 529px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        -webkit-transform: translate3d(230px, 0, 0);
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
    }

    .nav-open .navbar-collapse {
        -webkit-transform: translateZ(0);
    }

    #bodyClick {
        -webkit-transition: all 370ms ease-in;
    }
}


.progress {
    height: 1rem;
    border-radius: .25rem;
    margin-bottom: 0px;
}

.progress .progress-bar.progress-bar-working {
    background: #b7e7b9;
}

.chat .btn-link {
    font-size: 1.1rem;
}

.chat .chat-avatar {
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.chat .chat-avatar img {
    object-fit: cover;
}

@media(min-width: 768px) {
    .chat .items .list-group {
        height: 600px;
        overflow: scroll;
    }
}

.navbar .navbar-brand {
    line-height: inherit;
}

.chat .comments {
    height: 592px;
    overflow: scroll;
}

.reply-text {
    z-index: 4;
}

.comment {
    cursor: pointer;
}

.form-group input[type=file] {
    z-index: 1;
    cursor: pointer;
}

.fc-event.dropdown-toggle::after,
.fc-event.dropup .dropdown-toggle::after {
    content: none;
}

#calendar .dropdown {
    z-index: 999999999 !important;
}

#calendar .table-bordered,
#calendar .table-bordered td,
#calendar .table-bordered th {
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
}

#calendar .h1,
#calendar .h2,
#calendar .h3,
#calendar .h4,
#calendar body,
#calendar h1,
#calendar h2,
#calendar h3,
#calendar h4,
#calendar h5,
#calendar h6 {
    line-height: 3rem;
}

table.table .h1,
table.table .h2,
table.table .h3,
table.table .h4,
body table.table,
table.table h1,
table.table h2,
table.table h3,
table.table h4,
table.table h5,
table.table h6 {
    line-height: 1.5rem !important;
}

.table-sm td,
.table-sm th {
    padding: .3rem !important;
}

.dropdown-menu.bootstrap-datetimepicker-widget {
    transform: none;
    opacity: 1;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto;
}

.separator {
    color: #000;
    font-weight: bold;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    font-weight: bold;
}

#chat .card {
    font-size: 1rem;
}

#chat .list-group-item :first-child {
    margin-right: 0px;
}

#chat .list-group-flush .list-group-item {
    display: block;
}

#chat .card .card-header:not([class*=header-]) {
    box-shadow: none;
}

#chat .card .card-header {
    background: none;
    margin-top: 0px;
}

#chat .btn.btn-fab .far,
.btn.btn-just-icon .far,
.btn.btn-fab .fas,
.btn.btn-just-icon .fas {
    margin-top: 0;
    position: absolute;
    width: 100%;
    transform: none;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 41px;
    font-size: 20px;
}

.btn.btn-fab,
.btn.btn-just-icon {
    font-size: 24px;
    height: 41px;
    min-width: 41px;
    width: 41px;
    padding: 0;
    overflow: hidden;
    position: relative;
    line-height: 41px;
}

.sidebar .nav i.fa-spin {
    font-size: 1rem;
    margin: 0px;
    width: auto;
}