﻿/* MainContent */
.MainContent {
    display: flex;
    flex-direction: row-reverse;
}

.content-wrapper {
    padding: 0 14px 0 0;
    height: auto;
}

.main-container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
    padding: 0;
}

.MainContent, .commentSection, .LocationSection {
    margin-top: 30px !important;
}

    .LocationSection .card {
        border: 1px solid #11111124 !important;
    }
/*  Content */
.content-wrapper-scroll {
    padding: 0
}

#Location #MapDiv {
    z-index: 0;
}


@media(max-width: 1199.98px) {
    .content-wrapper {
        height: auto;
        padding: 0 15px 0 15px
    }
}

.gutters {
    margin-right: -10px;
    margin-left: -10px
}

    .gutters > .col,
    .gutters > [class*=col-] {
        padding-right: 10px;
        padding-left: 10px
    }

.MainContent .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color:;
    --bs-card-subtitle-color:;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

    .MainContent .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .MainContent .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .MainContent .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: var(--bs-card-inner-border-radius);
            border-top-right-radius: var(--bs-card-inner-border-radius)
        }

        .MainContent .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: var(--bs-card-inner-border-radius);
            border-bottom-left-radius: var(--bs-card-inner-border-radius)
        }

        .MainContent .card > .card-header + .list-group,
        .MainContent .card > .list-group + .card-footer {
            border-top: 0
        }

.MainContent .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.MainContent .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.MainContent .card-subtitle {
    margin-top: calc(-0.5*var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.MainContent .card-text:last-child {
    margin-bottom: 0
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.MainContent .card-link + .card-link {
    margin-left: var(--bs-card-spacer-x)
}

.MainContent .card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

    .MainContent .card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
    }

.MainContent .card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

    .MainContent .card-footer:last-child {
        border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
    }

.MainContent .card-header-tabs {
    margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1*var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5*var(--bs-card-cap-padding-x));
    border-bottom: 0
}

    .MainContent .card-header-tabs .nav-link.active {
        background-color: var(--bs-card-bg);
        border-bottom-color: var(--bs-card-bg)
    }

.MainContent .card-header-pills {
    margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5*var(--bs-card-cap-padding-x))
}

.MainContent .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.MainContent .card-img,
.MainContent .card-img-top,
.MainContent .card-img-bottom {
    width: 100%
}

.MainContent .card-img,
.MainContent .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.MainContent .card-img,
.MainContent .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.MainContent .card-group > .card {
    margin-bottom: var(--bs-card-group-margin)
}

@media(min-width: 576px) {
    .MainContent .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .MainContent .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .MainContent .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .MainContent .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .MainContent .card-group > .card:not(:last-child) .card-img-top,
                .MainContent .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0
                }

                .MainContent .card-group > .card:not(:last-child) .card-img-bottom,
                .MainContent .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0
                }

            .MainContent .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .MainContent .card-group > .card:not(:first-child) .card-img-top,
                .MainContent .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0
                }

                .MainContent .card-group > .card:not(:first-child) .card-img-bottom,
                .MainContent .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0
                }
}

.MainContent .card-50 {
    min-height: 50px
}

.MainContent .card-150 {
    min-height: 150px
}

.MainContent .card-170 {
    min-height: 170px
}

.MainContent .card-186 {
    min-height: 186px
}

.MainContent .card-210 {
    min-height: 210px
}

.MainContent .card-230 {
    min-height: 230px
}

.MainContent .card-270 {
    min-height: 270px
}

.MainContent .card-330 {
    min-height: 330px
}

.MainContent .card-370 {
    min-height: 370px
}

.MainContent .card-390 {
    min-height: 390px
}

.MainContent .card-450 {
    min-height: 450px
}

.MainContent .card-800 {
    min-height: 800px
}

.MainContent .card {
    border: 0;
    box-shadow: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

    .MainContent .card .create-offer-container, .MainContent .card .center.m-t-20 {
        padding-bottom: 20px !important;
    }

    .MainContent .card .card-header {
        padding: 1.25rem 1.25rem 0 1.25rem;
        background: rgba(0, 0, 0, 0);
        border: 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .MainContent .card .card-header .card-title {
            font-size: 1.2rem;
            margin: 0;
            color: #fff;
            font-weight: 400;
            line-height: 150%
        }

            .MainContent .card .card-header .card-title.dark {
                color: #111
            }

    .MainContent .card .card-body {
        padding: 1.25rem 1.25rem
    }

        .MainContent .card .card-body .card-title {
            margin: 10px 0 0 0;
            font-size: 1.8rem;
            font-weight: 400;
            line-height: 150%;
            color: #fff
        }

            .MainContent .card .card-body .card-title.dark {
                color: #111
            }

        .MainContent .card .card-body.h-170 {
            min-height: 170px
        }

        .MainContent .card .card-body.h-250 {
            min-height: 250px
        }

        .MainContent .card .card-body.h-300 {
            min-height: 300px
        }

    .MainContent .card .card-loading {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        cursor: wait;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, .3)
    }


    .MainContent .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .MainContent .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .MainContent .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: var(--bs-card-inner-border-radius);
            border-top-right-radius: var(--bs-card-inner-border-radius)
        }

        .MainContent .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: var(--bs-card-inner-border-radius);
            border-bottom-left-radius: var(--bs-card-inner-border-radius)
        }

        .MainContent .card > .card-header + .list-group,
        .MainContent .card > .list-group + .card-footer {
            border-top: 0
        }

