html .topbar {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

html .enlarge-menu .topbar .topbar-left {
  background-color: transparent !important;
}

html .navbar-custom .topbar-nav li.show .nav-link {
  background-color: transparent;
}

html .left-sidenav .main-icon-menu {
  background-color: #2c303b;
  background-image: none !important;
}

html .left-sidenav,
html .main-menu-inner {
  background-color: #fff;
}

html .left-sidenav .main-icon-menu .nav-link.active:before {
  color: #fff;
}

html .card {
  background-color: #fff;
}

html .navbar-custom .nav-link {
  color: #777;
}

html .left-sidenav .main-icon-menu .nav-link > i {
  color: rgba(255, 255, 255, 0.5);
}

html .left-sidenav .main-icon-menu .nav-link.active > i {
  color: #fff;
}

html .menu-title {
  color: #444;
}

html .main-menu-inner .menu-body .nav-item .nav-link {
  color: #777;
}

html .main-menu-inner .menu-body .nav-item:hover .nav-link,
html .main-menu-inner .menu-body .nav-item:hover .nav-link i {
  color: #444;
}

html .main-menu-inner .menu-body .nav-item .nav-link.active,
html .main-menu-inner .menu-body .nav-item .nav-link.active i {
  color: #12b3dd;
}

html .main-menu-inner .menu-body .nav-item ul li > a {
  color: #777;
}

html .main-menu-inner .menu-body .nav-item ul li > a::before {
  border-color: #777;
}

html .main-menu-inner .menu-body .nav-item ul li > a:not(.active):hover {
  color: #444;
}

html .main-menu-inner .menu-body .nav-item ul li > a:not(.active):hover::before {
  border-color: #444;
}

html .main-menu-inner .menu-body .nav-item ul li > a.active {
  color: #12b3dd;
}

html .main-menu-inner .menu-body .nav-item ul li > a.active::before {
  background-color: #12b3dd;
}

html .custom-select,
html .form-control,
html .custom-file-input, html .custom-file-label {
  border-color: #dee2e6;
  background-color: #f8f8f8;
  color: #777;
}

html .custom-select:focus,
html .form-control:focus,
html .custom-file-input:focus, html .custom-file-label:focus {
  border-color: #e6e6e6;
  background-color: #f8f8f8;
  color: #777;
}

html .custom-select:disabled, html .custom-select:read-only,
html .form-control:disabled,
html .form-control:read-only,
html .custom-file-input:disabled,
html .custom-file-input:read-only, html .custom-file-label:disabled, html .custom-file-label:read-only {
  background-color: transparent;
}

html .custom-select::placeholder,
html .form-control::placeholder,
html .custom-file-input::placeholder, html .custom-file-label::placeholder {
  color: rgba(119, 119, 119, 0.6);
}

html .file-box-content .file-box {
  background-color: transparent !important;
  border-color: #dee2e6 !important;
}

html .checkbox label {
  color: #777;
}

html .checkbox label::before {
  border: 1px solid gainsboro;
  background-color: #fff;
}

html .checkbox input[type="checkbox"]:checked + label::before {
  border-color: #12b3dd;
}

html .checkbox input[type="checkbox"]:checked + label::after {
  border-color: #12b3dd !important;
}

html .btn-primary.active,
html .btn-primary.focus,
html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:hover,
html .open > .dropdown-toggle.btn-primary,
html .show > .btn-outline-primary.dropdown-toggle,
html .btn-outline-primary:hover,
html .btn-primary.active,
html .btn-primary:not(:disabled):not(.disabled):active,
html .btn-primary:active,
html .show > .btn-primary.dropdown-toggle,
html .btn-primary.disabled,
html .btn-primary:disabled,
html .btn-outline-primary:not(:disabled):not(.disabled).active,
html .btn-outline-primary:not(:disabled):not(.disabled):active,
html .show > .btn-outline-primary.dropdown-toggle,
html .btn-primary:not(:disabled):not(.disabled).active,
html .btn-primary:not(:disabled):not(.disabled):active,
html .show > .btn-primary.dropdown-toggle,
html a.bg-primary:focus,
html a.bg-primary:hover,
html button.bg-primary:focus,
html button.bg-primary:hover {
  background-color: #8d7be9 !important;
  border-color: #8d7be9;
}

html .btn-outline-primary.active,
html .btn-outline-primary:active,
html .btn-outline-primary:not(:disabled):not(.disabled).active,
html .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #12b3dd !important;
  border-color: #12b3dd !important;
}

