/*

Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/

*/

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f;
}

.hljs,
.hljs-tag,
.hljs-subst {
    color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
    color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
    color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
    color: #a6e22e;
}

.hljs-strong {
    font-weight: bold;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
    color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
    color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
    color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
    color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
    color: #75715e;
}

/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
   * Scrollbar rail styles
   */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 10px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 10px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
   * Scrollbar thumb styles
   */
.ps__thumb-x {
    background-color: #d3d3d3;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 4px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #d3d3d3;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 4px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #e3e4eb;
    height: 6px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #e3e4eb;
    width: 6px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

.carousel-caption h3,
.carousel-caption h5 {
    color: #fff;
}

/*      style-custom-1       */

.style-custom-1 .carousel-inner {
    border-radius: 10px;
}
.style-custom-1 .carousel-item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.style-custom-1 .carousel-caption {
    position: absolute;
    right: auto;
    left: 44px;
    color: #fff;
    text-align: left;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}
.style-custom-1 .carousel-caption .badge {
    padding: 6px 16px;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: #4dcf8f;
    color: #fff;
    font-size: 13px;
    margin-bottom: 35px;
}
.style-custom-1 .carousel-caption h3 {
    font-weight: 600;
    color: #fff;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 36px;
}
.style-custom-1 .carousel-caption .media img {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin-right: 15px;
}
.style-custom-1 .carousel-caption .media .media-body .user-name {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
.style-custom-1 .carousel-caption .media .media-body .meta-time {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}
.style-custom-1 .carousel-caption .media .media-body .meta-time svg {
    vertical-align: bottom;
    width: 17px;
}
.style-custom-1 .carousel-indicators {
    top: 45%;
    bottom: auto;
    display: block;
    left: auto;
    margin: auto;
    right: 33px;
}
.style-custom-1 .carousel-control-next,
.style-custom-1 .carousel-control-prev {
    top: auto;
    bottom: 32px;
    background-color: transparent;
}
.style-custom-1 .carousel-indicators li {
    width: 9px;
    height: 10px;
    border-radius: 10px;
    border: none;
    margin-top: 0;
    margin-bottom: 9px;
}
.style-custom-1 .carousel-indicators li.active {
    height: 32px;
    border-radius: 10px;
}
.style-custom-1 .carousel-control-prev {
    right: 100px;
    left: auto;
}
.style-custom-1 .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-left'%3e%3cline x1='19' y1='12' x2='5' y2='12'%3e%3c/line%3e%3cpolyline points='12 19 5 12 12 5'%3e%3c/polyline%3e%3c/svg%3e");
    width: 26px;
    height: 26px;
}
.style-custom-1 .carousel-control-next .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-right'%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3cpolyline points='12 5 19 12 12 19'%3e%3c/polyline%3e%3c/svg%3e");
    width: 26px;
    height: 26px;
}
.style-custom-1 .carousel-control-next {
    right: 40px;
    left: auto;
}

/*
	Default Style of the carousel arrows
*/
.carousel-control-next,
.carousel-control-prev {
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    margin: auto 10px auto 10px;
}

/*
	@media Query
*/
@media (max-width: 768px) {
    .style-custom-1 .carousel-caption {
        top: 8%;
        transform: translateY(0);
    }
    .style-custom-1 .carousel-indicators {
        top: 16%;
    }
    .style-custom-1 {
        min-height: 392px;
    }
    .style-custom-1 .carousel-inner {
        min-height: 392px;
    }
    .style-custom-1 .carousel-item {
        min-height: 392px;
    }
    .style-custom-1 .carousel-item img.slide-image {
        min-height: 392px;
    }
}
@media (max-width: 575px) {
    .style-custom-1 .carousel-caption {
        width: 78%;
        left: 30px;
    }
    .style-custom-1 .carousel-indicators {
        display: flex;
        top: auto;
        bottom: 22px;
        right: 0;
        left: 0;
    }
    .style-custom-1 .carousel-indicators li.active {
        width: 26px;
        border-radius: 18px;
        height: 10px;
    }
    .style-custom-1 .carousel-control-next,
    .style-custom-1 .carousel-control-prev {
        display: none;
    }
}

/*
	Component Card 1
*/

.component-card_1 {
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    width: 19rem;
    margin: 0 auto;
    box-shadow: 4px 6px 10px -3px #bfc9d4;
}
.component-card_1 .card-body {
    padding: 28px 25px;
}
.component-card_1 .icon-svg {
    margin-bottom: 20px;
    display: inline-block;
    background: #3b3f5c;
    padding: 12px;
    border-radius: 50%;
    color: #f1f2f3;
}
.component-card_1 svg {
    width: 20px;
    height: 20px;
}
.component-card_1 .card-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.component-card_1 .card-text {
    color: #888ea8;
}

/*
	Component Card 2
*/

