html,
body {
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI,
        Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #474747;
    text-rendering: optimizeLegibility;
    background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

.image-pproduct {
    margin-right: 20px;
    float: left;
}

.page-header {
    vertical-align: middle;
    margin: 15px 0;
    padding: 0;
    border-bottom: none;
}

.page-header h1 {
    font-weight: 400;
    font-size: 30px;
    color: #848484;
    display: inline-block;
    margin-bottom: 15px;
}

.breadcrumb {
    display: inline-block;
    background: none;
    margin: 0;
    padding: 0 10px;
}

.breadcrumb li a {
    color: #999999;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}

.breadcrumb li:last-child a {
    color: #1e91cf;
}

.breadcrumb li a:hover {
    text-decoration: none;
}

.breadcrumb li + li:before {
    content: "/";
    font-family: FontAwesome;
    color: #bbbbbb;
    padding: 0 5px;
}

a:hover,
a:focus {
    text-decoration: none;
}

/* fix for bootstrap hidden and visible */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

#container {
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

#header {
    min-height: 0px;
    background: #ffffff;
    margin: 0;
    padding: 0;
    border: unset;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

#header .nav > li {
    float: left;
}

#header .nav > li li {
    min-width: 200px;
}

#header .navbar-header {
    min-height: 0px;
    padding: 0;
}

/* Mobile */
@media (max-width: 767px) {
    #header .navbar-header {
        margin-right: 0px;
        margin-left: 0px;
        float: left;
    }
}

#header #button-menu + .navbar-brand {
    padding: 10px 10px 10px 10px;
    margin-right: 10px;
    height: auto;
}

#header .nav > li > a {
    padding: 3px 16px;
    line-height: 38px;
    cursor: pointer;
    color: #6d6d6d;
    border-left: 1px solid #e1e1e1;
}

#header .nav > li > a > .label {
    text-shadow: none;
    padding: 1px 4px;
    position: absolute;
    top: 8px;
    left: 6px;
}

#button-menu {
    padding: 10px 17px 9px 17px;
    line-height: 25px;
    float: left;
    display: inline-block;
    cursor: pointer;
    color: #6d6d6d;
    border-right: 1px solid #e1e1e1;
}

#profile {
    display: none;
}

#column-left.active #profile {
    display: block;
    padding: 10px 15px 10px 15px;
    overflow: auto;
    border-bottom: 1px solid #585858;
}

#profile div {
    float: left;
    color: #c4c4c4;
}

#profile div i {
    font-size: 42px;
    color: #2ca5d3;
}

#profile div + div {
    margin-left: 15px;
}

#profile h4 {
    margin-top: 6px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

#column-left {
    width: 50px;
    height: 100%;
    background-color: #2e2e2e;
    position: fixed;
    top: 0px;
    padding-top: 50px;
    z-index: 10;
    transition: all 0.3s;
}

#column-left.active {
    width: 235px;
    display: block;
}

#content {
    padding-bottom: 40px;
    transition: all 0.3s;
}

#column-left + #content {
    margin-left: 50px;
}

#column-left + #content + #footer {
    margin-left: 50px;
}

/* Mobile */
@media (max-width: 767px) {
    #column-left {
        overflow: hidden;
        display: none;
    }

    #column-left + #content {
        margin-left: 0;
    }

    #column-left + #content + #footer {
        margin-left: 0;
    }
}

/* Menu */
#menu,
#menu ul,
#menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu > li {
    position: relative;
}

#menu li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    cursor: pointer;
}

#menu li a i {
    font-size: 16px;
}

#menu > li > a {
    color: #c4c4c4;
    font-size: 14px;
    padding-left: 21px;
    height: 40px;
    display: flex;
    align-items: center;
}

#menu > li > a:hover {
    background-color: #444444;
}

#menu > li > a > span {
    display: none;
    margin-left: 8px;
}

#menu li li a {
    color: #9d9d9d;
}

#menu li li a:hover {
    color: #ffffff;
    background-color: #444444;
}

/*#menu li li a:before {
    content: "\f105";
    font-size: 14px;
    font-family: FontAwesome;
    margin-left: 10px;
    margin-right: 10px;
    transition: margin ease 0.5s;
}*/

/*#menu li li a:hover:before {
}*/

/*#menu > li.active > a {
    color: #DDDDDD;
    background: #444444;
}*/

#menu li.active li a {
    color: #c4c4c4;
}

#menu li li.active > a:last-child {
    color: #ffffff;
}

#menu li li.active a:last-child:before {
    margin-left: 20px;
    margin-right: 10px;
}

#menu > li > ul {
    position: absolute;
    left: 50px;
    top: 0px;
    width: 210px;
    background-color: #2e2e2e;
    display: none;
}

#menu li ul {
    overflow: hidden;
}

#menu > li:hover > ul {
    visibility: visible;
}

#menu li li a.parent:after,
#column-left.active #menu > li.has-child a.parent:after {
    font-family: FontAwesome;
    content: "\f105";
    float: right;
    margin-right: 8px;
}

#menu li li.open > a.parent:after,
#column-left.active #menu > li.has-child.open a.parent:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    margin-right: 8px;
}

#menu li ul a {
    padding-left: 20px;
}

#menu li li ul a {
    padding-left: 40px;
}

#menu li li li ul a {
    padding-left: 60px;
}

#menu li li li li ul a {
    padding-left: 80px;
}

/*#menu > li#menu-system {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}*/
#menu > li#menu-chanel > ul {
    background-color: #515151;
}

#menu > li#menu-chanel {
    border-bottom: 1px solid #353535;
}

#menu > li#menu-chanel > a {
    text-transform: uppercase;
}

#menu > li#menu-chanel > a > i {
}

#menu > li#menu-chanel > a > span {
}

#menu li#menu-chanel > a.parent:after {
    content: "\f067" !important;
}

#menu > li#menu-chanel > ul {
    display: block !important;
}

/* Menu Active */
/* Desktop */
@media (min-width: 768px) {
    #column-left.active {
        overflow: auto;
    }

    #column-left.active + #content {
        margin-left: 235px;
    }

    #column-left.active + #content + #footer {
        margin-left: 235px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    #column-left.active + #content {
        position: relative;
        left: 235px;
    }

    #column-left.active + #content + #footer {
        position: relative;
        left: 235px;
    }
}

#column-left.active {
    width: 235px;
}

#column-left.active #menu li i {
    font-size: 14px;
}

#column-left.active #menu > li > a > span {
    display: inline;
    width: 100%;
}

#column-left.active #menu > li > ul {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
}

#column-left.active #menu > li > ul.collapse.in {
    display: block;
}

/* footer */
#footer {
    height: 100px;
    text-align: center;
}

/* Navs */
.nav > li.disabled > a {
    color: #999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999;
}

/* Tabs */
.nav-tabs > li > a {
    color: #666;
    border-radius: 2px 2px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs {
    margin-bottom: 25px;
}

#tabs_data_module li:first-child,
#language li:first-child {
    margin-left: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    font-weight: bold;
    color: #333;
}

.form-control:hover {
    border: 1px solid #b9b9b9;
    border-top-color: #a0a0a0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

div.required .control-label:not(span):before,
td.required:before {
    content: "* ";
    color: #f00;
    font-weight: bold;
}

.table thead td span[data-toggle="tooltip"]:after,
label.control-label span:after {
    font-family: FontAwesome;
    color: #1e91cf;
    content: "\f059";
    margin-left: 4px;
}

fieldset legend {
    padding-bottom: 5px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 2px 0 0;
}

.radio,
.checkbox {
    min-height: 18px;
}

input[type="checkbox"].form-control {
    width: 13px;
    height: 13px;
}
#form-filter .col-sm-3.control-label {
    padding: 0;
}
/*input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    width: 13px;
    width: 16px \0;
    height: 13px;
    height: 16px \0;
    -webkit-appearance: none;
    background: white;
    border: 1px solid #dcdcdc;
    border: 1px solid transparent \0;
    border-radius: 1px;
}

input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
    border-color: #4d90fe;
    outline: 0;
}

input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
    background-color: #ebebeb;
    border-color: #c6c6c6;
}

input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
    background: #fff;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    width: 15px;
    width: 18px \0;
    height: 15px;
    height: 18px \0;
    border-radius: 1em;
}

input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
    position: relative;
    top: 3px;
    left: 3px;
    display: block;
    width: 7px;
    height: 7px;
    content: '';
    background: #666;
    border-radius: 1em;
}

input[type="checkbox"]:hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {
    border-color: #c6c6c6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: none \9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: none \9;
}

input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
    position: absolute;
    top: -6px;
    left: -5px;
    display: block;
    content: url('../image/checkmark.png');
}*/

.table thead td {
    font-weight: bold;
}

.table thead > tr > td,
.table tbody > tr > td {
    vertical-align: middle;
}

.table a.asc:after {
    content: " \f107";
    font-family: FontAwesome;
    font-size: 14px;
}

.table a.desc:after {
    content: " \f106";
    font-family: FontAwesome;
    font-size: 14px;
}

.pagination {
    margin: 0;
}

