body {
    width: 100%;
    background:#f5f5f5;
    margin: 0 auto;
}

.cpd-placeholder {
    /*width: 1240px;*/
    width: 100%;
    height: auto;
    min-height: 939px;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
}

/*Top Bar Start*/
.cpd-top-bar {
    display: flex;
    justify-content: space-between;
}
.cpd-top-bar-left .cpd-product-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.cpd-top-bar-left .cpd-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #666;
    padding-top: 5px;
}
.cpd-product-price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
/*End top bar*/

/*Middle part*/
.cpd-left-bar {
    width: 74px;
    height: 705px;
    background: #0587E6;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    padding-top: 10px;
}
.cpd-middle-holder {
    margin-top: 15px;
    display: flex;
}
.cpd-menu-bar {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    cursor: pointer;
}
.cpd-menu-svg {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.cpd-menu-operation-panel {
    width: 255px;
    height: 685px;
    background: rgba(5, 135, 230, 0.1);
    border-radius: 0px 6px 6px 0px;
    padding: 15px;
    display: none;
}
.cpd-clipart-panel-holder {
    width: 255px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 4px;
}
.cpd-clipart-panel-holder .cpd-operation-box {
    overflow: auto !important;
}
.cpd-clipart-top-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 6px 10px;
}
.cpd-clipart-category-holder {
    width: 255px;
    height: auto;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 7px;
    padding-bottom: 10px;
}
.cpd-clipart-category-title {
    width: 65px;
    height: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    padding: 6px 10px;
}
.cpd-clipart-category-folder-holder {
    padding: 6px 10px;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 7px;
    width: 225px !important;
}
.cpd-clipart-category-folder {
    width: 50px;
    height: 45px;
    background: rgba(5, 135, 230, 0.1);
    border: 1px solid #0587E6;
    border-radius: 6px;
    text-align: center;
    padding-top: 5px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.cpd-category-name {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}
.cpd-operation-box {
    width: 235px;
    height: 500px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 7px;
    padding: 10px;
    padding-bottom: 25px;
    padding-top: 15px;
}
.align-center {
    text-align: center;
}
.cpd-button-sm {
    width: auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    background: #0587E6;
    border-radius: 6px;
    border: none;
    padding: 3px 7px 3px 7px;
}
.cpd-design-box {  
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #0587E6;
    border-radius: 6px;
    display: inline-block;
    margin: 5px;
    text-align: center;
    padding:5px;
}
.cpd-design-box img {
    width: 90px;
    height: 90px;
}
.cpd-design-box.active {
    border: 2px solid rgba(126, 134, 158, 0.25);
}
.nn-sample-placeholder {
    margin: 0 auto;
    width: 100%;
}
.cpd-clipart-grid {
    display: inline-block;
}
.clipart-price {
    font-size: 11px;
    text-align: center;
    height: 15px; 
} 
.cpd-clipart-box {  
    box-sizing: border-box;
    width: 65px;
    height: 65px;
    background: #FFFFFF;
    border: 1px solid rgba(126, 134, 158, 0.25);
    border-radius: 6px;
    margin: 5px;
    text-align: center;
    padding-top: 8px;
}
.cpd-clipart-box img {
    width: 45px;
    height: 45px;
}
.cpd-clipart-icons .cpd-clipart-box a img,
.cpd-design-product-link, .cpd-design-product-link img  {
    cursor: pointer;
}
.cpd-canvas-holder {
    /*width: 600px;
    padding-top: 50px;
    height: 600px;*/
    margin: 0 auto;
}
.cpd-canvas-image {
    text-align: center;
}
.cpd-canvas-image img {
    width: 423px;
    height: 554px;
}
.cpd-preview-image {
    width: 80px;
    height: 80px;
    border: solid 2px #7E869E;
    border-radius: 7px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.cpd-preview-image.active {
    border: solid 2px #0587E6;
}
.canvas-image {
    cursor: pointer;
}
.cpd-preview-image img{
    height: 60px;
    width: 50px;
    margin-top: 10px;
}
.cpd-design-preview-holder {
    margin-top: 30px;
}
.cpd-right-toolbox {
    width: 50px;
    height: 50px;
    padding-top: 50px;
}
#tblTextEditor div{
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 5px;
}
#tblTextEditor .text-top-title{
    margin-top: 5px;
    font-size: 14px;
    font-family: 'Inter';
    margin-bottom: 2px;
}
.cpdTextEditBox{
    margin-bottom: 7px;
}
#tblTextEditor select {
    height: 30px;
    width: 100% !important;
}
.cpd-toolbox-holder {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(126, 134, 158, 0.5);
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.cpd-extra-space {
    margin-top: 125px;
}
.cpd-bottom-box {
    width: 100%;
    height: 113px;
    background: #E6F3FC;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.cpd-bottom-box .cpd-price-box {
    width: 400px;
}
.cpd-bottom-box .cpd-bottom-holder {
    padding: 20px;
}
.cpd-customization-price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cpd-general-price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cpd-qty-minus {
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.cpd-qty-plus {
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.cpd-quantity-box {
    display: flex;
    flex-direction: row;
}

.cpd-qty-text{
    box-sizing: border-box;
    width: 97px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 22px;
    text-align: center;
}
#cpd-qty {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-align: center;
}
.cpd-in-svg,  .cpd-in-svg{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
}
.cpd-qty-minus {
    margin-right: 5px;
}
.cpd-qty-text {
    margin-right: 5px;
}
.cpd-design-button,
.cpd-design-continue-button {
    width: 214px;
    height: 52px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #0587E6;
    border-radius: 6px;
    border:none;
    cursor: pointer;
}
.cpd-final-cart-button {
    width: 125px;
    min-height: 35px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    background: #0587E6;
    border-radius: 6px;
    border:none;
    cursor: pointer;
}
.final-checkout-holder {
    margin-top: 15px;
}
.cpd-cart-button {
    margin-left: 35px;
}
.cpd-top-bar-space {
    padding: 15px;
}
.cpd-middle-space {
    padding: 0px 15px;
}
.cpd-text-box-input {
    box-sizing: border-box;
    width: 232px;
    height: 100px;
    background: rgba(217, 217, 217, 0.4);
    border: 1px solid #7E869E;
    border-radius: 6px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding: 10px;
}
#txtAIPromt{
    height: 65px !important;
}
.cpd-btn-primary {
    background-color: #0587E5;
    color: #fff;
    border: none;
    background: #0587E6;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}
.cpd-add-text-button {
    text-align: right;
    margin-top: 10px;
}
.cpd-active-bar {
    display: block;
}
/*.active-bar {
    background: #5CB85C;
}*/
.cpd-qr-preview {
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    margin-top: 15px;
}
#qrcode img{
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    background: #FFFDFD;
    border: 1px solid #7E869E;
    border-radius: 8px;
    padding: 5px;
    display: unset !important;
}
.cpd-qr-code-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-align: center;
    padding-top: 5px;
}
.cpd-divider {
    width: 233px;
    border: 1px solid #E6F3FC;
    height: 0px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.btn-full-width{
    width: 100% !important;
    text-align: center;
}
.sm-warning-box{
    box-sizing: border-box;
    width: 232px;
    height: 39px;
    background: #FFE99B;
    border: 1px solid #FFC804;
    border-radius: 6px;
    display: flex;
    /*justify-content: center;
    align-content: center;*/
    align-items: center;
}
.pos-abs{
    position: absolute;
}
.mt-50{
    margin-top: 100px;
}
.mt-25{
    margin-top: 50px;
}
.mt-80{
    margin-top: 80px;
}
.mt-10{
    margin-top: 10px;
}
.cpd-full-width-btn {
    width: 100%;
   text-align: center;
}
.fs12{
    font-size: 12px !important;
}
.cpd-ai-image-preview {
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
}
.cpd-ai-image-preview img {
   width: 100px;
   height: 100px;
   cursor: pointer;
   padding: 10px; 
}
.cpd-notification-box-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}
.cpd-notify-icon{
    padding-right: 5px;
}
.cpd-upload-box-area{
    box-sizing: border-box;
    width: 232px;
    height: 138px;
    background: #E6F3FC;
    border: 1px dashed #7E869E;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
}
.cpd-upload-drag-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-top: 10px;
}
.cpd-browse-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding-top: 7px;
}
.cpd-color-text {
    color: #0587E6;
}
.cpd-add-upload-button{
    border-radius: 30px;
    padding-right: 65px;
    padding-left: 65px;
    margin-top: 35px;
}
.cpd-input-label{
    width: 43px;
    height: 17px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding-bottom: 5px;
}
.cpd-input-field input{
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    background: #fff;
    border: 2px solid #7E869E;
    border-radius: 6px;
    color: #000;
    background: #fff;
}
.cpd-input-field select{
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    background: #fff;
    border: 2px solid #7E869E;
    border-radius: 6px;
    color: #000;
    background: #fff;
}
.cpd-extra-space{
    margin-top: 75px;
}