.MainContent .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.MainContent .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.MainContent .card-subtitle {
    margin-top: calc(-0.5*var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.MainContent .card-text:last-child {
    margin-bottom: 0
}

.MainContent .card-link + .card-link {
    margin-left: var(--bs-card-spacer-x)
}

.MainContent .card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

    .MainContent .card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
    }

.MainContent .card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

    .MainContent .card-footer:last-child {
        border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
    }

.MainContent .card-header-tabs {
    margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1*var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5*var(--bs-card-cap-padding-x));
    border-bottom: 0
}

    .MainContent .card-header-tabs .nav-link.active {
        background-color: var(--bs-card-bg);
        border-bottom-color: var(--bs-card-bg)
    }

.MainContent .card-header-pills {
    margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5*var(--bs-card-cap-padding-x))
}

.MainContent .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.MainContent .card-img,
.MainContent .card-img-top,
.MainContent .card-img-bottom {
    width: 100%
}

.MainContent .card-img,
.MainContent .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.MainContent .card-img,
.MainContent .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.MainContent .card-group > .card {
    margin-bottom: var(--bs-card-group-margin)
}

@media(min-width: 576px) {
    .MainContent .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .MainContent .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .MainContent .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .MainContent .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .MainContent .card-group > .card:not(:last-child) .card-img-top,
                .MainContent .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0
                }

                .MainContent .card-group > .card:not(:last-child) .card-img-bottom,
                .MainContent .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0
                }

            .MainContent .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .MainContent .card-group > .card:not(:first-child) .card-img-top,
                .MainContent .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0
                }

                .MainContent .card-group > .card:not(:first-child) .card-img-bottom,
                .MainContent .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0
                }
}


.car-locan-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
    flex-direction: row;
}

    .car-locan-container .loan-amount {
        display: flex;
        flex-direction: column
    }

        .car-locan-container .loan-amount p {
            font-size: 1rem
        }

        .car-locan-container .loan-amount h3,
        .car-locan-container .loan-amount .h3 {
            margin: 0
        }

    .car-locan-container .svg-container {
        width: 70px;
        /* margin: 0px 17px -30px auto; */
    }

        .car-locan-container .svg-container img {
            width: 100px;
        }

#ClinicAbout .car-locan-container .svg-container img {
    width: 40px;
}

.MainContent .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

    .MainContent .row > * {
        flex-shrink: 0;
        /* width: 100%; */
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)*.5);
        padding-left: calc(var(--bs-gutter-x)*.5);
        margin-top: var(--bs-gutter-y)
    }

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media(max-width: 768px) {
    .MainContent .row {
        --bs-gutter-x: 0;
        margin: 5px 5px !important;
    }
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

@media(min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(max-width: 576px) {
    .d-xs-none {
        display: none !important;
    }
}

@media(min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }

    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}



@media(min-width: 1400px) {
    .d-xl-block {
        display: block !important;
    }

    .d-xl-none {
        display: block !important;
    }

    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }
}



.MainContent .col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

    .table > :not(caption) > * > * {
        padding: .5rem .5rem;
        color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
        background-color: var(--bs-table-bg);
        border-bottom-width: var(--bs-border-width);
        box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
    }

    .table > tbody {
        vertical-align: inherit
    }

    .table > thead {
        vertical-align: bottom
    }

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem .25rem
}

.table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 var(--bs-border-width)
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-borderless > :not(:first-child) {
    border-top-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
    --bs-table-color: #111111;
    --bs-table-bg: #cce3f7;
    --bs-table-border-color: #a7b9c9;
    --bs-table-striped-bg: #c3d9ec;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #b9cee0;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #bed3e6;
    --bs-table-hover-color: #111111;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #111111;
    --bs-table-bg: #eef0f3;
    --bs-table-border-color: #c2c3c6;
    --bs-table-striped-bg: #e3e5e8;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #d8dadc;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #dddfe2;
    --bs-table-hover-color: #111111;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #111111;
    --bs-table-bg: #cde6df;
    --bs-table-border-color: #a7bbb6;
    --bs-table-striped-bg: #c4dbd5;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #bad1ca;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #bfd6d0;
    --bs-table-hover-color: #111111;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #111111;
    --bs-table-bg: #d8e1f3;
    --bs-table-border-color: #b0b7c6;
    --bs-table-striped-bg: #ced7e8;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #c4ccdc;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #c9d1e2;
    --bs-table-hover-color: #111111;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #111111;
    --bs-table-bg: #fdf2cc;
    --bs-table-border-color: #cec5a7;
    --bs-table-striped-bg: #f1e7c3;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #e5dcb9;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #ebe1be;
    --bs-table-hover-color: #111111;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #111111;
    --bs-table-bg: #facdd5;
    --bs-table-border-color: #cba7ae;
    --bs-table-striped-bg: #eec4cb;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #e3bac1;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #e9bfc6;
    --bs-table-hover-color: #111111;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #111111;
    --bs-table-bg: #f0f8ff;
    --bs-table-border-color: #c3cacf;
    --bs-table-striped-bg: #e5ecf3;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #dae1e7;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #dfe7ed;
    --bs-table-hover-color: #111111;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #111111;
    --bs-table-bg: #a3b5c5;
    --bs-table-border-color: #8694a1;
    --bs-table-striped-bg: #9cadbc;
    --bs-table-striped-color: #111111;
    --bs-table-active-bg: #94a5b3;
    --bs-table-active-color: #111111;
    --bs-table-hover-bg: #98a9b8;
    --bs-table-hover-color: #111111;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.gutters > .col,
.gutters > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}


