.nowrap {
  white-space: nowrap;
}

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

.center-block {
  margin: 0 auto;
}

.center-text {
  text-align: center !important;
}

.app-is-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.no-text-transform {
  text-transform: none;
}

.file-drop-zone {
  border: 2px dashed #ddd;
  cursor: pointer;
}

.file-drop-zone.dragover {
  border-color: #2389DA;
}

.logo-container {
  border: 1px solid #ddd;
  position: relative;
  border-radius: 3px;
}

.logo-container img {
  width: 100%;
  height: auto;
}

.logo-container .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.ace_editor {
  min-height: 100px;
}

.no-text-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.force-text-select {
  user-select: all;
}

.rg-top span,
.rg-bottom span {
  height: 4px !important;
  margin: 5.5px 0 0 -10px !important;
}

.rg-left span,
.rg-right span {
  width: 4px !important;
  margin: -10px 0 0 3.5px !important;
}

.dropdown-menu-sm {
  font-size: 12px;
}

.dropdown-menu-sm > li > a,
.dropdown-menu-sm .dropdown-header {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 20px;
}

.dropdown-menu-sm .dropdown-header {
  font-size: 11px;
  line-height: 4px;
  font-weight: bold;
}

.dropdown-menu-sm .divider {
  margin: 4px 0;
}

.dropdown-menu-kbd li a {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  min-height: 28px;
}

.dropdown-menu-kbd kbd {
  margin-left: 7px;
  font-size: 9px;
  padding: 0 3px;
  min-width: 17px;
  text-align: center;
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
  box-shadow: none;
  text-transform: uppercase;
}

.dropdown-menu-dark {
  background-color: #202025;
}

.dropdown-menu-dark > li > a {
  color: #fff;
  padding: 5px 20px;
  font-weight: 600;
}

.dropdown-menu-dark > .disabled > a,
.dropdown-menu-dark > .disabled > a:hover {
  color: #888;
}

.dropdown-menu-dark > .disabled > a kbd,
.dropdown-menu-dark > .disabled > a:hover kbd {
  color: #888;
  border-color: #888;
}

.dropdown-menu-dark > li > a:hover,
.dropdown-menu-dark > li > a:focus {
  color: #fff;
  background-color: #2196f3;
}

.dropdown-menu-dark > li > a:hover kbd,
.dropdown-menu-dark > li > a:focus kbd {
  color: #fff;
  border-color: #fff;
}

.dropdown-menu-dark .divider {
  background-color: #333;
}

.dropdown-menu-dark .dropdown-header {
  color: #aaa;
}

.dropdown-menu-dark kbd {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.dropdown-menu-padded {
  padding: 5px 10px;
}

.fullscreen-modal {
  width: calc(100vw - 60px);
  height: calc(100vh - 60px);
}

.fullscreen-modal .modal-content {
  height: 100%;
}

.fullscreen-modal .modal-body {
  padding: 0;
}

/* Turn off responsive drag handles in Cropper.js */

.cropper-crop-box .cropper-point {
  width: 5px !important;
  height: 5px !important;
  opacity: 0.75 !important;
}