[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -khtml-user-drag: element;
    -webkit-user-drag: element;
    cursor: move;
}
.fw12 {
    width: 100%;
    margin-bottom: 5px;
}
.fw4 {
    width: 33.33%;
    float: left;
}
.xrow .fw4 input,.xrow .fw4 select {
    width: 95% !important;
}
.clearfix {
    clear: both;
}
.sep {
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
    margin-top: 8px !important;
}
.nn-add-new-holder {
    text-align: right;
    margin-top: 15px;
}

.nn-holder .cpd-input-field input, .nn-holder .cpd-input-field select{
    height: 30px !important;
    padding-left: 5px !important;
}


/*Drag and Drop Upload css*/
.box{
    font-size: 1.25rem;
   /* 20 */
    background: #E6F3FC;
    border: 1px dashed #7E869E;
    position: relative;
    padding: 100px 20px;
}
.box.has-advanced-upload {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.box.is-dragover {
    outline-offset: -20px;
    outline-color: #c8dadf;
    background-color: #fff;
}
.box__dragndrop, .box__icon {
    display: none;
}
.box.has-advanced-upload .box__dragndrop {
    display: inline;
}
.box.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 20px;
}
.cpd-selected-design-product .cpd-design-box{
    border-color: #008060 !important;
}
.box.is-uploading .box__input, .box.is-success .box__input, .box.is-error .box__input {
    visibility: hidden;
}
.box__uploading, .box__success, .box__error {
    display: none;
    text-align: center;
}
.box.is-uploading .box__uploading, .box.is-success .box__success, .box.is-error .box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
}
.box__uploading {
    font-style: italic;
}
.box__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
}
@-webkit-keyframes appear-from-inside {
    from {
        -webkit-transform: translateY( -50% ) scale( 0 );
   }
    75% {
        -webkit-transform: translateY( -50% ) scale( 1.1 );
   }
    to {
        -webkit-transform: translateY( -50% ) scale( 1 );
   }
}
@keyframes appear-from-inside {
    from {
        transform: translateY( -50% ) scale( 0 );
   }
    75% {
        transform: translateY( -50% ) scale( 1.1 );
   }
    to {
        transform: translateY( -50% ) scale( 1 );
   }
}
.box__restart {
    font-weight: 700;
}
.box__restart:focus, .box__restart:hover {
    color: #39bfd3;
}
.box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.box__file + label {
    text-overflow: ellipsis;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.box__file + label:hover strong, .box__file:focus + label strong, .box__file.has-focus + label strong {
    color: #39bfd3;
}
.box__file:focus + label, .box__file.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.box__file + label * {
   /* pointer-events: none;
    */
   /* in case of FastClick lib use */
}
.no-js .box__file + label {
    display: none;
}
.no-js .box__button {
    display: block;
}
.box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0;
}
.box__button:hover, .box__button:focus {
    background-color: #0f3c4b;
}
#sc-cp-tool-progress-div {
    border: 1px solid #0fa015;
    border-radius: 4px;
    margin: 10px 0;
    padding: 5px 0;
    text-align: center;
}
#sc-cp-tool-progress-bar {
    background-color: #12cc1a;
    color: #ffffff;
    height: 20px;
    transition: width 0.3s ease 0s;
    width: 0;
}
/*End Upload CSS*/