.dropdown-menu.md {
    /* width: 20rem; */
    width: auto;
    height: 33rem;
    box-shadow: 1px 3px 10px 0px #ccc;
}


.header-profile-avatar {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px
}

    .header-profile-avatar img {
        width: 130px;
        height: 130px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px
    }

.header-profile-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 5px 15px 5px;
    background: url("./img/header-profile-bg.svg") no-repeat;
    background-size: 100%;
    margin: -40px 10px 10px 10px;
    flex-direction: column;
    color: #dcdbdc;
    -webkit-border-radius: 10px 10px 20px 20px;
    -moz-border-radius: 10px 10px 20px 20px;
    border-radius: 10px 10px 20px 20px
}

    .header-profile-block h5,
    .header-profile-block .h5 {
        margin: 0 0 8px 0
    }

    .header-profile-block p {
        line-height: 150%
    }

    .header-profile-block h5 {
        font-size: 1.2em;
    }

    .header-profile-block h1 {
        margin: 0;
    }


.header-profile-actions {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: flex-start;
}

    .header-profile-actions a {
        /*padding: 12px 10px;*/
        transition: all .5s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
        font-size: .925rem;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        margin: 0 3px;
        /*min-width: 80px;*/
        color: #111;
    }

        .header-profile-actions a i {
            margin-bottom: .4rem;
            font-size: 1.6rem;
            vertical-align: text-top;
            color: #333;
        }

            .header-profile-actions a i img {
                width: 40px;
            }

.header-profile-avatar {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px
}





.header-profile-block h5,
.header-profile-block .h5 {
    margin: 0 0 8px 0
}

.header-profile-block p {
    line-height: 150%
}



.profile-content {
    color: #dcdbdc;
    padding: 25px 8px 15px 8px;
}

.dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #ccc;
    /*border: 0;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 12rem
}

    .dropdown-menu:before {
        position: absolute;
        top: -9px;
        left: 12px;
        content: "";
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-right: 8px solid rgba(0, 0, 0, 0);
        border-bottom: 9px solid #3736a7
    }

    .dropdown-menu.dropdown-menu-end {
        right: 0
    }

        .dropdown-menu.dropdown-menu-end:before {
            right: 15px;
            left: auto;
            top: -9px
        }

    .dropdown-menu.mini {
        width: 50px;
        min-width: auto
    }

    .dropdown-menu.sm {
        width: 15rem;
        min-width: auto
    }


    .dropdown-menu.lrg {
        width: 24rem
    }

    .dropdown-menu .dropdown-item {
        padding: .5rem 1rem .5rem 1rem;
        line-height: 100%;
        position: relative;
        color: #8a8a8a
    }

        .dropdown-menu .dropdown-item:hover {
            background: #353335
        }

        .dropdown-menu .dropdown-item:first-child {
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px
        }

        .dropdown-menu .dropdown-item:last-child {
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px
        }

        .dropdown-menu .dropdown-item.active-page {
            background: #4e4c4e;
            pointer-events: none;
            cursor: not-allowed
        }

    .dropdown-menu .dropdown-divider {
        border-top: 1px solid #353335
    }

    .dropdown-menu .dropdown-menu-header {
        padding: .7rem 1rem;
        margin-bottom: .5rem;
        background: #353335;
        color: #dcdbdc;
        font-size: .925rem;
        font-weight: bold
    }

    .dropdown-menu.white-dropdown {
        background-color: #fff
    }

        .dropdown-menu.white-dropdown:before {
            border-bottom: 9px solid #fff
        }

.dropdown-toggle::after {
    vertical-align: middle
}

.dropdown-toggle.sub-nav-link::after {
    float: right;
    margin: .15rem 0 0 0;
    border-right: 0;
    border-left: 5px solid;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0)
}

.header-profile-avatar {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px
}



ul.statistics {
    margin: 10px 20px 0 20px;
    z-index: 10;
    position: relative
}

    ul.statistics li {
        display: flex;
        align-items: center;
        margin: 0 0 20px 0;
        color: #fff;
        font-size: 1rem
    }

        ul.statistics li .stat-icon {
            background: #fff;
            box-shadow: -7px -7px 0 rgba(0, 0, 0, .1);
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            margin: 0 15px 0 25px
        }

            ul.statistics li .stat-icon img {
                width: 40px;
            }

            ul.statistics li .stat-icon i {
                font-size: 1.5rem;
                color: #e73d67
            }

        ul.statistics li:last-child {
            margin: 0
        }

.globe-bg:before {
    content: "";
    background: url(./img/hospital-building-001-global.webp) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-position: center left;
    background-size: 50%;
    opacity: .3;
    z-index: 0
}




.chats {
    position: relative;
    padding: 0
}

    .chats li {
        margin-bottom: 25px
    }

        .chats li.chats-left,
        .chats li.chats-right {
            position: relative
        }

        .chats li img {
            /* width: 50px;
    height: 50px; */
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px
        }

        .chats li .chats-avatar {
            float: left
        }

            .chats li .chats-avatar .stat-icon {
                background: #fff;
                width: 48px;
                height: 48px;
                display: flex;
                align-items: center;
                justify-content: center;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
                margin: 0 15px 0 25px;
                font-weight: bold;
                color: #eee
            }

        .chats li.chats-right > .chats-avatar {
            float: right;
            display: flex;
            flex-direction: column;
        }

        .chats li .chats-name {
            font-size: .9rem;
            text-align: center;
            margin-top: 5px;
            color: #111
        }

        .chats li .chats-hour {
            margin: 5px 0 0 70px;
            padding: 2px;
            margin-bottom: 20px;
            font-size: .9rem;
            color: #fff
        }

            .chats li .chats-hour > span {
                font-size: .9rem;
                color: #b2ce84
            }

        .chats li .chats-text {
            margin: 0 0 0 70px;
            padding: 15px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background-color: #fff;
            left: 15px;
            line-height: 170%;
            font-size: .9rem
        }

            .chats li .chats-text:before {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                top: auto;
                left: 52px;
                border: 10px solid;
                border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
            }

        .chats li.chats-right > .chats-text {
            text-align: right;
            right: 16px;
            margin: 0 102px 0 0;
            background-color: #fff
        }

            .chats li.chats-right > .chats-text:before {
                left: auto;
                right: 83px;
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff
            }

        .chats li.chats-right > .chats-hour {
            text-align: right;
            margin: 0 70px 0 0
        }



