/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
body {
    overflow-y: scroll;
}

#app .app-content {
    min-height: 100vh;
}

.main-menu:not(.expanded) .nav-item.has-sub.sidebar-group-active.menu-collapsed-open,
.main-menu:not(.expanded) .nav-item.has-sub.sidebar-group-active.menu-collapsed-open>a {
    background-color: #7367F0;
}
body.menu-expanded .brand-logo .alt {
    display: none;
}
body.menu-collapsed .brand-logo .main{
    display: none;
}
body.menu-collapsed .brand-logo .alt {
    display: inline;
}
.header-navbar .vue-treeselect__control {
    border: none;
}
.header-navbar .vue-treeselect__placeholder {
    padding: 1rem 1.5rem;
}
.dropdown-toggle::after {
    right: unset;
    left: unset;
}
.dropdown-menu {
    z-index: 11;
}

.navigation li.nav-item.has-sub {
    transition: all 0.5s;
}

.navigation li.nav-item.has-sub .menu-content li {
    font-size: 13px;
}

.sidebar-image-icon {
    display: inline-block;
    width: 20px;
    /* filter: brightness(0) invert(1); */
}

.main-menu .sidebar-image-icon {
    margin-right: 15px;
}
.form-group.breadcrumb-right.sticky {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 12;
    padding: 6px 23px;
    min-width: 320px;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    box-shadow: 0px 0px 2px 2px #a9b0b1;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    transform: none;
    -webkit-transform: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
}

.input-group:not(.bootstrap-touchspin):focus-within {
    background-color: transparent;
}

.bootstrap-datetimepicker-widget .list-unstyled table {
    background-color: #fff;
    border-radius: 0.357rem;
    box-shadow: 0 3px 10px 0 rgb(34 41 47 / 10%);
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 18rem;
}
.btn-sm {
    font-size: 0.7rem;
}
.breadcrumb-item {
    font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: .3rem;
}
.navbar-floating .navbar-container {
    padding: .8rem 0.4rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    margin-right: .3rem;
}
.config-page .nav-pills .nav-link {
    font-size: 0.85rem;
}
@media(min-width: 768px){
    .form-group.breadcrumb-right.sticky {
        position: fixed;
        right: 29px;
        top: 18px;
        left: unset;
        bottom: unset;
        width: auto;
        padding: 12px 25px;
        background-color: #fff;
        text-align: right;
        box-shadow: none;
    }
    .btn-sm {
        font-size: 0.8rem;
    }
    .breadcrumb-item {
        font-size: 14px;
    }
    .breadcrumb-item + .breadcrumb-item {
        padding-left: .6rem;
    }
    .navbar-floating .navbar-container {
        padding: .8rem 1rem;
    }
    .breadcrumb-item + .breadcrumb-item:before {
        margin-right: .6rem;
    }
}
/* Vs */

.vs--searchable .vs__dropdown-toggle {
    min-height: 38px;
}

.vs__search,
.vs__search:focus {
    position: absolute;
    width: 100%;
}

.vs__selected {
    z-index: 10 !important;
}

.dark-layout .vs__dropdown-toggle {
    border-color: rgb(157 161 170);
}

.dark-layout .vs__selected {
    color: #fff;
    background-color: #824949;
}

.dark-layout .vs__clear,
.dark-layout .vs__open-indicator {
    fill: rgb(255 255 255 / 50%);
}

.vld-shown {
    overflow: hidden;
}

.vld-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    display: none;
    justify-content: center;
    overflow: hidden;
    z-index: 9999;
}

.vld-overlay.is-active {
    display: flex;
}

.vld-overlay.is-full-page {
    z-index: 9999;
    position: fixed;
}

.vld-overlay .vld-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    opacity: 0.5;
}

.vld-overlay .vld-icon,
.vld-parent {
    position: relative;
    text-align: center;
}

.dark-layout .vld-overlay h4 {
    color: #3d3d3d;
    margin-top: 15px;
}

.face-recognition-wrapper {
    position: relative;
}

.face-recognition-wrapper canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.ag-cell .btn.btn-xs {
    font-size: 11px;
    padding: 5px 7px;
}
.option-select-bar.sticky {
    position: fixed;
    right: 0;
    top: 82px;
    width: calc(100vw - (100vw - 100%) - calc(2rem * 2) - 260px);
    z-index: 100;
    background-color: #e1e1e1;
    padding: 4px 15px;
    margin: 0rem 2rem 0;
}
.table.small .btn-sm {
    padding: 5px 5px;
}
.table.small.table-bordered th, .table.small.table-bordered td {
    border-color: #d8d8d8;
}

.table.small td,
.table.small th {
    padding: 0.7rem 0.7rem;
    transition: 0.5s all;
}

