* {
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 14px;
}

body {
    font-family: "Lato", sans-serif;
}

.logo-content {
    text-align: center;
}

.logo-title {
    font-size: 28px
}

p {
    font-size: 14px;
}

.bg-white{
    background: white!important;
}

.supplier-ml{
    margin-left: -100px;
}

.customer {
    font-size: 14px;
}

input[name^="permission"] {
    margin-right: 12px;
}
.product-title{
    width: 109px;
}
.img-product{
    width: 100px;
    height: 100px;
}
.group_permission {
    display: -webkit-inline-box;
    line-height: 27px;
}

.w-200{
    width: 200px!important;
}

.designer-images, .mockup-images{
    width: 100px !important;
    height: 100px !important;
    border: 1px solid #636e72;
    border-radius: 5px;
    margin-bottom: 5px;
}


/*loading animation*/

#wrapper-loading {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #34495e;
    width: 100%;
    height: 1200px;
    opacity: 0.9;
}

.loading {
    z-index: 10000;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    display: flex;
    align-items: center;
}

@keyframes loading {
    0% {
        height: 0;
    }
    50% {
        height: 40px;
    }
    100% {
        height: 0;
    }
}


/* Style the tab */

#tab {
    margin-top: 20px;
}

.scrollable-tabs {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
}

#tab li a {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
}

#tab .active a {
    background: white;
    color: black;
}

#tab .active {
    border-bottom: none;
}


/* Style the tab content */

.tab-content {
    margin-bottom: 30px;
    border-top: none;
    background: white;
    border-radius: 0px 0px 10px 10px;
    height: 100%;
}


/* pagination */

.pagination .page-item .page-link {
    padding: 10px;
    width: 41px;
    height: 38px;
    text-align: center;
    color: #0984e3;
}

.pagination .active .page-link {
    color: white;
    background: #0984e3;
}


/* number records perpage */


/* Custom confirm dialog */

.dialog-ovelay {
    position: absolute;
    width: 100%;
    z-index: 999999
}

.dialog-ovelay .dialog {
    position: fixed;
    top: -10%;
    left: 35%;
    width: 400px;
    margin: 100px auto 0;
    background-color: white;
    border: 1px solid #dcdde1;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .2);
    border-radius: 3px;
    overflow: hidden
}

.dialog-ovelay .dialog header {
    padding: 10px 8px;
    background-color: white;
    border-bottom: 1px solid #e5e5e5
}

.dialog-ovelay .dialog header h3 {
    font-size: 14px;
    margin: 0;
    color: #555;
    display: inline-block
}

.dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.template-img{
    height: 100%;
    width: 100%;
}

.wrapper-template-img{
    width: 552px!important;
    height: 326px!important;
}

.dialog-ovelay .dialog header .fa-close:hover {
    color: #b9b9b9
}

.dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}

.dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px
}

.dialog-ovelay .dialog .dialog-msg p {
    margin: 0;
    font-size: 15px;
    color: #333
}

.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px
}

.dialog-ovelay .dialog footer .controls {
    direction: rtl
}

.dialog-ovelay .dialog footer .controls .button {
    padding: 5px 15px;
    border-radius: 3px
}

.button {
    cursor: pointer
}

.button-default {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #5D5D5D;
}

.button-danger {
    background-color: #f44336;
    border: 1px solid #d32f2f;
    color: #f5f5f5
}

.link {
    padding: 5px 10px;
    cursor: pointer
}

.error {
    border: 1px solid #ff6b6b !important;
}

#search {
    margin-bottom: 10px;
}

.submitt {
    padding-bottom: 10px;
    padding-left: 898px;
}

/* custom list user*/
.input-setting, .input-order, .input-permission{
    pointer-events: none !important;
}

#text-center {
    text-align: center
}
.pd-b-10-rem{
    padding-bottom: 10rem !important;
}
.pd-b-9-rem{
    padding-bottom: 9rem !important;
}

.pd-b-6-rem{
    padding-bottom: 6rem !important;
}

.pd-b-4-rem{
    padding-bottom: 4rem !important;
}

.mt-auto{
    margin-top: auto;
}

.mb-auto{
    margin-bottom: auto;
}

