@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&subset=latin,latin-ext);
/* line 1, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

/* line 15, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}

/* line 18, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

/* line 21, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

/* line 24, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}

/* line 28, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}

/* line 38, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-dropdown-wrapper:focus {
  outline: none;
}

/* line 41, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

/* line 45, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

/* line 48, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/* line 58, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/* line 68, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}

/* line 75, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}

/* line 87, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

/* line 91, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

/* line 97, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}

/* line 100, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-dropdownoption-active {
  background: #f5f5f5;
}

/* line 103, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}

/* line 107, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

/* line 112, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-inline-dropdown {
  width: 50px;
}

/* line 115, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

/* line 120, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

/* line 125, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-block-dropdown {
  width: 110px;
}

/* line 128, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

/* line 133, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-fontsize-dropdown {
  min-width: 40px;
}

/* line 136, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}

/* line 140, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

/* line 145, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-fontfamily-dropdown {
  width: 115px;
}

/* line 148, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 154, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-fontfamily-optionwrapper {
  width: 140px;
}

/* line 157, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

/* line 162, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}

/* line 166, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

/* line 171, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

/* line 176, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}

/* line 180, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

/* line 185, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-right-aligned-block {
  text-align: right;
}

/* line 188, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-left-aligned-block {
  text-align: left !important;
}

/* line 191, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-center-aligned-block {
  text-align: center !important;
}

/* line 194, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-justify-aligned-block {
  text-align: justify !important;
}

/* line 197, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-right-aligned-block > div {
  display: inline-block;
}

/* line 200, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-left-aligned-block > div {
  display: inline-block;
}

/* line 203, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-center-aligned-block > div {
  display: inline-block;
}

/* line 206, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-justify-aligned-block > div {
  display: inline-block;
}

/* line 209, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

/* line 215, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

/* line 230, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}

/* line 234, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}

/* line 241, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}

/* line 244, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}

/* line 252, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}

/* line 257, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}

/* line 267, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}

/* line 270, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}

/* line 273, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}

/* line 276, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

/* line 282, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-dropdown {
  width: 50px;
}

/* line 285, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

/* line 290, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}

/* line 293, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

/* line 308, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-modal-label {
  font-size: 15px;
}

/* line 311, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}

/* line 319, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-modal-input:focus {
  outline: none;
}

/* line 322, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}

/* line 325, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}

/* line 328, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}

/* line 331, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

/* line 341, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}

/* line 344, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

/* line 347, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-modal-btn:focus {
  outline: none !important;
}

/* line 350, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}

/* line 353, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

/* line 358, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-history-dropdown {
  width: 50px;
}

/* line 361, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

/* line 367, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}

/* line 383, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}

/* line 387, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 395, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}

/* line 402, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}

/* line 406, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}

/* line 415, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}

/* line 419, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-link-input:focus {
  outline: none;
}

/* line 422, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}

/* line 426, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

/* line 436, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}

/* line 439, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

/* line 442, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}

/* line 445, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}

/* line 448, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}

/* line 454, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}

/* line 461, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-embedded-modal-size-input:focus {
  outline: none;
}

/* line 464, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

/* line 470, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

/* line 486, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 496, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

/* line 503, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

/* line 513, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 517, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 534, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

/* line 540, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}

/* line 554, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}

/* line 559, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 567, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}

/* line 573, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}

/* line 577, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0;
}

/* line 592, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}

/* line 595, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

/* line 604, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-upload-option-label span {
  padding: 0 20px;
}

/* line 607, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px;
}

/* line 611, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 619, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}

/* line 623, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}

/* line 632, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}

/* line 635, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-url-input:focus {
  outline: none;
}

/* line 638, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}

/* line 648, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}

/* line 651, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}

/* line 654, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-btn:focus {
  outline: none !important;
}

/* line 657, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}

/* line 660, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

/* line 668, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}

/* line 676, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-alt-input:focus {
  outline: none;
}

/* line 679, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}

/* line 682, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}

/* line 688, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}

/* line 695, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-modal-size-input:focus {
  outline: none;
}

/* line 698, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}

/* line 703, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}

/* line 709, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

/* line 714, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

/* line 719, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-history-dropdown {
  width: 50px;
}

/* line 722, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-decorator-wrapper {
  position: relative;
}

/* line 725, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}

/* line 732, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

/* line 739, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-suggestion-wrapper {
  position: relative;
}

/* line 742, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}

/* line 753, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}

/* line 757, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}

/* line 760, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

/* line 767, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}

/* line 778, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-alignment-option-left {
  justify-content: flex-start;
}

/* line 781, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}

/* line 786, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-alignment {
  position: relative;
}

/* line 789, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-imagewrapper {
  position: relative;
}

/* line 792, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-center {
  display: flex;
  justify-content: center;
}

/* line 796, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-left {
  display: flex;
}

/* line 799, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}

/* line 803, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-image-alignment-options-popup-right {
  right: 0;
}

/* line 806, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}

/* line 811, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 823, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-block {
  margin: 1em 0;
}

/* line 826, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-editor-wrapper:focus {
  outline: none;
}

/* line 829, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-editor-wrapper {
  box-sizing: content-box;
}

/* line 832, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}

/* line 836, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
}

/**
* Draft v0.9.1
*
* Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.DraftEditor-editorContainer, .DraftEditor-root, .public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.DraftEditor-root {
  position: relative;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: .1px solid transparent;
  position: relative;
  z-index: 1;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftEditor-block {
  position: relative;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.DraftEditorPlaceholder-hidden {
  display: none;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-listLTR {
  direction: ltr;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-listRTL {
  direction: rtl;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-ol, .public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}

/* line 850, /railsapp/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css */
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
/* line 8, /railsapp/node_modules/react-select/dist/react-select.css */
.Select {
  position: relative;
}

/* line 11, /railsapp/node_modules/react-select/dist/react-select.css */
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}

/* line 15, /railsapp/node_modules/react-select/dist/react-select.css */
.Select input::-ms-clear {
  display: none !important;
}

/* line 18, /railsapp/node_modules/react-select/dist/react-select.css */
.Select input::-ms-reveal {
  display: none !important;
}

/* line 21, /railsapp/node_modules/react-select/dist/react-select.css */
.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box;
}

/* line 29, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}

/* line 34, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

/* line 37, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}

/* line 40, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

/* line 46, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

/* line 51, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}

/* line 54, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}

/* line 57, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.is-focused > .Select-control {
  background: #fff;
}

/* line 60, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}

/* line 65, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}

/* line 68, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}

/* line 72, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

/* line 77, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

/* line 85, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}

/* line 89, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

/* line 92, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

/* line 96, /railsapp/node_modules/react-select/dist/react-select.css */
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}

/* line 100, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 116, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

/* line 119, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}

/* line 123, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 139, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

/* line 145, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}

/* line 162, /railsapp/node_modules/react-select/dist/react-select.css */
.is-focused .Select-input > input {
  cursor: text;
}

/* line 165, /railsapp/node_modules/react-select/dist/react-select.css */
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

/* line 168, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

/* line 171, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

/* line 179, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

/* line 193, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

/* line 205, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-clear-zone:hover {
  color: #D0021B;
}

/* line 208, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

/* line 213, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi .Select-clear-zone {
  width: 17px;
}

/* line 216, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

/* line 225, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}

/* line 229, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

/* line 238, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-control > *:last-child {
  padding-right: 5px;
}

/* line 241, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

/* line 244, /railsapp/node_modules/react-select/dist/react-select.css */
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 270, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

