/* sfc-style:/home/deploy/apps/aviator_production/releases/20250627141620/app/javascript/components/MediakitForm.vue?type=style&index=0 */
.hooh {
  border: 1px solid red;
}
.mediakit {
  border: none;
  margin-top: 20px;
}
.mediakit input {
  color: black;
}
.err-msg {
  background-color: red;
  color: white;
}

/* sfc-style:/home/deploy/apps/aviator_production/releases/20250627141620/app/javascript/components/ElasticAviatorSearch.vue?type=style&index=0 */
.bdr {
  border: 1px solid red;
}
.bdr-bl {
  border: 1px solid blue;
}
select::-ms-expand {
  display: none;
}

/* sfc-style:/home/deploy/apps/aviator_production/releases/20250627141620/app/javascript/components/ElasticExecutiveSearch.vue?type=style&index=0 */
.bdr {
  border: 1px solid red;
}
.bdr-bl {
  border: 1px solid blue;
}

/* sfc-style:/home/deploy/apps/aviator_production/releases/20250627141620/app/javascript/components/companies/Search.vue?type=style&index=0 */
.bdr {
  border: 1px solid red;
}
.bdr-bl {
  border: 1px solid blue;
}

/* node_modules/vue-multiselect/dist/vue-multiselect.css */
fieldset[disabled] .multiselect {
  pointer-events: none;
}
.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 40px;
  height: 38px;
  background: #fff;
  display: block;
}
.multiselect__spinner::before,
.multiselect__spinner::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}
.multiselect__spinner::before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.multiselect__spinner::after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}
.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}
.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}
.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation;
}
.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}
.multiselect * {
  box-sizing: border-box;
}
.multiselect:focus {
  outline: none;
}
.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}
.multiselect--active {
  z-index: 50;
}
.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.multiselect--active .multiselect__select {
  transform: rotateZ(180deg);
}
.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: calc(100%);
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}
.multiselect__input::placeholder {
  color: #35495e;
}
.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}
.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}
.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}
.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}
.multiselect__tags-wrap {
  display: inline;
}
.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}
.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: initial;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}
.multiselect__tag-icon::after {
  content: "\d7";
  color: #266d4d;
  font-size: 14px;
}
.multiselect__tag-icon:focus::after,
.multiselect__tag-icon:hover::after {
  color: white;
}
.multiselect__current {
  line-height: 16px;
  min-height: 40px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.multiselect__select {
  line-height: 16px;
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.multiselect__select::before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #999 transparent transparent transparent;
  content: "";
}
.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}
.multiselect--active .multiselect__placeholder {
  display: none;
}
.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}
.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}
.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}
.multiselect__content::-webkit-scrollbar {
  display: none;
}
.multiselect__element {
  display: block;
}
.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.multiselect__option::after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}
.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: white;
}
.multiselect__option--highlight::after {
  content: attr(data-select);
  background: #41b883;
  color: white;
}
.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: bold;
}
.multiselect__option--selected::after {
  content: attr(data-selected);
  color: silver;
  background: inherit;
}
.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}
.multiselect__option--selected.multiselect__option--highlight::after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}
.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}
.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}
.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}
.multiselect__option--group.multiselect__option--highlight::after {
  background: #35495e;
}
.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}
.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}
.multiselect__option--group-selected.multiselect__option--highlight::after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}
.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}
.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
*[dir=rtl] .multiselect {
  text-align: right;
}
*[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}
*[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}
*[dir=rtl] .multiselect__content {
  text-align: right;
}
*[dir=rtl] .multiselect__option::after {
  right: auto;
  left: 0;
}
*[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}
*[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}
@keyframes spinning {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}

/* sfc-style:/home/deploy/apps/aviator_production/releases/20250627141620/app/javascript/components/alerts/ScheduledAlert.vue?type=style&index=0 */
div.multiselect__tags {
  background-color: #f5f5f5;
  border: none;
  padding-top: 5px;
  padding-bottom: 3px;
}
span.multiselect__tag {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #666;
}
span.multiselect__placeholder {
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #777;
}

