.nk-header.is-light:not([class*=bg-]) {
    background: rgb(46, 63, 80);
}

.nk-menu-main .nk-menu-link {
    color: #fff;
}

.user-status {
    color: #fff;
    padding-bottom: 0;
}

.user-name {
    color: #fff;
    font-size: 11px;
}

.user-avatar, [class^="user-avatar"]:not([class*="-group"]) {
    color: #fff;
    background: #ff7a59;
    font-size: 13px;
}

.icon-status {
    color: #fff;
}

.nk-quick-nav-icon:before {
    background-color: #475868;
}

.nk-menu-main .nk-menu-link:hover, .nk-menu-main .nk-menu-link:focus, .nk-menu-main .nk-menu-item.active > .nk-menu-link, .nk-menu-main .nk-menu-item.current-menu > .nk-menu-link, .nk-menu-main .nk-menu-item:hover > .nk-menu-link {
    color: #fff;
}

.nk-menu-item:hover{
    background: #253342;
}

.cc-aa:hover{
    background-color: transparent !important;
}

.list-cc{
    font-weight: bold;
    display: block;
    width: 100%;
}

.image-container {
    perspective: 1000px;
}

.flip-container {
    transform-style: preserve-3d;
    transition: transform 0.5s;
}

.flip-container:hover .flipper {
    transform: rotateY(180deg);
}

.flipper {
    width: 100%;
    height: 160px;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}

.front,
.back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    border: 1px solid #eee;
}

.front {
    transform: rotateY(0deg);
}

.back {
    transform: rotateY(180deg);
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.back p {
    margin: 0;
    font-size: 50px;
    font-weight: bold;
}

.user-avatar, [class^="user-avatar"]:not([class*="-group"]) {
    height: 30px;
    width: 30px;
}

.nk-menu-main .nk-menu-item .nk-menu-toggle:after {
    color: #fff;
}

.nk-menu-main .nk-menu-item .nk-menu-toggle:after {
    margin-right: -2px;
    margin-left: 0;
}

.brand-logo img {
    max-height: 100px;
}

.quick-icon {
    display: inline-flex;
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

.quick-icon img.icon {
    border-radius: 50%;
}

.language-list li:not(:last-child) .language-item {
    border-bottom: 1px solid #ecf2ff;
}
.language-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #344357;
    transition: all .4s;
}

.language-flag {
    width: 24px;
    margin-right: 12px;
}

.language-name {
    font-size: 12px;
}

.nk-menu-main .nk-menu-link {
    text-transform: capitalize;
}

.quick-icon {
    color: #fff;
}

@media (min-width: 576px) {
    .nk-quick-nav > li {
        padding: 0 5px;
    }
}

@media (min-width: 992px) {
    .nk-menu-main.nk-menu {
        padding: 0 10px 0 10px;
    }
}

.nk-add-product {
    top: 0;
    background-color: #fff;
    width: 500px;
    height: calc(100vh);
}

.dark-mode .nk-add-product {
    background: #1b2633;
    box-shadow: -10px 15px 30px 5px rgb(0 0 0 / 40%);
}

.formloader
{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 9;
    top: 0;
}

.modal-full .modal-body
{
    overflow: auto;
    margin-bottom: 60px;
}

.modal-full .modal-footer
{
    bottom: 0px;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.gallery.card
{
    position: relative;
    box-shadow: inset 0 0 15px rgb(0 0 0 / 10%), inset 0 0 0 1px rgb(0 0 0 / 5%);
    background: #eee;
    cursor: pointer;
    width: 130px;
    height: 130px;
    margin-right: 12px;
}

.gallery.card.selected{
    border: 3px solid #1ee0ac;
}

.img_detial_preview
{
    background: inherit;
}

.img_detial_preview h4{
    background: #fff;
    padding-bottom: 10px;
    font-size: 16px;
}

.img_detial_preview img{
    border: 5px solid #eee;
    border-bottom: 0px;
}

.img_detial_preview .imgdetials{
    padding: 10px;
    background: #eee;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.img_detial_preview .imgdetials p{
    margin-bottom: 5px;
    word-wrap: break-word;
}

.items li {
    display: inline-block;
    margin: 10px 5px;
    cursor: pointer;
}

.images_append_row li {
    display: inline-block;
    margin: 15px 5px 0px 0px;
    cursor: pointer;
}

.media_image_col
{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: opacity .1s;
}

.media_image_col .centered
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(50%, 50%);
}

.media_image_col .centered img{
    transform: translate(-50%, -50%);
}

.items li .selected:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    content: "\2713";
    color: #fff;
    line-height: 30px;
    background-color: #1ee0ac;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    z-index: 1;
}