/* line 287, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

/* line 291, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

/* line 299, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 303, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

/* line 309, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

/* line 315, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}

/* line 319, /railsapp/node_modules/react-select/dist/react-select.css */
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

/* line 326, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

/* line 331, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}

/* line 335, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

/* line 338, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

/* line 354, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

/* line 359, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

/* line 365, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

/* line 370, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

/* line 373, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

/* line 382, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

/* line 389, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}

/* line 394, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}

/* line 398, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}

/* line 404, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

/* line 409, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

/* line 413, /railsapp/node_modules/react-select/dist/react-select.css */
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
/* Active Admin CSS */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 90, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 103, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 142, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 240, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 256, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 266, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 277, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 300, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 311, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 322, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 336, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 354, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 364, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 374, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 383, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 393, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 406, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 415, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 434, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
[hidden] {
  display: none;
}

/* line 27, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
html {
  font-size: 100.01%;
}

/* line 28, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
body {
  font-size: 75%;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* line 31, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #5E6469;
}
/* line 34, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

/* line 37, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

/* line 38, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

/* line 39, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

/* line 40, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

/* line 41, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

/* line 42, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* line 45, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
p {
  margin: 0 0 1.5em;
}
/* line 48, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
/* line 49, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}

/* line 52, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.left {
  float: left !important;
}

/* line 53, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.right {
  float: right !important;
}

/* line 55, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

/* line 56, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
strong, dfn {
  font-weight: bold;
}

/* line 57, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
em, dfn {
  font-style: italic;
}

/* line 58, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
sup, sub {
  line-height: 0;
}

/* line 60, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
abbr,
acronym {
  border-bottom: 1px dotted #666;
}

/* line 62, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
address {
  margin: 0 0 1.5em;
  font-style: italic;
}

/* line 63, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
del {
  color: #666;
}

/* line 65, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
pre {
  margin: 1.5em 0;
  white-space: pre;
}

/* line 66, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* line 69, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
li ul,
li ol {
  margin: 0;
}

/* line 71, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

/* line 73, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
ul {
  list-style-type: disc;
}

/* line 74, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
ol {
  list-style-type: decimal;
}

/* line 76, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
dl {
  margin: 0 0 1.5em 0;
}

/* line 77, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
dl dt {
  font-weight: bold;
}

/* line 78, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
dd {
  margin-left: 1.5em;
}

/* line 81, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
table {
  margin-bottom: 1.4em;
  width: 100%;
}

/* line 82, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
th {
  font-weight: bold;
}

/* line 83, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
thead th {
  background: #c3d9ff;
}

/* line 84, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
th, td, caption {
  padding: 4px 10px 4px 5px;
}

/* line 87, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}

/* line 88, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}

/* line 89, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.hide {
  display: none;
}

/* line 91, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.quiet {
  color: #666;
}

/* line 92, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.loud {
  color: #000;
}

/* line 93, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.highlight {
  background: #ff0;
}

/* line 94, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.added {
  background: #060;
  color: #fff;
}

/* line 95, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.removed {
  background: #900;
  color: #fff;
}

/* line 97, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.first {
  margin-left: 0;
  padding-left: 0;
}

/* line 98, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.last {
  margin-right: 0;
  padding-right: 0;
}

/* line 99, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.top {
  margin-top: 0;
  padding-top: 0;
}

/* line 100, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_typography.scss */
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 4, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header {
  background-color: #6a7176;
  background-image: linear-gradient(180deg, #6a7176, #4d5256);
  border-bottom: 1px solid #44484b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  text-shadow: #000 0 1px 0;
  display: table;
  height: 20px;
  width: 100%;
  overflow: visible;
  position: inherit;
  padding: 5px 0;
  z-index: 900;
}
/* line 16, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  color: #cdcdcd;
  margin-right: 20px;
  margin-bottom: 0px;
  padding: 3px 30px 0 30px;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.2;
}
/* line 28, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 a {
  text-decoration: none;
}
/* line 31, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 a:hover {
  color: #fff;
}
/* line 36, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 img {
  position: relative;
  top: -2px;
}
/* line 42, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header a, #header a:link {
  color: #cdcdcd;
}
/* line 44, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header .header-item {
  top: 2px;
  position: relative;
  height: 20px;
}
/* line 50, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin: 0;
  padding: 0;
}
/* line 57, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.0em;
  position: relative;
  /* Hover on li, display the ul */
  /* Drop down menus */
}
/* line 65, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li a {
  text-decoration: none;
  padding: 6px 10px 4px 10px;
  position: relative;
  border-radius: 10px;
}
/* line 72, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.current > a {
  background: #7b8389;
  color: #fff;
}
/* line 77, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.has_nested > a {
  background: url(/assets/active_admin/nested_menu_arrow-15084d93c65c1964d7077700ea748bd2d70cfa2d4c19707c58a9c64e232dd442.gif) no-repeat calc(100% - 7px) 50%;
  padding-right: 20px;
}
/* line 82, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.has_nested.current > a {
  background: #7b8389 url(/assets/active_admin/nested_menu_arrow_dark-7c43b8e0a5f8823875f49a093c9d7a6b374f885b6f9cc248ae9cd7e6e9b29034.gif) no-repeat calc(100% - 7px) 50%;
  padding-right: 20px;
}
/* line 87, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li:hover > a {
  background: #7b8389;
  color: #fff;
}
/* line 92, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.has_nested:hover > a {
  border-radius: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 5px solid #7b8389;
  background: #7b8389 url(/assets/active_admin/nested_menu_arrow_dark-7c43b8e0a5f8823875f49a093c9d7a6b374f885b6f9cc248ae9cd7e6e9b29034.gif) no-repeat calc(100% - 7px) 50%;
  z-index: 1020;
}
/* line 101, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li:hover ul {
  display: block;
}
/* line 103, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul {
  background: #7b8389;
  border-top-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 1px 3px #444;
  position: absolute;
  width: 120%;
  min-width: 175px;
  max-width: calc(100% + 20px);
  margin-top: 5px;
  float: left;
  display: none;
  padding: 3px 0px 5px 0;
  list-style: none;
  z-index: 1010;
}
/* line 118, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li {
  margin: 0px;
}
/* line 120, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li a {
  background: none;
  display: block;
}
/* line 123, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li a:hover {
  color: #fff;
  background: none;
}
/* line 127, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li.current a {
  border-radius: 0;
}
/* line 135, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header #tabs {
  width: 100%;
}
/* line 139, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav {
  color: #aaa;
  display: table-cell;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  padding-right: 26px;
  text-align: right;
}
/* line 148, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav a {
  text-decoration: none;
}
/* line 149, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav a:hover {
  color: #fff;
}
/* line 151, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav li {
  display: inline;
}

/* line 2, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form {
  /* Reset margins & Padding */
  /* Nested Fieldsets and Legends */
  /* Text Fields */
  /* semantic_errors */
  /* Buttons */
}
/* line 4, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form ul, form ol, form li, form fieldset, form legend, form input, form textarea, form select, form p {
  margin: 0;
  padding: 0;
}
/* line 5, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form ol, form ul {
  list-style: none;
}
/* line 7, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset {
  border: 0;
  padding: 10px 0;
  margin-bottom: 20px;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset.inputs {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
}
/* line 14, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset legend {
  width: 100%;
}
/* line 16, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset legend span {
  display: block;
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
}
/* line 19, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li {
  padding: 10px;
}
/* line 21, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li label {
  display: block;
  width: 20%;
  float: left;
  font-size: 1.0em;
  font-weight: bold;
  color: #5E6469;
}
/* line 28, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li label abbr {
  border: none;
  color: #aaa;
}
/* line 35, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li.has_many_container {
  padding: 20px 10px;
}
/* line 37, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li.has_many_container h3 {
  font-size: 12px;
  font-weight: bold;
}
/* line 41, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li.has_many_container .has_many_fields {
  margin: 10px 0;
}
/* line 44, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li > li label {
  line-height: 100%;
  padding-top: 0;
}
/* line 47, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li > li label input {
  line-height: 100%;
  vertical-align: middle;
  margin-top: -0.1em;
}
/* line 56, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_fields {
  position: relative;
}
/* line 59, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_container .handle {
  position: absolute;
  top: calc(50% - 3em / 2);
  right: 2px;
  padding: 0;
  cursor: move;
}
/* line 68, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_container.ui-sortable .has_many_container {
  margin-right: 2em;
}
/* line 75, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form .ui-sortable input[type=text], form .ui-sortable input[type=password], form .ui-sortable input[type=email], form .ui-sortable input[type=number], form .ui-sortable input[type=url], form .ui-sortable input[type=tel], form .ui-sortable textarea {
  width: calc(80% - 22px - 2em - 1px);
}
/* line 83, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
/* line 88, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset legend {
  position: absolute;
  width: 95%;
  padding-top: 0.1em;
  left: 0px;
  font-size: 100%;
  font-weight: normal;
}
/* line 95, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset legend span {
  position: absolute;
}
/* line 96, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset legend.label label {
  position: absolute;
}
/* line 99, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset:not(.has_many_fields) ol {
  float: left;
  width: 74%;
  margin: 0;
  padding: 0 0 0 20%;
}
/* line 105, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset:not(.has_many_fields) ol li {
  padding: 0;
  border: 0;
}
/* line 111, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset.has_many_fields ol {
  float: left;
  width: 100%;
  margin: 0;
}
/* line 120, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form input[type=url],
form input[type=tel],
form input[type=date],
form input[type=time],
form textarea {
  width: calc(80% - 22px);
  border: 1px solid #c9d0d6;
  border-radius: 3px;
  font-size: 0.95em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  outline: none;
  padding: 8px 10px 7px;
}
/* line 137, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=url]:focus,
form input[type=tel]:focus,
form input[type=date]:focus,
form input[type=time]:focus,
form textarea:focus {
  border: 1px solid #99a2aa;
  box-shadow: 0 0 4px #99a2aa;
}
/* line 143, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=date] {
  width: calc(100% - 22px);
}
/* line 147, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li {
  /* Hints */
  /* Date and Time Fields */
  /* Check Boxes or Radio fields */
  /* Boolean Field */
  /* Hidden fields */
  /* Errors */
}
/* line 150, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li p.inline-hints {
  font-size: 0.95em;
  font-style: italic;
  color: #666;
  margin: 0.5em 0 0 20%;
}
/* line 159, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.date_select fieldset ol li, form fieldset > ol > li.time_select fieldset ol li, form fieldset > ol > li.datetime_select fieldset ol li {
  float: left;
  width: auto;
  margin: 0 0.5em 0 0;
}
/* line 161, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.date_select fieldset ol li label, form fieldset > ol > li.time_select fieldset ol li label, form fieldset > ol > li.datetime_select fieldset ol li label {
  display: none;
}
/* line 162, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.date_select fieldset ol li input, form fieldset > ol > li.time_select fieldset ol li input, form fieldset > ol > li.datetime_select fieldset ol li input {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 168, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol, form fieldset > ol > li.radio fieldset ol {
  margin-bottom: -0.6em;
}
/* line 170, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol li, form fieldset > ol > li.radio fieldset ol li {
  margin: 0.1em 0 0.5em 0;
}
/* line 172, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol li label, form fieldset > ol > li.radio fieldset ol li label {
  float: none;
  width: 100%;
}
/* line 175, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol li label input, form fieldset > ol > li.radio fieldset ol li label input {
  margin-right: 0.2em;
}
/* line 182, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.boolean {
  min-height: 1.1em;
}
/* line 184, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.boolean label {
  width: 80%;
  padding-left: 20%;
  padding-right: 10px;
  text-transform: none !important;
  font-weight: normal;
}
/* line 190, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.boolean label input {
  margin: 0 0.5em 0 0.2em;
}
/* line 195, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.hidden {
  padding: 0;
}
/* line 200, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li p.inline-errors {
  color: #932419;
  font-weight: bold;
  margin: 0.3em 0 0 20%;
}
/* line 205, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li ul.errors {
  color: #932419;
  margin: 0.5em 0 0 20%;
  list-style: square;
}
/* line 209, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li ul.errors li {
  padding: 0;
  border: none;
  display: list-item;
}
/* line 213, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.error input[type=text], form fieldset > ol > li.error input[type=password], form fieldset > ol > li.error input[type=email], form fieldset > ol > li.error input[type=number], form fieldset > ol > li.error input[type=url], form fieldset > ol > li.error input[type=tel], form fieldset > ol > li.error textarea {
  border: 1px solid #932419;
}
/* line 220, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form ul.errors {
  background: #fae6e4;
  border-radius: 4px;
  color: #932419;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  list-style: square;
}
/* line 228, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form ul.errors li {
  margin-left: 15px;
  padding: 0;
  border: none;
  display: list-item;
}
/* line 233, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=submit], form input[type=button], form button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #838a90;
  background-image: linear-gradient(180deg, #838a90, #414549);
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
  cursor: pointer;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form input[type=submit].disabled, form input[type=button].disabled, form button.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 29, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form input[type=submit]:not(.disabled):hover, form input[type=button]:not(.disabled):hover, form button:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}
/* line 33, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form input[type=submit]:not(.disabled):active, form input[type=button]:not(.disabled):active, form button:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
  background-color: #71797f;
  background-image: linear-gradient(180deg, #71797f, #35383b);
}
/* line 239, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form .buttons, form .actions {
  margin-top: 15px;
}
/* line 241, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form .buttons input[type=submit], form .buttons input[type=button], form .buttons button, form .actions input[type=submit], form .actions input[type=button], form .actions button {
  margin-right: 10px;
}
/* line 244, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form .buttons .actions .create_another {
  float: none;
  margin-bottom: 10px;
}
/* line 248, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form .buttons .actions .create_another label {
  float: none;
  display: inline;
}
/* line 254, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset.buttons li, form fieldset.actions li {
  float: left;
  padding: 0;
}
/* line 258, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form fieldset.buttons li.cancel a.disabled, form fieldset.actions li.cancel a.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 50, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form fieldset.buttons li.cancel a:not(.disabled):hover, form fieldset.actions li.cancel a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}
/* line 54, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form fieldset.buttons li.cancel a:not(.disabled):active, form fieldset.actions li.cancel a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 268, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar_section label {
  display: block;
  text-transform: uppercase;
  color: #5E6469;
  font-size: 0.9em;
  font-weight: bold;
}
/* line 276, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar_section select {
  width: 240px;
}
/* line 280, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar_section input[type=text], .sidebar_section input[type=password], .sidebar_section input[type=email], .sidebar_section input[type=url], .sidebar_section input[type=tel], .sidebar_section textarea {
  width: 220px;
}

/* line 296, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field {
  margin-bottom: 10px;
  clear: both;
}
/* line 301, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.select_and_search input[type=text] {
  margin-left: 16px;
  width: 88px;
}
/* line 305, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.select_and_search select {
  width: 108px;
}
/* line 311, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes label {
  margin-bottom: 3px;
}
/* line 312, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes fieldset {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* line 316, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label {
  font-weight: normal;
  margin-bottom: 3px;
  text-transform: none;
  font-size: 1.0em;
}
/* line 321, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input {
  vertical-align: baseline;
}
/* line 326, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_date_range input[type=text] {
  box-sizing: border-box;
  width: 114px;
}
/* line 330, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_date_range input[type=text] + input {
  margin-left: 6px;
}
/* line 336, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form a.clear_filters_btn {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form.filter_form a.clear_filters_btn.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 50, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form.filter_form a.clear_filters_btn:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}
/* line 54, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form.filter_form a.clear_filters_btn:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 4, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment {
  clear: both;
  margin-top: 10px;
  margin-bottom: 40px;
  max-width: 700px;
}
/* line 10, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment .active_admin_comment_meta {
  width: 130px;
  float: left;
  overflow: hidden;
  font-size: 0.9em;
  color: #767e84;
}
/* line 16, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment .active_admin_comment_meta .active_admin_comment_author {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #5E6469;
}
/* line 23, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment .active_admin_comment_body {
  margin-left: 150px;
}
/* line 27, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment {
  margin: 0;
  padding: 0;
  margin-left: 150px;
}
/* line 32, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment fieldset.inputs {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
/* line 38, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment li {
  padding: 0;
}
/* line 39, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment fieldset.buttons {
  padding: 0;
  margin-top: 5px;
}

/* line 2, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_in .flash {
  background-color: #f7f1d3;
  background-image: linear-gradient(180deg, #f7f1d3, #f5edc5);
  text-shadow: #fafafa 0 1px 0;
  border-bottom: 1px solid #eee098;
  color: #cb9810;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.0em;
  padding: 13px 30px 11px;
  position: relative;
}
/* line 13, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_in .flash.flash_notice {
  background-color: #dce9dd;
  background-image: linear-gradient(180deg, #dce9dd, #ccdfcd);
  border-bottom: 1px solid #adcbaf;
  color: #416347;
}
/* line 18, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_in .flash.flash_error {
  background-color: #f5e4e4;
  background-image: linear-gradient(180deg, #f5e4e4, #f1dcdc);
  border-bottom: 1px solid #e0c2c0;
  color: #b33c33;
}

/* line 27, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_out .flash {
  box-shadow: none;
  text-shadow: #fff 0 1px 0;
  background: none;
  color: #666;
  font-weight: bold;
  line-height: 1.0em;
  padding: 0;
  margin-bottom: 8px;
}

/* line 2, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker {
  background: #fff;
  background-clip: padding-box;
  color: #fff;
  display: none;
  margin-top: 2px;
  padding: 0;
  text-align: center;
  width: 160px;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker a {
  text-decoration: none;
}
/* line 14, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker a:hover {
  cursor: pointer;
}
/* line 19, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header {
  height: 14px;
  background-color: #6a7176;
  background-image: linear-gradient(180deg, #6a7176, #4d5256);
  border-bottom: 1px solid #44484b;
  padding: 12px 5px 7px 4px;
  margin: 0px 0px 2px 2px;
  width: 147px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  z-index: 2000;
}
/* line 30, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header:before {
  content: "";
  position: absolute;
  right: 45%;
  top: -6px;
  width: 0px;
  height: 0px;
  border-left: 8.5px solid rgba(0, 0, 0, 0);
  border-right: 8.5px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #676e73;
}
/* line 42, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-shadow: #000 0 1px 0;
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 0.8em;
  text-align: center;
}
/* line 51, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin: -4px 0 0 0;
}
/* line 54, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  margin: -4px 0 0 0;
}
/* line 60, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a {
  color: #fff;
  display: block;
  height: 19px;
  margin-top: -4px;
  width: 10px;
}
/* line 67, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  float: left;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 4px;
  border-top: 5px solid transparent;
  border-right: 5px solid white;
  border-bottom: 5px solid transparent;
}
/* line 76, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  float: right;
  width: 0;
  height: 0;
  margin: 0px 4px 0px 0px;
  border-top: 5px solid transparent;
  border-left: 5px solid white;
  border-bottom: 5px solid transparent;
}
/* line 86, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a span {
  display: none;
}
/* line 92, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
  background-color: #f4f4f4;
  border: solid 1px #63686e;
  left: 2px;
  margin-bottom: 0px;
  position: relative;
  top: -2px;
  width: 156px;
}
/* line 103, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar td, .ui-datepicker table.ui-datepicker-calendar th {
  padding: 0px;
  text-align: center;
}
/* line 108, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar thead th {
  background-color: #dbdddf;
  color: #333333;
  font-weight: normal;
  font-size: 0.8em;
  padding-top: 1px;
}
/* line 116, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody {
  color: #666666;
}
/* line 119, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td {
  border: none;
  height: 24px;
  width: 22px;
}
/* line 124, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a {
  border-radius: 3px;
  color: #666666;
  font-weight: bold;
  font-size: 0.85em;
  padding: 4px;
}
/* line 131, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #5a5f64;
  color: #fff;
}
/* line 134, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active.ui-state-hover {
  background-color: #5a5f64;
  color: #fff;
}
/* line 139, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-hover {
  background-color: #eceef0;
}
/* line 142, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {
  background-color: #dbdddf;
}

/* line 5, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table tr td {
  vertical-align: top;
}
/* line 9, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table tr th {
  text-align: left;
}

/* line 16, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table {
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  border-spacing: 0;
}
/* line 22, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
  border-right: none;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 28, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th a, table.index_table th a:link, table.index_table th a:visited {
  color: #5E6469;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}
/* line 35, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sortable a {
  background: url(/assets/active_admin/orderable-29374dbb55b0012d78a37c614d573bb3474f0779849b478a147d0f1845ca6617.png) no-repeat 0 4px;
  padding-left: 13px;
}
/* line 39, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sorted-asc a {
  background-position: 0 -27px;
}
/* line 40, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sorted-desc a {
  background-position: 0 -56px;
}
/* line 42, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sorted-asc, table.index_table th.sorted-desc {
  background-color: #e2e2e2;
  background-image: linear-gradient(180deg, #e2e2e2, #d2d4d6);
}
/* line 46, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th:last-child {
  border-right: solid 1px #d4d4d4;
}
/* line 52, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table tr.even td {
  background: #f4f5f5;
}
/* line 54, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table tr.selected td {
  background: #d9e4ec;
}
/* line 58, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table td {
  padding: 10px 12px 8px 12px;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}

/* line 67, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table {
  margin-top: 5px;
}
/* line 69, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table th {
  padding-top: 10px;
  background: none;
  color: #5E6469;
  box-shadow: none;
  text-shadow: #fff 0 1px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
/* line 78, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table tr.odd td {
  background: #ecedee;
}
/* line 79, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table tr.even td {
  background: #f4f5f5;
}

/* line 83, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table {
  overflow: hidden;
}

/* line 86, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table col.even {
  background: #f4f5f5;
}
/* line 87, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table col.odd {
  background: #ecedee;
}
/* line 88, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table th, .attributes_table table td {
  padding: 8px 12px 6px 12px;
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
}
/* line 93, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table th {
  box-shadow: none;
  background-color: none;
  width: 150px;
  font-size: 0.9em;
  padding-left: 0;
  text-transform: uppercase;
  color: #5E6469;
  text-shadow: #fff 0 1px 0;
}
/* line 104, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table td .empty {
  color: #bbb;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* line 113, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.sidebar_section .attributes_table th {
  width: 50px;
}

/* line 2, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
#collection_selection_toggle_panel:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
/* line 3, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_batch_actions.scss */
#collection_selection_toggle_panel > .resource_selection_toggle_cell {
  float: left;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-widget-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}