html .btn-primary {
  background-color: #12b3dd;
  border-color: #12b3dd;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

html .btn-primary:hover {
  background-color: #8d7be9 !important;
  border-color: #8d7be9;
}

html .btn-info {
  background-color: #adb5bd !important;
  border-color: #adb5bd !important;
  box-shadow: none !important;
}

html .btn-cancel {
  color: #777;
  box-shadow: none !important;
}

html .btn-cancel:hover {
  color: lightcoral;
}

html .btn-outline-primary,
html .table-rep-plugin .btn-default {
  border-color: #12b3dd;
  color: #12b3dd;
}

html .btn-outline-primary:hover,
html .table-rep-plugin .btn-default:hover {
  border-color: #8d7be9;
  background-color: transparent !important;
  color: #8d7be9;
}

html .table-rep-plugin .btn-default.btn-primary,
html .table-rep-plugin .btn-default.btn-primary:active,
html .table-rep-plugin .btn-default.btn-primary:hover,
html .table-rep-plugin .btn-default.btn-primary:focus {
  background-color: #8d7be9 !important;
  border-color: #8d7be9 !important;
  box-shadow: none !important;
}

html .table {
  color: #777;
}

html .table td {
  border-top-color: #e6e6e6;
}

html .table thead tr th {
  border-top-color: #12b3dd;
  color: #444 !important;
  border-bottom-color: #e6e6e6;
}

html .table thead tr th label {
  color: #444 !important;
}

html .table tbody tr:last-child td {
  border-bottom: 1px solid #12b3dd;
}

html .table a {
  color: #12b3dd;
}

html .table a:hover {
  color: #0e8dae;
}

html .table .text-danger {
  color: lightcoral;
}

html .sticky-table-header {
  background-color: #fff;
}

html .table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(248, 248, 248, 0.9);
}

html .table-bordered td, html .table-bordered th {
  border-color: #e6e6e6;
}