.spinner-center
{
    top: 50%;
    position: absolute;
    left: 50%;
}

.invalid
{
    color: #e85347;
    font-size: 11px;
    font-style: italic;
}

.side_slide_content
{
    height: calc(100vh - 138px);
    padding: 1.5em;
}

.side_slide_head
{
    padding: 1.5em;
}

.side-slide-footer
{
    padding: 1em;
    margin-top: 10px;
    text-align: right;
}

.table
{
    margin-bottom: 0;
}

.tb-lead
{
    font-weight: 500;
    color: #364a63;
    display: block;
    line-height: 1.4;
}

@media (min-width: 1280px) {
    .wide-xl {
        max-width: 1600px !important;
    }
}

.table
{
    border-bottom: 1px solid #dbdfea;
    border-right: 1px solid #dbdfea;
    border-left: 1px solid #dbdfea;
}

.table thead
{
    font-family: inherit;
    background:rgb(245, 248, 250);
}

.table thead tr
{
    font-family: inherit;
}

.table thead tr th
{
    border-right: 1px solid #dbdfea;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    color: rgb(46, 63, 80);
    font-weight: bolder;
}

.table thead tr th:last-child
{
    font-family: inherit;
    border-right: 0px solid #dbdfea;
}

.table tbody tr td
{
    color: rgb(46, 63, 80);
}

.table th, .table td
{
    vertical-align: middle;
    border-bottom: 0px !important;
    font-size: 13px;
    padding: 10px 10px;
    border-right: 1px solid #dbdfea;
}

.table td:last-child
{
    border-right: 0px solid #dbdfea;
}

.nk-tb-item .nk-tb-col:first-child {
    padding-left:0;
}

@media (min-width: 576px) {
    .nk-tb-item .nk-tb-col:first-child {
        padding-left: 1rem;
    }
}

.filter_lebel
{
    font-size: 14px;
    font-weight: 500;
    color: #526484;
}

.user-avatar
{
    text-transform: uppercase;
}

.dataTables_info
{
    width: 100%;
    float: left;
    font-weight: 800;
    font-size: 13px !important;
    padding: 18px 0 !important;
}

.dataTables_paginate
{
    width: 100%;
    float: left;
    margin: 0.5rem 0px !important;
}

/* .table_footer
{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #f9ebe8;
    padding: 13px 20px;
} */

.dataTables_scrollHeadInner
{
    background: #eee;
}

.pagination
{
    display: inline-flex;
}

#paginationContainer{
    text-align: center;
    background: #eee;
    padding: 10px;
    border-radius: 15px;
}

.nk-tb-actions {
    justify-content: flex-start;
    width: 240px;
}

.nk-menu-main > li > .nk-menu-link:before {
    background: #ff7a59;
    display: none;
}
.nk-menu-main .nk-menu-item.active > .nk-menu-link {
    color: #fff;
}

.get_centered
{
    display: block;
    /* padding: 10px 0px; */
}

.page-title {
    margin-bottom: 0;
}

.preloader
{
    height: calc(100vh - 65px) !important;
}

.bg-orange {
    background-color: #ff7a59 !important;
    color: #fff !important;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99;
    height: 100%;
}