/* line 8, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog {
  position: fixed;
  z-index: 1002;
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}
/* line 14, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-titlebar {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
}
/* line 16, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-titlebar span {
  font-size: 1.1em;
}
/* line 19, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog ul {
  list-style-type: none;
}
/* line 20, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog li {
  margin: 10px 0;
}
/* line 21, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog label {
  margin-right: 10px;
}
/* line 23, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane, .ui-dialog form {
  padding: 7px 15px 13px;
}
/* line 27, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #838a90;
  background-image: linear-gradient(180deg, #838a90, #414549);
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 29, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}
/* line 33, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
  background-color: #71797f;
  background-image: linear-gradient(180deg, #71797f, #35383b);
}
/* line 28, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 50, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}
/* line 54, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 33, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.active_admin_dialog.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container {
  clear: both;
  text-align: center;
}
/* line 5, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container .blank_slate {
  border-radius: 3px;
  border: 1px dashed #DADADA;
  color: #AAA;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 14px 25px;
  text-align: center;
}
/* line 15, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container .blank_slate small {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
}

/* line 23, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.admin_dashboard .blank_slate_container .blank_slate {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 28, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.with_sidebar .blank_slate_container .blank_slate {
  margin-top: 80px;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.0em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
/* line 9, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
  color: #8a949e;
  text-decoration: none;
}
/* line 14, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}
/* line 16, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb .breadcrumb_sep {
  margin: 0 2px;
  color: #aab2ba;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu {
  display: inline;
}
/* line 4, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  position: relative;
  padding-right: 22px !important;
  cursor: pointer;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.dropdown_menu .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 50, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.dropdown_menu .dropdown_menu_button:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}
/* line 54, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.dropdown_menu .dropdown_menu_button:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}
/* line 10, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #FFF transparent;
  right: 12px;
  top: 45%;
}
/* line 22, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #777 transparent;
  right: 12px;
  top: 45%;
}
/* line 35, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_nipple {
  content: "";
  position: absolute;
  top: -6px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: #545a5e transparent;
  z-index: 100;
}
/* line 51, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_nipple:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #838a90 transparent;
  left: -5px;
  top: 1px;
}
/* line 65, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_nipple:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #686e74 transparent;
  left: -5px;
  top: 2px;
}
/* line 78, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper {
  display: inline-block;
  position: absolute;
  background-color: white;
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, #838a90 0px 1px 0px 0px inset;
  background-color: #5E6469;
  background-color: #686e74;
  background-image: linear-gradient(180deg, #686e74, #52575c);
  border: solid 1px #464a4e;
  border-top-color: #545a5e;
  border-bottom-color: #35383b;
  border-radius: 4px;
  z-index: 2000;
  display: none;
}
/* line 93, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list {
  display: block;
  background-color: #FFF;
  border: solid 1px #464a4e;
  box-shadow: #6a7176 0px 1px 0px 0px;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  padding: 8px;
  list-style-type: none;
  padding: 0;
}
/* line 106, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li {
  display: block;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
}
/* line 111, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a {
  display: block;
  box-sizing: padding-box;
  font-size: 0.95em;
  font-weight: bold;
  padding: 7px 16px 5px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
/* line 121, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:hover {
  background-color: #75a1c2;
  background-image: linear-gradient(180deg, #75a1c2, #608cb4);
  text-shadow: #5a83aa 0 1px 0;
  color: #FFF;
}
/* line 127, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:active {
  background-color: #608cb4;
  background-image: linear-gradient(180deg, #608cb4, #75a1c2);
  color: #FFF;
}
/* line 135, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:first-child a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 142, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child {
  border: none;
}
/* line 143, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
a.member_link {
  margin-right: 7px;
  white-space: nowrap;
}

/* line 6, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
a.button, a:link.button, a:visited.button, input[type=submit], input[type=button], button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #838a90;
  background-image: linear-gradient(180deg, #838a90, #414549);
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.button.disabled, a:link.button.disabled, a:visited.button.disabled, input[type=submit].disabled, input[type=button].disabled, button.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 29, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.button:not(.disabled):hover, a:link.button:not(.disabled):hover, a:visited.button:not(.disabled):hover, input[type=submit]:not(.disabled):hover, input[type=button]:not(.disabled):hover, button:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}
/* line 33, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.button:not(.disabled):active, a:link.button:not(.disabled):active, a:visited.button:not(.disabled):active, input[type=submit]:not(.disabled):active, input[type=button]:not(.disabled):active, button:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
  background-color: #71797f;
  background-image: linear-gradient(180deg, #71797f, #35383b);
}

/* line 2, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_grid.scss */
table.index_grid td {
  border: none;
  background: none;
  padding: 0 20px 20px 0;
  margin: 0;
}