.form-group {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.form-group + .form-group {
    border-top: 1px solid #ededed;
}

/* Panels */
.panel {
    border-radius: 0px;
}

.panel .panel-heading {
    position: relative;
}

.panel-heading h3 i {
    margin-right: 8px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.panel-heading i {
    font-size: 16px;
    font-weight: 500;
}

.panel-heading h3 {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

/* Primary Panel */
.panel-primary {
    border: 1px solid #c3e4f6;
    border-top: 2px solid #5cb7e7;
}

.panel-primary .panel-heading {
    color: #1e91cf;
    border-color: #96d0f0;
    background: white;
}

/* Default Panel */
.panel-default {
    border: 1px solid #e8e8e8;
    border-top: 2px solid #bfbfbf;
}

.panel-default .panel-heading {
    color: #595959;
    border-color: #e8e8e8;
    background: #fcfcfc;
}

.img-thumbnail i {
    color: #ffffff;
    background-color: #eeeeee;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    padding-top: 20px;
    vertical-align: middle;
    display: inline-block;
}

.img-thumbnail.list i {
    width: 40px;
    height: 40px;
    padding-top: 10px;
}

/* Tiles */
.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    background-color: #279fe0;
    color: #ffffff;
    transition: all 1s;
}

.tile:hover {
    opacity: 0.95;
}

.tile a {
    color: #ffffff;
}

.tile-heading {
    padding: 5px 8px;
    text-transform: uppercase;
    background-color: #1e91cf;
    color: #fff;
}

.tile .tile-heading .pull-right {
    transition: all 1s;
    opacity: 0.7;
}

.tile:hover .tile-heading .pull-right {
    opacity: 1;
}

.tile-body {
    padding: 15px;
    color: #ffffff;
    line-height: 48px;
}

.tile .tile-body i {
    font-size: 50px;
    opacity: 0.3;
    transition: all 1s;
}

.tile:hover .tile-body i {
    color: #ffffff;
    opacity: 1;
}

.tile .tile-body h2 {
    font-size: 42px;
}

.tile-footer {
    padding: 5px 8px;
    background-color: #3da9e3;
}

#column-left.active #stats {
    display: block;
}

#stats {
    display: none;
    border-radius: 2px;
    color: #666666;
    background: #2b2b2b;
    margin: 15px 20px;
    padding: 5px 0;
}

#stats ul,
#stats li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#stats li {
    font-size: 11px;
    color: #9d9d9d;
    padding: 5px 10px;
    border-bottom: 1px dotted #373737;
}

#stats div:first-child {
    margin-bottom: 4px;
}

#stats .progress {
    height: 3px;
    margin-bottom: 0;
}

.jqvmap-label {
    z-index: 999;
}

.alert {
    overflow: auto;
}

/* Menu Fix For System -> Layout -> Banner */
.collapse.in {
    display: block;
    visibility: unset;
}

.collapse {
    display: none;
    visibility: unset;
}

/* Menu Fix For System -> Layout -> Banner */

/* Fix form-group margin inside the modal */
.modal-body .form-group {
    margin: 0;
}

/* Fixed Sumernote Button Height */
.note-toolbar.panel-heading i {
    font-size: 14px;
}

/* Filemanager Folder Size */
#filemanager .fa-folder.fa-5x {
    font-size: 10.5em;
}

.ul-menu,
.ul-menu li,
.ul-menu ul {
    list-style: none;
}

.ul-menu li {
    border-bottom: 1px #dddddd solid;
    padding: 10px 0;
}

.editSelected td {
    background: #83c0f0;
    font-weight: bold;
}

.sk-spinner-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
}

.sk-spinner-pulse {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
    margin: auto auto;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.control-label-text-left {
    text-align: left !important;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.content-ship-info {
    padding: 10px;
}

.modal-header {
    background: #fafafa;
}

.body-form-send-shipping h4 {
    color: #19b6e4;
    font-size: 14px;
    font-weight: bold;
}

.table-cod-information {
    margin-bottom: 0;
}

.table-cod-information td {
    border: none !important;
}

.text_help_icon {
    padding: 10px;
    font-weight: bold;
}

.text_enabled {
    color: #01971c;
    font-weight: bold;
}

.scrollbox {
    height: 400px;
    overflow-y: scroll;
}

.tabs-left,
.tabs-right {
    border-bottom: none;
    margin-top: 40px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

.tabs-left > li,
.tabs-right > li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}

.vertical-text > li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}

.vertical-text > li > a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

.vertical-text > li.active > a,
.vertical-text > li.active > a:hover,
.vertical-text > li.active > a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.vertical-text.tabs-left {
    left: -50px;
}

.vertical-text.tabs-right {
    right: -50px;
}

.vertical-text.tabs-right > li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.vertical-text.tabs-left > li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.btn-remove {
    font-size: 20px;
    cursor: pointer;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    background: #f5f5f5;
}

.container-name-tab {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.admin-sub-title {
    text-transform: uppercase;
    color: #ff802b;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px dotted #000000;
    height: 30px;
}

#extension-list {
    color: #4b525d;
}

#extension-list h2 {
    margin-top: 54px;
    margin-bottom: 44px;
}

#extension-list section {
    border: 1px solid #ddd;
    cursor: pointer;
}

#extension-list section > div {
    position: relative;
}

#extension-list section > div + div {
    border-top: 1px solid #ddd;
    padding: 10px;
}

#extension-list section:hover {
    border: 1px solid #de6d29;
    box-shadow: 0px 0px 10px #de6d29;
}

#extension-list > .row {
    margin-top: 40px;
}

#extension-list > .row > * {
    margin-bottom: 30px;
}

#extension-list .extension-preview {
    min-height: 150px;
}

#extension-list .extension-preview .extension-description {
    position: absolute;
    background-color: rgba(36, 45, 55, 0.9);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    opacity: 0;
    height: 100%;
    width: 100%;
}

#extension-list .extension-preview .extension-description:hover {
    opacity: 1;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #extension-list .extension-preview {
        min-height: 123px;
    }

    #extension-list .extension-preview .extension-description {
        font-size: 12.5px;
        padding: 6px;
    }
}

#extension-list .extension-preview img {
    margin: 0 auto;
}

#extension-list .extension-name {
    min-height: 110px;
}

#extension-list .extension-name h4 {
    text-transform: uppercase;
    font-weight: bold;
}

#extension-list .extension-name p {
    margin-bottom: 0;
    font-weight: 600;
}

#extension-list .extension-name p:first-child {
    font-size: 17px;
}

#extension-list .extension-name p span {
    font-weight: 400;
}

#extension-list .extension-name + div > .row {
    margin-top: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #extension-list .extension-name + div > .row {
        font-size: 14px;
    }
}

#extension-list span {
    font-weight: 600;
}

.navbar-static-top {
    z-index: 100;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin-top: 10px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#column-left #menu li i.icon-page {
    width: 16px;
    height: 14px;
    /*background-image: url('../image/page-icon.svg');*/
    background-repeat: no-repeat;
}

.img-thumbnail {
    width: 100px;
    height: 100px;
}

img.img-thumbnail {
    max-width: 100px;
}

.img-thumbnail img {
    max-width: 100%;
    max-height: 100%;
}

img#theme.img-thumbnail {
    width: auto;
    height: auto;
    max-width: 100%;
}

#module-service .nav-tabs {
    margin-bottom: 0;
}

/*************/
.template {
    background-image: url("../image/ico-mime-types.png");
    background-repeat: no-repeat;
    padding-left: 30px;
}

.directory {
    background-position: -10px -336px;
}

.file {
    background-position: -10px -129px;
}

.back {
    background-image: unset;
}

.back .fa.fa-undo {
    font-size: 13px;
    padding-right: 12px;
}

.zoom {
    position: absolute;
    right: 20px;
    top: 5px;
    background: #1e91cf;
    width: 40px;
    height: 30px;
    border-radius: 4px;
}

.zoom .fa.fa-search-plus,
.zoom .fa.fa-search-minus {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 20px;
    color: #fff;
}

#column-left.zoom-open {
    left: -300px !important;
}

#column-left.zoom-open + #content {
    margin-left: 0 !important;
}

/*************/
/***** update quản lý theme *****/
/**/
.CodeMirror {
    min-height: 500px;
    padding-bottom: 15px;
    font-size: 12px;
}

/**/
/* menu folder */
#path {
    z-index: 1;
    background: #fff;
    padding: 0;
    height: 100%;
    overflow: auto;
}

.menu-folder {
    padding: 0;
}

.menu-folder li {
    list-style-type: none;
}

.menu-folder > li.file {
    margin-bottom: 5px;
}

ul.menu-folder li {
    margin: 5px;
}

ul.menu-folder li ul {
    padding-left: 0;
    margin-left: -20px;
}

ul.menu-folder li a {
    white-space: nowrap;
}

.add-file {
    float: right;
}

.add-file img {
    width: 15px;
    height: 15px;
}

.sub-menu li .add-file {
    margin-right: -5px;
}

.sub-menu .sub-menu li .add-file {
    margin-right: -10px;
}

ul.menu-folder li .sub-menu {
    display: none;
}

ul.menu-folder li.is-collapse > .sub-menu {
    display: block;
}

/* end menu folder */
/* form add file */
.form-add-file {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: 100px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 420px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow-x: hidden;
    outline-color: transparent;
    position: absolute;
    background: #fff;
    z-index: 9999999;
    display: none;
    position: fixed;
}

.form-add-file.show {
    display: block;
}

.form-add-file form {
    padding: 20px;
    margin-bottom: 0;
    display: table;
    width: 100%;
}

.form-add-file label {
    width: 200px;
}

.form-add-file select {
    width: 70px;
    padding: 8px 5px;
}

.form-add-file .wrapper {
    display: flex;
    width: 100%;
}

.form-add-file .wrapper label {
    width: 100px;
    padding-top: 10px;
}

.form-add-file .wrapper input {
    width: 100%;
}

.form-add-file .error-name .alert {
    overflow: hidden;
    color: #c72f1d;
    margin: 0;
    text-align: center;
}

.form-add-file .button-submit {
    text-align: right;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
    padding: 64px;
    transition: opacity 500ms;
    margin: 0;
    display: none;
}

.bg.show {
    display: block;
}

/* end form add file */

/* begin custom choose img-thumbnail */
.img-thumbnail img {
    width: 100%;
    height: 100%;
}

/* begin custom choose img-thumbnail */

.subdued {
    margin: 0;
    text-align: right;
}

.google-preview .google-title {
    min-height: 21px;
    display: block;
    line-height: 21px;
    margin-bottom: 2px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-weight: 600;
    font-size: 13px;
    color: #1a0dab;
}

.google-preview .google-url {
    display: block;
    word-wrap: break-word;
    color: #006621;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 2px;
}

.google-preview .google-description {
    display: block;
    white-space: inherit;
    word-break: break-all;
    color: #545454;
    line-height: 18px;
    font-size: 13px;
    margin-top: 5px;
}

.navbar-brand > img {
    display: block;
    max-height: 24px;
}