.component-card_2 {
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    width: 18rem;
    margin: 0 auto;
    box-shadow: 4px 6px 10px -3px #bfc9d4;
}
.component-card_2 .card-body {
    padding: 22px 20px;
}
.component-card_2 .card-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.component-card_2 .card-text {
    color: #888ea8;
    line-height: 22px;
}
.component-card_2 a.btn-primary {
    margin: 26px 0 0 0;
    padding: 10px 16px;
    background: #f8538d !important;
    border-color: #f8538d;
}

/*
	Component Card 3
*/

.component-card_3 {
    border: none;
    border-radius: 8px;
    background: #3b3f5c;
    width: 18rem;
    margin: 0 auto;
    box-shadow: 4px 6px 10px -3px #bfc9d4;
}
.component-card_3 .card-body {
    padding: 22px 20px;
    text-align: center;
}
.component-card_3 .card-body img {
    width: 85px;
    height: 85px;
    margin-bottom: 25px;
    border-radius: 50%;
}
.component-card_3 .card-body h5.card-user_name {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}
.component-card_3 .card-body p.card-user_occupation {
    font-size: 14px;
    color: #e3e4eb;
    letter-spacing: 1px;
}
.component-card_3 .card-body .card-star_rating {
    margin-bottom: 24px;
}
.component-card_3 .card-body .card-star_rating svg {
    width: 20px;
    color: #e2a03f;
}
.component-card_3 .card-body .card-star_rating svg.fill {
    fill: #e2a03f;
}
.component-card_3 .card-body .card-text {
    color: #e3e4eb;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 1px;
}

/*
	Component Card 4
*/

.component-card_4 {
    width: 30rem;
    margin: 0 auto;
    border: none;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
    box-shadow: 4px 6px 10px -3px #bfc9d4;
}
.component-card_4 .card-body {
    padding: 0;
    display: flex;
}
.component-card_4 .user-profile {
    align-self: center;
    padding: 0 25px;
}
.component-card_4 img {
    border-radius: 50%;
}
.component-card_4 .user-info {
    padding: 24px 8px 24px 0px;
}
.component-card_4 .card-user_name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.component-card_4 .card-user_occupation {
    color: #888ea8;
    font-size: 13px;
}
.component-card_4 .card-star_rating span {
    display: inline-block;
    padding: 0px 8px;
    font-size: 15px;
    border-radius: 50px;
    margin-bottom: 22px;
}
.component-card_4 .card-star_rating svg {
    width: 16px;
    vertical-align: bottom;
}
.component-card_4 .card-text {
    color: #515365;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 23px;
}

/*
	Component Card 5
*/

.component-card_5 {
    width: 20rem;
    margin: 0 auto;
    border: none;
    border-radius: 8px;
    background: #805dca;
    -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
    box-shadow: 4px 6px 10px -3px #bfc9d4;
}
.component-card_5 .card-body {
    padding: 30px 30px;
}
.component-card_5 .card-body .user-info {
    display: flex;
    padding: 22px 0 0 0;
}
.component-card_5 .card-body .media-body {
    align-self: center;
}
.component-card_5 .card-body img {
    width: 56px;
    height: 56px;
    margin-right: 18px;
    border-radius: 50%;
}
.component-card_5 .card-body h5.card-user_name {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 3px;
}
.component-card_5 .card-body p.card-user_occupation {
    font-size: 14px;
    color: #e3e4eb;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.component-card_5 .card-body .card-text {
    color: #f1f2f3;
    font-size: 14px;
    letter-spacing: 1px;
}

/*
	Component Card 6
*/

.component-card_6 {
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e0e6ed;
    width: 19rem;
    margin: 0 auto;
    -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
    box-shadow: 4px 6px 10px -3px #bfc9d4;
}
.component-card_6 .card-body {
    padding: 30px 30px;
}
.component-card_6 .card-body .user-info {
    display: flex;
    padding: 13px 0 0 0;
}
.component-card_6 .card-body .media-body {
    align-self: center;
}
.component-card_6 .card-body img {
    width: 56px;
    height: 56px;
    margin-right: 18px;
    border-radius: 50%;
}
.component-card_6 .card-body h5.card-user_name {
    font-size: 16px;
    color: #3b3f5c;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 3px;
}
.component-card_6 .card-body p.card-user_occupation {
    font-size: 14px;
    color: #888ea8;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.component-card_6 .card-body .card-text {
    color: #515365;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.component-card_6 .card-body .card-star_rating svg {
    width: 12px;
    color: #e2a03f;
}
.component-card_6 .card-body .card-star_rating svg.fill {
    fill: #e2a03f;
}

/*
	Component Card 7
*/

.component-card_7 {
    background-color: #4361ee;
    color: #fff;
    border: none;
    width: 18rem;
    margin: 0 auto;
    -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
    box-shadow: 4px 6px 10px -3px #bfc9d4;
}
.component-card_7 .card-body {
    padding: 23px 10px;
    text-align: center;
}
.component-card_7 .card-text {
    color: #fff;
    margin-bottom: 20px;
}
.component-card_7 .rating-count {
    color: #fff;
    margin-bottom: 20px;
}
.component-card_7 .rating-stars svg {
    width: 18px;
    color: #e2a03f;
}
.component-card_7 .rating-stars svg.fill {
    fill: #e2a03f;
}