.rating-block {
    width: 70px !important;
    line-height: 100%
}

    .rating-block img {
        width: 17px;
        height: 17px
    }



.create-offer-container {
    background: #f2f2f2;
    padding: 1rem 1.5rem 1rem 1.5rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

    .create-offer-container h4,
    .create-offer-container .h4 {
        font-size: 1.2rem;
        color: #000;
        font-weight: 400;
        margin: 0 0 1rem 0;
    }

    .create-offer-container label {
        color: #000;
    }

    .create-offer-container .form-control {
        margin: 0 0 .5rem 0;
        max-height: 100px;
        min-height: 100px
    }

    .create-offer-container .share-thoughts-footer {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .create-offer-container .share-thoughts-footer .share-icons {
            display: flex
        }

            .create-offer-container .share-thoughts-footer .share-icons a {
                width: 40px;
                height: 40px;
                margin: 0 .3rem 0 0;
                display: flex;
                align-items: center;
                justify-content: center;
                background: rgba(255, 255, 255, .1);
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px
            }

                .create-offer-container .share-thoughts-footer .share-icons a i {
                    font-size: 1.2rem;
                    color: #fff
                }


.control-dark .form-control {
    border: 1px solid #515252;
    color: #989da1;
    background-color: #282a2b
}

    .control-dark .form-control:hover {
        border: 1px solid #8c8d8d
    }

    .control-dark .form-control:focus {
        border-color: #8c8d8d;
        color: #989da1;
        outline-color: #8c8d8d !important
    }


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #232629;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    color: #232629;
    background-color: var(--bs-body-bg);
    border-color: #80b9ec;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 115, 216, .25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #232629;
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: var(--bs-border-width) 0
}

    .form-control-plaintext:focus {
        outline: 0
    }

    .form-control-plaintext.form-control-sm,
    .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm)
}

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -0.25rem -0.5rem;
        margin-inline-end: .5rem
    }

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -0.5rem -1rem;
        margin-inline-end: 1rem
    }

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        border: 0 !important;
        border-radius: var(--bs-border-radius)
    }

    .form-control-color::-webkit-color-swatch {
        border: 0 !important;
        border-radius: var(--bs-border-radius)
    }

    .form-control-color.form-control-sm {
        height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))
    }

    .form-control-color.form-control-lg {
        height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
    }



.autoHighetFix {
    height: 95% !important;
}


.MainContent .service-item img {
    border: none;
}

ul.ServiceList li > a {
    display: flex;
    justify-content: space-around;
    width: 100%;
}


    ul.ServiceList li > a .ServiceListDetails {
        display: flex;
    }

    ul.ServiceList li > a.service-item button {
        border-radius: 25px;
    }

    ul.ServiceList li > a .ServiceListDetails .title {
        color: #fff;
    }



.clinic-page .section#Doctors {
    z-index: 11;
}

.clinic-page .section {
    right: 0;
    /* background-color: #35becc;*/
    overflow: visible;
    border-top: none;
}

    .clinic-page .section .clinic-posts .post-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

.AboutContent .section-expand button {
    color: #fff;
    padding: inherit;
    background: inherit;
    height: auto;
    background-color: #7170e8;
    width: 86px;
    height: 30px;
    padding-right: 0px;
}

.AboutContent {
    background-color: rgb(141, 200, 232);
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-end;
    display: flex;
    align-items: flex-start;
    margin-top: 35px !important;
    margin-bottom: 25px !important;
    max-height: 320px;
    margin-right: 24px !important;
    width: 97%;
    border-radius: 10px;
    padding-right: 0px !important;
    overflow: hidden;
}

.AboutDetails .aboutContentInner {
    margin: 0 6px 0 6px;
    border: 1px #eee solid;
    border-radius: 0 0 10px 10px;
    min-height: calc(100% - 50px);
    height: fit-content;
    padding: 10px;
}