/* line 5, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_grid.scss */
.columns {
  clear: both;
  padding: 0;
}
/* line 8, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_grid.scss */
.columns .column {
  float: left;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_links.scss */
a, a:link, a:visited {
  color: #38678b;
  text-decoration: underline;
}

/* line 5, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_links.scss */
a:hover {
  text-decoration: none;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.paginated_collection_contents {
  clear: both;
}

/* line 5, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination {
  float: right;
  font-size: 0.9em;
  margin-left: 10px;
}
/* line 10, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination a.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 50, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}
/* line 54, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}
/* line 14, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination span.page.current {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #838a90;
  background-image: linear-gradient(180deg, #838a90, #414549);
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination span.page.current.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 29, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination span.page.current:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}
/* line 33, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination span.page.current:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
  background-color: #71797f;
  background-image: linear-gradient(180deg, #71797f, #35383b);
}
/* line 18, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination a, .pagination span.page.current {
  border-radius: 0px;
  margin-right: 4px;
  padding: 2px 5px;
}

/* line 25, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_information {
  float: right;
  margin-bottom: 5px;
  color: #b3bcc1;
}
/* line 29, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_information b {
  color: #5c6469;
}

/* line 32, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.download_links {
  float: left;
}

/* line 36, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_per_page {
  float: right;
  margin-left: 4px;
}
/* line 39, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_per_page select {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  border-radius: 0px;
  padding: 1px 5px;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination_per_page select.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 50, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination_per_page select:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}
/* line 54, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination_per_page select:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 47, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.comments .pagination {
  float: left;
  margin-bottom: 30px;
}
/* line 51, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.comments .pagination_information {
  float: left;
  color: #000;
}

/* line 2, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_panels.scss */
.section, .panel {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
  margin-bottom: 20px;
}
/* line 27, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > h3, .panel > h3 {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
}
/* line 30, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > h3 .header_action, .panel > h3 .header_action {
  float: right;
}
/* line 35, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > div, .panel > div {
  padding: 3px 15px 15px 15px;
}
/* line 37, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section hr, .panel hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}

/* line 6, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_panels.scss */
.sidebar_section {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
  margin-bottom: 20px;
}
/* line 27, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > h3 {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
}
/* line 30, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > h3 .header_action {
  float: right;
}
/* line 35, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > div {
  padding: 3px 15px 15px 15px;
}
/* line 37, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_columns.scss */
.columns {
  margin-bottom: 10px;
}

/* line 3, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_scopes.scss */
.scopes li .count {
  color: #8e979e;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 10px;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag {
  background: #cacaca;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 3px 5px 2px 5px;
  font-size: 0.8em;
}
/* line 10, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.ok, .status_tag.published, .status_tag.complete, .status_tag.completed, .status_tag.green {
  background: #8daa92;
}
/* line 11, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.warn, .status_tag.warning, .status_tag.orange {
  background: #e29b20;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.error, .status_tag.errored, .status_tag.red {
  background: #d45f53;
}
/* line 14, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.yes {
  background: #6090DB;
}
/* line 15, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.no {
  background: grey;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools {
  margin-bottom: 16px;
}
/* line 2, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
.table_tools:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 6, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools .dropdown_menu {
  float: left;
}

/* line 10, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
a.table_tools_button, .table_tools .dropdown_menu_button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
  border-color: #d0d0d0;
  border-top-color: #d9d9d9;
  border-right-color: #d0d0d0;
  border-bottom-color: #c5c5c5;
  border-left-color: #d0d0d0;
  font-size: 0.9em;
  padding: 4px 14px 4px;
  margin: 0;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.table_tools_button.disabled, .table_tools .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 50, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}
/* line 54, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}
/* line 19, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
}
/* line 23, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
  border-color: #c8c8c8;
  border-top-color: #d7d7d7;
  border-right-color: #c8c8c8;
  border-bottom-color: #c3c3c3;
  border-left-color: #c8c8c8;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17) inset;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E8E8E8);
}

/* line 31, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 36, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li {
  float: left;
}
/* line 39, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li a {
  border-width: 1px .5px 1px .5px;
  border-radius: 0;
}
/* line 44, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li:first-child a {
  border-left-width: 1px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
/* line 50, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li:last-child a {
  border-right-width: 1px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
/* line 56, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li.selected a {
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}
/* line 61, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li.selected a:hover {
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
.indexes {
  float: right;
}
/* line 5, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
.indexes li .count {
  color: #8e979e;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 10px;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
.unsupported_browser {
  padding: 10px 30px;
  color: #211e14;
  background-color: #fae692;
  background-color: #feefae;
  background-image: linear-gradient(180deg, #feefae, #fae692);
  border-bottom: 1px solid #b3a569;
}
/* line 8, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
.unsupported_browser h1 {
  font-size: 13px;
  font-weight: bold;
}
/* line 13, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
.unsupported_browser p {
  margin-bottom: 0.5em;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav {
  list-style: none;
  display: block;
  width: auto;
  margin-bottom: -12px;
  padding-left: 0;
  overflow: auto;
  margin-left: 15px;
}
/* line 10, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
}
/* line 17, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li:first-child a {
  border-left-width: 1px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
/* line 23, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li:last-child a {
  border-right-width: 1px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
/* line 29, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
  border-color: #d0d0d0;
  border-top-color: #d9d9d9;
  border-right-color: #d0d0d0;
  border-bottom-color: #c5c5c5;
  border-left-color: #d0d0d0;
  text-decoration: none;
  border-radius: 0;
  border-width: 1px .5px 1px .5px;
  margin-right: 0;
  padding: 4px 14px 4px;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-tabs-nav li a.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 50, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-tabs-nav li a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}
/* line 54, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-tabs-nav li a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}
/* line 40, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
}
/* line 47, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li.ui-tabs-active a {
  cursor: default;
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
}
/* line 52, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li.ui-tabs-active a a:hover {
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
}

/* line 60, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.tab-content {
  border: 1px solid #D3D3D3;
  padding: 15px;
  padding-top: 30px;
  text-align: left;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out {
  background: #e8e9ea;
}
/* line 4, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #content_wrapper {
  width: 500px;
  margin: 70px auto;
}
/* line 7, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #content_wrapper #active_admin_content {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  background: #fff;
  padding: 13px 30px;
}
/* line 14, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out h2 {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
  background-color: #6a7176;
  background-image: linear-gradient(180deg, #6a7176, #4d5256);
  border-bottom: 1px solid #44484b;
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
  margin: -13px -30px 20px -30px;
}
/* line 24, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login {
  /* Login Form */
}
/* line 27, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset {
  box-shadow: none;
  background: none;
  padding: 0;
  margin-bottom: 0;
}
/* line 31, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset li {
  padding: 10px 0;
}
/* line 33, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset input[type=text], body.logged_out #login form fieldset input[type=email], body.logged_out #login form fieldset input[type=password] {
  width: 70%;
}
/* line 36, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset.buttons {
  margin-left: 20%;
}
/* line 41, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login a {
  float: right;
  margin-top: -32px;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
#footer {
  padding: 30px 30px;
  font-size: 0.8em;
  clear: both;
}
/* line 6, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
#footer p {
  padding-top: 10px;
}

/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
#index_footer {
  padding-top: 5px;
  text-align: right;
  font-size: 0.85em;
}

/* line 14, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
.index_content {
  clear: both;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#wrapper {
  width: 100%;
}

/* line 5, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
.index #wrapper {
  display: table;
}

/* line 9, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content {
  margin: 0;
  padding: 30px;
}
/* line 13, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #main_content_wrapper {
  float: left;
  width: 100%;
}
/* line 17, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #main_content_wrapper #main_content {
  margin-right: 300px;
}
/* line 22, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content.without_sidebar #main_content_wrapper #main_content {
  margin-right: 0;
}
/* line 24, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #sidebar {
  float: left;
  width: 270px;
  margin-left: -270px;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  display: table;
  border-bottom-color: #EEE;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 30px;
  z-index: 800;
}
/* line 2, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
#title_bar:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
/* line 14, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar #titlebar_left, #title_bar #titlebar_right {
  height: 50px;
  vertical-align: middle;
  display: table-cell;
}
/* line 20, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar #titlebar_right {
  text-align: right;
}
/* line 24, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar h2 {
  margin: 0;
  padding: 0;
  font-size: 2.6em;
  line-height: 100%;
  font-weight: bold;
}
/* line 34, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar .action_items span.action_item > a, #title_bar .action_items span.action_item > .dropdown_menu > a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  padding: 12px 17px 10px;
  margin: 0px;
}
/* line 12, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
#title_bar .action_items span.action_item > a.disabled, #title_bar .action_items span.action_item > .dropdown_menu > a.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 50, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
#title_bar .action_items span.action_item > a:not(.disabled):hover, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}
/* line 54, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
#title_bar .action_items span.action_item > a:not(.disabled):active, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 35, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/_base.scss */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 72%;
  background: #FFF;
  color: #323537;
}