.table.small td .btn,
.table.small td .form-control {
    font-size: 11px;
}
.table.small .input-group-text {
    padding: .438rem 0.3rem
}

.table.small ul, .table.small ol {
    -webkit-padding-start: 14px;
}
.table.small .head-row {
    font-weight: bold;
    text-align: center;
    background-color: #7367F0;
    color: #fff;
}
.table.small .item-row:hover > td {
    border-bottom: 1px solid #7367F0;
    border-top: 1px double #7367F0;
    z-index: 2;
}

.table.small .item-row:hover > td:first-child {
    border-left: 1px solid #7367F0;
}
.table.small .item-row:hover > td:last-child {
    border-right: 1px solid #7367F0;
}

table.vertical-align-top td {
    vertical-align: top;
}
.table td.disabled,
.table th.disabled,
.table tr.disabled th,
.table tr.disabled td{
    opacity: 0.5;
}
.table.order-footer td {
    height: 62px;
}
.image-box .img {
    object-fit: cover;
    object-position: bottom center;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}
.image-box {
    aspect-ratio: 6/4;
    overflow: hidden;
}
/* User profile */
.user-profile-heading .cover .image-box {
    aspect-ratio: 1693/376;
    overflow: hidden;
}
.user-profile-picture.image-box {
    aspect-ratio: 1/1;
}
.user-profile-heading .user-profile-picture {
    width: 100%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #fff;
    position: relative;
    margin-top: -65px;
}
h2.content-header-title {
    font-size: 1.3rem;
    text-align: center;
}
@media(min-width: 768px){
    h2.content-header-title {
        font-size: 1.4rem;
        text-align: left;
    }
}

/* Vue tooltip */
.tooltip {
    display: block !important;
    z-index: 10000;
}

.tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(black, .1);
}

.tooltip.popover .popover-arrow {
    border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
}

.card .card-right-button {
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    width: 56px;
    height: 56px
}

.small-x {
    font-size: 11px;
}

/* v-autocomplete */

.vue-simple-suggest>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vue-simple-suggest.designed {
    position: relative;
}

.vue-simple-suggest.designed,
.vue-simple-suggest.designed * {
    box-sizing: border-box;
}

.vue-simple-suggest.designed.focus .input-wrapper input {
    border: 1px solid #aaa;
}

.vue-simple-suggest.designed .suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    top: calc(100% + 5px);
    border-radius: 3px;
    border: 1px solid #aaa;
    background-color: #fff;
    opacity: 1;
    z-index: 1000;
}

.vue-simple-suggest.designed .suggestions .suggest-item {
    cursor: pointer;
    user-select: none;
}

.vue-simple-suggest.designed .suggestions .suggest-item,
.vue-simple-suggest.designed .suggestions .misc-item {
    padding: 5px 10px;
}

.vue-simple-suggest.designed .suggestions .suggest-item.hover {
    background-color: #2874D5 !important;
    color: #fff !important;
}

.vue-simple-suggest.designed .suggestions .suggest-item.selected {
    background-color: #2832D5;
    color: #fff;
}
/* Ag grid */
.ag-grid-wrapper .VuePagination {
    margin-top: 5px;
}
.ag-grid-wrapper .VuePagination > nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ag-row.bg-status-1 {
    background-color: #ffffff;
    color: #2a2e30;
}
.ag-row.bg-status-2 {
    background-color: #f2eeb6;
    color: #2a2e30;
}
.ag-row.bg-status-3 {
    background-color: #e3e3e3;
    color: #b4b6b8;
}
.ag-row.bg-status-4 {
    background-color: #ecebfa;
}
.ag-cell.bg-status-4 {
    background-color: #9deebb;
}
.ag-cell.bg-status-5 {
    background-color: #9ddbee;
}
.ag-cell.bg-status-6 {
    background-color: #c2bbfb;
}
.ag-cell.bg-status-7 {
    background-color: #fbbbbb;
}

/* Full calendar */

/* .calendar-event td.fc-list-event-time {
    display: none;
} */

/* Preloader */

