@charset "UTF-8";
.ui-img-grayscale {
    opacity: 0.4;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.ui-img-grayscale.hoverable {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ui-img-grayscale.hoverable:focus,
.ui-img-grayscale.hoverable:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.ui-w-140 {
    width: 140px !important;
    height: auto;
}

.ui-w-120 {
    width: 120px !important;
    height: auto;
}

.ui-w-100 {
    width: 100px !important;
    height: auto;
}

.ui-w-80 {
    width: 80px !important;
    height: auto;
}

.ui-w-60 {
    width: 60px !important;
    height: auto;
}

.ui-w-50 {
    width: 50px !important;
    height: auto;
}

.ui-w-40 {
    width: 49px !important;
    height: 49px;
}

.ui-w-30 {
    width: 30px !important;
    height: auto;
}

.ui-w-20 {
    width: 20px !important;
    height: auto;
}

.ui-mh-100vh {
    min-height: 100vh;
}

.ui-rect,
.ui-rect-30,
.ui-rect-60,
.ui-rect-67,
.ui-rect-75,
.ui-square {
    position: relative !important;
    display: block !important;
    padding-top: 100% !important;
    width: 100% !important;
}

.ui-square {
    padding-top: 100% !important;
}

.ui-rect {
    padding-top: 50% !important;
}

.ui-rect-30 {
    padding-top: 30% !important;
}

.ui-rect-60 {
    padding-top: 60% !important;
}

.ui-rect-67 {
    padding-top: 67% !important;
}

.ui-rect-75 {
    padding-top: 75% !important;
}

.ui-rect-content,
.ui-square-content {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.ui-icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    border: 2px solid;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: calc(46px - 4px);
}

.ui-icon.border-0 {
    line-height: 46px;
}

.ui-icon-sm {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: calc(30px - 4px);
}

.ui-icon-sm.border-0 {
    line-height: 30px;
}

.ui-star,
.ui-star>*,
.ui-stars {
    height: 1.1em;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.ui-stars {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.ui-star {
    position: relative;
    display: block;
    float: left;
    width: 1.1em;
    height: 1.1em;
    text-decoration: none !important;
    font-size: 1.1em;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[dir=rtl] .ui-star {
    float: right;
}

.ui-star+.ui-star {
    margin-left: -0.1em;
}

[dir=rtl] .ui-star+.ui-star {
    margin-right: -0.1em;
    margin-left: 0;
}

.ui-star>*::after,
.ui-star>*::before,
.ui-star>* {
    position: absolute;
    left: 0.55em;
    height: 100%;
    font-size: 1em;
    line-height: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[dir=rtl] .ui-star>*::after,
[dir=rtl] .ui-star>*::before,
[dir=rtl] .ui-star>* {
    right: 0.55em;
    left: auto;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.ui-star>* {
    top: 0;
    width: 100%;
    text-align: center;
}

.ui-star>*:first-child {
    z-index: 10;
    display: none;
    overflow: hidden;
    color: #FFE924;
}

.ui-star>*:last-child {
    z-index: 5;
    display: block;
}

.ui-star.half-filled>*:first-child {
    width: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

[dir=rtl] .ui-star.half-filled>*:first-child {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.ui-star.filled>*:first-child,
.ui-star.half-filled>*:first-child {
    display: block;
}

.ui-star.filled>*:last-child {
    display: none;
}

.ui-stars.hoverable .ui-star>*:first-child {
    display: block;
}

.ui-stars.hoverable .ui-star:first-child:not(.filled)>*:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.filled)~.ui-star>*:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.half-filled)>*:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.half-filled)~.ui-star>*:first-child {
    display: none;
}

.ui-stars.hoverable .ui-star.filled>*:first-child,
.ui-stars.hoverable .ui-star.half-filled>*:first-child {
    display: block !important;
}

.ui-stars.hoverable:hover .ui-star>*:first-child {
    display: block !important;
    width: 100% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

[dir=rtl] .ui-stars.hoverable:hover .ui-star>*:first-child {
    -webkit-transform: translateX(50%) !important;
    transform: translateX(50%) !important;
}

.ui-stars.hoverable .ui-star:hover~.ui-star>*:first-child {
    display: none !important;
}

.ui-stars.hoverable .ui-star:hover~.ui-star>*:last-child {
    display: block !important;
}

.ui-list {
    padding: 0;
}

.ui-list>li {
    margin-bottom: 8px;
    list-style: none;
}

.ui-list>li::before {
    content: "•";
    display: inline-block;
    margin-right: 12px;
    font-weight: 700;
}

[dir=rtl] .ui-list>li::before {
    margin-right: 0;
    margin-left: 12px;
}

.ui-bg-cover {
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-size: cover;
}

.ui-bg-fixed {
    background-attachment: fixed;
}

.ui-bg-overlay-container,
.ui-bg-video-container {
    position: relative;
}

.ui-bg-overlay-container>*,
.ui-bg-video-container>* {
    position: relative;
}

.ui-bg-overlay-container .ui-bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.ui-bg-video-container .ui-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
}

.ui-bg-video-container .ui-bg-video video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.ui-text-block {
    line-height: 1.8;
}

.ui-text-block>p:last-child {
    margin-bottom: 0;
}

.default-style .ui-icon {
    border-color: #f8f9fa;
}

.default-style .ui-bordered {
    border: 1px solid #dee2e6;
}

.default-style .ui-star>*:last-child {
    color: #e9ecef;
}

.default-style .ui-list>li::before {
    color: #dee2e6;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .default-style .ui-mh-100vh::after {
        content: '';
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
        flex: 0 0 0;
        min-height: 100vh;
        width: 0;
        font-size: 0;
    }
    .default-style .ui-mh-100vh.jumbotron::after {
        min-height: calc(100vh - 4rem);
    }
    .default-style .ui-mh-100vh.flex-column::after {
        display: none;
    }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .default-style .ui-mh-100vh.jumbotron::after {
        min-height: calc(100vh - 8rem);
    }
}

.material-style .ui-icon {
    border-color: rgba(24, 28, 33, 0.06);
}

.material-style .ui-bordered {
    border: 1px solid rgba(24, 28, 33, 0.06);
}

.material-style .ui-star>*:last-child {
    color: rgba(24, 28, 33, 0.1);
}

.material-style .ui-list>li::before {
    color: rgba(24, 28, 33, 0.2);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .material-style .ui-mh-100vh::after {
        content: '';
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
        flex: 0 0 0;
        min-height: 100vh;
        width: 0;
        font-size: 0;
    }
    .material-style .ui-mh-100vh.jumbotron::after {
        min-height: calc(100vh - 6rem);
    }
    .material-style .ui-mh-100vh.flex-column::after {
        display: none;
    }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .material-style .ui-mh-100vh.jumbotron::after {
        min-height: calc(100vh - 12rem);
    }
}

.ui-statistics-icon {
    width: 2.875rem;
    height: 2.875rem;
    font-size: 1.125rem;
    line-height: calc(2.875rem - 4px);
}

.ui-statistics-icon.border-0 {
    line-height: 2.875rem;
}

.ui-feed-icon-container {
    position: relative;
}

.ui-feed-icon {
    position: absolute;
    top: 0;
    right: -0.625rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 0;
    font-size: 0.75rem;
    line-height: 1.25rem;
}

.ui-todo-item .custom-control-input:checked~.custom-control-label {
    text-decoration: line-through;
}

.ui-todo-item .custom-control-input:checked~.custom-control-label .ui-todo-badge,
.ui-todo-item .custom-control-input:checked~.ui-todo-badge {
    display: none;
}

.ui-activity-icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: calc(2.5rem - 4px);
}

.ui-activity-icon.border-0 {
    line-height: 2.5rem;
}

.default-style .ui-todo-item .custom-control-input:checked~.custom-control-label {
    color: #6c757d;
}

.material-style .ui-todo-item .custom-control-input:checked~.custom-control-label {
    color: #a3a4a6;
}

.bg-pattern-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.172L6.172 0h5.656L0 11.828V6.172zm40 5.656L28.172 0h5.656L40 6.172v5.656zM6.172 12l12-12h3.656l12 12h-5.656L20 3.828 11.828 12H6.172zm12 0L20 10.172 21.828 12h-3.656z' fill='%23ffffff' fill-opacity='0.10' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bg-pattern-2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23ffffff' fill-opacity='0.10' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
}

.bg-pattern-3 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23ffffff' fill-opacity='0.10' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-pattern-1-dark {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.172L6.172 0h5.656L0 11.828V6.172zm40 5.656L28.172 0h5.656L40 6.172v5.656zM6.172 12l12-12h3.656l12 12h-5.656L20 3.828 11.828 12H6.172zm12 0L20 10.172 21.828 12h-3.656z' fill='%23cccccc' fill-opacity='0.17' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bg-pattern-2-dark {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23cccccc' fill-opacity='0.17' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
}

.bg-pattern-3-dark {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23cccccc' fill-opacity='0.17' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.chart-shadow {
    -webkit-filter: drop-shadow(0 8px 8px rgba(24, 28, 33, 0.3));
    filter: drop-shadow(0 8px 8px rgba(24, 28, 33, 0.3));
}

.ui-legend {
    border-radius: 0.125rem;
    -webkit-box-shadow: 0 10px 18px 0 rgba(24, 28, 33, 0.2);
    box-shadow: 0 10px 18px 0 rgba(24, 28, 33, 0.2);
}

.ui-proj {
    position: relative;
    overflow: hidden;
}

.ui-proj .pt-badge {
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 0.125rem;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ui-bottom-data {
    position: relative;
    bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 10px rgba(24, 28, 33, 0.2);
    box-shadow: 0 1px 10px rgba(24, 28, 33, 0.2);
}

.ui-order-card {
    color: #fff;
    overflow: hidden;
}

.ui-order-card .card-icon {
    position: absolute;
    right: -17px;
    font-size: 100px;
    top: 20px;
    opacity: 0.5;
}

.ui-hover-icon {
    overflow: hidden;
}

.ui-hover-icon .hov-icon {
    color: #fff;
    font-size: 80px;
    position: absolute;
    bottom: -10px;
    opacity: 0.3;
    right: -10px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ui-hover-icon:hover .hov-icon {
    -webkit-transform: rotate(0deg) scale(1.4);
    transform: rotate(0deg) scale(1.4);
    opacity: 0.5;
}

.card-header+.table-responsive tr td:first-child,
.card-header+.table-responsive tr th:first-child {
    padding-left: 1.5rem;
}

.card-header+.table-responsive tr td:last-child,
.card-header+.table-responsive tr th:last-child {
    padding-right: 1.5rem;
}

.ui-team .t-img {
    position: relative;
}

.ui-team .t-img .cover-img {
    width: 40px;
    height: 40px;
}

.ui-team .t-img .profile-img {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: -5px;
}

.ui-messages .m-img {
    position: relative;
}

.ui-messages .m-img .profile-img {
    width: 40px;
    height: 40px;
}

.ui-messages .m-img .tot-msg {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: -5px;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
}

.ui-chat .msg {
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px;
    position: relative;
}

.ui-chat img {
    width: 40px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px;
}

.ui-chat .received-chat .msg {
    border-radius: 0 0.125rem 0.125rem 0.125rem;
}

.ui-chat .received-chat .msg:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 7px solid transparent;
    border-bottom-color: #716aca;
}

.ui-chat .send-chat {
    text-align: right;
}

.ui-chat .send-chat .msg {
    border-radius: 0.125rem;
}

.ui-chat .form-material .form-group {
    position: relative;
}

.ui-chat .form-material .form-control {
    display: inline-block;
    height: 43px;
    width: 100%;
    border: none;
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.ui-chat .form-material .form-bar {
    position: relative;
    display: block;
    width: 100%;
}

.ui-chat .form-material .float-label {
    pointer-events: none;
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.ui-timeline .card-body {
    padding-top: 0;
}

.ui-timeline .card-body .timelines-box {
    position: relative;
}

.ui-timeline .card-body .timelines-box:after {
    content: "";
    position: absolute;
    background: #ccc;
    height: 100%;
    width: 1px;
    top: 0;
    left: 115px;
    z-index: 1;
}

.ui-timeline .card-body .timelines-box .update-meta {
    z-index: 2;
    min-width: 160px;
}

.ui-timeline .card-body .timelines-box .update-meta .update-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

@media only screen and (max-width: 575px) {
    .ui-timeline .card-body .timelines-box:after {
        display: none;
    }
    .ui-timeline .card-body .timelines-box .update-meta {
        z-index: 2;
        min-width: 100%;
        text-align: left !important;
        margin-bottom: 15px;
        padding-top: 15px;
    }
}

.ui-post .posts-img {
    width: 90px;
    height: 80px;
}

.ui-task .task-list {
    position: relative;
}

.ui-task .task-list:after {
    content: "";
    position: absolute;
    background: #ccc;
    height: 100%;
    width: 2px;
    top: 0;
    left: 10px;
    z-index: 1;
}

.ui-task .task-list:before {
    content: "";
    position: absolute;
    background: #ccc;
    height: 10px;
    width: 10px;
    bottom: -10px;
    left: 6px;
    z-index: 2;
    border-radius: 50%;
}

.ui-task .task-list li {
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
}

.ui-task .task-list li .task-icon {
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 50%;
    padding: 2px;
    color: #fff;
    min-width: 1.8rem;
    min-height: 1.8rem;
    z-index: 2;
    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;
}

.ui-activity .card-body {
    padding-top: 0;
}

.ui-activity .card-body .activity-box {
    position: relative;
}

.ui-activity .card-body .activity-box .activity-time {
    z-index: 2;
    min-width: 160px;
}

.ui-activity .card-body .activity-box .activity-time .update-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

@media only screen and (max-width: 575px) {
    .ui-activity .card-body .activity-box .update-meta {
        z-index: 2;
        min-width: 100%;
        text-align: left !important;
        margin-bottom: 15px;
        border-top: 1px solid #f1f1f1;
        padding-top: 15px;
    }
}

.ui-feed h6 {
    margin-top: 7px;
}

.ui-feed .feed-icon {
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8px 5px;
    font-size: 13px;
}

.review-card .review-block>div {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.ui-play-icon {
    margin-right: -.25em;
}

.badge.ui-product-badge {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.1875rem 0.375rem;
    font-size: 0.625rem;
}

.ui-product-color {
    display: inline-block;
    overflow: hidden;
    margin: .144em;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 10rem;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
    vertical-align: middle;
}

.ui-product-color-lg {
    width: 1rem;
    height: 1rem;
}

.ui-product-color-sm {
    width: 0.75rem;
    height: 0.75rem;
}

.ui-payment {
    height: 40px;
}

.ui-payment-small {
    height: 30px;
}

.ui-company-text {
    font-size: 15px;
    line-height: 1.8;
}

.ui-device {
    position: relative;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.ui-device:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.ui-device .device-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.ui-device .device-content {
    position: absolute;
    top: 0;
    z-index: 2;
    overflow: hidden;
}

.ui-device .device-content:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.ui-device .device-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ui-device.macbook {
    width: 1227px;
}

.ui-device.macbook:before {
    padding-top: 57.86471067644662%;
}

.ui-device.macbook .device-content {
    margin-top: 4.31947840260799%;
    margin-left: 12.46943765281174%;
    width: 75.15262428687857%;
}

.ui-device.macbook .device-content:before {
    padding-top: 62.47288503253796%;
}

.ui-device.iphone {
    width: 302px;
}

.ui-device.iphone:before {
    padding-top: 209.154929577464789%;
}

.ui-device.iphone .device-content {
    z-index: 1;
    margin-top: 19.58041958041958%;
    margin-left: 4.580152671755725%;
    width: 91.608391608391608%;
    border-radius: 0 0 12% 12% / 0 0 4% 4%;
}

.ui-device.iphone .device-content:before {
    padding-top: 200.763358778625954%;
}

.ui-device.iphone .device-img {
    z-index: 2;
}

.ui-window {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 23px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-window:before {
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    height: 23px;
    background: #e5e5e5;
}

.ui-window .window-content {
    width: 100%;
}

.ui-window .window-content img {
    display: block;
    width: 100%;
}

.ui-window:before,
.ui-window:after,
.ui-window .window-content:before,
.ui-window .window-content:after {
    content: "";
    position: absolute;
    display: block;
}

.ui-window:after,
.ui-window .window-content:before,
.ui-window .window-content:after {
    top: 6px;
    z-index: 4;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.ui-window:after {
    left: 10px;
    background: #ccc;
}

.ui-window .window-content:before {
    left: 26px;
    background: #ccc;
}

.ui-window .window-content:after {
    left: 43px;
    background: #ccc;
}

.jumbotron.ui-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.jumbotron.ui-hero>.container,
.jumbotron.ui-hero>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jumbotron.ui-hero>.container>.row,
.jumbotron.ui-hero>.container-fluid>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ui-presentation-left,
.ui-presentation-left.ui-device,
.ui-presentation-right,
.ui-presentation-right.ui-device {
    width: 100%;
}

.ui-customer-review {
    font-size: 1.125rem;
    line-height: 1.75;
}

.ui-customer-review::before,
.ui-customer-review::after {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5em;
    line-height: 1.125rem;
    opacity: .15;
}

.ui-customer-review:before {
    content: '“';
}

.ui-customer-review:after {
    content: '”';
}

.material-style .ui-hero>.container>.row {
    width: calc(100% + 1.5rem);
}

.material-style .ui-customer-review {
    font-weight: 300;
}

.material-style .ui-customer-review::before,
.material-style .ui-customer-review::after {
    font-weight: 700;
}

@media (min-width: 992px) {
    .material-style .ui-presentation-left,
    .material-style .ui-presentation-left.ui-device,
    .material-style .ui-presentation-right,
    .material-style .ui-presentation-right.ui-device {
        width: 150%;
    }
}

@media (min-width: 1200px) {
    .material-style .ui-presentation-left,
    .material-style .ui-presentation-left.ui-device,
    .material-style .ui-presentation-right,
    .material-style .ui-presentation-right.ui-device {
        width: 160%;
    }
}