::selection {
  background: #2eab60;
  /* WebKit/Blink Browsers */
  color: #212121;
}
::-moz-selection {
  background: #2eab60;
  /* Gecko Browsers */
  color: #212121;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #3c3127;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
@font-face {
  font-family: "MarionsHandPlain";
  src: url(../fonts/MarionsHand-Plain-2023.ttf);
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn.disabled,
.btn:disabled {
  cursor: default;
}
.header-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2eab60;
}
.bg-green {
  background-color: #2eab60;
}
.text-green {
  color: #2eab60;
}
.text-overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.blurry-text {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
/*--------------------------------------------------------
Loader
---------------------------------------------------------*/
.ajax-loading {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.ajax-loading .progress-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #3c3127;
  font-size: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.ajax-loading h3 {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  color: #3c3127;
}
/*--------------------------------------------------------
Labels
---------------------------------------------------------*/
label.error {
  margin-top: 5px;
  color: #F64E60;
}
/*--------------------------------------------------------
Alerts
---------------------------------------------------------*/
.alert [data-notify="message"] {
  margin-right: 10px;
}
/*--------------------------------------------------------
Photoswiper
---------------------------------------------------------*/
.open-img {
  cursor: pointer;
}
/*--------------------------------------------------------
Image-Upload
---------------------------------------------------------*/
.image-input-wrapper {
  background-position: center;
}
/*--------------------------------------------------------
Global Card Search
---------------------------------------------------------*/
#global_card_search {
  z-index: 9999;
}
/*--------------------------------------------------------
Bootstrap Select
---------------------------------------------------------*/
.bootstrap-select > .dropdown-toggle {
  padding: 0.89rem 1rem;
}
/*--------------------------------------------------------
Charts
---------------------------------------------------------*/
.chart {
  position: relative;
  z-index: 1;
}
.webview {
  background-size: 100% 20%;
  background-position: bottom;
  background-image: linear-gradient(to bottom, rgba(46, 171, 96, 0), rgba(46, 171, 96, 0.6));
}
.btn {
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.btn.btn-primary {
  background-color: #2eab60;
  border-color: #2eab60;
}
.btn:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn:focus:not(.btn-text),
.btn.focus:not(.btn-text) {
  transform: translateY(-0.15rem);
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}
.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:focus:not(.btn-text),
.btn.btn-primary.focus:not(.btn-text) {
  background-color: #2eab60;
  border-color: #2eab60;
}
.button-container {
  height: calc(1.35em + 1.1rem + 2px);
}
/*--------------------------------------------------------
Modal
---------------------------------------------------------*/
.modal.modal-max {
  overflow-y: hidden;
}
.modal.modal-max .modal-dialog {
  margin: 0;
  max-width: 100% !important;
  height: 100%;
}
.modal.modal-max .modal-dialog .modal-content-wrapper {
  height: 100%;
}
.modal.modal-max .modal-dialog .modal-content-wrapper .modal-content {
  height: 100%;
  border: 0;
}
.modal.modal-max .modal-dialog .modal-content-wrapper .modal-content .modal-body {
  padding: 0;
}
.modal.modal-max .modal-dialog .modal-content-wrapper .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.tooltip-inner.min-width-350px {
  min-width: 350px;
}
/*# sourceMappingURL=Base.css.map */