#column-left.active #profile img {
    max-width: 40px;
}

.logo-wrapper img {
    max-height: 75px;
}

/* chosen search */
.chosen-container {
    max-width: 100%;
}

.chosen-container {
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
}

.chosen-container .chosen-drop {
    background: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 9999;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0;
}

.chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    line-height: 1.42857143;
    list-style: none;
    margin: 0;
    padding: 5px 6px;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    cursor: default;
    color: #999;
    font-weight: bold;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #428bca;
    background-image: none;
    color: white;
}

.chosen-container .chosen-results li.highlighted em {
    background: transparent;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #777777;
}

.chosen-container .chosen-results .no-results {
    background: #eeeeee;
    display: list-item;
}

.chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1;
}

.chosen-container .chosen-results-scroll span {
    display: inline-block;
    line-height: 1.42857143;
    text-indent: -5000px;
    width: 9px;
}

.chosen-container .chosen-results-scroll-down {
    bottom: 0;
}

.chosen-container .chosen-results-scroll-down span {
    background: url("../image/chosen-sprite.png") no-repeat -4px -3px;
}

.chosen-container .chosen-results-scroll-up span {
    background: url("../image/chosen-sprite.png") no-repeat -22px -3px;
}

.chosen-container-single .chosen-single {
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555555;
    display: block;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    padding: 0 0 0 13px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
    background: url("../image/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: right -11px;
}

.chosen-container-single
    .chosen-single.chosen-disabled
    .chosen-single
    abbr:hover {
    background-position: right 2px;
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
}

.chosen-container-single .chosen-single div b {
    background: url("../image/chosen-sprite.png") no-repeat 0 7px;
    display: block;
    height: 100%;
    width: 100%;
}

.chosen-container-single .chosen-default {
    color: #111111;
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000;
}

.chosen-container-single .chosen-search input[type="text"] {
    background: url("../image/chosen-sprite.png") no-repeat 100% -20px, #ffffff;
    border: 1px solid #cccccc;
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input {
    position: absolute;
    left: -9000px;
}

.chosen-container-active .chosen-single {
    border: 1px solid #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
        0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
        0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #ffffff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
        0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
        0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
        0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
        0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* custom */
.search-box ul li.active,
.search-box ul li.active:hover {
    border-bottom: 1px solid #fff;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chosen-container.chosen-container-single,
.chosen-results li {
    color: #111111;
}

.chosen-container-single .chosen-search,
.chosen-search-input:focus {
    border-radius: unset;
    border: none;
}

.chosen-search-input:focus {
    outline-style: solid;
    outline-width: 1px;
}

/* end custom */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        /*background-image: url("chosen-sprite@2x.png") !important;*/
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */
/* @group Single Chosen */

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../image/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("../image/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(20%, #3875d7),
        color-stop(90%, #2a62bc)
    );
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(1%, #eee),
        color-stop(15%, #fff)
    );
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(20%, #f4f4f4),
        color-stop(50%, #f0f0f0),
        color-stop(52%, #e8e8e8),
        to(#eee)
    );
    background-image: linear-gradient(
        #f4f4f4 20%,
        #f0f0f0 50%,
        #e8e8e8 52%,
        #eee 100%
    );
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../image/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi
    .chosen-choices
    li.search-choice
    .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(20%, #f4f4f4),
        color-stop(50%, #f0f0f0),
        color-stop(52%, #e8e8e8),
        to(#eee)
    );
    background-image: linear-gradient(
        #f4f4f4 20%,
        #f0f0f0 50%,
        #e8e8e8 52%,
        #eee 100%
    );
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi
    .chosen-choices
    li.search-choice-focus
    .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(20%, #eee),
        color-stop(80%, #fff)
    );
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("../image/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 144dpi),
    only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        /*background-image: url("chosen-sprite@2x.png") !important;*/
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* @end */
/* end chosen search */

/* toggle action */
.toggle-element {
    position: relative;
    height: 0;
    left: -100px;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.toggle-element.active {
    height: auto;
    left: 0;
    opacity: 1;
    height: auto;
    visibility: visible;
}

.popup-box__wrapper .form-group {
    padding-bottom: 0;
}

/* end toggle action */

.form-group .dropdown-menu {
    height: 200px;
    overflow-y: auto;
    width: 100%;
}

/* update edit urlseo */
.td-urlseo .input-group {
    width: calc(100% - 120px);
    float: left;
    padding-right: 10px;
}

.edit-urlseo {
    min-width: 100px;
    float: right;
}

.edit-urlseo:focus {
    outline: none !important;
}

@media (max-width: 480px) {
    .td-urlseo .input-group {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* end update edit urlseo */

/*************** Update admin **************/
:root {
    --main-color: #ff7800;
    --menu-bg: #515151;
    --menu-hover: #444444;
    --btn-blue-bg: linear-gradient(180deg, #47a0f4 0%, #208bf0 100%);
    --btn-blue-hover: linear-gradient(180deg, #3d8cd5 0%, #1d7bd3 100%);
    --btn-gray-bg: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
    --btn-gray-hover: linear-gradient(180deg, #ededed 0%, #e1e1e1 100%);
    --btn-white-bg: #fff;
    --btn-white-hover: linear-gradient(180deg, #edf7ff 0%, #deefff 100%);
    --border-color: #d5d5d5;
}

.btn.btn-icon {
    font-size: 13px;
}

.btn-icon + .btn-icon {
    margin-left: 10px;
}

.btn-danger {
    background: #e11d48;
    border-color: #e11d48;
}

.flex {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.flex.align-center {
    align-items: center;
}

.form-group label {
    font-weight: 600;
    font-size: 13px;
    color: #474747;
    margin-bottom: 8px;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

/* text ellipsis */
.text-ellipsis {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 35px;
    display: -webkit-box !important;
}

.text-ellipsis.ellipsis-1 {
    -webkit-line-clamp: 1;
    min-height: unset;
}

.text-ellipsis.ellipsis-3 {
    -webkit-line-clamp: 3;
}

.text-ellipsis.ellipsis-4 {
    -webkit-line-clamp: 4;
}

.text-ellipsis.ellipsis-5 {
    -webkit-line-clamp: 5;
}

/* button */
#btn__action .btn {
    min-width: 100px;
    padding: 8px 30px;
    font-size: 13px;
    font-weight: 600;
}

#btn__action .btn + .btn {
    margin-left: 9px;
}

.btn:focus {
    outline: none !important;
}

.btn-install,
.btn-uninstall,
.btn-edit {
    background: var(--btn-gray-bg);
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px;
    min-width: 96px;
    display: inline-block;
    text-align: center;
    color: #474747;
}

.btn-edit {
    background: var(--btn-blue-bg);
    color: #fff;
}

.btn-edit:hover,
.btn-install:hover,
.btn-uninstall:hover {
    text-decoration: underline;
}

.btn-edit:hover {
    color: #fff;
}

.btn-action-blue {
    background: var(--btn-blue-bg) !important;
    border-color: var(--btn-blue-bg) !important;
    color: #fff !important;
}

.btn-action-blue:hover,
.btn-action-blue:focus {
    background: var(--btn-blue-hover) !important;
}

.btn-action-white {
    background: var(--btn-white-bg) !important;
    border: 1px solid #3b9af3 !important;
    border-color: #3b9af3 !important;
    color: #3b9af3 !important;
}

.btn-action-white:hover {
    background: var(--btn-white-hover) !important;
}

.btn-action-gray {
    background: var(--btn-gray-bg) !important;
    color: #474747 !important;
    border-color: #e2e2e2 !important;
}

.btn-action-gray:hover,
.btn-action-gray:focus {
    background: var(--btn-gray-hover) !important;
}

.btn-small {
    min-width: 50px;
}

.btn-medium {
    min-width: 100px;
}

.btn-large {
    min-width: 120px;
}

.btn-big-large {
    min-width: 150px;
}

/* button with icon */
.btn-icon {
    padding: 8px 12px !important;
    min-width: 34px !important;
}

.btn-icon > i {
    font-size: 14px;
    position: relative;
    top: 1px;
}

.btn-icon__text {
    padding-left: 5px;
}

/* end button with icon */

/* end button */

a.btn-default {
    margin-left: 8px;
}

.headline {
    position: relative;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

/* menu */
#menu > li.open {
    position: relative;
}

#menu > li.open:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 39px;
    background: var(--main-color);
    left: 0;
    top: 0;
}

#menu > li.open > a {
    background: #444444;
    color: #fff;
}

#column-left.active #menu > li > ul {
    padding-left: 40px;
}

#column-left.active #menu > li > ul a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#column-left.active #menu > li > ul a:hover {
    background: unset;
    color: #fff;
}

#menu {
    overflow-x: hidden;
    overflow-y: auto;
    height: 483px;
}

#menu::-webkit-scrollbar-track {
    background-color: #515151;
}

#menu::-webkit-scrollbar {
    width: 8px;
    background-color: red;
    border-radius: 0;
}

#menu::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #444444;
}

#menu-tool {
    border-top: 1px solid #585858;
}

#menu-tool span,
#menu-tool .fa {
    color: var(--main-color);
    font-weight: 600;
}

#footer {
    background-color: #f8f8f8;
}

#content {
    position: relative;
    min-height: 100vh;
}

.page-header h1 {
    color: #474747;
    font-weight: 600;
}

.white-bg {
    background: #ffffff;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px;
}

.gray-bg {
    background: #f2f2f2;
    border-radius: 6px;
}

#header.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

#content .page-header {
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

#column-left.active {
    overflow: hidden !important;
    width: 235px;
}

@media (min-width: 991px) {
    #column-left.active {
        position: fixed;
    }
}

#menu li svg path {
    fill: #8a8a8a;
    fill-opacity: 1;
}

#menu li:hover svg path,
#menu li.open svg path {
    fill: #fff;
}

#menu li:hover span {
    color: #fff;
}

#menu li.has-child:after {
    position: absolute;
    top: 12px;
    right: 15px;
    margin: 0 !important;
    color: #8a8a8a;
}

#menu li.has-child.open:after,
#menu li.has-child:hover:after {
    color: #fff;
}

#column-left.active #menu > li {
    width: 235px;
}

#menu li#menu-tool svg path {
    fill: var(--main-color);
}