.mt-30{
    margin-top: 30px !important;
}

.m-t-15{
    margin-top: 15px !important;
}

.mr-15{
    margin-right: 15px;
}

.mr-5{
    margin-right: 5px;
}

.ml-20{
    margin-left: 20px;
}

.ml-10{
    margin-left: 10px;
}

.avatar {
    width: 10%;
}

.text-success {
    color: #1c84c6;
}

.text-info {
    color: #23c6c8;
}

.v-middle {
    vertical-align: middle !important;
}

#choose-avatar {
    margin-top: 3px;
    border-radius: 3px;
    background-color: #18a689;
    color: #ffffff;
}

.section-create-user{
    margin-top: -20px;
    margin-bottom: -10px;
}

#searchBtn{
    float: left;
    margin-right: 10px;
}

#btnFilter{
    float: left;
}

/* Custom edit user */

#section-btn{
    display: none;
}

.display-none{
    display: none !important;
}

.m-t-30{
    margin-top: -30px;
}

.m-t-45{
    margin-top: -45px;
}

.m-b-30{
    margin-bottom: 30px;
}

.mb-30{
    margin-bottom: -30px;
}

.m-b-10{
    margin-bottom: 10px;
}

.mb-20{
    margin-bottom: -20px;
}

.mt-20{
    margin-top: 20px;
}

.mt-12{
    margin-top: 12px;
}

.mt-10{
    margin-top: 10px;
}

.m-b-20{
    margin-bottom: -20px;
}

.m-t-10{
    margin-top: -10px;
}
.m-t-20{
    margin-top: -20px;
}

.m-t-45{
    margin-top: -45px;
}

.pl-15{
    padding-left: 15px;
}
.pr-15{
    padding-right: 15px;
}
.mr-15{
    margin-right: 15px;
}
.mr-10{
    margin-right: 10px;
}
.ml-15{
    margin-left: 15px;
}
.mb-15{
    margin-bottom: 15px;
}

#list-etsy-acount , #list-manager-account{
   overflow: auto;
}

#etsy-acount{
    overflow: auto;
}

.h-400{
    height: 400px;
}

.margin-none{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row-role-name {
    width: 50%;
}

#d-none {
    display: none;
}

.border-none {
    border: none;
}

.key-et {
    font-size: 13px !important;
    margin-top: 4px;
    margin-left: 15px;
    color: black;
}
.val-et{
    margin-left: -18px;
}
.key-btn-save{
    padding-right: 20px;
}
.cursor-link{
    cursor: pointer !important;
}

.border-asphalt {
    border-color: #CAD3C8;
}

.padding-right-none{
    padding-right: 0;
}

.padding-left-none{
    padding-left: 0
}

#modalRegister {
    width: 450px;
}

.modal-title{
    font-size: 24px;
}

.avatar-temp {
    text-align: center;
}

.image_logo {
    border-radius: 50%;
    background-color: #e5e5e5;
}
.image-product{
    width: 100%;
    height: 100%;
}

#libraryCandidate {
    margin-bottom: 15px;
}

.margin-bottom{
    margin-bottom: -10px;
}

.purple{
    background-color: #B8860B;
    color: white;

}

.label-refund{
    background-color: #DA70D6;
    color: white;

}
.red-total{
    font-size: 25px;
    color: #ee4d2d;
    line-height: 25px;
}

@media (max-width: 768px) {
    .product-title{
        width: 95px;
    }
    .attribute{
        margin-bottom: 10px;
    }
    .supplier-ml{
        margin-left: -40px;
    }
    .label-name{
        text-align: left;
    }
    #title-record {
        position: absolute;
        margin-top: 40px;
        margin-left: -10px !important;
    }
    #skills {
        display: inline-flex;
        width: 100% !important;
    }
    #modalRegister {
        width: 95%;
    }
    #btnCreateSkill {
        height: 37px;
        margin-left: 5px;
    }
    #jobCategory,
    #position,
    .exprience-test {
        display: inline-flex;
        width: 100% !important;
    }
    #btnCreateJobCategory,
    #btnCreatePosition,
    #btnCreatePositions {
        margin-left: 5px;
    }
    .table-job {
        width: 1100px !important;
    }
    .sectionAvatar{
        margin-left: 50px;
    }
}

