@font-face {
  font-family: myFont;
  src: url('font.TTF');
}
.nbd-sidebar .tabs-nav ul.main-tabs .tab#nav-number svg{
	width: 25px;
    fill: #fff;
    margin-bottom: 0;
}
.nbd-sidebar .tabs-nav ul.main-tabs .tab#nav-number.active svg{
	fill : #404762;
}
.nbd-sidebar .tabs-nav ul.main-tabs li#nav-number span{
	padding: 0 3px;
}
.nbd-sidebar .tabs-content .tab#tab-number{
	padding: 0 10px;
    padding-top: 20px;
}
.nbd-sidebar .tabs-content .tab#tab-number .tag-line{
	color: #27a6ff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: left;
}
.nbd-sidebar .tabs-content .tab#tab-number .section-header{
	position: relative;
}
.nbd-sidebar .tabs-content .tab#tab-number .section-header .section-header__title{
	font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
}
.nbd-sidebar .tabs-content .tab#tab-number .section-header .section-header__subtitle{
	font-size: 13px;
    color: #8d9095;
}
.nbd-sidebar .tabs-content .tab#tab-number .section-header .section-header__close{
	position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    pointer-events: all;
}
.nbd-sidebar .tabs-content .tab#tab-number .section-header .section-header__close span{
	font-size: 20px;
    cursor: pointer;
}
.nbd-sidebar .tabs-content .tab#tab-number .img-button-add button{
	outline: none;
    border: none;
    pointer-events: all;
    border-radius: 30px;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    background: #27a6ff;
}
ul.list-select{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
ul.list-select .sub-item{
    padding: 10px;
    background: #f2f4f7;
    pointer-events: all;
    margin-left: 5px;
    cursor: pointer;
}
ul.list-select .sub-item span{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
ul.list-select .sub-item span.small{
    font-size: 14px;
}
.table_number tr td{
    pointer-events: all;
}
.table_number tr td:first-child{
    font-size: 14px;
}
.nb_button{
    outline: none;
    border: none;
    pointer-events: all;
    border-radius: 30px;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    background: #27a6ff;
}
.table_number tr td.color-number{
    text-align: right;
}
span.text-color{
    font-size: 14px;
    position: relative;
    padding-right: 20px;
}
span.text-color span.color-btn {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: #000;
    right: 0;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
    opacity: 0.8;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.table_number tr td.color-number span.color-btn:hover{
    transform: translateY(-50%) scale(1.2);
    opacity: 0.6;
}
.color-title{
    text-align: left;
    font-size: 18px;
}
.color-title span.text-color{
    font-size: 18px;
    text-transform: capitalize;
}
ul.color-list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
ul.color-list .color-item{
    cursor: pointer;
    pointer-events: all;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-top: 3px;
}
.nbd-option-field.number-hidden{
    display: none;
}
button.disable-number{
    pointer-events: none;
    opacity: 0.4;
}
.nbd-popup.popup-enter-name .main-popup{
    width: 900px;
    height: 80%;
    overflow: auto;
}
.head-section{
    padding-bottom: 30px;
    border-bottom: 1px solid #cccfd6;
    margin-bottom: 15px;
}
.head-section .head-name{
    color: #27a6ff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.head-section .head-subtitle{
    font-size: 22px;
    font-weight: 600;
    color: #424447;
}
.body-section{
    display: flex;
}
.body-section .left-body{
    width: 300px;
    padding: 0 10px;
}
.body-section .left-body .box-preview{
    height: 300px;
    background: #ccc;
    margin-bottom: 20px;
    padding: 15px;
    font-family: "myFont";
}
.main-body{
    width: calc(100% - 300px);
}
.main-body .main-title{
    display: flex;
}
.thumnail{
    margin-right: 10px;
}
.thumnail img{
    width: 60px;
}
.product-data .product-name{
    font-size: 20px;
}
.product-variation{
    position: relative;
}
.product-variation .color-option{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #ccc;
    top: 50%;
    transform: translateY(-50%);
}
.product-variation .name-option{
    margin-left: 25px;
}
.thead-option,.option-field{
    display: flex;
}
.size-option,.size-field{
    width: 100px;
}
.thead-option .name-option,.name-field{
    width: calc(100% - 100px - 30px - 100px);
}
.thead-option .name-option.without-number,.name-field.without-number{
    width: calc(100% - 30px - 100px);
}
.number-option,.number-field{
    width: 100px;
}
.remove-option,.remove-btn{
    width: 30px;
}
.input-preview{
    width: 100%;
    border-radius: 3px;
}
.thead-option .size-option,.thead-option .name-option,.thead-option .number-option{
    padding-left: 10px;
}
select.size-select{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.add-anothor{
    margin-top: 15px;
    display: block;
}
.name-field,.number-field{
    padding: 0 5px;
}
.remove-btn i.icon-close{
    font-size: 20px;
    cursor: pointer;
}
.body-section .left-body .box-preview .preview-name{
    margin: 0 auto;
    width: 250px;
    white-space: nowrap;
    line-height: 1;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    transform-origin: 0 0;
    height: 1em;
}
.body-section .left-body .box-preview .preview-name.invisible,.body-section .left-body .box-preview .preview-number.invisible{
    visibility: hidden;
}
.body-section .left-body .box-preview .preview-number{
    margin: 0 auto;
    width: 250px;
    white-space: nowrap;
    font-size: 200px;
    text-align: center;
    line-height: 1;
    transform-origin: 0 0;
    height: 1em;
}
.body-section .left-body .box-preview .preview-name-check{
    width: fit-content;
    white-space: nowrap;
    line-height: 1;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    visibility: hidden;
    opacity: 0;

}
.body-section .left-body .box-preview .preview-number-check{
    width: fit-content;
    white-space: nowrap;
    font-size: 200px;
    text-align: center;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
}
.nbd-popup.popup-share .main-popup .body .share-with ul.socials li.social.whatsapp svg{
    width: 85%;
    margin-top: 3px;
}
.anothor-color{
    position: relative;
}
.list-color-another{
    list-style: none;
    visibility:hidden;
    opacity:0;
    transition: all 0.3s linear;
    display: flex;
    position: absolute;
    background: #ccc;
    width: 100%;
    padding: 20px 10px;
    min-height: 300px;
    z-index: 3;
    border-radius: 10px;
}
.list-color-another.is-show{
    visibility:visible;
    opacity:1;
}
.item-another-color{
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid #000;
}
.item-another-color:hover{
    border: 2px solid #fff;
}
.box-color{
    margin-left: 10px;
}
.box-color span{
    display: block;
    width: 50px;
    height: 50px;
}
.list-option-color{
    position: relative;
    display: flex;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
}
.anothor-color .list-option-color input.input-custom-option{
    height: 50px;
}
.anothor-color .list-option-color input.input-custom-option,.option-color-name,.box-color{
    display: inline-block;
}
.option-color-name{
    margin-left: 5px;
    margin-top: 15px;
    font-size: 14px;
}
.anothor-color .list-option-color .remove-option-color{
    position: absolute;
    font-weight: 600;
    font-size: 18px;
    color: #d33;
    top: 0;
    right: 5px;
    cursor: pointer;
}