html .topbar .button-menu-mobile {
  background-image: linear-gradient(135deg, #8d7be9 0%, #52a1e2 50%, #20c2dc 100%) !important;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

html .topbar .button-menu-mobile .line::before,
html .topbar .button-menu-mobile .line > span, html .topbar .button-menu-mobile .line::after {
  background-color: #fff;
}

html .topbar .topbar-left {
  background-color: transparent;
}

html .topbar .navbar-custom {
  background-color: transparent;
}

html .footer {
  border-top-color: #e6e6e6;
  color: rgba(119, 119, 119, 0.8);
}

html .card {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

html .card-header {
  background-color: rgba(18, 179, 221, 0.1) !important;
  color: #12b3dd !important;
  border-bottom: 1px solid rgba(18, 179, 221, 0.3) !important;
}

html .is-bundle .card-header {
  background-color: #12b3dd !important;
  color: white !important;
}

html .is-bundle .card-header .btn {
  color: white !important;
  border-color: white !important;
}

html .card-footer {
  background-color: #fafafa;
}

html .card-inform-footer {
  background-image: linear-gradient(to right, #ddd 50%, transparent 51%);
}

html .page-title-box .page-title,
html .title-text, html .header-title,
html label,
html .custom-select {
  color: #444;
}

html .page-title::before {
  background-color: #b3c0d2;
}

html .panel-form-sm .form-group > label {
  color: #10a4ca;
}

html .panel-form-sm .form-group > label .custom-select {
  background-color: transparent;
  border: 1px solid #dee2e6;
  color: #10a4ca;
}

html .panel-form-sm .form-group > label .custom-select:hover {
  border-color: #12b3dd;
}

html .panel-form-sm .custom-control label {
  color: #777;
}

html .list-top .list-search {
  color: #777;
}

html .list-group {
  border-top: 1px solid #12b3dd;
}

html .list-group-item {
  border-top: 1px solid #e6e6e6;
  background-color: transparent;
}

html .list-group-item:hover {
  background-color: #f8f8f8;
}

html .list-group-item:last-child {
  border-bottom: 1px solid #12b3dd !important;
}

html .list-group .list-title {
  color: #444;
}

html .list-group .list-side .date {
  color: #777;
}

html .notice-desc-wrapper {
  border-top: 1px solid #12b3dd;
  border-bottom: 1px solid #e6e6e6;
}

html .notice-title {
  color: #444;
}

html .notice-date, html .notice-desc {
  color: #777;
}

html .table__weight-price thead {
  background-color: transparent;
}

html .dropdown-menu {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.15);
  color: #777;
}

html .dropdown-menu .dropdown-item {
  color: #777;
}

html .dropdown-menu .dropdown-item:hover,
html .dropdown-menu .dropdown-item.active,
html .dropdown-menu .dropdown-item:active {
  background-color: rgba(248, 248, 248, 0.9);
  color: #444;
}

html .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

html .breadcrumb a {
  color: #777;
  opacity: 0.7;
}

html .breadcrumb-item + .breadcrumb-item::before {
  color: #777;
  opacity: 0.6;
}

html .breadcrumb-item.active {
  color: #444;
  opacity: 1;
}

html .pagination-wrapper .pagination .page-item .page-link {
  border-color: #e6e6e6;
  background-color: transparent;
  color: #777;
}

html .pagination-wrapper .pagination .page-item .page-link:hover {
  box-shadow: none;
  border-color: rgba(141, 123, 233, 0.75);
  color: #8d7be9;
}

html .pagination-wrapper .pagination .page-item.active .page-link {
  border-color: rgba(18, 179, 221, 0.75);
  background-color: rgba(18, 179, 221, 0.1);
  color: #12b3dd;
}

html .text-muted {
  color: rgba(119, 119, 119, 0.8) !important;
}

html .text-primary {
  color: #12b3dd !important;
}

html .bg-primary {
  background-color: #12b3dd !important;
}

html body {
  background-color: #f8f8f8;
  color: #777;
}

html.is-dark .topbar {
  background-color: #343a40;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

html.is-dark .enlarge-menu .topbar .topbar-left {
  background-color: transparent !important;
}

html.is-dark .navbar-custom .topbar-nav li.show .nav-link {
  background-color: transparent;
}

html.is-dark .left-sidenav .main-icon-menu {
  background-color: #212529;
  background-image: none !important;
}

html.is-dark .left-sidenav,
html.is-dark .main-menu-inner {
  background-color: #343a40;
}

html.is-dark .left-sidenav .main-icon-menu .nav-link.active:before {
  color: #343a40;
}

html.is-dark .card {
  background-color: #343a40;
}

html.is-dark .navbar-custom .nav-link {
  color: #adb5bd;
}

html.is-dark .left-sidenav .main-icon-menu .nav-link > i {
  color: #868e96;
}

html.is-dark .left-sidenav .main-icon-menu .nav-link.active > i {
  color: #12b3dd;
}

html.is-dark .menu-title {
  color: #ced4da;
}

html.is-dark .main-menu-inner .menu-body .nav-item .nav-link {
  color: #adb5bd;
}

html.is-dark .main-menu-inner .menu-body .nav-item:hover .nav-link,
html.is-dark .main-menu-inner .menu-body .nav-item:hover .nav-link i {
  color: #ced4da;
}

html.is-dark .main-menu-inner .menu-body .nav-item .nav-link.active,
html.is-dark .main-menu-inner .menu-body .nav-item .nav-link.active i {
  color: #12b3dd;
}

html.is-dark .main-menu-inner .menu-body .nav-item ul li > a {
  color: #adb5bd;
}

html.is-dark .main-menu-inner .menu-body .nav-item ul li > a::before {
  border-color: #adb5bd;
}

html.is-dark .main-menu-inner .menu-body .nav-item ul li > a:not(.active):hover {
  color: #ced4da;
}

html.is-dark .main-menu-inner .menu-body .nav-item ul li > a:not(.active):hover::before {
  border-color: #ced4da;
}

html.is-dark .main-menu-inner .menu-body .nav-item ul li > a.active {
  color: #12b3dd;
}

html.is-dark .main-menu-inner .menu-body .nav-item ul li > a.active::before {
  background-color: #12b3dd;
}

html.is-dark .custom-select,
html.is-dark .form-control,
html.is-dark .custom-file-input, html.is-dark .custom-file-label {
  border-color: #868e96;
  background-color: #212529;
  color: #adb5bd;
}

html.is-dark .custom-select:focus,
html.is-dark .form-control:focus,
html.is-dark .custom-file-input:focus, html.is-dark .custom-file-label:focus {
  border-color: #495057;
  background-color: #212529;
  color: #adb5bd;
}

html.is-dark .custom-select:disabled, html.is-dark .custom-select:read-only,
html.is-dark .form-control:disabled,
html.is-dark .form-control:read-only,
html.is-dark .custom-file-input:disabled,
html.is-dark .custom-file-input:read-only, html.is-dark .custom-file-label:disabled, html.is-dark .custom-file-label:read-only {
  background-color: transparent;
}

html.is-dark .custom-select::placeholder,
html.is-dark .form-control::placeholder,
html.is-dark .custom-file-input::placeholder, html.is-dark .custom-file-label::placeholder {
  color: rgba(173, 181, 189, 0.6);
}

html.is-dark .file-box-content .file-box {
  background-color: transparent !important;
  border-color: #868e96 !important;
}

html.is-dark .checkbox label {
  color: #adb5bd;
}

html.is-dark .checkbox label::before {
  border: 1px solid #40464c;
  background-color: #212529;
}

html.is-dark .checkbox input[type="checkbox"]:checked + label::before {
  border-color: #12b3dd;
}

html.is-dark .checkbox input[type="checkbox"]:checked + label::after {
  border-color: #12b3dd !important;
}

html.is-dark .btn-primary.active,
html.is-dark .btn-primary.focus,
html.is-dark .btn-primary:active,
html.is-dark .btn-primary:focus,
html.is-dark .btn-primary:hover,
html.is-dark .open > .dropdown-toggle.btn-primary,
html.is-dark .show > .btn-outline-primary.dropdown-toggle,
html.is-dark .btn-outline-primary:hover,
html.is-dark .btn-primary.active,
html.is-dark .btn-primary:not(:disabled):not(.disabled):active,
html.is-dark .btn-primary:active,
html.is-dark .show > .btn-primary.dropdown-toggle,
html.is-dark .btn-primary.disabled,
html.is-dark .btn-primary:disabled,
html.is-dark .btn-outline-primary:not(:disabled):not(.disabled).active,
html.is-dark .btn-outline-primary:not(:disabled):not(.disabled):active,
html.is-dark .show > .btn-outline-primary.dropdown-toggle,
html.is-dark .btn-primary:not(:disabled):not(.disabled).active,
html.is-dark .btn-primary:not(:disabled):not(.disabled):active,
html.is-dark .show > .btn-primary.dropdown-toggle,
html.is-dark a.bg-primary:focus,
html.is-dark a.bg-primary:hover,
html.is-dark button.bg-primary:focus,
html.is-dark button.bg-primary:hover {
  background-color: #8d7be9 !important;
  border-color: #8d7be9;
}

html.is-dark .btn-outline-primary.active,
html.is-dark .btn-outline-primary:active,
html.is-dark .btn-outline-primary:not(:disabled):not(.disabled).active,
html.is-dark .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #12b3dd !important;
  border-color: #12b3dd !important;
}

html.is-dark .btn-primary {
  background-color: #12b3dd;
  border-color: #12b3dd;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

html.is-dark .btn-primary:hover {
  background-color: #8d7be9 !important;
  border-color: #8d7be9;
}

html.is-dark .btn-info {
  background-color: #adb5bd !important;
  border-color: #adb5bd !important;
  box-shadow: none !important;
}

html.is-dark .btn-cancel {
  color: #adb5bd;
  box-shadow: none !important;
}

html.is-dark .btn-cancel:hover {
  color: lightcoral;
}

html.is-dark .btn-outline-primary,
html.is-dark .table-rep-plugin .btn-default {
  border-color: #12b3dd;
  color: #12b3dd;
}

html.is-dark .btn-outline-primary:hover,
html.is-dark .table-rep-plugin .btn-default:hover {
  border-color: #8d7be9;
  background-color: transparent !important;
  color: #8d7be9;
}

html.is-dark .table-rep-plugin .btn-default.btn-primary,
html.is-dark .table-rep-plugin .btn-default.btn-primary:active,
html.is-dark .table-rep-plugin .btn-default.btn-primary:hover,
html.is-dark .table-rep-plugin .btn-default.btn-primary:focus {
  background-color: #8d7be9 !important;
  border-color: #8d7be9 !important;
  box-shadow: none !important;
}

html.is-dark .table {
  color: #adb5bd;
}

html.is-dark .table td {
  border-top-color: #495057;
}

html.is-dark .table thead tr th {
  border-top-color: #12b3dd;
  color: #ced4da !important;
  border-bottom-color: #495057;
}

html.is-dark .table thead tr th label {
  color: #ced4da !important;
}

html.is-dark .table tbody tr:last-child td {
  border-bottom: 1px solid #12b3dd;
}

html.is-dark .table a {
  color: #12b3dd;
}

html.is-dark .table a:hover {
  color: #0e8dae;
}

html.is-dark .table .text-danger {
  color: lightcoral;
}

html.is-dark .sticky-table-header {
  background-color: #343a40;
}

html.is-dark .table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(33, 37, 41, 0.9);
}

html.is-dark .table-bordered td, html.is-dark .table-bordered th {
  border-color: #495057;
}

html.is-dark .topbar .button-menu-mobile {
  background-image: linear-gradient(135deg, #8d7be9 0%, #52a1e2 50%, #20c2dc 100%) !important;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

html.is-dark .topbar .button-menu-mobile .line::before,
html.is-dark .topbar .button-menu-mobile .line > span, html.is-dark .topbar .button-menu-mobile .line::after {
  background-color: #fff;
}

html.is-dark .topbar .topbar-left {
  background-color: transparent;
}

html.is-dark .topbar .navbar-custom {
  background-color: transparent;
}

html.is-dark .footer {
  border-top-color: #495057;
  color: rgba(173, 181, 189, 0.8);
}

html.is-dark .card {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

html.is-dark .card-header {
  background-color: rgba(18, 179, 221, 0.1) !important;
  color: #12b3dd !important;
  border-bottom: 1px solid rgba(18, 179, 221, 0.3) !important;
}

html.is-dark .is-bundle .card-header {
  background-color: #12b3dd !important;
  color: white !important;
}

html.is-dark .is-bundle .card-header .btn {
  color: white !important;
  border-color: white !important;
}

html.is-dark .card-footer {
  background-color: #495057;
}

html.is-dark .card-inform-footer {
  background-image: linear-gradient(to right, #868e96 50%, transparent 51%);
}

html.is-dark .page-title-box .page-title,
html.is-dark .title-text, html.is-dark .header-title,
html.is-dark label,
html.is-dark .custom-select {
  color: #ced4da;
}

html.is-dark .page-title::before {
  background-color: #b3c0d2;
}

html.is-dark .panel-form-sm .form-group > label {
  color: #10a4ca;
}

html.is-dark .panel-form-sm .form-group > label .custom-select {
  background-color: transparent;
  border: 1px solid #868e96;
  color: #10a4ca;
}

html.is-dark .panel-form-sm .form-group > label .custom-select:hover {
  border-color: #12b3dd;
}

html.is-dark .panel-form-sm .custom-control label {
  color: #adb5bd;
}

html.is-dark .list-top .list-search {
  color: #adb5bd;
}

html.is-dark .list-group {
  border-top: 1px solid #12b3dd;
}

html.is-dark .list-group-item {
  border-top: 1px solid #495057;
  background-color: transparent;
}

html.is-dark .list-group-item:hover {
  background-color: #212529;
}

html.is-dark .list-group-item:last-child {
  border-bottom: 1px solid #12b3dd !important;
}

html.is-dark .list-group .list-title {
  color: #ced4da;
}

html.is-dark .list-group .list-side .date {
  color: #adb5bd;
}

html.is-dark .notice-desc-wrapper {
  border-top: 1px solid #12b3dd;
  border-bottom: 1px solid #495057;
}

html.is-dark .notice-title {
  color: #ced4da;
}

html.is-dark .notice-date, html.is-dark .notice-desc {
  color: #adb5bd;
}

html.is-dark .table__weight-price thead {
  background-color: transparent;
}

html.is-dark .dropdown-menu {
  background-color: #343a40;
  border-color: #495057;
  color: #adb5bd;
}

html.is-dark .dropdown-menu .dropdown-item {
  color: #adb5bd;
}

html.is-dark .dropdown-menu .dropdown-item:hover,
html.is-dark .dropdown-menu .dropdown-item.active,
html.is-dark .dropdown-menu .dropdown-item:active {
  background-color: rgba(33, 37, 41, 0.9);
  color: #ced4da;
}

html.is-dark .dropdown-divider {
  border-color: #495057;
}

html.is-dark .breadcrumb a {
  color: #adb5bd;
  opacity: 0.7;
}

html.is-dark .breadcrumb-item + .breadcrumb-item::before {
  color: #adb5bd;
  opacity: 0.6;
}

html.is-dark .breadcrumb-item.active {
  color: #ced4da;
  opacity: 1;
}

html.is-dark .pagination-wrapper .pagination .page-item .page-link {
  border-color: #495057;
  background-color: transparent;
  color: #adb5bd;
}

html.is-dark .pagination-wrapper .pagination .page-item .page-link:hover {
  box-shadow: none;
  border-color: rgba(141, 123, 233, 0.75);
  color: #8d7be9;
}

html.is-dark .pagination-wrapper .pagination .page-item.active .page-link {
  border-color: rgba(18, 179, 221, 0.75);
  background-color: rgba(18, 179, 221, 0.1);
  color: #12b3dd;
}

html.is-dark .text-muted {
  color: rgba(173, 181, 189, 0.8) !important;
}

html.is-dark .text-primary {
  color: #12b3dd !important;
}

html.is-dark .bg-primary {
  background-color: #12b3dd !important;
}

html.is-dark body {
  background-color: #212529;
  color: #adb5bd;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 70px);
  max-height: 64px;
  margin-left: 70px;
  padding-right: 24px;
}

.topbar .button-menu-mobile {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
}

.topbar .button-menu-mobile .line::before, .topbar .button-menu-mobile .line::after {
  content: '';
}

.topbar .button-menu-mobile .line::before,
.topbar .button-menu-mobile .line > span, .topbar .button-menu-mobile .line::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.topbar .button-menu-mobile .line::before {
  transform: translate(-50%, -50%) translateY(-7px);
}

.topbar .button-menu-mobile .line::after {
  transform: translate(-50%, -50%) translateY(7px);
}

.topbar .topbar-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 100%;
  margin: 0;
  padding: 0;
}

.topbar .topbar-left .logo {
  font-size: 0;
  display: block;
  width: 112px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/logo/cubeflow_color_144x20.svg");
  background-size: 100% auto;
}

.topbar .navbar-custom {
  min-height: 64px;
  padding: 0;
  margin: 0;
}

.topbar .navbar-custom > ul {
  display: flex;
}

.topbar .navbar-custom .nav-link {
  max-height: 64px;
  height: 59px;
  line-height: 64px;
  padding: 0;
}

.topbar .navbar-custom .color-switch-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  line-height: 1.5;
}

.enlarge-menu .topbar {
  width: 100%;
  margin-left: 0;
}

.enlarge-menu .topbar .topbar-left {
  width: 170px;
}

@media (max-width: 1024px) {
  .enlarge-menu .topbar .topbar-left {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .topbar {
    width: 100%;
    margin-left: 0;
  }
  .topbar .topbar-left {
    width: 160px;
  }
  .topbar .button-menu-mobile {
    width: 52px;
    height: 52px;
  }
  .color-switch-wrapper > span {
    display: none;
  }
}

.left-sidenav .main-icon-menu {
  overflow: hidden;
  overflow-y: scroll !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.left-sidenav .main-icon-menu::-webkit-scrollbar {
  display: none;
}

.left-sidenav .main-menu-inner {
  border: none;
}

.main-menu-inner .menu-body {
  margin-top: 64px;
}

.page-wrapper {
  padding-top: 64px;
}

.popup-wrapper {
  padding-top: 0;
}

.popup-wrapper .page-content {
  width: 100%;
}

.popup-wrapper .fixed-solution .sticky-table-header {
  top: 0 !important;
}

.page-content {
  min-height: calc(100vh - 64px);
}

.page-title {
  position: relative;
  padding-left: 30px;
  font-size: 16px !important;
  line-height: 20px;
  letter-spacing: 1px;
}

.page-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
}

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0;
  padding-right: 9px;
}

.page-title-box .breadcrumb {
  font-size: 12px;
}

.fixed-solution .sticky-table-header {
  top: 64px !important;
}

.card,
.card-header,
.card-footer {
  border-radius: 0 !important;
}

.card-header {
  border-bottom: 0;
}

.card-header .card-number-wrapper {
  display: flex;
  align-items: center;
}

.card-header .card-number {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.card-header .card-inform-num {
  margin-left: 14px;
  font-size: 16px;
  line-height: 24px;
  color: inherit;
  text-decoration: underline;
}

.card-header .card-inform-button {
  margin-left: 14px;
}

.card-header .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.card-header a:hover,
.card-header button:hover {
  opacity: 0.8;
}

.card-footer {
  border-top: none;
}

.card-inform-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background-position: top;
  background-size: 12px 1px;
  background-repeat: repeat-x;
}

.card-inform-footer .inform-footer-item {
  padding: 10px 0;
  margin-left: 20px;
  margin-bottom: 0;
}

.card-inform-footer .inform-footer-item span:first-child {
  font-size: 12px;
  margin-right: 4px;
}

.card-inform-footer .inform-footer-item span:last-child {
  font-weight: 700;
  font-size: 16px;
  color: #12b3dd;
}

.card-inform-weight > .row {
  padding-bottom: 8px;
}

.card-inform-weight > .row::before {
  content: '';
  width: calc(100% - 16px);
  margin-left: 8px;
  border: 1px solid #e8e8e8;
}

.card-inform-weight > .row:first-child::before {
  display: none;
}

.footer {
  padding: 20px 24px;
  font-weight: 500;
}

.pagination-wrapper .pagination .page-item .page-link {
  padding: 5px 10px;
  border-radius: 0;
  font-size: 11px;
}

.custom-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23bbbbbb' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  cursor: pointer;
}

.custom-select,
.form-control,
.custom-file-label {
  border-radius: 0;
}

.custom-file-label::after {
  height: 100% !important;
  border-radius: 0;
}

.form-control.address-1 {
  max-width: 120px;
}

.form-check-inline:first-child {
  margin-left: 7px;
}

.checkbox label {
  padding-left: 6px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  cursor: pointer;
}

.checkbox label::before {
  border-radius: 0;
}

.checkbox input[type="checkbox"]:checked + label::after {
  top: 3px;
  left: 6px;
  width: 6px;
  border: 2px solid;
  border-top-width: 0;
  border-left-width: 0;
}

.radio label {
  padding-left: 6px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  cursor: pointer;
}

.radio label::before {
  border: 1px solid #ccc;
}

.radio label::after {
  background-color: #999;
}

.btn {
  border-radius: 0;
}

.btn-lg {
  padding-left: 0;
  padding-right: 0;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.btn-sm {
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 16px;
}

.btn-cancel {
  text-decoration: underline;
  font-size: 13px;
  line-height: 20px;
}

.btn-cancel:hover {
  text-decoration: underline;
}

.table-rep-plugin .btn-default {
  height: 24px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 16px;
}

.table a {
  text-decoration: underline;
}

.table .table-image-cell {
  background-color: white;
}

.sticky-table-header {
  z-index: 4;
  border-top: none;
  border-bottom: none;
}

.table-responsive[data-pattern="priority-columns"] {
  border: none;
  border-radius: 0 !important;
}

@media (max-width: 767px) {
  .table-top {
    margin-bottom: 42px;
  }
}

.table-rep-plugin img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.table-rep-plugin .form-control {
  text-align: center;
}

.table-rep-plugin .table-input {
  min-width: 180px;
  width: auto;
}

@media (max-width: 767px) {
  .table-rep-plugin .btn-toolbar {
    right: auto;
    left: 0;
  }
  .table-rep-plugin .btn-toolbar button:first-child {
    margin-left: 0 !important;
  }
}

.table-button-wrapper {
  display: flex;
  margin-top: 6px;
}

.table-button-wrapper button:first-child {
  margin-left: 0 !important;
}

.top-input-wrapper {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  margin-right: 10px;
}

.top-input-wrapper span {
  flex-shrink: 0;
  margin-right: 10px;
}

.top-input-wrapper .form-control {
  margin-top: 0;
  width: 120px;
}

@media (max-width: 787px) {
  .top-input-wrapper {
    display: flex;
    margin-bottom: 8px;
  }
}

.table-rep-plugin table {
  width: auto;
  min-width: 100%;
}

.table-rep-plugin .btn-toolbar button {
  flex: none;
}

.table-rep-plugin .btn-toolbar .custom-select {
  flex: none;
  width: auto;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #12b3dd;
  color: #12b3dd;
  font-size: 12px;
  line-height: 16px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2312b3dd' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 8px center/8px 10px;
}

.table-rep-plugin .btn-toolbar .custom-select:hover, .table-rep-plugin .btn-toolbar .custom-select:active {
  border-color: #8d7be9;
  color: #8d7be9;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%238d7be9' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 8px center/8px 10px;
}

.table-rep-plugin th .form-inline {
  display: inline-flex;
}

.table-rep-plugin th,
.table-rep-plugin th label {
  font-weight: 500;
}

.table-rep-plugin th,
.table-rep-plugin td {
  white-space: nowrap;
}

.table-rep-plugin td .checkbox.form-check-inline {
  width: 85%;
  margin-left: 15%;
}

.table-sort-input {
  display: none;
}

.table-sort-label {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: 0;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  vertical-align: top;
  cursor: pointer;
}

.table-sort-label.is-default {
  background: url("../images/icons/sort-default.svg");
}

.table-sort-input:checked + .table-sort-label:not(.is-default) {
  background: url("../images/icons/sort-ascending.svg");
}

.table-sort-input + .table-sort-label:not(.is-default) {
  background: url("../images/icons/sort-descending.svg");
}

#tech-companies-1-clone thead th::before, #tech-companies-1-clone thead th::after {
  content: '';
  display: inline-block;
  height: 18px;
  vertical-align: middle;
}

#tech-companies-1-clone thead th::before {
  width: 8px;
}

#tech-companies-1-clone thead th::after {
  width: 10px;
}

.form-multiple-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-multiple-input input {
  margin-top: 0 !important;
}

.form-multiple-input span {
  white-space: nowrap;
}

.panel-form-sm .form-group {
  margin-bottom: 8px;
  margin-top: 8px;
}

.panel-form-sm .form-group > label {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.panel-form-sm .form-group > label span {
  margin: 0 6px;
}

.panel-form-sm .form-group > label .custom-select {
  height: 24px;
  padding: 0 24px 0 6px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23bbbbbb' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 8px center/8px 10px;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
}

.panel-form-sm .form-group > label .custom-select:hover {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2312b3dd' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 8px center/8px 10px;
}

.panel-form-sm .custom-select,
.panel-form-sm .form-control {
  padding: 0 12px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  margin-top: 10px;
}

.panel-form-sm .custom-select:first-child,
.panel-form-sm .form-control:first-child {
  margin-top: 0;
}

.panel-form-sm .custom-select {
  padding-right: 28px;
}

.panel-form-sm .custom-control label {
  padding-top: 0;
  font-size: 12px;
  line-height: 26px;
  cursor: pointer;
}

.panel-form-sm .custom-control label::before, .panel-form-sm .custom-control label::after {
  top: 50%;
  transform: translateY(-50%);
}

.list-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.list-top .list-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list-top .list-search .checkbox label {
  padding-right: 4px;
}

.list-top .list-search .search-bar {
  display: flex;
  align-items: center;
}

.list-top .list-search .search-bar .form-control {
  max-width: 100px;
  height: 26px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 28px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .list-top {
    align-items: flex-end;
  }
  .list-top > div:first-child {
    margin-top: 10px;
  }
  .list-top .list-write {
    flex: 0 0 30%;
  }
  .list-top .list-search {
    flex: 0 0 70%;
    justify-content: flex-end;
  }
  .list-top .list-search .checkbox {
    margin-top: 10px;
  }
  .list-top .list-search .checkbox:first-child {
    padding-left: 5px;
  }
  .list-top .list-search .checkbox:nth-child(2) {
    margin-right: 0;
  }
  .list-top .list-search .checkbox:nth-child(2) label {
    padding-right: 0;
  }
  .list-top .list-search .search-bar {
    margin-top: 10px;
  }
  .list-top .list-search .search-bar .form-control {
    max-width: 100px;
  }
}

.list-group-item {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  align-items: center;
  cursor: pointer;
}

.list-group-item p {
  margin-bottom: 0;
}

.list-group-item:first-child {
  border-top: none;
}

.list-group .list-title {
  flex: 0 0 79%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
  font-size: 12px;
}

.list-group .list-side {
  flex: 0 0 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.list-group .list-side .date {
  font-size: 11px;
}

.list-group .list-side .btn {
  position: relative;
  z-index: 1;
  margin-left: 12px;
}

@media (max-width: 767px) {
  .list-group-item {
    flex-wrap: wrap;
    padding: 8px 10px;
  }
  .list-group .list-title {
    flex: 0 0 100%;
    width: 100%;
  }
  .list-group .list-side {
    flex: 0 0 100%;
    margin-top: 4px;
  }
}

.notice p {
  margin-bottom: 0;
}

.notice-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
}

.notice-desc-wrapper {
  padding: 40px 20px;
}

.notice-title {
  flex: 0 0 80%;
  font-weight: 500;
  font-size: 13px;
}

.notice-date {
  flex: 0 0 20%;
  font-size: 11px;
  text-align: right;
}

.notice-desc {
  font-size: 12px;
}

@media (max-width: 787px) {
  .notice-title-wrapper {
    flex-wrap: wrap;
    padding: 12px 10px;
  }
  .notice-desc-wrapper {
    padding: 24px 10px;
  }
  .notice-title {
    flex: 0 0 100%;
  }
  .notice-date {
    flex: 0 0 100%;
    text-align: left;
  }
}

.notice-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.panel-header-transparent {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 787px) {
  .panel-header-transparent {
    flex-wrap: wrap;
  }
  .panel-header-transparent h4,
  .panel-header-transparent button {
    margin-top: 5px;
  }
}

.panel-footer-transparent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.order-detail-calc-weight {
  display: flex;
  align-items: center;
}

.order-detail-calc-weight .form-control {
  margin-top: 0;
}

.order-detail-calc-weight span {
  flex-shrink: 0;
}

@media (max-height: 767px) {
  .order-detail-calc-weight {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .order-detail-calc-weight .form-control:nth-child(1), .order-detail-calc-weight .form-control:nth-child(3), .order-detail-calc-weight .form-control:nth-child(5) {
    flex: 0 0 30%;
  }
  .order-detail-calc-weight .form-control:nth-child(7), .order-detail-calc-weight .form-control:nth-child(9), .order-detail-calc-weight .form-control:nth-child(11), .order-detail-calc-weight .form-control:nth-child(13) {
    flex: 0 0 60%;
    margin-top: 10px;
  }
  .order-detail-calc-weight span {
    margin: 0 !important;
  }
  .order-detail-calc-weight span:nth-child(2), .order-detail-calc-weight span:nth-child(4) {
    flex: 0 0 5%;
    text-align: center;
  }
  .order-detail-calc-weight span:nth-child(6), .order-detail-calc-weight span:nth-child(8), .order-detail-calc-weight span:nth-child(10), .order-detail-calc-weight span:nth-child(12) {
    flex: 40%;
    margin-top: 10px !important;
    text-align: center;
  }
}

.table__weight-price {
  text-align: center;
}

.table__weight-price th {
  padding: 6px 0;
}

.table__weight-price th, .table__weight-price td {
  vertical-align: middle !important;
}

.table__weight-price th sup {
  top: 0;
}

.table__weight-price th:nth-child(2n - 1),
.table__weight-price td:nth-child(2n - 1) {
  width: 20%;
}

.table__weight-price th:nth-child(2n),
.table__weight-price td:nth-child(2n) {
  width: 30%;
}

.status-success {
  background-color: #d3f9d8;
  color: #2f9e44;
}

.status-error {
  background-color: #ffe3e3;
  color: #e03131;
}

.status-warn {
  background-color: #fff3bf;
  color: #f08c00;
}

.is-dark .status-success {
  background-color: rgba(55, 178, 78, 0.3);
  color: #69db7c;
}

.is-dark .status-error {
  background-color: rgba(240, 62, 62, 0.3);
  color: #ff8787;
}

.is-dark .status-warn {
  background-color: rgba(245, 159, 0, 0.3);
  color: #ffd43b;
}

.left-sidenav .main-icon-menu .nav-link {
  box-sizing: border-box;
  height: 64px;
}
.left-sidenav .main-icon-menu .nav-link + .nav-link {
  margin-top: 0;
}
.left-sidenav .main-icon-menu .nav-link.active:before {
  top: 32px;
}
.tooltip-custom {
  top: 12px !important;
}
.left-sidenav {
  transition: none;
}

.button-toggle-snb-mode {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -35px;
  border: none;
  padding: 8px 10px;
  border-radius: 8px;
  background-color: transparent;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  cursor: pointer;
}
.button-toggle-snb-mode:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
}
.button-toggle-snb-mode .ti-shift-left,
.button-toggle-snb-mode .ti-shift-right {
  color: rgba(255, 255, 255, 0.5);
}
.button-toggle-snb-mode:hover .ti-shift-left,
.button-toggle-snb-mode:hover .ti-shift-right {
  color: white;
}
.button-toggle-snb-mode .ti-shift-left {
  display: none;
}

@media (min-width: 1025px) {
  .button-toggle-snb-mode {
    display: flex;
  }
  
  .snb-wide :not(.enlarge-menu) .topbar {
    width: calc(100% - 170px);
    margin-left: 170px;
  }
  .snb-wide .left-sidenav {
    min-width: 400px;
    max-width: 400px;
  }
  .snb-wide .left-sidenav .main-icon-menu {
    width: 170px !important;
  }
  .snb-wide .left-sidenav .main-icon-menu .nav-link {
    width: 170px;
    justify-content: flex-start;
    padding-left: 22px;
  }
  .snb-wide .left-sidenav .main-icon-menu .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .snb-wide .left-sidenav .main-icon-menu .nav-link i {
    width: 40px;
  }
  .snb-wide .left-sidenav .main-icon-menu .nav-link.active:before {
    left: 168px;
  }
  .snb-wide [data-original-title]::after {
    content: attr(data-original-title);
    display: inline;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
  }
  .snb-wide [data-original-title].active::after {
    color: white;
  }
  .is-dark.snb-wide [data-original-title].active::after {
    color: #12b3dd;
  }
  .snb-wide .left-sidenav .main-menu-inner {
    left: 170px;
  }  
  .snb-wide .tooltip-custom {
    display: none !important;
  }
  .snb-wide .page-content {
    width: calc(100% - 400px);
  }
  .snb-wide .popup-wrapper .page-content {
    width: 100%;
  }
  .snb-wide .button-toggle-snb-mode {
    left: -85px;
    padding: 8px 16px;
  }
  .snb-wide .button-toggle-snb-mode .ti-shift-right {
    display: none;
  }
  .snb-wide .button-toggle-snb-mode .ti-shift-left {
    display: inline;
  }
  .snb-wide .button-toggle-snb-mode::after {
    content: "ICON ONLY";
    margin-left: 8px;
    padding-right: 3px;
    font-size: 13px;
  }
}