@media (max-width: 992px) {
    .product-title{
        width: 100px;
    }
    .attribute{
        margin-bottom: 10px;
    }

    #title-record {
        position: absolute;
        padding: 28px;
        margin-left: 170px;
    }
    #skills {
        display: inline-flex;
        width: 100% !important;
    }
    #btnCreateSkill {
        height: 37px;
        margin-left: 5px;
    }
    #jobCategory,
    #position,
    #positions,
    .exprience-test {
        display: inline-flex;
    }
    #btnCreateJobCategory,
    #btnCreatePosition,
    #btnCreatePositions {
        margin-left: 5px;
    }
    .table-job {
        width: 1100px !important;
    }
    .top-label{
        top: 26px;
    }
}

@media (max-width: 1170px) {
    .table-job {
        width: 1100px !important;
    }
    .sectionAvatar{
        margin-left: 50px;
    }

    #title-record {
        position: absolute;
        padding: 28px;
        margin-left: 170px;
    }
    #skills {
        display: inline-flex;
    }
    #btnCreateSkill {
        height: 37px;
        margin-left: 5px;
    }
    #jobCategory,
    #position,
    .exprience-test {
        display: inline-flex;
    }
    #btnCreateJobCategory,
    #btnCreatePosition,
    #btnCreatePositions {
        margin-left: 5px;
    }
    .table-job {
        width: 1100px !important;
    }
}

@media (min-width: 1200px) {
    #title-record {
        position: absolute;
        padding: 28px;
        margin-left: 170px;
    }
    #wrapper-pagination {
        width: 15%;
    }
    .btn-submit {
        float: right;
        margin: 1%;
    }

    .attribute-btn-back
    {
        margin: 1% 0;
    }
    /* Custom view create job*/
    #skills {
        display: inline-flex;
        width: 100% !important;
    }
    #btnCreateSkill {
        height: 37px;
        margin-left: 5px;
    }
    #jobCategory,
    #position,
    .exprience-test {
        display: inline-flex;
    }
    #btnCreateJobCategory,
    #btnCreatePosition,
    #btnCreatePositions {
        margin-left: 5px;
    }
    #close-modal,#connect-etsy {
        margin-right: 5px;
    }

    #d-none {
        display: none !important;
    }
    #listJobCategory {
        max-height: 350px;
        overflow: auto;
    }
    #listSkill {
        max-height: 350px;
        overflow: auto;
    }
    #sectionSalary {
        display: none;
    }
    .btn-insert {
        float: right;
    }
    #btn-success {
        background-color: #1a7bb9;
        color: white;
        height: 37px;
        border-radius: 5px;
    }
    .texxt {
        text-align: center;
    }
    .action {
        text-align: center;
        width: 10%;
    }
    #wrapper-pagination {
        width: 18%;
    }
    .link-perpage {
        padding-right: 0px;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    #close-modal,#connect-etsy {
        margin-right: 5px;
    }
    .add-candidate {
        margin-top: 5px;
    }
}
@media (max-width:1550px){
    .btn-delete-activity{
        margin-top: 10px;
    }
}
.name-role {
    width: 50%;
}

.btn-review {
    margin: 40px 0px 0px 0px;
}

.iconl {
    color: chocolate;
    margin-top: 4%;
}

.icon-warning{
    position: absolute;
    color: chocolate;
    margin-top: -2.2%;
}

.warning_col {
    background-color: #ffffcc;
}

.table-job {
    margin-top: 45px;
}

.edit {
    float: left;
}

.delte {
    float: right;
}

.star {
    color: red;
}

.item-cc {
    width: 11px;
}

.btn-job {
    padding: 3px !important;
}

.btn-job a i {
    color: white;
}

.select-status {
    width: 80%;
}

.icon-status {
    width: 20%;
}

@media (max-width: 1242px) {
    #close-modal,#connect-etsy {
        margin-right: 5px;
    }
    .table-job {
        width: 1100px !important;
    }
}