#menu li#menu-tool:hover span {
    color: var(--main-color);
}

#column-left:not(.active) #menu li a {
    display: block;
    padding: 10px;
}

#column-left:not(.active) #menu li:hover ul {
    visibility: visible;
    background-color: #444444;
}

#column-left:not(.active) #menu {
    overflow: unset;
}

#column-left:not(.active) #menu li ul li:hover a {
    background: #515151;
}

#header .navbar-brand {
    height: auto;
    padding: 0;
    padding: 10px 10px 10px 10px;
}

#header .navbar-header {
    /*padding-left: 20px;*/
    height: 44px;
    display: flex;
    align-items: center;
}

/* end menu */

/* attribute */
.group_attr_btn {
    margin-right: 5px;
    text-decoration: underline;
}

.group_attr_btn:hover {
    text-decoration: underline;
}

/* end attribute */

/* setting */
.setting-icon {
    float: left;
    clear: both;
    padding: 10px;
    display: flex;
    align-items: center;
}

.setting-text {
    margin-left: 70px;
}

.general-setting__item {
    margin-top: 40px;
}

#general-setting
    .general-setting__list
    .row
    > div:nth-child(1)
    .general-setting__item,
#general-setting
    .general-setting__list
    .row
    > div:nth-child(2)
    .general-setting__item,
#general-setting
    .general-setting__list
    .row
    > div:nth-child(3)
    .general-setting__item {
    margin-top: 0;
}

.setting-text__title {
    color: #474747;
    font-weight: 600;
    font-size: 13px;
}

.setting-text__desc {
    color: #8e8e8e;
}

.general-setting__item:hover .setting-text__title,
.general-setting__item:hover .setting-text__desc {
    text-decoration: underline;
}

/* end setting */
@media (max-width: 767px) {
    #menu-tool {
        position: unset !important;
    }

    #header {
        position: relative;
    }

    #content .page-header {
        padding-top: 0;
    }

    #header ul li:nth-child(3) .dropdown-header.visible-xs {
        display: none !important;
    }

    /* layout */
    #builder #form-layout {
        padding: 10px;
    }

    #builder #form-layout .edit-module .row-flush {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    #builder #form-layout .edit-module .row-flush .module-row__icon {
        width: 40px;
    }

    #builder #form-layout .edit-module .row-flush .module-row__icon svg {
        transform: translateY(12px);
    }

    #builder #form-layout .edit-module .row-flush .col-md-11 {
        width: calc(100% - 40px);
    }

    /* end layout */
}

/* layout */
.layouts-head .choose-layouts__select {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 30px;
}

.layouts-head .choose-layouts__select select {
    margin-left: 15px;
    max-width: 150px;
    height: 35px;
    font-size: 13px;
}

.layouts-head .choose-layouts__select select option {
    font-size: 13px;
}

#builder #module-list {
    margin: 0;
    padding: 0;
}

#builder #module-list .media-heading {
    font-size: 16px;
    font-weight: 600;
    color: #474747;
    border-bottom: none;
    margin-bottom: 15px;
    padding: 0;
}

#builder .list-group .module-wrapper {
    margin: 0 0 10px 0;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

#builder .list-group .module-wrapper a {
    font-size: 13px;
}

#builder .list-group .module-wrapper .fa-edit,
#builder .list-group .module-wrapper .fa-plus-circle {
    font-size: 18px;
    transform: translateY(2px);
    color: #1e91cf;
}

@media (min-width: 991px) {
    #builder > div:nth-child(1) {
        width: 70%;
        padding-right: 0;
    }

    #builder > div:nth-child(2) {
        width: 30%;
    }

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

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

#builder #form-layout {
    padding: 30px 25px;
}

#builder #form-layout .area-heading {
    font-size: 14px;
    font-weight: 600;
    color: #1e91cf;
    background: unset;
    border: none;
    position: unset;
    margin-bottom: 15px;
    padding: 0;
    text-transform: uppercase;
}

#builder #form-layout .edit-container {
    border: none;
    min-height: 44px;
    padding: 0;
}

#builder #form-layout .form-layout__item {
    background: unset;
    border: 1px dashed #1e91cf;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 35px;
}

#builder #form-layout .module {
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    margin-top: 10px;
}

#builder #form-layout .module:nth-child(1) {
    margin-top: 0;
}

#builder .builder-grid .edit-container {
    background: unset;
}

#builder #form-layout .edit-module {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom: none;
    box-shadow: unset;
    margin-left: 0;
    margin-right: 0;
}

#builder .module-row__icon {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#builder .edit-module button {
    background: unset;
    border: none;
}

#builder .edit-module .edit {
    font-size: 13px;
}

#builder #form-layout .layout-column .form-layout__item {
    padding: 20px 5px;
}

#builder #form-layout .layout-column .form-layout__item .module-row__icon {
    width: 20px;
}

#builder #form-layout .layout-column .panel-body {
    background: #fff;
    border-radius: 6px;
    position: relative;
    padding: 15px 30px 15px 10px;
}

#builder #form-layout .layout-column button {
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

#builder #form-layout .layout-column .area-heading {
    padding-left: 15px;
}

#builder .edit-module button {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}

#builder .content_top .panel-body .edit {
    padding-right: 20px;
}

#builder .content_top button {
    right: 0;
}

.select-layout {
    width: 600px;
    padding: 20px 20px 30px 20px;
}

.select-layout .select-layout__title {
    color: #474747;
    font-weight: bold;
}

.select-layout .select-layout__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.select-layout .select-layout__action .btn {
    min-width: 100px;
}

.select-layout .checkbox {
    margin-bottom: 0 !important;
}

.select-layout .checkbox input {
    position: absolute;
}

.select-layout .select-layout__bottom {
    margin-top: 20px;
}

/* preview module */
#builder #form-layout .row-table {
    margin: 0 !important;
}

#preview-module #header {
    display: none;
}

#preview-module #content .page-header {
    padding-top: 20px;
}

#preview-module {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    width: auto;
    min-height: 100vh;
    overflow-y: auto;
    transition: all 0.5s;
    transform: translateX(100%);
    box-shadow: -9px 0px 15px rgba(0, 0, 0, 0.1);
}

#preview-module.show {
    transform: translateX(0);
    overflow: auto;
    max-height: 100vh;
}

#preview-module #column-left {
    display: none;
}

#preview-module #content {
    margin-left: 0 !important;
}

.preview-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    z-index: 999;
    display: none;
}

.preview-bg.show {
    display: block;
}

#preview-module #footer {
    display: none;
}

#button-to-vb {
    position: absolute;
    top: 0;
    right: 0;
}

#modal-image {
    z-index: 9999;
}

#modal-image iframe {
    transform: translateX(100px);
}

/* end preview module */
.preview-content .progress-zozo {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    border-radius: 0;
}

.progress-zozo .progress-bar {
    background: #ff7800 !important;
}

.page-header {
    position: relative;
}

#header .progress-zozo {
    position: absolute;
    bottom: -3px;
    right: 0;
    width: calc(100% - 235px);
    height: 3px;
    border-radius: 0;
}

@media (max-width: 767px) {
    #builder .module-row__icon {
        width: 53px;
    }
}

@media (max-width: 1024px) {
    #builder #form-layout .row-table {
        table-layout: unset;
    }
}

/* end layout */

/* extension chanel */
#extension .extension-item__img {
    margin-right: 25px;
}

#extension .extension-item__img img {
    max-width: 84px;
}

#extension .extension-item {
    padding: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

#extension .extension-item:last-child {
    margin-bottom: 0;
}

#extension .extension-item__left {
    float: left;
}

#extension .extension-item__detail {
    display: flex;
    flex-wrap: wrap;
}

#extension .extension-item__content p:first-child {
    font-size: 16px;
}

#extension .extension-item__content p {
    color: #474747;
}

#extension .extension-item {
    min-height: 100px;
}

#extension .extension-item__content {
    max-width: 350px;
}

#extension .extension-item__action .btn-edit {
    margin-right: 10px;
}

/* end extension chanel */

/* extension install */
#button-to-vb {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 220px;
}

#extension .admin-sub-title,
#extension .admin-sub-des {
    text-align: left;
    color: #474747;
}

#extension .admin-sub-title {
    margin-top: 0;
    text-transform: unset;
    font-size: 16px;
}

#extension .well {
    background: #fff;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px;
}

#extension .action_button {
    position: unset;
    padding: 0;
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    text-align: right;
    flex-wrap: wrap;
    border-top: none;
}

#extension .module_group .action_button {
    display: flex;
}

#extension .action_button a {
    margin-right: 15px;
}

#extension .extension_list .module_group .well .not_installed_cover {
    display: none;
}

.extension_list .module_group .action_button {
    border-top: none;
}

#extension .module-uninstall {
    margin-top: 20px;
}

#extension .module-uninstall .btn {
    width: 100%;
}

#extension .action_button .btn {
    min-width: 150px;
}

#extension .action_button .btn:focus {
    outline: unset;
    color: #3b9af3;
}

@media (max-width: 767px) {
    #extension .action_button a,
    #extension .action_button button {
        margin-bottom: 10px;
    }
}

/* end extension install */

/* module service */
#module-service ul#sortable li {
    position: relative;
}

#module-service ul#sortable li .btn-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

#module-service ul#sortable li:hover .btn-remove {
    display: block;
}

#module-service ul#sortable li a {
    padding: 10px 40px 10px 10px;
}

#module-service ul li a {
    /*cursor: pointer;*/
    cursor: grab;
}

.form-group__use_sample_data {
    display: none;
}

.form-group__use_sample_data.active {
    display: block;
}