/* line 13, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
html {
  background: #ecf0f1;
  font-family: "Source Sans Pro", sans-serif;
}

/* line 17, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
body.active_admin {
  background: #ecf0f1;
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 80px;
}

/* line 22, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header {
  background: #ecf0f1;
  border: none;
  text-shadow: none;
  height: 40px;
  padding: 0;
}
/* line 28, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header h1.site_title {
  background-color: #fff;
  background: url("admin_logo.png") no-repeat 0 0;
  padding-left: 130px;
  color: #1e2a33;
  text-indent: -999999px;
}
/* line 34, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header a, #header a:link {
  color: #1e2a33;
}
/* line 36, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header ul.tabs {
  padding: 0;
  font-size: 0;
}
/* line 39, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li:hover > a, #header ul.tabs > li.current > a {
  color: #fff;
  background: #001cee;
  border-radius: 0;
  margin: -10px 0;
}
/* line 44, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li {
  font-size: 12px;
  margin: 0;
}
/* line 47, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li a {
  padding: 13px 20px;
  margin: 0;
}
/* line 50, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li.has_nested a {
  background-position: 93% 50%;
}
/* line 53, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li.has_nested:hover a {
  border-radius: 0;
  background-color: #001cee;
  border: none;
  background-position: 93% 50%;
}
/* line 58, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li.has_nested:hover ul {
  background: #001cee;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
/* line 63, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li.has_nested:hover ul li a {
  color: #fff;
}
/* line 65, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li.has_nested:hover ul li a:hover {
  color: #1e2a33;
}
/* line 67, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li.has_nested.current a {
  background-color: #001cee;
  background-position: 93% 50%;
}
/* line 70, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header #utility_nav {
  background: #fff;
  padding: 0;
}
/* line 73, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header #utility_nav li#logout a {
  font-weight: bold;
  text-decoration: underline;
}
/* line 76, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header #utility_nav li#logout a:hover {
  text-decoration: none;
}
/* line 79, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#header #utility_nav li a:hover {
  background: none;
  color: #1e2a33;
}

/* line 83, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#title_bar {
  background: #002744;
  text-shadow: none;
  border: none;
  padding: 15px 30px;
  box-shadow: none;
  border-bottom: 4px solid #001cee;
  margin: 0;
}
/* line 91, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#title_bar h2 {
  color: #FFFFFF;
}
/* line 95, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#title_bar .action_items a > a, #title_bar .action_items a > .dropdown_menu > a,
#title_bar .action_items span.action_item > a,
#title_bar .action_items span.action_item > .dropdown_menu > a {
  border-radius: 0;
  background: #001cee;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 17px;
  font-size: 14px;
}
/* line 104, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#title_bar .action_items a > a:hover, #title_bar .action_items a > .dropdown_menu > a:hover,
#title_bar .action_items span.action_item > a:hover,
#title_bar .action_items span.action_item > .dropdown_menu > a:hover {
  background: #223cff !important;
}

/* line 2, /railsapp/vendor/bundle/ruby/2.7.0/gems/activeadmin-1.1.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
#active_admin_content:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
/* line 109, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#active_admin_content .table_tools {
  height: 30px;
}
/* line 111, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#active_admin_content a.table_tools_button, #active_admin_content .table_tools .dropdown_menu_button {
  border-radius: 0;
  box-shadow: none;
  color: #1e2a33;
  background: #fff;
  padding: 7px 15px;
  font-weight: normal;
  text-shadow: none;
}
/* line 120, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#active_admin_content .table_tools_segmented_control li a {
  border-radius: 0;
  box-shadow: none;
  color: #1e2a33;
  background: #fff;
  padding: 7px 15px;
  font-weight: normal;
  text-shadow: none;
  border-color: #d3d8dc;
}
/* line 129, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#active_admin_content .table_tools_segmented_control li a span.count {
  color: #001cee;
}
/* line 132, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#active_admin_content .table_tools_segmented_control li.selected a {
  color: #fff;
  background-color: #001cee;
}
/* line 135, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#active_admin_content .table_tools_segmented_control li.selected a span.count {
  color: #fff;
}

/* line 138, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
table.index_table {
  border: 1px solid #d3d8dc;
  background: #fff;
}
/* line 141, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
table.index_table th {
  background: #f1f5f6;
  border: 1px #d3d8dc;
  border-style: none solid solid none;
  padding: 7px 10px;
  box-shadow: none;
  color: #1e2a33;
}
/* line 148, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
table.index_table th a, table.index_table th a:link, table.index_table th a:visited {
  color: #1e2a33;
}
/* line 150, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
table.index_table th:last-child {
  border-right: none;
}
/* line 152, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
table.index_table td {
  color: #7f8c8d;
}
/* line 154, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
table.index_table td a, table.index_table td a:link, table.index_table td a:visited {
  color: #7f8c8d;
  display: inline-block;
  padding: 2px 3px;
  margin: -2px 0;
}
/* line 159, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
table.index_table td a:hover, table.index_table td a:link:hover, table.index_table td a:visited:hover {
  color: #fff;
  background: #001cee;
}
/* line 162, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
table.index_table tr.even td {
  background: #ecf0f1;
}

/* line 165, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.download_links {
  color: #7f8c8d;
  font-size: 12px;
}
/* line 168, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.download_links a {
  color: #001cee;
  font-weight: bold;
}

/* line 171, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.pagination_information {
  font-size: 12px;
  color: #7f8c8d;
}

/* line 174, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.pagination {
  margin-top: -2px;
}
/* line 176, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.pagination a, .pagination span.page.current {
  font-family: "Source Sans Pro", sans-serif;
  border: 1px solid #d3d8dc;
  background: #ecf0f1;
  box-shadow: none;
  text-shadow: none;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 6px;
  margin-right: 1px;
}
/* line 186, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.pagination span.page.current,
.pagination a:not(.disabled):hover {
  background: #001cee;
  color: #fff;
}
/* line 190, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.pagination span.page.current {
  font-weight: 600;
}
/* line 192, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.pagination span.page.current:not(.disabled):hover {
  background: #001cee;
}
/* line 194, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.pagination .page.gap {
  display: none;
}

/* line 197, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.sidebar_section.panel {
  background: #fff;
  border: 1px solid #d3d8dc;
  box-shadow: none;
  border-radius: 0;
}
/* line 202, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.sidebar_section.panel form .buttons {
  background: #f1f5f6;
  margin: 25px -15px -15px;
  padding: 10px 15px;
}
/* line 206, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.sidebar_section.panel form fieldset {
  margin-bottom: 0;
}
/* line 208, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.sidebar_section.panel > h3 {
  background: #002744;
  color: #FFFFFF;
  border: none;
  margin: 0;
  padding: 8px 15px;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  font-weight: bold;
}
/* line 219, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.sidebar_section.panel .filter_form_field label {
  color: #95a5a6;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  padding: 7px 0;
}

/* line 227, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px 30px;
  font-size: 13px;
  color: #7f8c8d;
  border-top: 1px solid #d3d8dc;
}
/* line 237, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
#footer p {
  margin: 0;
  padding: 0;
}

/* line 242, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
form input[type=submit],
a.button,
a:link.button,
a:visited.button {
  box-shadow: none;
  border-radius: 0;
  background: #001cee;
  color: #fff;
  border: none;
  text-shadow: none;
  padding: 11px 20px;
}
/* line 253, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
form input[type=submit]:hover,
a.button:hover,
a:link.button:hover,
a:visited.button:hover {
  background: #223cff !important;
}

/* line 255, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
form fieldset.buttons li.cancel a,
form fieldset.actions li.cancel a,
form.filter_form a.clear_filters_btn {
  background: #ecf0f1;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  padding: 10px 20px;
  color: #95a5a6;
}
/* line 264, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
form fieldset.buttons li.cancel a:hover,
form fieldset.actions li.cancel a:hover,
form.filter_form a.clear_filters_btn:hover {
  background: #fbfcfc !important;
}

/* line 267, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
form fieldset.inputs {
  background: #fff;
  border: 1px solid #d3d8dc;
  position: relative;
  padding-top: 50px;
  box-shadow: none;
  border-radius: 0;
}
/* line 274, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
form fieldset.inputs legend {
  border-bottom: 1px solid #d3d8dc;
  position: absolute;
  top: 0;
}
/* line 278, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
form fieldset.inputs legend span {
  background: #f0f4f5;
  color: #5E6469;
  border: none;
  margin: 0;
  padding: 8px 15px;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  font-weight: bold;
}
/* line 289, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
form fieldset.inputs ol > li label {
  padding-top: 7px;
  text-transform: uppercase;
}
/* line 292, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
form fieldset.inputs ol > li.boolean label {
  padding-top: 0px;
  margin-bottom: 15px;
}

/* line 296, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.panel {
  background: #fff;
  border: 1px solid #d3d8dc;
  position: relative;
  box-shadow: none;
  border-radius: 0;
}
/* line 302, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.panel > h3 {
  background: #f0f4f5;
  color: #002744;
  padding: 8px 15px;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  font-weight: bold;
  border-style: none none solid;
}

/* line 312, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.attributes_table table th, .attributes_table table td {
  padding: 10px 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #95a5a6;
}

/* line 316, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.attributes_table table th {
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 321, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.comments form.active_admin_comment fieldset.inputs {
  border: none;
}

/* line 324, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
html {
  height: 100%;
  min-height: 100%;
}

/* line 327, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
body.logged_out {
  height: 100%;
}
/* line 329, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
body.logged_out #footer {
  display: none;
}
/* line 331, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
body.logged_out #content_wrapper {
  margin-top: 150px;
}
/* line 333, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
body.logged_out #content_wrapper #active_admin_content {
  padding-bottom: 0;
}
/* line 336, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
body.logged_out #login form fieldset {
  border: none;
}
/* line 338, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
body.logged_out #login > h2 {
  background: #002744;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  padding: 8px 15px;
}
/* line 345, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
body.logged_out #login fieldset.actions {
  background: #f1f5f6;
  margin: 0 -30px -17px;
  padding: 6px 30px;
}
/* line 349, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
body.logged_out #login a {
  margin-top: -25px;
}
/* line 352, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
body.logged_out .flash {
  background: #F2ECBF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  border-bottom: 1px solid #DEDE8B;
  text-shadow: none;
}

/* line 363, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form input[type=url],
form input[type=tel],
form textarea {
  border-radius: 0;
  font-family: "Source Sans Pro", sans-serif;
  padding: 5px 10px;
}

/* line 374, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
form.filter_form .filter_form_field.filter_date_range input[type=text] {
  background-position: 100% 4px;
}

/* line 380, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
body.logged_in .flashes .flash {
  position: inherit;
  top: 0;
  text-shadow: none;
}

/* line 385, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
strong, b {
  font-weight: 600;
}

/* line 388, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
.blank_slate_container .blank_slate {
  color: #7f8c8d;
}

/* line 391, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
form fieldset > ol > li fieldset ol li {
  clear: both;
}
/* line 393, /railsapp/vendor/bundle/ruby/2.7.0/gems/active_skin-0.0.12/app/assets/stylesheets/active_skin.sass */
form fieldset > ol > li fieldset ol li select {
  margin-top: 6px;
}