#preloader {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.input-xs {
    width: 60px
}
.input-sm {
    width: 100px
}
.collapse.partial-hidden:not(.show) {
    display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.collapse.partial-hidden:not(.show)::after{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}

/* Order item */
.order-item-select-box {
    position: relative;
}

.order-item-select-box .dialog {
    position: absolute;
    min-width: 550px;
    top: 47px;
    left: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 1px #666666;
    padding: 5px;
    z-index: 3;
}

@media(min-width: 768px){
    .order-item-select-box .dialog {
        min-width: 720px;
    }
}
@media(min-width: 992px){
    .order-item-select-box .dialog {
        min-width: 800px;
    }
    .sticky-lg {
        position: sticky;
    }
    .lg-top-115 {
        top: 115px;
    }
}

.order-item-row .col-item {
    width: 160px
}

.order-item-row .col-outsource {
    width: 110px
}

.order-item-row .col-price {
    width: 120px
}

.order-item-row .col-qty {
    width: 67px
}

.order-item-row .col-total {
    width: 110px
}

.order-item-row .col-discount {
    width: 103px
}

.order-item-row .col-vat {
    width: 100px
}

.order-item-row .col-note {
    width: 155px
}
.html-box ul, .html-box ol {
    -webkit-padding-start: 10px;
}
.html-box p {
    line-height: 1.3rem;
    margin-bottom: 0.5rem;
}

@media(min-width: 1550px) {
    .order-item-row .col-item {
        width: 230px
    }

    .order-item-row .col-outsource {
        width: 140px
    }

    .order-item-row .col-price {
        width: 140px
    }

    .order-item-row .col-qty {
        width: 110px
    }

    .order-item-row .col-total {
        width: 130px
    }

    .order-item-row .col-discount {
        width: 130px
    }

    .order-item-row .col-vat {
        width: 140px
    }

    .order-item-row .col-note {
        width: 150px
    }
}

@media(min-width: 1800px) {
    .order-item-row .col-item {
        width: 280px
    }

    .order-item-row .col-outsource {
        width: 160px
    }

    .order-item-row .col-price {
        width: 160px
    }

    .order-item-row .col-total {
        width: 160px
    }

    .order-item-row .col-note {
        width: 200px
    }
}

/* Step progress (from its source) */
.step-progress__wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative
}

.step-progress__wrapper-before {
    background-color: grey;
    transform: translateY(-50%) perspective(1000px)
}

.step-progress__wrapper-after,
.step-progress__wrapper-before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 12px;
    width: 100%;
    height: 3px !important
}

.step-progress__wrapper-after {
    background-color: #28C76F !important;
    transform: scaleX(0) translateY(-50%) perspective(1000px);
    transform-origin: left center;
    transition: transform .5s ease
}

.step-progress__bar {
    width: 100%;
    display: flex;
    height: 100px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.step-progress__step {
    z-index: 2;
    position: relative;
}

.step-progress__step span {
    color: var(--passiveColor);
    transition: .3s ease;
    display: block;
    font-size: 17px;
    transform: translateZ(0) scale(1) perspective(1000px);
    font-weight: 900;
    text-align: center;
    opacity: 1
}

@media(max-width:767px) {
    .step-progress__step span {
        font-size: 28px
    }
}

.step-progress__step--active .step-progress__step-label,
.step-progress__step--active span {
    color: #7367f0;
}

.step-progress__step--active .step-progress__step-icon {
    opacity: 1
}

.step-progress__step--valid .step-progress__step-icon {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px)
}

.step-progress__step--valid span {
    color: #28C76F;
    opacity: 0;
    transform: translateZ(0) scale(2) perspective(1000px)
}

.step-progress__step--valid .step-progress__step-label {
    color: #28C76F
}

.step-progress__step:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) perspective(1000px);
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid var(--passiveColor);
    transition: .3s ease
}

@media(max-width:767px) {
    .step-progress__step:after {
        width: 40px;
        height: 40px
    }
}

.step-progress__step--active:after {
    border: 2px solid #7367f0
}

.step-progress__step--valid:after {
    background-color: #28C76F;
    border: 2px solid #28C76F
}

.step-progress__step-label {
    position: absolute;
    top: calc(100% + 30px);
    left: 50%;
    transform: translateX(-50%) perspective(1000px);
    white-space: nowrap;
    font-weight: 600;
    color: grey;
    transition: .3s ease
}

.step-progress__step-icon {
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: transform .3s ease;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px)
}

@media(max-width:767px) {
    .step-progress__step-icon {
        font-size: 22px
    }
    .hidden-label-progress .step-progress__step-label {
        display: none;
    }
    .hidden-label-progress .step-progress__bar {
        margin-bottom: 0px;
    }
    .step-progress__bar {
        margin-bottom: 0px;
    }
}

/* Vue color picker */
.cpicker__color {
    border: 3px solid #ccc;
    cursor: pointer;
}

/* Custom step progress*/
.step-progress__bar {
    display: block;
    height: auto;
}
.step-progress__step-label {
    font-weight: 400 ;
    font-size: 11px;
    position: static;
    transform: none;
    text-align: center;
    display: inline-block;
}
.step-progress__step--valid .step-progress__step-label {
    color: #0b963f;   
}
.step-progress__step span {
    font-size: 20px;
}
.step-progress__step:not(:first-child) span {
    padding-top: 21px;
}
.step-progress__step-icon {
    font-size: 20px;
}
.step-progress__step:after {
    width: 35px;
    height: 35px;
}
.step-progress__wrapper-after {
    height: 4px;
}
.step-progress__wrapper-after, .step-progress__wrapper-before {
    height: 100% !important;
    width: 1px !important;
    left: 0;
    right:0;
    margin: auto
}
.step-progress__step--valid span {
    transform: none
}

