.btn-customer {
  background-color: #9da693;
  color: #fff;
}
.btn-customer:hover, 
.btn-customer:active,
.btn-customer:focus {
  background-color: color-mix(in oklab, #9da693 90%, #000000);
  color: #fff;
}
.navbar-branding .navbar-brand {
    font-size: 13px;
}
.navbar-brand b {
  color: #fff;
  background-color: #9da693;
    border-radius: 3px;
    font-size: 14px;
    padding: 0 3px;
    text-transform: uppercase;
    margin-left:8px;
}
.sidebar-menu > li > ul > li:hover > a:after, .sidebar-menu > li > ul > li:focus > a:after, .sidebar-menu > li.primary > ul > li:hover > a:after, .sidebar-menu > li.primary > ul > li:focus > a:after {
    background: hsl(208, 97%, 24%);
}
#topbar-search {
  border-bottom: 1px solid #e0e0e0;
  height: auto;
  padding: 10px 20px 10px;
  position: relative;
  top: 0;
  width: 100%;
}

.tw-upload-dropzone {
  border: 1px dashed #ddd;
  border-radius: 10px;
  position: relative;
  height: 200px;
  width: 200px;
}
.tw-upload-dropzone.state-error
{
  background: #FEE9EA;
  border-color: #DE888A;
}
.tw-upload-dropzone:hover,
.tw-upload-dropzone.highlight {
  border-color: #484D61;
  background: #fafafa;
}
.tw-upload-dropzone label {
  color: #bbb;
  cursor: pointer;
  font-size: 35px;
  height: 100%;
  width: 100%;
}
.tw-upload-dropzone.state-error label {
  color: #DE888A;
}
.tw-upload-dropzone label:hover,
.tw-upload-dropzone.highlight label
 {
  color: #484D61;
}
.tw-upload-gallery {
  float: left;
  overflow-x: auto;
}
.tw-upload-gallery li {
  border: 1px solid transparent;
  padding: 2px;
  display: inline-flex;
  margin-bottom: 5px;
}
.tw-upload-gallery li.active {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
.tw-upload-gallery-placeholder {
  display: inline-block;
}
.tw-upload-gallery-placeholder,
.tw-upload-gallery .phcms-upload-preview-gallery {
  height: 200px;
  width: 200px;
}
.tw-upload-gallery-placeholder-progress {
    bottom:0;
    width: 100%;
}
.tw-upload-file-tags {
  background-color: #fff;
  padding: 8px 11px;
  font-size: 12px;
  right: 5px;
  bottom: 5px;
  width: 28px;
  border-radius: 10px 0 0;
  cursor: pointer;
}
.tw-upload-file-name {
  background-color: #fff;
  padding: 8px 11px;
  font-size: 12px;
  right: 5px;
  top: 5px;
  width: 28px;
  border-radius: 0 0 0 10px;
  cursor: pointer;
}
.tw-upload-data,
.tw-upload-data-2
 {
  width: 300px;
}

.tag-container {
  border:1px solid #ddd;
  display:inline-block;
  height:171px;
  overflow-y:auto;
  width: 100%;
}
.tag-container a:hover {
  color: #191b22;
  text-decoration: none;
}

/* .xtra-1 {z-index: 1;}
.xtra-2 {z-index: 2;}
.tw-upload-data div[data-xtra-tags],
.tw-upload-data div[data-xtra-name] {
  display: none;
} */

@media (min-width: 1200px){
  .modal-dialog {
    width: 70%;
  }
}