.nav__use_sample_data li {
    opacity: 0;
    /*-webkit-transform: perspective(400) rotate3d(1, 0, 0,*/
    /*-90deg);*/
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.nav__use_sample_data.active li {
    opacity: 1;
    pointer-events: auto;
    /*-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);*/
}

/* end module service */

.select-layout__uncheckall {
    margin-left: 10px;
    background: #fff !important;
}

.select-layout__save button {
    width: 100px;
}

.select-layout__save a:first-child {
    width: calc(100% - 114px);
    margin-right: 10px;
}

#selectlayout_modal .modal-dialog {
    margin: 50px auto;
}

/* product */
#language {
    /*padding: 12px 0;
    border-top: 1px solid #D5D5D5;*/
    border-bottom: 1px solid #d5d5d5;
}

#language img {
    width: 25px;
    height: 16px;
    margin-right: 5px;
}

#language .dropdown-toggle {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    padding: 8px 25px 8px 15px;
    display: flex;
    align-items: center;
}

.language__change--text {
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
    font-weight: 600;
}

.dropdown-toggle {
    position: relative;
}

#language .dropdown-toggle .fa-angle-down {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}

#content__product h2 {
    font-size: 20px;
    color: #595959;
    margin: 20px 0;
}

.content__title {
    font-weight: bold;
    font-size: 14px;
    color: #474747;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px;
}

#content__product .form-group label,
#content__category .form-group label,
.container-edit-product-option .form-group label {
    font-weight: 600;
    font-size: 13px;
    color: #474747;
    margin-bottom: 8px;
}

#content__product .white-bg,
#content__category .white-bg {
    padding: 20px;
    margin-bottom: 25px;
}

#content__product .form-group {
    border: none;
}

#content__product .form-group:last-child {
    padding-bottom: 0;
}

#content__product input[type="checkbox"] {
    position: absolute;
    -webkit-appearance: checkbox;
}

#content__product input[type="radio"] {
    position: absolute;
    -webkit-appearance: radio;
}

#content__product input[type="checkbox"]:checked:after {
    display: none;
}

.form-group__btn-add {
    position: relative;
}

.content__btn-add {
    position: absolute;
    top: 0;
    right: 0;
}

.form-group__position .content__btn-add {
    top: 20px;
    right: 20px;
}

.content__btn-add {
    font-weight: bold;
    font-size: 13px;
    color: #1585ef;
}

#content__product #btn__action {
    border-top: 1px solid #d5d5d5;
    padding-top: 30px;
}

#content__product #btn__action {
    text-align: right;
}

.checkbox__box {
    display: none;
    margin-top: 15px;
}

.checkbox label {
    font-weight: normal !important;
}

.checkbox__box__meta label {
    font-weight: 600 !important;
    padding: 0;
}

#content__product-stock .form-group > .checkbox {
    margin-bottom: 0;
}

.checkbox__advanced,
.checkbox__advanced__box {
    display: none;
}

.checkbox__advanced {
    margin-top: 15px;
}

.checkbox__advanced__box {
    margin-top: 15px;
}

#content__product-detail .checkbox,
#content__product-info .checkbox {
    margin-bottom: 0;
}

#content__product-info .checkbox__box {
    margin-top: 0;
}

#content__product-related #product-related,
#product-download {
    background: #fff;
}

.form-group > .checkbox {
    margin-bottom: 0;
}

/* image */
#content__product #thumb-image {
    width: 220px;
    height: 220px;
    border: 1px dashed #d5d5d5;
    text-align: center;
    margin-right: 10px;
}

#content__product #thumb-image span {
    display: block;
    color: #474747;
    margin-top: 10px;
}

#content__product #content__product-image {
    width: 100%;
    float: left;
}

#content__product .content__product-image--related #thumb-image {
    width: 100px;
    height: 100px;
    padding: 15px;
}

#content__product .content__product-image--related #thumb-image span {
    margin: 0;
}

.img-thumbnail {
    border: 1px dashed #d5d5d5;
}

#content__product-image {
    position: relative;
}

#content__product-image > button {
    position: absolute;
    top: 15px;
    right: 15px;
}

.product__related-item {
    position: relative;
    margin-right: 10px;
    margin-bottom: 20px;
}

.product__related-item > button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 8px;
}

.content__product-image--related {
    display: flex;
    flex-wrap: wrap;
}

#product__related-btn-add {
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px dashed #d5d5d5;
}

#product__related-btn-add:focus {
    outline: none;
}

#product__related-btn-add .fa-plus {
    color: #999;
    font-size: 30px;
}

#tab-attribute {
    margin-top: 30px;
}

.content__product-image--main {
    width: 220px;
    float: left;
}

#content__product-image #images {
    width: calc(100% - 220px);
    float: left;
    padding-left: 10px;
}

#content__product-image #images tbody {
    display: flex;
    flex-wrap: wrap;
}

.content__product-image--main {
    padding-right: 10px;
}

#images [id^="image-row"] {
    position: relative;
    margin-right: 10px;
    margin-bottom: 20px;
}

#images [id^="image-row"] button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 8px;
}

#images [id^="image-row"] .popover-content button {
    position: unset;
    padding: 8px 13px;
}

.popover-content {
    display: flex;
    padding: 5px !important;
}

#builder .popover-content {
    display: block;
}

.popover-content > button:nth-child(1) {
    margin-right: 5px;
}

#content__product-price {
    overflow: hidden;
}

/* end image */

@media (min-width: 1024px) {
    .no-padding {
        padding: 0;
    }

    .no-padding-top {
        padding-top: 0;
    }

    .no-padding-bottom {
        padding-bottom: 0;
    }

    .no-padding-left {
        padding-left: 0;
    }

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

    .pb-0 {
        padding-bottom: 0;
    }

    .pb-5 {
        padding-bottom: 5px;
    }

    .pb-10 {
        padding-bottom: 10px;
    }

    .pb-15 {
        padding-bottom: 15px;
    }

    .pt-0 {
        padding-top: 0;
    }

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

    .pt-10 {
        padding-top: 10px;
    }

    .pt-15 {
        padding-top: 15px;
    }

    .pl-0 {
        padding-left: 0;
    }

    .pl-5 {
        padding-left: 5px;
    }

    .pl-10 {
        padding-left: 10px;
    }

    .pl-15 {
        padding-left: 15px;
    }

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

    .pr-5 {
        padding-right: 5px;
    }

    .pr-10 {
        padding-right: 10px;
    }

    .pr-15 {
        padding-right: 15px;
    }

    .mt-0 {
        margin-top: 0;
    }
    .mb-0 {
        margin-bottom: 0;
    }
    .ml-0 {
        margin-left: 0;
    }
    .mr-0 {
        margin-right: 0;
    }

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

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

.border-bottom {
    border-bottom: 1px solid #d5d5d5 !important;
}

.content__product-image--related {
    float: left;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

/* url seo */
#content__product-urlseo .box__input-urlseo {
    overflow: hidden;
}

[class^="box_auto_redirect"] {
    margin-top: 10px;
}

[class^="box_auto_redirect"] .checkbox {
    margin: 0;
}

#content__product-urlseo .checkbox {
    margin-top: 15px;
}

.checkbox__box__meta {
    margin-bottom: 20px;
}

.checkbox__box__meta:last-child {
    margin-bottom: 0;
}

p.subdued {
    padding-top: 5px;
}

/* product option */
.product-variant-title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #474747;
}

.box-product-option:nth-child(1) {
    margin-bottom: 20px;
}

.product-variant-discription,
.product-variant-pair-title {
    font-size: 13px;
    line-height: 18px;
}

.product-option-button,
.gerenal-option-variant {
    background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13px;
}

[class^="title-product-option-value"] {
    margin-top: 10px;
}

.title-product-option-value button {
    background: #f2f2f2;
}

.edit-product-option-tab,
.edit-product-option-parent {
    background: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.edit-product-option-parent {
    margin-top: 0;
    overflow: hidden;
}

.edit-product-option-tab {
    overflow: hidden;
    margin: 0;
    margin-top: 30px;
}

.edit-product-options {
    background: white;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.tag-option-value {
    margin-right: 5px;
    margin-bottom: 5px;
}

.bootstrap-tagsinput {
    height: auto;
}

.bootstrap-tagsinput {
    width: 100%;
    padding: 5px;
}

.box-save-product-option {
    margin: 20px;
}

.bootstrap-tagsinput .tag {
    background: #1585ef;
    border-radius: 4px;
    padding: 2px 5px 5px 8px;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 3px;
}

.product-variant-pair,
.edit-product-variant-pair {
    margin-top: 30px;
}

.product-variant-pair-table th input[type="checkbox"],
.product-variant-pair-table td input[type="checkbox"] {
    position: unset !important;
    margin: 0;
    transform: translateY(2px);
}

.edit-product-variant-pair,
.product-variant-pair {
    overflow: hidden;
    overflow-x: auto;
}

.edit-product-variant-pair::-webkit-scrollbar-track,
.product-variant-pair::-webkit-scrollbar-track {
    background-color: #fff;
}

.edit-product-variant-pair::-webkit-scrollbar,
.product-variant-pair::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

.edit-product-variant-pair::-webkit-scrollbar-thumb,
.product-variant-pair::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #d5d5d5;
}

.edit-product-variant-pair .table > thead > tr > th,
.product-variant-pair .table > thead > tr > th {
    border-bottom: none;
}

.edit-product-variant-pair table {
    margin-bottom: 0;
}

.container-edit-product-option {
    margin-top: 30px;
}

.edit-product-option-parent .total-product-option {
    margin-bottom: 10px;
}

.edit-product-option-parent .parent-product-option {
    display: flex;
    align-items: center;
}

.edit-product-option-parent .parent-product-option svg {
    margin-right: 5px;
}

.edit-product-option-parent .parent-product-option span {
    font-size: 13px;
}

#exTab1 {
    margin-top: 20px;
}

#exTab1 ul li a {
    display: flex;
    align-items: center;
}

.edit-product-options {
    margin-bottom: 30px;
}

.edit-product-options:last-child {
    margin-bottom: 0;
}

.container-edit-product-option .form-group + .form-group {
    border: none;
}

.box-save-product-option {
    position: absolute;
    right: 20px;
    top: 0;
}