@media (max-width: 1093px) {
    #close-modal,#connect-etsy {
        margin-right: 5px;
    }
    .pdf-download {
        margin-top: 5px;
    }
    .add-candidate {
        margin-top: 5px;
    }
    .view-candidate {
        margin-top: 5px;
    }
    .table-job {
        width: 1100px !important;
    }
}

@media (max-width: 1242px) {
    .btn-job {
        display: flex;
        justify-content: space-between;
    }
    .btn-job a {
        width: 37px;
        height: 34px;
        margin-top: 5px;
    }
    .btn-job button {
        margin-left: -3px;
        width: 37px;
        height: 34px;
        margin-top: 5px;
    }
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-width: 5px;
    padding-bottom: 20px;
}

.item-qua {
    margin-bottom: -3px;
}


/* custom select2 border */

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e5e6e7 !important;
}


/* custom select2 style */

.select2-results__option--highlighted {
    background: #1ab394 !important;
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu>.active a {
    background: #ddd !important;
    color: #676a6c;
}

.bootstrap-select.btn-group .dropdown-menu>li>a:hover {
    color: white;
    background: #1ab394 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

textarea {
    resize: none;
}

.item-cv {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
}

.item-cv-url {
    margin: auto 20px;
    width: 90px;
}

.item-cv-rl {
    margin-top: 0px;
}

.item-upload {
    display: none;
}

.item-degree {
    margin-bottom: -20px;
}

.item-btn {
    margin-top: 15px;
}

.btn-model-add {
    float: right;
}

.table-header {
    margin-top: 40px;
}

.btn-submit {
    border-color: #1ab394;
    color: #FFFFFF;
}

.nav .label,
.ibox .label {
    font-size: 13px;
}

.label-check {
    padding: 6px 12px;
}

#label-status {
    text-align: center;
    padding-top: 18px;
}

.col-submit {
    padding-right: 0px;
    padding-top: 2px;
}

.col-btn {
    padding: 0px 30px 0px 0px;
}

.item-er {
    padding-left: 140px;
    margin-top: -18px;
}

.item-quali {
    margin-top: -16px;
}

.btn-test {
    margin-top: -15px;
    margin-bottom: 24px;
}

.item-edu {
    margin-top: -15px;
}

.item-exp {
    margin-top: -8px;
}

.item-pro {
    margin-top: -8px;
}

.item-education {
    margin-bottom: 8px;
}

.item-educa {
    margin-top: -10px;
}

.item-qualifi {
    margin-top: 10px;
}

.item-hr {
    width: 70%;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.item-status {
    text-align: center;
}

.close-modal {
    margin-right: 28px;
}

.experience-item {
    margin-left: 10px;
}

.error-item {
    width: 100%;
    margin-left: -14px;
}

.menu-list>.dropdown-menu>li>a {
    color: #333;
}

.menu-list>.dropdown-menu>li>a>i {
    color: #333;
}

.menu-list>.dropdown-menu>li>.btn-trash, .dropdown-menu > li > .btn-trash,
.menu-list>.dropdown-menu>li>.btn-trash>i {
    color: red;
}


/*number filters*/

#lblFilterCount {
    font-size: 12px;
    background: #f39c12;
    color: #fff;
    padding: 3px 5px;
    vertical-align: top;
    margin-right: -10px;
    margin-top: -5px;
    margin-left: -5px;
}

.badge {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    padding: 6px 25px;
}

.description {
    margin-top: 15px
}

.descriptions {
    margin-bottom: 35px
}

#inputSalaryTo {
    width: 99%;
}

#inputSalaryFrom {
    width: 99%;
}

.item-h {
    color: #0a6aa1;
}