.full-panel-overlay {
    background-color: rgba(0, 0, 0, 0.6); 
    width:100%; height:100%; 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:1999999999
}
.full-page-loader-spinner {
    position: relative;
    width: 0px;
    z-index: 2000000000;
    left: 0;
    top: 0;
    margin: 0 auto;
    padding-top: 25%;
}
#qrcode canvas {
    display:none;
}
#tblTextEditor {
    width:100%;
}
#tblTextEditor input,#tblTextEditor select {
    background: #f4f4f4;
    height: 27px;
    border: solid 1px #7E869E;
    border-radius: 6px;
    font-size: 12px !important;
    padding-left: 5px;
}

input[type=checkbox] {
	display: none
}
input[type=checkbox]+label {
	display: inline-block;
	margin: -2px -2px 0;
	padding: 4px 33px;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #b3b3b3;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) #b3b3b3;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}
input[type=checkbox]:checked+label {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	background-color: #e0e0e0
}
.cpd-toolbox-holder {
    cursor: pointer;
}

/*Custom modal popup*/
.modal {
  display: none;
  position: fixed;
  z-index: 2222;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.cp_default_variant, .cp_variants_container{
    height: 400px;
    overflow: auto;
}
#addToCartModal {
    z-index: 7777;
}
.closeAddtoCartModal, .closeVariantModal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .closeAddtoCartModal:hover,
  .closeAddtoCartModal:focus,
  .closeVariantModal:hover,
  .closeVariantModal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .cpd-pop-top-title {
    font-size: 25px;
    text-decoration: underline;
    margin-bottom: 20px;
  }
  .v-color-hide {
    visibility: hidden;
    height: 0px !important;
    margin-top: 0px !important;
  }
  .v-color-hide .cpd-opt-title {
    display: none;
  }
  .disabled_class{
    pointer-events: none;
    opacity: 0.5;
  }
  .var_stock_msg {
    background: darkred;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100px;
    text-align: center;
  }
/*Custom Modal Popup End*/

.cpd-preview-bottom{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 35px;
}
#cpd-design-preview {
    height: 700px;
    overflow: auto;
}
.cpd-quantity-box .cpd-qty-minus,.cpd-quantity-box .cpd-qty-plus{
    cursor: pointer;
}
.nn-remove {
    margin-right: 5px;
    margin-top: 7px;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-weight: bold;
    padding: 2px 5px;
    background: #FF0202;
    cursor: pointer;
}
.extra-scroll{
    width: auto !important;
}
.slimScrollDiv{
    padding-bottom: 30px !important;
}
.nn-row-border {
    border: solid 1px #7E869E;
    border-radius: 8px;
    padding: 10px;
    margin-top: 13px;
    position: relative;
    background: #f4f4f4;
    margin-left: 5px;
    margin-right: 5px;
}
.nn-btn-close-holder {
    position: absolute;
    top: -14px;
    right: -7px;
}
.border-error {
    border:solid 2px red !important;
}
.select2-container .select2-selection--single {
    height: auto !important;
}