/* sfc-style:/home/deploy/apps/aviator_production/releases/20250627141620/app/javascript/components/alerts/EditScheduledAlert.vue?type=style&index=0 */
div.multiselect__tags {
  background-color: #f5f5f5;
  border: none;
  padding-top: 5px;
  padding-bottom: 3px;
}
span.multiselect__tag {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #666;
}
span.multiselect__placeholder {
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #777;
}

/* node_modules/vuejs3-datepicker/build/DatePickerComponent.css */
.cursor-na[data-v-09a6219c] {
  cursor: "not-allowed";
}
.rtl {
  direction: rtl;
}
.vuejs3-datepicker {
  color: #2f2f2f;
  display: inline-block;
  position: relative;
}
.vuejs3-datepicker * {
  box-sizing: border-box;
}
.vuejs3-datepicker input {
  border: 1px solid;
}
.vuejs3-datepicker__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vuejs3-datepicker__value {
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 200px;
  padding: 13px 15px;
}
.vuejs3-datepicker__content {
  font-size: 15px;
  margin-left: 10px;
}
.vuejs3-datepicker__typeablecalendar {
  left: 10px;
  position: absolute;
  top: 10px;
}
.vuejs3-datepicker__inputvalue {
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 200px;
  padding: 12px 10px 13px 35px;
}
.vuejs3-datepicker__calendar {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 .2rem 1rem #0000001f;
  margin-top: 4px;
  position: absolute;
  width: 300px;
  z-index: 100;
}
.vuejs3-datepicker__calendar-topbar {
  background-color: #40b983;
  border-radius: 4px 4px 0 0;
  color: #fff;
  padding: 25px;
  text-align: center;
}
.vuejs3-datepicker__calendar-topbar-year {
  cursor: pointer;
  font-size: 30px;
  margin: 0;
  padding-bottom: 10px;
}
.vuejs3-datepicker__calendar-topbar-day {
  font-size: 20px;
  margin: 0;
}
.vuejs3-datepicker__calendar-actionarea {
  padding: 10px;
}
.vuejs3-datepicker__calendar header {
  display: block;
  line-height: 40px;
}
.vuejs3-datepicker__calendar header span {
  float: left;
  text-align: center;
  width: 71.42857142857143%;
}
.vuejs3-datepicker__calendar header .next,
.vuejs3-datepicker__calendar header .prev {
  float: left;
  position: relative;
  text-indent: -10000px;
  width: 14.285714285714286%;
}
.vuejs3-datepicker__calendar header .next:after,
.vuejs3-datepicker__calendar header .prev:after {
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translate(-50%) translateY(-50%) rotate(45deg);
  width: 8px;
}
.vuejs3-datepicker__calendar header .prev:after {
  border-bottom: 1px solid #2f2f2f;
  border-left: 1px solid #2f2f2f;
}
.vuejs3-datepicker__calendar header .next.disabled:after,
.vuejs3-datepicker__calendar header .prev.disabled:after {
  opacity: .5;
}
.vuejs3-datepicker__calendar header .next:after {
  border-right: 1px solid #2f2f2f;
  border-top: 1px solid #2f2f2f;
}
.vuejs3-datepicker__calendar header .next:not(.disabled),
.vuejs3-datepicker__calendar header .prev:not(.disabled),
.vuejs3-datepicker__calendar header .up:not(.disabled) {
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
}
.vuejs3-datepicker__calendar header .next:not(.disabled):hover,
.vuejs3-datepicker__calendar header .prev:not(.disabled):hover,
.vuejs3-datepicker__calendar header .up:not(.disabled):hover {
  background: #f8f8f8;
}
.vuejs3-datepicker__calendar .disabled {
  color: #ddd;
  cursor: default;
}
.vuejs3-datepicker__calendar .flex-rtl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: inherit;
}
.vuejs3-datepicker__calendar .cell {
  border: 1px solid transparent;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  width: 14.285714285714286%;
}
.vuejs3-datepicker__calendar .cell.month,
.vuejs3-datepicker__calendar .cell.year {
  height: 50px;
  line-height: 28px;
  padding: 10px 5px;
}
.vuejs3-datepicker__calendar .cell.day-header {
  text-transform: uppercase;
}
.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).day,
.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).month,
.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).year {
  cursor: pointer;
  transition: .45s;
}
.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #40b983;
}
.vuejs3-datepicker__calendar .cell.selected {
  background: #40b983;
  color: #fff;
}
.vuejs3-datepicker__calendar .cell.selected:hover {
  background: #40b983;
}
.vuejs3-datepicker__calendar .cell.highlighted {
  background: #40b983;
  color: #fff;
}
.vuejs3-datepicker__calendar .cell.highlighted.selected {
  background: #40b983;
}
.vuejs3-datepicker__calendar .cell.highlighted.disabled {
  color: #a3a3a3;
}
.vuejs3-datepicker__calendar .cell.highlighted.highlight-start,
.vuejs3-datepicker__calendar .cell.highlighted:last-child {
  background: #2f9668;
}
.vuejs3-datepicker__calendar .cell.grey {
  color: #888;
}
.vuejs3-datepicker__calendar .cell.grey:hover {
  background: inherit;
}
.vuejs3-datepicker__calendar .cell.day-header {
  cursor: inherit;
  font-size: 75%;
  white-space: nowrap;
}
.vuejs3-datepicker__calendar .cell.day-header:hover {
  background: inherit;
}
.vuejs3-datepicker__calendar .month,
.vuejs3-datepicker__calendar .year {
  width: 33.333%;
}
.vuejs3-datepicker__calendar-button,
.vuejs3-datepicker__clear-button {
  cursor: pointer;
  font-style: normal;
  position: absolute;
  right: 12px;
  top: 12px;
}
.vuejs3-datepicker__calendar-button.disabled,
.vuejs3-datepicker__clear-button.disabled {
  color: #999;
  cursor: default;
}
.vuejs3-datepicker #calendar-div {
  background-color: #fff;
  border-radius: 5px;
}
.dp-error {
  color: red;
  font-size: 12px;
}
.backdrop {
  background-color: #00000080;
  bottom: 0;
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* node_modules/notyf/notyf.min.css */
@-webkit-keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(25%);
  }
}
@-webkit-keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(25%);
  }
}
@keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(25%);
  }
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%);
  }
  to {
    transform: scale(1) translateY(-45%) translateX(13%);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%);
  }
  to {
    transform: scale(1) translateY(-45%) translateX(13%);
  }
}
.notyf {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  box-sizing: border-box;
  padding: 20px;
}
.notyf__icon--error,
.notyf__icon--success {
  height: 21px;
  width: 21px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.notyf__icon--error:after,
.notyf__icon--error:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  left: 9px;
  height: 12px;
  top: 5px;
}
.notyf__icon--error:after {
  transform: rotate(-45deg);
}
.notyf__icon--error:before {
  transform: rotate(45deg);
}
.notyf__icon--success:after,
.notyf__icon--success:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
}
.notyf__icon--success:after {
  height: 6px;
  transform: rotate(-45deg);
  top: 9px;
  left: 6px;
}
.notyf__icon--success:before {
  height: 11px;
  transform: rotate(45deg);
  top: 5px;
  left: 10px;
}
.notyf__toast {
  display: block;
  overflow: hidden;
  pointer-events: auto;
  -webkit-animation: notyf-fadeinup .3s ease-in forwards;
  animation: notyf-fadeinup .3s ease-in forwards;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
  position: relative;
  padding: 0 15px;
  border-radius: 2px;
  max-width: 300px;
  transform: translateY(25%);
  box-sizing: border-box;
  flex-shrink: 0;
}
.notyf__toast--disappear {
  transform: translateY(0);
  -webkit-animation: notyf-fadeoutdown .3s forwards;
  animation: notyf-fadeoutdown .3s forwards;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}