/* .act-btn
{
    width: 200px;
}

.act-btn li
{
    display: inline-block;
} */

table a
{
    color: #0091ae;
    font-weight: 500;
}

table a:hover
{
    color: #0091ae;
    text-decoration: underline;
}

.action-table
{
    padding: 0;
}

.form_sub_heading small
{
    display: block;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 5px;
}

.form_sub_heading
{
    margin: 1.75em 0em;
    display: block;
    padding: 0px;
}

.table-actions-drop
{
    float: left;
    margin-right: 10px;
}

.nk-tb-item.selected{
    background-color:#e2fbf4 !important;
}

.user-avatar
{
    cursor: pointer;
}

.toolbar
{
    display: block;
    background: #f5f8fa;
    padding: 12px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.toolbar ul
{
    font-family: inherit;
}

.toolbar ul li
{
    display: inline-block;
}

.parrent_permission_li
{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.link-list button
{
    display: flex;
    align-items: center;
    color: #526484;
    font-size: 13px;
    line-height: 1.4rem;
    font-weight: 500;
    padding: 0.575rem 0;
    position: relative;
}

.link-list button:hover
{
    background-color: transparent !important;
}

.link-list button .icon {
    font-size: 1.125rem;
    width: 1.5rem;
    line-height: 1;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none;
    }
  }

  .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
  }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
  }

  .offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: scroll;
    padding: 25px;
    height: calc(100vh - 130px);
  }

  .offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
  }

  .offcanvas-end {
    top: 0;
    right: 0;
    width: 600px;
    transform: translateX(100%);
  }

  .offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
  }

  .offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
  }

  .offcanvas.show {
    transform: none;
  }

  .offcanvas-footer
  {
    position: absolute;
    bottom: 0;
    padding: 15px 25px;
    border-top: 1px solid rgb(203, 214, 226);
    bottom: 0px;
    background-color: rgb(245, 248, 250) !important;
    width: 100%;
  }

  .form-control{
    background-color: #fff;
    color: #33475b;
    border: 1px solid #cbd6e2;
  }

  .form-control:focus{
    border-color: rgba(0,208,228,.5);
    box-shadow: 0 0 4px 1px rgb(0 208 228 / 30%), 0 0 0 1px #00d0e4;
    outline: 0;
    background-color: #fff;
  }

.nk-menu-sub .nk-menu-item.active{

    background: #33475b;
    color: #fff;

}

.nk-menu-sub .nk-menu-item.active a{
    color: #fff !important;

}

.nk-menu-item.active{
    background: #253342;
}

.link-list-opt a
{
    cursor: pointer;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #6576ff;
    background-color: #6576ff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    content: "";
}

.delete_dialog
{
    padding: 0;
}

.delete_dialog .swal2-header
{
    padding: 20px;
    background: red;
}

.delete_dialog .swal2-header h2
{
    color: #fff;
    font-size: 35px;
    padding: 0;
    margin: 0;
    line-height: 42px;
}

/* .delete_dialog .swal2-content
{

} */

.delete_dialog .swal2-actions
{
    background: #eee;
    margin: 0px;
    padding: 20px;
}

.dropdown-toggle {
    margin-top: 3px;
}

.modal-full
{
    max-width: 80% !important;
    height: 80%;
    align-items: normal;
}

.media_upload_container
{
    width: 100%;
    border: 1px dotted #cbd6e2;
    padding: 10px;
}

.media_upload_container input[type=button]
{
    width: 100%;
    text-align: center !important;
}


.table_img
{
    width: 100px;
    border-radius: 25px;
    box-shadow: 3px 2px 17px 0px #888888;
    margin: 10px 0px;
}

.user-info a
{
    font-size: 10px;
    display: block;
}