.nnNameSample {
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    background: rgba(217, 217, 217, 0.3);
    border: 1px solid #7E869E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding-left: 10px;
}
.inputLabel {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 10px;
}
.mb35 {
    margin-bottom: 25px;
}
.number-text-input {
    box-sizing: border-box;
    width: 121px;
    height: 38px;
    background: rgba(217, 217, 217, 0.3);
    border: 1px solid #7E869E;
    border-radius: 6px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-right: 6px;
}
.number-plus-minus {
    width: 48px;
    height: 36px;
    background: rgba(217, 217, 217, 0.3);
    border: 1px solid #7E869E;
    border-radius: 6px;
    margin-right: 6px;
    cursor: pointer;
}
.nn-add-panel {
    width: 100%;
    height: 40px;
    background: #0587E6;
    border-radius: 6px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #FCFCFC;
    border-color: #0587E6;
}
.nn-top-more-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-top: 25px; 
}
.nnnewrow {
    width: 93px;
    height: 30px;
}
.cpd-input-group.fw12 .cpd-input-field input {
    width: 98% !important;
}

/*Nice Scroll*/
.ssb_down {
    background-color: #33ccaa;
    bottom:0;
    cursor:pointer;
    position:absolute;
    right:0;
    border-radius: 10px;
  }
  .ssb_sb {
    background-color: #22aabb;
    cursor:pointer;
    position:absolute;
    right:0;
    border-radius: 10px;
  }
  .ssb_sb_down {
    background-color: #1199aa;
  }
  .ssb_sb_over {
    background-color: #33bbcc;
  }
  .ssb_st {
    background-color: #dedede;
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0;
    border-radius: 10px;
  }
  .ssb_up {
    background-color: #33ccaa;
    cursor:pointer;
    position:absolute;
    right:0;
    top:0;
    border-radius: 10px;
  }
  .parent {
    font-family:verdana;
    height:100%;
    padding:10px;
    position:relative;
  }
  .slimscroll {
    overflow: auto;
  }
  .slimScrollDiv {
    padding-bottom: 35px;
  }
  #select2-ddlFontFamily-container,
  .select2-results__option {
    font-size: 12px !important;
  } 
  .select2-container--default {
    background-color: #f4f4f4 !important;
  }
  .cpd-tools-text-line-1 td:nth-child(1), .cpd-tools-text-line-2 td:nth-child(1){
    width: 55%;
  }
  .cpd-tools-text-line-1 td:nth-child(2), .cpd-tools-text-line-2 td:nth-child(2){
    width: 45%;
    padding-left: 5%;
  }
  .cpd-text-align-box {
    box-sizing: border-box;
    width: 55px;
    height: 30px;
    background: rgba(217, 217, 217, 0.4);
    border: 1px solid #7E869E;
    border-radius: 6px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
  }
  .cpd-text-align-box svg,
  .cpd-style-icon-holder svg {
    vertical-align: middle;
    height: 100%;
  }
  .cpd-align-icon-holder, .cpd-style-icon-holder {
    display: flex;
    flex-direction: row;
  }
  .cpd-text-align-box.selected,.cpd-text-style-box.selected {
    background: #ccc;
  }
  .cpd-text-style-box {
    box-sizing: border-box;
    width: 40px;
    height: 30px;
    background: rgba(217, 217, 217, 0.4);
    border: 1px solid #7E869E;
    border-radius: 6px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
  }
  .cpd-bg-color svg,
  .cpd-menu-svg svg {
    vertical-align: middle;
  }
  .cpd-bg-color svg path,
  .cpd-bg-color svg rect {
    fill: #ffffff;
  }
  .cpd-left-menu-title {
    color: #fff;
    font-size: 11px;
    font-family: "Inter";
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .active-bar svg, .active-bar svg path{
    fill:#000000;
  }
  .active-bar svg rect{
    /*stroke:#000000;*/
  }
  .active-bar .cpd-left-menu-title{
    color: #000000;
  }
  
  .sctable {
    border-collapse: collapse;
    width: 100%;
    font-family: "Inter";
    font-size:14px;
  }
  
  .sctable td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  .sctable tr:nth-child(even){background-color: #f2f2f2;}
  
  .sctable tr:hover {background-color: #ddd;}
  
  .sctable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }
  .cp_variant_qty {
    width: 50px;
    text-align: center;
    height: 25px;
  }
  .cpd-top-bar-left {
    width: 80%;
  }
  .cpd-top-bar-right {
    width: 20%;
    text-align: right;
  }

  .swal2-html-container{
    font-family: "Inter";
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: .3;
  }
  .swal2-confirm.swal2-styled{
    background: #000;
    font-size: 13px;
  }
  .nnUseOnly{
    display: none;
  }
  .dtf-print-alert{
    background-color: #fff3cd;
    border-color: #a7d9ee;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
    font-family: "Inter";
    color: darkred;
    font-weight: 550;
  }