@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap");
.colAdsFrame {
  white-space: nowrap;
}

.adsStatus {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.adsStatus img {
  display: block;
  margin: 0;
}
.adsStatus span {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  position: absolute;
  background-color: #888;
  right: -4px;
  top: -4px;
}
.adsStatus span.on {
  background-color: #7ad03a;
}

#collapseMainPost .tox-editor-container {
  position: relative;
  padding-top: 40px;
}
#collapseMainPost .tox-editor-header {
  position: absolute;
  top: 0;
  bottom: auto;
}

.embedYtbForm {
  max-width: 768px;
  margin: 50px auto;
  padding: 0px 20px;
}

.sourceViewModal .CodeMirror {
  height: 100%;
}
.sourceViewModal .CodeMirror .focused {
  color: red;
}

.table-admin-menuitem tr {
  padding-bottom: 5px;
}
.table-admin-menuitem td {
  border-top: 0;
  padding: 0px;
  vertical-align: middle;
}
.table-admin-menuitem td:nth-child(1) {
  width: 10px;
  background-color: #ddd;
  padding: 0px 8px;
  text-transform: uppercase;
}
.table-admin-menuitem td input {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-admin-menuitem td input:focus {
  outline: none;
}

.menu-select-group span.select2 {
  width: 100% !important;
}

.tb-logging td {
  padding-right: 35px;
}

.todolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.todolist li .time {
  margin-right: 15px;
}

.text-replace-style .new {
  display: block;
}
.text-replace-style .new.error {
  color: rgb(226, 31, 31);
}
.text-replace-style .old {
  display: block;
  font-size: 13px;
  color: #888;
  position: relative;
  padding-left: 10px;
}
.text-replace-style .old::after {
  content: "↵";
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.noticeAutoUpdateVersionList .item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 4px 0;
}
.noticeAutoUpdateVersionList .item .time {
  float: left;
  width: 50px;
  margin-top: 5px;
}
.noticeAutoUpdateVersionList .item .text {
  margin-left: 60px;
}
.noticeAutoUpdateVersionList .item .text .old {
  display: block;
  font-size: 14px;
  color: #888;
}
.noticeAutoUpdateVersionList .item .text .new {
  position: relative;
  padding-left: 10px;
}
.noticeAutoUpdateVersionList .item .text .new::after {
  content: "↵";
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.noticeAutoUpdateVersionList .item .text .new.error {
  color: rgb(226, 31, 31);
}
.noticeAutoUpdateVersionList .item:last-child {
  border-bottom: 0;
}
.noticeAutoUpdateVersionList .item:hover {
  background-color: rgba(47, 0, 255, 0.05);
}

.btn:focus,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
  background-color: #f1f1f1;
  overflow-x: hidden;
}

.site-menu {
  padding: 30px 0;
  margin-top: 20px;
  list-style: none;
}
.site-menu li {
  padding: 0;
}
.site-menu li a {
  display: block;
  color: #ccc;
  padding: 8px 16px;
  font-size: "";
}
.site-menu li a span {
  margin-left: 8px;
}
.site-menu li a:hover {
  color: #fff;
  text-decoration: none;
}
.site-menu li a i.fas {
  width: 20px;
}
.site-menu li:hover, .site-menu li.mm-active {
  color: #00b9eb;
  background-color: #191e23;
}
.site-menu .sub-menu {
  font-size: 0.9rem;
  color: #F0F5FA;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-menu .sub-menu a {
  margin-left: 28px;
}
.site-menu .sub-menu a:hover {
  color: #0073aa;
}
.site-menu .sub-menu li.mm-active a {
  color: #0073aa;
}

.metismenu .has-arrow:after {
  width: 0.4em;
  height: 0.4em;
  right: 12px;
  -webkit-transform: rotate(-225deg) translateY(-50%);
          transform: rotate(-225deg) translateY(-50%);
}

.site-nav-bar {
  background: #23282d;
  height: 35px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.site-nav-bar .logo {
  width: 180px;
}
.site-nav-bar .logo img {
  display: block;
  height: 20px;
  margin: 0 auto;
}
.site-nav-bar .btn {
  color: #ccc;
}
.site-nav-bar .nav-item-user img {
  height: 25px;
  border: 1px solid rgba(238, 238, 238, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
}
.site-nav-bar .nav-item-user .dropdown-menu {
  margin: 0;
  top: 30px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #32373c;
  border-radius: 0 0 4px 4px;
}
.site-nav-bar .nav-item-user .dropdown-menu .dropdown-item {
  padding: 0.375rem 1.5rem;
  color: #6c757d;
  background-color: transparent;
  border: 0;
  font-size: 0.8rem;
}
.site-nav-bar .nav-item-user .dropdown-menu .dropdown-item i {
  margin-right: 8px;
}
.site-nav-bar .nav-item-user .dropdown-menu .dropdown-item:hover {
  color: #272e37;
  background-color: #f8f9fa;
}

.site-body {
  margin-top: 35px;
  margin-left: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 1024px) {
  .site-body {
    margin-left: 180px;
  }
}

.site-menu-wrap {
  width: 180px;
  background-color: #23282d;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1002;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}
@media only screen and (min-width: 1024px) {
  .site-menu-wrap {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.site-menu-wrap .site-menu-holder {
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.site-menu-wrap .site-menu-holder::-webkit-scrollbar {
  width: 8px;
}
.site-menu-wrap .site-menu-holder::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #23282d;
          box-shadow: inset 0 0 6px #23282d;
  border-radius: 0px;
}
.site-menu-wrap .site-menu-holder::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 6px #000;
          box-shadow: inset 0 0 6px #000;
}

.page.show-menu .site-menu-wrap {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
@media only screen and (min-width: 1024px) {
  .page.show-menu .site-menu-wrap {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}
@media only screen and (min-width: 1024px) {
  .page.show-menu .site-body {
    margin-left: 0px;
  }
}
.page.show-menu .over-body {
  display: block;
}

.over-body {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .over-body {
    display: none !important;
  }
}

.icon-loading1 {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.icon-loading1 div {
  position: absolute;
  border: 5px solid rgb(255, 54, 54);
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: loading-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: loading-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.icon-loading1 div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes loading-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes loading-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.over-process {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: 9999;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.over-process .icon-load-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.over-process.loaded {
  z-index: -1;
  opacity: 0;
}

.breadcrumb {
  font-size: 0.8rem;
}
.breadcrumb a {
  color: #0073aa;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.breadcrumb a i {
  margin-right: 8px;
}
.breadcrumb a:hover {
  text-decoration: none;
  color: #444;
}

.one-page {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ccc url("../img/bg-admin.jpg") no-repeat;
  background-size: cover;
}
.one-page .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.one-page .content-wrap .content-holder {
  width: 100%;
}

.form-login-wrap {
  max-width: 400px;
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.form-login-wrap .title-from-login {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.form-login-wrap .title-from-login span {
  color: red;
}
.form-login-wrap .btn-primary {
  width: 100%;
  border: 0 !important;
  background-color: #5A8DEE !important;
  color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.5) !important;
          box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.5) !important;
}
.form-login-wrap .btn-primary:hover {
  background-color: #719DF0 !important;
  -webkit-box-shadow: 0 2px 12px 0 rgba(90, 141, 238, 0.6) !important;
          box-shadow: 0 2px 12px 0 rgba(90, 141, 238, 0.6) !important;
}

.input-group-wrap label,
.form-group label {
  display: inline-block;
  margin-bottom: 0;
  color: #000;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: capitalize;
}
.input-group-wrap .form-control,
.form-group .form-control {
  display: block;
  padding: 0.47rem 0.8rem;
  font-size: 1rem;
  line-height: 1.4;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.input-group-wrap .form-control:focus,
.form-group .form-control:focus {
  color: #444;
  border-color: #0073aa;
  outline: 0;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.input-group-wrap .form-control:focus::-webkit-input-placeholder, .form-group .form-control:focus::-webkit-input-placeholder {
  padding-left: 0.47rem;
}
.input-group-wrap .form-control:focus::-moz-placeholder, .form-group .form-control:focus::-moz-placeholder {
  padding-left: 0.47rem;
}
.input-group-wrap .form-control:focus:-ms-input-placeholder, .form-group .form-control:focus:-ms-input-placeholder {
  padding-left: 0.47rem;
}
.input-group-wrap .form-control:focus::-ms-input-placeholder, .form-group .form-control:focus::-ms-input-placeholder {
  padding-left: 0.47rem;
}
.input-group-wrap .form-control:focus::placeholder,
.form-group .form-control:focus::placeholder {
  padding-left: 0.47rem;
}
.input-group-wrap .form-control::-webkit-input-placeholder, .form-group .form-control::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: #888;
  -webkit-transition: padding-left 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: padding-left 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: padding-left 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: padding-left 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.input-group-wrap .form-control::-moz-placeholder, .form-group .form-control::-moz-placeholder {
  font-size: 0.8rem;
  color: #888;
  -moz-transition: padding-left 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: padding-left 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group-wrap .form-control:-ms-input-placeholder, .form-group .form-control:-ms-input-placeholder {
  font-size: 0.8rem;
  color: #888;
  -ms-transition: padding-left 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: padding-left 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group-wrap .form-control::-ms-input-placeholder, .form-group .form-control::-ms-input-placeholder {
  font-size: 0.8rem;
  color: #888;
  -ms-transition: padding-left 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: padding-left 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group-wrap .form-control::placeholder,
.form-group .form-control::placeholder {
  font-size: 0.8rem;
  color: #888;
  -webkit-transition: padding-left 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: padding-left 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: padding-left 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: padding-left 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.checkbox {
  position: relative;
  display: inline-block;
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
  display: none;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.checkbox label {
  text-transform: none;
  margin-left: 1.75rem;
  margin-bottom: 0;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox label:after {
  content: " ";
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

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

.checkbox label:after,
.checkbox label:before {
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  position: absolute;
}

.checkbox.checkbox-sm label::after,
.checkbox.checkbox-sm label::before {
  width: 15px;
  height: 15px;
  top: 5px;
}

.checkbox input:checked ~ label:before {
  background-color: #FFF;
  border: 1px solid #ddd;
}

.checkbox input:checked ~ label:after {
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 0.4rem;
  width: 0.8rem;
  border-color: #0073aa;
  border-radius: 0;
  border-width: 2px;
  top: 6px;
  left: 4px;
}

#btn-releech,
.btn-leech {
  border-radius: 0;
  min-width: 80px;
}

.btn,
.btn-sm {
  border-radius: 0;
}

.page-404 img {
  max-width: 400px;
}
.page-404 .spiner {
  margin: 40px auto;
}

.score-icon {
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  margin: 3px 10px 0 3px;
  background: #888;
  vertical-align: top;
}
.score-icon.good {
  background-color: #7ad03a;
}
.score-icon.bad {
  background-color: #dc3232;
}
.score-icon.ok {
  background-color: #ee7c1b;
}

.datatable-style {
  width: 100% !important;
  background-color: #fff;
}
.datatable-style thead {
  background-color: #fff;
}
.datatable-style tr,
.datatable-style th,
.datatable-style td {
  border: 1px solid #eaf0f7;
}
.datatable-style th {
  font-weight: 700;
  color: #000;
}
.datatable-style tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.datatable-style tbody tr:hover {
  background-color: rgba(250, 177, 160, 0.1);
}
.datatable-style tbody tr td a {
  color: #0073aa;
}
.datatable-style tbody tr td .btn-comment-label a {
  color: #fff;
}
.datatable-style .score-icon {
  margin: 3px 10px !important;
}
.datatable-style .icon-status-wrap {
  cursor: pointer;
}
.datatable-style .icon-status-wrap .fa-toggle-off {
  color: #888;
}
.datatable-style .icon-status-wrap .fa-toggle-on {
  color: #7ad03a;
}
.datatable-style .row-actions {
  margin-top: 3px;
  height: 13px;
}
.datatable-style .row-actions .btnDTR {
  float: left;
  display: none;
  line-height: 1;
  color: #0073aa;
  padding: 0 5px;
  border-right: 1px solid #ddd;
}
.datatable-style .row-actions .btnDTR:last-child {
  border-right: 0;
}
.datatable-style .row-actions .btnDTR:first-child {
  padding-left: 0;
}
.datatable-style .row-actions .btnDTRDelete,
.datatable-style .row-actions .btnDTRDanger {
  color: #a00;
}
.datatable-style tr:hover .row-actions .btnDTR {
  display: block;
}

.dataTables_wrapper {
  font-size: 13px;
  color: #0073aa;
}
.dataTables_wrapper label,
.dataTables_wrapper .dataTables_info {
  font-size: 0.8rem;
}
.dataTables_wrapper div.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination a {
  border-radius: 0px !important;
}

.dataTables_length label {
  margin-bottom: 0;
}
.dataTables_length .custom-select {
  border-radius: 0px !important;
}

.action-modal .modal-header {
  padding: 0.5rem 1rem;
}
.action-modal .form-group {
  margin-bottom: 0.5rem;
}
.action-modal .form-group label {
  padding-top: 0;
  padding-bottom: 0;
}

.datatable-search-header {
  border: 1px solid #eaf0f7;
  background-color: #f9f9f9;
  padding: 16px;
}
.datatable-search-header select,
.datatable-search-header input,
.datatable-search-header .btn {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  vertical-align: middle;
  border-radius: 0px;
}
.datatable-search-header select:focus,
.datatable-search-header input:focus,
.datatable-search-header .btn:focus {
  outline: none;
}
.datatable-search-header select,
.datatable-search-header input {
  border-color: #ddd;
  border: 1px solid #ddd;
}
.datatable-search-header select:focus,
.datatable-search-header input:focus {
  border-color: #999;
}
.datatable-search-header #slBulk,
.datatable-search-header #btnBulk,
.datatable-search-header #btnDTFileter,
.datatable-search-header .item-filter,
.datatable-search-header .btn-outline-primary {
  margin: 4px 0;
}

.datatable-filter-holder {
  display: inline-block;
}

.accordion .card-header {
  padding: 0.5rem 1.25rem;
  background-color: #0073aa;
  border-color: #0073aa;
}
.accordion .card-header .btn {
  position: relative;
  padding: 0;
  font-weight: bold;
  color: #fff;
}
.accordion .card-header .btn:hover, .accordion .card-header .btn:focus {
  text-decoration: none;
}
.accordion .card-header .btn::after {
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  content: "";
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: initial;
  right: 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordion .card-header .btn.collapsed::after {
  -webkit-transform: rotate(225deg) translateY(-50%);
          transform: rotate(225deg) translateY(-50%);
}

.accordion-edit-page .card-header button {
  text-decoration: none;
  color: #444;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-edit-page .card-header button:hover {
  opacity: 0.8;
}

.dropdragupload {
  border: 4px dashed #b4b9be;
  height: 200px;
}

#editorImgModal {
  padding: 1rem;
}
#editorImgModal .modal-xl {
  width: 100% !important;
  height: 100%;
}
#editorImgModal .modal-dialog {
  max-width: auto !important;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#editorImgModal .modal-header {
  padding: 0.25rem 1rem;
  border-bottom: 0;
}
#editorImgModal .modal-body {
  padding: 0;
}
#editorImgModal .ui-widget-content {
  border: 0;
  margin: 0;
}
#editorImgModal .ui-widget-header {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 0 1rem;
}
#editorImgModal .ui-widget-header a {
  font-size: 0.8rem;
  border-radius: 0;
  background: transparent;
}
#editorImgModal .ui-tabs-panel {
  padding: 1rem;
}

.page-title {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-cmt-count-wrap {
  margin-top: 8px;
}

.dt-reply-text {
  color: #aaa;
}
.dt-reply-text span {
  color: #0073aa;
}

.input-imgae {
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.input-imgae .item {
  width: 80%;
}
.input-imgae .item label {
  width: 100%;
}
.input-imgae .item a svg {
  width: 24px;
  height: 24px;
}
.input-imgae .item input {
  outline: none;
  margin-top: 15px;
  width: 80%;
}

.post-image-gp {
  display: none;
}

@media (min-width: 576px) {
  #editorImgModal .modal-dialog {
    max-width: auto !important;
    width: 100%;
  }
}
#selectableImgList {
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}
#selectableImgList li {
  position: relative;
  float: left;
  padding: 8px;
  margin: 0;
  cursor: pointer;
  width: 170px;
  height: 170px;
}
#selectableImgList li img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0;
}
#selectableImgList li .attachment-preview {
  position: relative;
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  background: #eee;
  padding: 5px;
  cursor: pointer;
}
#selectableImgList li.ui-selected .attachment-preview {
  background: #007bff;
}

#timepublicform #timepublicwrap {
  padding: 0.5rem 0;
  display: none;
}
#timepublicform #timepublicwrap select,
#timepublicform #timepublicwrap input {
  display: inline-block;
  padding: 6px 1px;
  margin: 5px 4px 5px 0;
  width: auto;
  text-align: center;
  font-size: 14px;
  height: 34px;
  border: 1px solid #ddd;
}
#timepublicform #timepublicwrap select:focus,
#timepublicform #timepublicwrap input:focus {
  outline: none;
}
#timepublicform #timepublicwrap input {
  width: 2em;
}
#timepublicform #timepublicwrap input[name=tpf-year] {
  width: 4em;
}
#timepublicform #timepublicwrap.error input,
#timepublicform #timepublicwrap.error select {
  border: 1px solid red;
}
#timepublicform.changing {
  display: block;
}
#timepublicform.changing #timepublicwrap {
  display: block;
}
#timepublicform.changing #btn-timepublic {
  display: none;
}

