@charset "UTF-8";

@keyframes pulse {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

.jvq-map {
    height: 300px
}

.jvectormap-goback, .jvectormap-zoomin {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #efefef;
    box-shadow: 0 0 13px 0 rgba(82,63,105,0.05);
    color: #4a5779;
    cursor: pointer;
    width: 25px;
    height: 25px;
    transition: .3s
}

.jvectormap-zoomout {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #efefef;
    box-shadow: 0 0 13px 0 rgba(82,63,105,0.05);
    color: #4a5779;
    cursor: pointer;
    width: 25px;
    height: 25px;
    transition: .3s;
    top: 55px
}

    .jvectormap-goback:hover, .jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
        background: #d4d4d4
    }

div#driver-popover-item .driver-popover-footer button {
    border: 1px solid rgba(0,0,0,0.1);
    color: #7286a2;
    text-shadow: none;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    border-radius: .25rem;
    background-color: transparent
}

    div#driver-popover-item .driver-popover-footer button:hover, div#driver-popover-item .driver-popover-footer button:focus {
        background-color: #f5f5f5;
        border-color: rgba(0,0,0,0.1);
        color: #7286a2;
        -webkit-box-shadow: none;
        box-shadow: none
    }

div#driver-popover-item .driver-popover-title {
    font-family: "Poppins",sans-serif;
    font-weight: 500
}

div#driver-popover-item .driver-popover-description {
    font-family: "Poppins",sans-serif;
    color: #7286a2;
    font-size: 12px
}

.jstree-default .jstree-anchor, .jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
    color: #7286a2
}

.jstree-default .jstree-clicked {
    background: #1ec1b0;
    box-shadow: none;
    color: #fff
}

.jstree-default .jstree-hovered:not(.jstree-clicked), .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
    background: #dffffc
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

    .slick-prev:hover, .slick-prev:focus {
        color: transparent;
        outline: 0;
        background: transparent
    }

    .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: 0;
        background: transparent
    }

    .slick-prev:hover:before, .slick-prev:focus:before {
        opacity: 1
    }

    .slick-next:hover:before, .slick-next:focus:before {
        opacity: 1
    }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .25
    }

    .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 15px 0
}

    .slick-dots li {
        margin: 0 5px;
        line-height: .8;
        text-align: center
    }

        .slick-dots li button {
            font-size: 0;
            width: 12px;
            height: 12px;
            background-color: #d8d8d8;
            border: 0;
            box-shadow: 0 3px 6px rgba(0,0,0,0.1);
            border-radius: 50%;
            transition: .3s;
            cursor: pointer;
            outline: 0
        }

        .slick-dots li.slick-active button {
            transform: scale(1.1);
            background-color: #4285f4
        }

.slick-slide {
    outline: 0
}

.toast-success {
    background-color: #1ec1b0
}

.toast-warning {
    background-color: #fda600
}

.toast-info {
    background-color: #5a9ee0
}

.toast-error {
    background-color: #ff737b
}

.tagify__tag {
    margin: 4px 0 4px 4px;
    font-family: "Poppins",sans-serif
}

.tagify__dropdown__item:hover {
    background-color: #f5f5f5
}

    .tagify__dropdown__item:hover p {
        color: #7286a2
    }

.tagify__dropdown {
    border: 1px solid rgba(0,0,0,0.1)
}

.tagify.tagify--focus {
    border-color: rgba(26,176,243,0.3)
}

.tagify__tag > div::before {
    background-color: #e1e9ff;
    color: #415094;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tagify__tag:hover:not([readonly]) div::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tagify__tag__removeBtn:hover {
    background: #ff737b
}

    .tagify__tag__removeBtn:hover + div::before {
        background-color: #ffc6ca
    }

.fc-event {
    line-height: 2
}

.fc-event-container > a, .fc-day-grid-event {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

.fc-popover .fc-header, .fc-more-popover .fc-event-container {
    padding: .5rem .75rem
}

.fc-popover .fc-header {
    background-color: #f8f9fa
}

th.fc-day-header span {
    color: #4a5779
}

.fc-popover .fc-header .fc-title {
    font-weight: 500;
    color: #4a5779
}

.fc-day-grid-event .fc-content {
    padding: 1px 6px
}

.fc-event {
    background-color: #4285f4;
    border: 1px solid #4285f4
}

    .fc-event.fc-event-primary {
        background-color: #4285f4;
        border: 1px solid #4285f4
    }

.fc-event-dot {
    background-color: #4285f4;
    border: 1px solid #4285f4
}

.external-events .fc-event {
    margin: 0 0 2px;
    padding: 1px 6px;
    cursor: pointer
}

table .alert[class*='alert-'] {
    display: block;
    margin: 0;
    color: initial
}

th.fc-day-header {
    padding: .75rem .5rem;
    font-size: 12px;
    font-weight: 600
}

.fc-toolbar h2 {
    font-size: 16px;
    text-transform: uppercase
}

.fc-event.fc-event-secondary {
    background-color: #a6c;
    border: 1px solid #a6c
}

.fc-event.fc-event-success {
    background-color: #1ec1b0;
    border: 1px solid #1ec1b0
}

.fc-event.fc-event-warning {
    background-color: #fda600;
    border: 1px solid #fda600
}

.fc-event.fc-event-danger {
    background-color: #ff737b;
    border: 1px solid #ff737b
}

.fc-event.fc-event-info {
    background-color: #5a9ee0;
    border: 1px solid #5a9ee0
}

.fc-event.fc-event-light {
    background-color: #fff;
    border: 1px solid #fff;
    color: #4a5779;
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,0.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,0.05)
}

.fc-event.fc-event-dark {
    background-color: #4a5779;
    border: 1px solid #4a5779
}

.fc-header-toolbar .btn-primary {
    background-color: #fff;
    color: #7286a2;
    border: 1px solid rgba(0,0,0,0.1)
}

    .fc-header-toolbar .btn-primary.disabled, .fc-header-toolbar .btn-primary:disabled {
        background-color: #fff;
        color: #7286a2;
        border: 1px solid rgba(0,0,0,0.1)
    }

    .fc-header-toolbar .btn-primary:not(.active):focus, .fc-header-toolbar .btn-primary:not(.active):hover, .fc-header-toolbar .btn-primary:not(.active):active, .fc-header-toolbar .btn-primary:not(.active):not(:disabled):not(.disabled):active {
        background-color: #f5f5f5;
        color: #7286a2;
        border: 1px solid rgba(0,0,0,0.1)
    }

.fc-header-toolbar .show > .btn-primary.dropdown-toggle {
    background-color: #f5f5f5;
    color: #7286a2;
    border: 1px solid rgba(0,0,0,0.1)
}

.fc-header-toolbar .btn-primary:not(.active):not(:disabled):not(.disabled).active:focus, .fc-header-toolbar .btn-primary:not(.active):not(:disabled):not(.disabled):active:focus {
    background-color: #f5f5f5;
    color: #7286a2;
    border: 1px solid rgba(0,0,0,0.1)
}

.fc-header-toolbar .show > .btn-primary.dropdown-toggle:focus {
    background-color: #f5f5f5;
    color: #7286a2;
    border: 1px solid rgba(0,0,0,0.1)
}

.swal2-title {
    color: #4a5779;
    font-size: 1.4rem;
    font-weight: 500
}

.swal2-styled:focus {
    outline: 0;
    box-shadow: none
}

.tooltip-label span {
    width: 15px;
    height: 15px;
    display: inline-flex;
    border-radius: 50%;
    background-color: #4a5779;
    align-items: center;
    justify-content: center;
    color: #fff
}

.tooltip {
    font-family: "Poppins",sans-serif
}

.tooltip-inner {
    background-color: #4a5779
}

.tooltip-primary .tooltip-inner {
    background-color: #4285f4
}

.tooltip-secondary .tooltip-inner {
    background-color: #a6c
}

.tooltip-warning .tooltip-inner {
    background-color: #fda600
}

.tooltip-success .tooltip-inner {
    background-color: #1ec1b0
}

.tooltip-danger .tooltip-inner {
    background-color: #ff737b
}

.tooltip-info .tooltip-inner {
    background-color: #5a9ee0
}

.tooltip-light .tooltip-inner {
    background-color: #fff;
    color: #4a5779
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #4a5779
}

.bs-tooltip-auto[x-placement^=top].tooltip-primary .arrow::before, .bs-tooltip-top.tooltip-primary .arrow::before {
    border-top-color: #4285f4
}

.bs-tooltip-auto[x-placement^=top].tooltip-secondary .arrow::before, .bs-tooltip-top.tooltip-secondary .arrow::before {
    border-top-color: #a6c
}

.bs-tooltip-auto[x-placement^=top].tooltip-warning .arrow::before, .bs-tooltip-top.tooltip-warning .arrow::before {
    border-top-color: #fda600
}

.bs-tooltip-auto[x-placement^=top].tooltip-danger .arrow::before, .bs-tooltip-top.tooltip-danger .arrow::before {
    border-top-color: #ff737b
}

.bs-tooltip-auto[x-placement^=top].tooltip-success .arrow::before, .bs-tooltip-top.tooltip-success .arrow::before {
    border-top-color: #1ec1b0
}

.bs-tooltip-auto[x-placement^=top].tooltip-info .arrow::before, .bs-tooltip-top.tooltip-info .arrow::before {
    border-top-color: #5a9ee0
}

.bs-tooltip-auto[x-placement^=top].tooltip-light .arrow::before, .bs-tooltip-top.tooltip-light .arrow::before {
    border-top-color: #fff
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #4a5779
}

.bs-tooltip-auto[x-placement^=left].tooltip-primary .arrow::before, .bs-tooltip-left.tooltip-primary .arrow::before {
    border-left-color: #4285f4
}

.bs-tooltip-auto[x-placement^=left].tooltip-secondary .arrow::before, .bs-tooltip-left.tooltip-secondary .arrow::before {
    border-left-color: #a6c
}

.bs-tooltip-auto[x-placement^=left].tooltip-success .arrow::before, .bs-tooltip-left.tooltip-success .arrow::before {
    border-left-color: #1ec1b0
}

.bs-tooltip-auto[x-placement^=left].tooltip-warning .arrow::before, .bs-tooltip-left.tooltip-warning .arrow::before {
    border-left-color: #fda600
}

.bs-tooltip-auto[x-placement^=left].tooltip-danger .arrow::before, .bs-tooltip-left.tooltip-danger .arrow::before {
    border-left-color: #ff737b
}

.bs-tooltip-auto[x-placement^=left].tooltip-info .arrow::before, .bs-tooltip-left.tooltip-info .arrow::before {
    border-left-color: #5a9ee0
}

.bs-tooltip-auto[x-placement^=left].tooltip-light .arrow::before, .bs-tooltip-left.tooltip-light .arrow::before {
    border-left-color: #fff
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #4a5779
}

.bs-tooltip-auto[x-placement^=right].tooltip-primary .arrow::before, .bs-tooltip-right.tooltip-primary .arrow::before {
    border-right-color: #4285f4
}

.dsh-overflowy-auto {
    overflow-y: auto;
}

.bs-tooltip-auto[x-placement^=right].tooltip-secondary .arrow::before, .bs-tooltip-right.tooltip-secondary .arrow::before {
    border-right-color: #a6c
}

.bs-tooltip-auto[x-placement^=right].tooltip-success .arrow::before, .bs-tooltip-right.tooltip-success .arrow::before {
    border-right-color: #1ec1b0
}

.bs-tooltip-auto[x-placement^=right].tooltip-warning .arrow::before, .bs-tooltip-right.tooltip-warning .arrow::before {
    border-right-color: #fda600
}

.bs-tooltip-auto[x-placement^=right].tooltip-danger .arrow::before, .bs-tooltip-right.tooltip-danger .arrow::before {
    border-right-color: #ff737b
}

.bs-tooltip-auto[x-placement^=right].tooltip-info .arrow::before, .bs-tooltip-right.tooltip-info .arrow::before {
    border-right-color: #5a9ee0
}