.edit-product-option-parent {
    display: flex;
}

.edit-product-option-parent > div {
    width: 100px;
}

.edit-product-option-parent div:last-child {
    width: calc(100% - 100px);
    padding-left: 15px;
}

#exTab1 ul li a div:last-child {
    padding-left: 15px;
}

.edit-body-product-options .modal,
.body-product-options .modal {
    text-align: center;
}

.body-product-options .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
}

.edit-body-product-options .modal-dialog,
.body-product-options .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.edit-body-product-options .modal-content {
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    .edit-body-product-options .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

/* end product option */

/* category */
#content__product-category .chosen-container,
#content__product-manufacture .chosen-container {
    width: 100% !important;
}

.multiple_select {
    min-height: 400px;
    height: 400px;
    width: 100%;
    overflow: hidden;
    -webkit-appearance: menulist;
    position: relative;
}

.multiple_select::before {
    display: block;
    margin-left: 5px;
    margin-bottom: 2px;
}

.multiple_select option {
    height: 18px;
    background-color: white;
}

.multiple_select_active option {
    display: block;
}

.multiple_select option::before {
    content: "\2610";
}

.multiple_select option:checked::before {
    content: "\2611";
}

.product__category__btn-action {
    margin-top: 20px;
}

#content__product-category .chosen-choices,
#content__product-manufacture .chosen-choices {
    position: relative;
    min-height: 35px;
    line-height: 35px;
    border-radius: 3px;
    padding-right: 20px;
}

#content__product-category .chosen-choices:before,
#content__product-manufacture .chosen-choices:before {
    content: "\f002";
    position: absolute;
    top: 10px;
    right: 3px;
    font: normal normal normal 14px/1 FontAwesome;
}

#content__product-category .search-choice-close,
#content__product-manufacture .search-choice-close {
    top: 7px;
}

#content__product-category .search-choice,
#content__product-manufacture .search-choice {
    margin: 6px 5px 3px 0;
    padding: 5px 20px 5px 5px;
    background: #1585ef;
    border-radius: 4px;
    color: #fff;
    border: none;
    box-shadow: none;
}

#content__product-category .search-choice-close,
#content__product-manufacture .search-choice-close {
    color: #fff;
    background: unset;
}

#content__product-category .search-choice-close:before,
#content__product-manufacture .search-choice-close:before {
    content: "\f00d";
    position: absolute;
    top: -2px;
    right: 0;
    font: normal normal normal 14px/1 FontAwesome;
}

#content__product-category .chosen-container-multi .chosen-choices,
#content__product-manufacture .chosen-container-multi .chosen-choices {
    border: 1px solid #ccc;
    background-image: unset;
}

.action-warehouse {
    margin-top: 20px;
    margin-bottom: 20px;
}

.action-warehouse input,
.action-warehouse input:focus,
.content-warehouse-action input,
.content-warehouse-action input:focus {
    text-align: right;
    box-shadow: none;
}

/* border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #4caf50; */

.total-quantity-all {
    border: 1px solid #d4d4d4;
    padding: 5px;
}

.warehouse-content {
    background: #e8f7ff;
    color: black;
    font-weight: 400;
}

/* Product category page */
.page-header__horizontal {
    height: 1px;
    margin-bottom: 25px;
    background: #d5d5d5;
}

.content-list .content-list__filter {
    padding: 20px;
}

.content-list .content-list__head h3 {
    margin-bottom: 12px;
}

.content-list .content-list__body .form-group {
    padding: 0;
}

.content-list #button-filter {
    margin-top: 25px;
}

.content-list__filter {
    display: flex;
    /*flex-wrap: wrap;*/
}

.content-list__filter > .row {
    flex: 0 0 90%;
    max-width: 90%;
}

.content-list__filter #button-filter {
    flex: 0 0 10%;
    max-width: 10%;
    margin-left: 30px;
}

.content-list .content-list__button {
    margin-top: 20px;
    margin-bottom: 12px;
}

.content-list .content-list__button .btn {
    min-width: 120px !important;
}

.wrapper-list .img-thumbnail {
    width: 40px;
    height: 40px;
}

.product-list__child-name {
    padding-left: 40px !important;
}

.wrapper-list input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.wrapper-list input[type="checkbox"]:checked:after {
    top: -3px;
}

.wrapper-list form thead td,
.wrapper-list form thead td a,
.wrapper-list .form thead td,
.wrapper-list .form thead td a {
    border: none;
    color: #fff;
}

.wrapper-list form tbody tr {
    background: #fff;
}

.wrapper-list form thead,
.wrapper-list .form thead {
    background: #515151;
}

.wrapper-list form thead .column-name,
.wrapper-list .form thead .column-name {
    height: 40px;
}

.wrapper-list .column-checkbox {
    width: 50px;
}

.wrapper-list .column-number {
    width: 70px;
}

.wrapper-list .column-image {
    width: 100px;
}

.wrapper-list .column-status {
    width: 100px;
}

.wrapper-list .column-button {
    width: 245px;
}

.wrapper-list .column-name {
    padding-left: 30px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    height: 57px;
    border: none;
    border-top: 1px solid #ddd;
}

.wrapper-list tbody tr:first-child td {
    border-top: none;
}

.break-list {
    height: 50px;
}

.form-category__icon--dot {
    display: inline-block;
    background: #3e9bf3;
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

/*.form-category__icon--dot{
  margin-left: 15px;
}*/
.form-category__icon--dot + .form-category__icon--dot {
    margin-left: 10px;
}

.form-category__icon--dot + .form-category__name {
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}

.wrapper-list .btn-icon {
    min-width: 96px !important;
}

.wrapper-list .btn-icon + .btn-icon {
    margin-left: 10px;
}

.pagination > .active > span {
    background: linear-gradient(180deg, #47a0f4 0%, #208bf0 100%);
    border-radius: 0 !important;
}

.pagination > li > a,
.pagination > li > span {
    color: #1585ef;
}

/*.form-category__name{
  display: flex;
  align-items: center;
}*/
.form-category__name .form-category__icon--dot:last-child {
    margin-right: 10px;
}

/* btn toggle */
:root {
    --toggle-btn-color: #1585ef;
}

.toggle.btn {
    width: 50px !important;
    height: 25px !important;
    min-width: unset !important;
    min-height: unset !important;
    background: var(--toggle-btn-color);
    border-color: var(--toggle-btn-color);
    border-radius: 100px;
}

.toggle.btn.off {
    background: #fff;
}

.toggle.btn label.toggle-off {
    color: #9c9c9c;
}

.toggle.btn .toggle-handle {
    border: 1px solid #fff;
}

.toggle.btn .toggle-handle:hover {
    background: #fff;
}

.toggle-on,
.toggle-off {
    top: -5px !important;
}

.toggle-on {
    left: -5px !important;
}

.toggle-off {
    right: -5px !important;
}

.toggle .toggle-handle {
    width: 14px !important;
    height: 14px !important;
    border-radius: 100px;
    padding: 0;
    top: 2px;
}

.toggle:not(.off) .toggle-handle {
    right: 11px;
}

.toggle.off .toggle-handle {
    left: 11px;
}

.toggle-group .btn-success {
    background: var(--toggle-btn-color);
}

.toggle .btn-success:hover {
    background: var(--toggle-btn-color);
}

.toggle.btn.off .toggle-handle.btn-default:hover,
.toggle.btn.off .toggle-handle.btn-default:focus {
    background-color: #9c9c9c !important;
    border-color: #9c9c9c !important;
}

.btn.toggle-off {
    background: #fff;
}

.toggle.btn.off {
    border-color: #9c9c9c;
}

.toggle .btn.btn-danger {
    color: #9c9c9c;
    background-color: #fff;
    border-color: #9c9c9c;
}

.toggle .btn.btn-success:active:focus {
    color: #fff;
    background-color: var(--toggle-btn-color);
    border-color: var(--toggle-btn-color);
}

.btn.toggle-off:hover {
    background: #fff;
}

.toggle.off .toggle-handle {
    background: #9c9c9c;
    border: 1px solid #9c9c9c;
}

/* end btn toggle */

/* Product category form page */
#tabs_data_module li:first-child,
#language li:first-child {
    margin-left: 0;
}

#content__category-number input[name="sort_order"] {
    max-width: 50px;
    margin: 0 0 0 auto;
}

#content__category input[type="checkbox"] {
    position: absolute !important;
}

#content__category .form-group + .form-group {
    border: none;
}

#content__category .edit-urlseo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    margin-right: 15px;
}

#content__category-status,
#content__category-image,
#content__category-view {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
}

#content__category-image {
    padding-bottom: 10px;
}

/* End Product category form page */

@media (min-width: 991px) {
    .content-list #button-filter {
        min-width: 96px !important;
    }
}

/* End Product category page */

/* product list page */
button[hidden="hidden"] {
    display: none;
}

.page-header .button-add {
    min-width: 120px !important;
}

.wrapper-action .wrapper-action__filter {
    display: inline-block;
    float: right;
}

.wrapper-action__filter + #filter {
    margin-top: 10px;
}

.wrapper-action__filter button {
    background: #fbfbfb;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    border-radius: 2px;
    min-width: 96px !important;
}

.dropdown-custom .dropdown-menu button,
.dropdown-custom .dropdown-menu a {
    background: #fff !important;
    border-color: #fff !important;
    width: 100%;
    text-align: left;
    padding: 10px;
}

.dropdown-custom .dropdown-menu li:hover button,
.dropdown-custom .dropdown-menu li:hover a {
    background: #ededed !important;
}

#filter #button-filter {
    background: #515151 !important;
}

#filter #button-filter:hover {
    opacity: 0.8;
}