#modSortable {
  list-style: none;
  padding: 0;
  margin: 0;
}
#modSortable .ui-state-default {
  border: 0;
}

.mod .mod-toolbar,
.mod .mod-link-toolbar {
  margin-bottom: 1px;
}
.mod .mod-toolbar {
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #eee;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mod .mod-toolbar:hover {
  cursor: all-scroll;
}
.mod .mod-toolbar .checkbox-right {
  position: absolute;
  right: 40px;
  top: 0;
}
.mod .mod-toolbar .checkbox-right label {
  padding: 8px 0;
  margin-bottom: 0;
}
.mod .mod-toolbar::after {
  content: "ߜ";
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  font-weight: 900;
  right: 5px;
  top: 12px;
}
.mod .mod-body {
  background: #eee;
  height: 0;
  padding: 0 16px;
  overflow: hidden;
  -webkit-transition: height 0.5s linear;
  transition: height 0.5s linear;
}
.mod .mod-footer div {
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 8px 16px;
  font-size: 14px;
  margin-top: 2px;
}
.mod .mod-footer div.error {
  color: red;
}
.mod .mod-footer div.success {
  color: #7ad03a;
}
.mod .mod-link-body {
  background: #fff;
}
.mod.open .mod-toolbar::after {
  content: "ߡ";
}
.mod.open .mod-body {
  height: auto;
  border: 1px solid #ddd;
  -webkit-transition: height 0.5s linear;
  transition: height 0.5s linear;
}