.notyf__toast--disappear .notyf__icon,
.notyf__toast--disappear .notyf__message {
  -webkit-animation: notyf-fadeoutdown .3s forwards;
  animation: notyf-fadeoutdown .3s forwards;
  opacity: 1;
  transform: translateY(0);
}
.notyf__toast--disappear .notyf__dismiss {
  -webkit-animation: notyf-fadeoutright .3s forwards;
  animation: notyf-fadeoutright .3s forwards;
  opacity: 1;
  transform: translateX(0);
}
.notyf__toast--disappear .notyf__message {
  -webkit-animation-delay: .05s;
  animation-delay: .05s;
}
.notyf__toast--upper {
  margin-bottom: 20px;
}
.notyf__toast--lower {
  margin-top: 20px;
}
.notyf__toast--dismissible .notyf__wrapper {
  padding-right: 30px;
}
.notyf__ripple {
  height: 400px;
  width: 400px;
  position: absolute;
  transform-origin: bottom right;
  right: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0) translateY(-51%) translateX(13%);
  z-index: 5;
  -webkit-animation: ripple .4s ease-out forwards;
  animation: ripple .4s ease-out forwards;
}
.notyf__wrapper {
  display: flex;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 15px;
  border-radius: 3px;
  position: relative;
  z-index: 10;
}
.notyf__icon {
  width: 22px;
  text-align: center;
  font-size: 1.3em;
  opacity: 0;
  -webkit-animation: notyf-fadeinup .3s forwards;
  animation: notyf-fadeinup .3s forwards;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  margin-right: 13px;
}
.notyf__dismiss {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 26px;
  margin-right: -15px;
  -webkit-animation: notyf-fadeinleft .3s forwards;
  animation: notyf-fadeinleft .3s forwards;
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
  opacity: 0;
}
.notyf__dismiss-btn {
  background-color: rgba(0, 0, 0, .25);
  border: none;
  cursor: pointer;
  transition: opacity .2s ease, background-color .2s ease;
  outline: none;
  opacity: .35;
  height: 100%;
  width: 100%;
}
.notyf__dismiss-btn:after,
.notyf__dismiss-btn:before {
  content: "";
  background: #fff;
  height: 12px;
  width: 2px;
  border-radius: 3px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 5px);
}
.notyf__dismiss-btn:after {
  transform: rotate(-45deg);
}
.notyf__dismiss-btn:before {
  transform: rotate(45deg);
}
.notyf__dismiss-btn:hover {
  opacity: .7;
  background-color: rgba(0, 0, 0, .15);
}
.notyf__dismiss-btn:active {
  opacity: .8;
}
.notyf__message {
  vertical-align: middle;
  position: relative;
  opacity: 0;
  -webkit-animation: notyf-fadeinup .3s forwards;
  animation: notyf-fadeinup .3s forwards;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
  line-height: 1.5em;
}
@media only screen and (max-width:480px) {
  .notyf {
    padding: 0;
  }
  .notyf__ripple {
    height: 600px;
    width: 600px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
  }
  .notyf__toast {
    max-width: none;
    border-radius: 0;
    box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, .13);
    width: 100%;
  }
  .notyf__dismiss {
    width: 56px;
  }
}

/* sfc-style:/home/deploy/apps/aviator_production/releases/20250627141620/app/javascript/components/PressSearch.vue?type=style&index=0 */
.bdr {
  border: 1px solid red;
}
.bdr-bl {
  border: 1px solid blue;
}
select::-ms-expand {
  display: none;
}
/*# sourceMappingURL=/assets/aviator_app.css.map */