.AboutContent .aboutBody {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.AboutContent .aboutImage {
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.AboutContent .aboutText {
    padding-bottom: 25px;
}

.AboutContent .aboutImage,
.AboutContent .aboutImage img {
    padding-right: 0;
}

    .AboutContent .aboutImage img {
        height: 100%;
        /*width: 100%;*/
        object-fit: fill;
    }

.AboutContent .aboutImageBlure {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    filter: blur(7px);
    top: 0;
    z-index: -1;
}

.post-item .post-header {
    background: none;
    /*  background: url(images/icon/minus-icon.png) right no-repeat;*/
    background-size: 30px;
    padding-top: 5px;
    padding-right: 15px;
    cursor: pointer;
    background-color: #d7d7d7;
    width: 100%;
    text-align: right;
    height: 55px;
    display: flex;
    align-items: center;
}

    .post-item .post-header img.arrow {
        width: 20px;
        margin: 0 10px;
    }

.post-item.closed .post-header img.arrow {
    animation-name: rotateIconDown;
    animation-duration: 0.7s;
    @import url('file:///E:\Sample Code\Blog\profile-card-hover\profile-card-hover\dist\style.css');
    transform: rotate(90deg);
}

.post-item .post-header img.arrow {
    animation-name: rotateIconTop;
    animation-duration: 0.7s;
    transform: rotate(270deg);
}

.post-item.closed .post-header {
    background-image: none;
}

.post-item .post-body {
    text-align: right;
    border-radius: 0 0 10px 8px;
    background-color: #f7f7f7;
    width: 98.5%;
    height: 100%
}

.section-about .about-summary {
    height: auto !important;
}

.AboutDetails {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 45px;
    left: 0;
    background-color: #ffffff;
    z-index: 1;
    overflow-y: auto;
}

    .AboutDetails.hideAbout {
        display: none;
    }

    .AboutDetails.ShowAbout {
        display: block;
    }

    .AboutDetails .AboutDetailsContent {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .AboutDetails .AboutDetailsHeader {
        background: linear-gradient(45deg, #d63939 0%, #ff857b 100%);
        display: flex;
        flex-direction: row-reverse;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .AboutDetails .AboutDetailsFooter {
        height: 50px;
        /*background-color: #eee;*/
        display: flex;
        padding: 0 6px;
        align-items: center;
        position: fixed;
        width: 100%;
        bottom: 0;
    }

    .AboutDetails .AboutDetailsFooters {
        background-color: #eee;
        width: 100%;
        height: 100%;
        display: flex;
        border-radius: 0 0 10px 10px;
        padding: 10px;
    }

@media(min-width: 768px) {
    .AboutDetails .AboutDetailsFooter {
    }
}


.AboutDetails .AboutDetailsHeader i.material-icons.iconClose {
    color: #fff;
    cursor: pointer;
}

.aboutItemClick .titleAbout {
    font-size: 20px
}

.aboutItemClick .car-locan-container {
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.MainContent .aboutItemClick .card {
    height: 80px;
}
/*.post-item.closed .post-body {
    background-color: #eee;
    animation-name: bodyClose;
    animation-duration: 0.7s;
        height: 0%;
}

@keyframes bodyClose {
    from {
        height: 100%;
    }

    to {
        height: 0%;
    }
}

@keyframes bodyOpen {

    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}*/
@media(min-width: 768px) {
    .AboutContent .aboutImage {
        display: flex !important;
        justify-content: center;
    }
}


@media(max-width: 1200px) {
    .post-item .post-body {
        width: 98.5%;
    }
    /*.AboutContent .aboutText{
        width:100%;
    }*/
}

@media(max-width: 992px) {
    .post-item .post-body {
        width: 98%;
    }
}

@media(max-width: 768px) {
    .post-item .post-body {
        width: 94%;
    }

    .MainContent .section-about.section {
        padding: 0 19px;
    }

    .AboutContent .aboutBody {
        flex-direction: column;
    }

    .MainContent .section-about.section .about-summary h2 {
        -webkit-line-clamp: 6 !important;
        line-clamp: 6 !important
    }

    .AboutContent .aboutBody > div {
        width: 100%;
    }
}

@media(max-width: 500px) {
    .post-item .post-body {
        width: 91%;
    }
}


.MainContent .section-about.fixed {
    padding: 0px;
    background-color: #00000059;
    height: 100vh;
    animation-name: sectionAboutTopZiro;
    animation-duration: 0.7s;
    /* top: -50px;*/
    margin-top: 0px;
}

@keyframes sectionAboutTopZiro {
    from {
        top: 100vh;
    }

    to {
        top: 0vh;
    }
}

.MainContent .section-about.goDown {
    animation-name: sectionAboutDownZiro;
    animation-duration: 0.7s;
    top: 100vh;
    position: fixed;
    z-index: 101;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
}

.MainContent .section-about.section {
    background-color: transparent;
}

.MainContent .section-about.fixed.section {
    background-color: #fff;
}

.MainContent .section-about.section .about-summary h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.MainContent .section-about.section.fixed .about-summary h2 {
    -webkit-box-orient: horizontal;
}



@keyframes sectionAboutDownZiro {

    from {
        top: 0vh;
    }

    to {
        top: 100vh;
    }
}



.MainContent .section-about.fixed > .row {
    background-color: #fff;
    min-height: 100vh;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
}

    .MainContent .section-about.fixed > .row .clinic-posts {
        overflow-y: auto;
        overflow-x: hidden;
        /*height: 86vh;*/
        /*height: 35em;*/
        height: 80vmin;
    }

@media screen and (max-width: 768px) {
    .MainContent .section-about.fixed > .row .clinic-posts {
        height: 90vmin;
    }
}

@media screen and (max-width: 650px) {
    .MainContent .section-about.fixed > .row .clinic-posts {
        height: 100vmin;
    }
}

@media screen and (max-width: 550px) {
    .MainContent .section-about.fixed > .row .clinic-posts {
        height: 110vmin;
    }
}

@media screen and (max-width: 450px) {
    .MainContent .section-about.fixed > .row .clinic-posts {
        height: 130vmin;
    }
}

@media screen and (max-width: 400px) {
    .MainContent .section-about.fixed > .row .clinic-posts {
        height: 145vmin;
    }
}

@media screen and (max-width: 350px) {
    .MainContent .section-about.fixed > .row .clinic-posts {
        height: 160vmin;
    }
}


.MainContent .section-about.fixed > .row .section-header {
    border-radius: 10px 10px 0 0;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eee;
    padding: 10px 35px 10px 15px;
}

    .MainContent .section-about.fixed > .row .section-header .btn-close {
        margin-top: 0px;
    }

    .MainContent .section-about.fixed > .row .section-header .arrow {
        width: 30px;
        border: 2px #000000 solid;
        border-radius: 25px;
        cursor: pointer;
    }

.MainContent .section-about.fixed > .row .post-header {
    border-radius: 10px;
}

.MainContent .section-about.fixed > .row .section-header .arrow {
    animation-name: rotateIconDown;
    animation-duration: 1.5s;
    transform: rotate(90deg);
}




@keyframes rotateIconTop {
    from {
        transform: rotate(90deg);
    }

    to {
        transform: rotate(270deg);
    }
}

@keyframes rotateIconDown {
    from {
        transform: rotate(270deg);
    }

    to {
        transform: rotate(90deg);
    }
}


@keyframes listClose {
    from {
        height: 714px;
    }

    to {
        height: 0px;
    }
}

@keyframes listOpen {
    from {
        height: 0px;
    }

    to {
        height: 714px;
    }
}

/*.collapsible.popout.doctor-list {
    height: 77vh;
    overflow-y: scroll;
    direction: ltr;
}

.doctorModal {
    height: 100vh;
}*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*  Sidebar */
.sidebar-wrapper {
    width: 160px;
    padding: 0;
    background: #1b1a1b;
    height: 475px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    top: 10px;
    left: 10px;
    z-index: 1;
    -webkit-transition: left .3s ease, width .3s ease;
    transition: left .3s ease, width .3s ease
}

@keyframes iconUpDown {

    0%, 100% {
        transform: translateY(3px)
    }

    50% {
        transform: translateY(-3px)
    }
}

.sidebar-wrapper .sidebar-menu {
    padding: 0
}

    .sidebar-wrapper .sidebar-menu ul {
        display: flex;
        flex-direction: column;
        padding-top: 40px;
    }

        .sidebar-wrapper .sidebar-menu ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            position: relative;
            padding: 12px 15px 12px 15px;
            color: #979697;
            font-size: .925rem;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            position: relative
        }

            .sidebar-wrapper .sidebar-menu ul li a i {
                margin-bottom: 7px;
                font-size: 1.4rem;
                background-color: #fff;
                text-shadow: none;
                color: #fff;
                width: 48px;
                height: 48px;
                display: flex;
                align-items: center;
                justify-content: center;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px
            }

                .sidebar-wrapper .sidebar-menu ul li a i img {
                    width: 45px;
                }

            .sidebar-wrapper .sidebar-menu ul li a .menu-text {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                white-space: nowrap;
                text-overflow: ellipsis;
                -ms-flex-negative: 1;
                flex-shrink: 1;
                overflow: hidden
            }

            .sidebar-wrapper .sidebar-menu ul li a:hover {
                background-color: #2c2a2c;
                color: #979697
            }

                .sidebar-wrapper .sidebar-menu ul li a:hover i {
                    animation: iconUpDown 1s linear infinite
                }

        .sidebar-wrapper .sidebar-menu ul li.active-page-link {
            background: #2b2a2b;
            position: relative;
            pointer-events: none
        }

            .sidebar-wrapper .sidebar-menu ul li.active-page-link a {
                color: #fff
            }

                .sidebar-wrapper .sidebar-menu ul li.active-page-link a i {
                    color: #fff;
                    -webkit-border-radius: 50px;
                    -moz-border-radius: 50px;
                    border-radius: 50px
                }

        .sidebar-wrapper .sidebar-menu ul li.active a i {
            color: #fff;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px
        }

        .sidebar-wrapper .sidebar-menu ul li.active a.current-page {
            background: #2b2a2b;
            pointer-events: none;
            position: relative;
            color: #fff
        }

        .sidebar-wrapper .sidebar-menu ul li.active .sidebar-submenu {
            display: block
        }


    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu {
        display: none
    }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
            padding: 0
        }

            .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding: 10px 7px 10px 7px;
                margin: 2px 8px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px
            }

                .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:hover {
                    background: #2c2a2c;
                    color: #8a8a8a
                }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        right: 30px
    }

.sidebar-brand {
    margin: 0
}

    .sidebar-brand .logo {
        padding: 2.2rem 1rem 2.5rem 1rem;
        min-height: 80px;
        margin: 0;
        display: flex;
        justify-content: center
    }

        .sidebar-brand .logo img {
            max-width: 90px;
            max-height: 50px
        }

.app-brand-sm .logo {
    max-width: 190px;
    max-height: 40px
}



@media screen and (max-width: 1199.98px) {
    .page-wrapper .sidebar-wrapper {
        left: -180px
    }

    .sidebar-wrapper {
        width: 0;
    }

    .page-wrapper.toggled .sidebar-wrapper {
        left: 10px
    }
}

.gradient-teal {
    background: #36929b;
    background: linear-gradient(45deg, #36929b 0%, #34c2d0 100%)
}

.gradient-blue {
    background: #0066e0;
    background: linear-gradient(45deg, #0066e0 0%, #00d0ff 100%)
}

.gradient-blue2 {
    background: #0874af;
    background: linear-gradient(45deg, #0874af 0%, #6cbce8 100%)
}

.gradient-blue-cream {
    background: #2d71ab;
    background: linear-gradient(45deg, #2d71ab 0%, #fae6e3 100%)
}

.gradient-mist {
    background: #b0d0c9;
    background: linear-gradient(45deg, #b0d0c9 0%, #d6e1e7 100%)
}

.gradient-mist2 {
    background: #85b2ba;
    background: linear-gradient(45deg, #85b2ba 0%, #d0dfe2 100%)
}

.page-header .toggle-sidebar {
    /*  در حال حاضر غیر فال شد*/
    display: none !important;
}

.gradient-red, .header-actions > li .user-settings .avatar .status.busy, .page-header .toggle-sidebar {
    background: #d63939;
    background: linear-gradient(45deg, #d63939 0%, #ff857b 100%)
}

    .gradient-orange,
    .page-header .toggle-sidebar:hover {
        background: #d4552d;
        background: linear-gradient(45deg, #d4552d 0%, #ff8e67 100%)
    }

.gradient-orange2 {
    background: #ff504b;
    background: linear-gradient(45deg, #ff504b 0%, #fea061 100%)
}

.gradient-pink,
.login-box .login-form .login-form-actions .btn .icon {
    background: #e73d67;
    background: linear-gradient(45deg, #e73d67 0%, #f98faa 100%)
}

.gradient-pink-teal {
    background: #f56d92;
    background: linear-gradient(45deg, #f56d92 0%, #29afaf 100%)
}

.gradient-brick {
    background: #ca8f8c;
    background: linear-gradient(45deg, #ca8f8c 0%, #eec5d4 100%)
}

.gradient-green,
.nav-tabs .nav-link.active,
.header-actions > li .user-settings .avatar .status.online {
    background: #49914e;
    background: linear-gradient(45deg, #49914e 0%, #b2d553 100%)
}

.gradient-green2 {
    background: #75a855;
    background: linear-gradient(45deg, #75a855 0%, #2ea557 100%)
}

.gradient-green-orange {
    background: #48934b;
    background: linear-gradient(45deg, #48934b 0%, #fe9e60 100%)
}

.gradient-peach,
.page-item.active .page-link,
.profile-header .profile-header-content .profile-header-tiles .profile-tile > .icon {
    background: #ff7778;
    background: linear-gradient(45deg, #ff7778 0%, #ffa267 100%)
}

.gradient-peach2 {
    background: linear-gradient(to right, #ef473a, #cb2d3e)
}

.gradient-peach3 {
    background: #fe7974;
    background: linear-gradient(90deg, #fe7974 0%, #fe8c68 25%, #ff9968 50%, #ff9e67 100%)
}

.gradient-peach4 {
    background: #f5cec6;
    background: linear-gradient(45deg, #f5cec6 0%, #fae6e3 100%)
}

.gradient-yellow,
.header-actions > li .user-settings .avatar .status.away {
    background: #e78000;
    background: linear-gradient(45deg, #e78000 0%, #ffd26a 100%)
}

.gradient-violet {
    background: #374bc3;
    background: linear-gradient(45deg, #374bc3 0%, #8695e8 100%)
}

.gradient-violet2,
.login-box {
    background: #201f8e;
    background: linear-gradient(45deg, #201f8e 0%, #31bfce 100%)
}

.gradient-violet3 {
    background: #201f8e;
    background: linear-gradient(45deg, #201f8e 0%, #7170e8 100%)
}

.gradient-violet-light {
    background: #4847ce;
    background: linear-gradient(45deg, #4847ce 0%, #ffffff 100%)
}

.gradient-violet-pink {
    background: #216ed8;
    background: linear-gradient(45deg, #216ed8 0%, #fa7799 100%)
}

.gradient-dark-grey,
.modal.modal-dark .modal-content,
.product-list-card,
.product-added-card,
.product-card {
    background: #464646;
    background: linear-gradient(45deg, #464646 0%, #141819 100%)
}

.gradient-dark-grey2 {
    background: #292929;
    background: linear-gradient(45deg, #292929 0%, #676767 100%)
}

.gradient-grey {
    background: #565656;
    background: linear-gradient(45deg, #565656 0%, #393d3e 100%)
}

.gradient-grey2 {
    background: #b1aba6;
    background: linear-gradient(45deg, #b1aba6 0%, #e0e2e0 100%)
}

.gradient-grey3 {
    background: #bfbfbf;
    background: linear-gradient(45deg, #bfbfbf 0%, #ffffff 100%)
}

.gradient-white {
    background: #e9f0f9;
    background: linear-gradient(45deg, #e9f0f9 0%, #d7e1ec 100%)
}

.gradient-pearl,
.modal .modal-content {
    background: #fff;
    background: linear-gradient(45deg, #ffffff 0%, #f1f8ff 100%)
}

.gradient-pearl2 {
    background: #fff;
    background: linear-gradient(45deg, #ffffff 0%, #e8e8e8 100%)
}

.gradient-silver-light {
    background: #a3b8d2;
    background: linear-gradient(45deg, #a3b8d2 0%, #c6d5e3 100%)
}

.gradient-silver-dark {
    background: #849ab8;
    background: linear-gradient(45deg, #849ab8 0%, #364961 100%)
}

.gradient-teal-brown {
    background: #3797a1;
    background: linear-gradient(45deg, #3797a1 0%, #bc805a 100%)
}

.gradient-teal-cream {
    background: #0d95ad;
    background: linear-gradient(45deg, #0d95ad 0%, #ffd2c1 100%)
}

.color-light-cream {
    background-color: #ffd2c1;
}

.color-light-violet3 {
    background-color: #7170e8 !important;
}

.color-light-violet2 {
    background-color: #31bfce !important;
}

.color-light-peach {
    background-color: #ffa267 !important;
}

.color-light-teal {
    background-color: #34c2d0 !important;
}

.color-light-violet-pink {
    background-color: #fa7799 !important;
}

.color-light-grey2 {
    background-color: #a4a4a4 !important;
}

.color-light-orange2 {
    background-color: #fea061 !important;
}

.color-light-green {
    background-color: #b2d553 !important;
}

.color-green-2 {
    background-color: #3ec487 !important;
}

.color-light-yellow {
    background-color: #ffd26a !important;
}

.color-light-teal-cream {
    background-color: #FEBBCC !important;
}

.color-light-violet2 {
    background-color: #31bfce !important;
}



.bacground-white {
    background-color: #fefefe !important;
}



.gradient-vertical-strip {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 70%)
}

.gradient-vertical-strip-grey {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    background: #fff;
    background: linear-gradient(180deg, rgba(167, 167, 167, 0.3) 0%, rgba(181, 181, 181, 0.2) 30%, rgba(255, 255, 255, 0) 70%)
}


.page-header .toggle-sidebar {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
}

    .page-header .toggle-sidebar i {
        color: #fff;
        font-size: 1.1rem
    }

        .page-header .toggle-sidebar i img {
            width: 25px;
        }

@media(max-width: 1199.98px) {
    .page-header {
        padding: 0px 1rem 10px 1rem
    }

        .page-header .toggle-sidebar {
            display: flex;
            margin: 0 15px 0 0
        }
}

.breadcrumb-container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.globe-bg {
    overflow: hidden
}


.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: .25em;
    backface-visibility: hidden
}

    .icon-link > .bi {
        flex-shrink: 0;
        width: 1em;
        height: 1em;
        fill: currentcolor;
        transition: .2s ease-in-out transform
    }

@media(prefers-reduced-motion: reduce) {
    .icon-link > .bi {
        transition: none
    }
}

.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))
}

.gradient-pink,
.login-box .login-form .login-form-actions .btn .icon {
    background: #e73d67;
    background: linear-gradient(45deg, #e73d67 0%, #f98faa 100%)
}

.gradient-pink-teal {
    background: #f56d92;
    background: linear-gradient(45deg, #f56d92 0%, #29afaf 100%)
}

.gradient-brick {
    background: #ca8f8c;
    background: linear-gradient(45deg, #ca8f8c 0%, #eec5d4 100%)
}

.gradient-green,
.nav-tabs .nav-link.active,
.header-actions > li .user-settings .avatar .status.online {
    background: #49914e;
    background: linear-gradient(45deg, #49914e 0%, #b2d553 100%)
}

.gradient-green2 {
    background: #75a855;
    background: linear-gradient(45deg, #75a855 0%, #2ea557 100%)
}

.gradient-green-orange {
    background: #48934b;
    background: linear-gradient(45deg, #48934b 0%, #fe9e60 100%)
}

.gradient-peach,
.page-item.active .page-link,
.profile-header .profile-header-content .profile-header-tiles .profile-tile > .icon {
    background: #ff7778;
    background: linear-gradient(45deg, #ff7778 0%, #ffa267 100%)
}

.download-btn .icon {
    padding: 10px;
    background: #f3517b;
    margin-right: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

    .download-btn .icon img {
        width: 16px;
        height: 16px
    }

.download-btn:hover {
    border: 0
}

    .download-btn:hover img {
        animation: MoveUpDown 1s linear infinite
    }

.download-btn.lg {
    font-size: 1rem;
    padding: 6px 20px 6px 6px
}

    .download-btn.lg .icon {
        padding: 13px
    }

        .download-btn.lg .icon img {
            width: 18px;
            height: 18px
        }

.login-box .login-form .login-form-actions .btn .icon {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px 0 0
}

    .login-box .login-form .login-form-actions .btn .icon i {
        margin: 0;
        font-size: 1rem;
        color: #fff
    }

.login-box .login-form .login-form-actions .btn img.login-icon {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0
}

.icon {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 .6rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.profile-header .profile-header-content .profile-header-tiles .profile-tile > .icon i {
    font-size: 2rem
}





.indexSlider .responsiveImgHr {
    padding-bottom: 23%;
    display: flex;
}

@media(max-width: 768px) {
    .responsiveImgHr img {
        right: auto;
        left: auto;
        height: 170px !important;
    }

    .responsiveImgHr, .indexSlider {
        height: 170px;
    }
}



.MainContent {
    display: flex;
    justify-content: center;
}

.paddingLeftRight60 {
    padding: 0 60px 0 60px !important;
}