/*
	Component Card 8
*/

.component-card_8 {
    background: #fff;
    border: 1px solid #e0e6ed;
    width: 24rem;
    margin: 0 auto;
    -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
    box-shadow: 4px 6px 10px -3px #bfc9d4;
}
.component-card_8 .progress-order {
}
.component-card_8 .progress-order .progress-order-header h6 {
    color: #0e1726;
    font-weight: 600;
    font-size: 16px;
}
.component-card_8 .progress-order .progress-order-header span.badge {
    font-size: 12px;
    padding: 6px 10px;
    color: #4361ee;
    background-color: #eaf1ff;
}
.component-card_8 .progress-order .progress-order-body ul li img {
    width: 40px;
    height: 40px;
}
.component-card_8 .progress-order .progress-order-body ul li.badge-notify {
    position: relative;
}
.component-card_8
    .progress-order
    .progress-order-body
    ul
    li.badge-notify
    .notification {
    position: absolute;
    top: -15px;
    right: -34px;
}
.component-card_8
    .progress-order
    .progress-order-body
    ul
    li.badge-notify
    .notification
    span.badge {
    background-color: #fff;
    color: #4361ee;
    box-shadow: 0 0 20px 0 #d0d0d0;
    font-size: 12px;
    padding: 4px 7px;
}
.component-card_8 .progress-order .progress-order-body .p-o-percentage {
    font-size: 14px;
    color: #4361ee;
}
.component-card_8 .progress-order .progress-order-body .progress {
    height: 6px;
    border-radius: 30px;
}
.component-card_8 .progress-order .progress-order-body .progress .p-o-progress {
    border-radius: 30px;
}
.pending-order {
    padding: 22px 20px;
}

/*
	Component Card 9
*/

.component-card_9 {
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    width: 22rem;
    margin: 0 auto;
    -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
    box-shadow: 4px 6px 10px -3px #bfc9d4;
}
.component-card_9 .card-body {
    padding: 22px 20px;
}
.component-card_9 .meta-date {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #4361ee;
}
.component-card_9 .card-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.component-card_9 .card-text {
    color: #888ea8;
    line-height: 22px;
}
.component-card_9 .meta-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 15px;
}
.component-card_9 .meta-info:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 215px;
    background: #e0e6ed;
    top: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}
.component-card_9 .meta-user {
    display: flex;
}
.component-card_9 .avatar {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 1rem;
    margin-right: 10px;
}
.component-card_9 .avatar .avatar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #515365;
    color: #e0e6ed;
    font-size: 14px;
}
.component-card_9 .user-name {
    align-self: center;
    color: #515365;
    font-weight: 600;
}
.component-card_9 .meta-action {
    display: flex;
}
.component-card_9 .meta-likes {
    align-self: center;
    margin-right: 13px;
    color: #4361ee;
}
.component-card_9 .meta-likes svg {
    width: 16px;
    vertical-align: sub;
    color: #4361ee;
    fill: rgba(27, 85, 226, 0.23921568627450981);
}
.component-card_9 .meta-view {
    align-self: center;
    color: #4361ee;
}
.component-card_9 .meta-view svg {
    width: 16px;
    vertical-align: sub;
    color: #4361ee;
    fill: rgba(27, 85, 226, 0.23921568627450981);
}

/*
	Media Queries
*/

@media (max-width: 575px) {
    /*
		Component Card 1
	*/
    .component-card_1 {
        width: auto;
    }

    /*
		Component Card 2
	*/
    .component-card_2 {
        width: auto;
    }

    /*
		Component Card 3
	*/
    .component-card_3 {
        width: auto;
    }

    /*
		Component Card 4
	*/
    .component-card_4 {
        width: auto;
        text-align: center;
    }
    .component-card_4 .card-body {
        padding: 0;
        display: block;
    }
    .component-card_4 .user-info {
        padding: 0 25px 25px 25px;
    }
    .component-card_4 .user-profile {
        align-self: center;
        padding: 25px 25px;
    }

    /*
		Component Card 5
	*/
    .component-card_5 {
        width: auto;
    }

    /*
		Component Card 6
	*/
    .component-card_6 {
        width: auto;
    }

    /*
		Component Card 7
	*/
    .component-card_7 {
        width: auto;
    }

    /*
		Component Card 8
	*/
    .component-card_8 {
        width: auto;
    }

    /*
		Component Card 9
	*/
    .component-card_9 {
        width: auto;
    }
    .component-card_9 .meta-info {
        display: block;
    }
    .component-card_9 .meta-action {
        margin-top: 16px;
    }
    .component-card_9 .meta-info:before {
        width: 50%;
    }
}
