.app {
}

.z-1000 {
    z-index: 1000;
}

[v-cloak] > * {
    display: none;
}

[v-cloak]::before {
    content: 'We’re fetching your content…';
}

[v-cloak][no-content]::before {
    content: '';
}

.vue-tooltip {
    z-index: 9999;
}

.no-wrap {
    white-space: nowrap;
}

.no-resize {
    resize: none;
}

.default-cursor {
    cursor: default;
}

.btn-text-icon .fas.fa-cog.fa-spin {
    margin-right: 10px;
}

.post-controller .card-post.iframe {
    background-image: url(/img/placeholder-video.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.post-text-box h2 img.emojione {
    width: 20px;
    height: auto;
    position: relative;
    top: 4px;
}

.comment-box img.emojione {
    display: inline-block;
    margin: 0 3px;
    max-width: 25px;
    max-height: 25px;
    border: 0;
}

.info-panel .keywords > .keyword {
    border: 1px solid #071f60;
    padding: 3px 8px;
    margin: 0 5px 5px 0;
    text-align: center;
    transition: all .3s;
}

.info-panel .product-description {
    max-height: 245px;
    overflow-x: hidden;
    overflow-y: auto;
}

.info-panel .btn-product-more {
    height: 40px;
    min-width: 150px;
    font-size: 1.4em;
    left: 50%;
    margin-left: -75px;
}

.info-panel .keywords > .keyword:hover {
    background: #071f60;
    color: #fff;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    transition: none;
    box-shadow: 0 0 0 1px #dc3545 !important;
    border-color: #dc3545 !important;
}

.form-control.is-invalid.date-input, .was-validated .form-control.date-input:invalid {
    background: none;
}

.modal .close[disabled] {
    opacity: .25;
}

.modal-internal-mask {
    position: absolute;
    background: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 25;
}

.modal-fixed .modal-mask .modal-backdrop {
    z-index: 0;
    opacity: .25;
}

.btn.btn-primary.disabled, .btn.btn-primary:disabled {
    background-color: #071f60;
    border-color: #071f60;
    cursor: default;
}

.btn:active:disabled:after, .btn:focus:disabled:after, .btn:hover:disabled:after {
    left: -75px;
}

.btn > .fas,
.btn > .far,
.btn > .fa {
    margin-right: .5rem;
}

.form .alert {
    margin-top: 1rem;
    padding: .3rem .8rem;
    border-radius: 0;
}

.snotifyToast__title {
    font-size: .85em;
}

@media (min-width: 480px) {
    .post-profile-box.post-profile-box-2 > img {
        max-width: 70px;
    }
}

.post-profile-box.post-profile-box-2 {
    cursor: pointer;
}

.dropdown-menu a {
    background: #fff;
}

.nav-profile-mobile .dropdown-menu.dropdown-menu-right,
.v-component-notifications .dropdown-menu.dropdown-menu-right,
.v-component-messages .dropdown-menu.dropdown-menu-right {
    display: block;
}

.v-component-messages .dropdown-menu.dropdown-menu-right {
    margin-top: -29px;
}

.btn-count .number {
    margin-left: 10px;
}

.comments-panel .comment-input,
.form-reply > .comment-input {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 60px;
}

.comment-wrapper-top .form-reply-container {
    word-break: break-word;
    word-wrap: break-word;
    max-width: 73%;
}

@media all and (max-width: 992px) {
    .comment-wrapper-top .form-reply-container {
        max-width: 80%;
    }
}

[contenteditable=true]:empty:not(:focus):before {
    content: attr(data-placeholder);
    color: grey;
    font-style: italic;
    font-weight: normal;
}

.tribute-mention {
    background: deepskyblue;
    color: #fff;
    border-radius: 25px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

.tribute-mention > span {
    display: none;
}

.tribute-container {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    max-height: 300px;
    max-width: 500px;
    overflow: auto;
    display: block;
    z-index: 999999;
}

.tribute-container ul {
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    background: #efefef;
}

.tribute-container li {
    padding: 5px 5px;
    cursor: pointer;
}

.tribute-container li.highlight {
    background: #ddd;
}

.tribute-container li span {
    font-weight: bold;
}

.tribute-container li.no-match {
    cursor: default;
}

.tribute-container .menu-highlighted {
    font-weight: bold;
}

.emoji-mart .emoji-mart-emoji span {
    cursor: pointer;
}

.fade-fast-enter-active,
.fade-fast-leave-active {
    transition: opacity .25s;
}

.fade-fast-enter,
.fade-fast-leave-to {
    opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.nav-profile-menu .router-link-exact-active {
    color: #6cc5d8;
}

.post-profile-box.post-profile-vertical .media-body a {
    color: #fff;
}

.post-profile-box.post-profile-vertical .media-body h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #071f60;
}

.list-autosuggest li a:active,
.list-autosuggest li a:focus {
    background: #6cc5d8;
}

.suggest-item .avatar {
    display: flex;
    padding-left: .3em;
}

.suggest-item .avatar > img {
    width: 45px;
    height: 45px;
}

.suggest-item .avatar > span {
    align-self: center;
    padding-left: 1rem;
}

.suggest-item .close {
    font-size: 2em;
}

/**
 * Input Image Upload component (default styling)
 */
.v-image-upload {
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

.v-image-upload .button-container {
    margin: 0 auto;
}

.v-image-upload .button-tooltip {
    z-index: 1;
}

.v-image-upload .drop-box {
    outline: 2px dashed #aaa;
    outline-offset: -10px;
    color: dimgray;
    padding: 10px;
    height: 150px;
    width: 150px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 100px;
    transition: all .1s ease-in-out;
    background: #e8e9ec;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.v-image-upload .drop-box.not-empty {
    outline: none;
}

.v-image-upload .drop-box.disabled {
    background-image: none !important;
}

.v-image-upload .drop-box .input-file {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
}

.v-image-upload .drop-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2), 0 6px 6px rgba(0, 0, 0, .23)
}

.v-image-upload .drop-box.not-empty:hover {
    outline: 2px dashed #aaa;
}

.v-image-upload .drop-box p {
    font-size: 1em;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.v-image-upload .drop-box p.uploading {
    margin: 0 auto;
    font-size: 2.5em;
    color: cadetblue;
}

.v-image-upload .upload-button {
    margin: 15px auto 0;
    white-space: nowrap;
}

.v-image-upload .with-button .drop-box .input-file {
    height: 135%;
}

.v-image-upload .remove-image {
    position: absolute;
    top: -8px;
    right: -7px;
    font-size: 1.4em;
    background: #fff;
    border-radius: 25px;
    display: block;
    height: 19px;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.v-image-upload .remove-image .icon {
    color: #FF0000;
}

/**
 * Input Image Upload component (cover image styling)
 */
.v-image-upload.cover-image {
    width: 100%;
}

.v-image-upload.cover-image .drop-box {
    width: 100%;
    border-radius: 6px;
    background-size: cover;
}

.v-image-upload.cover-image .drop-box p {
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 8px;
}

/**
 * Input Image Upload component (worst cooking injury image styling)
 */
.v-image-upload.worst-cooking-injury-image {
    width: 100px;
}
.v-image-upload.worst-cooking-injury-image .button-container {
    width: 100%;
}

.v-image-upload.worst-cooking-injury-image:hover .upload-button {
    background-color: #6cc5d8 !important;
}

.v-image-upload.worst-cooking-injury-image .input-group {
    flex-direction: row-reverse;
}

.v-image-upload.worst-cooking-injury-image .upload-button {
    margin: 0;
}

.v-image-upload.worst-cooking-injury-image .text {
    position: absolute;
    left: 0;
    top: 57px;
    width: 150px;
    text-align: left;
    font-size: .65rem;
}

.v-image-upload.worst-cooking-injury-image .drop-box {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-size: cover;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-image: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.v-image-upload.worst-cooking-injury-image .with-button .drop-box .input-file {
    height: 40px;
}

.form-my-profile .upload-feedback {
    margin-bottom: 0;
}


.post-profile-box.follower-profile .follower-image {
    width: 50px;
    height: 50px;
}

.v-component-post-edit .avatar {
    width: 100px;
}

.v-component-post-edit .small-text-video {
    font-size: .65rem;
}

.v-component-post-edit .modal-head span {
    color: #333;
}

.v-component-post-edit .video-thumb,
.v-component-product-edit .video-thumb,
.v-component-profile .video-thumb {
    width: 135px;
    max-width: none;
    height: 90px;
}

.v-component-post-edit .cook-time {
    width: 110px;
}

.v-component-post-edit .progress-bar {
    width: 100%;
}

.v-component-post-edit .step {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.v-component-post-edit .slide-fade-leave-active {
    -webkit-animation-name: slideFadeOutLeft;
    animation-name: slideFadeOutLeft;
}

.v-component-post-edit .slide-fade-enter-active {
    -webkit-animation-name: slideFadeInRight;
    animation-name: slideFadeInRight;
}

@keyframes slideFadeOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
}

@keyframes slideFadeInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/**
 * Images Upload Component
 */
.v-images-upload .image {
    cursor: pointer;
    position: relative;
}

.v-images-upload .image:hover img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2), 0 6px 6px rgba(0, 0, 0, .23);
}

.v-images-upload .custom-file.upload-file .btn-add-file {
    transition: all .3s;
}

.v-images-upload .custom-file.upload-file .btn-add-file:hover {
    border-style: solid;
}

.v-images-upload.uploaded-box .image img {
    object-fit: cover;
    height: 94px;
    transition: all .3s;
}

.v-images-upload.uploaded-box .image .input-caption {
    width: 95px;
    margin: 0 auto;
}

.v-images-upload.uploaded-box .image .remove {
    position: absolute;
    z-index: 1;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    line-height: 1;
    right: 0;
    border: 5px solid #ffff;
    color: #f83e4a;
    display: none;
}

.v-images-upload.uploaded-box .image:hover .remove {
    display: block;
}

.v-images-upload.uploaded-box .upload-file .custom-file-input {
    height: 94px;
    width: 94px;
    top: 0;
    left: 0;
}

@media all and (min-width: 480px) {
    .v-images-upload.uploaded-box .image img {
        height: 100px;
    }

    .v-images-upload.uploaded-box .upload-file .custom-file-input {
        height: 100px;
        width: 100px;
    }
}

.v-images-upload .progress-bar,
.v-component-video-upload .progress-bar {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    width: 91%;
    height: 10px;
    background-color: whiteSmoke;
    border-radius: 2px;
    color: royalblue;
    position: relative;
    margin: 0 auto;
    top: -15px;
}

.v-images-upload .progress-bar::-webkit-progress-bar,
.v-component-video-upload .progress-bar::-webkit-progress-bar {
    background: black;
    border-radius: 50px;
    padding: 2px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2);
}

.v-images-upload .progress-bar::-webkit-progress-value,
.v-component-video-upload .progress-bar::-webkit-progress-value {
    border-radius: 50px;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
    background: -webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
    -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
    -webkit-linear-gradient(left, #3eb9da, #548af1);
    background-size: 25px 14px, 100% 100%, 100% 100%;
}

/**
 * HTML5 Progress bar - common styles
 */
.progress-bar {
    appearance: none;
    -webkit-appearance: none;
    background-color: #E6E6E6;
    color: #071f60;
}

.progress-bar::-webkit-progress-bar {
    background-color: #E6E6E6;
}

.progress-bar::-webkit-progress-value {
    background-color: #071f60;
}

/**
 * Tag List Item component
 */
.v-component-tag-list-item textarea {
    height: 30px !important;
    white-space: nowrap;
    overflow: hidden;
}

.v-component-tag-list-item.auto-height textarea:focus {
    height: 90px !important;
    white-space: normal;
}

.v-component-tag-list-item.with-prefix .prefix {
    border-right: 0;
    text-overflow: clip;
}

.v-component-tag-list-item.with-prefix textarea {
    border-left: 0;
}

.article-box .img-fluid {
    width: 130px;
    height: 120px;
    object-fit: contain;
    background: transparent;
}

.category-logo {
    max-width: 180px;
}

.category-icon {
    max-width: 90px;
}

.video-box img {
    max-height: 447px;
}

@media (min-width: 768px) {
    .message-head.notification .message-info {
        padding-left: 45px;
    }
}

.v-component-notifications .message-head .img {
    cursor: pointer;
}

.v-component-notifications .message-head .message-short-text > span.READ {
    font-weight: 100;
}

.v-component-message .emoji-picker,
.v-component-messages .emoji-picker {
    position: absolute;
    z-index: 1001;
    right: 28px;
}

.v-component-message .message-input {
    height: 100px;
    overflow-y: auto;
}

.btn-spin-small .fa-spin {
    font-size: 14px;
    position: relative;
    top: -1px;
}

.vue-simple-suggest .hover {
    background-color: #071f60;
    color: #fff;
}

.vue-simple-suggest .suggestions {
    opacity: 1;
    width: 100%;
}

.vue-simple-suggest-enter-active.suggestions,
.vue-simple-suggest-leave-active.suggestions {
    transition: opacity .2s;
}

.vue-simple-suggest-enter.suggestions,
.vue-simple-suggest-leave-to.suggestions {
    opacity: 0;
}

.v-component-member-wall-post .card-post.video,
.v-component-products .card-post.video,
.v-component-bookmarks .card-post.video {
    background: none;
}

.v-component-products .no-items,
.v-component-bookmarks .no-items {
    margin: 10% auto 0;
}

.v-component-products .right-space {
    right: 125px !important;
}

.v-component-products .top-right,
.v-component-bookmarks .top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.v-component-products .btn-text-icon .fas,
.v-component-bookmarks .btn-text-icon .fas {
    margin-right: 10px;
}

.v-component-bookmarks .level-down > i,
.v-component-products .level-down > i {
    font-size: .75em;
    position: relative;
    top: -1px;
    margin: 0 5px;
}

.modal-status-expander .status-caption h2 img.emojione {
    height: 2rem;
    width: 2rem;
}

.card-status .status-box {
    align-items: flex-end;
}

.event-component .event-image .btn-play .icon {
    font-size: 2.8rem;
}


.modal-video-dialog .modal-body {
    padding: 0;
}

.modal-video-dialog iframe {
    width: 100%;
    min-height: 385px;
}

@media (min-width: 576px) {
    .modal-video-dialog .modal-dialog {
        max-width: 640px;
    }

    .modal-video-dialog iframe {
        width: 640px;
        height: 385px;
    }
}

.modal-attending-list .event-component .tab-content {
    height: 280px;
}

.v-component-member-wall-event .post-profile-box.post-profile-attend-list img {
    margin: 0 5px 0 0;
    height: 25px;
    width: 25px;
}

.v-component-member-wall-event .post-profile-box.post-profile-attend-list h3 a {
    color: #fff;
}

.v-component-profile .btn-top-save {
    position: absolute;
    right: 0;
    top: 0;
}

.v-component-profile .dropdown-menu.profile-menu {
    position: absolute;
    transform: translate3d(261px, 47px, 0px);
    top: -5px;
    left: -1px;
    display: block;
}

.form .form-control.expire-date {
    width: 60px;
    margin-left: 10px;
}

.form .form-control.csv {
    width: 40px;
    margin-left: 10px;
}

.payment-form .card-error {
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    font-size: .85rem;
}

.payment-form .payment-invalid-feedback {
    font-weight: 600;
}

.v-component-video-upload {
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.v-component-profile-home .profile-user-carousel .slick-slide {
    min-height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
}

.v-component-profile-home .profile-user-carousel .slick-arrow {
    transform: scale(.65);
    top: 30%;
}

@media (min-width: 480px) {
    .v-component-profile-home .btn-text-icon {
        padding: .45rem .6rem .5rem;
    }
}

.section-faeature-listing .background-helper {
    z-index: -1;
}

.panel-statistics .statistics-box .statistics-number {
    text-align: center;
}

.panel-statistics .statistics-box .statistics-name {
    white-space: nowrap;
    text-align: center;
}

.v-component-login-successful .fa-check-circle {
    color: green;
}

.right .tab-button.active i {
    color: #fff;
}

.person-likes-box {
    max-height: 440px;
}

.v-component-advert,
.v-component-ad {
    position: relative;
    overflow: hidden;
}
.v-component-advert a,
.v-component-ad a {
    display: block;
}

.v-component-advert.debug,
.v-component-ad.debug {
    background: yellow;
}

.v-component-advert .ad-info,
.v-component-ad .ad-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
}

.v-component-ad .ad-wrapper {
    margin: 0 auto;
    text-align: center;
}

/**
 * Related with TSC2-1149
 */
.v-component-advert > .ad-wrapper > div:empty {
    display: none;
}

@media (max-width: 575px) {
    .post-controller .v-component-ad + .v-component-ad {
        display: none;
    }
}

.feature-component .badge {
    margin: 2px;
}

.ios-fix {
    height: 100px;
}

.slick-slider .slick-slide.video-item iframe {
    width: 100%;
    height: 100%;
}

.v-component-time-picker select.form-control.form-control-sm {
    width: 100px;
}

.v-component-time-picker span {
    white-space: nowrap;
    padding: 0 0.5rem;
    line-height: 2;
}

.no-overflow-y {
    overflow-y: hidden;
}

.v-component-job {
    display: flex;
    background: none;
}

.v-component-job a {
    color: #fff;
    width: 100%;
    background: #071f60 url("/img/job-bg.jpg") no-repeat center;
}

.pac-container {
    z-index: 9999;
    min-width: 350px;
    box-shadow: none;
    border: 0;
}

.diffins {
    color: #333;
    background-color: #d2fdd2;
    text-decoration: none;
}

.diffdel {
    color: #a33;
    background-color: #ffeaea;
    text-decoration: line-through;
}

del.diffmod {
    color: #a33;
    background-color: #ffeaea;
    text-decoration: line-through;
}

ins.diffmod {
    color: #333;
    background-color: #fff39c;
    text-decoration: none;
}

.diffmod {
    color: #333;
    background-color: #d2fdd2;
    text-decoration: none;
}