.wrapper-action__filter button:hover {
    background: linear-gradient(180deg, #ededed 0%, #e1e1e1 100%);
}

.wrapper-action {
    position: relative;
    min-height: 40px;
}

.wrapper-action__table {
    display: inline-block;
    position: absolute;
    right: 0;
}

.wrapper-action__table .dropdown-menu {
    min-width: 450px;
    padding: 12px;
}

.wrapper-action__table .dropdown-menu .checkbox {
    margin-bottom: 0;
}

.wrapper-action__table .dropdown-menu li {
    width: 33.33333%;
    float: left;
    display: inline-block;
    padding-right: 10px;
    padding-left: 15px;
}

.wrapper-action__table .dropdown-menu li input[type="checkbox"] {
    position: absolute;
}

.wrapper-action__table .dropdown-menu label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.wrapper-action__table .checkbox input {
    width: 14px;
    height: 14px;
}

.wrapper-action__table button,
.wrapper-action__table button:hover,
.wrapper-action__table button:focus {
    background: #fff !important;
    box-shadow: unset;
}

.wrapper-action__table .btn {
    margin-right: 0 !important;
}

.content-product__list .column_name > div {
    display: flex;
    align-items: center;
    max-width: 500px;
}

.content-product__list .column_name > div > div {
    margin-left: 10px;
}

.content-product__list .column_name > div > div a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    font-size: 14px;
}

/* handle table scroll */
.sticky-col {
    /*position: -webkit-sticky;*/
    position: sticky;
    left: 0;
    z-index: 10;
}

.sticky-col:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.5px;
    height: 100%;
    z-index: 11;
    background: #d5d5d5;
    display: none;
}

.sticky-bg-white {
    background: #fff;
}

.sticky-bg-gray {
    background: #515151;
}

.column_status.sticky-col {
    left: 33px;
}

.column_name.sticky-col {
    left: 118px;
}

.column_name:before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(193, 193, 193, 0.52) -102.5%,
        rgba(196, 196, 196, 0) 100%
    );
    display: none;
}

.column_name-act {
    display: none;
}

.column_name-act a {
    font-size: 13px !important;
    color: #9c9c9c;
}

.column_name-act a:hover {
    color: #474747;
    font-weight: 600;
}

.sticky-col.sticky-bg-white:after,
.column_name.sticky-bg-white:before {
    display: block;
}

.wrapper-list form tbody tr:hover .column_name-act {
    display: block;
}

.wrapper-list form tbody tr:hover .column_name-text span {
    display: none !important;
}

.table-handle__scroll thead .column_name:before,
.table-handle__scroll thead .sticky-col:after {
    display: none;
}

.sticky-col.active:before,
.sticky-col.active:after {
    display: block;
}

.table-responsive.table-handle__scroll {
    overflow-x: auto;
    overflow-y: hidden;
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

/*.table-responsive.table-handle__scroll:hover{
  cursor: grab;
}*/
.table-responsive.table-handle__scroll::-webkit-scrollbar {
    display: none;
}

.table-responsive.table-handle__scroll {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* end handle table scroll */

.column-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.column-overflow-100 {
    max-width: 100px;
}

/* end product list page */

/* news detail page */
#content__news-seo .edit-urlseo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    min-width: unset;
}

#content__news-seo .content__url {
    position: relative;
    margin-top: 15px;
}

/* end news detail page */

/* comment page */
.content-list__comments .content-list__filter {
    display: block;
}

.content-list__comments .content-list__filter .row {
    max-width: unset;
}

.content-list__comments .content-list__filter .form-group {
    margin-bottom: 20px;
    border: none;
}

.content-list__comments .content-list__filter #button-filter {
    float: right;
    margin: 0;
}

/* end comment page */

/* dashboard */
.open > .dropdown-menu {
    display: block !important;
}
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.grid-container {
    display: grid;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}
.dashboard .white-bg {
    padding: 12px;
}
.dashboard-title {
    font-size: 13px;
}
.dashboard-bold {
    color: #474747;
    font-weight: 600;
}
.dashboard-normal {
    color: #9c9c9c;
}
.dashboard-btn {
    min-width: 145px !important;
}
.notify-box {
    position: relative;
    padding: 12px;
    background: #f6fbff;
    border: 1px solid #109cf1;
    box-sizing: border-box;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    margin-bottom: 12px;
}
.notify-box:last-child {
    margin-bottom: 0;
}
.notify-box__button {
    position: absolute;
    top: 12px;
    right: 12px;
}
.notify-box__content {
    padding: 0 170px 0 15px;
}
.notify-box__title {
    margin-bottom: 8px;
}
.notify-box__icon {
    display: inline-block;
    transform: translateY(-2px);
    padding-right: 5px;
    position: absolute;
    left: 6px;
}

/* statis */
.statis-box .page-header__horizontal {
    margin: 15px 0;
}
.statis-box__title {
    margin-bottom: 12px;
}
.statis-box__money {
    font-weight: 600;
    font-size: 26px;
}
.statis-box__currency {
    display: inline-block;
    font-size: 13px;
    text-decoration-line: underline;
    padding-left: 4px;
    transform: translateY(-3px);
}
.statis-percent__success {
    color: #38cb89;
}
.statis-percent__process {
    color: #1585ef;
}
.statis-percent__danger {
    color: #e11d48;
}
.statis-money {
    padding-right: 5px;
}
.statis-percent i {
    font-size: 10px;
    transform: translate(2px, -2px);
}
.statis-box__bottom .row {
    margin-bottom: 5px;
}
.statis-box__bottom .row:last-child {
    margin-bottom: 0;
}
@media (min-width: 991px) {
    #statis-box__wrapper .grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    #notify-box__info-packages .grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* */
.notify-box__list .notify-box__item + .notify-box__item {
    border-top: 1px solid #d5d5d5;
    padding: 15px 0;
}
.statis-box__title {
    position: relative;
}
.info-packages .notify-box__select {
    position: absolute;
    top: 12px;
    right: 12px;
    text-align: right;
}
.info-packages .notify-box__select ul {
    display: none;
}
.info-packages .white-bg {
    padding: 0;
}
.info-packages .statis-box__title {
    padding: 12px;
}
.info-packages .statis-box__title {
    border-bottom: 1px solid #d5d5d5;
}
.info-packages .notify-box__list {
    padding: 0 12px;
}
.notify-box__item.item-product img {
    width: 96px;
    height: auto;
}
.notify-box__order .notify-box__item span:nth-child(1) {
    display: inline-block;
    transform: translateY(-2px);
    min-width: 23px;
    text-align: center;
}
.notify-box__order .notify-box__item span:last-child {
    position: absolute;
    right: 12px;
    min-width: 10px;
    text-align: center;
}
.notify-box__order .notify-box__item + .notify-box__item {
    border-top: none;
    padding: 8px 0 0 0;
}
.notify-box__order .notify-box__item:last-child {
    padding-bottom: 12px;
}
.item-news__date,
.item-news__view {
    font-size: 11px;
    padding-right: 12px;
}
.item-news__view img {
    width: 14px;
}
.notify-box__news {
    margin-top: 12px;
}
.notify-box__news .notify-box__item {
    position: relative;
}
.notify-box__news .notify-box__item > a {
    position: absolute;
    right: 0;
    bottom: 12px;
    font-weight: 600;
}
#notify-box__handle-packages .notify-box__item {
    padding: 0;
    border-top: 0;
}
#notify-box__handle-packages .progress {
    border-radius: 100px;
    border: 1px solid #1585ef;
    background: #fff;
    height: 26px;
}
#notify-box__handle-packages .progress-bar {
    height: 18px;
    line-height: 1.425;
    border-radius: 100px;
    transform: translate(3px, 3px);
}
#notify-box__handle-packages .progress-bar.progress-bar-primary {
    border: 1px solid #1585ef;
    background: #1585ef;
}
#notify-box__handle-packages .progress-bar.progress-bar-danger {
    border: 1px solid #e11d48;
    background: #e11d48;
}
#notify-box__handle-packages .progress-danger {
    border: 1px solid #e11d48;
}
.notify-box__history-item {
    margin-top: 10px;
}
.notify-box__history-item:first-child {
    margin-top: 0;
}
.notify-box__history-list a[data-toggle="collapse"] i {
    transform: translateY(2px);
}
[id^="notify-box__history-content"] {
    margin-top: 4px;
}
[id^="notify-box__history-content"] ul {
    padding-left: 20px;
}
[id^="notify-box__history-content"] ul li {
    padding-left: 4px;
}
.notify-box__history-list .panel-default,
.notify-box__history-list .panel-heading {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.notify-box__history-list {
    min-height: 598px;
    max-height: 598px;
    overflow: auto;
}
.notify-box__history-list::-webkit-scrollbar-track {
    background-color: transparent;
}

.notify-box__history-list::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
    border-radius: 0;
}

.notify-box__history-list::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, #47a0f4 0%, #208bf0 100%);
}
ul.activity_data li p span {
    min-height: unset !important;
}
ul.activity_data li p span:first-child {
    flex: 0 0 50%;
    max-width: 50%;
}
ul.activity_data li p span:last-child {
    flex: 0 0 50%;
    max-width: 50%;
}
@media (max-width: 767px) {
    .notify-box__content {
        padding: 0 0 35px 15px;
    }
    .notify-box__button {
        bottom: 12px;
        top: unset;
    }
    .notify-box__news {
        margin-bottom: 12px;
    }
    .chart_by_time {
        margin: 12px 0;
    }
    .chart_by_social,
    .process-bar-wrapper {
        margin-bottom: 12px;
    }
    .notify-box__order .notify-box__item span:last-child {
        right: 25px;
    }
    .notify-box__news .notify-box__item > a {
        bottom: 0;
    }
    .notify-box__news .notify-box__item {
        padding: 0 !important;
    }
    .notify-box__news .notify-box__item + .notify-box__item .item-news__name {
        padding-top: 10px;
    }
    .dashboard-title.dashboard-bold {
        margin-bottom: 0;
    }
}

/* end dashboard */

/*************** End Update admin **************/

/***************Start Update module Product Custom***********/
.form-group.control_product_by_category.control_product_special.control_product_category_custom.control_all.control_product_custom
    .row {
    display: flex;
    align-items: center;
}

.form-group.control_product_by_category.control_product_special.control_product_category_custom.control_all.control_product_custom
    .control-label {
    margin-bottom: 0;
}