/* line 1, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 14, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 33, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 73, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 128, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 132, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 135, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 139, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 141, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 147, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 159, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 162, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 166, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 169, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 172, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 176, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 181, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 187, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 189, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 193, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 199, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 208, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 214, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 217, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 220, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 224, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 228, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 232, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 236, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 239, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 243, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 247, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 250, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 257, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 261, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 264, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 267, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 270, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 272, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 274, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 277, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 280, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 283, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 286, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 290, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 294, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 299, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 309, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 311, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 314, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 319, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 321, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 337, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 349, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 352, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 361, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 363, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 366, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 370, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 380, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 390, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 396, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 398, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 402, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 404, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 413, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 419, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 422, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 425, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 429, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 433, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 436, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 441, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 446, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 450, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 454, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 458, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 461, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 464, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 468, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 471, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 474, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 478, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 483, /railsapp/vendor/bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 31, /railsapp/app/assets/stylesheets/active_admin.scss */
* {
  box-sizing: border-box;
}

/* line 35, /railsapp/app/assets/stylesheets/active_admin.scss */
#header {
  height: auto;
}

/* line 39, /railsapp/app/assets/stylesheets/active_admin.scss */
#header ul.tabs > li a {
  display: inline-block;
}

/* line 43, /railsapp/app/assets/stylesheets/active_admin.scss */
#header ul.tabs > li:hover > a,
#header ul.tabs > li.current > a {
  margin: 0;
}

