﻿@media (min-width: 1200px) {
    .nk-sidebar-fat {
        width: 290px;
    }

        .nk-sidebar-fat + .nk-wrap > .nk-header-fixed {
            left: 290px;
        }

        .nk-sidebar-fat + .nk-wrap {
            padding-left: 290px;
        }

    .has-sidebar-fat .modal {
        padding-left: 0px;
    }
}

.table th,
.table td {
    vertical-align: middle;
}

.validation-summary-errors {
    color: #ff9800;
}

.nk-content {
    margin-top: 40px;
}

.accordion-head {
    background-color: #ebeef2;
}

    .accordion-head.collapsed {
        background-color: #ffffff;
    }

.inline-select {
    width: 195px;
}

.data-item {
    padding: 1rem 1.25rem;
}

.mobile-preview iframe{
    width: 338px;
    height: 650px;
    border: 40px solid #ddd;
    border-width: 55px 7px;
    border-radius: 40px;
    margin: 0 auto;
}

.preview-fixed {
    position: fixed;
    top: 70px;
    right: 5px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.79);
    border-radius: 12px;
    padding-bottom: 0;
    z-index: 9999;
}

.gradient-picker {
    float: none;
    margin: 0px;
    height: 35px;
    width: 35px;
    border: 3px solid #dbdfea;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.sp-preview {
    width: 30px;
    height: 24px;
    margin-right: 3px;
}

.sp-replacer {
    border-radius: 4px;
    height: 36px;
    width: 75px;
    box-shadow: none;
    border: 1px solid #dbdfea;
    padding: 0;
}

.sp-preview {
    width: 47px;
    height: 36px;
    margin-right: 2px;
    margin-left: 0px;
    border: none;
    background-image: none;
}

.sp-dd {
    padding: 10px 5px;
    height: 35px;
    line-height: 19px;
    float: left;
    font-size: 12px;
    color: #364a63;
}

.form-group {
    position: relative;
    margin-bottom: 2px;
}

.time {
    margin-top: 10px;
}

.custom-control-input:checked ~ .demo-label::before {
    color: #fff;
    border-color: #09c2de;
    background-color: #09c2de;
}

.custom-control-input:focus:not(:checked) ~ .demo-label::before {
    border-color: #dbdfea;
}
.boom-gif {
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    height: 275px;
}
.gallery
{
    overflow:auto !important;
    height: 300px;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
}
.gallery-item {
    width: 120px;
    height: 120px;
    border: 3px solid #dbdfea;
    border-radius: 2px;
    display: inline-block;
    margin: 6px;
    position: relative;
    overflow: hidden;
}
.gradient
{
    overflow:auto !important;
    height: 300px;
    padding-top: 0.3rem;
    padding-left: 0.3rem;
}
.gradient-item {
    width: 80px;
    height: 80px;
    border: 3px solid #dbdfea;
    border-radius: 2px;
    display: inline-block;
    margin: 6px;
    position: relative;
    overflow: hidden;
    float: left;
}
.effect {
    display: inline-block;
}
.preview-media img, .preview-media video {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 500px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}
.preview-media audio {
    max-width: 100%;
    max-height: 500px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}
.media-gallery-item {
    cursor: pointer;
    width: 120px;
    height: 120px;
    border: 3px solid #dbdfea;
    border-radius: 2px;
    display: inline-block;
    margin: 6px;
    position: relative;
    overflow: hidden;
    float: left;
}

.social_helpers .nav-link {
    font-size: 20px !important;
}

.note-group-select-from-files {
    display: none !important;
}
.hidden-file-input {
    display:none;
}

.text {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.49);
}
    .media-gallery-item:hover .remove-icon {
        opacity: 1;
    }

    .media-gallery-item img {
        object-fit: contain;
        width: 100%;
        margin: auto;
        display: block;
        height: 100%;
    }

    .media-gallery-item .text {
        font-size: 11px;
        padding: 1px 2px;
        position: absolute;
        bottom: 0;
        width: 100%;
        color: #222;
        background: rgba(255, 255, 255, 0.80);
        max-height: 20px;
    }

.selected-item {
    border: 3px solid #364a63;
}

.checked-box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #364a63;
    font-size: 20px;
    cursor:pointer;
}

.gallery-img {
    max-width: 120px;
    max-height: 120px;
    object-fit: cover;
    width: 100%;
}

.gallery-item .custom-checkbox {
    position: absolute;
    bottom: 8px;
    left: 6px;
}

.delete-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 25px;
    cursor: pointer;
}

.remove-icon {
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 22px;
    color: #FF5722;
    cursor: pointer;
    opacity: 0.75;
}
.note-modal .modal-dialog {
    box-shadow:none;
}
.img-contain {
    object-fit: contain;
    height: 100%;
}
.number-input {
    max-width: 100px;
}
.short-input {
    max-width: 200px;
}

.checkbox-adjustment {
    margin-top: 2px;
}

ul.timeline {
    list-style-type: none;
}
ul.timeline:before {
    content: ' ';
    background: #e9ebee;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 80%;
    z-index: 400;
}
ul.timeline > li {
    margin-bottom: 25px;
    margin-left: 30px;
    border-radius: 4px;
}
ul.timeline > li:before {
    content: ' ';
    background: #0868E1;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0868E1;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
    margin-top: -1px;
}
.ace-editor {
    border: 1px solid #dbdfea;
    height: 400px;
}
.nk-news-item {
    display: none;
}
.spinner-border-sm
{
    width:16px !important;
    height:16px !important
}
.view-icon {
    position: absolute;
    top: 2px;
    right: 2px
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #dbdfea;
    box-shadow: none;
}

.modal-open .modal {
    overflow-y: auto;
}

.order-image {
    max-height: 88px;
    object-fit: cover;
    margin: auto;
    display: block;
}
.dir-wrapper
{
     max-height:360px;
     overflow:auto;
}
.upload-optimize {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.92);
}
.upload-topstrip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 40px;
    background-color: #6997d2;
    color: #fff;
}
.bolder {
    font-weight: 600;
}

.dropdown-menu {
    min-width: 160px !important;
}

.url {
    color: #526484 !important;
}

    .url:hover {
        color: #526484 !important;
    }

.expired-link {
    color: #FF5722;
    font-size: 22px;
    top: 5px;
    position: relative;
}

.live-link {
    color: #33c374;
    font-size: 22px;
    top: 5px;
    position: relative;
}

.modal-icon {
    background: lightgray;
    border-radius: 50%;
    padding: 5px;
}

.product-card {
    border: 1px solid gray;
    border-radius: 10px;
    padding: 40px 15px;
    text-align: center;
    font-weight: 600;
    color: #364A63;
}

    .product-card:hover {
        background: #FFB71B;
    }

.pt-card {
    padding-top: 60px;
}

.card-selected {
    background: #FFB71B;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.tox-promotion, .tox-statusbar__branding {
    display: none !important;
}
.tox-tinymce {
    border: 1px solid #dbdfea !important;
    border-radius: 4px !important;
}