@media(min-width: 768px){
    .step-progress__bar {
        height: 100px;
    }
    .step-progress__step:not(:first-child) span {
        padding-top: 0px;
    }
    .step-progress__wrapper-after, .step-progress__wrapper-before {
        height: 1px !important;
        width: 100% !important;
        left: 0;
        right:none;
        margin: none
    }
    .step-progress__step-label {
        position: absolute;
        top: calc(100% + 25px);
        left: 50%;
        transform: translateX(-50%) perspective(1000px);
        display: block;
        white-space: inherit;
        width: 100px;
    }
    .step-progress__bar {
        display: flex;
    }
    .step-progress__step-icon {
        position: absolute;
    }
}
/* Price quote */
.price-quote-preview .order-item-section {
    margin-top: 15px;
    margin-bottom: 15px;
}
.price-quote-preview .order-item-section {
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
    background-color: #b0b0b0;
}
.price-quote-preview .order-item-section::before {
    content: "Danh sách mặt hàng"
}
.price-quote-preview .order-execution-section {
    margin-top: 15px;
    margin-bottom: 15px;
}
.price-quote-preview .order-execution-section {
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
    background-color: #b0b0b0;
}
.price-quote-preview .order-execution-section::before {
    content: "Lịch chạy sự kiện"
}
.price-quote-preview table td p {
    margin-bottom: 0px;
}
/* Contract */
.contract-preview {
    font-size: 12pt;
}
.contract-preview table {
    table-layout: fixed;
}
.contract-preview table td {
    word-wrap: break-word;
}
.contract-preview .order-execution-section,
.contract-preview .order-item-section {
    margin-top: 15px;
    margin-bottom: 15px;
}
.contract-preview .order-execution-section,
.contract-preview .order-item-section {
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
    background-color: #b0b0b0;
}
.contract-preview .order-execution-section::before {
    content: "Lịch chạy sự kiện"
}
.contract-preview .order-item-section::before {
    content: "Danh sách hạng mục"
}
/* Tinymce */
.tox .tox-promotion {
    width: 0;
    overflow: hidden;
    padding: 0;
    height: 0;
}
/**
 * Nestable
 */
/*
* Style for nestable
*/
.nestable {
    position: relative;
}

.nestable .nestable-list {
    margin: 0;
    padding: 0 0 0 40px;
    list-style-type: none;
}

.nestable>.nestable-list {
    padding: 0;
}

.nestable>.nestable-list>.nestable-item .nestable-item-content:hover {
    background-color: #cccccc
}

.nestable-item,
.nestable-item-copy {
    margin: 10px 0 0;
}

.nestable-item:first-child,
.nestable-item-copy:first-child {
    margin-top: 0;
}

.nestable-item .nestable-list,
.nestable-item-copy .nestable-list {
    margin-top: 10px;
}

.nestable-item {
    position: relative;
}

.nestable-item .nestable-item-content {
    border: 1px solid #ccc;
    padding: 5px 2px 2px 2px;
    border-radius: 2px !important;
}

.nestable-item.is-dragging .nestable-list {
    pointer-events: none;
}

.nestable-item.is-dragging * {
    opacity: 0;
    filter: alpha(opacity=0);
}

.nestable-item.is-dragging:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(106, 127, 233, 0.274);
    border: 1px dashed rgb(73, 100, 241);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nestable-drag-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
}

.nestable-drag-layer>.nestable-list {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background-color: rgba(106, 127, 233, 0.274);
}

.nestable [draggable="true"] {
    cursor: move;
}

.nestable-handle {
    display: inline;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    color: #000
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-collapsed>.dd-collapse {
    display: none
}

.dd-item:not(.dd-collapsed)>.dd-expand {
    display: none
}

.dd-empty {
    display: none
}

.dd-item,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-item>button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item>button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item>button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

/**
 * Nestable Extras
 */

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background: linear-gradient(top, #bbb 0%, #999 100%);
}

#nestable2 .dd-handle:hover {
    background: #bbb;
}

#nestable2 .dd-item>button:before {
    color: #fff;
}

@media only screen and (min-width: 700px) {
    .dd {
        float: left;
        width: 100%;
    }

    .dd+.dd {
        margin-left: 2%;
    }
}

.dd-hover>.dd-handle {
    background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd3-content:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-dragel>.dd3-item>.dd3-content {
    margin: 0;
}

.dd3-item>button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.dd3-handle:hover {
    background: #ddd;
}

/*Loading effect 1*/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d4cfd4;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*End loading effect 1*/