.hr-item {
    width: 100%;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.item-sty {
    margin-top: 20px;
}

.form-submit {
    padding-top: 35px;
}

.item-sp {
    padding-left: 5px;
}

.item-fg {
    margin-top: -35px;
}

.item-icon {
    color: red;
}

.item-fs {
    font-size: 20px;
    color: #0a6aa1;
}

.download {
    width: 58px;
    height: 34px;
}


/*home*/

.daterange {
    padding-left: 45px;
    float: right;
    width: 85%;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2020%22%3E%3Cpath%20d%3D%22M15.88%2C2.5H14v-2A.47.47%2C0%2C0%2C0%2C13.53%2C0H12a.47.47%2C0%2C0%2C0-.47.47v2h-5v-2A.47.47%2C0%2C0%2C0%2C6%2C0H4.47A.47.47%2C0%2C0%2C0%2C4%2C.47v2H2.13A1.88%2C1.88%2C0%2C0%2C0%2C.25%2C4.38V18.13A1.88%2C1.88%2C0%2C0%2C0%2C2.13%2C20H15.88a1.87%2C1.87%2C0%2C0%2C0%2C1.87-1.87V4.38A1.88%2C1.88%2C0%2C0%2C0%2C15.88%2C2.5Zm0%2C15.39a.24.24%2C0%2C0%2C1-.24.24H2.36a.23.23%2C0%2C0%2C1-.23-.24V6.25H15.88Z%22%20style%3D%22fill%3A%23aaa%22%2F%3E%3Crect%20x%3D%227.75%22%20y%3D%2212.5%22%20width%3D%222.5%22%20height%3D%222.5%22%20rx%3D%220.47%22%20style%3D%22fill%3A%23aaa%22%2F%3E%3Crect%20x%3D%2211.5%22%20y%3D%228.75%22%20width%3D%222.5%22%20height%3D%222.5%22%20rx%3D%220.47%22%20style%3D%22fill%3A%23aaa%22%2F%3E%3Crect%20x%3D%2211.5%22%20y%3D%2212.5%22%20width%3D%222.5%22%20height%3D%222.5%22%20rx%3D%220.47%22%20style%3D%22fill%3A%23aaa%22%2F%3E%3Crect%20x%3D%227.75%22%20y%3D%228.75%22%20width%3D%222.5%22%20height%3D%222.5%22%20rx%3D%220.47%22%20style%3D%22fill%3A%23aaa%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228.75%22%20width%3D%222.5%22%20height%3D%222.5%22%20rx%3D%220.47%22%20style%3D%22fill%3A%23aaa%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%2212.5%22%20width%3D%222.5%22%20height%3D%222.5%22%20rx%3D%220.47%22%20style%3D%22fill%3A%23aaa%22%2F%3E%3C%2Fsvg%3E") 8px 50% no-repeat;
    background-size: 18px auto;
    border-radius: 4px;
}

.pd-15{
    padding: 15px !important;
}

.nav-xx {
    padding: 10px 15px !important;
}

#bar-job,
#bar-cv {
    margin-top: 40px;
}

.period {
    margin-top: -30px;
    float: right;
    height: 24px
}

@media (max-width: 768px) {}

#titlee-record {
    position: absolute;
    padding: 28px;
    margin-left: 129px;
}

.item-error {
    margin-left: 115px;
}
.menu-list{
    text-align: center;
}
.mr-letf{
    margin-left: -11px;
}
.menu-list >.btn{
    padding: 6px 20px;
}
.middle-box{
    padding-top: 60px;
}

.logo-img{
    padding-bottom: 40px;
}

.font-title span, .font-title label {
    font-size: 16px;
}

.form-btn-submit{
    margin-top: 10% ;
}

.form-btn-submit1{
    margin-top: 4% ;
}

.padding-top{
    padding-top: 20px;
}
.padding-top-5{
    padding-top: 5px;
}

.text-decoration-revert{
    text-decoration: revert;
}
/* product */

#export-product{
    margin-top: 22px;
}

.dp-adm.js-more-plus {
    margin-bottom: 15px;
    filter: invert(100%);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjYxMnB4IiBoZWlnaHQ9IjYxMnB4IiB2aWV3Qm94PSIwIDAgNjEyIDYxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjEyIDYxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgaWQ9InBsdXMiPg0KCQk8Zz4NCgkJCTxwb2x5Z29uIHBvaW50cz0iNjEyLDI4Ni44OTMgMzI1LjExNiwyODYuODkzIDMyNS4xMTYsMC4yOTYgMjg2LjkwMywwLjI5NiAyODYuOTAzLDI4Ni44OTMgMCwyODYuODkzIDAsMzI1LjEwNyAyODYuOTAzLDMyNS4xMDcgDQoJCQkJMjg2LjkwMyw2MTEuNzA0IDMyNS4xMTYsNjExLjcwNCAzMjUuMTE2LDMyNS4xMDcgNjEyLDMyNS4xMDcgCQkJIi8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) center no-repeat, #707070;
    background-size: 60% 60%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.d-none {
    display: none !important;
  }