#modSortable .mod:nth-child(1) .checkbox-right {
  display: none !important;
}

.bpaItem .bpa-toolbar {
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #eee;
  margin-bottom: 1px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bpaItem .bpa-toolbar:hover {
  cursor: all-scroll;
}
.bpaItem .bpa-toolbar::after {
  content: "ߜ";
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  font-weight: 900;
  right: 5px;
  top: 12px;
}
.bpaItem .bpa-body {
  background: #eee;
  height: 0;
  padding: 0 16px;
  overflow: hidden;
  -webkit-transition: height 0.5s linear;
  transition: height 0.5s linear;
}
.bpaItem .bpa-footer div {
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 8px 16px;
  font-size: 14px;
  margin-top: 2px;
}
.bpaItem .bpa-footer div.error {
  color: red;
}
.bpaItem .bpa-footer div.success {
  color: #7ad03a;
}
.bpaItem.open .bpa-toolbar::after {
  content: "ߡ";
}
.bpaItem.open .bpa-body {
  height: auto;
  border: 1px solid #ddd;
  -webkit-transition: height 0.5s linear;
  transition: height 0.5s linear;
}

.faq-box .mb-body {
  margin-top: 10px;
}

.sortable {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sortable .ui-state-default {
  border: 0;
  cursor: all-scroll;
}
.sortable .ui-state-highlight {
  height: 43px;
  background: #eee;
  border: 1px dashed #aaa;
  margin-bottom: 1rem;
}

.box-dragable-wrap #box-dragable-left {
  float: left;
  width: 250px;
  border: 1px solid #eaf0f7;
  background-color: #f9f9f9;
}
.box-dragable-wrap #box-dragable-left .item {
  padding: 5px 15px;
  border-bottom: 1px solid #eaf0f7;
}
.box-dragable-wrap #box-dragable-left .item:hover {
  background-color: rgba(250, 177, 160, 0.1);
  cursor: pointer;
}
.box-dragable-wrap #box-dragable-left.ui-droppable-active {
  color: #000;
  border-color: #dade5e;
}
.box-dragable-wrap #box-dragable-right {
  margin-left: 270px;
}
.box-dragable-wrap #box-dragable-right table {
  margin-bottom: 0;
}
.box-dragable-wrap #box-dragable-right table thead {
  background-color: #f9f9f9;
}
.box-dragable-wrap #box-dragable-right table tbody tr {
  cursor: pointer;
}
.box-dragable-wrap #box-dragable-right .btn-role-change {
  color: #888;
}
.box-dragable-wrap #box-dragable-right .btn-role-change .fa-toggle-on {
  color: #7ad03a;
}

