/*Enter Your Custom CSS Here*/
.tool_draw li a.menuUp {
    opacity: 1;
}
#tab-font .sub-menu {
    padding: 20px 10px;
}
#tab-font .sub-menu .toolbar-font-search {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
#tab-font .sub-menu .toolbar-font-search>input {
    width: 100%;
    border: none;
    webkit-box-shadow: 1px 0 21px rgb(0 0 0 / 15%);
    box-shadow: 1px 0 21px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 10px 35px 10px 10px;
}
#tab-font .sub-menu .toolbar-font-search i.icon-nbd-clear {
    top: 22px;
}
#tab-font .sub-menu .toolbar-menu-header .toolbar-separator {
    color: #fff;
    padding: 4px;
    background: #404762;
    border-radius: 4px;
    font-size: 14px;}
#tab-font .sub-menu ul.sub-menu-items {
    /*position:  relative;*/
    padding: 4px 0;
    margin-top: 12px;
}
#tab-font .sub-menu li.sub-menu-item {
    width: 50%;
    padding: 10px;
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    line-height: 22px;
}
#tab-font .sub-menu li.sub-menu-item span.font-name-wrap .font-name {
    font-size: 18px;
}
.nbd-close.close-designtool i {
    color:  #f00;
}

.nbd-sidebar #tab-product-template .templates-category {
    margin-top: 20px;
    padding:  0 10px;
}

.nbd-sidebar #tab-product-template .templates-category .nbd-button {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: unset;
    font-size: 12px;
    text-transform: capitalize;
}

.nbd-sidebar #tab-product-template .templates-category .nbd-button i, .nbd-sidebar #tab-product-template .templates-category .nbd-button span {
    color: #fff;
}
.nbd-sidebar #tab-product-template .templates-category .nbd-button i {
    font-size: 24px;
}
.nbd-sidebar #tab-product-template .templates-category .nbd-button .nbd-sub-dropdown {
    width: 100%;
    top: calc(100% + 5px);
}
.nbd-sidebar #tab-product-template .templates-category .nbd-button ul {
    min-width: 220px;
    max-height: 250px;
    margin: 10px 0;
}
.nbd-sidebar #tab-product-template .templates-category .nbd-button ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}
.nbd-sidebar #tab-product-template .templates-category .nbd-button ul li span {
    color: #404762;
    text-transform: capitalize;
}
.nbd-sidebar #tab-product-template #tab-template {
    padding: 0;
    padding-top: 20px;
}
.nbd-sidebar #tab-product-template .tab-main {
    margin-top: 10px;
    height: calc(100% - 70px);
}

.pc-tab-nav .nbd-tabs {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;

}
.pc-tab-nav .nbd-tabs .nbd-tab {
    padding: 7px 10px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-bottom: none;
    border-radius: 5px;
    flex-grow: 1;
    margin-right: 4px;
    background: #d2d5dc;
    border: 1px #404762 solid;
}
.pc-tab-nav .nbd-tabs .nbd-tab .title {
    color: #404762;
}
.pc-tab-nav .nbd-tabs .nbd-tab.active .title {
    color: #fff;
}
.pc-tab-nav .nbd-tabs .nbd-tab.active {
    background: #404762;
}
.nbd-sidebar .tabs-content .nbd-search {
    position: relative !important;
}
.nbd-sidebar #tab-svg .cliparts-category, #tab-element .tab-main, #tab-photo .tab-main {
    margin-top: 0 !important;
}
.pc-tab-clipart {
    padding: 0 10px;
    margin-bottom: 12px;
}
#tab-svg .nbd-tab-contents {
    height: 100%;
}
#tab-svg .nbd-tab-contents .nbd-tab-content {
    height: 100%;
}
.nbd-sidebar #tab-svg .tab-main {
    height: calc(100% - 161px);
}
.nbd-main-bar ul.menu-right input.note {
    padding: 5px 10px;
    border-radius: 5px;
    outline-color: transparent;
}
.nbd-templates .main-item .template-note {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    color: #7e7e7e;
    margin-right: 8px;
    left: 8px;
}
.popup-customer-address .main-popup {
    padding: 0;
}
.popup-customer-address .main-popup .head {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 0 15px;
}
.popup-customer-address .main-popup .main-body .template-field-wrap:not(:last-child) {
    margin-bottom: 15px;
}
.popup-customer-address .main-popup .main-body label.template-label {
    display: block;
    margin-bottom: 10px;
}
.popup-customer-address .main-popup .main-body input[type="text"] {
    padding: 3px 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    width: 100%;
    border: 1px solid #ddd;
    padding-left: 10px;
    font-size: 14px;
    color: #404762;
    border-radius: 2px;
    height: 35px;
}
.popup-customer-address .main-popup .main-body {
    padding: 15px;
    max-height: 500px;
    position: relative;
}
.popup-customer-address .main-popup .footer {
    padding: 4px 9px;
    border-top: 1px solid #ddd;
}
.popup-customer-address .template-field-wrap .require {
    color: #f00;
}
.popup-customer-address .template-note textarea {
    padding: 3px 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #404762;
    border-radius: 2px;
}
.popup-customer-address .template-note textarea:focus-visible {
    outline: none;
}
.nbd-popup-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.nbd-popup-loading.nbd-show {
    opacity: 1;
    visibility: visible;
}
.nbd-popup-loading .nbd-popup-loading-inner {
    width: 60px;
    height: 60px;
    position: relative;
}