.bs-tooltip-auto[x-placement^=right].tooltip-light .arrow::before, .bs-tooltip-right.tooltip-light .arrow::before {
    border-right-color: #fff
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #4a5779
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-primary .arrow::before, .bs-tooltip-bottom.tooltip-primary .arrow::before {
    border-bottom-color: #4285f4
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-secondary .arrow::before, .bs-tooltip-bottom.tooltip-secondary .arrow::before {
    border-bottom-color: #a6c
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-success .arrow::before, .bs-tooltip-bottom.tooltip-success .arrow::before {
    border-bottom-color: #1ec1b0
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-warning .arrow::before, .bs-tooltip-bottom.tooltip-warning .arrow::before {
    border-bottom-color: #fda600
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-danger .arrow::before, .bs-tooltip-bottom.tooltip-danger .arrow::before {
    border-bottom-color: #ff737b
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-info .arrow::before, .bs-tooltip-bottom.tooltip-info .arrow::before {
    border-bottom-color: #5a9ee0
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-light .arrow::before, .bs-tooltip-bottom.tooltip-light .arrow::before {
    border-bottom-color: #fff
}

.popover {
    font-family: "Poppins",sans-serif;
    border: 0;
    border-radius: .25rem;
    box-shadow: 0 3px 24px rgba(0,0,0,0.15)
}

.popover-header {
    font-family: "Poppins",sans-serif
}

.popover {
    background-color: #fff
}

    .popover.popover-primary .popover-body, .popover.popover-primary .popover-header {
        color: #fff
    }

    .popover.popover-secondary .popover-body, .popover.popover-secondary .popover-header {
        color: #fff
    }

    .popover.popover-warning .popover-body, .popover.popover-warning .popover-header {
        color: #fff
    }

    .popover.popover-success .popover-body, .popover.popover-success .popover-header {
        color: #fff
    }

    .popover.popover-danger .popover-body, .popover.popover-danger .popover-header {
        color: #fff
    }

    .popover.popover-info .popover-body, .popover.popover-info .popover-header {
        color: #fff
    }

    .popover.popover-primary {
        background-color: #4285f4
    }

        .popover.popover-primary .popover-header {
            background-color: #4285f4
        }

    .popover.popover-secondary {
        background-color: #a6c
    }

        .popover.popover-secondary .popover-header {
            background-color: #a6c
        }

    .popover.popover-warning {
        background-color: #fda600
    }

        .popover.popover-warning .popover-header {
            background-color: #fda600
        }

    .popover.popover-success {
        background-color: #1ec1b0
    }

        .popover.popover-success .popover-header {
            background-color: #1ec1b0
        }

    .popover.popover-danger {
        background-color: #ff737b
    }

        .popover.popover-danger .popover-header {
            background-color: #ff737b
        }

    .popover.popover-info {
        background-color: #5a9ee0
    }

        .popover.popover-info .popover-header {
            background-color: #5a9ee0
        }

    .popover.popover-light {
        background-color: #fff
    }

        .popover.popover-light .popover-header {
            background-color: #fff
        }

.popover-header {
    background-color: #fff
}

.popover.popover-light .popover-body, .popover.popover-light .popover-header {
    color: #4a5779
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=top].popover-primary .arrow::after, .bs-popover-top.popover-primary .arrow::after {
    border-top-color: #4285f4
}

.bs-popover-auto[x-placement^=top].popover-secondary .arrow::after, .bs-popover-top.popover-secondary .arrow::after {
    border-top-color: #a6c
}

.bs-popover-auto[x-placement^=top].popover-warning .arrow::after, .bs-popover-top.popover-warning .arrow::after {
    border-top-color: #fda600
}

.bs-popover-auto[x-placement^=top].popover-danger .arrow::after, .bs-popover-top.popover-danger .arrow::after {
    border-top-color: #ff737b
}

.bs-popover-auto[x-placement^=top].popover-success .arrow::after, .bs-popover-top.popover-success .arrow::after {
    border-top-color: #1ec1b0
}

.bs-popover-auto[x-placement^=top].popover-info .arrow::after, .bs-popover-top.popover-info .arrow::after {
    border-top-color: #5a9ee0
}

.bs-popover-auto[x-placement^=top].popover-light .arrow::after, .bs-popover-top.popover-light .arrow::after {
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    border-left-color: #fff
}

.bs-popover-auto[x-placement^=left].popover-primary .arrow::after, .bs-popover-left.popover-primary .arrow::after {
    border-left-color: #4285f4
}

.bs-popover-auto[x-placement^=left].popover-secondary .arrow::after, .bs-popover-left.popover-secondary .arrow::after {
    border-left-color: #a6c
}

.bs-popover-auto[x-placement^=left].popover-success .arrow::after, .bs-popover-left.popover-success .arrow::after {
    border-left-color: #1ec1b0
}

.bs-popover-auto[x-placement^=left].popover-warning .arrow::after, .bs-popover-left.popover-warning .arrow::after {
    border-left-color: #fda600
}

.bs-popover-auto[x-placement^=left].popover-danger .arrow::after, .bs-popover-left.popover-danger .arrow::after {
    border-left-color: #ff737b
}

.bs-popover-auto[x-placement^=left].popover-info .arrow::after, .bs-popover-left.popover-info .arrow::after {
    border-left-color: #5a9ee0
}

.bs-popover-auto[x-placement^=left].popover-light .arrow::after, .bs-popover-left.popover-light .arrow::after {
    border-left-color: #fff
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=right].popover-primary .arrow::after, .bs-popover-right.popover-primary .arrow::after {
    border-right-color: #4285f4
}

.bs-popover-auto[x-placement^=right].popover-secondary .arrow::after, .bs-popover-right.popover-secondary .arrow::after {
    border-right-color: #a6c
}

.bs-popover-auto[x-placement^=right].popover-success .arrow::after, .bs-popover-right.popover-success .arrow::after {
    border-right-color: #1ec1b0
}

.bs-popover-auto[x-placement^=right].popover-warning .arrow::after, .bs-popover-right.popover-warning .arrow::after {
    border-right-color: #fda600
}

.bs-popover-auto[x-placement^=right].popover-danger .arrow::after, .bs-popover-right.popover-danger .arrow::after {
    border-right-color: #ff737b
}

.bs-popover-auto[x-placement^=right].popover-info .arrow::after, .bs-popover-right.popover-info .arrow::after {
    border-right-color: #5a9ee0
}

.bs-popover-auto[x-placement^=right].popover-light .arrow::after, .bs-popover-right.popover-light .arrow::after {
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom].popover-primary .arrow::after, .bs-popover-bottom.popover-primary .arrow::after {
    border-bottom-color: #4285f4
}

.bs-popover-auto[x-placement^=bottom].popover-secondary .arrow::after, .bs-popover-bottom.popover-secondary .arrow::after {
    border-bottom-color: #a6c
}

.bs-popover-auto[x-placement^=bottom].popover-success .arrow::after, .bs-popover-bottom.popover-success .arrow::after {
    border-bottom-color: #1ec1b0
}

.bs-popover-auto[x-placement^=bottom].popover-warning .arrow::after, .bs-popover-bottom.popover-warning .arrow::after {
    border-bottom-color: #fda600
}

.bs-popover-auto[x-placement^=bottom].popover-danger .arrow::after, .bs-popover-bottom.popover-danger .arrow::after {
    border-bottom-color: #ff737b
}

.bs-popover-auto[x-placement^=bottom].popover-info .arrow::after, .bs-popover-bottom.popover-info .arrow::after {
    border-bottom-color: #5a9ee0
}

.bs-popover-auto[x-placement^=bottom].popover-light .arrow::after, .bs-popover-bottom.popover-light .arrow::after {
    border-bottom-color: #fff
}

.blockUI {
    border-radius: .25rem;
    -webkit-box-shadow: 0 4px 16px 0 rgba(80,80,80,0.15);
    box-shadow: 0 4px 16px 0 rgba(80,80,80,0.15);
    min-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .blockUI h5 {
        margin-bottom: 0;
        font-size: 12px
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e1e9ff;
    color: #415094;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px 8px;
    line-height: 1.2;
    margin-right: 3px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #a7a7a7
}

.select2-container--default .select2-selection--single:focus {
    outline: 0;
    border: 1px solid #4285f4
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0;
    border: 1px solid #4285f4
}

    .select2-container--default.select2-container--focus .select2-selection--multiple:focus {
        outline: 0;
        border: 1px solid #4285f4
    }

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: .25rem
}

.selection {
    outline: 0
}

    .selection span, .selection:focus, .selection span:focus {
        outline: 0
    }

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: .25rem
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #4285f4
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
    background: #f5f5f5;
    color: #415094
}

.select2-search--dropdown, .select2-results__option {
    padding: 10px
}

.select2-dropdown {
    border-radius: .25rem;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    box-shadow: 0 3px 4px rgba(0,0,0,0.2)
}

.selection, .select2-container {
    width: 100% !important
}

.select2-results__option {
    line-height: 1.2;
    color: #131313
}

.dropdown-menu.datepicker, .dropdown-menu.bootstrap-timepicker-widget {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

.datepicker-dropdown.datepicker-orient-top:before, .datepicker-dropdown.datepicker-orient-top:after {
    display: none
}

.datepicker-dropdown:before, .datepicker-dropdown:after {
    display: none
}

.bootstrap-timepicker-widget.dropdown-menu:after, .bootstrap-timepicker-widget.dropdown-menu:before {
    display: none
}

.datepicker table tr td.active, .datepicker table tr td span.active {
    background-color: #4285f4;
    background-image: none;
    text-shadow: none
}

    .datepicker table tr td.active.disabled, .datepicker table tr td span.active.disabled {
        background-color: #4285f4;
        background-image: none;
        text-shadow: none
    }

        .datepicker table tr td.active.disabled:hover, .datepicker table tr td span.active.disabled:hover {
            background-color: #4285f4;
            background-image: none;
            text-shadow: none
        }

    .datepicker table tr td.active:hover, .datepicker table tr td span.active:hover {
        background-color: #4285f4;
        background-image: none;
        text-shadow: none
    }

    .datepicker table tr td.active.active {
        background-color: #4285f4;
        color: #fff
    }

    .datepicker table tr td.active.disabled {
        background-color: #4285f4;
        color: #fff
    }

        .datepicker table tr td.active.disabled:active {
            background-color: #4285f4;
            color: #fff
        }

        .datepicker table tr td.active.disabled:hover {
            background-color: #4285f4;
            color: #fff
        }

            .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled] {
                background-color: #4285f4;
                color: #fff
            }

        .datepicker table tr td.active.disabled[disabled] {
            background-color: #4285f4;
            color: #fff
        }

    .datepicker table tr td.active:active {
        background-color: #4285f4;
        color: #fff
    }

    .datepicker table tr td.active:hover {
        background-color: #4285f4;
        color: #fff
    }

        .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled] {
            background-color: #4285f4;
            color: #fff
        }

    .datepicker table tr td.active[disabled] {
        background-color: #4285f4;
        color: #fff
    }

    .datepicker table tr td span.active.active {
        background-color: #4285f4;
        color: #fff
    }

    .datepicker table tr td span.active.disabled {
        background-color: #4285f4;
        color: #fff
    }

        .datepicker table tr td span.active.disabled:active {
            background-color: #4285f4;
            color: #fff
        }

        .datepicker table tr td span.active.disabled:hover {
            background-color: #4285f4;
            color: #fff
        }

            .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled] {
                background-color: #4285f4;
                color: #fff
            }

        .datepicker table tr td span.active.disabled[disabled] {
            background-color: #4285f4;
            color: #fff
        }

    .datepicker table tr td span.active:active {
        background-color: #4285f4;
        color: #fff
    }

    .datepicker table tr td span.active:hover {
        background-color: #4285f4;
        color: #fff
    }

        .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled] {
            background-color: #4285f4;
            color: #fff
        }

    .datepicker table tr td span.active[disabled] {
        background-color: #4285f4;
        color: #fff
    }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background-color: #4285f4;
    color: #fff
}

.datepicker td, .datepicker th {
    width: 25px;
    height: 25px
}

.daterangepicker {
    font-family: "Poppins",sans-serif
}

    .daterangepicker .ranges li.active {
        background-color: #4285f4
    }

.bootstrap-timepicker-widget table td input {
    border: 0
}

.daterangepicker td.active {
    background-color: #4285f4
}

    .daterangepicker td.active:hover {
        background-color: #4285f4
    }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    background: #fff;
    border-radius: .25rem;
    border: 1px solid rgba(0,0,0,0.1)
}

.ql-toolbar.ql-snow, .ql-container.ql-snow {
    border: 1px solid rgba(0,0,0,0.1)
}

.dropzone {
    border: 1px dashed rgba(0,0,0,0.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

    .dropzone .dz-preview.dz-image-preview {
        background: transparent
    }

    .dropzone.dz-drag-hover {
        background-color: #e7fffd;
        border: 1px dashed #1ec1b0
    }

        .dropzone.dz-drag-hover.dz-max-files-reached {
            background-color: #fde0e2;
            border: 1px dashed #ff737b
        }

    .dropzone i {
        font-size: 30px
    }

    .dropzone .dropzone-msg-title, .dropzone .dropzone-msg-desc {
        font-weight: 400;
        color: #7286a2
    }

    .dropzone input {
        opacity: 0;
        visibility: hidden
    }

.text-primary {
    color: #4285f4 !important
}

.text-secondary {
    color: #a6c !important
}

.text-success {
    color: #1ec1b0 !important
}

.text-info {
    color: #5a9ee0 !important
}

.text-warning {
    color: #fda600 !important
}

.text-danger {
    color: #ff737b !important
}

.text-dark {
    color: #4a5779 !important
}

.text-disabled {
    color: #878793
}

.text-muted {
    color: #7286a2 !important
}

.bg-primary {
    background-color: #4285f4 !important
}

.bg-secondary {
    background-color: #a6c !important
}

.bg-success {
    background-color: #1ec1b0 !important
}

.bg-info {
    background-color: #5a9ee0 !important
}

.bg-warning {
    background-color: #fda600 !important
}

.bg-danger {
    background-color: #ff737b !important
}

.bg-dark {
    background-color: #4a5779 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.border-primary {
    border-color: #4285f4 !important
}

.border-secondary {
    border-color: #a6c !important
}

.border-success {
    border-color: #1ec1b0 !important
}

.border-warning {
    border-color: #fda600 !important
}

.border-danger {
    border-color: #ff737b !important
}

.border-info {
    border-color: #5a9ee0 !important
}

.border-dark {
    border-color: #4a5779 !important
}

.border-light {
    border-color: #c5c5c5 !important
}

.opacity-0 {
    opacity: 0
}

.opacity-25 {
    opacity: .25
}

.opacity-50 {
    opacity: .50
}

.opacity-75 {
    opacity: .75
}

.opacity-100 {
    opacity: 1
}

.dsh-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

    .dsh-preloader.hidden {
        opacity: 0;
        visibility: hidden
    }

body, html {
    padding: 0;
    margin: 0;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    color: #7286a2;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background: #eaf0f7
}

body {
    min-height: 100vh
}

img {
    max-width: 100%;
    height: auto
}

ul {
    list-style: none;
    padding: 0
}

.dsh-custom-scroll {
    position: relative;
    overflow-y: auto
}

.slimScrollDiv {
    height: auto !important
}

.dsh-directions {
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #76838f;
    font-size: 12px
}

.width-auto {
    width: auto
}

.cursor-pointer {
    cursor: pointer
}

.dsh-close {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    outline: 0
}

    .dsh-close:focus {
        outline: 0
    }

    .dsh-close span {
        position: absolute;
        width: 2px;
        height: 15px;
        display: block;
        background-color: #fff;
        opacity: .6;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .dsh-close.close-dark span {
        background-color: #4a5779
    }

    .dsh-close.close-primary span {
        background-color: #4285f4
    }

    .dsh-close.close-secondary span {
        background-color: #a6c
    }

    .dsh-close.close-success span {
        background-color: #1ec1b0
    }

    .dsh-close.close-danger span {
        background-color: #ff737b
    }

    .dsh-close.close-warning span {
        background-color: #fda600
    }

    .dsh-close span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .dsh-close:hover span {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

        .dsh-close:hover span:nth-child(2) {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

    .dsh-close.dark span {
        background-color: #4a5779
    }

.dsh-seperator {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid rgba(0,0,0,0.1)
}

.icon-2x {
    font-size: 2rem !important
}

.icon-3x {
    font-size: 3rem !important
}

.icon-4x {
    font-size: 4rem !important
}

.border-0 {
    border: 0
}

.border-1 {
    border: 1px solid transparent
}

.border-2 {
    border: 2px solid transparent
}

.border-3 {
    border: 3px solid transparent
}

.border-4 {
    border: 4px solid transparent
}

.border-5 {
    border: 5px solid transparent
}

.border-dashed-1 {
    border: 1px dashed transparent
}

.border-dashed-2 {
    border: 2px dashed transparent
}

.border-dashed-3 {
    border: 3px dashed transparent
}

.border-dashed-4 {
    border: 4px dashed transparent
}

.border-dashed-5 {
    border: 5px dashed transparent
}

.n-mr-1 {
    margin-right: -1rem
}

.n-mr-2 {
    margin-right: -2rem
}

.n-mr-3 {
    margin-right: -3rem
}

.n-ml-1 {
    margin-left: -1rem;
    margin-left: -1rem;
    margin-left: -1rem;
    margin-left: -1rem
}

.min-100vh {
    min-height: 100vh;
    height: 100vh
}

.bg-cover {
    background-size: cover
}

.bg-norepeat {
    background-repeat: no-repeat
}

.bg-center {
    background-position: center
}

.wmin-md-400 {
    min-width: 400px
}

.wmax-150 {
    min-width: 150px
}

.wmax-400 {
    max-width: 400px
}

.hmax-800 {
    max-height: 800px
}

.body-content {
    position: relative;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s
}

.dsh-aside-open .body-content {
    padding-left: 255px
}

.dsh-content-wrapper {
    padding: 30px;
    transition: padding .3s
}

.dsh-d-block-lg {
    display: block
}

.dsh-d-block-sm {
    display: none
}

.dsh-inline {
    display: inline-block;
    width: auto;
    height: 100%
}

.dsh-has-notification {
    position: relative
}

    .dsh-has-notification::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50%;
        border: 1px solid #fff;
        width: 8px;
        height: 8px;
        background: #ec4e20;
        animation-name: pulse;
        animation-duration: 2s;
        animation-iteration-count: infinite
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins",sans-serif;
    color: #4a5779
}

p {
    font-size: 13px
}

.fs-11 {
    font-size: 11px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-16 {
    font-size: 16px !important
}

label {
    font-size: 12px;
    font-weight: 500
}

blockquote {
    margin-bottom: 1.5rem;
    font-size: 13px;
    border-left: 2px solid #8e8e8e;
    padding: 1rem;
    background-color: #f3f3f3
}

a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #4a5779
}

    a:hover {
        color: #4285f4;
        text-decoration: none
    }

code {
    padding: 5px;
    font-weight: 300;
    font-size: .8125rem;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    color: #4a5779;
    margin-top: 2rem;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: .25rem
}

.medium {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.dsh-section-title {
    margin: 0 0 1.5rem 0
}

    .dsh-section-title h6 {
        margin-bottom: .5rem
    }

    .dsh-section-title p {
        font-size: 13px
    }

.dsh-normal {
    font-weight: 400 !important
}

.dsh-light-bold {
    font-weight: 500 !important
}

.dsh-semi-bold {
    font-weight: 600 !important
}

.dsh-bold {
    font-weight: 700 !important
}

.navbar {
    border-radius: 0;
    background: #fff;
    padding: 0 30px;
    z-index: 101
}

    .navbar .navbar-nav li a:hover {
        background: transparent;
        color: #374eae
    }

.navbar-brand {
    margin: 0;
    padding: 0
}

.dsh-logo .navbar-brand img {
    max-width: 60px
}

.dsh-aside-toggler, .dsh-nav-toggler {
    position: relative;
    padding: 10px;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: .25rem;
    cursor: pointer
}

.dsh-aside-toggler {
    height: 44px;
    width: 44px;
    padding: 0
}

    .dsh-aside-toggler .dsh-toggler-bar {
        height: 2px;
        width: 16px;
        margin-bottom: 4px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        display: block
    }

.dsh-nav-toggler .dsh-toggler-bar {
    height: 2px;
    width: 16px;
    margin-bottom: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block
}

.dsh-aside-toggler .dsh-toggler-bar {
    position: absolute;
    left: 0
}

    .dsh-aside-toggler .dsh-toggler-bar:nth-child(1) {
        top: 13px;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s
    }

    .dsh-aside-toggler .dsh-toggler-bar:nth-child(2) {
        top: 50%;
        margin-top: -2px;
        left: 0;
        right: 24px;
        width: 16px;
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s
    }

    .dsh-aside-toggler .dsh-toggler-bar:nth-child(3) {
        bottom: 11px;
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s
    }

.dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(1) {
    -webkit-transform: translateX(16px) translateY(8px) rotate(-140deg);
    -ms-transform: translateX(16px) translateY(8px) rotate(-140deg);
    transform: translateX(16px) translateY(8px) rotate(-140deg)
}

.dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(2) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(3) {
    -webkit-transform: translateX(16px) translateY(-8px) rotate(140deg);
    -ms-transform: translateX(16px) translateY(-8px) rotate(140deg);
    transform: translateX(16px) translateY(-8px) rotate(140deg)
}

.dsh-aside-left-open .dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(1) {
    -webkit-transform: translateX(0) translateY(7px) rotate(-45deg);
    -ms-transform: translateX(0) translateY(7px) rotate(-45deg);
    transform: translateX(0) translateY(7px) rotate(-45deg)
}

.dsh-aside-left-open .dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(2) {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.dsh-aside-left-open .dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(3) {
    -webkit-transform: translateX(0) translateY(-7px) rotate(45deg);
    -ms-transform: translateX(0) translateY(-7px) rotate(45deg);
    transform: translateX(0) translateY(-7px) rotate(45deg)
}

.dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(1), .dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(3) {
    width: 8px
}

.dsh-no-sidebar .dsh-aside-toggler {
    display: none
}

.mega-menu > a {
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    transition: .3s;
    margin: 10px 0;
    padding: 10px;
    font-weight: 500
}

    .mega-menu > a:hover, .mega-menu > a:focus {
        color: #4a5779;
        background-color: #f5f5f5
    }

.mega-menu .dropdown-menu {
    width: 63vw;
    max-width: 80vw;
    padding: 0;
    max-height: calc(100vh - 100px)
}

    .mega-menu .dropdown-menu .media:hover {
        background-color: transparent
    }

.navbar-nav li.dsh-nav-item {
    margin: 0 25px
}

.dsh-inline li.dsh-nav-item {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    border-radius: .25rem
}

.dsh-inline > li.dsh-nav-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    min-width: 44px;
    margin: 10px 0;
    border-radius: .25rem;
    height: 44px;
    min-width: 44px
}

.dsh-navbar .dsh-svg-icon svg {
    width: 1.25rem
}

.dsh-inline li.dsh-nav-item a:not(.btn):hover, .dsh-inline li.dsh-nav-item a:not(.btn):focus {
    background-color: #f5f5f5;
    color: initial
}

.dsh-inline > li.dsh-nav-item.dsh-nav-user > a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0
}

.dsh-nav-language > a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0
}

.dsh-navbar li.dsh-nav-item .dsh-user-img {
    display: block;
    vertical-align: middle;
    max-width: 30px;
    cursor: pointer
}

.dsh-nav-language img {
    max-width: 25px;
    margin-right: 10px
}

.dsh-nav-language a.media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1.25rem
}

    .dsh-nav-language a.media img {
        max-width: 20px
    }

.dsh-inline li.dsh-nav-item a i[class^="lni-"], .dsh-inline li.dsh-nav-item a i[class*=" lni-"] {
    font-size: 19px
}

.dsh-nav-list .dropdown-menu {
    min-width: 380px;
    margin: 0 auto;
    padding: 0
}

.dsh-navbar .dropdown-menu.dropdown-sm {
    min-width: 110px
}

.dsh-navbar .dropdown-menu.dropdown-md {
    min-width: 300px
}

.dsh-search-dropdown {
    padding: 1rem 1.25rem
}

    .dsh-search-dropdown input {
        width: 100%
    }

.dsh-nav-menu {
    display: flex;
    align-items: center
}

    .dsh-nav-menu .dsh-logo {
        margin-right: 2rem
    }

.dsh-nav-menu--inner > ul > li > a {
    font-weight: 500
}

.side-nav {
    position: fixed;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 255px;
    margin: 0;
    height: 100%;
    float: left;
    padding-bottom: 3.75rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
    transition: .3s transform;
    list-style-type: none;
    padding: 0;
    background-color: #242735;
    -webkit-box-shadow: 0 0 3px rgba(31,30,47,0.05);
    box-shadow: 0 0 3px rgba(31,30,47,0.05)
}

.fixed {
    position: fixed;
    left: 0
}

.dsh-aside-left.side-nav {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.dsh-aside-left-open .dsh-aside-left.side-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.dsh-aside-left-open .body-content {
    padding-left: 255px
}

.dsh-aside-right-open .body-content {
    padding-right: 350px
}

.side-nav ul {
    list-style-type: none;
    list-style: none;
    padding-left: 0
}

.side-nav .dsh-main-aside {
    padding: 20px 10px 0 10px;
    margin: 0
}

.side-nav .nav-tabs {
    flex-direction: row
}

.side-nav > ul {
    padding: 25px 0
}

.side-nav .dsh-logo a {
    padding: 10px 0 0;
    display: block
}

.dsh-logo a img {
    max-width: 150px
}

.side-nav ul li.menu-item {
    padding: 0
}

.side-nav .menu-item a {
    position: relative;
    display: block;
    padding: 10px 0 10px 20px;
    color: #b8c7ce;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    font-size: 13px;
    font-weight: 500;
    border-radius: .25rem
}

    .side-nav .menu-item a span {
        color: #b8c7ce;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 400
    }

.side-nav .dsh-svg-icon svg path, .side-nav .dsh-svg-icon svg rect, .side-nav .dsh-svg-icon svg circle {
    -webkit-transition: fill 0s ease;
    -o-transition: fill 0s ease;
    transition: fill 0s ease;
    fill: #a3c6ff
}

.side-nav a:hover .dsh-svg-icon svg path, .side-nav a:hover .dsh-svg-icon svg rect, .side-nav a:hover .dsh-svg-icon svg circle {
    fill: #fff
}

.side-nav a.active .dsh-svg-icon svg path, .side-nav a.active .dsh-svg-icon svg rect, .side-nav a.active .dsh-svg-icon svg circle {
    fill: #fff
}

.side-nav li.menu-item a svg {
    width: 15px;
    height: 15px;
    margin-right: 15px
}

.side-nav li.menu-item a.active {
    background-color: rgba(255,255,255,0.05);
    color: #fff
}

.side-nav li.menu-item ul li a.active {
    background-color: transparent
}

    .side-nav li.menu-item ul li a.active span {
        color: #fff
    }

.side-nav li.menu-item a:hover span, .side-nav li.menu-item a.active span {
    color: #fff
}

.side-nav .menu-item ul li a {
    position: relative;
    padding-left: 50px
}

.side-nav .menu-item ul li ul li a {
    padding-left: 65px
}

    .side-nav .menu-item ul li ul li a::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        left: 50px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #b8c7ce
    }

.menu-item-section {
    padding: 25px 0 0 20px;
    margin-bottom: 10px;
    color: #fff;
    opacity: .5;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.side-nav a[aria-expanded="false"] .lni-chevron-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.side-nav a[aria-expanded="true"] .lni-chevron-right {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.side-nav li.menu-item a i {
    margin-right: 20px;
    font-size: 8px;
    color: #858b8e
}

.side-nav li.menu-item a.active i, .side-nav li.menu-item a:hover i {
    color: #fff
}

.side-nav.aside-light {
    background-image: none;
    background-color: #fff
}

    .side-nav.aside-light li.menu-item a.active i {
        color: #4285f4
    }

    .side-nav.aside-light li.menu-item a:hover {
        color: #4285f4;
        background-color: transparent
    }

        .side-nav.aside-light li.menu-item a:hover i {
            color: #4285f4
        }

        .side-nav.aside-light li.menu-item a:hover span {
            color: #4285f4;
            background-color: transparent
        }

    .side-nav.aside-light li.menu-item a.active {
        background-color: #f5f5f5;
        color: #4285f4
    }

    .side-nav.aside-light li.menu-item ul li a.active {
        background-color: transparent
    }

        .side-nav.aside-light li.menu-item a.active span, .side-nav.aside-light li.menu-item ul li a.active span {
            color: #4285f4
        }

    .side-nav.aside-light .dsh-svg-icon svg path, .side-nav.aside-light .dsh-svg-icon svg rect, .side-nav.aside-light .dsh-svg-icon svg circle {
        fill: #858b8e
    }

    .side-nav.aside-light a:hover .dsh-svg-icon svg path, .side-nav.aside-light a:hover .dsh-svg-icon svg rect, .side-nav.aside-light a:hover .dsh-svg-icon svg circle {
        fill: #4285f4
    }

    .side-nav.aside-light a.active .dsh-svg-icon svg path, .side-nav.aside-light a.active .dsh-svg-icon svg rect, .side-nav.aside-light a.active .dsh-svg-icon svg circle {
        fill: #4285f4
    }

.dsh-minimal-sidebar .side-nav.aside-light a:not(.active):hover .dsh-svg-icon svg path, .dsh-minimal-sidebar .side-nav.aside-light a:not(.active):hover .dsh-svg-icon svg rect, .dsh-minimal-sidebar .side-nav.aside-light a:not(.active):hover .dsh-svg-icon svg circle {
    fill: #4285f4
}

.dsh-minimal-sidebar .side-nav.aside-light a.active .dsh-svg-icon svg path, .dsh-minimal-sidebar .side-nav.aside-light a.active .dsh-svg-icon svg rect, .dsh-minimal-sidebar .side-nav.aside-light a.active .dsh-svg-icon svg circle {
    fill: #fff
}

.dsh-minimal-sidebar .side-nav.aside-light li.menu-item a.active {
    background-color: #4285f4;
    color: #fff
}

    .dsh-minimal-sidebar .side-nav.aside-light li.menu-item a.active span {
        color: #fff
    }

.side-nav.aside-light .menu-item-section {
    color: #000
}

.side-nav.aside-light .menu-item a {
    color: #858b8e
}

    .side-nav.aside-light .menu-item a span {
        color: #858b8e
    }

.dsh-minimal-sidebar.dsh-aside-left-open .body-content {
    padding-left: 0
}

.dsh-minimal-sidebar .dsh-content-wrapper {
    margin-top: 64px
}

.dsh-minimal-sidebar.dsh-aside-left-open .dsh-content-wrapper {
    padding: 30px 30px 30px 150px
}

.dsh-minimal-sidebar .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55;
    height: 64px;
    box-shadow: 0 0 13px 0 rgba(82,63,105,0.05);
    padding-left: 0
}

.dsh-minimal-sidebar .dsh-aside-toggler {
    margin-left: 30px
}

.dsh-minimal-sidebar .dsh-logo a img {
    max-width: 60px
}

.dsh-minimal-sidebar .side-nav {
    width: 120px;
    z-index: 997;
    top: 64px;
    box-shadow: 0 0 13px 0 rgba(82,63,105,0.05)
}

    .dsh-minimal-sidebar .side-nav .dsh-main-aside {
        padding: 0 0 70px
    }

    .dsh-minimal-sidebar .side-nav .menu-item a {
        padding: 10px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0
    }

        .dsh-minimal-sidebar .side-nav .menu-item a span {
            flex-direction: column
        }

    .dsh-minimal-sidebar .side-nav li.menu-item a svg {
        margin: 0 0 10px;
        width: 1.5rem;
        height: 1.5rem
    }

.dsh-minimal-sidebar .dsh-navbar .dsh-logo {
    width: 120px;
    margin: 0 auto;
    text-align: center
}

.dsh-minimal-aside--inner {
    position: fixed;
    top: 64px;
    left: -220px;
    height: 100%;
    background-color: #1b1e29;
    box-shadow: 0 0 13px 0 rgba(82,63,105,0.05);
    width: 220px;
    padding: 0 0 20px;
    transition: .3s;
    z-index: 99
}

.aside-light + .dsh-minimal-aside--inner {
    background-color: #fff
}

.dsh-minimal-aside--inner .menu-item-section {
    color: #fff;
    opacity: 1
}

.aside-light + .dsh-minimal-aside--inner .menu-item-section {
    color: #4a5779
}

.dsh-minimal-aside--inner ul li a {
    position: relative;
    padding: 5px 0 5px 20px;
    display: block;
    color: #b8c7ce
}

    .dsh-minimal-aside--inner ul li a:hover {
        color: #fff
    }

.aside-light + .dsh-minimal-aside--inner ul li a {
    color: #4a5779
}

    .aside-light + .dsh-minimal-aside--inner ul li a:hover {
        color: #4285f4
    }

.dsh-minimal-aside--inner ul li ul li a {
    padding-left: 50px
}

    .dsh-minimal-aside--inner ul li ul li a::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        left: 35px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #4a5779
    }

.dsh-minimal-aside--inner ul li a span {
    width: 100%;
    display: flex;
    align-items: center
}

    .dsh-minimal-aside--inner ul li a span i {
        margin-right: 20px;
        font-size: 8px
    }

.dsh-minimal-aside--inner a[aria-expanded="false"] .lni-chevron-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dsh-minimal-aside--inner a[aria-expanded="true"] .lni-chevron-right {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.dsh-minimal-aside--inner .minimal-aside-section {
    display: none
}

    .dsh-minimal-aside--inner .minimal-aside-section.active {
        display: block
    }

.dsh-minimal-sidebar .dsh-aside-overlay.dsh-overlay-left {
    width: calc(100% - 340px);
    height: calc(100% - 64px);
    top: 64px;
    right: 0;
    left: 340px;
    opacity: 0;
    cursor: alias
}

.dsh-minimal-aside-wrapper {
    z-index: 20
}

    .dsh-minimal-aside-wrapper .dsh-minimal-aside--inner.open {
        left: 120px
    }

        .dsh-minimal-aside-wrapper .dsh-minimal-aside--inner.open + .dsh-aside-overlay.dsh-overlay-left {
            display: block
        }

.side-nav.dsh-aside-right {
    -webkit-transform: translate(105%);
    -ms-transform: translate(105%);
    transform: translate(105%);
    left: auto;
    right: 0;
    top: 0;
    min-width: 400px;
    z-index: 1001;
    background: #fff
}

    .side-nav.dsh-aside-right.dsh-aside-open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        -webkit-box-shadow: 2px 0 75px 0 rgba(0,0,0,0.16);
        box-shadow: 2px 0 75px 0 rgba(0,0,0,0.16)
    }

.dsh-aside-header {
    padding: 15px 25px 0
}

    .dsh-aside-header .nav-tabs .nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .dsh-aside-header ul {
        margin-bottom: 20px
    }

.dsh-aside-body {
    padding: 1.5rem
}

.card-settings-group {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

    .card-settings-group:last-child {
        border-bottom: 0
    }

    .card-settings-group h6 {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px
    }

.card-settings-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.card-settings-group .card-settings-group-item:last-child {
    margin: 0
}

.dsh-setting-name {
    font-size: 13px
}

.dsh-aside-overlay.dsh-overlay-right {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    cursor: pointer;
    background: rgba(0,0,0,0.1)
}

.dsh-aside-overlay.dsh-overlay-left {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    z-index: 998
}

.media {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    padding: 1rem 1.25rem
}

    .media img {
        margin-right: 15px
    }

    .media i {
        margin-right: 15px;
        font-size: 16px
    }

.media-body h6 {
    margin: 0;
    font-weight: 500;
    font-size: 13px
}

.card-header .media-body h6 {
    text-transform: none;
    font-weight: 500
}

.media-body p {
    margin: 0;
    font-size: 12px
}

.dsh-user-widget {
    background-color: #fff;
    border-radius: .25rem;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 11px rgba(0,0,0,0.1)
}

    .dsh-user-widget:last-child {
        margin-bottom: 0
    }

.dropdown-menu {
    display: block;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    visibility: hidden;
    top: 110%;
    opacity: 0;
    border: 0;
    -webkit-box-shadow: 0 1px 24px rgba(0,0,0,0.1);
    box-shadow: 0 1px 24px rgba(0,0,0,0.1);
    min-width: 14rem
}

.dropdown .dropdown > a:after {
    content: "\EA46";
    float: right;
    font-family: Lineicons;
    font-size: 10px;
    font-weight: 500;
    line-height: 2
}

.dsh-nav-menu--inner .dropdown-menu {
    min-width: 200px
}

.dropdown .dropdown .dropdown-menu {
    top: 0;
    left: 100%
}

.navbar .dropdown-menu {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown-item {
    padding: .5rem 1.5rem
}

    .dropdown-item.media {
        padding: .5rem 1.5rem
    }

    .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus {
        color: #4a5779;
        text-decoration: none;
        background-color: #f8f9fa
    }

.dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dsh-dropdown-list {
    max-height: 18rem
}

.dropdown-header, .dropdown-menu-footer {
    padding: 1rem 1.25rem
}

    .dropdown-header + .dropdown-divider {
        margin-top: 0
    }

.dropdown-divider + .dropdown-menu-footer {
    padding-top: .5rem
}

.dropdown-header h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #4a5779
}

.dropdown-header p {
    font-size: 12px;
    margin: 5px 0 0 0;
    color: #878793
}

.user-dropdown li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.media.notification .media-body p {
    margin: 5px 0 0
}

.dropdown-menu .media:hover {
    background: #e9ecef
}

.dropdown-toggle::after {
    vertical-align: .155em
}

.dropdown-menu .media img {
    width: 30px
}

.dropdown-menu.dropright .dropdown-menu {
    top: 0
}

.dropdown-menu.dropleft .dropdown-menu {
    top: 0
}

.dropdown-menu.dropleft li a:not(.dropdown-toggle) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.dsh-btn-examples .btn {
    margin-bottom: 5px
}

.dsh-btn-examples .btn-group-vertical .btn {
    margin-bottom: 0
}

button {
    outline: 0
}

    button:focus {
        outline: 0
    }

.btn-link {
    color: #4285f4
}

    .btn-link:hover {
        color: #4285f4
    }

.dsh-btn-display button, .dsh-btn-display .badge {
    margin-right: 1.5rem;
    margin-top: 1.5rem
}

    .dsh-btn-display button .badge {
        margin: 0
    }

.btn {
    position: relative;
    color: #4a5779;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .65rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    z-index: 1;
    min-width: 35px
}

    .btn.focus, .btn:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn:disabled {
        cursor: default
    }

    .btn.btn-square {
        border-radius: 0
    }

    .btn.btn-round {
        border-radius: 25px
    }

.btn-elevated {
    -webkit-box-shadow: 0 4px 16px 0 rgba(93,120,255,0.25);
    box-shadow: 0 4px 16px 0 rgba(93,120,255,0.25)
}

.btn i {
    margin-right: 5px
}

.btn svg {
    width: 1.3rem;
    height: 1.3rem
}

.btn.btn-icon {
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn.btn-icon.btn-sm {
        width: 2rem;
        height: 2rem;
        padding: 0
    }

    .btn.btn-icon.btn-lg {
        width: 4rem;
        height: 4rem;
        padding: 0
    }

    .btn.btn-icon i {
        margin-right: 0;
        font-size: 15px
    }

    .btn.btn-icon.btn-sm i {
        font-size: 10px
    }

.btn-sm {
    line-height: 12px;
    padding: .5rem 1rem;
    font-size: 12px;
    min-width: 0
}

.btn-lg {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn.disabled {
    cursor: not-allowed
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 12px
}

.btn-primary {
    color: #fff;
    background-color: #4285f4;
    border-color: #4285f4
}

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #4285f4;
        border-color: #4285f4
    }

.btn-outline-primary {
    border-color: #4285f4;
    color: #4285f4
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
    outline: 0;
    background-color: #3872d2;
    border-color: #3872d2;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    outline: 0;
    background-color: #3872d2;
    border-color: #3872d2;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-primary.dropdown-toggle {
    outline: 0;
    background-color: #3872d2;
    border-color: #3872d2;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background-color: #3872d2;
    border-color: #3872d2;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-primary.dropdown-toggle:focus {
    outline: 0;
    background-color: #3872d2;
    border-color: #3872d2;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:focus {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-primary.dropdown-toggle:focus {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-primary.dropdown-toggle {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #4285f4
}

.btn-elevated.btn-primary {
    -webkit-box-shadow: 0 4px 16px 0 rgba(26,176,243,0.25);
    box-shadow: 0 4px 16px 0 rgba(26,176,243,0.25)
}

.btn-primary-light::before, .btn-secondary-light::before, .btn-success-light::before, .btn-danger-light::before, .btn-warning-light::before, .btn-info-light::before, .btn-dark-light::before, .btn-light-light::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    opacity: .4;
    z-index: -1;
    border-radius: .25rem
}

.btn-square.btn-primary-light::before, .btn-square.btn-secondary-light::before, .btn-square.btn-success-light::before, .btn-square.btn-danger-light::before, .btn-square.btn-warning-light::before, .btn-square.btn-info-light::before, .btn-square.btn-dark-light::before, .btn-square.btn-light-light::before {
    border-radius: 0
}

.btn-round.btn-primary-light::before, .btn-round.btn-secondary-light::before, .btn-round.btn-success-light::before, .btn-round.btn-danger-light::before, .btn-round.btn-warning-light::before, .btn-round.btn-info-light::before, .btn-round.btn-dark-light::before, .btn-round.btn-light-light::before {
    border-radius: 25px
}

.btn-primary-light {
    color: #4285f4
}

    .btn-primary-light .dsh-svg-icon svg path, .btn-primary-light .dsh-svg-icon svg rect, .btn-primary-light .dsh-svg-icon svg circle {
        fill: #4285f4
    }

    .btn-primary-light:hover {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-primary-light:hover .dsh-svg-icon svg path, .btn-primary-light:hover .dsh-svg-icon svg rect, .btn-primary-light:hover .dsh-svg-icon svg circle {
            fill: #fff
        }

    .btn-primary-light:focus {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-primary-light:hover::before, .btn-primary-light:focus::before {
            opacity: 1
        }

    .btn-primary-light::before {
        border: 1px solid #4285f4;
        background-color: #4285f4
    }

.btn-secondary {
    color: #fff;
    background-color: #a6c;
    border-color: #a6c
}

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #a6c;
        border-color: #a6c
    }

.btn-outline-secondary {
    border-color: #a6c;
    color: #a6c
}

.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active {
    outline: 0;
    background-color: #975bb5;
    border-color: #975bb5;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
    outline: 0;
    background-color: #975bb5;
    border-color: #975bb5;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-secondary.dropdown-toggle {
    outline: 0;
    background-color: #975bb5;
    border-color: #975bb5;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background-color: #975bb5;
    border-color: #975bb5;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-secondary.dropdown-toggle:focus {
    outline: 0;
    background-color: #975bb5;
    border-color: #975bb5;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-outline-secondary:hover, .btn-outline-secondary.focus, .btn-outline-secondary:focus {
    background-color: #a6c;
    border-color: #a6c;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: #a6c;
    border-color: #a6c;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-secondary.dropdown-toggle:focus {
    background-color: #a6c;
    border-color: #a6c;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #a6c;
    border-color: #a6c;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-secondary.dropdown-toggle {
    background-color: #a6c;
    border-color: #a6c;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    background-color: #a6c;
    border-color: #a6c;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #a6c
}

.btn-elevated.btn-secondary {
    -webkit-box-shadow: 0 4px 16px 0 rgba(141,49,251,0.25);
    box-shadow: 0 4px 16px 0 rgba(141,49,251,0.25)
}

.btn-secondary-light {
    color: #a6c
}

    .btn-secondary-light .dsh-svg-icon svg path, .btn-secondary-light .dsh-svg-icon svg rect {
        fill: #a6c
    }

    .btn-secondary-light:hover {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-secondary-light:hover .dsh-svg-icon svg path, .btn-secondary-light:hover .dsh-svg-icon svg rect {
            fill: #fff
        }

    .btn-secondary-light:focus {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-secondary-light:hover::before, .btn-secondary-light:focus::before {
            opacity: 1
        }

    .btn-secondary-light::before {
        border: 1px solid #a6c;
        background-color: #a6c
    }

.btn-success {
    color: #fff;
    background-color: #1ec1b0;
    border-color: #1ec1b0
}

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #1ec1b0;
        border-color: #1ec1b0
    }

.btn-outline-success {
    border-color: #1ec1b0;
    color: #1ec1b0
}

.btn-success:focus, .btn-success:hover, .btn-success:active {
    outline: 0;
    background-color: #1db9a9;
    border-color: #1db9a9;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
    outline: 0;
    background-color: #1db9a9;
    border-color: #1db9a9;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-success.dropdown-toggle {
    outline: 0;
    background-color: #1db9a9;
    border-color: #1db9a9;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background-color: #1db9a9;
    border-color: #1db9a9;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-success.dropdown-toggle:focus {
    outline: 0;
    background-color: #1db9a9;
    border-color: #1db9a9;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-outline-success:hover, .btn-outline-success.focus, .btn-outline-success:focus {
    background-color: #1ec1b0;
    border-color: #1ec1b0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
    background-color: #1ec1b0;
    border-color: #1ec1b0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-success.dropdown-toggle:focus {
    background-color: #1ec1b0;
    border-color: #1ec1b0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #1ec1b0;
    border-color: #1ec1b0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-success.dropdown-toggle {
    background-color: #1ec1b0;
    border-color: #1ec1b0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    background-color: #1ec1b0;
    border-color: #1ec1b0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #1ec1b0
}

.btn-elevated.btn-success {
    -webkit-box-shadow: 0 4px 16px 0 rgba(30,193,176,0.25);
    box-shadow: 0 4px 16px 0 rgba(30,193,176,0.25)
}

.btn-success-light {
    color: #1ec1b0
}

    .btn-success-light .dsh-svg-icon svg path, .btn-success-light .dsh-svg-icon svg rect {
        fill: #1ec1b0
    }

    .btn-success-light:hover {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-success-light:hover .dsh-svg-icon svg path, .btn-success-light:hover .dsh-svg-icon svg rect {
            fill: #fff
        }

    .btn-success-light:focus {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-success-light:hover::before, .btn-success-light:focus::before {
            opacity: 1
        }

    .btn-success-light::before {
        border: 1px solid #1ec1b0;
        background-color: #1ec1b0
    }

.btn-danger {
    color: #fff;
    background-color: #ff737b;
    border-color: #ff737b
}

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #ff737b;
        border-color: #ff737b
    }

.btn-outline-danger {
    border-color: #ff737b;
    color: #ff737b
}

.btn-danger:focus, .btn-danger:hover, .btn-danger:active {
    outline: 0;
    background-color: #ea6a71;
    border-color: #ea6a71;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
    outline: 0;
    background-color: #ea6a71;
    border-color: #ea6a71;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-danger.dropdown-toggle {
    outline: 0;
    background-color: #ea6a71;
    border-color: #ea6a71;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background-color: #ea6a71;
    border-color: #ea6a71;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-danger.dropdown-toggle:focus {
    outline: 0;
    background-color: #ea6a71;
    border-color: #ea6a71;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-outline-danger:hover, .btn-outline-danger.focus, .btn-outline-danger:focus {
    background-color: #ff737b;
    border-color: #ff737b;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    background-color: #ff737b;
    border-color: #ff737b;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-danger.dropdown-toggle:focus {
    background-color: #ff737b;
    border-color: #ff737b;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #ff737b;
    border-color: #ff737b;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-danger.dropdown-toggle {
    background-color: #ff737b;
    border-color: #ff737b;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    background-color: #ff737b;
    border-color: #ff737b;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff737b
}

.btn-elevated.btn-danger {
    -webkit-box-shadow: 0 4px 16px 0 rgba(255,115,123,0.25);
    box-shadow: 0 4px 16px 0 rgba(255,115,123,0.25)
}

.btn-danger-light {
    color: #ff737b
}

    .btn-danger-light .dsh-svg-icon svg path, .btn-danger-light .dsh-svg-icon svg rect {
        fill: #ff737b
    }

    .btn-danger-light:hover {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-danger-light:hover .dsh-svg-icon svg path, .btn-danger-light:hover .dsh-svg-icon svg rect {
            fill: #fff
        }

    .btn-danger-light:focus {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-danger-light:hover::before, .btn-danger-light:focus::before {
            opacity: 1
        }

    .btn-danger-light::before {
        border: 1px solid #ff737b;
        background-color: #ff737b
    }

.btn-warning {
    color: #4a5779;
    background-color: #fda600;
    border-color: #fda600
}

    .btn-warning.disabled, .btn-warning:disabled {
        color: #4a5779;
        background-color: #fda600;
        border-color: #fda600
    }

.btn-outline-warning {
    border-color: #fda600;
    color: #fda600
}

.btn-warning:focus, .btn-warning:hover, .btn-warning:active {
    outline: 0;
    background-color: #e89900;
    border-color: #e89900;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
    outline: 0;
    background-color: #e89900;
    border-color: #e89900;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-warning.dropdown-toggle {
    outline: 0;
    background-color: #e89900;
    border-color: #e89900;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background-color: #e89900;
    border-color: #e89900;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-warning.dropdown-toggle:focus {
    outline: 0;
    background-color: #e89900;
    border-color: #e89900;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-outline-warning:hover, .btn-outline-warning.focus, .btn-outline-warning:focus {
    background-color: #fda600;
    border-color: #fda600;
    color: #4a5779;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    background-color: #fda600;
    border-color: #fda600;
    color: #4a5779;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-warning.dropdown-toggle:focus {
    background-color: #fda600;
    border-color: #fda600;
    color: #4a5779;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #fda600;
    border-color: #fda600;
    color: #4a5779;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-warning.dropdown-toggle {
    background-color: #fda600;
    border-color: #fda600;
    color: #4a5779;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    background-color: #fda600;
    border-color: #fda600;
    color: #4a5779;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fda600
}

.btn-elevated.btn-warning {
    -webkit-box-shadow: 0 4px 16px 0 rgba(253,166,0,0.25);
    box-shadow: 0 4px 16px 0 rgba(253,166,0,0.25)
}

.btn-warning-light {
    color: #fda600
}

    .btn-warning-light .dsh-svg-icon svg path, .btn-warning-light .dsh-svg-icon svg rect {
        fill: #fda600
    }

    .btn-warning-light:hover {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-warning-light:hover .dsh-svg-icon svg path, .btn-warning-light:hover .dsh-svg-icon svg rect {
            fill: #fff
        }

    .btn-warning-light:focus {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-warning-light:hover::before, .btn-warning-light:focus::before {
            opacity: 1
        }

    .btn-warning-light::before {
        border: 1px solid #fda600;
        background-color: #fda600
    }

.btn-info {
    color: #fff;
    background-color: #5a9ee0;
    border-color: #5a9ee0
}

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #5a9ee0;
        border-color: #5a9ee0
    }

.btn-outline-info {
    border-color: #5a9ee0;
    color: #5a9ee0
}

.btn-info:focus, .btn-info:hover, .btn-info:active {
    outline: 0;
    background-color: #4f8dca;
    border-color: #4f8dca;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
    outline: 0;
    background-color: #4f8dca;
    border-color: #4f8dca;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-info.dropdown-toggle {
    outline: 0;
    background-color: #4f8dca;
    border-color: #4f8dca;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background-color: #4f8dca;
    border-color: #4f8dca;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-info.dropdown-toggle:focus {
    outline: 0;
    background-color: #4f8dca;
    border-color: #4f8dca;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-outline-info:hover, .btn-outline-info.focus, .btn-outline-info:focus {
    background-color: #5a9ee0;
    border-color: #5a9ee0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
    background-color: #5a9ee0;
    border-color: #5a9ee0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-info.dropdown-toggle:focus {
    background-color: #5a9ee0;
    border-color: #5a9ee0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #5a9ee0;
    border-color: #5a9ee0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-info.dropdown-toggle {
    background-color: #5a9ee0;
    border-color: #5a9ee0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    background-color: #5a9ee0;
    border-color: #5a9ee0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5a9ee0
}

.btn-elevated.btn-info {
    -webkit-box-shadow: 0 4px 16px 0 rgba(79,141,202,0.25);
    box-shadow: 0 4px 16px 0 rgba(79,141,202,0.25)
}

.btn-info-light {
    color: #5a9ee0
}

    .btn-info-light .dsh-svg-icon svg path, .btn-info-light .dsh-svg-icon svg rect {
        fill: #5a9ee0
    }

    .btn-info-light:hover {
        color: #fff
    }

        .btn-info-light:hover .dsh-svg-icon svg path, .btn-info-light:hover .dsh-svg-icon svg rect {
            fill: #fff
        }

    .btn-info-light:focus {
        color: #fff
    }

        .btn-info-light:hover::before, .btn-info-light:focus::before {
            opacity: 1;
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .btn-info-light::before {
        border: 1px solid #5a9ee0;
        background-color: #5a9ee0
    }

.btn-light {
    color: #4a5779;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    -webkit-box-shadow: 0 4px 16px 0 rgba(79,141,202,0.25);
    box-shadow: 0 4px 16px 0 rgba(79,141,202,0.25)
}

    .btn-light.disabled, .btn-light:disabled {
        color: #4a5779;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
        -webkit-box-shadow: 0 4px 16px 0 rgba(79,141,202,0.25);
        box-shadow: 0 4px 16px 0 rgba(79,141,202,0.25)
    }

.btn-outline-light {
    border: 1px solid rgba(0,0,0,0.1);
    color: #7286a2
}

.btn-light:focus, .btn-light:hover, .btn-light:active {
    outline: 0;
    background-color: #f5f5f5;
    border-color: 1px solid rgba(0,0,0,0.1);
    text-decoration: none
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
    outline: 0;
    background-color: #f5f5f5;
    border-color: 1px solid rgba(0,0,0,0.1);
    text-decoration: none
}

.show > .btn-light.dropdown-toggle {
    outline: 0;
    background-color: #f5f5f5;
    border-color: 1px solid rgba(0,0,0,0.1);
    text-decoration: none
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background-color: #f5f5f5;
    border-color: 1px solid rgba(0,0,0,0.1);
    text-decoration: none
}

.show > .btn-light.dropdown-toggle:focus {
    outline: 0;
    background-color: #f5f5f5;
    border-color: 1px solid rgba(0,0,0,0.1);
    text-decoration: none
}

.btn-outline-light:hover, .btn-outline-light.focus, .btn-outline-light:focus {
    background-color: #f5f5f5;
    border-color: rgba(0,0,0,0.1);
    color: #7286a2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus {
    background-color: #f5f5f5;
    border-color: rgba(0,0,0,0.1);
    color: #7286a2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-light.dropdown-toggle:focus {
    background-color: #f5f5f5;
    border-color: rgba(0,0,0,0.1);
    color: #7286a2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f5f5f5;
    border-color: rgba(0,0,0,0.1);
    color: #7286a2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-light.dropdown-toggle {
    background-color: #f5f5f5;
    border-color: rgba(0,0,0,0.1);
    color: #7286a2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-light.disabled:hover, .btn-outline-light:disabled:hover {
    background-color: #f5f5f5;
    border-color: rgba(0,0,0,0.1);
    color: #7286a2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #7286a2
}

.btn-elevated.btn-light {
    -webkit-box-shadow: 0 4px 16px 0 rgba(79,141,202,0.25);
    box-shadow: 0 4px 16px 0 rgba(79,141,202,0.25)
}

.btn-light-light {
    color: #4285f4
}

    .btn-light-light .dsh-svg-icon svg path, .btn-light-light .dsh-svg-icon svg rect {
        fill: #c1c1c1
    }

    .btn-light-light:hover {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-light-light:hover .dsh-svg-icon svg path, .btn-light-light:hover .dsh-svg-icon svg rect {
            fill: #4285f4
        }

    .btn-light-light:focus {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-light-light:hover::before, .btn-light-light:focus::before {
            opacity: 1
        }

    .btn-light-light::before {
        border: 1px solid #fff;
        background-color: #fff
    }

.btn-dark {
    color: #fff;
    background-color: #4a5779;
    border-color: #4a5779
}

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #4a5779;
        border-color: #4a5779
    }

.btn-outline-dark {
    border-color: #4a5779;
    color: #4a5779
}

.btn-dark:focus, .btn-dark:hover, .btn-dark:active {
    outline: 0;
    background-color: #455273;
    border-color: #455273;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
    outline: 0;
    background-color: #455273;
    border-color: #455273;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-dark.dropdown-toggle {
    outline: 0;
    background-color: #455273;
    border-color: #455273;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background-color: #455273;
    border-color: #455273;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.show > .btn-dark.dropdown-toggle:focus {
    outline: 0;
    background-color: #455273;
    border-color: #455273;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.btn-outline-dark:hover, .btn-outline-dark.focus, .btn-outline-dark:focus {
    background-color: #4a5779;
    border-color: #4a5779;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    background-color: #4a5779;
    border-color: #4a5779;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-dark.dropdown-toggle:focus {
    background-color: #4a5779;
    border-color: #4a5779;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #4a5779;
    border-color: #4a5779;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.show > .btn-outline-dark.dropdown-toggle {
    background-color: #4a5779;
    border-color: #4a5779;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-dark.disabled:hover, .btn-outline-dark:disabled:hover {
    background-color: #4a5779;
    border-color: #4a5779;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #4a5779
}

.btn-elevated.btn-dark {
    -webkit-box-shadow: 0 4px 16px 0 rgba(74,87,121,0.25);
    box-shadow: 0 4px 16px 0 rgba(74,87,121,0.25)
}

.btn-dark-light {
    color: #4a5779
}

    .btn-dark-light .dsh-svg-icon svg path, .btn-dark-light .dsh-svg-icon svg rect {
        fill: #4a5779
    }

.btn-info-dark:hover .dsh-svg-icon svg path, .btn-info-dark:hover .dsh-svg-icon svg rect {
    fill: #fff
}

.btn-dark-light:hover, .btn-dark-light:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .btn-dark-light:hover::before, .btn-dark-light:focus::before {
        opacity: 1
    }

.btn-dark-light::before {
    border: 1px solid #4a5779;
    background-color: #4a5779
}

.btn-facebook, .btn-twitter, .btn-dribble, .btn-linkedin, .btn-instagram, .btn-facebook:hover, .btn-twitter:hover, .btn-dribble:hover, .btn-linkedin:hover, .btn-instagram:hover, .btn-facebook:focus, .btn-twitter:focus, .btn-dribble:focus, .btn-linkedin:focus, .btn-instagram:focus {
    color: #fff
}

.btn-facebook {
    background-color: #3b5997
}

    .btn-facebook:focus, .btn-facebook:hover {
        background-color: #355088;
        color: #fff
    }

.btn-twitter {
    background-color: #3da4f1
}

    .btn-twitter:hover, .btn-twitter:focus {
        background-color: #3996dc;
        color: #fff
    }

.btn-dribble {
    background-color: #ea4c89
}

    .btn-dribble:hover, .btn-dribble:focus {
        background-color: #ce4379;
        color: #fff
    }

.btn-linkedin {
    background-color: #0177b5
}

    .btn-linkedin:hover, .btn-linkedin:focus {
        background-color: #015f90;
        color: #fff
    }

.btn-instagram {
    background-color: #517fa4
}

    .btn-instagram:hover, .btn-instagram:focus {
        background-color: #395b75;
        color: #fff
    }

.dsh-btn-round {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #eee;
    margin-right: 10px;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px rgba(0,0,0,0.1)
}

    .dsh-btn-round.round-sm {
        width: 30px;
        height: 30px
    }

    .dsh-btn-round.round-md {
        width: 50px;
        height: 50px
    }

.accordion .card {
    margin-bottom: 0
}

    .accordion .card .card-header {
        position: relative;
        background-color: #fff;
        border-bottom: 0;
        padding: .75rem 1.25rem;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: none;
        font-weight: 500;
        color: #4a5779
    }

.accordion .card-header[aria-expanded="true"] {
    background-color: #f0f1f6;
    color: #4a5779
}

.accordion .card-header::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1.25rem;
    width: 10px;
    height: 2px;
    background-color: #7286a2;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1
}

.accordion .card-header::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1.25rem;
    width: 10px;
    height: 2px;
    background-color: #7286a2;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion .card-header[aria-expanded="true"]::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 0
}

.accordion .card-header[aria-expanded="true"]::after, .accordion .card-header[aria-expanded="true"]::before {
    background-color: #4a5779
}

.accordion .card-header i {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
    font-size: 20px
}

.accordion .card-header[aria-expanded="true"] i {
    color: #4285f4
}

.accordion .card {
    border: 1px solid rgba(0,0,0,0.1)
}

.accordion .card-body {
    color: #878793
}

.accordion.with-gap .card-header {
    border-radius: 3px 3px
}

.accordion.with-gap .card {
    margin-bottom: 1rem
}

    .accordion.with-gap .card:first-of-type, .accordion.with-gap .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 1px solid rgba(0,0,0,0.1)
    }

.alert {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 20px
}

.alert-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.alert-dismissible .dsh-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 25px;
    height: 100%
}

.alert[class*='alert-'] {
    color: #fff
}

[class*='alert-'] hr {
    border-top-color: rgba(255,255,255,0.4)
}

.alert-light hr {
    border-top-color: rgba(0,0,0,0.1)
}

.alert.alert-primary {
    background-color: #4285f4
}

    .alert.alert-primary.alert-outline .alert-link::before {
        background-color: #4285f4
    }

.alert.alert-secondary {
    background-color: #a6c
}

    .alert.alert-secondary.alert-outline .alert-link::before {
        background-color: #a6c
    }

.alert.alert-success {
    background-color: #1ec1b0
}

    .alert.alert-success.alert-outline .alert-link::before {
        background-color: #1ec1b0
    }

.alert.alert-info {
    background-color: #5a9ee0
}

    .alert.alert-info.alert-outline .alert-link::before {
        background-color: #5a9ee0
    }

.alert.alert-warning {
    background-color: #fda600;
    color: #4a5779
}

    .alert.alert-warning.alert-outline .alert-link::before {
        background-color: #fda600;
        color: #4a5779
    }

.alert.alert-danger {
    background-color: #ff737b
}

    .alert.alert-danger.alert-outline .alert-link::before {
        background-color: #ff737b
    }

.alert.alert-light {
    color: #4a5779;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,0.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,0.05)
}

    .alert.alert-light .dsh-close span {
        background-color: #4a5779
    }

.alert.alert-dark {
    background-color: #4a5779
}

    .alert.alert-dark.alert-outline .alert-link::before {
        background-color: #4a5779
    }

.alert.alert-outline {
    border: 1px solid;
    background: transparent
}

    .alert.alert-outline.alert-primary {
        color: #4285f4;
        border-color: #4285f4
    }

    .alert.alert-outline.alert-secondary {
        color: #a6c;
        border-color: #a6c
    }

    .alert.alert-outline.alert-success {
        color: #1ec1b0;
        border-color: #1ec1b0
    }

    .alert.alert-outline.alert-info {
        color: #5a9ee0;
        border-color: #5a9ee0
    }

    .alert.alert-outline.alert-warning {
        color: #fda600;
        border-color: #fda600
    }

    .alert.alert-outline.alert-danger {
        color: #ff737b;
        border-color: #ff737b
    }

    .alert.alert-outline.alert-light {
        color: #7286a2;
        border-color: #7286a2;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .alert.alert-outline.alert-dark {
        color: #4a5779;
        border-color: #4a5779
    }

.alert.alert-primary.alert-outline .alert-link {
    color: #4285f4
}

.alert.alert-secondary.alert-outline .alert-link {
    color: #a6c
}

.alert.alert-success.alert-outline .alert-link {
    color: #1ec1b0
}

.alert.alert-danger.alert-outline .alert-link {
    color: #ff737b
}

.alert.alert-warning.alert-outline .alert-link {
    color: #fda600
}

.alert.alert-info.alert-outline .alert-link {
    color: #5a9ee0
}

.alert.alert-dark.alert-outline .alert-link {
    color: #4a5779
}

.alert i {
    margin-right: 15px;
    font-size: 24px
}

.alert-link {
    position: relative
}

[class*='alert-'] .alert-link {
    position: relative;
    color: #fff;
    font-weight: 600
}

.alert-link::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #fff
}

.alert-link:hover::before, .alert-link:focus::before {
    width: 100%
}

.alert.alert-warning .alert-link {
    color: #353535
}

.alert.alert-light .alert-link {
    color: #7286a2
}

.alert.alert-warning .alert-link::before {
    background-color: #353535
}

.alert.alert-light .alert-link::before {
    background-color: #7286a2
}

.breadcrumb-wrapper {
    margin-bottom: 10px
}

    .breadcrumb-wrapper h1 {
        font-size: 24px;
        margin: 0;
        font-weight: 500
    }

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0 0 .25rem 0
}

    .breadcrumb li {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1.3px
    }

        .breadcrumb li a {
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1.3px
        }

    .breadcrumb.style-1 .breadcrumb-item + .breadcrumb-item::before {
        content: '\EA46';
        font-family: lineicons;
        font-size: 8px
    }

.card.card-fh {
    height: calc(100% - 2rem)
}

.card.card-sm .card-header, .card.card-sm .card-body, .card.card-sm .card-footer {
    padding: 10px
}

.card.card-sm .card-settings-group {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.card.bg-primary .card-header {
    background-color: #4285f4
}

.card.bg-secondary .card-header {
    background-color: #a6c
}

.card.bg-success .card-header {
    background-color: #1ec1b0
}

.card.bg-info .card-header {
    background-color: #5a9ee0
}

.card.bg-warning .card-header {
    background-color: #fda600
}

.card.bg-danger .card-header {
    background-color: #ff737b
}

.card.bg-dark .card-header {
    background-color: #4a5779
}

.card.bg-light .card-header {
    background-color: #f8f9fa
}

.card-subtitle {
    color: #7286a2
}

.card-title {
    font-weight: 600
}

.card-subtitle {
    margin-bottom: 1rem
}

.card-header.flex-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card-img-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.card-img-bottom {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.card-img {
    border-radius: 8px
}

.card-header--controls .btn {
    outline: 0;
    background-color: #f9f9f9
}

    .card-header--controls .btn:focus, .card-header--controls .btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #f5f3f3
    }

.card-footer {
    border-top: 1px solid rgba(0,0,0,0.1)
}

.card {
    background: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,0.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,0.05);
    margin-bottom: 30px;
    border-radius: 8px;
    border: 0
}

.card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem
}

.card-body {
    position: relative;
    padding: 1.5rem
}

.card-header {
    position: relative;
    padding: 1.5rem;
    position: relative;
    border: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

    .card-header:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }

    .card-header h6 {
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: 600
    }

    .card-header p {
        font-size: 13px;
        margin: .25rem 0 0 0
    }

.card-footer {
    background-color: #fafafa;
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(0,0,0,0.1)
}

    .card-footer:last-child {
        border-radius: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px
    }

.card-thumb-wraper {
    height: 100%
}

.card-actions {
    position: relative;
    height: 100%
}

.card-actions-overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.45);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .15s
}

.card-actions:focus .card-actions-overlay, .card-actions:hover .card-actions-overlay {
    opacity: 1;
    visibility: visible
}

.card-actions-overlay a {
    border: 1px solid #fff;
    color: #fff
}

    .card-actions-overlay a:hover {
        background-color: #4285f4;
        color: #fff;
        border: 1px solid #4285f4
    }

.progress {
    margin-bottom: 1rem;
    border-radius: 25px;
    height: .9rem
}

    .progress.progress-sm {
        height: .2rem
    }

    .progress.progress-lg {
        height: 1.8rem
    }

.progress-bar {
    background-color: #4285f4
}

.progress.vertical-progress {
    min-height: 250px;
    height: 250px;
    position: relative;
    width: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px
}

    .progress.vertical-progress.progress-lg {
        width: 20px
    }

    .progress.vertical-progress .progress-bar {
        width: 100%;
        position: absolute;
        bottom: 0
    }

[class*='badge-'] {
    position: relative;
    color: #fff;
    font-weight: 500
}

.badge-square {
    border-radius: 0
}

.badge.badge-primary {
    background-color: #4285f4
}

.badge.badge-secondary {
    background-color: #a6c
}

.badge.badge-success {
    background-color: #1ec1b0
}

.badge.badge-warning {
    background-color: #fda600
}

.badge.badge-danger {
    background-color: #ff737b
}

.badge.badge-info {
    background-color: #5a9ee0
}

.badge.badge-dark {
    background-color: #4a5779
}

.badge[class*='badge-outline-'] {
    background-color: transparent;
    border: 1px solid
}

.badge.badge-outline-primary {
    border-color: #4285f4;
    color: #4285f4
}

.badge.badge-outline-secondary {
    border-color: #a6c;
    color: #a6c
}

.badge.badge-outline-success {
    border-color: #1ec1b0;
    color: #1ec1b0
}

.badge.badge-outline-warning {
    border-color: #fda600;
    color: #fda600
}

.badge.badge-outline-danger {
    border-color: #ff737b;
    color: #ff737b
}

.badge.badge-outline-info {
    border-color: #5a9ee0;
    color: #5a9ee0
}

.badge.badge-outline-dark {
    border-color: #4a5779;
    color: #4a5779
}

.badge.badge-success-light, .badge.badge-primary-light, .badge.badge-warning-light, .badge.badge-secondary-light, .badge.badge-danger-light, .badge.badge-info-light, .badge.badge-dark-light {
    z-index: 1;
    background-color: transparent
}

    .badge.badge-success-light::before, .badge.badge-primary-light::before, .badge.badge-warning-light::before, .badge.badge-secondary-light::before, .badge.badge-danger-light::before, .badge.badge-info-light::before, .badge.badge-dark-light::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        opacity: .4;
        z-index: -1;
        border-radius: .25rem
    }

.badge.badge-square.badge-success-light::before, .badge.badge-square.badge-primary-light::before, .badge.badge-square.badge-warning-light::before, .badge.badge-square.badge-secondary-light::before, .badge.badge-square.badge-danger-light::before, .badge.badge-square.badge-info-light::before, .badge.badge-square.badge-dark-light::before {
    border-radius: 0
}

.badge.badge-pill.badge-success-light::before, .badge.badge-pill.badge-primary-light::before, .badge.badge-pill.badge-warning-light::before, .badge.badge-pill.badge-secondary-light::before, .badge.badge-pill.badge-danger-light::before, .badge.badge-pill.badge-info-light::before, .badge.badge-pill.badge-dark-light::before {
    border-radius: 10rem
}

.badge.badge-success-light {
    color: #1ec1b0
}

.badge.badge-primary-light {
    color: #4285f4
}

.badge.badge-warning-light {
    color: #fda600
}

.badge.badge-secondary-light {
    color: #a6c
}

.badge.badge-danger-light {
    color: #ff737b
}

.badge.badge-info-light {
    color: #5a9ee0
}

.badge.badge-dark-light {
    color: #4a5779
}

.badge.badge-success-light::before {
    background-color: #1ec1b0
}

.badge.badge-primary-light::before {
    background-color: #4285f4
}

.badge.badge-warning-light::before {
    background-color: #fda600
}

.badge.badge-secondary-light::before {
    background-color: #a6c
}

.badge.badge-danger-light::before {
    background-color: #ff737b
}

.badge.badge-info-light::before {
    background-color: #5a9ee0
}

.badge.badge-dark-light::before {
    background-color: #4a5779
}

.page-link {
    color: #4a5779
}

    .page-link:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .page-link:hover {
        color: #4a5779
    }

.page-item.active .page-link {
    background-color: #4285f4;
    border-color: #4285f4
}

.spinner-grow-lg, .spinner-border-lg {
    width: 3rem;
    height: 3rem
}

.spinner-border, .spinner-grow {
    vertical-align: middle
}

.tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow: hidden
}

.tab-content > .active {
    height: 100%
}

.nav-tabs, .nav-pills, .nav-bordered {
    border-bottom: 0;
    margin-bottom: 20px
}

    .nav-tabs .nav-item {
        text-align: center
    }

.nav-link {
    font-weight: 500
}

.nav-tabs .nav-link {
    background-color: #eee;
    color: #4a5779;
    border: 0;
    border-radius: 0;
    padding: 10px 20px
}

.nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}