.lead-text
{
    width: 130px;
    overflow: hidden;
    display: inline-block !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* [data-tooltip]:before {
    position : absolute;
     content : attr(data-tooltip);
     opacity : 0;
}

[data-tooltip]:hover:before {
    opacity : 1;
} */

.mediaPreloader{

    position: absolute;
    z-index: 9;
    width: 100%;
    height: 50%;
    background: #fff;
    left: 0;
    right: 0;
    /* top: 0; */
    opacity: 0.5;
}

.gallery.card .removeimage
{
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 0px 3px;
    z-index: 999;
}

.imgdetials input{
    padding: 2px 12px;
    font-size: 12px;
    border-radius: 15px;
    border: 1px solid #c5c4c4;
}
.nk-menu-main .nk-menu-sub {
    background: #253342;
    border: 0;
}

.nk-menu-main .nk-menu-sub .nk-menu-link {
    color: #fff;
}

.nk-menu-sub .nk-menu-item:hover {
    color: #fff;
    background-color: #33475b;
}

.nk-menu-main .nk-menu-sub .nk-menu-item:hover > a:hover{
    color: #fff;
    background-color: #33475b;
}

.nk-menu-item .sub_menu_dvider
{
    padding: 0px 20px;
    /* border-top: 1px solid #eee; */
    display: block;
}

.table_name_only{
    padding: 10px 0px;
    font-weight: 800;
}

.dynamicTrRemove
{
    position: absolute;
    right: -15px;
    top: 25%;
}

.table tbody tr{
    position: relative;
}

#StoreLocationSelect .form-group{
    margin: 0 !important;
}

.user-info p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.gallery-image {
    position: relative;
    z-index: 1;
}

.clearfix{
    clear: both !important;
}

.pieChartLegend li{
    display: inline;
    margin-right: 15px;
}

.side-cc-menu .has-sub:hover{
    background-color: transparent;
}

.side-cc-menu .nk-menu-item.active {
    background: white;
}

.side-cc-menu .nk-menu-sub .nk-menu-item:hover {
    background: white;
    color: #7f8dff ;
}

.nk-ecwg .amount {
    font-size: 20px;
    font-weight: 500;
    color: #364a63;
}

.nk-ecwg6-ck {
    width: 100px;
    height: 40px;
    margin-left: 20px;
}

.nk-ecwg .data-group {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

.nk-ecwg .data {
    margin-top: 0.5rem;
}

.card-cc-cc{
    background-color: #f5f6fa;
}

.equal-height-row {
    display: flex;
    flex-wrap: wrap;
  }

  .equal-height-row .equal-height-col {
    display: flex;
    flex-direction: column;
  }

  .equal-height-row .equal-height-col .card {
    flex: 1;
  }

  .stars{
    font-size: 25px;
    text-align: center;
    color: #999;
  }

  .checked{
    color: #fd9722;
  }

  .fill-bar{
    display: block;
    width: 100%;
    background: yellow;
    padding: 10px;
  }

  .bar{
    float: left;
    text-align: center;
  }

.per-bar{
    width: 100%;
    float: none;
    margin: 20px auto;
    font-size: 10px;
}

  .right-score{
    float: right;
  }

  .left-score{
    float: left;
  }

  .score{
    display: block;
    float: none;
    margin: 0px auto;
    width: 70px;
    text-align: center;
    background: green;
    border-radius: 50%;
    height: 70px;
    padding: 15px 0px;
    font-weight: bold;
    color: #fff;
    border: 5px solid lightgreen;
    font-size: 20px;
    margin: 18px auto;
  }

  .nk-ecwg4-legends li {
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 13px;
    width: 20%;
    min-height: 100px;
    background: #fff;
    border-radius: 15px;
    padding: 13px 0px;
  }

  .nk-ecwg4-legends li .title{
    line-height: 10px;
    font-weight: 800;
    padding: 5px;
    text-align: left;
  }

  .nk-ecwg4-legends li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .nk-sales-ck {
    height: 120px;
    flex-grow: 1;
}

.sub-title{
    display: block;
    width: 155px;
}