/* line 48, /railsapp/app/assets/stylesheets/active_admin.scss */
#footer {
  z-index: 9999;
}

/* line 52, /railsapp/app/assets/stylesheets/active_admin.scss */
.panel > h3 {
  margin-top: 0;
}

/* line 57, /railsapp/app/assets/stylesheets/active_admin.scss */
.select2-container {
  width: 80% !important;
  border: 1px solid #c9d0d6;
}
/* line 61, /railsapp/app/assets/stylesheets/active_admin.scss */
.select2-container .select2-selection.select2-selection--multiple {
  border: none;
  min-height: 25px;
}
/* line 65, /railsapp/app/assets/stylesheets/active_admin.scss */
.select2-container .select2-selection.select2-selection--multiple .select2-container--focus {
  border: none;
}

/* line 90, /railsapp/app/assets/stylesheets/active_admin.scss */
.QuestionContentEditor .rdw-image-modal-btn-section .rdw-image-modal-btn:first-child {
  box-shadow: none;
  border-radius: 0;
  background: #001cee;
  color: #fff;
  border: none;
  text-shadow: none;
  padding: 0;
}
/* line 99, /railsapp/app/assets/stylesheets/active_admin.scss */
.QuestionContentEditor .rdw-image-modal-btn-section .rdw-image-modal-btn:first-child:hover {
  background: #223cff !important;
}
/* line 103, /railsapp/app/assets/stylesheets/active_admin.scss */
.QuestionContentEditor .rdw-image-modal-btn-section .rdw-image-modal-btn:first-child:disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 107, /railsapp/app/assets/stylesheets/active_admin.scss */
.QuestionContentEditor .rdw-image-modal-btn-section .rdw-image-modal-btn:first-child:disabled:hover {
  background: #001cee !important;
}
/* line 113, /railsapp/app/assets/stylesheets/active_admin.scss */
.QuestionContentEditor .rdw-image-modal-btn-section .rdw-image-modal-btn:last-child {
  background: #ecf0f1;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  color: #95a5a6;
  padding: 0;
}
/* line 121, /railsapp/app/assets/stylesheets/active_admin.scss */
.QuestionContentEditor .rdw-image-modal-btn-section .rdw-image-modal-btn:last-child:hover {
  background: #fbfcfc !important;
}