.nav-tabs .nav-item.show .nav-link {
    background-color: #4285f4;
    color: #fff
}

.nav-tabs .nav-link.active {
    background-color: #4285f4;
    color: #fff
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #4285f4;
    color: #fff
}

.nav-tabs .nav-link:not(.active):hover {
    color: #4285f4
}

.nav-tabs .nav-link i {
    margin-right: 5px;
    font-size: 15px
}

.nav-pills .nav-link i {
    margin-right: 5px;
    font-size: 15px
}

.nav-bordered .nav-link i {
    margin-right: 5px;
    font-size: 15px
}

.nav-bordered .nav-item {
    margin-right: 15px
}

    .nav-bordered .nav-item .nav-link {
        position: relative;
        padding: 1.5rem 1rem
    }

        .nav-bordered .nav-item .nav-link::before {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            height: 2px;
            width: 0;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            background-color: #4285f4
        }

.nav-bordered .nav-link.active {
    color: #4285f4
}

    .nav-bordered .nav-link.active::before {
        width: 100%
    }

.nav.list-group .nav-item .nav-link.list-group-item {
    border-radius: 0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav.list-group .nav-item:first-child .nav-link.list-group-item {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.nav.list-group .nav-item:last-child .nav-link.list-group-item {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.nav.list-group .nav-item .nav-link.list-group-item.active {
    color: #fff
}

.nav.flex-column.nav-pills .nav-link {
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom: 0
}

    .nav.flex-column.nav-pills .nav-link:not(.active) {
        background-color: #f5f5f5
    }

    .nav.flex-column.nav-pills .nav-link:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .nav.flex-column.nav-pills .nav-link:last-child {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom: 1px solid rgba(0,0,0,0.1)
    }

.dsh-list {
    list-style: disc;
    padding-left: 20px
}

    .dsh-list li {
        margin-bottom: 10px
    }

.dsh-list-unstyled {
    list-style: none;
    padding: 0
}

    .dsh-list-unstyled li {
        margin-bottom: 10px
    }

.list-group-flex.list-group .list-group-item {
    display: flex;
    align-items: center
}

.list-group-item {
    border: 1px solid rgba(0,0,0,0.1)
}

.list-group-flush .list-group-item:first-child {
    border-top: 0
}

.list-group-flush .list-group-item:last-child {
    border-bottom: 0
}

.list-group.borderless .list-group-item {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 0;
    padding: 0 0 .75rem;
    margin: 0 0 .75rem
}

    .list-group.borderless .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .list-group.borderless .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }

.list-group.flex-list .list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-group .list-group-item h6 {
    font-weight: 600
}

.list-group.flex-list .list-group-item h6 {
    margin-bottom: 0
}

.list-group-item.active {
    background-color: #4285f4;
    border: 1px solid #4285f4
}

.list-group-item i {
    font-size: 20px;
    margin-right: 10px
}

.dsh-sidebar-list-wrapper button {
    margin-bottom: 20px
}

.dsh-sidebar-list-wrapper > ul {
    margin-bottom: 20px
}

    .dsh-sidebar-list-wrapper > ul ul {
        margin-top: 10px
    }

.dsh-sidebar-section-title {
    margin-bottom: 20px
}

    .dsh-sidebar-section-title:last-child {
        margin-bottom: 0
    }

.dsh-sidebar-list-wrapper > ul:last-child {
    margin-bottom: 0
}

.dsh-sidebar-item-wrap {
    display: flex;
    flex-direction: column
}

.dsh-sidebar-list ul li {
    font-weight: 500;
    font-size: 13px
}

    .dsh-sidebar-list ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0
    }

        .dsh-sidebar-list ul li a .badge {
            line-height: 1.4;
            width: 24px;
            border-radius: 13px;
            color: #fff;
            background-color: #a5a5a5
        }

        .dsh-sidebar-list ul li a:hover .badge {
            background-color: #4285f4;
            color: #fff
        }

    .dsh-sidebar-list ul li.active a .badge {
        background-color: #4285f4;
        color: #fff
    }

.dsh-sidebar-list li > a {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.dsh-sidebar-list li.active > a span {
    color: #4285f4
}

.dsh-sidebar-list li > a i {
    font-weight: 600;
    color: #4a5779
}

.dsh-sidebar-list ul li.active a {
    color: #4285f4
}

.dsh-sidebar-list .dsh-svg-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #4a5779
}

    .dsh-sidebar-list .dsh-svg-icon svg {
        width: 1.2rem;
        height: 1.2rem;
        margin-right: 10px
    }

.dsh-list-2-cols {
    column-count: 2
}

ul.dsh-timeline > li {
    position: relative;
    margin: 0 0 0 25px;
    padding-bottom: 15px
}

    ul.dsh-timeline > li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0
    }

    ul.dsh-timeline > li::before {
        content: '';
        background: rgba(0,0,0,0.1);
        display: inline-block;
        position: absolute;
        top: 10px;
        right: calc(100% + 20px);
        width: 1px;
        height: 100%;
        z-index: 2
    }

    ul.dsh-timeline > li:last-child {
        margin-bottom: 0
    }

        ul.dsh-timeline > li:last-child::before {
            display: none
        }