.js-more-plus-btn{
    margin-top: 10px;
}
/* end product */

.text-dark, .text-dark:hover, .text-dark:visited{
    color: black;
}

.section-animate{
   padding: 0;
   margin: 0;
}

.sk-spinner-wave{
    position: relative;
    width: 400px!important;
    top: 100%;
}

.animate-loading{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.slick-slide {
    outline: none
}

@media (min-width: 768px) and (max-width: 1024px){
    .btn-create-product{
        margin-right: 5px;
    }
    #btnFilter{
        float: left;
    }
}
@media (width: 1024px){
    .btn-create-product{
        margin-right: 5px;
    }
    #btnFilter{
        float: left;
    }
}

.link-product{
    color: #333;
}

.btn-more-plus .addRow{
    margin-right: 15px;
}

.text-child{
    font-size: smaller ;
}

.form-adrress .row {
    margin: 1% 0px;
}

.form-adrress .row .col-md-3{
    padding-left: 0px !important ;
}

.form-adrress .row .col-md-9, .form-adrress .row .col-md-4 {
    padding-right: 0px !important ;
}

.ibox-title h3 {
    display: inline-block;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.ibox-title  .fa-plus{
    color: #ffffff ;
}

.ibox-title {
     max-width: 4% 0px;
}

#js-list-product-search .ibox {
    margin-bottom: 0px;
}
#js-list-product-search .ibox-content {
    padding: 15px 20px 0px 20px;
}

.js-product-infor .ibox-title, .order-infor .ibox-title{
    padding: 15px 20px 0px 20px;
}

#js-chooses-supplier .modal-footer{
    padding: 20px 30px 30px 30px;
}

.color-orange{
    color: orange!important;
}
.order-infor .col-sm-9{
    padding-right: 0px !important;
}
.is-invalid {
    border: 1px solid red;
}

.dropdown-menu {
    min-width: 0px;
}
.js-change-sku .input-sku {
    outline: none;
    border: white;
}

.pd-b-100{
    width: 10%;
}

.footable-row-detail-row {
    display: table-row;
    line-height: 2.0em !important;
}
.footable-row-detail-name{
    width: 120px;
}
.input-group-addon{
    border: none;
}


.margin-top{
    margin-top: -15px;
}

.margin-left{
    margin-left: -93%;
}

.table-send-reset{
    margin-top: 10%;
}

.text-silver{
    color: silver !important;
}
.mg-left{
    margin-left: 13%;
}

.mg-left-26 {
    margin-left: 26%;
}
.pd-20{
    padding: 20px !important;
}

.mg-left-14{
    margin-left: 14%;
}

.mg-left-32 {
    margin-left: 30%;
}
.text-end{
    text-align: end;
}

.mgt-3{
    margin-top:-3px;
    margin-left: -3%;
}

.width-519{
    width: 519px;
}

.text-20{
    font-size: 20px;
}

.num-of-records{
    height: 38px;
    max-width: 80px;
    border-radius: 3px;
}

.mt-minus-20{
    margin-top: -20px;
}

.user-avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.wrapper-password{
    display: none;
}

#phone-code{
    border: 1px solid #e5e6e7;
    border-right: none;
}

.wrapper-contact{
    border: 1px solid #b2bec3;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.border-light{
    border: 1px solid #dfe6e9;
}

.border-danger{
    border: 1px solid #ff6b6b !important;
    border-right: none!important;
}

.password-border{
    border: 1px solid #ff6b6b !important;
    border-left: none!important;
}

.show-hide-password{
    border: 1px solid #e5e6e7;
    border-left: none;
}

.footable-row-detail-name{
    width: 180px !important;
}

.unselectable{
     background-color: #F5F5F6;
     cursor: not-allowed;
}

.text-normal{
    color: #212529;
    font-weight: normal;
    font-family: "Nunito", sans-serif
}

.default-contact{
    pointer-events: none!important;
}

.img-cover{
    object-fit: cover;
}

