body {
  font-size: 15px;
}

.button-green,
.button-green:hover {
  background-color: #65b89e !important;
  border-color: #65b89e !important;
  color: #fff;
  font-size: 14px !important;
}

.button-red,
.button-red:hover {
  background-color: #ce2525 !important;
  border-color: #ce2525 !important;
  color: #fff;
  font-size: 14px !important;
}

.button-purple,
.button-purple:hover {
  background-color: #46446d !important;
  border-color: #46446d !important;
  color: #fff;
  font-size: 14px !important;
}

.text-title {
  margin: 0;
  font-weight: 700;
  font-size: 17px;
  color: #222;
}

.page-item.active .page-link {
  background-color: #65b89e !important;
  border-color: #65b89e !important;
  color: #fff !important;
}

.page-link {
  font-size: 14px;
  color: #111 !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #65b89e;
}

[class*="sidebar-dark-"] .nav-sidebar>.nav-item>.nav-link.active {
  box-shadow: none;
}

.alert-success {
  background-color: #65b89e;
  border-color: #65b89e;
}

.env-warning {
  background-color: #ffdf00 !important;
  color: #000;
  border: 1px solid #eed000;
  box-shadow: none;
}

.bootstrap-tagsinput .badge {
  margin-right: 5px !important;
  font-size: 13px;
  font-weight: 400;
  background-color: #65b89e;
}

.bootstrap-tagsinput .badge [data-role="remove"]::after {
  padding: 0px 5px !important;
}

[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active,
[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

table td {
  vertical-align: middle !important;
}

.sortable-posts td:hover {
  cursor: move;
}

.form-control {
  font-size: 15px !important;
}

.status {
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 13px;
}

.shortcodes {
  font-size: 13px;
}

.shortcodes a {
  color: #34495e;
  border-bottom: 1px dotted #34495e;
  margin: 0 5px;
}

.bg-green-custom {
  background-color: #65b89e;
  color: #fff;
}

.section-head {
  color: #000;
  border-left: 4px solid #65b89e;
  text-transform: uppercase;
  padding-left: 5px;
  font-size: 15px;
  margin: 0;
}

.ui-autocomplete img {
  width: 75px;
  height: 75px;
  float: left;
}

.ui-menu .ui-menu-item {
  padding: 5px;
  display: table;
  border-bottom: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}

.ui-menu .ui-menu-item-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.ui-widget-content .ui-state-active {
  background-color: #fff;
  color: #000;
  border-color: #fff;
  border: 0;
}

.modal-content {
  padding: 10px;
}

.cropper-container {
  margin: 0 auto 20px auto;
}

.data_loading {
  display: none;
}

.section-title {
    background-color: #343a40;
    text-transform: uppercase;
    padding-left: 15px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 39px;
    border-radius: 3px;
    color: #fff;
}

.crop-box {
  width: 100px;
  height: 100px;
}

.select-image {
  box-shadow: 0 0 10px #9ecaed;
}

#browse-color-image {
  background-color: #343a40;
  color: #fff;
  font-weight: 400;
  padding: 8px 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.table-responsive {
  overflow-y: visible !important;
}

.card-primary.card-outline {
  border-top: 3px solid #46446d;
}

.alert-warning-custom {
  color: #111;
  background-color: #ffdf00;
  border-color: #f2d401;
}

.dropdown-toggle::after {
  display: none;
}

.btn-sort {
  background-color:#fff; 
  border: 1px solid#ccc;
  color:#111;
  padding: 2px 10px;
  font-size: 14px;
}

.dropdown-menu-sort {
  font-size: 14px;
}

.dropdown-menu-sort i {
  color: #ddd;
}

.dropdown-menu-sort .active {
  color: #212529;
}

.logo-box {
  background-image: url("../../../../images/bg-blank.png");
  padding: 15px;
  display: table;
  margin-bottom: 10px;
}