ul.dsh-timeline h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px
}

ul.dsh-timeline p {
    font-size: 13px;
    margin: 0
}

ul.dsh-timeline span {
    font-size: 10px;
    margin: 7px 0
}

    ul.dsh-timeline span i {
        margin-right: 5px
    }

ul.dsh-timeline .dsh-timeline-dot {
    position: absolute;
    right: calc(100% + 15px);
    line-height: 35px;
    text-align: center;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 3
}

    ul.dsh-timeline .dsh-timeline-dot::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background-color: #fff;
        border-radius: 50%
    }

ul.dsh-timeline.solid-timeline .dsh-timeline-dot::before {
    display: none
}

ul.dsh-timeline.solid-timeline li:hover .dsh-timeline-dot {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

    .dd-list .dd-list {
        padding-left: 30px
    }

.dd-collapsed .dd-list {
    display: none
}

.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 12px;
    line-height: 20px
}

.dd-content, .dd-handle {
    display: block;
    height: 40px;
    margin: 5px 0;
    padding: 9px 15px;
    color: #4a5779;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fafafa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

    .dd-content:hover {
        background: #fff
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-'
    }

.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 40px;
    background: #f2fbff;
    border: 1px dashed rgba(0,0,0,0.1);
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 40px;
    background: #f2fbff;
    border: 1px dashed rgba(0,0,0,0.1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: -moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1);
        box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1)
    }