.swal2-container {
  z-index: 999999 !important;
}

.mmModal {
  position: relative;
  display: none;
  z-index: 9999;
}
.mmModal.show {
  display: block;
}
.mmModal.show-selected .attachment {
  display: none;
}
.mmModal .mm-wrapper {
  position: fixed;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  border-radius: 0px;
  background: #fff;
  z-index: 1059;
}
.mmModal .mm-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  z-index: 1058;
}
.mmModal .btn-close-mm {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 0;
  z-index: 10;
}
.mmModal .btn-close-mm:hover {
  background-color: #dc3545;
  color: #fff;
}
.mmModal .mm-content {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 9;
}
.mmModal .mmc-header {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  height: 46px;
}
.mmModal .mmc-header select,
.mmModal .mmc-header input,
.mmModal .mmc-header button {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #eaf0f7;
  border-radius: 4px;
}
.mmModal .mmc-header select:focus,
.mmModal .mmc-header input:focus,
.mmModal .mmc-header button:focus {
  outline: none;
}
.mmModal .mmc-header select,
.mmModal .mmc-header input {
  border-color: #ddd;
}
.mmModal .mmc-header .mmc-input-file {
  display: none;
}
.mmModal .mmc-header .text-title {
  line-height: 35px;
  padding: 0px 16px;
}
.mmModal .mmc-body {
  position: absolute;
  top: 46px;
  bottom: 50px;
  left: 0;
  right: 0;
}
.mmModal .mmc-body .mmcb-detail {
  height: 100%;
  width: 267px;
  padding: 16px;
  float: right;
  overflow-y: auto;
  background: #f3f3f3;
  border-left: 1px solid #ddd;
  font-size: 0.9em;
}
.mmModal .mmc-body .mmcb-detail .img-info {
  line-height: 1.24rem;
  margin-bottom: 1em;
}
.mmModal .mmc-body .mmcb-detail .img-info * {
  margin-bottom: 0.5rem;
}
.mmModal .mmc-body .mmcb-detail .form-group {
  margin-bottom: 0.5rem;
}
.mmModal .mmc-body .mmcb-detail .form-group label {
  font-size: 0.9em;
  text-transform: capitalize;
  font-weight: 500;
}
.mmModal .mmc-body .mmcb-list {
  list-style: none;
  position: absolute;
  left: 0;
  right: 267px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  margin: 0;
  padding: 16px;
}
.mmModal .mmc-body .mmcb-list .attachment {
  position: relative;
  float: left;
  width: 150px;
  height: 150px;
  padding: 8px;
  margin: 0;
  color: #444;
  cursor: pointer;
}
.mmModal .mmc-body .mmcb-list .attachment .check {
  display: none;
  height: 24px;
  width: 24px;
  border-radius: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: #0073aa;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #0073aa;
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px #0073aa;
  color: #fff;
  line-height: 24px;
}
.mmModal .mmc-body .mmcb-list .attachment .check .fas {
  display: block;
  line-height: 0;
  margin-left: -7px;
}
.mmModal .mmc-body .mmcb-list .attachment .check:hover {
  background-color: #dc3545;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #dc3545;
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px #dc3545;
}
.mmModal .mmc-body .mmcb-list .attachment .check:hover .fas::before {
  content: "\f068";
}
.mmModal .mmc-body .mmcb-list .attachment.selected {
  display: block !important;
}
.mmModal .mmc-body .mmcb-list .attachment.selected .check {
  display: block !important;
}
.mmModal .mmc-body .mmcb-list .attachment.active {
  -webkit-box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #0073aa;
          box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #0073aa;
}
.mmModal .mmc-body .mmcb-list .attachment-preview {
  position: relative;
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  background: #eee;
}
.mmModal .mmc-body .mmcb-list .attachment-preview img {
  max-width: 100%;
}
.mmModal .mmc-body .mmcb-list .attachment-preview .filename {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.8em;
  word-wrap: break-word;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  padding: 5px;
}
.mmModal .mmc-footer {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #ddd;
  height: 50px;
  width: 100%;
  padding: 5px;
}
.mmModal .mmc-footer .btn-mm-aplly {
  float: right;
}
.mmModal .mmc-footer .mmcf-listchecked {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mmModal .mmc-footer .mmcf-listchecked * {
  margin-left: 10px;
}

.mediaEditModal .memContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.mediaEditModal .memContent .row {
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.mediaEditModal .memContent .row .col-left {
  background: #f3f3f3;
  border-right: 1px solid #ddd;
}
.mediaEditModal .memContent .row .col {
  padding: 20px 10px;
}
.mediaEditModal .mmc-body {
  bottom: 0;
}

.memForm {
  display: table;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.memForm .form-group {
  display: table-row;
}
.memForm .form-group .td {
  vertical-align: top;
  display: table-cell;
  margin-bottom: 8px;
}
.memForm .form-group label {
  text-align: right;
  padding-right: 8px;
  padding-top: 4px;
  font-weight: bold;
}

.memImageView {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.memImageView .sm-single-content-image {
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.memImageView .sm-single-content-image img {
  max-height: 90% !important;
  max-width: 90% !important;
}

.mm-wrapper .thumb img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.mm-ss-holder .screenshoot {
  position: relative;
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.mm-ss-holder .screenshoot .btn-remove-screenshoot {
  position: absolute;
  top: 0;
  right: 0;
}

.language-bar {
  margin-bottom: 5px;
}
.language-bar .lang-controls {
  list-style: none;
  padding: 0;
  margin: 0;
}
.language-bar .lang-controls::after {
  display: block;
  content: "";
  clear: both;
}
.language-bar .lang-controls li {
  float: left;
  margin: 4px 8px 4px 0;
}
.language-bar .lang-controls li .btn {
  border-radius: 0;
}
.language-bar .lang-controls li .btn.btn-action {
  width: 40px;
  float: left;
  border-right: 0;
}

.seo-progress-bar .progress {
  margin-top: 5px;
  background-color: rgb(247, 247, 247);
  border: 1px solid rgb(221, 221, 221);
  border-radius: 0;
}
.seo-progress-bar .progress .progress-bar.good {
  background-color: #7AD03A;
}
.seo-progress-bar .progress .progress-bar.warning {
  background-color: #EE7C1B;
}

#nestable3 .dd3-content {
  display: block;
  min-height: 30px;
  margin: 5px 0;
  padding-left: 60px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eee));
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#nestable3 .dd3-content .btn-collapse {
  border: 0;
  height: 30px;
  display: block;
  width: 100%;
  text-align: left;
  outline: none;
  background: transparent;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#nestable3 .dd3-content .btn-collapse:hover {
  color: red;
}
#nestable3 .dd3-content .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 0px 5px;
}
#nestable3 .dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
#nestable3 .dd3-item > button {
  margin-left: 30px;
}
#nestable3 .dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  border-radius: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb));
  background: linear-gradient(top, #ddd 0%, #bbb 100%);
  text-indent: -9999px;
}
#nestable3 .dd-collapse,
#nestable3 .dd-expand {
  width: 30px;
  height: 30px;
  margin: 0;
  color: #fff;
  border: 1px solid #aaa;
  border-left-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb));
  background: linear-gradient(top, #ddd 0%, #bbb 100%);
  cursor: pointer;
}
#nestable3 .dd-collapse:focus,
#nestable3 .dd-expand:focus {
  outline: none;
}
#nestable3 .dd3-handle:before {
  content: "≡";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
#nestable3 .dd3-handle:hover {
  background: #ddd;
}

.btn-collapse-arrow {
  position: relative;
}
.btn-collapse-arrow::after {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: initial;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-collapse-arrow.collapsed::after {
  -webkit-transform: rotate(225deg) translateY(-50%);
          transform: rotate(225deg) translateY(-50%);
}

.accordion-small {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-small .card {
  border-top: 0;
  border-radius: 0;
}
.accordion-small .card-header {
  padding: 0.375rem 0.75rem;
  background: transparent;
}
.accordion-small .card-header:hover {
  background: #f5f5f5;
}
.accordion-small .card-header .btn-collapse-arrow {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 0;
}
.accordion-small .card-body {
  padding: 0.75rem 0.75rem;
}

.card {
  border-radius: 2px;
  border: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#accordionCategory .card {
  margin-bottom: 1px;
}/*# sourceMappingURL=admin.css.map */