.img-square{
    width: 125px;
    height: 120px;
    object-fit: cover;
}
.img-360{
    width: 400px;
    height: 200px;
}
.promotion-image{
    display: inline-block;
    width: 375px;
    height: 181px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.pano-preview{
    height: 550px;
    background-color: transparent !important;
}
.panolens-canvas{
    width: 100% !important;
}
.product-box{
    cursor: pointer;
}
.product-name:hover{
    color: #1c84c6 !important;
}
.product-imitation{
    padding: 0;
}

#frame {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 120px;
    text-align: center;
    font-weight: bold;
    background: transparent;

}

#frame a {
    display: block;
    padding: 5px 15px;
    background-color: #0a568c;
    color: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
}
.border-concrete{
    border-color: #95a5a6;
}
.img-map{
    width: 100%;
    height: 100px;
}
.m-l-10{
    margin-left: -10px;
}
.m-l-15{
    margin-left: -15px;
}
.line-height-2{
    line-height: 2;
}
.modal-position{
    min-height: 300px;
    max-height: 450px;
    overflow: auto;
}
.tox-tinymce-aux{
    z-index: 9999 !important;
}
.inmodal .modal-dialog{
    position: absolute;
    margin: 0;
    padding: 0;
    right: 100px;
    height: 100%;
}
.inmodal .modal-dialog .modal-content{
    height: auto;
    height: 100%;
    width: 400px;
}
.inmodal .modal-dialog .modal-content .modal-body{
    height: auto;
    height: 100%;
}
.inmodal .modal-dialog .modal-content .modal-body .message{
    margin-bottom: 5px;
}
.inmodal .modal-header{
    padding: 15px;
}
.message-item{
    color: #636e72;
}
.message-item:hover{
    color: #636e72;
}
.notify-new-messages .message .message-content{
    color: #676a6c;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.notify-new-messages .message .author{
    color: #227093;
}
.close-notify{
    margin-bottom: 20px;
    position: relative;
    margin-top: -10px;
    margin-right: -10px;
    cursor: pointer;
}
.count-messages, .count-notify{
    width: 5px;
    height: 10px;
    padding: 2px 5px;
    position: absolute;
    right: 10px;
    top: 20px;
    background-color: red;
    border-radius: 50%;
}
.chat-avatar{
    border-radius: 50% !important;
    height: 45px;
    width: 45px;
    object-fit: cover;
}
.message-avatar{
    border-radius: 50%;
    object-fit: cover;
}
.message{
    border-radius: 10px;
}
.banner-wrapper{
    position: relative;
    text-align: center;
}
.requirement-banner{
    position: absolute;
    left: 20%;
    right: 20%;
    top: 40%;
}
.input-sm{
    height: 34px!important;
    min-width: 155px;
}
.input-xs{
    height: 34px!important;
    min-width: 70px;
    padding: 3px 6px;
}
.select2-container .select2-selection--single{
    height: 34px!important;
}
.select2-container--default{
    width: 100%!important;
}

.level-two-vi, .level-two-en, .level-two-ko, .level-two-zh, .level-two-ja{
    padding: 0px 15px 15px 15px;
}
.mr-25 {
    margin-right: 25px
}
.level-three-vi, .level-three-en, .level-three-ko, .level-three-zh, .level-three-ja{
    padding: 0px 40px 15px 40px;
}
.btn_remove{
    margin-right: 10px;
}
.level-attr{
    display: flex;
}
.flex{
    display: flex;
}
.w-full{
    width: 80%;
}
.w-150{
    width: 150px;
}
.mr-10{
    margin-right: 10px;
}
.w-224{
    width: 224px;
}
.w-80p{
    width: 80%;
}
.contact-card{
    border: 1px solid #e5e6e7;
    border-radius: 5px;
    padding: 15px;
}
.list-item-share{
    cursor: pointer;
    text-align: center;
}
.item-share{
    display:block; 
    margin-left: auto; 
    margin-right: auto; 
    object-fit: cover;
    width: 60%;
}
.zalo-share-button{
    width: 100%;
}
.zalo-share-button iframe{
    display: none;
}
.apexcharts-menu-icon{
    margin-top: -10px;
}