.dd-handle.dd-burger-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 8px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #4285f4;
    background: #4285f4;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

    .dd-handle.dd-burger-handle::before {
        content: "\EA28";
        font-family: Lineicons;
        font-weight: 600;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #fff;
        font-size: 14px
    }

    .dd-handle.dd-burger-handle:hover {
        opacity: .8
    }

    .dd-handle.dd-burger-handle + .dd-content {
        padding: 9px 50px
    }

.dsh-draggable-container {
    padding: 10px;
    border: 2px dashed rgba(0,0,0,0.1);
    background-color: #f3f3f3
}

.dsh-rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .dsh-rating-wrapper .dsh-rating {
        display: flex;
        align-items: center;
        flex-direction: row-reverse
    }

    .dsh-rating-wrapper.dsh-can-rate i {
        cursor: pointer
    }

    .dsh-rating-wrapper i {
        margin: 0 2px
    }

    .dsh-rating-wrapper.rating-md i {
        font-size: 16px
    }

    .dsh-rating-wrapper.rating-lg i {
        font-size: 20px
    }

    .dsh-rating-wrapper i.active {
        color: #ff9b45
    }

    .dsh-rating-wrapper.dsh-can-rate i:hover {
        color: #ff9b45
    }

        .dsh-rating-wrapper.dsh-can-rate i:hover ~ i {
            color: #ff9b45
        }

    .dsh-rating-wrapper.rating-primary i.active {
        color: #4285f4
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-primary i:hover {
        color: #4285f4
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-primary i:hover ~ i {
            color: #4285f4
        }

    .dsh-rating-wrapper.rating-secondary i.active {
        color: #a6c
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-secondary i:hover {
        color: #a6c
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-secondary i:hover ~ i {
            color: #a6c
        }

    .dsh-rating-wrapper.rating-warning i.active {
        color: #fda600
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-warning i:hover {
        color: #fda600
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-warning i:hover ~ i {
            color: #fda600
        }

    .dsh-rating-wrapper.rating-success i.active {
        color: #1ec1b0
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-success i:hover {
        color: #1ec1b0
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-success i:hover ~ i {
            color: #1ec1b0
        }

    .dsh-rating-wrapper.rating-danger i.active {
        color: #ff737b
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-danger i:hover {
        color: #ff737b
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-danger i:hover ~ i {
            color: #ff737b
        }

    .dsh-rating-wrapper.rating-info i.active {
        color: #5a9ee0
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-info i:hover {
        color: #5a9ee0
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-info i:hover ~ i {
            color: #5a9ee0
        }

    .dsh-rating-wrapper.rating-dark i.active {
        color: #4a5779
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-dark i:hover {
        color: #4a5779
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-dark i:hover ~ i {
            color: #4a5779
        }

    .dsh-rating-wrapper span {
        margin-left: 10px;
        font-size: 12px
    }

    .dsh-rating-wrapper i.dsh-rating-number {
        width: 20px;
        height: 20px;
        font-style: normal;
        background-color: #f3f3f3;
        border-radius: .25rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #7286a2
    }

    .dsh-rating-wrapper.rating-md i.dsh-rating-number {
        width: 25px;
        height: 25px
    }

    .dsh-rating-wrapper.rating-lg i.dsh-rating-number {
        width: 30px;
        height: 30px
    }

    .dsh-rating-wrapper i.dsh-rating-number.active {
        background-color: #ff9b45;
        color: #fff
    }

    .dsh-rating-wrapper.dsh-can-rate i.dsh-rating-number:hover {
        background-color: #ff9b45;
        color: #fff
    }

        .dsh-rating-wrapper.dsh-can-rate i.dsh-rating-number:hover ~ i {
            background-color: #ff9b45;
            color: #fff
        }

    .dsh-rating-wrapper.rating-primary i.dsh-rating-number.active {
        background-color: #4285f4
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-primary i.dsh-rating-number:hover {
        background-color: #4285f4
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-primary i.dsh-rating-number:hover ~ i {
            background-color: #4285f4
        }

    .dsh-rating-wrapper.rating-secondary i.dsh-rating-number.active {
        background-color: #a6c
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-secondary i.dsh-rating-number:hover {
        background-color: #a6c
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-secondary i.dsh-rating-number:hover ~ i {
            background-color: #a6c
        }

    .dsh-rating-wrapper.rating-warning i.dsh-rating-number.active {
        background-color: #fda600
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-warning i.dsh-rating-number:hover {
        background-color: #fda600
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-warning i.dsh-rating-number:hover ~ i {
            background-color: #fda600
        }

    .dsh-rating-wrapper.rating-success i.dsh-rating-number.active {
        background-color: #1ec1b0
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-success i.dsh-rating-number:hover {
        background-color: #1ec1b0
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-success i.dsh-rating-number:hover ~ i {
            background-color: #1ec1b0
        }

    .dsh-rating-wrapper.rating-danger i.dsh-rating-number.active {
        background-color: #ff737b
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-danger i.dsh-rating-number:hover {
        background-color: #ff737b
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-danger i.dsh-rating-number:hover ~ i {
            background-color: #ff737b
        }

    .dsh-rating-wrapper.rating-info i.dsh-rating-number.active {
        background-color: #5a9ee0
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-info i.dsh-rating-number:hover {
        background-color: #5a9ee0
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-info i.dsh-rating-number:hover ~ i {
            background-color: #5a9ee0
        }

    .dsh-rating-wrapper.rating-dark i.dsh-rating-number.active {
        background-color: #4a5779
    }

    .dsh-rating-wrapper.dsh-can-rate.rating-dark i.dsh-rating-number:hover {
        background-color: #4a5779
    }

        .dsh-rating-wrapper.dsh-can-rate.rating-dark i.dsh-rating-number:hover ~ i {
            background-color: #4a5779
        }

.dsh-slider-nav {
    margin: 0 -10px
}

    .dsh-slider-nav .dsh-slider-item {
        margin: 0 5px;
        border-radius: 6px;
        cursor: pointer;
        opacity: .4;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

        .dsh-slider-nav .dsh-slider-item img {
            margin: 0 auto
        }

        .dsh-slider-nav .dsh-slider-item.slick-current {
            opacity: 1
        }

.dsh-slider {
    margin: 0 -15px
}

.dsh-sliders-example .dsh-slider .dsh-slider-item--inner {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.dsh-slider .dsh-slider-item--inner {
    background-color: #f3f3f3;
    margin: 0 15px;
    min-height: 100px;
    border-radius: .25rem;
    transition: all .3s
}

    .dsh-slider .dsh-slider-item--inner h3 {
        font-size: 13px;
        transition: all .3s
    }

.dsh-slider .dsh-slider-item.slick-center .dsh-slider-item--inner {
    transform: scale(1.08);
    background-color: #4285f4;
    opacity: .8
}

    .dsh-slider .dsh-slider-item.slick-center .dsh-slider-item--inner h3 {
        color: #fff
    }

.dsh-slider-arrows {
    margin: 2rem 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

    .dsh-slider-arrows .dsh-slider-arrow {
        cursor: pointer;
        margin: 0 0 0 10px;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: .8;
        transition: .3s;
        background-color: #4285f4;
        color: #fff;
        font-weight: 600;
        box-shadow: 0 3px 6px rgba(0,0,0,0.1);
        border-radius: .25rem;
        font-size: 10px
    }

        .dsh-slider-arrows .dsh-slider-arrow:hover {
            opacity: 1
        }

.dsh-list-display li {
    margin-bottom: 1.5rem
}

textarea {
    resize: none
}

.form-control {
    border-radius: .25rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 13px
}

    .form-control::placeholder, .form-control::-webkit-input-placeholder {
        color: #a7a7a7
    }

    .form-control:focus {
        outline: 0;
        border-color: rgba(26,176,243,0.3);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .form-control.form-control-lg {
        font-size: 18px
    }

    .form-control.form-control-sm {
        font-size: 12px
    }

.input-group-text, .custom-file-label::after {
    border: 0;
    font-size: .875rem;
    color: #878793;
    background-color: #ebebed
}

.input-group {
    margin-bottom: 1rem
}

.custom-file-label {
    color: #778087
}

.has-icon {
    position: relative
}

    .has-icon i {
        position: absolute;
        right: 14px;
        top: 11px;
        color: #9c9c9c
    }

input[type="submit"]:disabled, button[type="submit"]:disabled {
    background: #e4e3e8;
    border-color: #e4e3e8;
    cursor: not-allowed
}

.input-group-prepend .btn, .input-group-append .btn {
    margin-top: 0
}

.custom-control-label {
    text-transform: initial
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4285f4
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: #fbfbfb
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #4285f4;
    background-color: #4285f4
}

.custom-secondary .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #a6c;
    background-color: #a6c
}

.custom-success .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #1ec1b0;
    background-color: #1ec1b0
}

.custom-warning .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #fda600;
    background-color: #fda600
}

.custom-danger .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #ff737b;
    background-color: #ff737b
}

.custom-info .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #5a9ee0;
    background-color: #5a9ee0
}

.custom-dark .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #4a5779;
    background-color: #4a5779
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #fbfbfb;
    border-color: #adb5bd;
    opacity: .8
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-checkbox.light-checkbox label {
    color: #7286a2
}

    .custom-checkbox.light-checkbox label::before {
        background-color: #343946
    }

.custom-control:not(.custom-control-inline) + .custom-control:not(.custom-control-inline) {
    margin-top: 10px
}

.input-group-text, .custom-file-label::after {
    background-color: #f7f7f7
}

.dsh-clipboard {
    cursor: pointer
}

.input-group .form-control {
    height: calc(1.5em + .75rem + 9px)
}

.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-valid, .was-validated .form-control:valid {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

.invalid-feedback, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #ff737b
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .dsh-select2:invalid + .select2 .select2-selection {
    color: #ff737b
}

.form-control.is-invalid {
    border-color: #ff737b
}

.was-validated .form-control:invalid, .was-validated .dsh-select2:invalid + .select2 .select2-selection {
    border-color: #ff737b
}

.valid-feedback, .custom-control-input.is-valid ~ .custom-control-label {
    color: #1ec1b0
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .dsh-select2:valid + .select2 .select2-selection {
    color: #1ec1b0
}

.form-control.is-valid {
    border-color: #1ec1b0
}

.was-validated .form-control:valid, .was-validated .dsh-select2:valid + .select2 .select2-selection {
    border-color: #1ec1b0
}

.valid-tooltip {
    top: initial;
    background-color: #1ec1b0;
    opacity: .95
}

.invalid-tooltip {
    background-color: #ff737b;
    opacity: .95
}

.dsh-dropzone-preview--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

    .dsh-dropzone-preview--inner .dz-preview {
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        margin: 0 0 10px;
        padding: 10px;
        border-radius: .25rem
    }

        .dsh-dropzone-preview--inner .dz-preview .dz-image img {
            border-radius: .25rem;
            margin-bottom: 10px
        }

    .dsh-dropzone-preview--inner .dz-success-mark, .dsh-dropzone-preview--inner .dz-error-mark {
        display: none
    }

    .dsh-dropzone-preview--inner .dz-progress {
        margin: 10px 0
    }

    .dsh-dropzone-preview--inner .dz-error-message {
        margin-bottom: 10px
    }

    .dsh-dropzone-preview--inner .dz-remove {
        position: relative;
        color: #ff737b
    }

        .dsh-dropzone-preview--inner .dz-remove::before {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 0;
            height: 1px;
            background-color: #ff737b;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s
        }

        .dsh-dropzone-preview--inner .dz-remove:hover::before {
            width: 100%
        }

.dropzone .dz-preview .dz-remove {
    color: #ff737b;
    font-size: 10px
}

.dsh-btn-file-upload {
    cursor: pointer
}

.dsh-btn-file-upload-input input {
    opacity: 0;
    visibility: hidden;
    display: none
}

.dsh-btn-file-upload-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .dsh-btn-file-upload-wrapper img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: .25rem;
        transition: .3s
    }

.dsh-btn-file-upload:hover img {
    opacity: .8
}

.dsh-svg-icon.svg-icon-sm svg {
    width: 2rem;
    height: 2rem
}

.dsh-svg-icon.svg-icon-md svg {
    width: 3rem;
    height: 3rem
}

.dsh-svg-icon.svg-icon-lg svg {
    width: 4rem;
    height: 4rem
}

.dsh-svg-icon svg path, .dsh-svg-icon svg rect, .dsh-svg-icon svg circle {
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #4285f4
}

.dsh-svg-icon.svg-secondary svg path, .dsh-svg-icon.svg-secondary svg rect, .dsh-svg-icon.svg-secondary svg circle {
    fill: #a6c
}

.dsh-svg-icon.svg-success svg path, .dsh-svg-icon.svg-success svg rect, .dsh-svg-icon.svg-success svg circle {
    fill: #1ec1b0
}

.dsh-svg-icon.svg-danger svg path, .dsh-svg-icon.svg-danger svg rect, .dsh-svg-icon.svg-danger svg circle {
    fill: #ff737b
}

.dsh-svg-icon.svg-warning svg path, .dsh-svg-icon.svg-warning svg rect, .dsh-svg-icon.svg-warning svg circle {
    fill: #fda600
}

.dsh-svg-icon.svg-info svg path, .dsh-svg-icon.svg-info svg rect, .dsh-svg-icon.svg-info svg circle {
    fill: #5a9ee0
}

.dsh-svg-icon.svg-dark svg path, .dsh-svg-icon.svg-dark svg rect, .dsh-svg-icon.svg-dark svg circle {
    fill: #4a5779
}

.dsh-icons-list > div {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 15px;
    border-radius: .25rem
}

    .dsh-icons-list > div:hover {
        background-color: #f5f5f5
    }

    .dsh-icons-list > div > i {
        display: inline-block;
        font-size: 20px;
        width: 40px;
        text-align: left
    }

.dsh-avatar {
    width: 50px;
    height: 50px
}

.dsh-avatar-md {
    width: 100px;
    height: 100px
}

.dsh-avatar-lg {
    width: 150px;
    height: 150px
}

    .dsh-avatar-lg img {
        width: 150px;
        height: 150px
    }

.dsh-avatar-elevated img {
    box-shadow: 0 3px 4px rgba(0,0,0,0.1)
}

.table, .table-hover tbody tr:hover {
    color: #4a5779
}

.table-dark {
    color: #fff
}

.table-dark td {
    color: #fff
}

.table thead th {
    border-bottom: 0;
    border-top: 0
}

.table .thead-light th {
    background-color: rgba(0,0,0,0.05)
}

.table-responsive {
    overflow-y: hidden
}

tr:focus, td:focus {
    outline: 0
}

th {
    font-weight: 600
}

    th:focus {
        outline: 0
    }

.table img {
    max-width: 400px
}

.table td, .table th {
    border-top: 1px solid rgba(0,0,0,0.1);
    vertical-align: middle
}

.table-hover tbody tr:hover {
    background-color: #ecf9ff
}

.table.table-lg th, .table.table-lg td {
    padding: 10px 20px
}

.table-primary {
    background-color: #b3e7ff
}

    .table-primary > td, .table-primary > th {
        background-color: #b3e7ff
    }

.table-secondary {
    background-color: #cfa7ff
}

    .table-secondary > td, .table-secondary > th {
        background-color: #cfa7ff
    }

.table-dark {
    background-color: #4a5779
}

    .table-dark > td, .table-dark > th {
        background-color: #4a5779
    }

.table-bordered td, .table-bordered th {
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom: 0
}

.dataTables_wrapper .dataTable {
    width: 100% !important;
    margin: 1rem 0 !important
}

    .dataTables_wrapper .dataTable tr.active {
        background-color: #ecf9ff
    }

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%
}

.dsh-dt-action {
    margin-right: 10px
}

    .dsh-dt-action:last-child {
        margin-right: 0
    }

.dataTables_wrapper .text-left .dataTables_filter, .dataTables_wrapper .text-right .dataTables_filter {
    display: inline-block
}

    .dataTables_wrapper .text-left .dataTables_filter label, .dataTables_wrapper .text-right .dataTables_filter label {
        margin: 0
    }

.dataTables_wrapper .dataTables_pager {
    text-align: right
}

    .dataTables_wrapper .dataTables_pager .dataTables_length {
        margin-right: .5rem;
        display: inline-block
    }

        .dataTables_wrapper .dataTables_pager .dataTables_length label {
            display: flex;
            align-items: center;
            margin: 0
        }

            .dataTables_wrapper .dataTables_pager .dataTables_length label select {
                margin: 0 5px
            }

        .dataTables_wrapper .dataTables_pager .dataTables_length + .dataTables_paginate {
            margin-left: 1rem
        }

            .dataTables_wrapper .dataTables_pager .dataTables_length + .dataTables_paginate ul {
                margin: 0
            }

    .dataTables_wrapper .dataTables_pager .dataTables_paginate {
        display: inline-block
    }

table .btn {
    outline: 0;
    background-color: #f9f9f9
}

    table .btn:hover, table .btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #f5f3f3
    }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    vertical-align: middle
}

table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 85px;
    margin-right: 10px
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 50%;
    transform: translateY(-50%)
}

table.table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: #4285f4
}

table.table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #ff737b
}

.dsh-product-thumb {
    text-align: center;
    margin-bottom: 1rem
}

.dsh-product-primary-thumb {
    margin: 0 auto 1rem;
    border-radius: .25rem
}

.dsh-product-content .dsh-rating-wrapper, .dsh-product-additional-info .dsh-rating-wrapper {
    margin: 1rem 0
}

.dsh-price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dsh-price {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #4a5779
}

.dsh-price-wrapper .dsh-discounted-price {
    margin: 0;
    margin-left: 10px;
    text-decoration: line-through
}

.dsh-product-variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.dsh-product-variation-thumb .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dsh-product-variation span, .product-meta li > span {
    font-weight: 600;
    width: 100px;
    color: #4a5779;
    margin-bottom: 5px
}

.dsh-product-variation-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

.dsh-product-variation-values > div, .product-meta span {
    margin-right: 10px
}

.dsh-qty {
    width: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 35px
}

.dsh-comment h6 {
    margin-bottom: 5px;
    font-weight: 600
}

.dsh-comment img {
    width: 40px;
    border-radius: 50%
}

.dsh-related-products {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

    .dsh-related-products li {
        padding: 1rem 0 0
    }

        .dsh-related-products li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0
        }

        .dsh-related-products li > a {
            width: 50px;
            height: 50px
        }

        .dsh-related-products li img {
            border-radius: .25rem;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain
        }

        .dsh-related-products li h4 {
            margin: .5rem 0;
            font-size: 14px
        }

        .dsh-related-products li span:not(.badge) {
            font-size: 12px
        }

.dsh-product-add-edit-form .dropzone {
    min-height: 100px;
    padding: 10px
}

    .dsh-product-add-edit-form .dropzone .dz-preview {
        margin: 5px
    }

        .dsh-product-add-edit-form .dropzone .dz-preview .dz-image {
            width: 70px;
            height: 70px
        }

    .dsh-product-add-edit-form .dropzone .dz-details, .dsh-product-add-edit-form .dropzone .dz-success-mark, .dsh-product-add-edit-form .dropzone .dz-error-mark {
        display: none
    }

    .dsh-product-add-edit-form .dropzone .dz-preview .dz-progress {
        width: 50px;
        height: 8px;
        margin-top: -17px;
        margin-left: -25px
    }

    .dsh-product-add-edit-form .dropzone .dz-remove {
        font-size: 10px;
        color: #ff737b
    }

.cart-img-sm {
    width: 20px
}

.remove-item {
    width: 30px
}

.cart-cross-sell {
    position: relative;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    justify-content: flex-end
}

    .cart-cross-sell h2 {
        margin: .5rem 0
    }

    .cart-cross-sell p {
        margin-bottom: 0;
        max-width: 500px
    }

    .cart-cross-sell::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #4285f4;
        opacity: .2;
        z-index: -1
    }

.dsh-user-address h6 {
    font-weight: 500;
    font-size: 12px;
    margin: 0
}

.dsh-user-address p {
    margin-bottom: 0
}

.dsh-profile-sidebar {
    border-right: 1px solid rgba(0,0,0,0.1)
}

.dsh-user-img-upload {
    position: relative
}

    .dsh-user-img-upload .btn-icon {
        position: absolute;
        right: -10px;
        transform: translateY(-50%);
        top: 50%
    }

.social-icon {
    font-size: 16px
}

.dsh-sidebar-list .dsh-private-folder a span, .dsh-sidebar-list .dsh-private-folder a i {
    color: #7286a2
}

.dsh-sidebar-list .dsh-private-folder .dsh-svg-icon.svg-warning svg path, .dsh-sidebar-list .dsh-private-folder .dsh-svg-icon.svg-warning svg rect {
    fill: #bfbfbf
}

.dsh-icon-box {
    border-radius: .25rem;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
    transition: .3s;
    margin: 0 15px 15px 0;
    text-align: center;
    background-color: #fff
}

    .dsh-icon-box .dropleft span {
        cursor: pointer
    }

    .dsh-icon-box img {
        margin: 20px 0
    }

.dsh-icon-box--text {
    text-align: left
}

    .dsh-icon-box--text h6 {
        font-weight: 500
    }

.dsh-icon-box:hover {
    box-shadow: 0 3px 14px rgba(0,0,0,0.15)
}

.dsh-file-box--wrapper {
    display: flex;
    flex-wrap: wrap
}

.dsh-icon-box.dsh-file-box {
    flex: 0 0 180px
}

.dsh-inbox-sidebar, .dsh-calendar-sidebar, .dsh-file-sidebar, .dsh-product-sidebar, .dsh-profile-sidebar {
    width: 300px;
    margin-right: 15px;
    float: left
}

.dsh-inbox-wrapper--inner, .dsh-calendar-wrapper, .dsh-file-wrapper, .dsh-product-wrapper, .dsh-profile-sidebar-wrapper {
    width: calc(100% - 330px);
    float: right;
    margin-left: 15px
}

.dsh-profile-sidebar {
    margin: 0
}

.dsh-profile-sidebar-wrapper {
    margin: 0;
    width: calc(100% - 300px)
}

.reversed .dsh-inbox-sidebar, .reversed .dsh-calendar-sidebar, .reversed .dsh-file-sidebar, .reversed .dsh-product-sidebar {
    margin-left: 15px;
    margin-right: 0;
    float: right
}

.reversed .dsh-inbox-wrapper--inner, .reversed .dsh-calendar-wrapper, .reversed .dsh-file-wrapper, .reversed .dsh-product-wrapper {
    float: left;
    margin-right: 15px;
    margin-left: 0
}

.dsh-fixed-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px
}

    .dsh-fixed-content .dsh-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        padding: 0 15px
    }

        .dsh-fixed-content .dsh-col.dsh-col-lg {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 350px;
            flex: 0 0 350px
        }

        .dsh-fixed-content .dsh-col.col-flex {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

.dsh-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.dsh-email-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 1rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

    .dsh-email-item:hover, .dsh-email-item.active {
        background-color: #f5f5f5
    }

.dsh-email-item--controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.dsh-email-item--content-inner {
    line-height: 1
}

.dsh-email-item--controls i {
    margin: 0 5px
}

    .dsh-email-item--controls i.active {
        color: #ff9b45
    }

.dsh-email-item--avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-right: 10px
}

    .dsh-email-item--avatar img {
        border-radius: 50%;
        width: 30px;
        height: 30px
    }

    .dsh-email-item--avatar .btn {
        border-radius: 50%;
        width: 30px;
        height: 30px
    }

        .dsh-email-item--avatar .btn::before {
            border-radius: 50%;
            width: 30px;
            height: 30px
        }

    .dsh-email-item--avatar a {
        margin-left: 10px;
        font-weight: 500
    }

        .dsh-email-item--avatar a:hover {
            color: initial
        }

.dsh-inbox-item--user {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.dsh-email-item--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.dsh-email-item--text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .dsh-email-item--text b {
        font-weight: 600;
        color: #4a5779
    }

.dsh-email-item--meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-left: 10px;
    text-align: right
}

.dsh-email-item--time {
    margin-right: 10px
}

.dsh-email-item--meta .btn.btn-sm {
    padding: 4px;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #7286a2
}

    .dsh-email-item--meta .btn.btn-sm i {
        margin: 0
    }

.dsh-email-item--user-profile.dropdown-menu {
    padding: 20px;
    min-width: 350px;
    text-align: center
}

    .dsh-email-item--user-profile.dropdown-menu img {
        max-width: 150px;
        border-radius: 50%;
        margin-bottom: 20px
    }

.dsh-email-item--user-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

    .dsh-email-item--user-meta span {
        color: #7286a2;
        margin: 0 10px;
        font-size: 14px
    }

.dsh-section {
    display: none
}

    .dsh-section.active {
        display: block
    }

.dsh-email-main--content h2 {
    margin-bottom: 1rem
}

.dsh-email-main--content p:last-child {
    margin-bottom: 0
}

.dsh-todo-list .custom-control-input:checked + label {
    text-decoration: line-through
}

.dsh-todo-list .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.dsh-pp {
    padding: 50px;
    text-align: center;
    background-color: #fbfbfd;
    transition: .3s;
    margin-bottom: 30px
}

    .dsh-pp.best, .dsh-pp:hover {
        background-color: #fff;
        box-shadow: 0 20px 40px rgba(35,138,125,0.1)
    }

.dsh-pp--thumb {
    max-width: 210px;
    height: 190px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

    .dsh-pp--thumb img {
        width: 210px
    }

.dsh-pp--des {
    margin: 30px 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

    .dsh-pp--des h4 {
        display: inline-block;
        position: relative;
        color: #4285f4
    }

    .dsh-pp--des h6 {
        text-decoration: line-through;
        font-weight: 400;
        color: #d0d0d0
    }

    .dsh-pp--des h4 .cycle {
        font-weight: 400;
        font-size: 13px
    }

.dsh-pp--body ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: left
}

    .dsh-pp--body ul li {
        position: relative;
        padding: 5px 0 5px 30px;
        font-size: 16px
    }

        .dsh-pp--body ul li:first-child {
            padding-top: 0
        }

        .dsh-pp--body ul li:last-child {
            padding-bottom: 0
        }

        .dsh-pp--body ul li.check::before {
            font-family: lineicons;
            content: "\e94c";
            position: absolute;
            left: 0;
            color: #1ec1b0
        }

        .dsh-pp--body ul li.uncheck::before {
            font-family: lineicons;
            content: "\e94d";
            position: absolute;
            left: 0;
            color: #ff737b
        }

.dsh-faq-seperator {
    height: 100%;
    width: 2px;
    margin: 0 auto;
    background-color: #4285f4;
    position: relative
}

    .dsh-faq-seperator::before, .dsh-faq-seperator::after {
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #4285f4;
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

    .dsh-faq-seperator::before {
        top: 0
    }

    .dsh-faq-seperator::after {
        bottom: 0
    }

.dsh-auth-form {
    height: 100%
}

.dsh-auth-bg {
    height: 100%
}

    .dsh-auth-bg .slick-track, .dsh-auth-bg .slick-list {
        height: 100%
    }

    .dsh-auth-bg .dsh-slider {
        height: 100%;
        width: 100%
    }

.dsh-auth-bg-item {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #344868
}

    .dsh-auth-bg-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.dsh-auth .dsh-auth-bg-item {
    position: relative;
    display: flex;
    align-items: flex-end
}

.dsh-auth-bg-item--inner {
    width: 450px;
    margin: 3rem auto;
    z-index: 9;
    text-align: center
}

    .dsh-auth-bg-item--inner h3 {
        font-size: 24px;
        color: #4285f4
    }

    .dsh-auth-bg-item--inner p {
        color: #4285f4
    }

.dsh-auth-form-inner {
    width: 90%
}

.lockscreen-1 {
    overflow: hidden
}

    .lockscreen-1 .body-content {
        padding: 3rem
    }

.lockscreen-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    transform-origin: center
}

.dsh-unlocked-content {
    width: 300px
}

.dsh-swatch {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 5px
}

    .dsh-swatch.width-auto {
        width: auto;
        padding: 2px 4px;
        font-size: 10px
    }

        .dsh-swatch.width-auto::before {
            display: none
        }

.swatch-primary {
    background-color: #4285f4
}

.swatch-outline-primary:hover, .swatch-outline-primary.active {
    background-color: #4285f4
}

.swatch-secondary {
    background-color: #a6c
}

.swatch-outline-secondary:hover, .swatch-outline-secondary.active {
    background-color: #a6c
}

.swatch-success {
    background-color: #1ec1b0
}

.swatch-outline-success:hover, .swatch-outline-success.active {
    background-color: #1ec1b0
}

.swatch-danger {
    background-color: #ff737b
}

.swatch-outline-danger:hover, .swatch-outline-danger.active {
    background-color: #ff737b
}

.swatch-warning {
    background-color: #fda600
}

.swatch-outline-warning:hover, .swatch-outline-warning.active {
    background-color: #fda600
}

.swatch-info {
    background-color: #5a9ee0
}

.swatch-outline-info:hover, .swatch-outline-info.active {
    background-color: #5a9ee0
}

.swatch-dark {
    background-color: #4a5779
}

.swatch-outline-dark:hover {
    background-color: #4a5779
}

.swatch-outline-dark.active {
    background-color: #4a5779;
    color: #fff
}

.swatch-outline-dark:hover {
    color: #fff
}

[class*=" swatch-outline-"] {
    background-color: transparent
}

.swatch-outline-primary {
    border: 1px solid #4285f4
}

.swatch-outline-secondary {
    border: 1px solid #a6c
}

.swatch-outline-success {
    border: 1px solid #1ec1b0
}

.swatch-outline-danger {
    border: 1px solid #ff737b
}

.swatch-outline-warning {
    border: 1px solid #fda600
}

.swatch-outline-info {
    border: 1px solid #5a9ee0
}

.swatch-outline-dark {
    border: 1px solid #4a5779
}

.swatch-square {
    border-radius: 0
}

.dsh-swatch.swatch-square::before {
    border-radius: 0
}

.dsh-swatch::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dsh-swatch:hover::before {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7)
}

.dsh-swatch.active::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.dsh-extra-page--info {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9;
    background-color: #efefef;
    border: 0;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 24px;
    color: #4285f4
}

    .dsh-extra-page--info:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        background-color: #e6e4e4
    }

@media(max-width:1920px) {
    .dsh-related-products {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

        .dsh-related-products li {
            padding: 0 0 1rem;
            margin-bottom: 1rem;
            border-bottom: 1px solid rgba(0,0,0,0.1)
        }
}

@media(max-width:1199px) {
    .dsh-related-products {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

        .dsh-related-products li {
            padding: 1rem 0 0;
            margin-bottom: 0;
            border-bottom: 0
        }

    .dsh-profile-manage .dsh-fixed-content {
        display: block
    }

        .dsh-profile-manage .dsh-fixed-content .dsh-col {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }

            .dsh-profile-manage .dsh-fixed-content .dsh-col.dsh-col-lg {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%
            }
}

@media(max-width:1024px) {
    .dsh-card.dsh-card-fh {
        height: auto
    }

    .dsh-fixed-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: block
    }

        .dsh-fixed-content .dsh-col {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }

            .dsh-fixed-content .dsh-col.dsh-col-lg {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%
            }

    .dsh-d-block-lg {
        display: none
    }

    .dsh-d-block-sm {
        display: block
    }

    .dsh-navbar .dsh-logo {
        margin-right: 2rem
    }

    .dsh-minimal-sidebar .dsh-navbar .dsh-logo {
        width: auto
    }

    .dsh-aside-left-open > .dsh-aside-overlay.dsh-overlay-left {
        display: block
    }

    .dsh-minimal-aside-wrapper {
        position: fixed;
        top: 66px;
        left: 0
    }

        .dsh-minimal-sidebar.dsh-aside-left-open .dsh-content-wrapper, .dsh-minimal-aside-wrapper + .dsh-content-wrapper, .dsh-content-wrapper {
            padding: 30px 15px
        }

    .dsh-inline > li.dsh-nav-item > a {
        height: 40px;
        width: 40px;
        padding: 5px
    }

    .dsh-no-sidebar .dsh-aside-toggler {
        display: block
    }

    .body-content, .dsh-aside-left-open .body-content {
        padding-right: 0;
        padding-left: 0
    }

    .dsh-aside-right-open .body-content {
        padding-right: 0
    }

    .navbar, .dsh-minimal-sidebar .navbar {
        padding: .25rem 15px
    }

    .dsh-navbar .dsh-nav-list {
        text-align: right
    }

    .dsh-inline > li.dsh-nav-item.dsh-nav-user > a, .dsh-nav-language a {
        font-size: 0
    }

    .dsh-inline > li.dsh-nav-item.dsh-nav-user > a {
        padding-right: 0
    }

        .dsh-inline > li.dsh-nav-item.dsh-nav-user > a:hover, .dsh-inline > li.dsh-nav-item.dsh-nav-user > a:focus {
            background-color: transparent
        }

    .dsh-inline li.dsh-nav-item a:hover {
        background-color: rgba(255,255,255,0.04)
    }

    .dsh-navbar li.dsh-nav-item .dsh-user-img, .dsh-nav-language > a > img {
        margin: 0
    }

    .dsh-nav-list.dsh-slide-down {
        top: 100%;
        opacity: 1;
        visibility: visible
    }

    .dsh-nav-toggler {
        border-left: 0
    }

    .dsh-navbar .dsh-nav-list .dsh-search-form {
        display: none
    }

    .card.card-fh {
        height: auto
    }

    .dsh-crescent-shape::before {
        display: none
    }
}

@media(max-width:991px) {
    .dsh-slider-nav .dsh-slider-item img {
        max-width: 80px
    }

    .dsh-inbox-wrapper--inner, .dsh-inbox-sidebar, .dsh-calendar-wrapper, .dsh-calendar-sidebar, .dsh-file-wrapper, .dsh-file-sidebar, .dsh-product-wrapper, .dsh-product-sidebar, .dsh-profile-sidebar, .dsh-profile-sidebar-wrapper {
        float: none;
        width: 100%;
        margin: 0
    }
}

@media(max-width:768px) {
    body, html {
        font-size: 12px
    }

    .wmin-md-400 {
        min-width: 100%
    }

    .dsh-responsive-table thead {
        display: none
    }

    .dsh-responsive-table td {
        position: relative;
        display: block;
        width: 100%;
        border-top: 0;
        text-align: right;
        padding: .75rem 0
    }

        .dsh-responsive-table td::before {
            content: attr(data-title) ": ";
            font-weight: 700;
            float: left
        }

        .dsh-responsive-table td.remove {
            padding-left: 0
        }

            .dsh-responsive-table td.remove::before {
                display: none
            }

    .dsh-responsive-table tr {
        border-bottom: 1px solid rgba(0,0,0,0.1)
    }

        .dsh-responsive-table tr:last-child {
            border-bottom: 0
        }

    .dsh-responsive-table .media {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 0
    }

        .dsh-responsive-table .media img {
            margin-right: 0;
            margin-left: 10px
        }

    .dsh-email-item--user-profile.dropdown-menu {
        min-width: 250px
    }

        .dsh-email-item--user-profile.dropdown-menu img {
            max-width: 110px
        }

    .dsh-email-item--user-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px
    }

        .dsh-email-item--user-meta span {
            margin: 5px 0
        }

    .dsh-email-item--user-profile.dropdown-menu h3 {
        font-size: 16px
    }

    .dsh-nav-list .dropdown {
        position: static
    }

    .dsh-navbar .dropdown-menu {
        width: auto;
        margin: 10px auto;
        right: 15px;
        left: 15px;
        min-width: 0
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center
    }
}

@media(max-width:575px) {
    .card-body, .card-footer, .card-header {
        padding: 15px
    }

    .table.table-lg th, .table.table-lg td {
        padding: 15px
    }

    .side-nav.dsh-aside-right {
        min-width: 300px
    }

    .nav-tabs {
        flex-direction: column;
        text-align: center
    }

        .nav-tabs .nav-link {
            font-size: 13px;
            padding: 10px 15px
        }

    .nav-pills, .nav-bordered {
        flex-direction: column;
        text-align: center
    }

    .nav-tabs .nav-item:first-child .nav-link, .nav-tabs .nav-item .nav-link {
        border-radius: 25px
    }

    .nav-tabs .nav-link {
        background-color: transparent
    }

    .dsh-dropzone-preview--inner .dz-preview {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    div.dt-buttons {
        margin-top: 1rem
    }

    .dsh-product-variation-values > div, .product-meta span {
        margin-right: 5px
    }

    .dsh-product-primary-thumb {
        max-width: 90px
    }

    .dsh-slider-nav .dsh-slider-item img {
        max-width: 40px
    }

    .dsh-product-variation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .dsh-product-variation span {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }

    .product-meta li > span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .dsh-atc-form .dsh-qty {
        width: 100%;
        margin-bottom: 10px
    }

    .dsh-atc-form .btn {
        width: 100%
    }

    .dsh-product-additional-info .nav-item {
        width: 100%;
        margin-right: 0
    }

        .dsh-product-additional-info .nav-item a::before {
            display: none
        }

    .dsh-comment img {
        width: 30px
    }

    .dsh-related-products {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

        .dsh-related-products li {
            padding: 0 0 1rem;
            margin-bottom: 1rem;
            border-bottom: 1px solid rgba(0,0,0,0.1)
        }

            .dsh-related-products li img {
                max-width: 50px
            }

            .dsh-related-products li h4 {
                font-size: 13px
            }

    .fc-toolbar.fc-header-toolbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .fc-toolbar h2 {
        margin: 1.5rem 0
    }

    .dsh-email-item--avatar img, .dsh-email-item--time {
        display: none
    }

    .dsh-email-item {
        flex-wrap: wrap
    }

    .dsh-email-item--content {
        flex: 0 100%;
        margin-top: 10px
    }

    .dsh-email-item--controls {
        margin: 0
    }

    .dsh-icon-box.dsh-file-box {
        flex: 0 0 140px
    }

    .dsh-icon-box img {
        max-width: 40px
    }

    .dsh-pp {
        padding: 30px
    }
}
