/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Import TomSelect default styles */
@import url('https://cdn.skypack.dev/tom-select@2.3.1/dist/css/tom-select.css');

/* Import Video Player Styles */
@import url("/assets/video-controller/player-2fb00c7a.css");
@import url("/assets/richtext-3e9297b6.css");

img.no-drag {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  /* For older Chrome/Safari */
  -moz-user-select: none;
  /* For Firefox */
  -ms-user-select: none;
  /* For IE10+ */
  user-select: none;
  /* Standard */
}

.filter-inline-select .ts-control.ts-control {
  height: 42px;
  line-height: inherit;
  padding-right: 12px !important;
  min-width: 200px;
}

.ts-control.ts-control {
  border-radius: 8px;
  font-size: 16px;
}

.filter-inline-select .ts-control>input {
  width: 1px;
  line-height: 28px !important;
}

.filter-inline-select .ts-control input::placeholder {
  color: black;
  font-size: 16px;
}

.filter-inline-select .ts-control input[aria-expanded="false"] {
  display: none !important;
  background-color: transparent !important;
}

.filter-inline-select .ts-control input[aria-expanded="true"] {
  position: absolute;
  padding: 8px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff !important;
}