.well--customize {
    background-color: transparent;
    border: none;
    padding: 0;
}

.container-custom {
    max-width: 1200px;
    margin: 0 auto;
}

#content__product-custom .white-bg {
    padding: 20px;
    margin-bottom: 25px;
}

/*#content__product-custom .form-group {
    padding-bottom: 24px;
    padding-top: 24px;
}*/

.form-group--customize {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 12px;
    border: 0 !important;
}

.form-group--customize .radio {
    margin-bottom: 0;
}

#content__product-custom .form-group--customize:last-child {
    margin-bottom: 24px;
}

#content__product-custom #content__product-info .form-group:first-child {
    padding-top: 0;
}

#content__product-custom .control_all {
    border-top: 0;
    /*padding-top: 0;*/
    /*padding-bottom: 24px;*/
}

.row.align-items-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.row.align-items-center .control-label {
    margin-bottom: 0 !important;
}

.row.align-items-center .switch {
    margin: 0 !important;
}

.form-group + .form-group {
    border-top: 1px solid #ededed;
}

#content__product-custom .input-group {
    display: flex;
}

#content__product-custom .input-group-addon {
    background-color: #f3f2f1;
    padding: 8px 12px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    height: 35px;
    line-height: 14px;
    display: table;
}

.background__group {
    display: flex;
    align-items: center;
}

.background__group__box__tab {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    margin-left: 30px;
}

.background__group__box__tab label {
    margin-bottom: 0;
    width: 110px;
}

.form-group__number__box {
    display: flex;
    justify-content: space-between;
}

.form-group__number-item {
    display: flex;
    align-items: center;
}

.form-group__number-item input {
    width: 50px;
    margin-left: 8px;
    height: 34px;
}

.form-group__number-item label {
    margin-bottom: 0;
}

.product-size__box,
.view-type__box {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.product-size__box__title {
    width: 50%;
    margin-bottom: 0 !important;
}

.product-size__box__input {
    width: 50%;
}

.product-size__box .input-group {
    max-width: 50%;
}

.control-label {
    margin-bottom: 8px;
}

.view-type__box {
    justify-content: space-between;
}

.view-type__box label {
    margin-bottom: 0;
}

.view-type__box__select {
    width: 50%;
}

.view-type__box .form-group__number-item {
    justify-content: flex-end;
    margin-right: 0;
}

#load-ajax-image img {
    max-width: 100% !important;
    max-height: 300px !important;
    display: block;
    margin: 0 auto;
}

.content_service-info,
.content_service-content,
.content__service-status {
    padding: 20px;
    margin-bottom: 25px;
}

.content_service-content .column-left {
    border-right: 1px solid #d5d5d5;
    padding-right: 0;
}

#module-service .nav-tabs {
    border-right: none;
    margin-top: 0;
}

#module-service #sortable li.active a {
    color: #3b9af3;
    background: #fff;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

#module-service #sortable li:first-child.active a {
    border-top: 0;
}

#module-service #sortable li:last-child.active a {
    border-bottom: 0 !important;
}

#sortable li:last-child a {
    margin-bottom: 20px;
}

#module-service .data-content .nav-tabs {
    margin-bottom: 10px;
}

#put-tab {
    display: none;
}

#content_service-content .tab-pane .form-group:first-child {
    padding-top: 0;
}

.view-type__box--customize {
    display: block;
}

.view-type__box--customize .view-type__box__select {
    width: 100%;
    margin-top: 8px;
}

@media (min-width: 991px) {
    #content_service-content .column-right {
        padding-left: 20px;
    }
}

.form-group__link {
    display: flex;
    align-items: center;
}

.form-group__link--button input {
    background: var(--btn-blue-bg);
    border: none;
    color: #fff;
    font-size: 13px;
}

.form-group__link--button input:hover {
    border: none;
}

.form-group__link--button input::placeholder {
    color: #ddd;
    font-size: 13px;
}

.form-group__link--href {
    width: 100%;
}

.form-group__link--icon {
    padding: 0 4px;
    line-height: 12px;
}

.icon__save,
.icon__cancel,
.icon__database {
    position: relative;
    margin-right: 25px;
    display: inline-block;
}

.icon__save:before {
    background-image: url(../image/icons/button/save.svg);
}

.icon__cancel:before {
    background-image: url(../image/icons/button/cancel.svg);
}

.btn-remove:before {
    background-image: url(../image/icons/button/cancel.svg);
}

.icon__database:before {
    background-image: url(../image/icons/button/database.svg);
    width: 12px !important;
}

.btn-remove:before {
    position: absolute;
    content: "";
    top: 2px;
    right: 0;
    width: 16px;
    height: 16px;
    background-size: cover;
}

[class^="icon__"]:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-size: cover;
}

select + .chosen-container {
    width: 100% !important;
}

/***************End Update module Product Custom*************/

/* update module news_custom */
#content__news-custom .white-bg {
    margin-bottom: 25px;
}

#content__news-custom .control_all .row {
    display: flex;
    align-items: center;
}

#content__news-custom .control_all .row > .control-label {
    margin-bottom: 0;
}
#content__news-custom .control_all {
    border-top: 0;
}
/* end update module news_custom */

/***************start product variant table Custom*************/
.product-variant-pair-table > thead > tr > th {
    vertical-align: top !important;
}

#content__product-warehouse .checkbox__box input[type="checkbox"] {
    margin: 0 !important;
}

/* #product-warehouse {
    border-collapse: separate;
    border-spacing: 0 10px;
} */

/* .data-warehouse {
    background: #fff;
    border: none;
    cursor: pointer;
} */
/*
.data-warehouse td {
    padding: 20px !important;
    border: none !important;
}

.data-warehouse-detail {
    padding-left: 20px !important;
} */

/* .box-product-option{
    margin-bottom:20px;
} */

.error {
    color: red !important;
}
.data-warehouse-detail .tab-pane {
    padding: 20px;
    margin: 20px;
    line-height: 40px;
}
.data-supplier {
    width: 100%;
    line-height: 30px;
    background: white;
    border: 1px solid #ccc;
}
.total-price-all,
.total-all {
    margin-right: 15px;
}
.data-warehouse-detail {
    padding: 0 !important;
}
[id^="collapse-supplier"] {
    padding: 0;
}
#menu #menu-warehouse svg path {
    /*fill: unset;*/
}
input[data-style-default="0"] {
    pointer-events: none;
    opacity: 0.4;
}
/***************End product variant table Custom*************/

/*************** Order detail page *****************/
.order-info__detail .status-completed,
.order-info__detail .status-paid {
    background: #38cb89;
}
.order-info__detail .status-pending,
.order-info__detail .status-unpaid,
.delivery-info .status-pending,
.delivery-info .status-none {
    background: #d5d5d5;
}
.order-info__detail .status-processing,
.delivery-info .status-picking,
.delivery-info .status-delivering,
.delivery-info .status-returning {
    background: #1585ef;
}
.order-info__detail .status-canceled,
.order-info__detail .status-failed,
.delivery-info .status-canceled {
    background: #e11d48;
}
.order-info__detail .status-refunded,
.delivery-info .status-returned {
    background: #b80101;
}
.order-info__detail .status-archived,
.delivery-info .status-received,
.delivery-info .status-delivered {
    background: #04af63;
}
.order-info__detail .status-overdue {
    background: #f98b26;
}
.search-product {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.search-product input,
.search-product input:hover,
.search-product input:focus {
    border: 0;
    box-shadow: none;
    padding: 8px 10px;
}
.search-product i.fa-search {
    opacity: 0.6;
}
.table-order-product .table > thead > tr > th {
    border-width: 1px;
}
.table-order-product .content-product-name {
    font-size: 13px;
    margin: 0;
}
.table-order-product .content-product-image {
    margin-right: 10px;
}
.link-primary {
    color: #1585ef;
    margin-bottom: 8px;
}
#btn__action.btn__action-bottom {
    border-top: 1px solid #d5d5d5;
    padding-top: 30px;
}
.form-order__info .order-status {
    margin-top: -2px;
    font-weight: normal;
    padding: 5px 10px;
}
.order-info__status {
    margin-bottom: 20px;
}
.order-info__status .order-status {
    margin-left: 15px;
}
.order-info__status .content__title {
    border: 0;
}
.order-info__payment-status {
    padding: 10px 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-info__payment-status .order-status {
    margin-top: 8px;
}
.form-order__info .table.carrier tbody tr td {
    padding: 10px 0;
    border: 0;
}
.form-order__info .table > tbody + tbody {
    border: 0;
}
.order-info__history h4 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
}
.timeline.timeline-custom {
    border-left: 2px solid #d4d4d4;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    list-style: none;
    text-align: left;
}
.timeline.timeline-custom li {
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
}
.timeline.timeline-custom li:after {
    background: #d6d6d6;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    content: "";
    top: 12px;
    left: -29px;
    position: absolute;
    display: block;
}
.timeline.timeline-custom li a {
    color: #474747;
}
.customer-account label {
    font-weight: normal;
}
.body-form-send-shipping .panel-default {
    border-width: 1px;
}
.order-detail--list-status-order-code h1 {
    font-size: 25px;
    font-weight: 600;
}
.order-detail--list-status-order-code h1 span {
    font-size: 13px;
    font-weight: normal;
    color: #777;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.delivery-note__info,
.delivery-note__customer {
    padding-bottom: 5px;
}
.delivery-note__info label,
.delivery-note__customer label {
    font-weight: normal;
}
.delivery-note__info .col-sm-6,
.delivery-note__customer .col-sm-6 {
    margin-bottom: 10px;
}
.form-delivery__note .order-detail--list-status-order-code {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.form-delivery__note h1 {
    margin: 0;
}
.form-delivery__note .order-status {
    max-height: 22px;
    margin-left: 10px;
    margin-top: 0;
}
@media (min-width: 768px) {
    #return-order-modal .modal-dialog,
    #cancel-order-modal .modal-dialog {
        width: 800px;
    }
}
/*************** End order detail page *****************/

body .modal {
    padding-right: 0 !important;
}
