/*!
 * bootstrap-fileinput v4.5.3
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2019, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD-3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */

.file-loading input[type=file], input[type=file].file-loading {
  width: 0;
  height: 0;
}

.file-no-browse {
  position: absolute;
  left: 50%;
  bottom: 20%;
  width: 1px;
  height: 1px;
  font-size: 0;
  opacity: 0;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}

.kv-hidden, .file-caption-icon, .file-zoom-dialog .modal-header:before, .file-zoom-dialog .modal-header:after, .file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .no-browse .input-group-btn, .file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button, .file-input-ajax-new .no-browse .input-group-btn, .hide-content .kv-file-content {
  display: none;
}

.btn-file input[type=file], .file-caption-icon, .file-preview .fileinput-remove, .krajee-default .file-thumb-progress, .file-zoom-dialog .btn-navigate, .file-zoom-dialog .floating-buttons {
  position: absolute;
}

.file-input, .file-loading:before, .btn-file, .file-caption, .file-preview, .krajee-default.file-preview-frame, .krajee-default .file-thumbnail-footer, .file-zoom-dialog .modal-dialog {
  position: relative;
}

.file-error-message pre, .file-error-message ul, .krajee-default .file-actions, .krajee-default .file-other-error {
  text-align: left;
}

.file-error-message pre, .file-error-message ul {
  margin: 0;
}

.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
  float: left;
  margin: 5px 0 -5px;
  width: 16px;
  height: 16px;
}

.krajee-default .file-thumb-progress .progress, .krajee-default .file-thumb-progress .progress-bar {
  height: 11px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
}

.krajee-default .file-caption-info, .krajee-default .file-size-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  height: 15px;
  margin: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash, .file-zoom-content > .file-object.type-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash {
  height: 100%;
}

.file-zoom-content > .file-object.type-pdf, .file-zoom-content > .file-object.type-html, .file-zoom-content > .file-object.type-text, .file-zoom-content > .file-object.type-default {
  width: 100%;
}

.file-loading:before {
  content: " Loading...";
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  font-size: 13px;
  font-variant: small-caps;
  color: #999;
  background: transparent url(/../img/loading.gif) top left no-repeat;
}

.file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}

.btn-file {
  overflow: hidden;
}

.btn-file input[type=file] {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}

.btn-file ::-ms-browse {
  font-size: 10000px;
  width: 100%;
  height: 100%;
}

.file-caption .file-caption-name {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  background: none;
  outline: none;
}

.file-caption.icon-visible .file-caption-icon {
  display: inline-block;
}

.file-caption.icon-visible .file-caption-name {
  padding-left: 15px;
}

.file-caption-icon {
  left: 8px;
}

.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}

.file-error-message pre {
  margin: 5px 0;
}

.file-caption-disabled {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}

.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 100%;
  margin-bottom: 5px;
}

.file-preview .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.file-preview .fileinput-remove {
  top: 1px;
  right: 1px;
  line-height: 10px;
}

.file-preview .clickable {
  cursor: pointer;
}

.file-preview-image {
  font: 40px Impact, Charcoal, sans-serif;
  color: #008000;
}

.krajee-default.file-preview-frame {
  margin: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 6px;
  float: left;
  text-align: center;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: 213px;
  height: 160px;
}

.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
  width: 400px;
}

.krajee-default.file-preview-frame[data-template=audio] .kv-file-content {
  width: 240px;
  height: 55px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none;
}

.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}

.krajee-default .file-other-icon {
  font-size: 6em;
}

.krajee-default .file-footer-buttons {
  float: right;
}

.krajee-default .file-footer-caption {
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin-bottom: 15px;
}

.krajee-default .file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}

.krajee-default .file-thumb-progress {
  height: 11px;
  top: 37px;
  left: 0;
  right: 0;
}

.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}

.krajee-default .file-preview-other:hover {
  opacity: 0.8;
}

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}

.kv-upload-progress .progress {
  height: 20px;
  margin: 10px 0;
  overflow: hidden;
}

.kv-upload-progress .progress-bar {
  height: 20px;
  font-family: Verdana, Helvetica, sans-serif;
}

/*noinspection CssOverwrittenProperties*/
.file-zoom-dialog .file-other-icon {
  font-size: 22em;
  font-size: 50vmin;
}

.file-zoom-dialog .modal-dialog {
  width: auto;
}

.file-zoom-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.file-zoom-dialog .btn-navigate {
  padding: 0;
  margin: 0;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4;
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: none;
  box-shadow: none;
  opacity: 0.6;
}

.file-zoom-dialog .floating-buttons {
  top: 5px;
  right: 10px;
}

.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
  left: 1px;
}

.file-zoom-dialog .btn-next {
  right: 1px;
}

.file-zoom-dialog .kv-zoom-title {
  font-weight: 300;
  color: #999;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-input-ajax-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-caption-main {
  width: 100%;
}

.file-thumb-loading {
  background: transparent url(/../img/loading.gif) no-repeat scroll center center content-box !important;
}

.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}

.file-drop-zone.clickable:hover {
  border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}

.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}

.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #eee;
}

.file-uploading {
  background: url(/../img/loading-sm.gif) no-repeat center bottom 10px;
  opacity: 0.65;
}

.file-zoom-fullscreen .modal-dialog {
  min-width: 100%;
  margin: 0;
}

.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
  min-height: 100vh;
}

.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}

.floating-buttons {
  z-index: 3000;
}

.floating-buttons .btn-kv {
  margin-left: 3px;
  z-index: 3000;
}

.file-zoom-content {
  height: 480px;
  text-align: center;
}

.file-zoom-content .file-preview-image {
  max-height: 100%;
}

.file-zoom-content .file-preview-video {
  max-height: 100%;
}

.file-zoom-content > .file-object.type-image {
  height: auto;
  min-height: inherit;
}

.file-zoom-content > .file-object.type-audio {
  width: auto;
  height: 30px;
}

@media (min-width: 576px) {
  .file-zoom-dialog .modal-dialog {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .file-zoom-dialog .modal-lg {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .file-preview-thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .file-zoom-dialog .modal-header {
    flex-direction: column;
  }
}
@media (max-width: 350px) {
  .krajee-default.file-preview-frame:not([data-template=audio]) .kv-file-content {
    width: 160px;
  }
}
@media (max-width: 420px) {
  .krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
    width: 100%;
  }
}
.file-loading[dir=rtl]:before {
  background: transparent url(/../img/loading.gif) top right no-repeat;
  padding-left: 0;
  padding-right: 20px;
}

.file-sortable .file-drag-handle {
  cursor: move;
  opacity: 1;
}

.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}

.clickable .file-drop-zone-title {
  cursor: pointer;
}

.kv-zoom-actions .btn-kv {
  margin-left: 3px;
}

.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}
/**
 * jQuery Flexdatalist basic stylesheet.
 *
 * Version:
 * 2.2.1
 *
 * Github:
 * https://github.com/sergiodlopes/jquery-flexdatalist/
 *
 */
.flexdatalist-results {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #444;
  border-top: none;
  background: #fff;
  z-index: 100000;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  color: #333;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flexdatalist-results li {
  border-bottom: 1px solid #ccc;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 20px;
}

.flexdatalist-results li span.highlight {
  font-weight: 700;
  text-decoration: underline;
}

.flexdatalist-results li.active {
  background: #2B82C9;
  color: #fff;
  cursor: pointer;
}

.flexdatalist-results li.no-results {
  font-style: italic;
  color: #888;
}

/**
 * Grouped items
 */
.flexdatalist-results li.group {
  background: #F3F3F4;
  color: #666;
  padding: 8px 8px;
}

.flexdatalist-results li .group-name {
  font-weight: 700;
}

.flexdatalist-results li .group-item-count {
  font-size: 85%;
  color: #777;
  display: inline-block;
  padding-left: 10px;
}

/**
 * Multiple items
 */
.flexdatalist-multiple:before {
  content: "";
  display: block;
  clear: both;
}

.flexdatalist-multiple {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  cursor: text;
}

.flexdatalist-multiple.disabled {
  background-color: #eee;
  cursor: default;
}

.flexdatalist-multiple:after {
  content: "";
  display: block;
  clear: both;
}

.flexdatalist-multiple li {
  display: inline-block;
  position: relative;
  margin: 5px;
}

.flexdatalist-multiple li.input-container,
.flexdatalist-multiple li.input-container input {
  border: none;
  height: auto;
  padding: 0 0 0 4px;
  line-height: 24px;
}

.flexdatalist-multiple li.value {
  display: inline-block;
  padding: 2px 25px 2px 7px;
  background: #efefef;
  border-radius: 3px;
  color: #444;
  line-height: 20px;
  float: left;
}

.flexdatalist-multiple li.toggle {
  cursor: pointer;
  transition: opacity ease-in-out 300ms;
}

.flexdatalist-multiple li.toggle.disabled {
  text-decoration: line-through;
  opacity: 0.8;
}

.flexdatalist-multiple li.value span.fdl-remove {
  font-weight: 700;
  padding: 2px 5px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.7;
}

.flexdatalist-multiple li.value span.fdl-remove:hover {
  opacity: 1;
}
/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@keyframes jconfirm-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important;
}

.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}

.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.4s;
}

.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important;
}

.jconfirm .jconfirm-scrollpane {
  perspective: 500px;
  perspective-origin: center;
  display: table;
  width: 100%;
  height: 100%;
}

.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%;
}

.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle;
}

.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0;
}

.jconfirm .jconfirm-box-container {
  transition: transform;
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  transition: none !important;
}

.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@keyframes type-blue {
  1%, 100% {
    border-color: #3498db;
  }
  50% {
    border-color: #5faee3;
  }
}
@keyframes type-green {
  1%, 100% {
    border-color: #2ecc71;
  }
  50% {
    border-color: #54d98c;
  }
}
@keyframes type-red {
  1%, 100% {
    border-color: #e74c3c;
  }
  50% {
    border-color: #ed7669;
  }
}
@keyframes type-orange {
  1%, 100% {
    border-color: #f1c40f;
  }
  50% {
    border-color: #f4d03f;
  }
}
@keyframes type-purple {
  1%, 100% {
    border-color: #9b59b6;
  }
  50% {
    border-color: #b07cc6;
  }
}
@keyframes type-dark {
  1%, 100% {
    border-color: #34495e;
  }
  50% {
    border-color: #46627f;
  }
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 7px #3498db;
  animation-name: type-blue;
}

.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #2ecc71;
  animation-name: type-green;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  animation-name: type-red;
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f1c40f;
  animation-name: type-orange;
}

.jconfirm .jconfirm-box.jconfirm-type-purple {
  border-top: solid 7px #9b59b6;
  animation-name: type-purple;
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
  border-top: solid 7px #34495e;
  animation-name: type-dark;
}

.jconfirm .jconfirm-box.loading {
  height: 120px;
}

.jconfirm .jconfirm-box.loading:before {
  content: "";
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
}

.jconfirm .jconfirm-box.loading:after {
  opacity: 0.6;
  content: "";
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  animation: jconfirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0.6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
  font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
  font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
  font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  padding-bottom: 15px;
}

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
  width: 3px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 100%;
  height: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px;
}

.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background-image: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #FFF;
  text-shadow: none;
  transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #FFF;
  text-shadow: none;
  transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #FFF;
  text-shadow: none;
  transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #FFF;
  text-shadow: none;
  transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #FFF;
  text-shadow: none;
  transition: background 0.2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #FFF;
}

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
  color: #e74c3c !important;
}

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
  color: #3498db !important;
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
  color: #2ecc71 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
  color: #9b59b6 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
  color: #f1c40f !important;
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
  color: #34495e !important;
}

.jconfirm .jconfirm-clear {
  clear: both;
}

.jconfirm.jconfirm-rtl {
  direction: rtl;
}

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto;
}

.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: 0.2;
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: right;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  box-shadow: none;
  color: #333;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd;
}

.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: darkslategray;
  opacity: 0.4;
}

.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
  float: right;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  transition: background 0.1s;
  color: white;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
  box-shadow: none;
  color: #fff;
  background: none;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #666;
}

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-2px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-8px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(8px, 0, 0);
  }
}
@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 0px red;
  }
  50% {
    box-shadow: 0 0 30px red;
  }
}
/*Transition rules*/
.jconfirm {
  perspective: 400px;
}

.jconfirm .jconfirm-box {
  opacity: 1;
  transition-property: all;
}

.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  opacity: 0;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  transform: rotate(90deg);
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  transform: rotateX(90deg);
  transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  transform: rotateX(-90deg);
  transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  transform: rotatey(90deg);
  transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  transform: rotatey(-90deg);
  transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  transform: scaley(1.5);
  transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  transform: scalex(1.5);
  transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-top {
  transform: translate(0px, -100px);
}

.jconfirm .jconfirm-box.jconfirm-animation-left {
  transform: translate(-100px, 0px);
}

.jconfirm .jconfirm-box.jconfirm-animation-right {
  transform: translate(100px, 0px);
}

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  transform: translate(0px, 100px);
}

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  transform: scale(1.2);
}

.jconfirm .jconfirm-box.jconfirm-animation-scale {
  transform: scale(0.5);
}

.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden;
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95);
}

.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
  border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
  border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
  border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
  border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
  border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
  border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
  color: white;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
  padding-bottom: 25px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  text-align: center;
  color: white;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
  text-align: center;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: none;
  color: white;
  padding: 10px;
  min-width: 100px;
}

.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67);
}

.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
  text-align: right;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-weight: 500;
}

.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21);
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
  padding: 0px 15px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
  text-align: right;
  padding: 10px;
  margin: -5px 0 0px;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
  font-weight: 500;
}

.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: 0.6;
}

.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  transition: transform 0.5s;
  transform: scale(0);
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 69px;
  color: #aaa;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #777;
  margin-bottom: 25px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  transition: background 0.1s;
  padding: 10px 20px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
  margin-left: 4px;
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  transform: scale(1);
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.dropup {
  margin-top: -5px;
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}

.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
@charset "UTF-8";
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
@charset "UTF-8";
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.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;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.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);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.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;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.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;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.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;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.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;
}

.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;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.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;
}

.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;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.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);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.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);
}

.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;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.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;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.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;
}

.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);
}

.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);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.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;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.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;
}

.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;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbsc-fr-hb.mbsc-ios.mbsc-fr-inline .mbsc-fr-w, .mbsc-fr-hb.mbsc-ios.mbsc-fr-inline .mbsc-fr-c, .mbsc-fr-hb.mbsc-ios .mbsc-fr-hdr, .mbsc-fr-hb.mbsc-ios .mbsc-fr-btn-cont, .mbsc-fr-hb.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w, .mbsc-fr-hb.mbsc-ios.mbsc-fr-bottom .mbsc-fr-popup, .mbsc-fr-hb.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-cont, .mbsc-fr-hb.mbsc-ios.mbsc-calendar .mbsc-fr-popup .mbsc-fr-btn-cont, .mbsc-fr-hb.mbsc-ios .mbsc-cal-day, .mbsc-fr-hb.mbsc-ios .mbsc-cal-sc-m-cell, .mbsc-fr-hb.mbsc-ios .mbsc-range-btn-end, .mbsc-fr-hb.mbsc-ios .mbsc-range-btn-end .mbsc-range-btn:before, .mbsc-fr-hb.mbsc-ios .mbsc-np-btn, .mbsc-fr-hb.mbsc-ios.mbsc-ms-more .mbsc-ms-item:after, .mbsc-lv-hb.mbsc-ios .mbsc-lv-item:before, .mbsc-lv-hb.mbsc-ios .mbsc-lv-item:after, .mbsc-lv-hb.mbsc-ios .mbsc-lv-gr-title, .mbsc-lv-hb.mbsc-ios, .mbsc-form-hb.mbsc-ios .mbsc-control-w:before, .mbsc-form-hb.mbsc-ios .mbsc-control-w:after, .mbsc-form-hb.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:before, .mbsc-form-hb.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:after, .mbsc-form-hb.mbsc-ios .mbsc-divider, .mbsc-form-hb.mbsc-ios .mbsc-btn-group {
    border-width: 0.5px;
  }
}
.mbsc-cloak {
  visibility: hidden !important;
}

.mbsc-empty {
  text-align: center;
  margin: 3em;
  color: inherit;
}

.mbsc-empty h3 {
  margin: 0.666666em 0;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  font-weight: normal;
  font-family: inherit;
}

.mbsc-empty p {
  margin: 1em 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
}

.mbsc-anim-trans .mbsc-fr-scroll {
  overflow: hidden;
}

.mbsc-anim-trans-flip .mbsc-fr-persp, .mbsc-anim-trans-swing .mbsc-fr-persp {
  perspective: 1000px;
}

.mbsc-anim-trans .mbsc-fr-popup, .mbsc-anim-trans .mbsc-fr-overlay {
  animation-fill-mode: forwards;
}

.mbsc-anim-in .mbsc-fr-popup, .mbsc-anim-in .mbsc-fr-overlay {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 225ms;
  animation-timing-function: ease-out;
  animation-duration: 225ms;
}

.mbsc-anim-out .mbsc-fr-popup, .mbsc-anim-out .mbsc-fr-overlay {
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 195ms;
  animation-timing-function: ease-in;
  animation-duration: 195ms;
}

.mbsc-anim-in .mbsc-fr-overlay {
  animation-name: mbsc-anim-f-in;
}

.mbsc-anim-out .mbsc-fr-overlay {
  animation-name: mbsc-anim-f-out;
}

.mbsc-anim-flip, .mbsc-anim-swing, .mbsc-anim-slidehorizontal, .mbsc-anim-slidevertical, .mbsc-anim-slidedown, .mbsc-anim-slideup, .mbsc-anim-fade {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  backface-visibility: hidden;
  transform: translateX(0);
}

.mbsc-anim-swing, .mbsc-anim-slidehorizontal, .mbsc-anim-slidevertical, .mbsc-anim-slidedown, .mbsc-anim-slideup, .mbsc-anim-fade {
  transform-origin: 0 0;
}

.mbsc-anim-flip, .mbsc-anim-pop {
  transform-origin: 50% 50%;
}

.mbsc-anim-in .mbsc-anim-pop {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-p-in;
  -webkit-animation-duration: 100ms;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-p-in;
  animation-duration: 100ms;
  transform: scale(1);
}

.mbsc-anim-out .mbsc-anim-pop {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-p-out;
  -webkit-animation-duration: 150ms;
  animation-name: mbsc-anim-p-out;
  animation-duration: 150ms;
}

.mbsc-anim-trans-pop .mbsc-fr-overlay {
  animation-duration: 150ms;
}

.mbsc-anim-in .mbsc-anim-flip {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-fl-in;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-fl-in;
  transform: scale(1);
}

.mbsc-anim-out .mbsc-anim-flip {
  opacity: 0;
  animation-name: mbsc-anim-fl-out;
}

.mbsc-anim-in .mbsc-anim-swing {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-sw-in;
  transform: scale(1);
  animation-name: mbsc-anim-sw-in;
}

.mbsc-anim-out .mbsc-anim-swing {
  opacity: 0;
  animation-name: mbsc-anim-sw-out;
}

.mbsc-anim-in .mbsc-anim-slidehorizontal {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-sh-in;
  transform: scale(1);
  animation-name: mbsc-anim-sh-in;
}

.mbsc-anim-out .mbsc-anim-slidehorizontal {
  opacity: 0;
  animation-name: mbsc-anim-sh-out;
}

.mbsc-anim-in .mbsc-anim-slidevertical {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-sv-in;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-sv-in;
  transform: scale(1);
}

.mbsc-anim-out .mbsc-anim-slidevertical {
  opacity: 0;
  animation-name: mbsc-anim-sv-out;
}

.mbsc-anim-in .mbsc-anim-slidedown {
  -webkit-animation-name: mbsc-anim-sd-in;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-sd-in;
  transform: scale(1);
}

.mbsc-anim-out .mbsc-anim-slidedown {
  -webkit-animation-name: mbsc-anim-sd-out;
  -webkit-transform: translateY(-100%);
  animation-name: mbsc-anim-sd-out;
}

.mbsc-anim-in .mbsc-anim-slideup {
  -webkit-animation-name: mbsc-anim-su-in;
  transform: scale(1);
  animation-name: mbsc-anim-su-in;
}

.mbsc-anim-out .mbsc-anim-slideup {
  -webkit-animation-name: mbsc-anim-su-out;
  -webkit-transform: translateY(100%);
  animation-name: mbsc-anim-su-out;
}

.mbsc-anim-in .mbsc-anim-fade {
  opacity: 1;
  animation-name: mbsc-anim-f-in;
}

.mbsc-anim-out .mbsc-anim-fade {
  opacity: 0;
  animation-name: mbsc-anim-f-out;
}

.mbsc-fr-pointer.mbsc-anim-in .mbsc-anim-slidedown {
  animation-name: mbsc-anim-sd-in, mbsc-anim-f-in;
}

.mbsc-fr-pointer.mbsc-anim-out .mbsc-anim-slidedown {
  animation-name: mbsc-anim-sd-out, mbsc-anim-f-out;
}

.mbsc-fr-pointer.mbsc-anim-in .mbsc-anim-slideup {
  animation-name: mbsc-anim-su-in, mbsc-anim-f-in;
}

.mbsc-fr-pointer.mbsc-anim-out .mbsc-anim-slideup {
  animation-name: mbsc-anim-su-out, mbsc-anim-f-out;
}

@keyframes mbsc-anim-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mbsc-anim-f-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mbsc-anim-p-in {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mbsc-anim-p-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes mbsc-anim-fl-in {
  from {
    opacity: 0;
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0);
  }
}
@keyframes mbsc-anim-fl-out {
  from {
    opacity: 1;
    transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@keyframes mbsc-anim-sw-in {
  from {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes mbsc-anim-sw-out {
  from {
    opacity: 1;
    transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@keyframes mbsc-anim-sh-in {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes mbsc-anim-sh-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes mbsc-anim-sv-in {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mbsc-anim-sv-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes mbsc-anim-sd-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mbsc-anim-sd-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes mbsc-anim-su-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mbsc-anim-su-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@font-face {
  font-family: "icons_mobiscroll";
  src: url(data:application/x-font-woff;base64,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) format("woff"), url(data:application/ttf;base64,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AADqEgAAABIAAOoTAADqEwAAABMAAOoUAADqFAAAABQAAOoVAADqFQAAABUAAOoWAADqFgAAABYAAOoXAADqFwAAABcAAOoYAADqGAAAABgAAOoZAADqGQAAABkAAOoaAADqGgAAABoAAOobAADqGwAAABsAAOocAADqHAAAAB0AAOodAADqHQAAABwAAOoeAADqHgAAAB4AAOofAADqHwAAAB8AAOogAADqIAAAACAAAOohAADqIQAAACEAAOoiAADqIgAAACIAAOojAADqIwAAACMAAOokAADqJAAAACQAAOolAADqJQAAACUAAOomAADqJgAAACYAAOonAADqJwAAACcAAOooAADqKAAAACgAAOopAADqKQAAACkAAOoqAADqKgAAACoAAOorAADqKwAAACsAAOosAADqLAAAACwAAOotAADqLQAAAC0AAOouAADqLgAAAC4AAOovAADqLwAAAC8AAOowAADqMAAAADAAAOoxAADqMQAAADEAAOoyAADqMgAAADIAAOozAADqMwAAADMAAOo0AADqNAAAADQAAOo1AADqNQAAADUAAOo2AADqNgAAADYAAOo3AADqNwAAADcAAOo4AADqOAAAADgAAOo5AADqOQAAADkAAOo6AADqOgAAADoAAOo7AADqOwAAADsAAOo8AADqPAAAADwAAOo9AADqPQAAAD0AAOo+AADqPgAAAD4AAOo/AADqPwAAAD8AAOpAAADqQAAAAEAAAOpBAADqQQAAAEEAAOpCAADqQgAAAEIAAOpDAADqQwAAAEMAAOpEAADqRAAAAEQAAOpFAADqRQAAAEUAAOpGAADqRgAAAEYAAOpHAADqRwAAAEcAAOpIAADqSAAAAEgAAOpJAADqSQAAAEkAAOpKAADqSgAAAEoAAOpLAADqSwAAAEsAAOpMAADqTAAAAEwAAOpNAADqTQAAAE0AAOpOAADqTgAAAE4AAOpPAADqTwAAAE8AAOpQAADqUAAAAFAAAOpRAADqUQAAAFEAAOpSAADqUgAAAFIAAOpTAADqUwAAAFMAAOpUAADqVAAAAFQAAOpVAADqVQAAAFUAAOpWAADqVgAAAFYAAOpXAADqVwAAAFcAAOpYAADqWAAAAFgAAOpZAADqWQAAAFkAAOpaAADqWgAAAFoAAOpbAADqWwAAAFsAAOpcAADqXAAAAFwAAOpd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AGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBvAG4AdABHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4BAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAVgBWQFaAVsBXAFdAV4BXwFgAWEBYgFjAWQBZQFmAWcBaAFpAWoBawFsAW0BbgFvAXABcQFyAXMBdAF1AXYBdwF4AXkBegF7AXwBfQF+AX8AA2FpZAhhaXJwbGFuZQZhbGFybTILYXJyb3ctZG93bjULYXJyb3ctbGVmdDULYXJyb3ctbGVmdDYMYXJyb3ctcmlnaHQ1DGFycm93LXJpZ2h0NglhcnJvdy11cDUKYXR0YWNobWVudARiYXJzBGJvb2sGYnViYmxlB2J1YmJsZXMIYnVsbGhvcm4IY2FsZW5kYXIGY2FtZXJhBGNhcnQJY2hlY2ttYXJrBWNsb2NrBWNsb3NlDmNsb3VkLWRvd25sb2FkDGNsb3VkLXVwbG9hZARjb2dzCmNvbm5lY3Rpb24FY29weTIFY29weTMGY3JlZGl0BGRpc2sIZG93bmxvYWQGZHJhd2VyB2Ryb3BsZXQFZWFydGgLZXllLWJsb2NrZWQDZXllCGZhLWdsb2JlB2ZhLWxlYWYNZmEtbWFpbC1yZXBseQpmYS1yZXR3ZWV0DmZhLXJvdGF0ZS1sZWZ0BWZpbGU0BGZpbG0EZmxhZwZmb2xkZXIHZm9yd2FyZA9mb3VuZGF0aW9uLW1haWwXZm91bmRhdGlvbi1taW51cy1jaXJjbGUFZ2xvYmUFaGVhcnQHaGlzdG9yeQRob21lBmltYWdlMhppb24tYW5kcm9pZC1zeXN0ZW0td2luZG93cw1pb24tYmx1ZXRvb3RoEWlvbi1jbG9zZS1jaXJjbGVkE2lvbi1pb3M3LWFycm93LWJhY2sWaW9uLWlvczctYXJyb3ctZm9yd2FyZBhpb24taW9zNy1jaGVja21hcmstZW1wdHkMaW9uLW5hdmlnYXRlDWlvcy1iYWNrc3BhY2UEa2V5MgdsaWJyYXJ5DWxpbmUtc2V0dGluZ3MEbGluawhsb2NhdGlvbgVsb2NrMgVsb29wMgNtYXATbWF0ZXJpYWwtYXJyb3ctYmFjaxptYXRlcmlhbC1icmlnaHRuZXNzLW1lZGl1bQ5tYXRlcmlhbC1jaGVjaw5tYXRlcmlhbC1jbG9zZQ1tYXRlcmlhbC1jcm9wEm1hdGVyaWFsLWVxdWFsaXplcg9tYXRlcmlhbC1maWx0ZXIMbWF0ZXJpYWwtaXNvEG1hdGVyaWFsLXBhbGV0dGUObWF0ZXJpYWwtcGF1c2UPbWF0ZXJpYWwtcGVvcGxlIG1hdGVyaWFsLXBob3RvLXNpemUtc2VsZWN0LWxhcmdlE21hdGVyaWFsLXBsYXktYXJyb3cPbWF0ZXJpYWwtcmVwZWF0FW1hdGVyaWFsLXJvdGF0ZS1yaWdodBBtYXRlcmlhbC1zaHVmZmxlEm1hdGVyaWFsLXNraXAtbmV4dBZtYXRlcmlhbC1za2lwLXByZXZpb3VzDW1hdGVyaWFsLXN0b3AQbWF0ZXJpYWwtdGV4dHVyZRBtYXRlcmlhbC13Yi1hdXRvDG1ldGVvLWNsb3VkMgxtZXRlby1jbG91ZDMMbWV0ZW8tY2xvdWR5CW1ldGVvLXN1bgVtaW51cwZtb2JpbGUFbXVzaWMHbmV1dHJhbAluZXdzcGFwZXIGb2ZmaWNlBnBlbmNpbAVwaG9uZQRwbGF5BHBsdXMFcmVkbzIGcmVtb3ZlBXJlcGx5A3NhZARzYWQyBXNoYXJlBnNtaWxleQdzbWlsZXkyBXN0YWNrBXN0YXIzCXN0b3B3YXRjaAdzdXBwb3J0A3RhZwl0aHVtYnMtdXAKdGh1bWJzLXVwMgV1bmRvMgh1bmxvY2tlZAZ1cGxvYWQFdXNlcjQLdm9sdW1lLWhpZ2gNdm9sdW1lLW1lZGl1bQx2b2x1bWUtbXV0ZTIAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mbsc-ic:before {
  font-family: "icons_mobiscroll";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mbsc-ic-aid::before {
  content: "\ea01";
}

.mbsc-ic-airplane::before {
  content: "\ea02";
}

.mbsc-ic-alarm2::before {
  content: "\ea03";
}

.mbsc-ic-arrow-down5::before {
  content: "\ea04";
}

.mbsc-ic-arrow-left5::before {
  content: "\ea05";
}

.mbsc-ic-arrow-left6::before {
  content: "\ea06";
}

.mbsc-ic-arrow-right5::before {
  content: "\ea08";
}

.mbsc-ic-arrow-right6::before {
  content: "\ea07";
}

.mbsc-ic-arrow-up5::before {
  content: "\ea09";
}

.mbsc-ic-attachment::before {
  content: "\ea0a";
}

.mbsc-ic-bars::before {
  content: "\ea0b";
}

.mbsc-ic-book::before {
  content: "\ea0c";
}

.mbsc-ic-bubble::before {
  content: "\ea0e";
}

.mbsc-ic-bubbles::before {
  content: "\ea0d";
}

.mbsc-ic-bullhorn::before {
  content: "\ea0f";
}

.mbsc-ic-calendar::before {
  content: "\ea10";
}

.mbsc-ic-camera::before {
  content: "\ea11";
}

.mbsc-ic-cart::before {
  content: "\ea12";
}

.mbsc-ic-checkmark::before {
  content: "\ea13";
}

.mbsc-ic-clock::before {
  content: "\ea14";
}

.mbsc-ic-close::before {
  content: "\ea15";
}

.mbsc-ic-cloud-download::before {
  content: "\ea16";
}

.mbsc-ic-cloud-upload::before {
  content: "\ea17";
}

.mbsc-ic-cogs::before {
  content: "\ea18";
}

.mbsc-ic-connection::before {
  content: "\ea19";
}

.mbsc-ic-copy2::before {
  content: "\ea1a";
}

.mbsc-ic-copy3::before {
  content: "\ea1b";
}

.mbsc-ic-credit::before {
  content: "\ea1d";
}

.mbsc-ic-disk::before {
  content: "\ea1c";
}

.mbsc-ic-download::before {
  content: "\ea1e";
}

.mbsc-ic-drawer::before {
  content: "\ea1f";
}

.mbsc-ic-droplet::before {
  content: "\ea20";
}

.mbsc-ic-earth::before {
  content: "\ea21";
}

.mbsc-ic-eye-blocked::before {
  content: "\ea22";
}

.mbsc-ic-eye::before {
  content: "\ea23";
}

.mbsc-ic-fa-globe::before {
  content: "\ea24";
}

.mbsc-ic-fa-leaf::before {
  content: "\ea25";
}

.mbsc-ic-fa-mail-reply::before {
  content: "\ea26";
}

.mbsc-ic-fa-retweet::before {
  content: "\ea27";
}

.mbsc-ic-fa-rotate-left::before {
  content: "\ea28";
}

.mbsc-ic-file4::before {
  content: "\ea29";
}

.mbsc-ic-film::before {
  content: "\ea2a";
}

.mbsc-ic-flag::before {
  content: "\ea2b";
}

.mbsc-ic-folder::before {
  content: "\ea2c";
}

.mbsc-ic-forward::before {
  content: "\ea2d";
}

.mbsc-ic-foundation-mail::before {
  content: "\ea2e";
}

.mbsc-ic-foundation-minus-circle::before {
  content: "\ea2f";
}

.mbsc-ic-globe::before {
  content: "\ea30";
}

.mbsc-ic-heart::before {
  content: "\ea31";
}

.mbsc-ic-history::before {
  content: "\ea32";
}

.mbsc-ic-home::before {
  content: "\ea33";
}

.mbsc-ic-image2::before {
  content: "\ea34";
}

.mbsc-ic-ion-android-system-windows::before {
  content: "\ea35";
}

.mbsc-ic-ion-bluetooth::before {
  content: "\ea36";
}

.mbsc-ic-ion-close-circled::before {
  content: "\ea37";
}

.mbsc-ic-ion-ios7-arrow-back::before {
  content: "\ea38";
}

.mbsc-ic-ion-ios7-arrow-forward::before {
  content: "\ea39";
}

.mbsc-ic-ion-ios7-checkmark-empty::before {
  content: "\ea3a";
}

.mbsc-ic-ion-navigate::before {
  content: "\ea3b";
}

.mbsc-ic-ios-backspace::before {
  content: "\ea3c";
}

.mbsc-ic-key2::before {
  content: "\ea3d";
}

.mbsc-ic-library::before {
  content: "\ea3e";
}

.mbsc-ic-line-settings::before {
  content: "\ea3f";
}

.mbsc-ic-link::before {
  content: "\ea40";
}

.mbsc-ic-location::before {
  content: "\ea41";
}

.mbsc-ic-lock2::before {
  content: "\ea42";
}

.mbsc-ic-loop2::before {
  content: "\ea43";
}

.mbsc-ic-map::before {
  content: "\ea44";
}

.mbsc-ic-material-arrow-back::before {
  content: "\ea45";
}

.mbsc-ic-material-brightness-medium::before {
  content: "\ea46";
}

.mbsc-ic-material-check::before {
  content: "\ea47";
}

.mbsc-ic-material-close::before {
  content: "\ea48";
}

.mbsc-ic-material-crop::before {
  content: "\ea49";
}

.mbsc-ic-material-equalizer::before {
  content: "\ea4a";
}

.mbsc-ic-material-filter::before {
  content: "\ea4b";
}

.mbsc-ic-material-iso::before {
  content: "\ea4c";
}

.mbsc-ic-material-palette::before {
  content: "\ea4d";
}

.mbsc-ic-material-pause::before {
  content: "\ea4e";
}

.mbsc-ic-material-people::before {
  content: "\ea4f";
}

.mbsc-ic-material-photo-size-select-large::before {
  content: "\ea50";
}

.mbsc-ic-material-play-arrow::before {
  content: "\ea51";
}

.mbsc-ic-material-repeat::before {
  content: "\ea52";
}

.mbsc-ic-material-rotate-right::before {
  content: "\ea53";
}

.mbsc-ic-material-shuffle::before {
  content: "\ea54";
}

.mbsc-ic-material-skip-next::before {
  content: "\ea55";
}

.mbsc-ic-material-skip-previous::before {
  content: "\ea56";
}

.mbsc-ic-material-stop::before {
  content: "\ea57";
}

.mbsc-ic-material-texture::before {
  content: "\ea58";
}

.mbsc-ic-material-wb-auto::before {
  content: "\ea59";
}

.mbsc-ic-meteo-cloud2::before {
  content: "\ea5a";
}

.mbsc-ic-meteo-cloud3::before {
  content: "\ea5b";
}

.mbsc-ic-meteo-cloudy::before {
  content: "\ea5c";
}

.mbsc-ic-meteo-sun::before {
  content: "\ea5d";
}

.mbsc-ic-minus::before {
  content: "\ea5e";
}

.mbsc-ic-mobile::before {
  content: "\ea5f";
}

.mbsc-ic-music::before {
  content: "\ea60";
}

.mbsc-ic-neutral::before {
  content: "\ea61";
}

.mbsc-ic-newspaper::before {
  content: "\ea62";
}

.mbsc-ic-office::before {
  content: "\ea63";
}

.mbsc-ic-pencil::before {
  content: "\ea64";
}

.mbsc-ic-phone::before {
  content: "\ea65";
}

.mbsc-ic-play::before {
  content: "\ea66";
}

.mbsc-ic-plus::before {
  content: "\ea67";
}

.mbsc-ic-redo2::before {
  content: "\ea68";
}

.mbsc-ic-remove::before {
  content: "\ea69";
}

.mbsc-ic-reply::before {
  content: "\ea6a";
}

.mbsc-ic-sad::before {
  content: "\ea6b";
}

.mbsc-ic-sad2::before {
  content: "\ea6c";
}

.mbsc-ic-share::before {
  content: "\ea6d";
}

.mbsc-ic-smiley::before {
  content: "\ea6e";
}

.mbsc-ic-smiley2::before {
  content: "\ea6f";
}

.mbsc-ic-stack::before {
  content: "\ea70";
}

.mbsc-ic-star3::before {
  content: "\ea71";
}

.mbsc-ic-stopwatch::before {
  content: "\ea72";
}

.mbsc-ic-support::before {
  content: "\ea73";
}

.mbsc-ic-tag::before {
  content: "\ea74";
}

.mbsc-ic-thumbs-up::before {
  content: "\ea75";
}

.mbsc-ic-thumbs-up2::before {
  content: "\ea76";
}

.mbsc-ic-undo2::before {
  content: "\ea77";
}

.mbsc-ic-unlocked::before {
  content: "\ea78";
}

.mbsc-ic-upload::before {
  content: "\ea79";
}

.mbsc-ic-user4::before {
  content: "\ea7a";
}

.mbsc-ic-volume-high::before {
  content: "\ea7b";
}

.mbsc-ic-volume-medium::before {
  content: "\ea7c";
}

.mbsc-ic-volume-mute2::before {
  content: "\ea7d";
}

.mbsc-fr-w, .mbsc-fr-overlay {
  -webkit-transform: translateZ(0);
}

.mbsc-fr {
  pointer-events: none;
  z-index: 99998;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

.mbsc-fr-lock-ctx {
  position: relative;
}

.mbsc-fr-lock.mbsc-fr-lock-ios {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
}

.mbsc-fr-pos {
  visibility: hidden;
}

.mbsc-fr-scroll {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.mbsc-fr-popup {
  max-width: 98%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  font-size: 12px;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
}

.mbsc-rtl {
  direction: rtl;
}

.mbsc-fr-popup, .mbsc-fr-btn-cont, .mbsc-fr-arr {
  box-sizing: border-box;
}

.mbsc-fr .mbsc-fr-w {
  box-sizing: content-box;
}

.mbsc-fr-w {
  min-width: 200px;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  font-family: arial, verdana, sans-serif;
}

.mbsc-fr, .mbsc-fr-persp, .mbsc-fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mbsc-fr-lock .mbsc-fr-persp {
  touch-action: none;
}

.mbsc-fr-lock-ctx > .mbsc-fr, .mbsc-fr-lock-ctx .mbsc-fr-persp, .mbsc-fr-lock-ctx .mbsc-fr-overlay {
  position: absolute;
}

.mbsc-fr-persp {
  pointer-events: auto;
  overflow: hidden;
}

.mbsc-fr-overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

.mbsc-fr-liq .mbsc-fr-popup {
  max-width: 100%;
}

.mbsc-fr-top .mbsc-fr-popup, .mbsc-fr-bottom .mbsc-fr-popup {
  width: 100%;
  max-width: 100%;
}

.mbsc-fr-top .mbsc-fr-w, .mbsc-fr-bottom .mbsc-fr-w {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
}

.mbsc-fr-bottom .mbsc-fr-w {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.mbsc-fr-top .mbsc-fr-popup {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

.mbsc-fr-inline {
  position: relative;
  pointer-events: auto;
  z-index: 0;
}

.mbsc-fr-inline .mbsc-fr-popup {
  position: static;
  max-width: 100%;
}

.mbsc-fr-bubble, .mbsc-fr-bubble .mbsc-fr-persp {
  position: absolute;
}

.mbsc-fr-bubble .mbsc-fr-arr-w {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.mbsc-fr-bubble-top .mbsc-fr-arr-w {
  top: 100%;
}

.mbsc-fr-bubble-bottom .mbsc-fr-arr-w {
  bottom: 100%;
}

.mbsc-fr-bubble .mbsc-fr-arr-i {
  margin: 0 1.75em;
  position: relative;
  direction: ltr;
}

.mbsc-fr-bubble .mbsc-fr-arr {
  display: block;
}

.mbsc-fr-arr {
  display: none;
  position: relative;
  left: 0;
  width: 2em;
  height: 2em;
  transform: rotate(-45deg);
  margin-left: -1em;
}

.mbsc-fr-bubble-bottom .mbsc-fr-arr {
  top: 1.333334em;
}

.mbsc-fr-bubble-top .mbsc-fr-arr {
  top: -1.333334em;
}

.mbsc-fr-hdn {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.mbsc-fr-hdr {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.mbsc-fr-btn {
  overflow: hidden;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}

.mbsc-fr-btn-e {
  cursor: pointer;
}

.mbsc-fr-btn.mbsc-disabled {
  cursor: not-allowed;
}

.mbsc-fr-btn-cont {
  display: table;
  width: 100%;
  text-align: center;
  white-space: normal;
}

.mbsc-fr-btn-cont .mbsc-disabled {
  opacity: 0.3;
}

.mbsc-fr-btn-w {
  vertical-align: top;
  display: table-cell;
  position: relative;
  z-index: 5;
}

.mbsc-fr-btn-w .mbsc-fr-btn:before {
  padding: 0.375em;
}

.mbsc-fr-pointer.mbsc-fr .mbsc-fr-w .mbsc-fr-inline .mbsc-fr-w {
  box-shadow: none;
  border-radius: 0;
}

.mbsc-fr-pointer .mbsc-ltr .mbsc-fr-w, .mbsc-fr-pointer .mbsc-ltr .mbsc-sc-whl .mbsc-sel-gr {
  text-align: left;
}

.mbsc-fr-pointer .mbsc-rtl .mbsc-fr-w, .mbsc-fr-pointer .mbsc-rtl .mbsc-sc-whl .mbsc-sel-gr {
  text-align: right;
}

.mbsc-fr-pointer.mbsc-fr-top .mbsc-fr-w, .mbsc-fr-pointer.mbsc-fr-bottom .mbsc-fr-w {
  pointer-events: auto;
  display: inline-block;
  margin-top: 3em;
  margin-bottom: 3em;
  max-width: 98%;
}

.mbsc-fr-pointer.mbsc-fr-top .mbsc-fr-popup, .mbsc-fr-pointer.mbsc-fr-bottom .mbsc-fr-popup {
  text-align: center;
  pointer-events: none;
}

.mbsc-fr-pointer.mbsc-fr-bubble .mbsc-fr-arr-w {
  display: none;
}

.mbsc-fr-pointer .mbsc-sel-empty {
  text-align: center;
}

.mbsc-ios.mbsc-fr-top .mbsc-fr-btn-cont, .mbsc-ios.mbsc-fr-bottom .mbsc-fr-btn-cont {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
}

.mbsc-ios .mbsc-fr-w {
  position: relative;
  padding-top: 3.666667em;
  font-size: 12px;
  font-family: -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.mbsc-ios .mbsc-fr-has-hdr .mbsc-fr-w {
  min-width: 25em;
}

.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-w, .mbsc-ios.mbsc-fr-center .mbsc-fr-w {
  min-width: 16.666667em;
}

.mbsc-ios .mbsc-fr-hdr {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1.25em;
  padding: 0.75em 4.375em;
  font-size: 1.333334em;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-hdr, .mbsc-ios.mbsc-fr-center:not(.mbsc-cal-liq) .mbsc-fr-hdr {
  position: relative;
  padding: 0.75em 0.5em;
  margin-bottom: -1px;
  white-space: normal;
}

.mbsc-ios .mbsc-fr-btn-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}

.mbsc-ios .mbsc-ltr .mbsc-fr-btn-cont {
  text-align: right;
}

.mbsc-ios .mbsc-rtl .mbsc-fr-btn-cont {
  text-align: left;
}

.mbsc-ios .mbsc-fr-btn {
  height: 2.75em;
  line-height: 2.75em;
  padding: 0 0.625em;
  text-align: center;
  font-size: 1.333334em;
}

.mbsc-ios .mbsc-fr-btn.mbsc-active {
  opacity: 0.5;
}

.mbsc-ios .mbsc-fr-btn-w {
  display: inline-block;
}

.mbsc-ios .mbsc-ltr .mbsc-fr-btn-c {
  float: left;
}

.mbsc-ios .mbsc-rtl .mbsc-fr-btn-c {
  float: right;
}

.mbsc-ios .mbsc-fr-btn-s .mbsc-fr-btn {
  font-weight: bold;
}

.mbsc-ios.mbsc-fr-bubble .mbsc-fr-w, .mbsc-ios.mbsc-fr-center .mbsc-fr-w {
  border-radius: 8px;
}

.mbsc-ios.mbsc-fr-inline .mbsc-fr-w {
  border-radius: 0;
}

.mbsc-ios .mbsc-fr-arr {
  border-radius: 6px;
}

.mbsc-ios.mbsc-fr-bottom .mbsc-fr-overlay, .mbsc-ios.mbsc-fr-top .mbsc-fr-overlay {
  background: none;
}

.mbsc-ios.mbsc-fr-center .mbsc-fr-w {
  padding-top: 0;
  padding-bottom: 3.75em;
}

.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-w {
  padding: 0;
}

.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-cont {
  display: table;
  top: auto;
  bottom: 0;
  border: 0;
  table-layout: fixed;
}

.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w {
  display: table-cell;
  float: none;
}

.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w:first-child {
  border-left: 0;
}

.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w {
  border-left: 0;
}

.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:first-child {
  border-right: 0;
}

.mbsc-ios.mbsc-fr-center .mbsc-ltr .mbsc-fr-btn-w:first-child .mbsc-fr-btn, .mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:last-child .mbsc-fr-btn {
  border-radius: 0 0 0 0.5em;
}

.mbsc-ios.mbsc-fr-center .mbsc-ltr .mbsc-fr-btn-w:last-child .mbsc-fr-btn, .mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:first-child .mbsc-fr-btn {
  border-radius: 0 0 0.5em 0;
}

.mbsc-ios.mbsc-fr-center .mbsc-fr-btn.mbsc-active {
  opacity: 1;
}

.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-cont {
  position: static;
  display: block;
}

.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-w {
  display: block;
  border-left: 0;
  border-right: 0;
}

.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-w .mbsc-fr-btn-w .mbsc-fr-btn {
  border-radius: 0;
}

.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-w:last-child .mbsc-fr-btn {
  border-radius: 0 0 0.5em 0.5em;
}

.mbsc-ios.mbsc-fr-inline .mbsc-fr-w {
  margin-top: -1px;
}

.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-w {
  padding: 0;
}

.mbsc-ios.mbsc-fr-nobtn.mbsc-fr-bottom .mbsc-fr-w {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.mbsc-ios.mbsc-fr-pointer.mbsc-fr .mbsc-fr-popup {
  border: 0;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-fr-hdr {
  font-size: 1.166667em;
  line-height: 1.5em;
}

.mbsc-ios.mbsc-fr-top .mbsc-fr-btn-cont, .mbsc-ios.mbsc-fr-bottom .mbsc-fr-btn-cont {
  background: #efefef;
}

.mbsc-ios .mbsc-fr-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.mbsc-ios .mbsc-fr-w {
  background: #f7f7f7;
  color: #000;
}

.mbsc-ios .mbsc-fr-hdr {
  color: #000;
}

.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-hdr, .mbsc-ios.mbsc-fr-center:not(.mbsc-cal-liq) .mbsc-fr-hdr, .mbsc-ios .mbsc-fr-btn-cont {
  border-bottom: 1px solid #ccc;
}

.mbsc-ios .mbsc-fr-btn {
  color: #007bff;
}

.mbsc-ios .mbsc-fr-arr {
  background: #f7f7f7;
}

.mbsc-ios.mbsc-fr-bottom .mbsc-fr-popup {
  border-top: 1px solid #8e8e8e;
}

.mbsc-ios.mbsc-fr-top .mbsc-fr-popup {
  border-bottom: 1px solid #8e8e8e;
}

.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w {
  border-right: 1px solid #ccc;
}

.mbsc-ios.mbsc-fr-center.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover, .mbsc-ios.mbsc-fr-center .mbsc-fr-btn.mbsc-active {
  background: #eaeaea;
}

.mbsc-ios.mbsc-fr-inline .mbsc-fr-w {
  background: #fff;
  border-top: 1px solid #ccc;
}

.mbsc-ios.mbsc-fr-inline .mbsc-fr-c {
  border-bottom: 1px solid #ccc;
}

.mbsc-ios.mbsc-fr-no-overlay .mbsc-fr-arr {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.mbsc-ios.mbsc-fr-no-overlay .mbsc-fr-w {
  box-shadow: 0 0.125em 1em rgba(0, 0, 0, 0.2);
}

.mbsc-ios.mbsc-fr-pointer .mbsc-fr-persp .mbsc-fr-popup .mbsc-fr-w, .mbsc-ios.mbsc-fr-pointer .mbsc-fr-persp .mbsc-cal-picker {
  background: #f7f7f7;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-fr-hdr {
  border-color: #ccc;
}

.mbsc-sc-whl-o, .mbsc-sc-btn {
  -webkit-transform: translateZ(0);
}

.mbsc-sc .mbsc-sc-whl-gr-c, .mbsc-sc .mbsc-sc-whl-c, .mbsc-sc .mbsc-sc-whl-l, .mbsc-sc .mbsc-sc-whl {
  box-sizing: content-box;
}

.mbsc-sc-whl-gr-c, .mbsc-sc-itm {
  box-sizing: border-box;
}

.mbsc-sc-whl-gr-c {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.mbsc-fr-bottom .mbsc-sc-whl-gr-c:first-child:last-child, .mbsc-fr-top .mbsc-sc-whl-gr-c:first-child:last-child, .mbsc-fr-inline .mbsc-sc-whl-gr-c:first-child:last-child, .mbsc-fr-liq .mbsc-sc-whl-gr-c {
  display: block;
}

.mbsc-sc-whl-gr {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}

.mbsc-sc-whl-w {
  max-width: 100%;
  position: relative;
  touch-action: none;
}

.mbsc-fr-pointer .mbsc-sc-whl-w, .mbsc-fr-liq .mbsc-sc-whl-w {
  flex: 1 auto;
}

.mbsc-sc-whl-o {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  display: none;
}

.mbsc-sc-whl-l {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
}

.mbsc-sc-whl-w .mbsc-sc-whl-l {
  display: block;
}

.mbsc-sc-whl {
  overflow: hidden;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin: -1px 0;
}

.mbsc-sc-whl-c {
  position: relative;
  z-index: 1;
  top: 50%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.mbsc-sc-whl-sc {
  position: relative;
}

.mbsc-sc-itm {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mbsc-sc-itm-inv, .mbsc-sc-itm-inv-h {
  opacity: 0.3;
}

.mbsc-sc-lbl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  display: none;
}

.mbsc-sc-lbl-v .mbsc-sc-lbl {
  display: block;
}

.mbsc-sc-btn {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  cursor: pointer;
  opacity: 1;
  text-align: center;
  transition: opacity 0.2s linear;
}

.mbsc-sc-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.mbsc-sc-whl-a .mbsc-sc-btn {
  opacity: 0;
}

.mbsc-sc-btn-plus {
  bottom: 0;
}

.mbsc-sc-btn-minus {
  top: 0;
}

.mbsc-sc-whl-gr-3d {
  perspective: 1200px;
}

.mbsc-sc-whl-gr-3d .mbsc-sc-whl {
  overflow: visible;
}

.mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  overflow: hidden;
}

.mbsc-sc-whl-3d {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform-style: preserve-3d;
}

.mbsc-sc-itm-3d {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  backface-visibility: hidden;
}

.mbsc-sc-itm-del {
  display: none;
}

.mbsc-sc-itm-ml {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  text-align: center;
}

.mbsc-fr-pointer .mbsc-fr-w .mbsc-sc-whl-gr-c, .mbsc-fr-pointer .mbsc-fr-w .mbsc-sc-whl-gr {
  padding: 0;
}

.mbsc-fr-pointer .mbsc-sc-whl-gr-c:first-child:last-child {
  display: block;
}

.mbsc-sc-bar-c {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.05);
  transform: translateZ(0);
  transition: opacity 0.2s;
}

.mbsc-sc-bar {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
}

.mbsc-sc-bar:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.mbsc-sc-whl-w:hover .mbsc-sc-bar-c, .mbsc-sc-whl-anim .mbsc-sc-bar-c {
  opacity: 1;
}

.mbsc-ios.mbsc-sc.mbsc-fr-top .mbsc-fr-btn-cont, .mbsc-ios.mbsc-sc.mbsc-fr-bottom .mbsc-fr-btn-cont {
  border-bottom: 0;
}

.mbsc-ios .mbsc-sc-lbl {
  line-height: 2.5em;
}

.mbsc-ios .mbsc-sc-whl-gr-c {
  padding: 0 3%;
}

.mbsc-ios .mbsc-sc-whl-gr {
  padding: 0.833333em;
}

.mbsc-ios .mbsc-sc-lbl-v {
  margin-bottom: -1.666667em;
}

.mbsc-ios .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.mbsc-ios .mbsc-sc-whl-l, .mbsc-ios.mbsc-calendar .mbsc-sc-whl-l {
  display: block;
  margin: 0 -0.833333em;
}

.mbsc-ios .mbsc-sc-whl-w .mbsc-sc-whl-l {
  display: none;
}

.mbsc-ios .mbsc-sc-whl-o, .mbsc-ios.mbsc-calendar .mbsc-sc-whl-o {
  display: block;
}

.mbsc-ios .mbsc-sc-itm {
  padding: 0 0.5em;
  font-size: 1.833333em;
}

.mbsc-ios.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover, .mbsc-ios .mbsc-sc-itm:focus {
  outline: 0;
}

.mbsc-ios .mbsc-sc-whl-gr-3d-c .mbsc-sc-whl-l {
  z-index: 3;
}

.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  margin: 0 -0.166667em;
}

.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm-3d {
  font-size: 1.666666em;
}

.mbsc-ios .mbsc-sc-cp .mbsc-sc-whl .mbsc-sc-itm {
  text-align: center;
}

.mbsc-ios .mbsc-sc-cp .mbsc-sc-whl-w {
  padding: 2.666667em 0;
}

.mbsc-ios .mbsc-sc-btn {
  height: 2.666667em;
  line-height: 2.666667em;
  opacity: 1;
}

.mbsc-ios .mbsc-sc-btn:before {
  font-size: 2em;
}

.mbsc-ios .mbsc-sc-btn.mbsc-active:before {
  opacity: 0.5;
}

.mbsc-ios.mbsc-sel-multi .mbsc-sc-whl-l {
  display: none;
}

.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-whl-o {
  display: none;
}

.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 1.818181em;
}

.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  font-size: 1.818181em;
}

.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-whl-multi .mbsc-sc-whl-o {
  display: block;
}

.mbsc-ios.mbsc-sel-multi .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  visibility: hidden;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-sc-whl-o {
  display: none;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-sc-lbl-v {
  margin-bottom: -2.5em;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-sc-lbl {
  padding: 0 1.666667em;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-sc-itm {
  font-size: 1.333334em;
  padding: 0 1.25em;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 2.5em;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-sc-itm-sel:before {
  font-size: 2em;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-ltr .mbsc-sc-itm-sel:before {
  left: 0.125em;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-rtl .mbsc-sc-itm-sel:before {
  right: 0.125em;
}

.mbsc-ios.mbsc-sc.mbsc-fr-top .mbsc-fr-w, .mbsc-ios.mbsc-sc.mbsc-fr-bottom .mbsc-fr-w {
  background: #d1d5db;
}

.mbsc-ios.mbsc-calendar .mbsc-fr-persp .mbsc-fr-w {
  background: #f7f7f7;
}

.mbsc-ios.mbsc-calendar.mbsc-fr-top .mbsc-fr-btn-cont, .mbsc-ios.mbsc-calendar.mbsc-fr-bottom .mbsc-fr-btn-cont {
  border-bottom: 1px solid #ccc;
}

.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-l, .mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-l {
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
}

.mbsc-ios .mbsc-sc-whl-l, .mbsc-ios.mbsc-calendar .mbsc-sc-whl-l {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-o, .mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-o {
  background: linear-gradient(#d1d5db, rgba(209, 213, 219, 0) 52%, rgba(209, 213, 219, 0) 48%, #d1d5db);
}

.mbsc-ios .mbsc-sc-whl-o, .mbsc-ios.mbsc-calendar .mbsc-sc-whl-o {
  background: linear-gradient(#f7f7f7, rgba(247, 247, 247, 0) 52%, rgba(247, 247, 247, 0) 48%, #f7f7f7);
}

.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c, .mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #d1d5db;
}

.mbsc-ios.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-o {
  background: linear-gradient(#fff, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 48%, #fff);
}

.mbsc-ios.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #fff;
}

.mbsc-ios .mbsc-sc-lbl {
  color: #ababab;
}

.mbsc-ios .mbsc-sc-itm {
  color: #9e9e9e;
}

.mbsc-ios.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover, .mbsc-ios .mbsc-sc-itm:focus {
  background: rgba(0, 123, 255, 0.15);
}

.mbsc-ios.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active {
  background: rgba(0, 123, 255, 0.2);
}

.mbsc-ios .mbsc-sc-itm-sel, .mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm {
  color: #000;
}

.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c, .mbsc-ios.mbsc-calendar .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #f7f7f7;
}

.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm-3d {
  color: #a3a3a3;
}

.mbsc-ios .mbsc-sc-btn {
  color: #007bff;
}

.mbsc-ios.mbsc-sel-multi .mbsc-sc-itm {
  color: #000;
}

.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #007bff;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-sc-whl-l {
  border-color: #ccc;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-sc-itm {
  color: #000;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-sc-itm-sel {
  color: #007bff;
}

@keyframes autofill {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.mbsc-input {
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mbsc-input .mbsc-control:-webkit-autofill {
  animation-name: autofill;
}

.mbsc-input input, .mbsc-input select, .mbsc-input textarea {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mbsc-input-wrap, .mbsc-input input, .mbsc-input textarea {
  box-sizing: border-box;
}

.mbsc-input input, .mbsc-input select, .mbsc-input textarea {
  display: block;
  width: 100%;
  font-size: 1em;
}

.mbsc-input input:focus, .mbsc-input select:focus, .mbsc-input textarea:focus {
  outline: 0;
}

.mbsc-input-wrap {
  position: relative;
  display: block;
}

.mbsc-input .mbsc-label {
  font-size: 0.875em;
  white-space: nowrap;
}

.mbsc-input-ic {
  position: absolute;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
}

.mbsc-input-toggle {
  cursor: pointer;
}

.mbsc-ic-right .mbsc-input-ic {
  right: 0.5em;
}

.mbsc-ic-left .mbsc-input-ic {
  left: 0.5em;
}

.mbsc-ic-right input {
  padding-right: 2.4em;
}

.mbsc-ic-left input {
  padding-left: 2.4em;
}

.mbsc-label-inline.mbsc-input.mbsc-control-w {
  display: flex;
}

.mbsc-label-inline.mbsc-input.mbsc-control-w .mbsc-input-wrap {
  -moz-flex: 1 auto;
  flex: 1 auto;
}

.mbsc-label-inline.mbsc-input.mbsc-control-w .mbsc-label {
  position: static;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1em;
  width: 30%;
  max-width: 12.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: content-box;
}

.mbsc-label-floating.mbsc-input .mbsc-label {
  pointer-events: none;
  transition: transform 0.2s;
}

.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-control::-webkit-input-placeholder {
  opacity: 0;
}

.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-control:-moz-placeholder {
  opacity: 0;
}

.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-control::-moz-placeholder {
  opacity: 0;
}

.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-control:-ms-input-placeholder {
  opacity: 0;
}

.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label ~ .mbsc-input-wrap .mbsc-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label ~ .mbsc-input-wrap .mbsc-control:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label ~ .mbsc-input-wrap .mbsc-control::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label ~ .mbsc-input-wrap .mbsc-control:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mbsc-ltr .mbsc-label-floating.mbsc-input .mbsc-label {
  transform-origin: top left;
}

.mbsc-rtl .mbsc-label-floating.mbsc-input .mbsc-label {
  transform-origin: top right;
}

.mbsc-input-wrap .mbsc-control[type=file] {
  position: absolute;
  opacity: 0;
}

.mbsc-ios .mbsc-input {
  display: flex;
  padding: 0;
}

.mbsc-ios .mbsc-input input {
  height: 2.75em;
  padding: 0 1em;
  background: transparent;
}

.mbsc-ios .mbsc-input-wrap {
  position: static;
  -moz-flex: 1 auto;
  flex: 1 auto;
}

.mbsc-ios .mbsc-input-wrap .mbsc-input-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 8px;
}

.mbsc-ios .mbsc-textarea textarea {
  height: 3em;
  padding: 0 1em;
  background: transparent;
}

.mbsc-ios .mbsc-input .mbsc-label, .mbsc-ios .mbsc-progress .mbsc-label {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%;
  max-width: 12.5em;
  overflow: hidden;
  font-size: 1em;
  line-height: 2.75em;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: content-box;
}

.mbsc-ios.mbsc-ltr .mbsc-input .mbsc-label {
  padding-left: 1em;
}

.mbsc-ios.mbsc-rtl .mbsc-input .mbsc-label {
  padding-right: 1em;
}

.mbsc-ios .mbsc-input input:disabled, .mbsc-ios .mbsc-input textarea:disabled, .mbsc-ios .mbsc-input .mbsc-control:disabled ~ input, .mbsc-ios .mbsc-input .mbsc-control:disabled ~ .mbsc-ic {
  opacity: 0.5;
}

.mbsc-ios .mbsc-err-msg {
  padding: 0.5em 1.3333em;
}

.mbsc-ios.mbsc-ltr .mbsc-select input {
  padding-right: 2.25em;
}

.mbsc-ios.mbsc-rtl .mbsc-select input {
  padding-left: 2.25em;
}

.mbsc-ios .mbsc-select-ic {
  position: absolute;
  display: block;
  height: 1.25em;
  width: 1.25em;
  top: 0.875em;
  right: 1em;
  text-align: center;
}

.mbsc-ios.mbsc-rtl .mbsc-select-ic {
  right: auto;
  left: 1em;
}

.mbsc-ios .mbsc-ic-right .mbsc-select-ic {
  right: 3.4em;
}

.mbsc-ios.mbsc-rtl .mbsc-ic-right .mbsc-select-ic {
  right: auto;
  left: 3.4em;
}

.mbsc-ios .mbsc-select-inline .mbsc-select-ic {
  display: none;
}

.mbsc-ios .mbsc-textarea .mbsc-input-wrap {
  padding: 0.625em 0;
}

.mbsc-ios .mbsc-input-ic {
  top: 0.375em;
  margin-top: -1px;
}

.mbsc-ios .mbsc-ic-left {
  z-index: 1;
}

.mbsc-ios.mbsc-ltr .mbsc-ic-left .mbsc-input-wrap, .mbsc-ios.mbsc-rtl .mbsc-ic-right .mbsc-input-wrap {
  padding-left: 2.25em;
}

.mbsc-ios.mbsc-ltr .mbsc-ic-right .mbsc-input-wrap, .mbsc-ios.mbsc-rtl .mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.25em;
}

.mbsc-ios.mbsc-ltr .mbsc-ic-left .mbsc-label {
  padding-left: 3.25em;
}

.mbsc-ios.mbsc-rtl .mbsc-ic-left .mbsc-label {
  padding-right: 3.25em;
}

.mbsc-ios.mbsc-ltr .mbsc-ic-left .mbsc-label ~ .mbsc-input-wrap {
  padding-left: 0;
}

.mbsc-ios.mbsc-rtl .mbsc-ic-left .mbsc-label ~ .mbsc-input-wrap {
  padding-right: 0;
}

.mbsc-ios .mbsc-ic-left .mbsc-left-ic, .mbsc-ios.mbsc-rtl .mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: 0.625em;
}

.mbsc-ios .mbsc-ic-right .mbsc-right-ic, .mbsc-ios.mbsc-rtl .mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: 0.625em;
}

.mbsc-ios .mbsc-control-w {
  margin-top: -1px;
}

.mbsc-ios .mbsc-control-w:before, .mbsc-ios .mbsc-control-w:after {
  content: "";
  position: absolute;
  right: 0;
  left: 1em;
}

.mbsc-ios .mbsc-control-w:before {
  top: 0;
}

.mbsc-ios .mbsc-control-w:after {
  bottom: 0;
}

.mbsc-ios .mbsc-form-group-title + .mbsc-control-w:before, .mbsc-ios .mbsc-control-w:first-child:before, .mbsc-ios .mbsc-control-w:last-child:after {
  left: 0;
}

.mbsc-ios .mbsc-control-ng .mbsc-control-w:before, .mbsc-ios .mbsc-control-ng .mbsc-control-w:after {
  left: 1em;
}

.mbsc-ios .mbsc-form-group-title + .mbsc-control-ng .mbsc-control-w:before, .mbsc-ios .mbsc-control-ng:first-child .mbsc-control-w:before, .mbsc-ios .mbsc-control-ng:last-child .mbsc-control-w:after {
  left: 0;
}

.mbsc-ios .mbsc-ic-left:before, .mbsc-ios .mbsc-ic-left:after {
  left: 3.25em;
}

.mbsc-ios .mbsc-err {
  z-index: 2;
}

.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-control-w, .mbsc-ios .mbsc-form-group-inset .mbsc-control-w:first-child {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.mbsc-ios .mbsc-form-group-inset .mbsc-control-w:last-child {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title, .mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-control-w:before, .mbsc-ios .mbsc-form-group-inset .mbsc-control-w:first-child:before, .mbsc-ios .mbsc-form-group-inset .mbsc-control-w:last-child:after {
  border-width: 0;
}

.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w {
  border-radius: 0;
}

.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:before, .mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:after {
  border-width: 1px;
}

.mbsc-ios.mbsc-form .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-control-ng .mbsc-control-w:before, .mbsc-ios.mbsc-form .mbsc-form-group-inset .mbsc-control-ng:first-child .mbsc-control-w:before, .mbsc-ios.mbsc-form .mbsc-form-group-inset .mbsc-control-ng:last-child .mbsc-control-w:after {
  border-width: 0;
}

.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-control-ng .mbsc-control-w, .mbsc-ios .mbsc-form-group-inset .mbsc-control-ng:first-child .mbsc-control-w {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng:last-child .mbsc-control-w {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.mbsc-ios .mbsc-label-stacked.mbsc-input .mbsc-label {
  font-size: 0.75em;
  position: absolute;
  top: 1em;
  line-height: 1em;
  padding: 0;
  width: auto;
  max-width: none;
}

.mbsc-ios .mbsc-label-stacked.mbsc-input .mbsc-label ~ .mbsc-input-wrap input {
  height: 3.75em;
  padding-top: 1.5em;
}

.mbsc-ios .mbsc-label-stacked.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 1.625em;
}

.mbsc-ios .mbsc-label-stacked.mbsc-input.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 1.625em;
}

.mbsc-ios .mbsc-label-stacked.mbsc-input.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.4375em;
}

.mbsc-ios.mbsc-ltr .mbsc-label-stacked.mbsc-input .mbsc-label {
  left: 1.333334em;
  right: auto;
}

.mbsc-ios.mbsc-ltr .mbsc-label-stacked.mbsc-input.mbsc-ic-left .mbsc-input-wrap {
  padding-left: 2.375em;
}

.mbsc-ios.mbsc-ltr .mbsc-label-stacked.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 4.5em;
}

.mbsc-ios.mbsc-rtl .mbsc-label-stacked.mbsc-input .mbsc-label {
  left: auto;
  right: 1.333334em;
}

.mbsc-ios.mbsc-rtl .mbsc-label-stacked.mbsc-input.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.375em;
}

.mbsc-ios.mbsc-rtl .mbsc-label-stacked.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 4.5em;
}

.mbsc-ios.mbsc-rtl .mbsc-label-stacked.mbsc-input.mbsc-control-w:before, .mbsc-ios.mbsc-rtl .mbsc-label-stacked.mbsc-input.mbsc-control-w:after {
  right: 0;
}

.mbsc-ios .mbsc-label-floating.mbsc-input .mbsc-label {
  position: absolute;
  padding: 0;
  font-size: 1em;
  line-height: 2em;
  top: 0.875em;
  width: auto;
  transform-origin: 0 0;
  transition: transform 0.2s;
}

.mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label, .mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-ic-right .mbsc-label {
  top: 1.625em;
}

.mbsc-ios .mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap input {
  height: 3.75em;
  padding-top: 1.5em;
}

.mbsc-ios .mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 1.625em;
}

.mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 1.625em;
}

.mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.4375em;
}

.mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  transform: translateY(-0.5em) scale(0.75);
}

.mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-label-floating-active.mbsc-ic-left .mbsc-label, .mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-label-floating-active.mbsc-ic-right .mbsc-label {
  transform: translateY(-1.25em) scale(0.75);
}

.mbsc-ios.mbsc-ltr .mbsc-label-floating.mbsc-input .mbsc-label {
  left: 1em;
}

.mbsc-ios.mbsc-ltr .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-input-wrap {
  padding-left: 2.375em;
}

.mbsc-ios.mbsc-ltr .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 3.375em;
}

.mbsc-ios.mbsc-rtl .mbsc-label-floating.mbsc-input .mbsc-label {
  right: 1em;
}

.mbsc-ios.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.375em;
}

.mbsc-ios.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 3.375em;
}

.mbsc-ios.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-control-w:before, .mbsc-ios.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-control-w:after {
  right: 0;
}

.mbsc-ios .mbsc-input-box.mbsc-control-w, .mbsc-ios .mbsc-input-outline.mbsc-control-w {
  margin-top: -1px;
  margin: 1.5em 1em;
  border-radius: 8px;
  border: 1px solid transparent;
}

.mbsc-ios .mbsc-input-box.mbsc-control-w input, .mbsc-ios .mbsc-input-outline.mbsc-control-w input {
  border-radius: 8px;
}

.mbsc-ios .mbsc-input-box.mbsc-control-w:before, .mbsc-ios .mbsc-input-box.mbsc-control-w:after, .mbsc-ios .mbsc-input-outline.mbsc-control-w:before, .mbsc-ios .mbsc-input-outline.mbsc-control-w:after {
  border-top: 0;
}

.mbsc-ios .mbsc-input-box .mbsc-err-msg, .mbsc-ios .mbsc-input-outline .mbsc-err-msg {
  position: absolute;
  bottom: -1.5em;
  padding: 0;
}

.mbsc-ios .mbsc-input-box.mbsc-control-w.mbsc-err + .mbsc-divider, .mbsc-ios .mbsc-input-outline.mbsc-control-w.mbsc-err + .mbsc-divider {
  border-top: 0;
}

.mbsc-ios .mbsc-input-box.mbsc-label-stacked.mbsc-input .mbsc-label, .mbsc-ios .mbsc-input-outline.mbsc-label-stacked.mbsc-input .mbsc-label {
  top: 0.75em;
}

.mbsc-ios .mbsc-input-box.mbsc-label-stacked.mbsc-input .mbsc-label ~ .mbsc-input-wrap input, .mbsc-ios .mbsc-input-outline.mbsc-label-stacked.mbsc-input .mbsc-label ~ .mbsc-input-wrap input {
  height: 3.375em;
  padding-top: 1.25em;
}

.mbsc-ios .mbsc-input-box.mbsc-label-stacked.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic, .mbsc-ios .mbsc-input-outline.mbsc-label-stacked.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.75em;
}

.mbsc-ios .mbsc-input-box.mbsc-label-stacked.mbsc-input.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap, .mbsc-ios .mbsc-input-outline.mbsc-label-stacked.mbsc-input.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 1.75em;
}

.mbsc-ios .mbsc-input-box.mbsc-label-stacked.mbsc-input.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic, .mbsc-ios .mbsc-input-outline.mbsc-label-stacked.mbsc-input.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.25em;
}

.mbsc-ios .mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label, .mbsc-ios .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label {
  top: 0.6875em;
}

.mbsc-ios .mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap input, .mbsc-ios .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap input {
  height: 3.375em;
  padding-top: 1.25em;
}

.mbsc-ios .mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic, .mbsc-ios .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.75em;
}

.mbsc-ios .mbsc-input-box.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label, .mbsc-ios .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  transform: translateY(-0.5em) scale(0.75);
}

.mbsc-ios.mbsc-ltr .mbsc-input-box .mbsc-err-msg, .mbsc-ios.mbsc-ltr .mbsc-input-outline .mbsc-err-msg {
  left: 1.333334em;
}

.mbsc-ios.mbsc-rtl .mbsc-input-box .mbsc-err-msg, .mbsc-ios.mbsc-rtl .mbsc-input-outline .mbsc-err-msg {
  right: 1.333334em;
}

.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w.mbsc-input-box, .mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w.mbsc-input-outline {
  border-radius: 0.5em;
}

.mbsc-ios .mbsc-input-outline.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 0.875em;
}

.mbsc-ios .mbsc-input {
  background: #fff;
}

.mbsc-ios .mbsc-input .mbsc-control::-webkit-input-placeholder {
  color: #ccc;
}

.mbsc-ios .mbsc-input .mbsc-control::-ms-input-placeholder {
  color: #ccc;
}

.mbsc-ios .mbsc-input .mbsc-control::-moz-placeholder {
  color: #ccc;
}

.mbsc-ios .mbsc-input-wrap input:-webkit-autofill ~ .mbsc-input-fill {
  background: #e8f0fe;
}

.mbsc-ios .mbsc-input-wrap input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #e8f0fe inset;
}

.mbsc-ios .mbsc-input .mbsc-label, .mbsc-ios .mbsc-progress .mbsc-label, .mbsc-ios .mbsc-input input, .mbsc-ios .mbsc-input textarea {
  color: #000;
}

.mbsc-ios .mbsc-err-msg {
  color: #d8332a;
}

.mbsc-ios .mbsc-control-w:before, .mbsc-ios .mbsc-control-w:after {
  border-top: 1px solid #ccc;
}

.mbsc-ios .mbsc-control-w.mbsc-err:after, .mbsc-ios .mbsc-control-w.mbsc-err + .mbsc-err:before, .mbsc-ios .mbsc-control-w.mbsc-err + .mbsc-divider {
  border-top-color: #d8332a;
}

.mbsc-ios .mbsc-input-box.mbsc-err, .mbsc-ios .mbsc-input-outline.mbsc-err {
  border-color: #d8332a;
}

.mbsc-ios .mbsc-input-box .mbsc-err-msg, .mbsc-ios .mbsc-input-outline .mbsc-err-msg {
  color: #d8332a;
}

.mbsc-ios .mbsc-input-outline.mbsc-control-w {
  border: 1px solid #ccc;
}

.mbsc-ios .mbsc-input-outline.mbsc-err.mbsc-control-w {
  border-color: #d8332a;
}

.mbsc-sel-hdn {
  position: absolute;
  height: 1px !important;
  width: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.mbsc-sel .mbsc-sel-gr {
  padding: 0 0.25em;
  opacity: 1;
  font-weight: bold;
  text-align: left;
}

.mbsc-sel .mbsc-fr-c {
  position: relative;
}

.mbsc-sel-multi .mbsc-sc-whl-w .mbsc-sc-whl-l {
  display: none;
}

.mbsc-sel-empty {
  display: none;
  opacity: 0.6;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2em;
  margin-top: -1em;
  font-size: 1.5em;
  line-height: 2em;
}

.mbsc-sel-empty-v {
  display: block;
}

.mbsc-sel-filter-clear {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.5em;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.125em;
}

.mbsc-sel-filter-show-clear {
  display: flex;
}

.mbsc-sel-input-wrap {
  position: relative;
}

.mbsc-sel .mbsc-ltr .mbsc-sel-filter-cont .mbsc-sel-filter-input {
  padding-right: 1.5em;
}

.mbsc-sel .mbsc-rtl .mbsc-sel-filter-cont .mbsc-sel-filter-input {
  padding-left: 1.5em;
}

.mbsc-ltr .mbsc-sel-filter-clear {
  right: 0;
}

.mbsc-rtl .mbsc-sel-filter-clear {
  left: 0;
}

.mbsc-sel.mbsc-fr-pointer.mbsc-no-touch .mbsc-sc-whl .mbsc-sc-itm.mbsc-sel-gr:hover {
  background: none;
}

.mbsc-ios .mbsc-sc-whl .mbsc-sel-gr {
  padding-left: 0.277777em;
  font-weight: normal;
  font-size: 1.222222em;
}

.mbsc-ios .mbsc-sel-filter-cont.mbsc-input {
  font-size: 1.166667em;
  padding: 0.5em;
}

.mbsc-ios .mbsc-sel-filter-cont.mbsc-input input {
  height: 2em;
  border-radius: 0.325em;
}

.mbsc-ios .mbsc-sel-filter-clear {
  width: 1.75em;
  right: 0.5em;
  font-size: 1em;
}

.mbsc-ios.mbsc-sel .mbsc-rtl .mbsc-sel-filter-clear {
  left: 0.5em;
}

.mbsc-ios .mbsc-sel-filter-cont.mbsc-control-w:before, .mbsc-ios .mbsc-sel-filter-cont.mbsc-control-w:after {
  border: none;
}

.mbsc-ios .mbsc-sel-gr-whl .mbsc-sc-itm {
  padding: 0 0.5em;
}

.mbsc-ios .mbsc-sel-gr-whl .mbsc-sc-itm::before {
  display: none;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-sc-whl .mbsc-sel-gr {
  font-weight: 700;
  font-size: 1em;
  padding: 0 1.666667em;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-sel-gr-whl .mbsc-sc-itm {
  padding: 0 1.25em;
}

.mbsc-ios .mbsc-sc-whl .mbsc-sel-gr {
  color: #9d9d9d;
}

.mbsc-ios .mbsc-sel-filter-cont.mbsc-input {
  background: #c4c4c4;
}

.mbsc-ios.mbsc-fr-center .mbsc-sel-filter-cont {
  background: #eaeaea;
}

.mbsc-ios .mbsc-sel-filter-cont.mbsc-input input {
  background: #fff;
}

.mbsc-ios .mbsc-sel-filter-clear {
  color: #8c8c8c;
}

.mbsc-ios.mbsc-fr-pointer .mbsc-sc-whl .mbsc-sel-gr {
  color: #000;
}

.mbsc-ios.mbsc-fr-pointer.mbsc-sel .mbsc-ltr .mbsc-sc-whl-w + .mbsc-sc-whl-w {
  border-left: 1px solid #ccc;
}

.mbsc-ios.mbsc-fr-pointer.mbsc-sel .mbsc-rtl .mbsc-sc-whl-w + .mbsc-sc-whl-w {
  border-right: 1px solid #ccc;
}

.mbsc-mobiscroll .mbsc-fr-w {
  min-width: 16em;
  font-size: 16px;
}

.mbsc-mobiscroll .mbsc-fr-hdr {
  padding: 0 0.6666em;
  padding-top: 0.6666em;
  font-size: 0.75em;
  text-transform: uppercase;
  min-height: 2em;
  line-height: 2em;
}

.mbsc-mobiscroll .mbsc-fr-btn-cont {
  display: block;
  overflow: hidden;
  text-align: right;
  padding: 0 0.5em 0.5em 0.5em;
}

.mbsc-mobiscroll .mbsc-ltr .mbsc-fr-btn-cont {
  text-align: right;
}

.mbsc-mobiscroll .mbsc-rtl .mbsc-fr-btn-cont {
  text-align: left;
}

.mbsc-mobiscroll .mbsc-fr-btn-w {
  display: inline-block;
}

.mbsc-mobiscroll .mbsc-fr-btn {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  text-transform: uppercase;
}

.mbsc-mobiscroll.mbsc-fr-center .mbsc-fr-w, .mbsc-mobiscroll.mbsc-fr-bubble .mbsc-fr-w {
  border-radius: 0.25em;
}

.mbsc-mobiscroll.mbsc-fr-no-overlay .mbsc-fr-arr {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.mbsc-mobiscroll.mbsc-fr-no-overlay .mbsc-fr-w {
  box-shadow: 0 0.125em 1em rgba(0, 0, 0, 0.3);
}

.mbsc-mobiscroll.mbsc-fr-no-overlay.mbsc-fr-bubble .mbsc-fr-w {
  border-radius: 0.25em;
}

.mbsc-mobiscroll .mbsc-fr-w {
  background: #f7f7f7;
  color: #454545;
}

.mbsc-mobiscroll .mbsc-fr-hdr, .mbsc-mobiscroll .mbsc-fr-btn {
  color: #4eccc4;
}

.mbsc-mobiscroll .mbsc-fr-btn.mbsc-active, .mbsc-mobiscroll.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover {
  background: rgba(78, 204, 196, 0.3);
}

.mbsc-mobiscroll .mbsc-fr-arr {
  background: #f7f7f7;
}

.mbsc-mobiscroll .mbsc-sc-whl-gr {
  padding: 0.5em 0.25em;
}

.mbsc-mobiscroll .mbsc-sc-whl-w {
  margin: 0 0.25em;
}

.mbsc-mobiscroll .mbsc-sc-lbl-v .mbsc-sc-whl-w {
  margin-top: 1.875em;
}

.mbsc-mobiscroll .mbsc-sc-lbl {
  font-size: 0.75em;
  line-height: 2.5em;
  text-transform: uppercase;
}

.mbsc-mobiscroll .mbsc-sc-cp .mbsc-sc-whl-w {
  padding: 2em 0;
}

.mbsc-mobiscroll .mbsc-sc-btn {
  height: 2em;
  line-height: 2em;
}

.mbsc-mobiscroll .mbsc-sc-btn:before {
  font-size: 1.5em;
}

.mbsc-mobiscroll .mbsc-sc-itm {
  padding: 0 0.25em;
  font-size: 1.375em;
}

.mbsc-mobiscroll.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover, .mbsc-mobiscroll .mbsc-sc-itm:focus {
  outline: 0;
}

.mbsc-mobiscroll .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 1.818181em;
}

.mbsc-mobiscroll .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  font-size: 1.818181em;
}

.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sc-lbl {
  padding-left: 1.666667em;
  padding-right: 1.666667em;
}

.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sc-whl-w {
  margin-left: 0;
  margin-right: 0;
}

.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sc-itm {
  font-size: 1em;
  padding: 0 1.25em;
}

.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 2.5em;
}

.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  font-size: 2em;
}

.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-ltr .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  left: 0.125em;
}

.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-rtl .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  right: 0.125em;
}

.mbsc-mobiscroll .mbsc-sc-lbl {
  color: #4eccc4;
}

.mbsc-mobiscroll .mbsc-sc-whl-l {
  border-top: 1px solid #4eccc4;
  border-bottom: 1px solid #4eccc4;
}

.mbsc-mobiscroll .mbsc-sc-btn {
  color: #4eccc4;
  background: #f7f7f7;
}

.mbsc-mobiscroll.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover, .mbsc-mobiscroll .mbsc-sc-itm:focus {
  background: rgba(69, 69, 69, 0.1);
}

.mbsc-mobiscroll.mbsc-no-touch .mbsc-sc-btn:hover:before, .mbsc-mobiscroll.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active, .mbsc-mobiscroll .mbsc-sc-btn.mbsc-active:before {
  background: rgba(78, 204, 196, 0.3);
}

.mbsc-mobiscroll .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  color: #4eccc4;
}

.mbsc-mobiscroll .mbsc-input input, .mbsc-mobiscroll .mbsc-input textarea {
  height: 2.125em;
  padding: 0 0 1px 0;
  background: transparent;
  font-size: 1em;
}

.mbsc-mobiscroll .mbsc-input input:disabled, .mbsc-mobiscroll .mbsc-input textarea:disabled, .mbsc-mobiscroll .mbsc-input .mbsc-control:disabled ~ input, .mbsc-mobiscroll .mbsc-input .mbsc-control:disabled ~ .mbsc-select-ic {
  opacity: 0.4;
}

.mbsc-mobiscroll .mbsc-input {
  margin: 1.5em 1em;
}

.mbsc-mobiscroll .mbsc-input .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0.875em;
}

.mbsc-mobiscroll .mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.9375em;
}

.mbsc-mobiscroll .mbsc-input-ic {
  top: 0.0625em;
  margin: -2px 0 0 0;
}

.mbsc-mobiscroll .mbsc-input textarea {
  padding-top: 0.25em;
}

.mbsc-mobiscroll .mbsc-select-ic {
  position: absolute;
  display: block;
  height: 1.25em;
  width: 1.25em;
  top: 0.5625em;
  text-align: center;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-select-ic {
  left: auto;
  right: 0.6875em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-select-ic {
  right: auto;
  left: 0.6875em;
}

.mbsc-mobiscroll .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.4375em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-select input {
  padding-right: 1.25em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-select.mbsc-ic-right input {
  padding-right: 3em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  left: auto;
  right: 0;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  right: 1.75em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-select input {
  padding-left: 1.25em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-select.mbsc-ic-right input {
  padding-left: 3em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  right: auto;
  left: 0;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  left: 1.75em;
}

.mbsc-mobiscroll .mbsc-select-inline .mbsc-select-ic {
  display: none;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-left input, .mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-left textarea {
  padding-left: 1.625em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-left .mbsc-left-ic {
  right: auto;
  left: -0.375em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-left .mbsc-label, .mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-left .mbsc-err-msg {
  left: 2.166667em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-right input, .mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-right textarea {
  padding-right: 1.625em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-right .mbsc-right-ic {
  left: auto;
  right: -0.375em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-left input, .mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-left textarea {
  padding-right: 1.625em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: -0.375em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-left .mbsc-label, .mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-left .mbsc-err-msg {
  right: 2.166667em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-right input, .mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-right textarea {
  padding-left: 1.625em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: -0.375em;
}

.mbsc-mobiscroll .mbsc-input .mbsc-label {
  position: absolute;
  top: 0;
  font-size: 0.75em;
}

.mbsc-mobiscroll .mbsc-label-inline.mbsc-input .mbsc-label {
  line-height: 2em;
}

.mbsc-mobiscroll .mbsc-label-inline.mbsc-input .mbsc-label + .mbsc-input-wrap {
  padding-top: 0;
}

.mbsc-mobiscroll .mbsc-label-inline.mbsc-input .mbsc-label + .mbsc-input-wrap .mbsc-input-ic {
  top: 0.0625em;
}

.mbsc-mobiscroll .mbsc-label-inline.mbsc-input.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 0.5625em;
}

.mbsc-mobiscroll .mbsc-label-floating.mbsc-input .mbsc-label {
  font-size: 1em;
  line-height: 2em;
  top: 0.875em;
}

.mbsc-mobiscroll .mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  transform: translateY(-1.125em) scale(0.75);
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 1.625em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 1.625em;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-input .mbsc-input-wrap {
  border-radius: 4px 4px 0 0;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-input input {
  height: 2.25em;
  padding: 0.0625em 1em;
  border-radius: 4px 4px 0 0;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-input textarea {
  padding: 0.375em 1em 0.0625em 1em;
  height: 2.25em;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-input .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-input .mbsc-label ~ .mbsc-input-wrap input {
  padding-top: 1.25em;
  height: 3.5em;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-input .mbsc-label ~ .mbsc-input-wrap textarea:focus {
  padding-bottom: 0;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.875em;
}

.mbsc-mobiscroll .mbsc-input-box .mbsc-input-ic {
  top: 0.25em;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-input .mbsc-label {
  padding: 0.666667em 0;
  z-index: 1;
  line-height: normal;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 1.625em;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap textarea {
  height: 1.866667em;
  padding-top: 0;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  top: 0.625em;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.375em;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-label-inline .mbsc-label {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
  line-height: 2em;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap input {
  height: 2.25em;
  padding-top: 0.0625em;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.1875em;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-label-inline.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0.375em;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-label-inline.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 0.625em;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-label-floating .mbsc-label {
  top: 0.125em;
  line-height: 2em;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-label-floating.mbsc-label-floating-active .mbsc-label {
  line-height: normal;
  transform: translateY(-0.125em) scale(0.75);
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box .mbsc-err-msg {
  left: 1.333334em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box .mbsc-label {
  left: 1.333334em;
  right: auto;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-left .mbsc-err-msg {
  left: 4em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-left .mbsc-label {
  left: 4em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-left .mbsc-left-ic {
  left: 0.5em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-left input, .mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-left textarea {
  padding-left: 3em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-right input, .mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-right textarea {
  padding-right: 3em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-right .mbsc-right-ic {
  right: 0.5em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  right: 2em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-select input {
  padding-right: 2em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  right: 0.6875em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-select.mbsc-ic-right input {
  padding-right: 4em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  right: 2.75em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label {
  left: 1em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 3em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box .mbsc-err-msg {
  right: 1.333334em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box .mbsc-label {
  right: 1.333334em;
  left: auto;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-left .mbsc-err-msg {
  right: 4em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-left .mbsc-label {
  right: 4em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-left .mbsc-left-ic {
  right: 0.5em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-left input, .mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-left textarea {
  padding-right: 3em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-right input, .mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-right textarea {
  padding-left: 3em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-right .mbsc-right-ic {
  left: 0.5em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  left: 2em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-select input {
  padding-left: 2em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  left: 0.6875em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-select.mbsc-ic-right input {
  padding-left: 4em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  left: 2.75em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label {
  right: 1em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 3em;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-input input, .mbsc-mobiscroll .mbsc-input-outline.mbsc-input textarea {
  border-radius: 4px;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-input input {
  height: 3.375em;
  padding: 0.0625em 1em;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-input textarea {
  height: 3.375em;
  padding: 0.875em 1em 0.4375em 1em;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-input .mbsc-label {
  top: -0.166667em;
  z-index: 1;
  padding: 0 0.333334em;
}

.mbsc-mobiscroll .mbsc-input-outline .mbsc-input-ic {
  top: 0.8125em;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-input .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0.25em;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 1.0625em;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-input input:focus, .mbsc-mobiscroll .mbsc-input-outline.mbsc-input select:focus ~ input, .mbsc-mobiscroll .mbsc-input-outline.mbsc-err input {
  padding-top: 0;
  padding-bottom: 0;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-err input, .mbsc-mobiscroll .mbsc-input-outline.mbsc-err textarea {
  border-color: #de3226;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  top: 1.3125em;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.5625em;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-label-inline .mbsc-label {
  line-height: 3.375em;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.8125em;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-label-inline.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.3125em;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label {
  top: 0.9375em;
  padding: 0;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  transform: translateY(-1.375em) scale(0.75);
  padding: 0 0.25em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline .mbsc-err-msg {
  left: 1.416667em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline .mbsc-label {
  left: 1.083334em;
  right: auto;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-left .mbsc-err-msg {
  left: 4.083334em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-left .mbsc-label {
  left: 3.75em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-left .mbsc-left-ic {
  left: 0.5em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-left input, .mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-left textarea {
  padding-left: 3em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-right input, .mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-right textarea {
  padding-right: 3em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-right .mbsc-right-ic {
  right: 0.5em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-select input {
  padding-right: 2em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  right: 0.6875em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-select.mbsc-ic-right input {
  padding-right: 4em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  right: 3em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label {
  left: 1em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  left: 0.875em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 3em;
}

.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left.mbsc-label-floating-active .mbsc-label {
  left: 2.875em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline .mbsc-err-msg {
  right: 1.416667em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline .mbsc-label {
  right: 1.083334em;
  left: auto;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-left .mbsc-err-msg {
  right: 4.083334em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-left .mbsc-label {
  right: 3.75em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-left .mbsc-left-ic {
  right: 0.5em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-left input, .mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-left textarea {
  padding-right: 3em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-right input, .mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-right textarea {
  padding-left: 3em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-right .mbsc-right-ic {
  left: 0.5em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-select input {
  padding-left: 2em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  left: 0.6875em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-select.mbsc-ic-right input {
  padding-left: 4em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  left: 3em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label {
  right: 1em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  right: 0.875em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 3em;
}

.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left.mbsc-label-floating-active .mbsc-label {
  right: 2.875em;
}

.mbsc-mobiscroll .mbsc-input input, .mbsc-mobiscroll .mbsc-input textarea {
  border-bottom: 1px solid #787878;
  color: #1f1f1f;
}

.mbsc-mobiscroll .mbsc-input input:focus, .mbsc-mobiscroll .mbsc-input select:focus ~ input .mbsc-input textarea:focus, .mbsc-mobiscroll .mbsc-input textarea:focus {
  border-color: #4eccc4;
}

.mbsc-mobiscroll .mbsc-input-ic {
  color: #787878;
}

.mbsc-mobiscroll .mbsc-input-box.mbsc-input .mbsc-input-wrap {
  background: #dedede;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-input input, .mbsc-mobiscroll .mbsc-input-outline.mbsc-input textarea {
  border: 1px solid #787878;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-input .mbsc-label {
  background: #f7f7f7;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-input input:focus, .mbsc-mobiscroll .mbsc-input-outline.mbsc-input select:focus ~ input, .mbsc-mobiscroll .mbsc-input-outline.mbsc-err input {
  border-color: #4eccc4;
}

.mbsc-mobiscroll .mbsc-input-outline.mbsc-input textarea:focus {
  border-color: #4eccc4;
}

.mbsc-mobiscroll .mbsc-input.mbsc-err input, .mbsc-mobiscroll .mbsc-input.mbsc-err textarea {
  border-color: #de3226;
}

.mbsc-mobiscroll .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 0.25em;
  font-size: 1.125em;
}

.mbsc-mobiscroll .mbsc-sel-gr-whl .mbsc-sc-itm {
  padding: 0 0.25em;
}

.mbsc-mobiscroll .mbsc-sel-gr-whl .mbsc-sc-itm::before {
  display: none;
}

.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sel-one .mbsc-sc-itm {
  padding: 0 1.25em;
}

.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sel-one .mbsc-sc-itm-sel:before {
  display: none;
}

.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sc-itm.mbsc-sel-gr-itm {
  padding: 0 2.5em;
}

.mbsc-mobiscroll .mbsc-sel-gr-whl.mbsc-sel-one .mbsc-sc-itm-sel {
  color: #4eccc4;
}

.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sel-one.mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #454545;
  background: rgba(78, 204, 196, 0.3);
}

.mbsc-ios .mbsc-dt-whl-y .mbsc-sc-itm {
  min-width: 3.8em;
}

.mbsc-ios .mbsc-dt-whl-m .mbsc-sc-itm {
  text-align: left;
}

.mbsc-ios .mbsc-dt-whl-d .mbsc-sc-itm, .mbsc-ios .mbsc-dt-whl-h .mbsc-sc-itm, .mbsc-ios .mbsc-dt-whl-date .mbsc-sc-itm {
  text-align: right;
}

.mbsc-cal-slide, .mbsc-cal-day, .mbsc-cal-day-i {
  box-sizing: border-box;
}

.mbsc-cal .mbsc-cal-day-date {
  text-align: center;
  box-sizing: content-box;
}

.mbsc-cal-hdr, .mbsc-cal-btn-w, .mbsc-cal-days-c, .mbsc-cal-days, .mbsc-cal-tabbed .mbsc-fr-c .mbsc-sc-whl-gr-c {
  display: flex;
}

.mbsc-cal-btn-w, .mbsc-cal-month, .mbsc-cal-year, .mbsc-cal-days, .mbsc-cal-days > div {
  flex: 1 auto;
}

.mbsc-cal-c {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.mbsc-cal-btn-w {
  width: 50%;
}

.mbsc-cal-month, .mbsc-cal-year {
  width: 1%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.mbsc-cal-btn.mbsc-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.mbsc-cal-days {
  line-height: 1.875em;
  text-align: center;
}

.mbsc-cal-days > div {
  width: 14.285715%;
}

.mbsc-cal-body {
  position: relative;
}

.mbsc-cal-scroll-c {
  overflow: hidden;
  height: 100%;
}

.mbsc-cal-scroll {
  width: 100%;
  height: 100%;
}

.mbsc-cal-slide {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mbsc-cal-slide:first-child {
  position: relative;
}

.mbsc-cal-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.mbsc-cal-row {
  display: table-row;
}

.mbsc-cal-cell {
  display: table-cell;
  vertical-align: middle;
}

.mbsc-cal-cell:focus {
  outline: 0;
}

.mbsc-cal-picker {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.9375em 0;
  transition: all 0.2s ease-in-out;
}

.mbsc-cal-picker .mbsc-cal-cell {
  width: 33.333333%;
  height: 25%;
  cursor: pointer;
}

.mbsc-cal-h {
  visibility: hidden;
  opacity: 0;
}

.mbsc-cal-day {
  max-width: 14.285715%;
  height: 16.666667%;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.mbsc-cal-day-i {
  position: relative;
  height: 100%;
}

.mbsc-cal-day-diff .mbsc-cal-day-date {
  opacity: 0.5;
}

.mbsc-cal-week-view .mbsc-cal-day-date, .mbsc-cal-day-diff.mbsc-selected .mbsc-cal-day-date {
  opacity: 1;
}

.mbsc-cal-cell.mbsc-disabled {
  cursor: not-allowed;
}

.mbsc-cal-cell.mbsc-disabled .mbsc-cal-cell-txt {
  opacity: 0.2;
}

.mbsc-cal-hide-diff .mbsc-cal-day-diff {
  cursor: default;
}

.mbsc-cal-hide-diff .mbsc-cal-day-diff .mbsc-cal-day-i {
  visibility: hidden;
}

.mbsc-ltr .mbsc-cal-weeks .mbsc-cal-days {
  margin-left: 1.625em;
}

.mbsc-rtl .mbsc-cal-weeks .mbsc-cal-days {
  margin-right: 1.625em;
}

.mbsc-cal-week-nr {
  width: 1.625em;
  text-align: center;
}

.mbsc-cal-multi .mbsc-cal-hdr {
  display: block;
}

.mbsc-cal-multi .mbsc-cal-btn-w {
  width: auto;
}

.mbsc-cal-multi .mbsc-cal-days, .mbsc-cal-multi .mbsc-cal-slide {
  padding: 0 0.5em;
}

.mbsc-fr-liq .mbsc-cal-c {
  display: block;
}

.mbsc-calendar.mbsc-fr-liq.mbsc-fr-center .mbsc-fr-overlay {
  display: none;
}

.mbsc-calendar.mbsc-fr-liq.mbsc-fr-center .mbsc-fr-w {
  border-radius: 0;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.mbsc-cal-tabs-c {
  display: none;
}

.mbsc-cal-tabs {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mbsc-cal-tab {
  position: relative;
  width: 33.33%;
  display: table-cell;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}

.mbsc-cal-tabbed .mbsc-fr-c {
  position: relative;
}

.mbsc-cal-tabbed .mbsc-w-p {
  transition: opacity 0.2s ease-in-out;
}

.mbsc-cal-tabbed .mbsc-sc-whl-gr-c {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  max-width: none;
  height: 100%;
  -ms-box-align: center;
  align-items: center;
}

.mbsc-cal-tabbed .mbsc-cal-c, .mbsc-cal-tabbed .mbsc-cal-tabs-c {
  display: block;
}

.mbsc-cal-tabbed .mbsc-fr-pos .mbsc-sc-whl-gr-c {
  width: auto;
}

.mbsc-cal-has-marks .mbsc-cal-day {
  padding-bottom: 0.25em;
}

.mbsc-cal-marks {
  position: absolute;
  left: 0;
  right: 0;
  height: 0.375em;
  margin-top: -0.125em;
  overflow: hidden;
  white-space: nowrap;
}

.mbsc-cal-mark {
  display: inline-block;
  vertical-align: top;
  width: 0.25em;
  height: 0.25em;
  margin: 0.0625em;
  border-radius: 0.25em;
}

.mbsc-cal-txt-w {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.mbsc-ltr .mbsc-cal-txt {
  text-align: left;
}

.mbsc-rtl .mbsc-cal-txt {
  text-align: right;
}

.mbsc-cal-txt, .mbsc-cal-txt-ph, .mbsc-cal-txt-more {
  position: relative;
  height: 1.6em;
  line-height: 1.6em;
  overflow: hidden;
  padding: 0 0.3em;
  font-size: 0.625em;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0.1em 0.2em 0.1em;
}

.mbsc-no-touch .mbsc-cal-txt:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.2s;
}

.mbsc-no-touch .mbsc-cal-txt.mbsc-hover:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.mbsc-no-touch .mbsc-cal-txt-more:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.mbsc-cal-txt-more {
  text-align: left;
  transition: background-color 0.2s;
}

.mbsc-cal .mbsc-cal-btn {
  position: relative;
  z-index: 1;
}

.mbsc-ios .mbsc-cal {
  font-size: 1.333334em;
}

.mbsc-ios .mbsc-cal-hdr {
  padding-top: 0.5em;
}

.mbsc-ios .mbsc-cal .mbsc-cal-btn {
  width: 2.086956em;
  height: 2.086956em;
  padding: 0;
  line-height: 2.086956em;
  font-size: 1.4375em;
  margin: -0.173913em;
  border-radius: 2em;
}

.mbsc-ios .mbsc-cal-year, .mbsc-ios .mbsc-cal-month {
  font-size: 1.125em;
  line-height: 2.222223em;
}

.mbsc-ios .mbsc-cal-picker .mbsc-cal-cell-i {
  display: inline-block;
  height: 2em;
  padding: 0 1em;
  line-height: 2em;
  border-radius: 2em;
  white-space: nowrap;
}

.mbsc-ios .mbsc-cal-days > div {
  font-size: 0.75em;
}

.mbsc-ios .mbsc-cal-day-scroll-c .mbsc-cal-slide {
  padding-bottom: 0.5em;
}

.mbsc-ios .mbsc-cal-hide-diff .mbsc-cal-row:not(:first-child) .mbsc-cal-day-diff {
  border-top-color: transparent;
}

.mbsc-ios .mbsc-cal-day-date {
  display: inline-block;
  width: 1.625em;
  height: 1.625em;
  margin: 0.3125em 0;
  line-height: 1.625em;
  border: 2px solid transparent;
  border-radius: 2em;
}

.mbsc-ios .mbsc-cal-week-nr {
  width: 2.363636em;
  font-size: 0.6875em;
}

.mbsc-ios .mbsc-cal-tabs-c {
  padding: 0.666667em 0.666667em 0 0.666667em;
}

.mbsc-ios .mbsc-cal-tab {
  line-height: 1.928571em;
  font-size: 1.166667em;
  padding: 0 0.714285em;
}

.mbsc-ios .mbsc-ltr .mbsc-cal-tab:first-child {
  border-right: 0;
  border-radius: 0.285714em 0 0 0.285714em;
}

.mbsc-ios .mbsc-ltr .mbsc-cal-tab:last-child {
  border-left: 0;
  border-radius: 0 0.285714em 0.285714em 0;
}

.mbsc-ios .mbsc-rtl .mbsc-cal-tab:last-child {
  border-right: 0;
  border-radius: 0.285714em 0 0 0.285714em;
}

.mbsc-ios .mbsc-rtl .mbsc-cal-tab:first-child {
  border-left: 0;
  border-radius: 0 0.285714em 0.285714em 0;
}

.mbsc-ios .mbsc-cal-has-marks .mbsc-cal-day {
  padding-bottom: 0.4375em;
}

.mbsc-ios .mbsc-cal-has-marks .mbsc-cal-day-date {
  margin: 0.1875em 0;
}

.mbsc-ios .mbsc-cal-marks {
  margin-top: -0.0625em;
}

.mbsc-ios .mbsc-cal-mark {
  width: 0.375em;
  height: 0.375em;
  border-radius: 0.375em;
  margin: 0 0.0625em;
}

.mbsc-ios.mbsc-fr-center .mbsc-cal-c, .mbsc-ios.mbsc-fr-bubble .mbsc-cal-c {
  padding: 0 0.666667em;
}

.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-w {
  padding-bottom: 0;
  padding-top: 3.75em;
}

.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center.mbsc-fr-nobtn .mbsc-fr-w {
  padding: 0;
}

.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-cal-c {
  padding: 0;
}

.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-cal-day-scroll-c {
  padding: 0;
}

.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-btn-cont {
  top: 0;
  bottom: auto;
  display: block;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
}

.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-btn-w {
  float: right;
  border: 0;
}

.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-w .mbsc-fr-btn-cont .mbsc-fr-btn-w .mbsc-fr-btn {
  background: none;
}

.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-btn-c {
  float: left;
}

.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-btn-s .mbsc-fr-btn {
  font-weight: bold;
}

.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-btn.mbsc-active {
  background: transparent;
  opacity: 0.5;
}

.mbsc-ios .mbsc-cal-picker {
  background: #f7f7f7;
}

.mbsc-ios .mbsc-cal-cell {
  border-top: 1px solid #ccc;
}

.mbsc-ios .mbsc-cal-today {
  color: #007bff;
}

.mbsc-ios .mbsc-cal-cell:focus .mbsc-cal-cell-txt, .mbsc-ios.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt, .mbsc-ios.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled) .mbsc-cal-day-date:hover {
  background: rgba(0, 123, 255, 0.3);
}

.mbsc-ios .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  border-color: #007bff;
  background: #007bff;
  color: #fff;
}

.mbsc-ios .mbsc-cal-tab {
  border: 1px solid #007bff;
  color: #007bff;
}

.mbsc-ios .mbsc-fr-popup .mbsc-fr-w .mbsc-cal-tabs-c .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected {
  background: #007bff;
  color: #fff;
}

.mbsc-ios .mbsc-cal-mark {
  background: #ccc;
}

.mbsc-ios .mbsc-cal-txt {
  background: #c3d6ef;
  color: #000;
}

.mbsc-ios.mbsc-fr-inline .mbsc-cal-picker {
  background: #fff;
}

.mbsc-ios .mbsc-fr-btn-cont {
  border-bottom: 1px solid #ccc;
}

.mbsc-mobiscroll .mbsc-cal-c {
  padding: 0.5em;
}

.mbsc-mobiscroll .mbsc-cal-btn-w {
  font-size: 1.125em;
  line-height: 2.222223em;
}

.mbsc-mobiscroll .mbsc-cal .mbsc-cal-btn {
  width: 2.666667em;
  height: 2.666667em;
  line-height: 2.666667em;
  padding: 0;
  border-radius: 2em;
  margin: -0.222222em;
}

.mbsc-mobiscroll .mbsc-cal-picker {
  border-top: 1px solid transparent;
}

.mbsc-mobiscroll .mbsc-cal-picker .mbsc-cal-cell-i {
  display: inline-block;
  height: 2em;
  padding: 0 1em;
  line-height: 2em;
  border-radius: 2em;
  white-space: nowrap;
}

.mbsc-mobiscroll .mbsc-cal-days > div {
  font-size: 0.6875em;
}

.mbsc-mobiscroll .mbsc-cal-day-date {
  display: inline-block;
  width: 2.153847em;
  height: 2.153847em;
  margin: 0.307692em 0;
  line-height: 2.153847em;
  font-size: 0.8125em;
  border: 2px solid transparent;
  border-radius: 2em;
}

.mbsc-mobiscroll .mbsc-cal-week-nr {
  width: 2.363637em;
  font-size: 0.6875em;
}

.mbsc-mobiscroll .mbsc-cal-tabs-c {
  line-height: 1.875em;
  padding: 0.5em 0.5em 0 0.5em;
  text-transform: uppercase;
}

.mbsc-mobiscroll .mbsc-cal-tab {
  font-size: 0.7em;
  padding: 0 1.2em;
}

.mbsc-mobiscroll .mbsc-cal-picker {
  background: #f7f7f7;
}

.mbsc-mobiscroll .mbsc-cal-days > div {
  border-bottom: 1px solid #4eccc4;
  color: #4eccc4;
}

.mbsc-mobiscroll .mbsc-cal-today {
  color: #4eccc4;
}

.mbsc-mobiscroll.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt, .mbsc-mobiscroll.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled) .mbsc-cal-day-date:hover, .mbsc-mobiscroll .mbsc-cal-cell:focus .mbsc-cal-cell-txt {
  background: rgba(78, 204, 196, 0.3);
}

.mbsc-mobiscroll .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  background: #4eccc4;
  color: #f7f7f7;
}

.mbsc-mobiscroll .mbsc-cal-day-colored.mbsc-selected .mbsc-cal-day-date {
  border-color: #4eccc4;
}

.mbsc-mobiscroll .mbsc-cal-week-nr {
  color: #4eccc4;
}

.mbsc-mobiscroll .mbsc-cal-tab {
  border: 1px solid #4eccc4;
  color: #454545;
}

.mbsc-mobiscroll .mbsc-fr-w .mbsc-cal-tabs-c .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected {
  background: #4eccc4;
  color: #f7f7f7;
}

.mbsc-mobiscroll .mbsc-cal-mark {
  background: #454545;
}

.mbsc-mobiscroll .mbsc-cal-txt {
  color: #f7f7f7;
  background: #454545;
}

.mbsc-mobiscroll .mbsc-cal-icons {
  color: #454545;
}

.mbsc-range-btn, .mbsc-range-btn-t, .mbsc-range-btn-c {
  box-sizing: border-box;
}

.mbsc-range-btn-t {
  display: table;
  width: 100%;
}

.mbsc-range-btn-c {
  display: table-cell;
  width: 50%;
}

.mbsc-range-btn {
  text-decoration: none;
  text-align: center;
  display: block;
  cursor: pointer;
}

.mbsc-cal-hide-diff .mbsc-cal-day-diff:after {
  display: none;
}

.mbsc-ios .mbsc-range-btn-t, .mbsc-ios .mbsc-range-btn-c {
  width: auto;
  display: block;
}

.mbsc-ios .mbsc-range-btn {
  position: relative;
  min-height: 2.75em;
  padding: 0.75em 1em;
  font-size: 1.333333em;
}

.mbsc-ios .mbsc-range-btn-v {
  position: absolute;
  top: 0.75em;
  font-weight: normal;
}

.mbsc-ios .mbsc-ltr .mbsc-range-btn {
  text-align: left;
}

.mbsc-ios .mbsc-ltr .mbsc-range-btn-v {
  right: 1em;
}

.mbsc-ios .mbsc-rtl .mbsc-range-btn {
  text-align: right;
}

.mbsc-ios .mbsc-rtl .mbsc-range-btn-v {
  left: 1em;
  right: auto;
}

.mbsc-ios .mbsc-range-btn-end .mbsc-range-btn:before {
  content: "";
  position: absolute;
  right: 0;
  left: 1em;
  top: 0;
}

.mbsc-ios.mbsc-range .mbsc-cal .mbsc-cal-day.mbsc-selected .mbsc-cal-day-date {
  background: none;
}

.mbsc-ios.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.3125em;
  left: 0;
  right: 0;
  height: 1.875em;
}

.mbsc-ios.mbsc-range .mbsc-cal-has-marks .mbsc-cal-day.mbsc-selected:after {
  top: 0.1875em;
}

.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day:first-child:after, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day:last-child:after {
  left: 0.25em;
}

.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day:last-child:after, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day:first-child:after {
  right: 0.25em;
}

.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day.mbsc-cal-sel-start:after, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day.mbsc-cal-sel-end:after {
  left: 50%;
  margin-left: -0.9375em;
}

.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day.mbsc-cal-sel-end:after, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day.mbsc-cal-sel-start:after {
  right: 50%;
  margin-right: -0.9375em;
}

.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-sel-start:after, .mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day:first-child:after, .mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-hide-diff .mbsc-cal-day-first:after, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-sel-end:after, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day:last-child:after, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-hide-diff .mbsc-cal-day-last:after {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}

.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-sel-end:after, .mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day:last-child:after, .mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-hide-diff .mbsc-cal-day-last:after, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-sel-start:after, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day:first-child:after, .mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-hide-diff .mbsc-cal-day-first:after {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
}

.mbsc-ios .mbsc-range-btn-end {
  border-bottom: 1px solid #ccc;
}

.mbsc-ios .mbsc-range-btn-end .mbsc-range-btn:before {
  border-top: 1px solid #ccc;
}

.mbsc-ios .mbsc-range-btn.mbsc-selected .mbsc-range-btn-v {
  color: #007bff;
}

.mbsc-ios.mbsc-range .mbsc-cal .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date, .mbsc-ios.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  background: #007bff;
}

.mbsc-mobiscroll .mbsc-range-btn-t {
  padding: 0.5em 0.25em 0 0.25em;
}

.mbsc-mobiscroll .mbsc-range-btn {
  margin: 0 0.3333em;
  padding: 0.3333em;
  font-size: 0.75em;
  line-height: 1.666667em;
}

.mbsc-mobiscroll.mbsc-range .mbsc-fr-w {
  padding: 0;
}

.mbsc-mobiscroll.mbsc-range .mbsc-fr-hdr {
  padding-top: 0.6666em;
}

.mbsc-mobiscroll.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-selected .mbsc-cal-day-date {
  background: none;
  border-color: transparent;
}

.mbsc-mobiscroll.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.25em;
  left: 0;
  right: 0;
  height: 2em;
}

.mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-sel-start:after, .mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-sel-end:after {
  left: 50%;
  margin-left: -1em;
}

.mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-sel-end:after, .mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-sel-start:after {
  right: 50%;
  margin-right: -1em;
}

.mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-sel-start:after, .mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-day:first-child:after, .mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-hide-diff .mbsc-cal-day-first:after, .mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-sel-end:after, .mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-day:last-child:after, .mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-hide-diff .mbsc-cal-day-last:after {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}

.mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-sel-end:after, .mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-day:last-child:after, .mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-hide-diff .mbsc-cal-day-last:after, .mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-sel-start:after, .mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-day:first-child:after, .mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-hide-diff .mbsc-cal-day-first:after {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
}

.mbsc-mobiscroll .mbsc-range-btn {
  border: 1px solid #4eccc4;
}

.mbsc-mobiscroll.mbsc-range .mbsc-range-btn-t .mbsc-range-btn.mbsc-selected {
  background: #4eccc4;
  color: #f7f7f7;
}

.mbsc-mobiscroll.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-selected .mbsc-cal-day-date {
  background: none;
  border-color: transparent;
  color: #454545;
}

.mbsc-mobiscroll.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #4eccc4;
  border-color: #4eccc4;
  color: #f7f7f7;
}

.mbsc-mobiscroll.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  background: rgba(78, 204, 196, 0.3);
}

.mbsc-lv-cont {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  user-select: none;
  touch-action: pan-y;
  font-size: 16px;
  font-family: arial, verdana, sans-serif;
  padding-top: 1px;
}

.mbsc-lv-cont .mbsc-lv {
  list-style: none;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.mbsc-lv {
  display: none;
  position: relative;
}

.mbsc-lv-v {
  display: block;
}

.mbsc-lv-gr-title {
  position: relative;
  z-index: 3;
  display: block;
}

.mbsc-lv .mbsc-lv-item {
  position: relative;
  z-index: 2;
  list-style: none;
  display: block;
  box-sizing: border-box;
}

.mbsc-lv-item-actionable {
  cursor: pointer;
}

.mbsc-lv .mbsc-lv-item.mbsc-input {
  margin: -1px 0 0 0;
}

.mbsc-lv-item-actionable:before, .mbsc-lv-item.mbsc-selected:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: background-color 0.2s ease-out;
}

.mbsc-ios.mbsc-lv-cont {
  margin-top: -1px;
}

.mbsc-ios .mbsc-lv-item {
  margin-top: -1px;
  padding: 1em;
  font-weight: normal;
  text-shadow: none;
}

.mbsc-ios .mbsc-lv-item:before, .mbsc-ios .mbsc-lv-item:after {
  content: "";
  position: absolute;
  right: 0;
  left: 1em;
}

.mbsc-ios .mbsc-lv-item:before {
  top: 0;
}

.mbsc-ios .mbsc-lv-item:after {
  bottom: 0;
}

.mbsc-ios .mbsc-lv-item:first-child:before, .mbsc-ios .mbsc-lv-item:last-child:after, .mbsc-ios .mbsc-lv-back:after {
  left: 0;
}

.mbsc-ios .mbsc-lv-gr-title {
  z-index: 4;
  margin-top: -1px;
  padding: 2.333334em 1.333334em 0.5em 1.333334em;
  font-size: 0.75em;
  line-height: 1.5em;
  text-transform: uppercase;
}

.mbsc-ios .mbsc-lv-gr-title:first-child {
  margin-top: 0;
  border-top: 0;
}

.mbsc-ios .mbsc-lv-item-actionable:before {
  transition: none;
}

.mbsc-ios.mbsc-no-touch .mbsc-lv-item-actionable:hover, .mbsc-ios .mbsc-lv-item.mbsc-selected {
  z-index: 3;
}

.mbsc-ios.mbsc-no-touch .mbsc-lv-item-actionable:hover:before, .mbsc-ios.mbsc-no-touch .mbsc-lv-item-actionable:hover:after, .mbsc-ios .mbsc-lv-item-actionable.mbsc-lv-item-active:before, .mbsc-ios .mbsc-lv-item-actionable.mbsc-lv-item-active:after, .mbsc-ios .mbsc-lv-item.mbsc-selected:before, .mbsc-ios .mbsc-lv-item.mbsc-selected:after {
  left: 0;
  right: 0;
}

.mbsc-ios .mbsc-lv {
  background: #ccc;
}

.mbsc-ios .mbsc-lv-item {
  background: #fff;
  border-color: #ccc;
  color: #000;
}

.mbsc-ios .mbsc-lv-item:before, .mbsc-ios .mbsc-lv-item:after {
  border-top: 1px solid #ccc;
}

.mbsc-ios .mbsc-lv-gr-title {
  background: #efeff4;
  color: #707070;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.mbsc-ios.mbsc-no-touch .mbsc-lv-item-actionable:hover:before {
  background: rgba(0, 0, 0, 0.05);
}

.mbsc-ios .mbsc-lv-item-actionable.mbsc-lv-item-active:before {
  background: rgba(0, 0, 0, 0.15);
}

.mbsc-cal-events-popup .mbsc-fr-persp {
  pointer-events: none;
}

.mbsc-cal-events-popup .mbsc-fr-popup {
  pointer-events: auto;
}

.mbsc-cal-events {
  box-sizing: content-box;
  font-size: 0.857143em;
  max-width: 100%;
}

.mbsc-cal-events-i {
  max-height: 24em;
}

.mbsc-cal-events-sc {
  position: relative;
  -webkit-backface-visibility: hidden;
}

.mbsc-cal-event {
  line-height: 1.666667em;
  list-style: none;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

.mbsc-ltr .mbsc-cal-events .mbsc-cal-event {
  padding-right: 5em;
  text-align: left;
}

.mbsc-rtl .mbsc-cal-events .mbsc-cal-event {
  padding-left: 5em;
  text-align: right;
}

.mbsc-cal-event-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5em;
  height: 100%;
}

.mbsc-cal-event-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.mbsc-cal-event-time {
  display: inline-block;
  width: 5em;
}

.mbsc-cal-event-dur {
  position: absolute;
  top: 50%;
  height: 2em;
  margin-top: -1em;
  line-height: 2em;
}

.mbsc-ltr .mbsc-cal-event-dur {
  right: 1em;
}

.mbsc-rtl .mbsc-cal-event-dur {
  left: 1em;
}

.mbsc-event-list {
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mbsc-event-list-h {
  display: none;
}

.mbsc-event-list .mbsc-lv .mbsc-lv-gr-title {
  padding: 0.5em 1em;
  line-height: 1.5em;
  position: sticky;
  top: 0;
  margin: 0;
}

.mbsc-event-list .mbsc-lv .mbsc-lv-item {
  display: flex;
  font-size: 0.875em;
  padding: 0.714286em 1em;
  cursor: pointer;
}

.mbsc-event-list .mbsc-lv .mbsc-lv-gr-title.mbsc-event-empty {
  text-transform: none;
  font-size: 1em;
}

.mbsc-ltr .mbsc-event-list {
  text-align: left;
}

.mbsc-rtl .mbsc-event-list {
  text-align: right;
}

.mbsc-event-color, .mbsc-event-time {
  flex: 0 0 auto;
}

.mbsc-event-time {
  width: 6em;
  font-size: 0.714286em;
  line-height: 1.6;
  min-height: 3.2em;
  opacity: 0.7;
}

.mbsc-ltr .mbsc-event-time {
  text-align: right;
}

.mbsc-rtl .mbsc-event-time {
  text-align: left;
}

.mbsc-event-color {
  width: 1.5px;
  margin: -0.285714em 0.714286em;
}

.mbsc-event-txt {
  line-height: 1.142857;
}

.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-hdr {
  padding: 0.5em;
}

.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-scroll-c {
  margin-left: -1px;
}

.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-day-i {
  min-height: 4em;
}

.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-marks {
  top: 100%;
}

.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-txt, .mbsc-ev-cal.mbsc-fr-md .mbsc-cal-txt-ph, .mbsc-ev-cal.mbsc-fr-md .mbsc-cal-txt-more {
  font-size: 0.75em;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 0.333334em;
  margin: 0 0.333334em 0.166667em 0.333334em;
}

.mbsc-cal-events-i:hover .mbsc-sc-bar-c {
  opacity: 1;
}

.mbsc-ios.mbsc-ev-cal.mbsc-fr-inline .mbsc-cal-hdr {
  padding: 0.5em 0;
}

.mbsc-ios.mbsc-ev-cal.mbsc-fr-inline .mbsc-cal-picker {
  padding-top: 1.875em;
  padding-bottom: 0;
}

.mbsc-ios.mbsc-cal-events-popup .mbsc-fr-arr-w {
  margin: -1px 0;
}

.mbsc-ios .mbsc-cal-events {
  width: 36.833334em;
}

.mbsc-ios .mbsc-cal-event {
  font-weight: bold;
  line-height: 1.833334em;
  margin-top: -1px;
  padding: 1.166667em;
}

.mbsc-ios .mbsc-cal-event:last-child:after {
  border: 0;
}

.mbsc-ios .mbsc-cal-event-color {
  top: 50%;
  margin-top: -0.25em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
}

.mbsc-ios .mbsc-ltr .mbsc-cal-event-color {
  left: 6em;
}

.mbsc-ios .mbsc-rtl .mbsc-cal-event-color {
  right: 6em;
}

.mbsc-ios .mbsc-cal-event-dur, .mbsc-ios .mbsc-cal-event-time {
  font-weight: normal;
}

.mbsc-ios .mbsc-cal-event-time {
  width: 4.166667em;
}

.mbsc-ios .mbsc-ltr .mbsc-cal-event-time {
  margin-right: 1.916667em;
}

.mbsc-ios .mbsc-rtl .mbsc-cal-event-time {
  margin-left: 1.916667em;
}

.mbsc-ios .mbsc-event-list {
  margin: 0;
  padding: 0 0 2em 0;
  background: #efeff4;
}

.mbsc-ios .mbsc-event-list .mbsc-event-day {
  font-weight: bold;
}

.mbsc-ios .mbsc-event-empty {
  border-bottom: 0;
}

.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-days > div {
  padding: 0 0.571428em;
  font-size: 0.875em;
}

.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-slide {
  padding: 0;
}

.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-day-date {
  margin: 0.1875em;
  margin-bottom: 0.375em;
}

.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-has-labels .mbsc-cal-day-i {
  min-height: 5em;
}

.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-marks {
  margin: -0.5em 0.875em 0 0.875em;
}

.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-ltr .mbsc-cal-days, .mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-ltr .mbsc-cal-day {
  text-align: right;
}

.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-rtl .mbsc-cal-days, .mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-rtl .mbsc-cal-day {
  text-align: left;
}

.mbsc-ios .mbsc-empty {
  color: #6e6e6e;
}

.mbsc-ios.mbsc-ev-cal .mbsc-fr-w {
  background: #f7f7f7;
}

.mbsc-ios.mbsc-ev-cal.mbsc-fr-inline .mbsc-cal-picker {
  background: #f7f7f7;
}

.mbsc-ios.mbsc-ev-cal.mbsc-fr-inline .mbsc-cal-scroll-c {
  background: #fff;
}

.mbsc-ios.mbsc-cal-events-popup .mbsc-fr-w {
  border: 1px solid #ccc;
}

.mbsc-ios.mbsc-cal-events-popup .mbsc-fr-arr {
  background: #fff;
  border: 1px solid #ccc;
}

.mbsc-ios .mbsc-cal-events-i {
  background: #fff;
}

.mbsc-ios .mbsc-cal-event-color {
  background: #94b8dd;
}

.mbsc-ios .mbsc-cal-event-dur, .mbsc-ios .mbsc-cal-event-time {
  color: #8e8e8e;
}

.mbsc-ios .mbsc-event-list {
  background: #efeff4;
}

.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  border-left: 1px solid #ccc;
}

.mbsc-mobiscroll.mbsc-lv-cont {
  font-family: arial, verdana, sans-serif;
  padding-top: 1px;
}

.mbsc-mobiscroll .mbsc-lv-item {
  padding: 1.25em;
  font-weight: normal;
}

.mbsc-mobiscroll .mbsc-lv-gr-title {
  padding: 0 1.25em;
  font-size: 0.75em;
  text-transform: uppercase;
  line-height: 2em;
  margin-top: -1px;
}

.mbsc-mobiscroll .mbsc-lv {
  background: #c7c7c7;
}

.mbsc-mobiscroll .mbsc-lv-item {
  background: #f7f7f7;
  color: #454545;
}

.mbsc-mobiscroll .mbsc-lv-gr-title {
  background: #4eccc4;
  color: #f7f7f7;
}

.mbsc-mobiscroll.mbsc-no-touch .mbsc-lv-item-actionable:hover:before, .mbsc-mobiscroll .mbsc-lv-item-active.mbsc-lv-item-actionable:before {
  background: rgba(78, 204, 196, 0.15);
}

.mbsc-mobiscroll.mbsc-cal-events-popup .mbsc-fr-w {
  border-radius: 0;
}

.mbsc-mobiscroll.mbsc-cal-events-popup .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-bottom-color: transparent;
}

.mbsc-mobiscroll .mbsc-cal-events {
  width: 32em;
}

.mbsc-mobiscroll .mbsc-cal-event {
  padding: 1em 1em 1em 1.25em;
}

.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-c {
  padding: 0;
}

.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-days > div {
  border: 0;
  padding: 0 0.785714em;
  font-size: 0.875em;
}

.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-picker {
  padding-top: 1.875em;
  padding-bottom: 0;
}

.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-day-date {
  margin: 0.230769em;
  margin-bottom: 0.461538em;
}

.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-has-labels .mbsc-cal-day-i {
  min-height: 5.125em;
}

.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-marks {
  margin: -0.5em 1em 0 1em;
}

.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-ltr .mbsc-cal-days, .mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-ltr .mbsc-cal-day {
  text-align: left;
}

.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-rtl .mbsc-cal-days, .mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-rtl .mbsc-cal-day {
  text-align: right;
}

.mbsc-mobiscroll .mbsc-empty {
  color: #787878;
}

.mbsc-mobiscroll.mbsc-cal-events-popup .mbsc-fr-w {
  border: 0.375em solid #858585;
}

.mbsc-mobiscroll.mbsc-cal-events-popup .mbsc-fr-arr {
  background: #858585;
}

.mbsc-mobiscroll .mbsc-cal-event-color {
  background: #4eccc4;
}

.mbsc-mobiscroll .mbsc-cal-event-time, .mbsc-mobiscroll .mbsc-cal-event-dur {
  color: #4eccc4;
}

.mbsc-mobiscroll .mbsc-event-list .mbsc-lv-gr-title {
  background: #f7f7f7;
  color: #4eccc4;
}

.mbsc-mobiscroll .mbsc-event-color {
  background: rgba(69, 69, 69, 0.3);
}

.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-table {
  border-top: 1px solid #dedede;
}

.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.mbsc-mobiscroll-dark .mbsc-fr-w {
  background: #263238;
  color: #f7f7f7;
}

.mbsc-mobiscroll-dark .mbsc-fr-hdr, .mbsc-mobiscroll-dark .mbsc-fr-btn {
  color: #4fccc4;
}

.mbsc-mobiscroll-dark .mbsc-fr-btn.mbsc-active, .mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover {
  background: rgba(79, 204, 196, 0.3);
}

.mbsc-mobiscroll-dark .mbsc-fr-arr {
  background: #263238;
}

.mbsc-mobiscroll-dark .mbsc-sc-lbl {
  color: #4fccc4;
}

.mbsc-mobiscroll-dark .mbsc-sc-whl-l {
  border-top: 1px solid #4fccc4;
  border-bottom: 1px solid #4fccc4;
}

.mbsc-mobiscroll-dark .mbsc-sc-btn {
  color: #4fccc4;
  background: #263238;
}

.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover, .mbsc-mobiscroll-dark .mbsc-sc-itm:focus {
  background: rgba(247, 247, 247, 0.1);
}

.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-sc-btn:hover:before, .mbsc-mobiscroll-dark.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active, .mbsc-mobiscroll-dark .mbsc-sc-btn.mbsc-active:before {
  background: rgba(79, 204, 196, 0.3);
}

.mbsc-mobiscroll-dark .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  color: #4fccc4;
}

.mbsc-mobiscroll-dark .mbsc-input input, .mbsc-mobiscroll-dark .mbsc-input textarea {
  border-bottom: 1px solid #fff;
  color: #d1d1d1;
}

.mbsc-mobiscroll-dark .mbsc-input input:focus, .mbsc-mobiscroll-dark .mbsc-input select:focus ~ input .mbsc-input textarea:focus, .mbsc-mobiscroll-dark .mbsc-input textarea:focus {
  border-color: #4fccc4;
}

.mbsc-mobiscroll-dark .mbsc-input-ic {
  color: #fff;
}

.mbsc-mobiscroll-dark .mbsc-input-box.mbsc-input .mbsc-input-wrap {
  background: #3b4d56;
}

.mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-input input, .mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-input textarea {
  border: 1px solid #fff;
}

.mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-input .mbsc-label {
  background: #263238;
}

.mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-input input:focus, .mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-input select:focus ~ input, .mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-err input {
  border-color: #4fccc4;
}

.mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-input textarea:focus {
  border-color: #4fccc4;
}

.mbsc-mobiscroll-dark .mbsc-input.mbsc-err input, .mbsc-mobiscroll-dark .mbsc-input.mbsc-err textarea {
  border-color: #de3226;
}

.mbsc-mobiscroll-dark .mbsc-sel-gr-whl.mbsc-sel-one .mbsc-sc-itm-sel {
  color: #4fccc4;
}

.mbsc-mobiscroll-dark.mbsc-fr-pointer .mbsc-sel-one.mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #f7f7f7;
  background: rgba(79, 204, 196, 0.3);
}

.mbsc-mobiscroll-dark .mbsc-cal-picker {
  background: #263238;
}

.mbsc-mobiscroll-dark .mbsc-cal-days > div {
  border-bottom: 1px solid #4fccc4;
  color: #4fccc4;
}

.mbsc-mobiscroll-dark .mbsc-cal-today {
  color: #4fccc4;
}

.mbsc-mobiscroll-dark.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt, .mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled) .mbsc-cal-day-date:hover, .mbsc-mobiscroll-dark .mbsc-cal-cell:focus .mbsc-cal-cell-txt {
  background: rgba(79, 204, 196, 0.3);
}

.mbsc-mobiscroll-dark .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  background: #4fccc4;
  color: #263238;
}

.mbsc-mobiscroll-dark .mbsc-cal-day-colored.mbsc-selected .mbsc-cal-day-date {
  border-color: #4fccc4;
}

.mbsc-mobiscroll-dark .mbsc-cal-week-nr {
  color: #4fccc4;
}

.mbsc-mobiscroll-dark .mbsc-cal-tab {
  border: 1px solid #4fccc4;
  color: #f7f7f7;
}

.mbsc-mobiscroll-dark .mbsc-fr-w .mbsc-cal-tabs-c .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected {
  background: #4fccc4;
  color: #263238;
}

.mbsc-mobiscroll-dark .mbsc-cal-mark {
  background: #f7f7f7;
}

.mbsc-mobiscroll-dark .mbsc-cal-txt {
  color: #263238;
  background: #f7f7f7;
}

.mbsc-mobiscroll-dark .mbsc-cal-icons {
  color: #f7f7f7;
}

.mbsc-mobiscroll-dark .mbsc-range-btn {
  border: 1px solid #4fccc4;
}

.mbsc-mobiscroll-dark.mbsc-range .mbsc-range-btn-t .mbsc-range-btn.mbsc-selected {
  background: #4fccc4;
  color: #263238;
}

.mbsc-mobiscroll-dark.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-selected .mbsc-cal-day-date {
  background: none;
  border-color: transparent;
  color: #f7f7f7;
}

.mbsc-mobiscroll-dark.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #4fccc4;
  border-color: #4fccc4;
  color: #263238;
}

.mbsc-mobiscroll-dark.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  background: rgba(79, 204, 196, 0.3);
}

.mbsc-mobiscroll-dark .mbsc-lv {
  background: #435863;
}

.mbsc-mobiscroll-dark .mbsc-lv-item {
  background: #263238;
  color: #f7f7f7;
}

.mbsc-mobiscroll-dark .mbsc-lv-gr-title {
  background: #4fccc4;
  color: #263238;
}

.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-lv-item-actionable:hover:before, .mbsc-mobiscroll-dark .mbsc-lv-item-active.mbsc-lv-item-actionable:before {
  background: rgba(79, 204, 196, 0.15);
}

.mbsc-mobiscroll-dark .mbsc-empty {
  color: #f7f7f7;
}

.mbsc-mobiscroll-dark.mbsc-cal-events-popup .mbsc-fr-w {
  border: 0.375em solid #fff;
}

.mbsc-mobiscroll-dark.mbsc-cal-events-popup .mbsc-fr-arr {
  background: #fff;
}

.mbsc-mobiscroll-dark .mbsc-cal-event-color {
  background: #4fccc4;
}

.mbsc-mobiscroll-dark .mbsc-cal-event-time, .mbsc-mobiscroll-dark .mbsc-cal-event-dur {
  color: #4fccc4;
}

.mbsc-mobiscroll-dark .mbsc-event-list .mbsc-lv-gr-title {
  background: #263238;
  color: #4fccc4;
}

.mbsc-mobiscroll-dark .mbsc-event-color {
  background: rgba(247, 247, 247, 0.3);
}

.mbsc-mobiscroll-dark.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-table {
  border-top: 1px solid #364850;
}

.mbsc-mobiscroll-dark.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  border-left: 1px solid #364850;
  border-bottom: 1px solid #364850;
}

.mbsc-ios-dark.mbsc-fr-top .mbsc-fr-btn-cont, .mbsc-ios-dark.mbsc-fr-bottom .mbsc-fr-btn-cont {
  background: #1c1c1c;
}

.mbsc-ios-dark .mbsc-fr-overlay {
  background: rgba(255, 255, 255, 0.1);
}

.mbsc-ios-dark .mbsc-fr-w {
  background: #080808;
  color: #fff;
}

.mbsc-ios-dark .mbsc-fr-hdr {
  color: #fff;
}

.mbsc-ios-dark.mbsc-fr-nobtn .mbsc-fr-hdr, .mbsc-ios-dark.mbsc-fr-center:not(.mbsc-cal-liq) .mbsc-fr-hdr, .mbsc-ios-dark .mbsc-fr-btn-cont {
  border-bottom: 1px solid #333;
}

.mbsc-ios-dark .mbsc-fr-btn {
  color: #ff8400;
}

.mbsc-ios-dark .mbsc-fr-arr {
  background: #080808;
}

.mbsc-ios-dark.mbsc-fr-bottom .mbsc-fr-popup {
  border-top: 1px solid #363636;
}

.mbsc-ios-dark.mbsc-fr-top .mbsc-fr-popup {
  border-bottom: 1px solid #363636;
}

.mbsc-ios-dark.mbsc-fr-center .mbsc-fr-btn-w {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

.mbsc-ios-dark.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w {
  border-right: 1px solid #333;
}

.mbsc-ios-dark.mbsc-fr-center.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover, .mbsc-ios-dark.mbsc-fr-center .mbsc-fr-btn.mbsc-active {
  background: #1f1f1f;
}

.mbsc-ios-dark.mbsc-fr-inline .mbsc-fr-w {
  background: #0f0f0f;
  border-top: 1px solid #333;
}

.mbsc-ios-dark.mbsc-fr-inline .mbsc-fr-c {
  border-bottom: 1px solid #333;
}

.mbsc-ios-dark.mbsc-fr-no-overlay .mbsc-fr-arr {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.8);
}

.mbsc-ios-dark.mbsc-fr-no-overlay .mbsc-fr-w {
  box-shadow: 0 0.125em 1em rgba(0, 0, 0, 0.8);
}

.mbsc-ios-dark.mbsc-fr-pointer .mbsc-fr-persp .mbsc-fr-popup .mbsc-fr-w, .mbsc-ios-dark.mbsc-fr-pointer .mbsc-fr-persp .mbsc-cal-picker {
  background: #333;
}

.mbsc-ios-dark.mbsc-fr-pointer .mbsc-fr-hdr {
  border-color: #545454;
}

.mbsc-ios-dark.mbsc-sc.mbsc-fr-top .mbsc-fr-w, .mbsc-ios-dark.mbsc-sc.mbsc-fr-bottom .mbsc-fr-w {
  background: #080808;
}

.mbsc-ios-dark.mbsc-calendar .mbsc-fr-persp .mbsc-fr-w {
  background: #080808;
}

.mbsc-ios-dark.mbsc-calendar.mbsc-fr-top .mbsc-fr-btn-cont, .mbsc-ios-dark.mbsc-calendar.mbsc-fr-bottom .mbsc-fr-btn-cont {
  border-bottom: 1px solid #333;
}

.mbsc-ios-dark.mbsc-fr-top .mbsc-sc-whl-l, .mbsc-ios-dark.mbsc-fr-bottom .mbsc-sc-whl-l {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.mbsc-ios-dark .mbsc-sc-whl-l, .mbsc-ios-dark.mbsc-calendar .mbsc-sc-whl-l {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.mbsc-ios-dark.mbsc-fr-top .mbsc-sc-whl-o, .mbsc-ios-dark.mbsc-fr-bottom .mbsc-sc-whl-o {
  background: linear-gradient(#080808, rgba(8, 8, 8, 0) 52%, rgba(8, 8, 8, 0) 48%, #080808);
}

.mbsc-ios-dark .mbsc-sc-whl-o, .mbsc-ios-dark.mbsc-calendar .mbsc-sc-whl-o {
  background: linear-gradient(#080808, rgba(8, 8, 8, 0) 52%, rgba(8, 8, 8, 0) 48%, #080808);
}

.mbsc-ios-dark.mbsc-fr-top .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c, .mbsc-ios-dark.mbsc-fr-bottom .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #080808;
}

.mbsc-ios-dark.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-o {
  background: linear-gradient(#0f0f0f, rgba(15, 15, 15, 0) 52%, rgba(15, 15, 15, 0) 48%, #0f0f0f);
}

.mbsc-ios-dark.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #0f0f0f;
}

.mbsc-ios-dark .mbsc-sc-lbl {
  color: #fff;
}

.mbsc-ios-dark .mbsc-sc-itm {
  color: #9e9e9e;
}

.mbsc-ios-dark.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover, .mbsc-ios-dark .mbsc-sc-itm:focus {
  background: rgba(255, 132, 0, 0.15);
}

.mbsc-ios-dark.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active {
  background: rgba(255, 132, 0, 0.2);
}

.mbsc-ios-dark .mbsc-sc-itm-sel, .mbsc-ios-dark .mbsc-sc-whl-gr-3d .mbsc-sc-itm {
  color: #fff;
}

.mbsc-ios-dark .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c, .mbsc-ios-dark.mbsc-calendar .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #080808;
}

.mbsc-ios-dark .mbsc-sc-whl-gr-3d .mbsc-sc-itm-3d {
  color: #6e6e6e;
}

.mbsc-ios-dark .mbsc-sc-btn {
  color: #ff8400;
}

.mbsc-ios-dark.mbsc-sel-multi .mbsc-sc-itm {
  color: #fff;
}

.mbsc-ios-dark .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #ff8400;
}

.mbsc-ios-dark.mbsc-fr-pointer .mbsc-sc-whl-l {
  border-color: #545454;
}

.mbsc-ios-dark.mbsc-fr-pointer .mbsc-sc-itm {
  color: #fff;
}

.mbsc-ios-dark.mbsc-fr-pointer .mbsc-sc-itm-sel {
  color: #ff8400;
}

.mbsc-ios-dark .mbsc-input {
  background: #0f0f0f;
}

.mbsc-ios-dark .mbsc-input .mbsc-control::-webkit-input-placeholder {
  color: #ccc;
}

.mbsc-ios-dark .mbsc-input .mbsc-control::-ms-input-placeholder {
  color: #ccc;
}

.mbsc-ios-dark .mbsc-input .mbsc-control::-moz-placeholder {
  color: #ccc;
}

.mbsc-ios-dark .mbsc-input-wrap input:-webkit-autofill ~ .mbsc-input-fill {
  background: #e8f0fe;
}

.mbsc-ios-dark .mbsc-input-wrap input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #e8f0fe inset;
}

.mbsc-ios-dark .mbsc-input .mbsc-label, .mbsc-ios-dark .mbsc-progress .mbsc-label, .mbsc-ios-dark .mbsc-input input, .mbsc-ios-dark .mbsc-input textarea {
  color: #fff;
}

.mbsc-ios-dark .mbsc-err-msg {
  color: #d8332a;
}

.mbsc-ios-dark .mbsc-control-w:before, .mbsc-ios-dark .mbsc-control-w:after {
  border-top: 1px solid #333;
}

.mbsc-ios-dark .mbsc-control-w.mbsc-err:after, .mbsc-ios-dark .mbsc-control-w.mbsc-err + .mbsc-err:before, .mbsc-ios-dark .mbsc-control-w.mbsc-err + .mbsc-divider {
  border-top-color: #d8332a;
}

.mbsc-ios-dark .mbsc-input-box.mbsc-err, .mbsc-ios-dark .mbsc-input-outline.mbsc-err {
  border-color: #d8332a;
}

.mbsc-ios-dark .mbsc-input-box .mbsc-err-msg, .mbsc-ios-dark .mbsc-input-outline .mbsc-err-msg {
  color: #d8332a;
}

.mbsc-ios-dark .mbsc-input-outline.mbsc-control-w {
  border: 1px solid #333;
}

.mbsc-ios-dark .mbsc-input-outline.mbsc-err.mbsc-control-w {
  border-color: #d8332a;
}

.mbsc-ios-dark .mbsc-sc-whl .mbsc-sel-gr {
  color: #9d9d9d;
}

.mbsc-ios-dark .mbsc-sel-filter-cont.mbsc-input {
  background: #3b3b3b;
}

.mbsc-ios-dark.mbsc-fr-center .mbsc-sel-filter-cont {
  background: #1f1f1f;
}

.mbsc-ios-dark .mbsc-sel-filter-cont.mbsc-input input {
  background: #0f0f0f;
}

.mbsc-ios-dark .mbsc-sel-filter-clear {
  color: #8c8c8c;
}

.mbsc-ios-dark.mbsc-fr-pointer .mbsc-sc-whl .mbsc-sel-gr {
  color: #fff;
}

.mbsc-ios-dark.mbsc-fr-pointer.mbsc-sel .mbsc-ltr .mbsc-sc-whl-w + .mbsc-sc-whl-w {
  border-left: 1px solid #545454;
}

.mbsc-ios-dark.mbsc-fr-pointer.mbsc-sel .mbsc-rtl .mbsc-sc-whl-w + .mbsc-sc-whl-w {
  border-right: 1px solid #545454;
}

.mbsc-ios-dark .mbsc-cal-picker {
  background: #080808;
}

.mbsc-ios-dark .mbsc-cal-cell {
  border-top: 1px solid #333;
}

.mbsc-ios-dark .mbsc-cal-today {
  color: #ff8400;
}

.mbsc-ios-dark .mbsc-cal-cell:focus .mbsc-cal-cell-txt, .mbsc-ios-dark.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt, .mbsc-ios-dark.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled) .mbsc-cal-day-date:hover {
  background: rgba(255, 132, 0, 0.3);
}

.mbsc-ios-dark .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  border-color: #ff8400;
  background: #ff8400;
  color: #fff;
}

.mbsc-ios-dark .mbsc-cal-tab {
  border: 1px solid #ff8400;
  color: #ff8400;
}

.mbsc-ios-dark .mbsc-fr-popup .mbsc-fr-w .mbsc-cal-tabs-c .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected {
  background: #ff8400;
  color: #fff;
}

.mbsc-ios-dark .mbsc-cal-mark {
  background: #333;
}

.mbsc-ios-dark .mbsc-cal-txt {
  background: #efdcc3;
  color: #000;
}

.mbsc-ios-dark.mbsc-fr-inline .mbsc-cal-picker {
  background: #0f0f0f;
}

.mbsc-ios-dark .mbsc-fr-btn-cont {
  border-bottom: 1px solid #333;
}

.mbsc-ios-dark .mbsc-range-btn-end {
  border-bottom: 1px solid #333;
}

.mbsc-ios-dark .mbsc-range-btn-end .mbsc-range-btn:before {
  border-top: 1px solid #333;
}

.mbsc-ios-dark .mbsc-range-btn.mbsc-selected .mbsc-range-btn-v {
  color: #ff8400;
}

.mbsc-ios-dark.mbsc-range .mbsc-cal .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date, .mbsc-ios-dark.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  background: #ff8400;
}

.mbsc-ios-dark .mbsc-lv {
  background: #333;
}

.mbsc-ios-dark .mbsc-lv-item {
  background: #0f0f0f;
  border-color: #333;
  color: #fff;
}

.mbsc-ios-dark .mbsc-lv-item:before, .mbsc-ios-dark .mbsc-lv-item:after {
  border-top: 1px solid #333;
}

.mbsc-ios-dark .mbsc-lv-gr-title {
  background: #1a1a1a;
  color: #8f8f8f;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.mbsc-ios-dark.mbsc-no-touch .mbsc-lv-item-actionable:hover:before {
  background: rgba(255, 255, 255, 0.05);
}

.mbsc-ios-dark .mbsc-lv-item-actionable.mbsc-lv-item-active:before {
  background: rgba(0, 0, 0, 0.15);
}

.mbsc-ios-dark .mbsc-empty {
  color: #fff;
}

.mbsc-ios-dark.mbsc-ev-cal .mbsc-fr-w {
  background: #000;
}

.mbsc-ios-dark.mbsc-ev-cal.mbsc-fr-inline .mbsc-cal-picker {
  background: #000;
}

.mbsc-ios-dark.mbsc-ev-cal.mbsc-fr-inline .mbsc-cal-scroll-c {
  background: #0f0f0f;
}

.mbsc-ios-dark.mbsc-cal-events-popup .mbsc-fr-w {
  border: 1px solid #545454;
}

.mbsc-ios-dark.mbsc-cal-events-popup .mbsc-fr-arr {
  background: #0f0f0f;
  border: 1px solid #545454;
}

.mbsc-ios-dark .mbsc-cal-events-i {
  background: #333;
}

.mbsc-ios-dark .mbsc-cal-event-color {
  background: #94b8dd;
}

.mbsc-ios-dark .mbsc-cal-event-dur, .mbsc-ios-dark .mbsc-cal-event-time {
  color: #8e8e8e;
}

.mbsc-ios-dark .mbsc-event-list {
  background: #1a1a1a;
}

.mbsc-ios-dark.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  border-left: 1px solid #333;
}
@charset "UTF-8";
/**========================================================================
 *                             RLM Bootstrap Variable Overrides
 *  Defaults:  LINK ../../node_modules/bootstrap/scss/_variables.scss
 *========================================================================**/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uncontain, .detail-body__sidebar {
  margin-left: calc(clamp(1rem, 2vw, 2rem) * -1);
  margin-right: calc(clamp(1rem, 2vw, 2rem) * -1);
}

.ms-container, .detail-page-nav__item:first-child {
  margin-left: clamp(1rem, 2vw, 2rem);
}

.me-container, .detail-page-nav__item:last-child {
  margin-right: clamp(1rem, 2vw, 2rem);
}

.overflow-auto, .detail-page-nav {
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.aspect-1x1 {
  aspect-ratio: 1/1;
}

.cursor-grab {
  cursor: grab;
}

.arrow-top {
  position: relative;
}
.arrow-top::before {
  content: "";
  position: absolute;
  top: calc(0.75rem * -2);
  left: calc(50% - 0.75rem);
  height: 0;
  width: 0;
  border: 0.75rem solid transparent;
  border-bottom-color: #F4F4F4;
}

.loader-text::after {
  content: "";
  animation: loadingEllipsis 1.5s infinite;
}

@keyframes loadingEllipsis {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "...";
  }
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #008FBD;
  --bs-secondary: #A52F76;
  --bs-success: #20A585;
  --bs-info: #A52F76;
  --bs-warning: #EEA820;
  --bs-danger: #B71717;
  --bs-error: #B71717;
  --bs-dark: #221E20;
  --bs-neutral: #747474;
  --bs-light: #d1d1d1;
  --bs-lighter: #F4F4F4;
  --bs-primary-rgb: 0, 143, 189;
  --bs-secondary-rgb: 165, 47, 118;
  --bs-success-rgb: 32, 165, 133;
  --bs-info-rgb: 165, 47, 118;
  --bs-warning-rgb: 238, 168, 32;
  --bs-danger-rgb: 183, 23, 23;
  --bs-error-rgb: 183, 23, 23;
  --bs-dark-rgb: 34, 30, 32;
  --bs-neutral-rgb: 116, 116, 116;
  --bs-light-rgb: 209, 209, 209;
  --bs-lighter-rgb: 244, 244, 244;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 34, 30, 32;
  --bs-body-rgb: 34, 30, 32;
  --bs-font-sans-serif: filson-pro, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #221E20;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 30, 32, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, .house-call__title, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4, .house-call__title {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h4, .h4, .house-call__title {
    font-size: 1.375rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 800;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #008FBD;
  text-decoration: underline;
}
a:hover {
  color: #007297;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 500;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled, .lead-utility-links, .rlm-bcrumbs, .rlm-nav__main-menu,
.rlm-nav__user-menu,
.rlm-nav__submenu {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.create-container,
.edit-container,
.listing-header,
.detail-body,
.detail-header,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, clamp(1rem, 2vw, 2rem));
  padding-left: var(--bs-gutter-x, clamp(1rem, 2vw, 2rem));
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 0.75rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 0.75rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 1.25rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 1.25rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 1.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 1.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 2rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 2rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 3rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 2rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 2rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 3rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #221E20;
  --bs-table-striped-bg: #FFFDF8;
  --bs-table-active-color: #221E20;
  --bs-table-active-bg: rgba(34, 30, 32, 0.1);
  --bs-table-hover-color: #221E20;
  --bs-table-hover-bg: rgba(34, 30, 32, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #221E20;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.75rem 1rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #d1d1d1;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cce9f2;
  --bs-table-striped-bg: #c4dfe8;
  --bs-table-striped-color: #221E20;
  --bs-table-active-bg: #bbd5dd;
  --bs-table-active-color: #221E20;
  --bs-table-hover-bg: #bfdae2;
  --bs-table-hover-color: #221E20;
  color: #221E20;
  border-color: #bbd5dd;
}

.table-secondary {
  --bs-table-bg: #edd5e4;
  --bs-table-striped-bg: #e3ccda;
  --bs-table-striped-color: #221E20;
  --bs-table-active-bg: #d9c3d0;
  --bs-table-active-color: #221E20;
  --bs-table-hover-bg: #dec7d5;
  --bs-table-hover-color: #221E20;
  color: #221E20;
  border-color: #d9c3d0;
}

.table-success {
  --bs-table-bg: #d2ede7;
  --bs-table-striped-bg: #c9e3dd;
  --bs-table-striped-color: #221E20;
  --bs-table-active-bg: #c0d8d3;
  --bs-table-active-color: #221E20;
  --bs-table-hover-bg: #c5ddd8;
  --bs-table-hover-color: #221E20;
  color: #221E20;
  border-color: #c0d8d3;
}

.table-info {
  --bs-table-bg: #edd5e4;
  --bs-table-striped-bg: #e3ccda;
  --bs-table-striped-color: #221E20;
  --bs-table-active-bg: #d9c3d0;
  --bs-table-active-color: #221E20;
  --bs-table-hover-bg: #dec7d5;
  --bs-table-hover-color: #221E20;
  color: #221E20;
  border-color: #d9c3d0;
}

.table-warning {
  --bs-table-bg: #fceed2;
  --bs-table-striped-bg: #f1e4c9;
  --bs-table-striped-color: #221E20;
  --bs-table-active-bg: #e6d9c0;
  --bs-table-active-color: #221E20;
  --bs-table-hover-bg: #ecdec5;
  --bs-table-hover-color: #221E20;
  color: #221E20;
  border-color: #e6d9c0;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #edced1;
  --bs-table-striped-color: #221E20;
  --bs-table-active-bg: #e3c5c7;
  --bs-table-active-color: #221E20;
  --bs-table-hover-bg: #e8c9cc;
  --bs-table-hover-color: #221E20;
  color: #221E20;
  border-color: #e3c5c7;
}

.table-light {
  --bs-table-bg: #d1d1d1;
  --bs-table-striped-bg: #c8c8c8;
  --bs-table-striped-color: #221E20;
  --bs-table-active-bg: #c0bfbf;
  --bs-table-active-color: #221E20;
  --bs-table-hover-bg: #c4c4c4;
  --bs-table-hover-color: #221E20;
  color: #221E20;
  border-color: #c0bfbf;
}

.table-dark {
  --bs-table-bg: #221E20;
  --bs-table-striped-bg: #2d292b;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #383536;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #332f31;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #383536;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control, .mbsc-select-input, input[type=text].ui-grid-filter-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #221E20;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(34, 30, 32, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .mbsc-select-input, input[type=text].ui-grid-filter-input {
    transition: none;
  }
}
.form-control[type=file], [type=file].mbsc-select-input, input[type=file][type=text].ui-grid-filter-input {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), [type=file].mbsc-select-input:not(:disabled):not([readonly]), input[type=file][type=text].ui-grid-filter-input:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .mbsc-select-input:focus, input[type=text].ui-grid-filter-input:focus {
  color: #221E20;
  background-color: #fff;
  border-color: #80c7de;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(34, 30, 32, 0.075), 0 0 0 0.25rem rgba(0, 143, 189, 0.25);
}
.form-control::-webkit-date-and-time-value, .mbsc-select-input::-webkit-date-and-time-value, input[type=text].ui-grid-filter-input::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder, .mbsc-select-input::-moz-placeholder, input[type=text].ui-grid-filter-input::-moz-placeholder {
  color: #747474;
  opacity: 1;
}
.form-control::placeholder, .mbsc-select-input::placeholder, input[type=text].ui-grid-filter-input::placeholder {
  color: #747474;
  opacity: 1;
}
.form-control:disabled, .mbsc-select-input:disabled, input[type=text].ui-grid-filter-input:disabled, .form-control[readonly], [readonly].mbsc-select-input, input[readonly][type=text].ui-grid-filter-input {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, .mbsc-select-input::file-selector-button, input[type=text].ui-grid-filter-input::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #221E20;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .mbsc-select-input::file-selector-button, input[type=text].ui-grid-filter-input::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .mbsc-select-input:hover:not(:disabled):not([readonly])::file-selector-button, input[type=text].ui-grid-filter-input:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button, .mbsc-select-input::-webkit-file-upload-button, input[type=text].ui-grid-filter-input::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #221E20;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .mbsc-select-input::-webkit-file-upload-button, input[type=text].ui-grid-filter-input::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .mbsc-select-input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, input[type=text].ui-grid-filter-input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #221E20;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, input.form-control-plaintext[type=text].ui-grid-filter-input, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, input[type=text].ui-grid-filter-input {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button, input[type=text].ui-grid-filter-input::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button, input[type=text].ui-grid-filter-input::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, textarea.mbsc-select-input {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select, select,
.custom-select, select.ui-grid-filter-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #221E20;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(34, 30, 32, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select, select,
  .custom-select, select.ui-grid-filter-select {
    transition: none;
  }
}
.form-select:focus, select:focus,
.custom-select:focus {
  border-color: #80c7de;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(34, 30, 32, 0.075), 0 0 0 0.25rem rgba(0, 143, 189, 0.25);
}
.form-select[multiple], select[multiple],
[multiple].custom-select, .form-select[size]:not([size="1"]), select[size]:not([size="1"]),
[size].custom-select:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled, select:disabled,
.custom-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring, select:-moz-focusring,
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #221E20;
}

.form-select-sm, select.ui-grid-filter-select {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .form-check input[type=checkbox] {
  float: left;
  margin-left: -1.5em;
}

.form-check-input, input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(34, 30, 32, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox], input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio], input[type=radio][type=checkbox] {
  border-radius: 50%;
}
.form-check-input:active, input[type=checkbox]:active {
  filter: brightness(90%);
}
.form-check-input:focus, input[type=checkbox]:focus {
  border-color: #80c7de;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 143, 189, 0.25);
}
.form-check-input:checked, input[type=checkbox]:checked {
  background-color: #008FBD;
  border-color: #008FBD;
}
.form-check-input:checked[type=checkbox], input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio], input[type=checkbox]:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate, input[type=checkbox]:indeterminate {
  background-color: #008FBD;
  border-color: #008FBD;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled, input[type=checkbox]:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, input[disabled][type=checkbox] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label, input[type=checkbox]:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input, .form-switch input[type=checkbox] {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input, .form-switch input[type=checkbox] {
    transition: none;
  }
}
.form-switch .form-check-input:focus, .form-switch input[type=checkbox]:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380c7de'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked, .form-switch input[type=checkbox]:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check[disabled] + .rlm-btn-secondary, .btn-check:disabled + .btn, .btn-check:disabled + .rlm-btn-secondary {
  pointer-events: none;
  filter: none;
  opacity: 0.4;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 143, 189, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 143, 189, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #008FBD;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(34, 30, 32, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3ddeb;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(34, 30, 32, 0.075);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #008FBD;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(34, 30, 32, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3ddeb;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(34, 30, 32, 0.075);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .mbsc-select-input, .form-floating > input[type=text].ui-grid-filter-input,
.form-floating > .form-select,
.form-floating > select,
.form-floating > .custom-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .mbsc-select-input, .form-floating > input[type=text].ui-grid-filter-input {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .mbsc-select-input::-moz-placeholder, .form-floating > input[type=text].ui-grid-filter-input::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .form-floating > .mbsc-select-input::placeholder, .form-floating > input[type=text].ui-grid-filter-input::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .mbsc-select-input:not(:-moz-placeholder-shown), .form-floating > input[type=text].ui-grid-filter-input:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .mbsc-select-input:focus, .form-floating > input[type=text].ui-grid-filter-input:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .mbsc-select-input:not(:placeholder-shown), .form-floating > input[type=text].ui-grid-filter-input:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > .mbsc-select-input:-webkit-autofill, .form-floating > input[type=text].ui-grid-filter-input:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, .form-floating > select,
.form-floating > .custom-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form-floating > .mbsc-select-input:not(:-moz-placeholder-shown) ~ label, .form-floating > input[type=text].ui-grid-filter-input:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .form-floating > .mbsc-select-input:focus ~ label, .form-floating > input[type=text].ui-grid-filter-input:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .mbsc-select-input:not(:placeholder-shown) ~ label,
.form-floating > input[type=text].ui-grid-filter-input:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.form-floating > select ~ label,
.form-floating > .custom-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .mbsc-select-input:-webkit-autofill ~ label, .form-floating > input[type=text].ui-grid-filter-input:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .mbsc-select-input, .input-group > input[type=text].ui-grid-filter-input,
.input-group > .form-select,
.input-group > select,
.input-group > .custom-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .mbsc-select-input:focus, .input-group > input[type=text].ui-grid-filter-input:focus,
.input-group > .form-select:focus,
.input-group > select:focus,
.input-group > .custom-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .rlm-btn-secondary {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .rlm-btn-secondary:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #221E20;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control, .input-group-lg > .mbsc-select-input, .input-group-lg > input[type=text].ui-grid-filter-input,
.input-group-lg > .form-select,
.input-group-lg > select,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .rlm-btn-secondary {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control, .input-group-sm > .mbsc-select-input, .input-group-sm > input[type=text].ui-grid-filter-input,
.input-group-sm > .form-select,
.input-group-sm > select,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.input-group-sm > .rlm-btn-secondary {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select, .input-group-lg > select,
.input-group-lg > .custom-select,
.input-group-sm > .form-select,
.input-group-sm > select,
.input-group-sm > .custom-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #20A585;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #221E20;
  background-color: rgba(32, 165, 133, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .mbsc-select-input:valid, .was-validated input[type=text].ui-grid-filter-input:valid, .form-control.is-valid, .is-valid.mbsc-select-input, input.is-valid[type=text].ui-grid-filter-input {
  border-color: #20A585;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2320A585' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .mbsc-select-input:valid:focus, .was-validated input[type=text].ui-grid-filter-input:valid:focus, .form-control.is-valid:focus, .is-valid.mbsc-select-input:focus, input.is-valid[type=text].ui-grid-filter-input:focus {
  border-color: #20A585;
  box-shadow: 0 0 0 0.25rem rgba(32, 165, 133, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated textarea.mbsc-select-input:valid, textarea.form-control.is-valid, textarea.is-valid.mbsc-select-input {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .was-validated select:valid,
.was-validated .custom-select:valid, .form-select.is-valid, select.is-valid,
.is-valid.custom-select {
  border-color: #20A585;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated select:valid:not([multiple]):not([size]),
.was-validated .custom-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated select:valid:not([multiple])[size="1"],
.was-validated .custom-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), select.is-valid:not([multiple]):not([size]),
.is-valid.custom-select:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], select.is-valid:not([multiple])[size="1"],
.is-valid.custom-select:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2320A585' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .was-validated select:valid:focus,
.was-validated .custom-select:valid:focus, .form-select.is-valid:focus, select.is-valid:focus,
.is-valid.custom-select:focus {
  border-color: #20A585;
  box-shadow: 0 0 0 0.25rem rgba(32, 165, 133, 0.25);
}

.was-validated .form-check-input:valid, .was-validated input[type=checkbox]:valid, .form-check-input.is-valid, input.is-valid[type=checkbox] {
  border-color: #20A585;
}
.was-validated .form-check-input:valid:checked, .was-validated input[type=checkbox]:valid:checked, .form-check-input.is-valid:checked, input.is-valid[type=checkbox]:checked {
  background-color: #20A585;
}
.was-validated .form-check-input:valid:focus, .was-validated input[type=checkbox]:valid:focus, .form-check-input.is-valid:focus, input.is-valid[type=checkbox]:focus {
  box-shadow: 0 0 0 0.25rem rgba(32, 165, 133, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated input[type=checkbox]:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label, input.is-valid[type=checkbox] ~ .form-check-label {
  color: #20A585;
}

.form-check-inline .form-check-input ~ .valid-feedback, .form-check-inline input[type=checkbox] ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .was-validated .input-group .mbsc-select-input:valid, .was-validated .input-group input[type=text].ui-grid-filter-input:valid, .input-group .form-control.is-valid, .input-group .is-valid.mbsc-select-input, .input-group input.is-valid[type=text].ui-grid-filter-input,
.was-validated .input-group .form-select:valid,
.was-validated .input-group select:valid,
.was-validated .input-group .custom-select:valid,
.input-group .form-select.is-valid,
.input-group select.is-valid,
.input-group .is-valid.custom-select {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .was-validated .input-group .mbsc-select-input:valid:focus, .was-validated .input-group input[type=text].ui-grid-filter-input:valid:focus, .input-group .form-control.is-valid:focus, .input-group .is-valid.mbsc-select-input:focus, .input-group input.is-valid[type=text].ui-grid-filter-input:focus,
.was-validated .input-group .form-select:valid:focus,
.was-validated .input-group select:valid:focus,
.was-validated .input-group .custom-select:valid:focus,
.input-group .form-select.is-valid:focus,
.input-group select.is-valid:focus,
.input-group .is-valid.custom-select:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .mbsc-select-input:invalid, .was-validated input[type=text].ui-grid-filter-input:invalid, .form-control.is-invalid, .is-invalid.mbsc-select-input, input.is-invalid[type=text].ui-grid-filter-input {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .mbsc-select-input:invalid:focus, .was-validated input[type=text].ui-grid-filter-input:invalid:focus, .form-control.is-invalid:focus, .is-invalid.mbsc-select-input:focus, input.is-invalid[type=text].ui-grid-filter-input:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea.mbsc-select-input:invalid, textarea.form-control.is-invalid, textarea.is-invalid.mbsc-select-input {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .was-validated select:invalid,
.was-validated .custom-select:invalid, .form-select.is-invalid, select.is-invalid,
.is-invalid.custom-select {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated select:invalid:not([multiple]):not([size]),
.was-validated .custom-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated select:invalid:not([multiple])[size="1"],
.was-validated .custom-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), select.is-invalid:not([multiple]):not([size]),
.is-invalid.custom-select:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], select.is-invalid:not([multiple])[size="1"],
.is-invalid.custom-select:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .was-validated select:invalid:focus,
.was-validated .custom-select:invalid:focus, .form-select.is-invalid:focus, select.is-invalid:focus,
.is-invalid.custom-select:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .was-validated input[type=checkbox]:invalid, .form-check-input.is-invalid, input.is-invalid[type=checkbox] {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .was-validated input[type=checkbox]:invalid:checked, .form-check-input.is-invalid:checked, input.is-invalid[type=checkbox]:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .was-validated input[type=checkbox]:invalid:focus, .form-check-input.is-invalid:focus, input.is-invalid[type=checkbox]:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated input[type=checkbox]:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, input.is-invalid[type=checkbox] ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline input[type=checkbox] ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .was-validated .input-group .mbsc-select-input:invalid, .was-validated .input-group input[type=text].ui-grid-filter-input:invalid, .input-group .form-control.is-invalid, .input-group .is-invalid.mbsc-select-input, .input-group input.is-invalid[type=text].ui-grid-filter-input,
.was-validated .input-group .form-select:invalid,
.was-validated .input-group select:invalid,
.was-validated .input-group .custom-select:invalid,
.input-group .form-select.is-invalid,
.input-group select.is-invalid,
.input-group .is-invalid.custom-select {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .mbsc-select-input:invalid:focus, .was-validated .input-group input[type=text].ui-grid-filter-input:invalid:focus, .input-group .form-control.is-invalid:focus, .input-group .is-invalid.mbsc-select-input:focus, .input-group input.is-invalid[type=text].ui-grid-filter-input:focus,
.was-validated .input-group .form-select:invalid:focus,
.was-validated .input-group select:invalid:focus,
.was-validated .input-group .custom-select:invalid:focus,
.input-group .form-select.is-invalid:focus,
.input-group select.is-invalid:focus,
.input-group .is-invalid.custom-select:focus {
  z-index: 3;
}

.btn, .rlm-btn-secondary {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #221E20;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .rlm-btn-secondary {
    transition: none;
  }
}
.btn:hover, .rlm-btn-secondary:hover {
  color: #221E20;
}
.btn-check:focus + .btn, .btn-check:focus + .rlm-btn-secondary, .btn:focus, .rlm-btn-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 143, 189, 0.25);
}
.btn-check:checked + .btn, .btn-check:checked + .rlm-btn-secondary, .btn-check:active + .btn, .btn-check:active + .rlm-btn-secondary, .btn:active, .rlm-btn-secondary:active, .btn.active, .active.rlm-btn-secondary {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125);
}
.btn-check:checked + .btn:focus, .btn-check:checked + .rlm-btn-secondary:focus, .btn-check:active + .btn:focus, .btn-check:active + .rlm-btn-secondary:focus, .btn:active:focus, .rlm-btn-secondary:active:focus, .btn.active:focus, .active.rlm-btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 143, 189, 0.25), inset 0 3px 5px rgba(34, 30, 32, 0.125);
}
.btn:disabled, .rlm-btn-secondary:disabled, .btn.disabled, .disabled.rlm-btn-secondary, fieldset:disabled .btn, fieldset:disabled .rlm-btn-secondary {
  pointer-events: none;
  opacity: 0.4;
  box-shadow: none;
}

.btn-primary {
  color: #221E20;
  background-color: #008FBD;
  border-color: #008FBD;
  box-shadow: none;
}
.btn-primary:hover {
  color: #221E20;
  background-color: #26a0c7;
  border-color: #1a9ac4;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #221E20;
  background-color: #26a0c7;
  border-color: #1a9ac4;
  box-shadow: none, 0 0 0 0.25rem rgba(5, 126, 165, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #221E20;
  background-color: #33a5ca;
  border-color: #1a9ac4;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(5, 126, 165, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #221E20;
  background-color: #008FBD;
  border-color: #008FBD;
}

.btn-secondary {
  color: #fff;
  background-color: #A52F76;
  border-color: #A52F76;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #8c2864;
  border-color: #84265e;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #8c2864;
  border-color: #84265e;
  box-shadow: none, 0 0 0 0.25rem rgba(179, 78, 139, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #84265e;
  border-color: #7c2359;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(179, 78, 139, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #A52F76;
  border-color: #A52F76;
}

.btn-success {
  color: #221E20;
  background-color: #20A585;
  border-color: #20A585;
  box-shadow: none;
}
.btn-success:hover {
  color: #221E20;
  background-color: #41b397;
  border-color: #36ae91;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #221E20;
  background-color: #41b397;
  border-color: #36ae91;
  box-shadow: none, 0 0 0 0.25rem rgba(32, 145, 118, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #221E20;
  background-color: #4db79d;
  border-color: #36ae91;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(32, 145, 118, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #221E20;
  background-color: #20A585;
  border-color: #20A585;
}

.btn-info {
  color: #fff;
  background-color: #A52F76;
  border-color: #A52F76;
  box-shadow: none;
}
.btn-info:hover {
  color: #fff;
  background-color: #8c2864;
  border-color: #84265e;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #8c2864;
  border-color: #84265e;
  box-shadow: none, 0 0 0 0.25rem rgba(179, 78, 139, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #84265e;
  border-color: #7c2359;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(179, 78, 139, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #A52F76;
  border-color: #A52F76;
}

.btn-warning {
  color: #221E20;
  background-color: #EEA820;
  border-color: #EEA820;
  box-shadow: none;
}
.btn-warning:hover {
  color: #221E20;
  background-color: #f1b541;
  border-color: #f0b136;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #221E20;
  background-color: #f1b541;
  border-color: #f0b136;
  box-shadow: none, 0 0 0 0.25rem rgba(207, 147, 32, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #221E20;
  background-color: #f1b94d;
  border-color: #f0b136;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(207, 147, 32, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #221E20;
  background-color: #EEA820;
  border-color: #EEA820;
}

.btn-danger {
  color: #fff;
  background-color: #B71717;
  border-color: #B71717;
  box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: #9c1414;
  border-color: #921212;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #9c1414;
  border-color: #921212;
  box-shadow: none, 0 0 0 0.25rem rgba(194, 58, 58, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #921212;
  border-color: #891111;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(194, 58, 58, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #B71717;
  border-color: #B71717;
}

.btn-error {
  color: #fff;
  background-color: #B71717;
  border-color: #B71717;
  box-shadow: none;
}
.btn-error:hover {
  color: #fff;
  background-color: #9c1414;
  border-color: #921212;
}
.btn-check:focus + .btn-error, .btn-error:focus {
  color: #fff;
  background-color: #9c1414;
  border-color: #921212;
  box-shadow: none, 0 0 0 0.25rem rgba(194, 58, 58, 0.5);
}
.btn-check:checked + .btn-error, .btn-check:active + .btn-error, .btn-error:active, .btn-error.active, .show > .btn-error.dropdown-toggle {
  color: #fff;
  background-color: #921212;
  border-color: #891111;
}
.btn-check:checked + .btn-error:focus, .btn-check:active + .btn-error:focus, .btn-error:active:focus, .btn-error.active:focus, .show > .btn-error.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(194, 58, 58, 0.5);
}
.btn-error:disabled, .btn-error.disabled {
  color: #fff;
  background-color: #B71717;
  border-color: #B71717;
}

.btn-dark {
  color: #fff;
  background-color: #221E20;
  border-color: #221E20;
  box-shadow: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1d1a1b;
  border-color: #1b181a;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1d1a1b;
  border-color: #1b181a;
  box-shadow: none, 0 0 0 0.25rem rgba(67, 64, 65, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1b181a;
  border-color: #1a1718;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(67, 64, 65, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #221E20;
  border-color: #221E20;
}

.btn-neutral {
  color: #fff;
  background-color: #747474;
  border-color: #747474;
  box-shadow: none;
}
.btn-neutral:hover {
  color: #fff;
  background-color: #636363;
  border-color: #5d5d5d;
}
.btn-check:focus + .btn-neutral, .btn-neutral:focus {
  color: #fff;
  background-color: #636363;
  border-color: #5d5d5d;
  box-shadow: none, 0 0 0 0.25rem rgba(137, 137, 137, 0.5);
}
.btn-check:checked + .btn-neutral, .btn-check:active + .btn-neutral, .btn-neutral:active, .btn-neutral.active, .show > .btn-neutral.dropdown-toggle {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #575757;
}
.btn-check:checked + .btn-neutral:focus, .btn-check:active + .btn-neutral:focus, .btn-neutral:active:focus, .btn-neutral.active:focus, .show > .btn-neutral.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(137, 137, 137, 0.5);
}
.btn-neutral:disabled, .btn-neutral.disabled {
  color: #fff;
  background-color: #747474;
  border-color: #747474;
}

.btn-light {
  color: #221E20;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  box-shadow: none;
}
.btn-light:hover {
  color: #221E20;
  background-color: #d8d8d8;
  border-color: #d6d6d6;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #221E20;
  background-color: #d8d8d8;
  border-color: #d6d6d6;
  box-shadow: none, 0 0 0 0.25rem rgba(183, 182, 182, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #221E20;
  background-color: #dadada;
  border-color: #d6d6d6;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(183, 182, 182, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #221E20;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.btn-lighter {
  color: #221E20;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  box-shadow: none;
}
.btn-lighter:hover {
  color: #221E20;
  background-color: #f6f6f6;
  border-color: whitesmoke;
}
.btn-check:focus + .btn-lighter, .btn-lighter:focus {
  color: #221E20;
  background-color: #f6f6f6;
  border-color: whitesmoke;
  box-shadow: none, 0 0 0 0.25rem rgba(213, 212, 212, 0.5);
}
.btn-check:checked + .btn-lighter, .btn-check:active + .btn-lighter, .btn-lighter:active, .btn-lighter.active, .show > .btn-lighter.dropdown-toggle {
  color: #221E20;
  background-color: #f6f6f6;
  border-color: whitesmoke;
}
.btn-check:checked + .btn-lighter:focus, .btn-check:active + .btn-lighter:focus, .btn-lighter:active:focus, .btn-lighter.active:focus, .show > .btn-lighter.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(213, 212, 212, 0.5);
}
.btn-lighter:disabled, .btn-lighter.disabled {
  color: #221E20;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}

.btn-outline-primary {
  color: #008FBD;
  border-color: #008FBD;
}
.btn-outline-primary:hover {
  color: #221E20;
  background-color: #008FBD;
  border-color: #008FBD;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 143, 189, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #221E20;
  background-color: #008FBD;
  border-color: #008FBD;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(0, 143, 189, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #008FBD;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #A52F76;
  border-color: #A52F76;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #A52F76;
  border-color: #A52F76;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(165, 47, 118, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #A52F76;
  border-color: #A52F76;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(165, 47, 118, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #A52F76;
  background-color: transparent;
}

.btn-outline-success {
  color: #20A585;
  border-color: #20A585;
}
.btn-outline-success:hover {
  color: #221E20;
  background-color: #20A585;
  border-color: #20A585;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(32, 165, 133, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #221E20;
  background-color: #20A585;
  border-color: #20A585;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(32, 165, 133, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #20A585;
  background-color: transparent;
}

.btn-outline-info {
  color: #A52F76;
  border-color: #A52F76;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #A52F76;
  border-color: #A52F76;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(165, 47, 118, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #A52F76;
  border-color: #A52F76;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(165, 47, 118, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #A52F76;
  background-color: transparent;
}

.btn-outline-warning {
  color: #EEA820;
  border-color: #EEA820;
}
.btn-outline-warning:hover {
  color: #221E20;
  background-color: #EEA820;
  border-color: #EEA820;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 168, 32, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #221E20;
  background-color: #EEA820;
  border-color: #EEA820;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(238, 168, 32, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #EEA820;
  background-color: transparent;
}

.btn-outline-danger {
  color: #B71717;
  border-color: #B71717;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #B71717;
  border-color: #B71717;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(183, 23, 23, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #B71717;
  border-color: #B71717;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(183, 23, 23, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #B71717;
  background-color: transparent;
}

.btn-outline-error {
  color: #B71717;
  border-color: #B71717;
}
.btn-outline-error:hover {
  color: #fff;
  background-color: #B71717;
  border-color: #B71717;
}
.btn-check:focus + .btn-outline-error, .btn-outline-error:focus {
  box-shadow: 0 0 0 0.25rem rgba(183, 23, 23, 0.5);
}
.btn-check:checked + .btn-outline-error, .btn-check:active + .btn-outline-error, .btn-outline-error:active, .btn-outline-error.active, .btn-outline-error.dropdown-toggle.show {
  color: #fff;
  background-color: #B71717;
  border-color: #B71717;
}
.btn-check:checked + .btn-outline-error:focus, .btn-check:active + .btn-outline-error:focus, .btn-outline-error:active:focus, .btn-outline-error.active:focus, .btn-outline-error.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(183, 23, 23, 0.5);
}
.btn-outline-error:disabled, .btn-outline-error.disabled {
  color: #B71717;
  background-color: transparent;
}

.btn-outline-dark, .rlm-btn-secondary {
  color: #221E20;
  border-color: #221E20;
}
.btn-outline-dark:hover, .rlm-btn-secondary:hover {
  color: #fff;
  background-color: #221E20;
  border-color: #221E20;
}
.btn-check:focus + .btn-outline-dark, .btn-check:focus + .rlm-btn-secondary, .btn-outline-dark:focus, .rlm-btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 30, 32, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:checked + .rlm-btn-secondary, .btn-check:active + .btn-outline-dark, .btn-check:active + .rlm-btn-secondary, .btn-outline-dark:active, .rlm-btn-secondary:active, .btn-outline-dark.active, .active.rlm-btn-secondary, .btn-outline-dark.dropdown-toggle.show, .dropdown-toggle.show.rlm-btn-secondary {
  color: #fff;
  background-color: #221E20;
  border-color: #221E20;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:checked + .rlm-btn-secondary:focus, .btn-check:active + .btn-outline-dark:focus, .btn-check:active + .rlm-btn-secondary:focus, .btn-outline-dark:active:focus, .rlm-btn-secondary:active:focus, .btn-outline-dark.active:focus, .active.rlm-btn-secondary:focus, .btn-outline-dark.dropdown-toggle.show:focus, .dropdown-toggle.show.rlm-btn-secondary:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(34, 30, 32, 0.5);
}
.btn-outline-dark:disabled, .rlm-btn-secondary:disabled, .btn-outline-dark.disabled, .disabled.rlm-btn-secondary {
  color: #221E20;
  background-color: transparent;
}

.btn-outline-neutral {
  color: #747474;
  border-color: #747474;
}
.btn-outline-neutral:hover {
  color: #fff;
  background-color: #747474;
  border-color: #747474;
}
.btn-check:focus + .btn-outline-neutral, .btn-outline-neutral:focus {
  box-shadow: 0 0 0 0.25rem rgba(116, 116, 116, 0.5);
}
.btn-check:checked + .btn-outline-neutral, .btn-check:active + .btn-outline-neutral, .btn-outline-neutral:active, .btn-outline-neutral.active, .btn-outline-neutral.dropdown-toggle.show {
  color: #fff;
  background-color: #747474;
  border-color: #747474;
}
.btn-check:checked + .btn-outline-neutral:focus, .btn-check:active + .btn-outline-neutral:focus, .btn-outline-neutral:active:focus, .btn-outline-neutral.active:focus, .btn-outline-neutral.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(116, 116, 116, 0.5);
}
.btn-outline-neutral:disabled, .btn-outline-neutral.disabled {
  color: #747474;
  background-color: transparent;
}

.btn-outline-light {
  color: #d1d1d1;
  border-color: #d1d1d1;
}
.btn-outline-light:hover {
  color: #221E20;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 209, 209, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #221E20;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(209, 209, 209, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #d1d1d1;
  background-color: transparent;
}

.btn-outline-lighter {
  color: #F4F4F4;
  border-color: #F4F4F4;
}
.btn-outline-lighter:hover {
  color: #221E20;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.btn-check:focus + .btn-outline-lighter, .btn-outline-lighter:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 244, 244, 0.5);
}
.btn-check:checked + .btn-outline-lighter, .btn-check:active + .btn-outline-lighter, .btn-outline-lighter:active, .btn-outline-lighter.active, .btn-outline-lighter.dropdown-toggle.show {
  color: #221E20;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.btn-check:checked + .btn-outline-lighter:focus, .btn-check:active + .btn-outline-lighter:focus, .btn-outline-lighter:active:focus, .btn-outline-lighter.active:focus, .btn-outline-lighter.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125), 0 0 0 0.25rem rgba(244, 244, 244, 0.5);
}
.btn-outline-lighter:disabled, .btn-outline-lighter.disabled {
  color: #F4F4F4;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #008FBD;
  text-decoration: underline;
}
.btn-link:hover {
  color: #007297;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .rlm-btn-secondary {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .rlm-btn-secondary {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 15rem;
  padding: 0.5rem 0.5rem;
  margin: 0;
  font-size: 0.875rem;
  color: #221E20;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(34, 30, 32, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(34, 30, 32, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 0.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #008FBD;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 0.5rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(34, 30, 32, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #008FBD;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(34, 30, 32, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .rlm-btn-secondary,
.btn-group-vertical > .btn,
.btn-group-vertical > .rlm-btn-secondary {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:checked + .rlm-btn-secondary,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn-check:focus + .rlm-btn-secondary,
.btn-group > .btn:hover,
.btn-group > .rlm-btn-secondary:hover,
.btn-group > .btn:focus,
.btn-group > .rlm-btn-secondary:focus,
.btn-group > .btn:active,
.btn-group > .rlm-btn-secondary:active,
.btn-group > .btn.active,
.btn-group > .active.rlm-btn-secondary,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:checked + .rlm-btn-secondary,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn-check:focus + .rlm-btn-secondary,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .rlm-btn-secondary:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .rlm-btn-secondary:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .rlm-btn-secondary:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.rlm-btn-secondary {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .rlm-btn-secondary:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .rlm-btn-secondary:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .rlm-btn-secondary {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .btn-group > .rlm-btn-secondary:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > :not(.btn-check) + .rlm-btn-secondary,
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .rlm-btn-secondary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .rlm-btn-secondary + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .rlm-btn-secondary + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(34, 30, 32, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .rlm-btn-secondary,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .rlm-btn-secondary:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rlm-btn-secondary:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .rlm-btn-secondary {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .rlm-btn-secondary ~ .btn, .btn-group-vertical > .btn ~ .rlm-btn-secondary, .btn-group-vertical > .rlm-btn-secondary ~ .rlm-btn-secondary,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .rlm-btn-secondary {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav, .listing-header__list-controls {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link, .detail-page-nav__link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: clamp(0.875rem, 1.35vw, 1rem);
  color: #221E20;
  text-decoration: none;
  transition: none;
}
.nav-link:hover, .detail-page-nav__link:hover, .nav-link:focus, .detail-page-nav__link:focus {
  color: #007297;
}
.nav-link.disabled, .disabled.detail-page-nav__link {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 solid transparent;
}
.nav-tabs .nav-link, .nav-tabs .detail-page-nav__link {
  margin-bottom: 0;
  background: none;
  border: 0 solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .detail-page-nav__link:hover, .nav-tabs .nav-link:focus, .nav-tabs .detail-page-nav__link:focus {
  border-color: transparent;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled, .nav-tabs .disabled.detail-page-nav__link {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .active.detail-page-nav__link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .detail-page-nav__link,
.nav-tabs .show.detail-page-nav__item .nav-link,
.nav-tabs .show.detail-page-nav__item .detail-page-nav__link {
  color: #008FBD;
  background-color: #F4F4F4;
  border-color: transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link, .nav-pills .detail-page-nav__link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .active.detail-page-nav__link,
.nav-pills .show > .nav-link,
.nav-pills .show > .detail-page-nav__link {
  color: #fff;
  background-color: #008FBD;
}

.nav-fill > .nav-link, .nav-fill > .detail-page-nav__link,
.nav-fill .nav-item,
.nav-fill .detail-page-nav__item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link, .nav-justified > .detail-page-nav__link,
.nav-justified .nav-item,
.nav-justified .detail-page-nav__item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-fill .nav-item .detail-page-nav__link, .nav-fill .detail-page-nav__item .nav-link, .nav-fill .detail-page-nav__item .detail-page-nav__link,
.nav-justified .nav-item .nav-link,
.nav-justified .nav-item .detail-page-nav__link,
.nav-justified .detail-page-nav__item .nav-link,
.nav-justified .detail-page-nav__item .detail-page-nav__link {
  width: 100%;
}

.tab-content > .tab-pane, .detail-body__main > .tab-pane {
  display: none;
}
.tab-content > .active, .detail-body__main > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .create-container,
.navbar > .edit-container,
.navbar > .listing-header,
.navbar > .detail-body,
.navbar > .detail-header,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link, .navbar-nav .detail-page-nav__link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .detail-page-nav__link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .detail-page-nav__link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .detail-page-nav__link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .detail-page-nav__link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link, .navbar-expand-xxl .navbar-nav .detail-page-nav__link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .detail-page-nav__link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(34, 30, 32, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(34, 30, 32, 0.9);
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .detail-page-nav__link {
  color: rgba(34, 30, 32, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .detail-page-nav__link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .detail-page-nav__link:focus {
  color: rgba(34, 30, 32, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .disabled.detail-page-nav__link {
  color: rgba(34, 30, 32, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .show > .detail-page-nav__link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .active.detail-page-nav__link {
  color: rgba(34, 30, 32, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(34, 30, 32, 0.55);
  border-color: rgba(34, 30, 32, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2834, 30, 32, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(34, 30, 32, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(34, 30, 32, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .detail-page-nav__link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .detail-page-nav__link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .detail-page-nav__link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .disabled.detail-page-nav__link {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .show > .detail-page-nav__link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .active.detail-page-nav__link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card, .create-form,
.edit-form {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(34, 30, 32, 0.125);
  border-radius: 0.25rem;
}
.card > hr, .create-form > hr,
.edit-form > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, .create-form > .list-group,
.edit-form > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .create-form > .list-group:first-child,
.edit-form > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child, .create-form > .list-group:last-child,
.edit-form > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card > .card-header + .list-group, .card > .create-form__header + .list-group,
.card > .edit-form__header + .list-group, .create-form > .card-header + .list-group, .create-form > .create-form__header + .list-group,
.create-form > .edit-form__header + .list-group,
.edit-form > .card-header + .list-group,
.edit-form > .create-form__header + .list-group,
.edit-form > .edit-form__header + .list-group,
.card > .list-group + .card-footer,
.card > .list-group + .create-form__footer,
.card > .list-group + .edit-form__footer,
.create-form > .list-group + .card-footer,
.create-form > .list-group + .create-form__footer,
.create-form > .list-group + .edit-form__footer,
.edit-form > .list-group + .card-footer,
.edit-form > .list-group + .create-form__footer,
.edit-form > .list-group + .edit-form__footer {
  border-top: 0;
}

.card-body, .create-form__body,
.edit-form__body {
  flex: 1 1 auto;
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1rem, 2vw, 1.5rem);
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: clamp(1rem, 2vw, 1.5rem);
}

.card-header, .create-form__header,
.edit-form__header {
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1rem, 2vw, 1.5rem);
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid rgba(34, 30, 32, 0.125);
}
.card-header:first-child, .create-form__header:first-child,
.edit-form__header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer, .create-form__footer,
.edit-form__footer {
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1rem, 2vw, 1.5rem);
  background-color: transparent;
  border-top: 0 solid rgba(34, 30, 32, 0.125);
}
.card-footer:last-child, .create-form__footer:last-child,
.edit-form__footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header-tabs {
  margin-right: calc(clamp(1rem, 2vw, 1.5rem) * -0.5);
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  margin-left: calc(clamp(1rem, 2vw, 1.5rem) * -0.5);
  border-bottom: 0;
}
.card-header-tabs .nav-link.active, .card-header-tabs .active.detail-page-nav__link {
  background-color: #fff;
  border-bottom-color: #fff;
}

.card-header-pills {
  margin-right: calc(clamp(1rem, 2vw, 1.5rem) * -0.5);
  margin-left: calc(clamp(1rem, 2vw, 1.5rem) * -0.5);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-group > .card, .card-group > .create-form,
.card-group > .edit-form {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card, .card-group > .create-form,
  .card-group > .edit-form {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .card-group > .create-form + .card,
  .card-group > .edit-form + .card, .card-group > .card + .create-form, .card-group > .create-form + .create-form,
  .card-group > .edit-form + .create-form,
  .card-group > .card + .edit-form,
  .card-group > .create-form + .edit-form,
  .card-group > .edit-form + .edit-form {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .card-group > .create-form:not(:last-child),
  .card-group > .edit-form:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .create-form:not(:last-child) .card-img-top,
  .card-group > .edit-form:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .create-form__header,
  .card-group > .card:not(:last-child) .edit-form__header,
  .card-group > .create-form:not(:last-child) .card-header,
  .card-group > .create-form:not(:last-child) .create-form__header,
  .card-group > .create-form:not(:last-child) .edit-form__header,
  .card-group > .edit-form:not(:last-child) .card-header,
  .card-group > .edit-form:not(:last-child) .create-form__header,
  .card-group > .edit-form:not(:last-child) .edit-form__header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .create-form:not(:last-child) .card-img-bottom,
  .card-group > .edit-form:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .create-form__footer,
  .card-group > .card:not(:last-child) .edit-form__footer,
  .card-group > .create-form:not(:last-child) .card-footer,
  .card-group > .create-form:not(:last-child) .create-form__footer,
  .card-group > .create-form:not(:last-child) .edit-form__footer,
  .card-group > .edit-form:not(:last-child) .card-footer,
  .card-group > .edit-form:not(:last-child) .create-form__footer,
  .card-group > .edit-form:not(:last-child) .edit-form__footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .card-group > .create-form:not(:first-child),
  .card-group > .edit-form:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .create-form:not(:first-child) .card-img-top,
  .card-group > .edit-form:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .create-form__header,
  .card-group > .card:not(:first-child) .edit-form__header,
  .card-group > .create-form:not(:first-child) .card-header,
  .card-group > .create-form:not(:first-child) .create-form__header,
  .card-group > .create-form:not(:first-child) .edit-form__header,
  .card-group > .edit-form:not(:first-child) .card-header,
  .card-group > .edit-form:not(:first-child) .create-form__header,
  .card-group > .edit-form:not(:first-child) .edit-form__header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .create-form:not(:first-child) .card-img-bottom,
  .card-group > .edit-form:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .create-form__footer,
  .card-group > .card:not(:first-child) .edit-form__footer,
  .card-group > .create-form:not(:first-child) .card-footer,
  .card-group > .create-form:not(:first-child) .create-form__footer,
  .card-group > .create-form:not(:first-child) .edit-form__footer,
  .card-group > .edit-form:not(:first-child) .card-footer,
  .card-group > .edit-form:not(:first-child) .create-form__footer,
  .card-group > .edit-form:not(:first-child) .edit-form__footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #221E20;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0081aa;
  background-color: #e6f4f8;
  box-shadow: inset 0 -1px 0 rgba(34, 30, 32, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230081aa'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23221E20'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #80c7de;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 143, 189, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(34, 30, 32, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #008FBD;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #007297;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #007297;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 143, 189, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #008FBD;
  border-color: #008FBD;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .rlm-btn-secondary .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 500;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #005671;
  background-color: #cce9f2;
  border-color: #b3ddeb;
}
.alert-primary .alert-link {
  color: #00455a;
}

.alert-secondary {
  color: #631c47;
  background-color: #edd5e4;
  border-color: #e4c1d6;
}
.alert-secondary .alert-link {
  color: #4f1639;
}

.alert-success {
  color: #136350;
  background-color: #d2ede7;
  border-color: #bce4da;
}
.alert-success .alert-link {
  color: #0f4f40;
}

.alert-info {
  color: #631c47;
  background-color: #edd5e4;
  border-color: #e4c1d6;
}
.alert-info .alert-link {
  color: #4f1639;
}

.alert-warning {
  color: #8f6513;
  background-color: #fceed2;
  border-color: #fae5bc;
}
.alert-warning .alert-link {
  color: #72510f;
}

.alert-danger, .alert-alert {
  color: #6e0e0e;
  background-color: #f1d1d1;
  border-color: #e9b9b9;
}
.alert-danger .alert-link, .alert-alert .alert-link {
  color: #580b0b;
}

.alert-error {
  color: #6e0e0e;
  background-color: #f1d1d1;
  border-color: #e9b9b9;
}
.alert-error .alert-link {
  color: #580b0b;
}

.alert-dark {
  color: #141213;
  background-color: #d3d2d2;
  border-color: #bdbcbc;
}
.alert-dark .alert-link {
  color: #100e0f;
}

.alert-neutral {
  color: #464646;
  background-color: #e3e3e3;
  border-color: #d5d5d5;
}
.alert-neutral .alert-link {
  color: #383838;
}

.alert-light {
  color: #686667;
  background-color: #f6f6f6;
  border-color: #f1f1f1;
}
.alert-light .alert-link {
  color: #535252;
}

.alert-lighter {
  color: #767475;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-lighter .alert-link {
  color: #5e5d5e;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(34, 30, 32, 0.075);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #008FBD;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #221E20;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(34, 30, 32, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #008FBD;
  border-color: #008FBD;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #005671;
  background-color: #cce9f2;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #005671;
  background-color: #b8d2da;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #005671;
  border-color: #005671;
}

.list-group-item-secondary {
  color: #631c47;
  background-color: #edd5e4;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #631c47;
  background-color: #d5c0cd;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #631c47;
  border-color: #631c47;
}

.list-group-item-success {
  color: #136350;
  background-color: #d2ede7;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #136350;
  background-color: #bdd5d0;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #136350;
  border-color: #136350;
}

.list-group-item-info {
  color: #631c47;
  background-color: #edd5e4;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #631c47;
  background-color: #d5c0cd;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #631c47;
  border-color: #631c47;
}

.list-group-item-warning {
  color: #8f6513;
  background-color: #fceed2;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #8f6513;
  background-color: #e3d6bd;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #8f6513;
  border-color: #8f6513;
}

.list-group-item-danger {
  color: #6e0e0e;
  background-color: #f1d1d1;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6e0e0e;
  background-color: #d9bcbc;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6e0e0e;
  border-color: #6e0e0e;
}

.list-group-item-error {
  color: #6e0e0e;
  background-color: #f1d1d1;
}
.list-group-item-error.list-group-item-action:hover, .list-group-item-error.list-group-item-action:focus {
  color: #6e0e0e;
  background-color: #d9bcbc;
}
.list-group-item-error.list-group-item-action.active {
  color: #fff;
  background-color: #6e0e0e;
  border-color: #6e0e0e;
}

.list-group-item-dark {
  color: #141213;
  background-color: #d3d2d2;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141213;
  background-color: #bebdbd;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141213;
  border-color: #141213;
}

.list-group-item-neutral {
  color: #464646;
  background-color: #e3e3e3;
}
.list-group-item-neutral.list-group-item-action:hover, .list-group-item-neutral.list-group-item-action:focus {
  color: #464646;
  background-color: #cccccc;
}
.list-group-item-neutral.list-group-item-action.active {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.list-group-item-light {
  color: #686667;
  background-color: #f6f6f6;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #686667;
  background-color: #dddddd;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #686667;
  border-color: #686667;
}

.list-group-item-lighter {
  color: #767475;
  background-color: #fdfdfd;
}
.list-group-item-lighter.list-group-item-action:hover, .list-group-item-lighter.list-group-item-action:focus {
  color: #767475;
  background-color: #e4e4e4;
}
.list-group-item-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #767475;
  border-color: #767475;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #221E20;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23221E20'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #221E20;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 143, 189, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(34, 30, 32, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: clamp(1rem, 2vw, 2rem);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(34, 30, 32, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #221E20;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.3;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #d1d1d1;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #d1d1d1;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-content {
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #221E20;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #221E20;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #221E20;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #221E20;
}

.tooltip-inner {
  max-width: 300px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #221E20;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 30, 32, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.5rem 1rem rgba(34, 30, 32, 0.15);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(34, 30, 32, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(34, 30, 32, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(34, 30, 32, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(34, 30, 32, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(34, 30, 32, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #221E20;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #221E20;
}
.carousel-dark .carousel-caption {
  color: #221E20;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #221E20;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.3;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 0 solid rgba(34, 30, 32, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 0 solid rgba(34, 30, 32, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 0 solid rgba(34, 30, 32, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0 solid rgba(34, 30, 32, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

/**
 * Wraps both the visible and cloned nav so we can hide the clone with
 * absolute positioning.
 */
.p-plus-container {
  position: relative;
}

/**
 * Applied to the navigation wrappers. Flexbox is used so the items 'overflow'
 * and also expand to fill additional space.
 */
.p-plus {
  display: flex;
  position: relative;
  z-index: 0;
}

/**
 * Applied only to the invisible 'clone' copy, which we hide.
 */
.p-plus--clone {
  position: absolute;
  top: 0;
  left: 0;
  /* Provides a slight buffer to prevent overflow issues with flex parents. */
  width: calc(100% - 5px);
  pointer-events: none;
  visibility: hidden;
}

/**
 * Ensure we don't cause on-page visible overflow.
 */
.p-plus--clone,
.p-plus--clone .p-plus__primary-wrapper {
  overflow: hidden;
}

/**
 * 'Active' styles for the overflow nav.
 */
.p-plus--is-showing-overflow .p-plus__overflow {
  display: block;
}

/**
 * Hides the toggle button when all the nav items are visible.
 */
.p-plus:not(.p-plus--is-showing-toggle) .p-plus__toggle-btn {
  display: none;
}

.p-plus--is-hiding-primary .p-plus__toggle-btn {
  flex-grow: 1;
}

/**
 * Hides the primary navigation container when all items are in the overflow.
 */
.p-plus--is-hiding-primary .p-plus__primary-wrapper {
  display: none;
}

.p-plus__primary-wrapper {
  display: flex;
  flex-grow: 1;
}

.p-plus__primary {
  display: flex;
  flex: 1 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-plus__primary > li {
  flex: 1 0 auto;
}

/**
 * The overflow 'dropdown' navigation.
 */
.p-plus__overflow {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}

.p-plus__toggle-btn {
  flex-shrink: 0;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  position: relative;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em;
}

.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green;
}

.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
}

.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}

/**
 * Bootstrap Multiselect (http://davidstutz.de/bootstrap-multiselect/)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2021 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2021 David Stutz
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
span.multiselect-native-select {
  position: relative;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect.dropdown-toggle:after {
  display: none;
}

.multiselect {
  overflow: hidden;
  text-overflow: ellipsis;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}

.multiselect-container .multiselect-filter > .fa-search {
  z-index: 1;
  padding-left: 0.75rem;
}

.multiselect-container .multiselect-filter > input.multiselect-search {
  border: none;
  border-bottom: 1px solid lightgrey;
  padding-left: 2rem;
  margin-left: -1.625rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.multiselect-container .multiselect-filter > input.multiselect-search:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.multiselect-container .multiselect-filter > .multiselect-moz-clear-filter {
  margin-left: -1.5rem;
  display: none;
}

.multiselect-container .multiselect-option.multiselect-group-option-indented {
  padding-left: 1.75rem;
}

.multiselect-container .multiselect-option,
.multiselect-container .multiselect-group,
.multiselect-container .multiselect-all {
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}

.multiselect-container .multiselect-option.dropdown-item,
.multiselect-container .multiselect-group.dropdown-item,
.multiselect-container .multiselect-all.dropdown-item,
.multiselect-container .multiselect-option.dropdown-toggle,
.multiselect-container .multiselect-group.dropdown-toggle,
.multiselect-container .multiselect-all.dropdown-toggle {
  cursor: pointer;
}

.multiselect-container .multiselect-option .form-check-label,
.multiselect-container .multiselect-group .form-check-label,
.multiselect-container .multiselect-all .form-check-label {
  cursor: pointer;
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
  background-color: #A52F76;
  color: #008FBD;
}

.multiselect-container .multiselect-option .form-check,
.multiselect-container .multiselect-group .form-check,
.multiselect-container .multiselect-all .form-check {
  padding: 0 5px 0 20px;
}

.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
  outline: none;
}

.form-inline .multiselect-container span.form-check {
  padding: 3px 20px 3px 40px;
}

.input-group.input-group-sm > .multiselect-native-select .multiselect {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-right: 1.75rem;
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group > .multiselect-native-select {
  flex: 1 1 auto;
  width: 1%;
}

.input-group > .multiselect-native-select > div.btn-group {
  width: 100%;
}

.input-group > .multiselect-native-select:not(:first-child) .multiselect {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .multiselect-native-select:not(:last-child) .multiselect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@font-face {
  font-family: "Mobiscroll";
  src: url(/assets/icons_mobiscroll-6924602eb69c01db2731f8e6287eac7d83681b76dda4fb8068d4423e2048e897.woff?swumkm) format("woff"), url(/assets/icons_mobiscroll-6924602eb69c01db2731f8e6287eac7d83681b76dda4fb8068d4423e2048e897.woff) format("woff"), url(/assets/icons_mobiscroll-2e56c237112a22adc204ce7515816ec3dd5636e62314f06391d16cc67c7556d9.ttf?swumkm) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mbsc-font-icon:before {
  font-family: "Mobiscroll";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icons */
.mbsc-icon-arrow-down5::before {
  content: "\ea01";
}

.mbsc-icon-arrow-left5::before {
  content: "\ea02";
}

.mbsc-icon-arrow-left6::before {
  content: "\ea03";
}

.mbsc-icon-arrow-right5::before {
  content: "\ea04";
}

.mbsc-icon-arrow-right6::before {
  content: "\ea05";
}

.mbsc-icon-arrow-up5::before {
  content: "\ea06";
}

.mbsc-icon-ion-ios7-arrow-back::before {
  content: "\ea07";
}

.mbsc-icon-ion-ios7-arrow-forward::before {
  content: "\ea08";
}

.mbsc-icon-ion-ios7-checkmark-empty::before {
  content: "\ea09";
}

.mbsc-icon-ios-backspace::before {
  content: "\ea0a";
}

.mbsc-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  flex: 0 0 auto;
}

.mbsc-icon > svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

:root {
  --mbsc-safe-top: 0;
  --mbsc-safe-right: 0;
  --mbsc-safe-bottom: 0;
  --mbsc-safe-left: 0;
}
@supports (top: constant(safe-area-inset-top)) {
  :root {
    --mbsc-safe-top: constant(safe-area-inset-top);
    --mbsc-safe-right: constant(safe-area-inset-right);
    --mbsc-safe-bottom: constant(safe-area-inset-bottom);
    --mbsc-safe-left: constant(safe-area-inset-left);
  }
}
@supports (top: env(safe-area-inset-top)) {
  :root {
    --mbsc-safe-top: env(safe-area-inset-top);
    --mbsc-safe-right: env(safe-area-inset-right);
    --mbsc-safe-bottom: env(safe-area-inset-bottom);
    --mbsc-safe-left: env(safe-area-inset-left);
  }
}

.mbsc-font {
  font-size: 16px;
  font-weight: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

.mbsc-reset {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mbsc-resize {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

.mbsc-resize-i {
  position: absolute;
  left: 0;
  top: 0;
}

.mbsc-resize-y {
  width: 200%;
  height: 200%;
}

.mbsc-hidden {
  visibility: hidden;
}

.mbsc-ltr {
  direction: ltr;
}

.mbsc-rtl {
  direction: rtl;
}

.mbsc-ripple {
  background: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 1000em;
  pointer-events: none;
  transform: scale(0);
}

/* Flex util classes */
.mbsc-flex,
.mbsc-flex-col {
  display: flex;
}

.mbsc-flex-col {
  flex-direction: column;
}

.mbsc-flex-1-1 {
  flex: 1 1 auto;
}

.mbsc-flex-1-0 {
  flex: 1 0 auto;
}

.mbsc-flex-1-0-0 {
  flex: 1 0 0;
}

/* IE11 hack, where flex-basis auto does not work correctly */
@media all and (-ms-high-contrast: none) {
  .mbsc-flex-1-0-0 {
    flex: 1 0 auto;
  }
}
.mbsc-flex-none {
  flex: none;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .mbsc-hb,
  .mbsc-hb:before,
  .mbsc-hb:after {
    border-width: 0.5px !important;
  }
}
/* Base colors */
/* Form colors */
/* Base colors */
/* Form colors */
/* Calendar colors (will be used by eventcalendar, calendar, range) */
.mbsc-ios.mbsc-button {
  padding: 0 0.5em;
  margin: 0.5em 0.25em;
  line-height: 2.25em;
  border-radius: 0.25em;
  transition: opacity 0.1s ease-out, background-color 0.1s ease-out;
}
.mbsc-ios.mbsc-icon-button {
  padding: 0.5em;
  line-height: normal;
  border-radius: 4em;
}
.mbsc-ios.mbsc-button.mbsc-hover {
  opacity: 0.7;
}
.mbsc-ios.mbsc-button.mbsc-active {
  opacity: 0.5;
}
.mbsc-ios.mbsc-button:disabled, .mbsc-ios.mbsc-button.mbsc-disabled {
  opacity: 0.2;
}
.mbsc-ios.mbsc-button-outline.mbsc-active {
  opacity: 1;
}
.mbsc-ios.mbsc-ltr.mbsc-button-icon-start {
  padding-right: 0.375em;
}
.mbsc-ios.mbsc-ltr.mbsc-button-icon-end {
  padding-left: 0.375em;
}
.mbsc-ios.mbsc-rtl.mbsc-button-icon-start {
  padding-left: 0.375em;
}
.mbsc-ios.mbsc-rtl.mbsc-button-icon-end {
  padding-right: 0.375em;
}
.mbsc-ios .mbsc-button-group,
.mbsc-ios .mbsc-button-group-justified,
.mbsc-ios .mbsc-button-group-block {
  margin: 0.5em 0.75em;
}
.mbsc-ios .mbsc-button-group-block {
  margin: 0.5em 1em;
}

.mbsc-ios {
  /* Flat buttons */
  /* Outline buttons */
  /* Predefined colors */
}
.mbsc-ios.mbsc-button-standard {
  background: white;
  color: #007aff;
}
.mbsc-ios.mbsc-button-flat {
  color: #007aff;
}
.mbsc-ios.mbsc-button-outline {
  border: 1px solid #1273de;
  color: #1273de;
}
.mbsc-ios.mbsc-button-outline.mbsc-active {
  background: #1273de;
  color: #f7f7f7;
}
.mbsc-ios.mbsc-button.mbsc-focus {
  background: rgba(0, 0, 0, 0.05);
}
.mbsc-ios.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  color: #fff;
}
.mbsc-ios.mbsc-button-secondary.mbsc-button-standard {
  background: #90979E;
  color: #fff;
}
.mbsc-ios.mbsc-button-success.mbsc-button-standard {
  background: #43BE5F;
  color: #fff;
}
.mbsc-ios.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  color: #fff;
}
.mbsc-ios.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  color: #fff;
}
.mbsc-ios.mbsc-button-info.mbsc-button-standard {
  background: #5BB7C5;
  color: #fff;
}
.mbsc-ios.mbsc-button-dark.mbsc-button-standard {
  background: #47494A;
  color: #fff;
}
.mbsc-ios.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  color: #000;
}
.mbsc-ios.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}
.mbsc-ios.mbsc-button-secondary.mbsc-button-flat {
  color: #90979E;
}
.mbsc-ios.mbsc-button-success.mbsc-button-flat {
  color: #43BE5F;
}
.mbsc-ios.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}
.mbsc-ios.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}
.mbsc-ios.mbsc-button-info.mbsc-button-flat {
  color: #5BB7C5;
}
.mbsc-ios.mbsc-button-dark.mbsc-button-flat {
  color: #47494A;
}
.mbsc-ios.mbsc-button-light.mbsc-button-flat {
  color: #cccccc;
}
.mbsc-ios.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-ios.mbsc-button-primary.mbsc-button-outline.mbsc-active {
  background: #3f97f6;
  color: #fff;
}
.mbsc-ios.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979E;
  color: #90979E;
}
.mbsc-ios.mbsc-button-secondary.mbsc-button-outline.mbsc-active {
  background: #90979E;
  color: #fff;
}
.mbsc-ios.mbsc-button-success.mbsc-button-outline {
  border-color: #43BE5F;
  color: #43BE5F;
}
.mbsc-ios.mbsc-button-success.mbsc-button-outline.mbsc-active {
  background: #43BE5F;
  color: #fff;
}
.mbsc-ios.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-ios.mbsc-button-danger.mbsc-button-outline.mbsc-active {
  background: #f5504e;
  color: #fff;
}
.mbsc-ios.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-ios.mbsc-button-warning.mbsc-button-outline.mbsc-active {
  background: #f8b042;
  color: #fff;
}
.mbsc-ios.mbsc-button-info.mbsc-button-outline {
  border-color: #5BB7C5;
  color: #5BB7C5;
}
.mbsc-ios.mbsc-button-info.mbsc-button-outline.mbsc-active {
  background: #5BB7C5;
  color: #fff;
}
.mbsc-ios.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494A;
  color: #47494A;
}
.mbsc-ios.mbsc-button-dark.mbsc-button-outline.mbsc-active {
  background: #47494A;
  color: #fff;
}
.mbsc-ios.mbsc-button-light.mbsc-button-outline {
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.mbsc-ios.mbsc-button-light.mbsc-button-outline.mbsc-active {
  background: #bfbfbf;
  color: #fff;
}

.mbsc-ios-dark {
  /* Flat buttons */
  /* Outline buttons */
  /* Predefined colors */
}
.mbsc-ios-dark.mbsc-button-standard {
  background: #3b3b3b;
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-button-flat {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-button-outline {
  border: 1px solid #ffa519;
  color: #ffa519;
}
.mbsc-ios-dark.mbsc-button-outline.mbsc-active {
  background: #ffa519;
  color: #000000;
}
.mbsc-ios-dark.mbsc-button.mbsc-focus {
  background: rgba(255, 255, 255, 0.05);
}
.mbsc-ios-dark.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-standard {
  background: #90979E;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-success.mbsc-button-standard {
  background: #43BE5F;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-info.mbsc-button-standard {
  background: #5BB7C5;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-dark.mbsc-button-standard {
  background: #47494A;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  color: #000;
}
.mbsc-ios-dark.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}
.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-flat {
  color: #90979E;
}
.mbsc-ios-dark.mbsc-button-success.mbsc-button-flat {
  color: #43BE5F;
}
.mbsc-ios-dark.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}
.mbsc-ios-dark.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}
.mbsc-ios-dark.mbsc-button-info.mbsc-button-flat {
  color: #5BB7C5;
}
.mbsc-ios-dark.mbsc-button-dark.mbsc-button-flat {
  color: #47494A;
}
.mbsc-ios-dark.mbsc-button-light.mbsc-button-flat {
  color: #cccccc;
}
.mbsc-ios-dark.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-ios-dark.mbsc-button-primary.mbsc-button-outline.mbsc-active {
  background: #3f97f6;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979E;
  color: #90979E;
}
.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-active {
  background: #90979E;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-success.mbsc-button-outline {
  border-color: #43BE5F;
  color: #43BE5F;
}
.mbsc-ios-dark.mbsc-button-success.mbsc-button-outline.mbsc-active {
  background: #43BE5F;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-ios-dark.mbsc-button-danger.mbsc-button-outline.mbsc-active {
  background: #f5504e;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-ios-dark.mbsc-button-warning.mbsc-button-outline.mbsc-active {
  background: #f8b042;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-info.mbsc-button-outline {
  border-color: #5BB7C5;
  color: #5BB7C5;
}
.mbsc-ios-dark.mbsc-button-info.mbsc-button-outline.mbsc-active {
  background: #5BB7C5;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494A;
  color: #47494A;
}
.mbsc-ios-dark.mbsc-button-dark.mbsc-button-outline.mbsc-active {
  background: #47494A;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-light.mbsc-button-outline {
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.mbsc-ios-dark.mbsc-button-light.mbsc-button-outline.mbsc-active {
  background: #bfbfbf;
  color: #fff;
}

/* Base colors */
/* Form colors */
/* Calendar colors (will be used by eventcalendar, calendar, range) */
/* Base colors */
/* Form colors */
/* Calendar colors (will be used by eventcalendar, calendar, range) */
.mbsc-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 1em;
  box-sizing: border-box;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  cursor: pointer;
}

.mbsc-button:disabled,
.mbsc-button.mbsc-disabled {
  cursor: not-allowed;
}

.mbsc-button:focus {
  outline: 0;
}

.mbsc-button::-moz-focus-inner {
  border: 0;
}

.mbsc-icon-button {
  width: 2.5em;
  height: 2.5em;
  padding: 0.5em;
  flex: 0 0 auto;
}

.mbsc-button-icon > *,
.mbsc-button-icon > * > * {
  height: 100%;
}

.mbsc-button-icon-end {
  order: 1;
}

.mbsc-button-group,
.mbsc-button-group-block,
.mbsc-button-group-justified {
  border: 1px solid transparent;
}

.mbsc-button-group-block .mbsc-button,
.mbsc-button-block {
  display: block;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mbsc-button-group-justified,
.mbsc-button-group-justified mbsc-button {
  display: flex;
  flex-wrap: wrap;
}

.mbsc-button-group-justified .mbsc-button,
.mbsc-button-group-justified mbsc-button {
  flex: 1 auto;
}

.mbsc-ios {
  /* Button styling for centered popup and desktop styled top/bottom popup */
  /* Desktop styling */
}
.mbsc-ios.mbsc-popup-wrapper-bottom-full {
  padding-top: 1em;
}
.mbsc-ios.mbsc-popup-wrapper-top-full {
  padding-bottom: 1em;
}
.mbsc-ios.mbsc-popup-top {
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-popup-bottom {
  border-top: 1px solid;
}
.mbsc-ios.mbsc-popup-body-center {
  border-radius: 0.9375em;
}
.mbsc-ios.mbsc-popup-body-bottom-full {
  border-radius: 0.75em 0.75em 0 0;
}
.mbsc-ios.mbsc-popup-body-top-full {
  border-radius: 0 0 0.75em 0.75em;
}
.mbsc-ios.mbsc-popup-body-anchored {
  border-radius: 0.9375em;
}
.mbsc-ios.mbsc-popup-arrow {
  border-radius: 0 0.375em;
}
.mbsc-ios.mbsc-popup-header {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1.25em;
  padding: 0.75em 4.375em;
  font-weight: bold;
  text-align: center;
}
.mbsc-ios.mbsc-popup-header-no-buttons {
  position: relative;
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-popup-header-center {
  position: relative;
  padding: 0.75em 0.5em;
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-popup-top-full .mbsc-popup-header, .mbsc-ios.mbsc-popup-bottom-full .mbsc-popup-header {
  padding: 1.125em 4.375em;
}
.mbsc-ios.mbsc-popup-buttons {
  order: -1;
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-popup-buttons.mbsc-ltr {
  text-align: right;
}
.mbsc-ios.mbsc-popup-buttons.mbsc-rtl {
  text-align: left;
}
.mbsc-ios.mbsc-popup-button.mbsc-font {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  z-index: 2;
}
.mbsc-ios.mbsc-popup-button-primary {
  font-weight: bold;
}
.mbsc-ios.mbsc-popup-button-close.mbsc-ltr {
  float: left;
}
.mbsc-ios.mbsc-popup-button-close.mbsc-rtl {
  float: right;
}
.mbsc-ios.mbsc-popup-buttons-anchored, .mbsc-ios.mbsc-popup-buttons-top, .mbsc-ios.mbsc-popup-buttons-bottom {
  padding: 0 0.25em;
}
.mbsc-ios.mbsc-popup-buttons-top-full, .mbsc-ios.mbsc-popup-buttons-bottom-full {
  padding: 0.375em 0.25em;
}
.mbsc-ios.mbsc-popup-buttons-flex {
  order: 0;
  border: 0;
  padding: 0;
  display: flex;
}
.mbsc-ios.mbsc-popup-buttons-flex.mbsc-popup-buttons {
  background: none;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font {
  flex: 1 1 100%;
  display: block;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-button {
  opacity: 1;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-button-flat {
  background: none;
  border-top: 1px solid;
  border-radius: 0;
  margin: 0;
  line-height: 2.75em;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-ltr {
  border-right-style: solid;
  border-right-width: 1px;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-rtl {
  border-left-style: solid;
  border-left-width: 1px;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat:last-child {
  border-left: 0;
  border-right: 0;
}
.mbsc-ios.mbsc-popup-body-round {
  border-radius: 0.9375em;
}
.mbsc-ios.mbsc-popup-pointer .mbsc-popup-body-round {
  border-radius: 0.5em;
}
.mbsc-ios.mbsc-popup-round .mbsc-popup {
  border: 0;
}
.mbsc-ios.mbsc-popup-round .mbsc-popup-body-bottom-full {
  border-radius: 0.75em 0.75em 0 0;
}
.mbsc-ios.mbsc-popup-round .mbsc-popup-body-top-full {
  border-radius: 0 0 0.75em 0.75em;
}

.mbsc-ios.mbsc-popup-arrow {
  background: #f2f2f7;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.mbsc-ios.mbsc-popup-top, .mbsc-ios.mbsc-popup-bottom {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-popup-body {
  background: #f2f2f7;
  color: #000000;
}
.mbsc-ios.mbsc-popup-body-round, .mbsc-ios.mbsc-popup-body-center, .mbsc-ios.mbsc-popup-body-anchored {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mbsc-ios.mbsc-popup-header-center {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-popup-buttons, .mbsc-ios.mbsc-popup-header-no-buttons {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-popup-buttons-bottom, .mbsc-ios.mbsc-popup-buttons-top {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-font {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-hover, .mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-focus {
  background: #eaeaea;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-active {
  background: #cccccc;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button.mbsc-disabled {
  color: rgba(0, 122, 255, 0.2);
}

.mbsc-ios-dark.mbsc-popup-arrow {
  background: #1c1c1c;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.mbsc-ios-dark.mbsc-popup-top, .mbsc-ios-dark.mbsc-popup-bottom {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-popup-body {
  background: #1c1c1c;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-popup-body-round, .mbsc-ios-dark.mbsc-popup-body-center, .mbsc-ios-dark.mbsc-popup-body-anchored {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mbsc-ios-dark.mbsc-popup-header-center {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-popup-buttons, .mbsc-ios-dark.mbsc-popup-header-no-buttons {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-popup-buttons-bottom, .mbsc-ios-dark.mbsc-popup-buttons-top {
  background: #292929;
}
.mbsc-ios-dark.mbsc-popup-buttons-anchored {
  background: #292929;
}
.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-button-flat.mbsc-font {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-hover, .mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-focus {
  background: #242424;
}
.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-active {
  background: #333333;
}
.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-button.mbsc-disabled {
  color: rgba(255, 159, 10, 0.2);
}

@keyframes mbsc-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mbsc-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mbsc-pop-in {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mbsc-pop-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes mbsc-slide-up-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mbsc-slide-up-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes mbsc-slide-down-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mbsc-slide-down-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.mbsc-popup-open-ios {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
}

.mbsc-popup-ctx {
  position: relative;
  --mbsc-safe-top: 0;
  --mbsc-safe-right: 0;
  --mbsc-safe-bottom: 0;
  --mbsc-safe-left: 0;
}

.mbsc-popup-limits {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.mbsc-popup-limits-anchored,
.mbsc-popup-limits-center {
  margin: 1em;
}

.mbsc-popup-wrapper {
  z-index: 99998;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mbsc-popup,
.mbsc-popup-wrapper {
  box-sizing: border-box;
}

.mbsc-popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  border: 0 solid transparent;
}

.mbsc-popup-wrapper-ctx {
  position: absolute;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mbsc-popup-wrapper-center {
  padding: 1em;
  align-items: center;
  border-width: var(--mbsc-safe-top) var(--mbsc-safe-right) var(--mbsc-safe-bottom) var(--mbsc-safe-left);
}

.mbsc-popup-wrapper-top {
  align-items: flex-start;
  border-bottom: var(--mbsc-safe-bottom) solid transparent;
}

.mbsc-popup-wrapper-bottom {
  align-items: flex-end;
  border-top-width: var(--mbsc-safe-top);
}

.mbsc-popup-wrapper-anchored {
  border-width: 0 var(--mbsc-safe-right) var(--mbsc-safe-bottom) var(--mbsc-safe-left);
}

.mbsc-popup-hidden {
  opacity: 0;
}

.mbsc-popup-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -10em;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  transform: translateZ(0);
}

.mbsc-popup-overlay-in {
  opacity: 1;
  animation: mbsc-fade-in 150ms cubic-bezier(0, 0, 0.2, 1);
}

.mbsc-popup-overlay-out {
  opacity: 0;
  animation: mbsc-fade-out 75ms cubic-bezier(0.4, 0, 1, 1);
}

.mbsc-popup {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  min-width: 12em;
  position: relative;
  z-index: 2;
  pointer-events: auto;
  text-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mbsc-popup-center {
  min-width: 16em;
}

.mbsc-popup-bottom {
  width: 100%;
  bottom: 0;
}

.mbsc-popup-top {
  width: 100%;
  top: 0;
}

.mbsc-popup-anchored {
  position: absolute;
}

.mbsc-popup-anchored-left {
  margin-left: -1em;
}

.mbsc-popup-anchored-right {
  margin-left: 1em;
}

.mbsc-popup-arrow-wrapper {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.mbsc-popup-arrow-wrapper-top,
.mbsc-popup-arrow-wrapper-bottom {
  left: 0;
  right: 0;
  height: 2em;
}

.mbsc-popup-arrow-wrapper-left,
.mbsc-popup-arrow-wrapper-right {
  top: 0;
  bottom: 0;
  width: 2em;
}

.mbsc-popup-arrow-wrapper-top {
  top: 100%;
}

.mbsc-popup-arrow-wrapper-bottom {
  bottom: 100%;
}

.mbsc-popup-arrow-wrapper-left {
  left: 100%;
}

.mbsc-popup-arrow-wrapper-right {
  right: 100%;
}

.mbsc-popup-arrow {
  position: absolute;
  box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;
  pointer-events: auto;
}

.mbsc-popup-arrow-top {
  bottom: 1.25em;
}

.mbsc-popup-arrow-bottom {
  top: 1.25em;
}

.mbsc-popup-arrow-top,
.mbsc-popup-arrow-bottom {
  left: 50%;
  margin-left: -0.75em;
  transform: rotate(-45deg);
}

.mbsc-popup-arrow-left {
  right: 1.25em;
}

.mbsc-popup-arrow-right {
  left: 1.25em;
}

.mbsc-popup-arrow-left,
.mbsc-popup-arrow-right {
  top: 50%;
  margin-top: -0.75em;
  transform: rotate(45deg);
}

.mbsc-popup-focus {
  outline: 0;
}

.mbsc-popup-body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateZ(0);
  flex: 1 1 auto;
}

.mbsc-popup-body-top {
  padding-top: var(--mbsc-safe-top);
}

.mbsc-popup-body-bottom {
  padding-bottom: var(--mbsc-safe-bottom);
}

.mbsc-popup-body-top,
.mbsc-popup-body-bottom {
  padding-left: var(--mbsc-safe-left);
  padding-right: var(--mbsc-safe-right);
}

.mbsc-popup-body-round {
  padding: 0;
}

.mbsc-popup-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: none;
}

.mbsc-popup-content {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.mbsc-popup-padding {
  padding: 1em;
}

.mbsc-popup-buttons {
  flex: none;
}

/* Animations */
.mbsc-popup-pop-in {
  opacity: 1;
  animation: mbsc-pop-in 150ms cubic-bezier(0, 0, 0.2, 1);
}

.mbsc-popup-pop-out {
  opacity: 0;
  animation: mbsc-pop-out 75ms cubic-bezier(0.4, 0, 1, 1);
}

.mbsc-popup-slide-up-in {
  animation: mbsc-slide-up-in 250ms cubic-bezier(0, 0, 0.2, 1);
}

.mbsc-popup-slide-up-out {
  animation: mbsc-slide-up-out 200ms cubic-bezier(0.4, 0, 1, 1);
}

.mbsc-popup-slide-down-in {
  animation: mbsc-slide-down-in 250ms cubic-bezier(0, 0, 0.2, 1);
}

.mbsc-popup-slide-down-out {
  animation: mbsc-slide-down-out 200ms cubic-bezier(0.4, 0, 1, 1);
}

/* Desktop styling */
.mbsc-popup-pointer.mbsc-picker .mbsc-popup-overlay,
.mbsc-popup-pointer .mbsc-popup-overlay-anchored {
  background: none;
}

.mbsc-popup-round .mbsc-popup-slide-up-in {
  animation-name: mbsc-slide-up-in, mbsc-fade-in;
}
.mbsc-popup-round .mbsc-popup-slide-up-out {
  animation-name: mbsc-slide-up-out, mbsc-fade-out;
}
.mbsc-popup-round .mbsc-popup-slide-down-in {
  animation-name: mbsc-slide-down-in, mbsc-fade-in;
}
.mbsc-popup-round .mbsc-popup-slide-down-out {
  animation-name: mbsc-slide-down-out, mbsc-fade-out;
}
.mbsc-popup-round .mbsc-popup-top,
.mbsc-popup-round .mbsc-popup-bottom {
  width: auto;
  margin-top: 3em;
  margin-bottom: 3em;
}

.mbsc-ios {
  /* Range Highlight */
  /* Marks */
  /* Colors */
  /* Labels */
  /* Desktop styling */
  /* Multi month grid view */
}
.mbsc-ios.mbsc-calendar-controls {
  /* IE11 needs px size here to avoid subpixel values */
  padding: 2px;
  /* padding: .125em; */
}
.mbsc-ios.mbsc-calendar-cell {
  border-top-style: solid;
  border-top-width: 1px;
}
.mbsc-ios.mbsc-calendar-cell-text {
  height: 2em;
  padding: 0 0.5em;
  line-height: 2em;
  border-radius: 2em;
}
.mbsc-ios.mbsc-calendar-week-day {
  height: 1.7em;
  line-height: 1.7em;
  font-size: 0.625em;
}
.mbsc-ios.mbsc-calendar-week-nr {
  width: 2.363636em;
  height: auto;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 3em;
}
.mbsc-ios.mbsc-calendar-day-text {
  width: 1.625em;
  height: 1.625em;
  margin: 0.1875em;
  padding: 0;
  line-height: 1.625em;
  border: 2px solid transparent;
  border-radius: 2em;
}
.mbsc-ios.mbsc-range-day .mbsc-calendar-cell-inner {
  z-index: 1;
}
.mbsc-ios.mbsc-range-day::after, .mbsc-ios.mbsc-range-hover::before {
  content: "";
  height: 1.875em;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0.25em;
  z-index: 0;
  box-sizing: border-box;
}
.mbsc-ios.mbsc-range-hover::before {
  border-top: 2px dashed;
  border-bottom: 2px dashed;
}
.mbsc-ios.mbsc-range-day-start.mbsc-ltr::after, .mbsc-ios.mbsc-range-day-end.mbsc-rtl::after, .mbsc-ios.mbsc-range-hover-start.mbsc-ltr::before, .mbsc-ios.mbsc-range-hover-end.mbsc-rtl::before {
  left: 50%;
  margin-left: -0.9375em;
  border-radius: 2em 0 0 2em;
}
.mbsc-ios.mbsc-range-day-end.mbsc-ltr::after, .mbsc-ios.mbsc-range-day-start.mbsc-rtl::after, .mbsc-ios.mbsc-range-hover-end.mbsc-ltr::before, .mbsc-ios.mbsc-range-hover-start.mbsc-rtl::before {
  right: 50%;
  margin-right: -0.9375em;
  border-radius: 0 2em 2em 0;
}
.mbsc-ios.mbsc-range-day-start.mbsc-range-day-end::after, .mbsc-ios.mbsc-range-hover-start.mbsc-range-hover-end::before {
  display: none;
}
.mbsc-ios.mbsc-calendar-day-marked {
  padding-bottom: 0.4375em;
}
.mbsc-ios.mbsc-calendar-marks {
  margin-top: -0.0625em;
}
.mbsc-ios.mbsc-calendar-mark {
  width: 0.375em;
  height: 0.375em;
  border-radius: 0.375em;
  margin: 0 0.0625em;
}
.mbsc-ios.mbsc-calendar-day-colors .mbsc-calendar-day-text {
  background-clip: padding-box;
}
.mbsc-ios.mbsc-calendar-day-colors.mbsc-hover .mbsc-calendar-cell-text {
  background-clip: border-box;
}
.mbsc-ios.mbsc-calendar-text:before {
  border-radius: 0.4em;
}
.mbsc-ios.mbsc-calendar-label {
  font-weight: 600;
}
.mbsc-ios.mbsc-calendar-label-background {
  margin: 0 -0.1em;
  background: currentColor;
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
}
.mbsc-ios.mbsc-calendar-label-start.mbsc-ltr .mbsc-calendar-label-background, .mbsc-ios.mbsc-calendar-label-end.mbsc-rtl .mbsc-calendar-label-background {
  margin-left: 0;
  border-top-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
}
.mbsc-ios.mbsc-calendar-label-end.mbsc-ltr .mbsc-calendar-label-background, .mbsc-ios.mbsc-calendar-label-start.mbsc-rtl .mbsc-calendar-label-background {
  margin-right: 0;
  border-top-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
}
.mbsc-ios.mbsc-calendar-label-hover .mbsc-calendar-label-background {
  opacity: 0.6;
}
.mbsc-ios.mbsc-calendar-label.mbsc-calendar-label-hover:before {
  background: none;
}
.mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-background, .mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-background {
  opacity: 0.9;
}
.mbsc-ios.mbsc-calendar-height-md .mbsc-calendar-day:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: 1;
  margin-right: -1px;
  border-left-width: 1px;
  border-left-style: solid;
  content: "";
}
.mbsc-ios.mbsc-calendar-height-md .mbsc-calendar-week-nr {
  font-size: 0.75em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-title {
  font-size: 1.5em;
  line-height: 1.666667em;
  padding: 0 0.166667em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-year {
  font-weight: 200;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-week-day {
  height: 2.5em;
  padding: 0 0.5em;
  line-height: 2.5em;
  font-size: 1em;
  border-left: 1px solid transparent;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-week-nr {
  font-size: 0.75em;
  padding: 0;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-inner {
  min-height: 2.5em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner {
  min-height: 4.75em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-marks {
  padding: 0 0.75em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-text {
  width: 1.375em;
  height: 1.375em;
  line-height: 1.375em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-text {
  height: 1.8em;
  line-height: 1.8em;
  margin: 0 0.5em 0.2em 0.6em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label {
  padding: 0 0.4em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label-text {
  font-size: 1.2em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label-background {
  margin: 0 -0.4em;
}
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr {
  text-align: right;
}
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-rtl,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-rtl,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-rtl {
  text-align: left;
}
.mbsc-ios.mbsc-calendar-grid-view .mbsc-calendar-title {
  font-size: 1.5em;
  line-height: 1.666667em;
  padding: 0 0.166667em;
}
.mbsc-ios.mbsc-calendar-grid {
  border-top: 1px solid;
}
.mbsc-ios.mbsc-calendar-grid .mbsc-calendar-grid-item .mbsc-calendar-week-days {
  background: none;
}
.mbsc-ios.mbsc-calendar-grid .mbsc-calendar-cell {
  border: 0;
}

.mbsc-ios {
  /* range highlight and selection */
  /* Picker */
  /* Multi month grid view */
}
.mbsc-ios.mbsc-calendar {
  background: white;
  color: #000000;
}
.mbsc-ios.mbsc-calendar-wrapper {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-calendar-header {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-calendar-button.mbsc-button {
  color: #007aff;
}
.mbsc-ios.mbsc-calendar-cell {
  background: white;
  border-color: #cccccc;
  color: #000000;
}
.mbsc-ios.mbsc-calendar-day:after {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-calendar-week-nr, .mbsc-ios.mbsc-calendar-today {
  color: #007aff;
}
.mbsc-ios.mbsc-hover .mbsc-calendar-cell-text {
  background-color: rgba(0, 122, 255, 0.3);
}
.mbsc-ios.mbsc-range-day::after {
  background-color: #cbe2fb;
}
.mbsc-ios.mbsc-range-day .mbsc-calendar-cell-text {
  color: #000;
}
.mbsc-ios.mbsc-range-hover::before {
  border-color: #dedede;
}
.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
  border-color: #007aff;
  background: #007aff;
  color: #fff;
}
.mbsc-ios.mbsc-focus .mbsc-calendar-cell-text {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.mbsc-ios.mbsc-focus .mbsc-calendar-day-text {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.5);
}
.mbsc-ios.mbsc-calendar-mark {
  background: #cccccc;
}
.mbsc-ios.mbsc-calendar-label {
  color: #5AC8FA;
}
.mbsc-ios.mbsc-calendar-label-text {
  color: #000;
}
.mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-inner, .mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-inner {
  color: #fff;
}
.mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-text, .mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-text {
  color: inherit;
}
.mbsc-ios.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #000000;
}
.mbsc-ios.mbsc-calendar-popup .mbsc-popup-arrow,
.mbsc-ios.mbsc-calendar-popup .mbsc-popup-body {
  background: white;
}
.mbsc-ios.mbsc-calendar-popup .mbsc-calendar-cell {
  background: white;
}
.mbsc-ios.mbsc-calendar-grid {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-calendar-month-title {
  color: #007aff;
}

.mbsc-ios-dark {
  /* range highlight and selection */
  /* Picker */
  /* Multi month grid view */
}
.mbsc-ios-dark.mbsc-calendar {
  background: #000000;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-calendar-wrapper {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-calendar-header {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-calendar-button.mbsc-button {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-calendar-cell {
  background: #000000;
  border-color: #333333;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-calendar-day:after {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-calendar-week-nr, .mbsc-ios-dark.mbsc-calendar-today {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-hover .mbsc-calendar-cell-text {
  background-color: rgba(255, 159, 10, 0.3);
}
.mbsc-ios-dark.mbsc-range-day::after {
  background-color: #3d2705;
}
.mbsc-ios-dark.mbsc-range-day .mbsc-calendar-cell-text {
  color: #fff;
}
.mbsc-ios-dark.mbsc-range-hover::before {
  border-color: #2b2b2b;
}
.mbsc-ios-dark.mbsc-selected .mbsc-calendar-cell-text {
  border-color: #ff9f0a;
  background: #ff9f0a;
  color: #fff;
}
.mbsc-ios-dark.mbsc-focus .mbsc-calendar-cell-text {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.mbsc-ios-dark.mbsc-focus .mbsc-calendar-day-text {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.5);
}
.mbsc-ios-dark.mbsc-calendar-mark {
  background: #333333;
}
.mbsc-ios-dark.mbsc-calendar-label {
  color: #5AC8FA;
}
.mbsc-ios-dark.mbsc-calendar-label-text {
  color: #fff;
}
.mbsc-ios-dark.mbsc-calendar-label-active .mbsc-calendar-label-inner, .mbsc-ios-dark.mbsc-calendar-label-dragging .mbsc-calendar-label-inner {
  color: #fff;
}
.mbsc-ios-dark.mbsc-calendar-label-active .mbsc-calendar-label-text, .mbsc-ios-dark.mbsc-calendar-label-dragging .mbsc-calendar-label-text {
  color: inherit;
}
.mbsc-ios-dark.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-calendar-popup .mbsc-popup-arrow,
.mbsc-ios-dark.mbsc-calendar-popup .mbsc-popup-body {
  background: #292929;
}
.mbsc-ios-dark.mbsc-calendar-popup .mbsc-calendar-cell {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-calendar-grid {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-calendar-month-title {
  color: #ff9f0a;
}

@keyframes mbsc-zoom-in-up {
  from {
    opacity: 0;
    transform: scale(2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mbsc-zoom-in-down {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mbsc-zoom-out-up {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes mbsc-zoom-out-down {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
.mbsc-calendar {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: column;
  touch-action: manipulation;
  position: relative;
}

.mbsc-calendar-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Header */
.mbsc-calendar-header {
  position: relative;
  z-index: 1;
  will-change: opacity;
}
.mbsc-calendar-header .mbsc-calendar-week-days {
  margin-left: -1px;
}

.mbsc-calendar,
.mbsc-calendar-title-wrapper,
.mbsc-calendar-controls {
  display: flex;
}

.mbsc-calendar-controls {
  align-items: center;
  box-sizing: content-box;
  min-height: 2.5em;
}

.mbsc-calendar-button.mbsc-button.mbsc-reset {
  margin: 0;
}

.mbsc-calendar-button-prev-multi {
  order: -1;
}

.mbsc-calendar-button-next-multi {
  order: 1;
}

.mbsc-calendar-body {
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.mbsc-calendar-body-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-left: -1px;
}

.mbsc-calendar-wrapper-fixed {
  display: block;
  height: auto;
  overflow: visible;
  flex: 0 0 auto;
}
.mbsc-calendar-wrapper-fixed .mbsc-calendar-header {
  display: block;
}
.mbsc-calendar-wrapper-fixed .mbsc-calendar-body {
  display: block;
  height: auto;
}

.mbsc-calendar-hidden {
  visibility: hidden;
}

.mbsc-calendar-title-wrapper {
  flex: 1;
  align-items: center;
  overflow: hidden;
}

.mbsc-calendar-title-wrapper-multi .mbsc-calendar-button {
  flex: 1;
}

.mbsc-calendar-title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125em;
  padding: 0 0.25em;
  display: inline-block;
  vertical-align: middle;
}

/* Scrollview */
.mbsc-calendar-scroll-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.mbsc-calendar-picker-wrapper {
  position: relative;
  width: 15em;
  height: 15em;
  overflow: hidden;
}

.mbsc-calendar-picker {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.mbsc-calendar-picker-main {
  position: relative;
  z-index: 0;
}

.mbsc-calendar-picker-in-up {
  opacity: 0;
  animation: mbsc-zoom-in-up 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
}

.mbsc-calendar-picker-in-down {
  opacity: 0;
  animation: mbsc-zoom-in-down 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
}

.mbsc-calendar-picker-out-up {
  opacity: 0;
  animation: mbsc-zoom-out-up 200ms cubic-bezier(0.4, 0, 1, 1) forwards;
}

.mbsc-calendar-picker-out-down {
  opacity: 0;
  animation: mbsc-zoom-out-down 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
}

.mbsc-calendar-scroll-wrapper > div {
  height: 100%;
}

.mbsc-calendar-scroll-wrapper > div > div {
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.mbsc-calendar-slide {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.mbsc-calendar-slide.mbsc-ltr {
  left: 0;
}

.mbsc-calendar-slide.mbsc-rtl {
  right: 0;
}

.mbsc-calendar-slide:first-child {
  position: relative;
}

.mbsc-calendar-table {
  height: 100%;
  transform: translateZ(0);
}

.mbsc-calendar-cell {
  position: relative;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.mbsc-calendar-cell:focus {
  outline: 0;
}

.mbsc-calendar-cell-inner {
  display: inline-block;
  padding: 0 0.25em;
  vertical-align: middle;
}

.mbsc-calendar-cell.mbsc-disabled {
  cursor: not-allowed;
}

.mbsc-calendar-week-day {
  height: 2em;
  font-size: 0.6875em;
  line-height: 2em;
  text-align: center;
  border-bottom: 1px solid transparent;
}

.mbsc-calendar-year,
.mbsc-calendar-month {
  vertical-align: middle;
}

.mbsc-calendar-year-text,
.mbsc-calendar-month-text {
  margin: 0.875em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 4.5em;
  box-sizing: border-box;
}

.mbsc-calendar-day {
  /* if only width is used, layout is broken with week numbers displayed */
  max-width: 14.285715%;
  text-align: center;
  vertical-align: top;
}

.mbsc-calendar-day-empty {
  cursor: default;
}

.mbsc-calendar-day-text {
  display: inline-block;
  text-align: center;
  box-sizing: content-box;
}

.mbsc-calendar-day-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.mbsc-calendar-day-hidden {
  visibility: hidden;
}

.mbsc-calendar-month-name {
  display: none;
}

.mbsc-calendar-width-md .mbsc-calendar-month-name {
  display: inline-block;
  font-weight: bold;
}

.mbsc-calendar-day-outer .mbsc-calendar-day-text,
.mbsc-calendar-day-outer .mbsc-calendar-month-name {
  opacity: 0.5;
}

.mbsc-calendar-day-outer.mbsc-selected .mbsc-calendar-day-text,
.mbsc-calendar-day-outer.mbsc-selected .mbsc-calendar-month-name {
  opacity: 1;
}

.mbsc-disabled .mbsc-calendar-cell-text,
.mbsc-disabled .mbsc-calendar-month-name {
  opacity: 0.2;
}

/* Day highlight */
.mbsc-calendar-day-highlight:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

/* Marks */
.mbsc-calendar-day-marked {
  padding-bottom: 0.25em;
}

.mbsc-calendar-marks {
  position: absolute;
  left: 0;
  right: 0;
  height: 0.375em;
  margin-top: -0.125em;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.mbsc-calendar-mark {
  display: inline-block;
  vertical-align: top;
  width: 0.25em;
  height: 0.25em;
  margin: 0.0625em;
  border-radius: 0.25em;
}

/* Labels */
.mbsc-calendar-labels {
  position: absolute;
  left: -1px;
  right: -1px;
}

.mbsc-calendar-label-wrapper {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.mbsc-calendar-label {
  padding: 0 0.3em;
}

.mbsc-calendar-text:focus {
  outline: 0;
}

.mbsc-calendar-label-text {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}

.mbsc-calendar-text:before,
.mbsc-calendar-label-background {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.2s;
}

.mbsc-calendar-label.mbsc-calendar-label-hover:before {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.mbsc-calendar-text-more {
  padding: 0 0.3em;
}

.mbsc-calendar-text-more.mbsc-calendar-label-active:before,
.mbsc-calendar-text-more.mbsc-calendar-label-hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.mbsc-calendar-text {
  display: block;
  position: relative;
  height: 1.6em;
  line-height: 1.6em;
  font-size: 0.625em;
  white-space: nowrap;
  margin: 0 0.1em 0.2em 0.2em;
}

.mbsc-calendar-text-placeholder {
  z-index: -1;
}

.mbsc-calendar-text.mbsc-ltr {
  text-align: left;
}

.mbsc-calendar-text.mbsc-rtl {
  text-align: right;
}

/* Label drag & drop */
.mbsc-calendar-label-resize {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.5em;
  z-index: 2;
  cursor: ew-resize;
}

.mbsc-calendar-label-resize:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  width: 0.8em;
  height: 0.8em;
  margin-top: -0.4em;
  background: #fff;
  border-radius: 0.8em;
  border: 1px solid currentColor;
  box-sizing: border-box;
}

.mbsc-calendar-label-resize-start.mbsc-ltr,
.mbsc-calendar-label-resize-end.mbsc-rtl {
  left: 0;
}

.mbsc-calendar-label-resize-start.mbsc-rtl,
.mbsc-calendar-label-resize-end.mbsc-ltr {
  right: 0;
}

.mbsc-calendar-label-resize-start.mbsc-ltr:after,
.mbsc-calendar-label-resize-end.mbsc-rtl:after {
  left: -0.4em;
}

.mbsc-calendar-label-resize-end.mbsc-ltr:after,
.mbsc-calendar-label-resize-start.mbsc-rtl:after {
  right: -0.4em;
}

.mbsc-calendar-label-resize-start-touch:before,
.mbsc-calendar-label-resize-end-touch:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1em;
  width: 2em;
  height: 2em;
}

.mbsc-calendar-label-resize-start-touch:before {
  left: -1em;
}

.mbsc-calendar-label-resize-end-touch:before {
  right: -1em;
}

.mbsc-calendar-label-hover .mbsc-calendar-label-resize:after,
.mbsc-calendar-label-dragging .mbsc-calendar-label-resize:after {
  display: block;
}

.mbsc-calendar-label-inactive {
  opacity: 0.4;
}

.mbsc-calendar-label-hidden {
  visibility: hidden;
}

.mbsc-calendar-labels-dragging {
  z-index: 3;
}

/* Multi month grid view */
.mbsc-calendar-grid {
  overflow: auto;
  padding: 0 2%;
}
.mbsc-calendar-grid .mbsc-calendar-table {
  margin: 0 5%;
  width: 90%;
}

.mbsc-calendar-grid-item {
  margin: 1em 0;
  padding-top: 2.5em;
}

.mbsc-calendar-month-title {
  padding-bottom: 0.8em;
  margin: 0 10%;
  margin-top: -2em;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2em;
}

/* Variable row */
.mbsc-calendar-body-inner-variable {
  overflow-y: auto;
}

.mbsc-ios.mbsc-list-item {
  margin-top: -1px;
  padding: 1em;
}
.mbsc-ios.mbsc-list-item:before, .mbsc-ios.mbsc-list-item:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
}
.mbsc-ios.mbsc-list-item.mbsc-rtl:before, .mbsc-ios.mbsc-list-item.mbsc-rtl:after {
  left: 0;
  right: 0;
}
.mbsc-ios.mbsc-list-item:before {
  top: 0;
  transition: none;
}
.mbsc-ios.mbsc-list-item:after {
  bottom: 0;
}
.mbsc-ios.mbsc-list-item:first-child:before, .mbsc-ios.mbsc-list-item:last-child:after {
  left: 0;
  right: 0;
}
.mbsc-ios.mbsc-list-item.mbsc-hover, .mbsc-ios.mbsc-list-item.mbsc-active {
  z-index: 3;
}
.mbsc-ios.mbsc-list-item.mbsc-focus {
  z-index: 5;
}
.mbsc-ios.mbsc-list-item.mbsc-focus:before, .mbsc-ios.mbsc-list-item.mbsc-focus:after, .mbsc-ios.mbsc-list-item.mbsc-hover:before, .mbsc-ios.mbsc-list-item.mbsc-hover:after, .mbsc-ios.mbsc-list-item.mbsc-active:before, .mbsc-ios.mbsc-list-item.mbsc-active:after {
  left: 0;
  right: 0;
}
.mbsc-ios.mbsc-list-header {
  z-index: 4;
  margin-top: -1px;
  padding: 2.333334em 1.333334em 0.5em 1.333334em;
  font-size: 0.75em;
  line-height: 1.5em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
.mbsc-ios.mbsc-list-header:first-child {
  border-top: 0;
  margin-top: 0;
}

.mbsc-ios.mbsc-list-item {
  background: white;
  border-color: #cccccc;
  color: #000000;
}
.mbsc-ios.mbsc-list-item:before, .mbsc-ios.mbsc-list-item:after {
  border-top: 1px solid #cccccc;
}
.mbsc-ios.mbsc-list-header {
  background: #efeff4;
  color: #6e6e72;
  border-color: #cccccc;
}
.mbsc-ios.mbsc-list-item.mbsc-focus:before, .mbsc-ios.mbsc-list-item.mbsc-hover:before {
  background: rgba(0, 0, 0, 0.05);
}
.mbsc-ios.mbsc-list-item.mbsc-active:before {
  background: rgba(0, 0, 0, 0.15);
}

.mbsc-ios-dark.mbsc-list-item {
  background: #000000;
  border-color: #333333;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-list-item:before, .mbsc-ios-dark.mbsc-list-item:after {
  border-top: 1px solid #333333;
}
.mbsc-ios-dark.mbsc-list-header {
  background: #1a1a1a;
  color: #8f8f8f;
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-list-item.mbsc-focus:before, .mbsc-ios-dark.mbsc-list-item.mbsc-hover:before {
  background: rgba(255, 255, 255, 0.05);
}
.mbsc-ios-dark.mbsc-list-item.mbsc-active:before {
  background: rgba(0, 0, 0, 0.15);
}

.mbsc-list {
  display: block;
}

.mbsc-list-header {
  display: flex;
}

.mbsc-list-item {
  position: relative;
  z-index: 2;
  list-style: none;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25em;
}

.mbsc-list-item-actionable {
  cursor: pointer;
}

.mbsc-list-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: background-color 0.2s ease-out;
}

.mbsc-list-item:focus {
  outline: 0;
}

.mbsc-list-item::-moz-focus-inner {
  border: 0;
}

.mbsc-schedule-grid-wrapper {
  overflow: hidden;
  position: relative;
}

.mbsc-timeline-resource-col,
.mbsc-schedule-time-col {
  flex: none;
  width: 4.25em;
  box-sizing: border-box;
}

/* Schedule grid */
.mbsc-timeline-grid-scroll,
.mbsc-schedule-grid-scroll {
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.mbsc-schedule-grid {
  flex: 1 0 auto;
}

/* Borders */
.mbsc-schedule-all-day-item::after,
.mbsc-timeline-day::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.mbsc-schedule-all-day-item.mbsc-ltr::after,
.mbsc-timeline-day.mbsc-ltr::after {
  left: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.mbsc-schedule-all-day-item.mbsc-rtl::after,
.mbsc-timeline-day.mbsc-rtl::after {
  right: 100%;
  border-left-style: solid;
  border-left-width: 1px;
}

.mbsc-timeline-slot-header.mbsc-rtl,
.mbsc-timeline-header-date.mbsc-rtl,
.mbsc-timeline-resource.mbsc-rtl,
.mbsc-timeline-resource-empty.mbsc-rtl,
.mbsc-timeline-header-column.mbsc-rtl,
.mbsc-timeline-column.mbsc-rtl,
.mbsc-schedule-column.mbsc-ltr {
  border-left-style: solid;
  border-left-width: 1px;
}

.mbsc-timeline-slot-header.mbsc-ltr,
.mbsc-timeline-header-date.mbsc-ltr,
.mbsc-timeline-resource.mbsc-ltr,
.mbsc-timeline-resource-empty.mbsc-ltr,
.mbsc-timeline-header-column.mbsc-ltr,
.mbsc-timeline-column.mbsc-ltr,
.mbsc-schedule-column.mbsc-rtl {
  border-right-style: solid;
  border-right-width: 1px;
}

/* Schedule event */
.mbsc-schedule-event:focus {
  outline: none;
}

.mbsc-schedule-event {
  position: absolute;
  padding: 1px 0;
  box-sizing: border-box;
  min-height: 0.75em;
  z-index: 1;
}

.mbsc-schedule-event.mbsc-ltr {
  left: 0;
}

.mbsc-schedule-event.mbsc-rtl {
  right: 0;
}

.mbsc-schedule-event-hover {
  cursor: pointer;
}

.mbsc-schedule-event-inner {
  position: relative;
  max-height: 100%;
  margin: 0 0.2em;
  line-height: 1.5em;
  font-size: 0.625em;
  padding: 0.5em;
  box-sizing: border-box;
  overflow: hidden;
}

.mbsc-schedule-event-small-height.mbsc-schedule-event-inner {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.2em;
  margin-top: -1px;
}

.mbsc-schedule-event-small-height.mbsc-schedule-event-inner .mbsc-schedule-event-title {
  font-size: 1em;
}

.mbsc-schedule-event-background {
  position: absolute;
  top: -0.5em;
  left: 1px;
  right: 1px;
  bottom: -0.5em;
  background: currentColor;
}

.mbsc-schedule-event-start .mbsc-schedule-event-background {
  top: 1px;
}

.mbsc-schedule-event-end .mbsc-schedule-event-background {
  bottom: 1px;
}

.mbsc-schedule-event-range {
  font-size: 0.8em;
}

.mbsc-schedule-event-all-day {
  position: relative;
  display: block;
  padding: 0;
  margin: 0.125em 0;
  min-height: 0;
  box-sizing: content-box;
  z-index: 2;
}

.mbsc-schedule-event-all-day-placeholder {
  z-index: -1;
}

.mbsc-schedule-event-all-day-inner {
  position: relative;
  height: 1.6em;
  line-height: 1.6em;
  margin: 0 0.2em;
  padding: 0 0.3em;
  font-size: 0.625em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mbsc-schedule-event-all-day-background.mbsc-schedule-event-background {
  top: 0;
  bottom: 0;
}

/* Timeline event */
.mbsc-timeline-event {
  z-index: 2;
  min-width: 0.75em;
}
.mbsc-timeline-event .mbsc-schedule-event-title,
.mbsc-timeline-event .mbsc-schedule-event-range {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Event Drag & drop */
.mbsc-schedule-event-dragging {
  position: absolute;
  top: 0;
  z-index: 3;
}

.mbsc-schedule-event-inactive {
  opacity: 0.5;
}

.mbsc-schedule-event-hidden {
  visibility: hidden;
}

/* Event resize handles */
.mbsc-schedule-event-resize {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 0.25em;
  z-index: 1;
  cursor: ns-resize;
}

.mbsc-schedule-event-resize-start {
  top: 0;
}

.mbsc-schedule-event-resize-end {
  bottom: 0;
}

.mbsc-schedule-event-resize-start:after {
  top: -0.25em;
  right: 0.5em;
}

.mbsc-schedule-event-resize-end:after {
  bottom: -0.25em;
  left: 0.5em;
}

.mbsc-schedule-event-resize:after {
  content: "";
  position: absolute;
  margin: 1px 0;
  width: 0.5em;
  height: 0.5em;
  background: #fff;
  border-radius: 50%;
  border: 1px solid currentColor;
  box-sizing: border-box;
}

.mbsc-schedule-event-resize-start-touch:before,
.mbsc-schedule-event-resize-end-touch:before {
  content: "";
  position: absolute;
  margin: 1px 0;
  width: 1.5em;
  height: 1em;
}

.mbsc-schedule-event-resize-start-touch:before {
  top: -0.5em;
  right: 0;
}

.mbsc-schedule-event-resize-end-touch:before {
  bottom: -0.5em;
  left: 0;
}

.mbsc-schedule-event-dragging .mbsc-schedule-event-resize,
.mbsc-schedule-event-hover .mbsc-schedule-event-resize {
  display: block;
}

/* Blocking and colored date styles */
.mbsc-schedule-invalid,
.mbsc-schedule-color {
  position: absolute;
  top: -0.5em;
  bottom: -0.5em;
  left: 0;
  right: 0;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
}

.mbsc-schedule-invalid-all-day,
.mbsc-schedule-color-all-day {
  top: 0;
  bottom: 0;
  z-index: -1;
}

.mbsc-schedule-invalid-start,
.mbsc-schedule-color-start {
  padding-top: 0.5em;
  margin-top: -0.5em;
}

.mbsc-schedule-invalid-end,
.mbsc-schedule-color-end {
  padding-bottom: 0.5em;
}

.mbsc-schedule-invalid-text,
.mbsc-schedule-color-text {
  padding: 0.375em;
  font-size: 0.75em;
}

.mbsc-schedule-color-text {
  opacity: 0.8;
}

/* Time indicator */
.mbsc-schedule-time-indicator {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.mbsc-schedule-time-indicator-x {
  border-bottom: 1px solid;
}

.mbsc-schedule-time-indicator-x.mbsc-ltr {
  left: 4.25em;
  right: 0;
}

.mbsc-schedule-time-indicator-x.mbsc-rtl {
  right: 4.25em;
  left: 0;
}

.mbsc-schedule-time-indicator-y {
  border-left: 1px solid;
  height: 100%;
  margin-top: -0.3125em;
}
.mbsc-schedule-time-indicator-y.mbsc-ltr {
  margin-left: -1px;
}
.mbsc-schedule-time-indicator-y.mbsc-rtl {
  margin-right: -1px;
}

.mbsc-schedule-time-indicator-day {
  position: absolute;
  width: 14.285714%;
}

.mbsc-schedule-time-indicator-day:before {
  content: "";
  position: absolute;
  width: 0.4375em;
  height: 0.4375em;
  margin-top: -0.1875em;
  margin-left: -0.1875em;
  margin-right: -0.1875em;
  border-radius: 50%;
  z-index: 1;
}

.mbsc-schedule-time-indicator-time {
  position: absolute;
  top: -1em;
  font-size: 0.625em;
  line-height: 2em;
  margin-top: 1px;
  padding: 0 0.8em;
  white-space: nowrap;
}

.mbsc-schedule-time-indicator-time-y {
  top: -1.8em;
  padding: 0 0.5em;
  margin-left: -0.5em;
  margin-right: -0.5em;
  line-height: 1.6em;
}

.mbsc-schedule-time-indicator-time-x.mbsc-ltr,
.mbsc-schedule-time-indicator-time-y.mbsc-rtl {
  right: 100%;
}

.mbsc-schedule-time-indicator-time-x.mbsc-rtl,
.mbsc-schedule-time-indicator-time-y.mbsc-ltr {
  left: 100%;
}

/* Cursor indicator */
@supports (overflow: clip) {
  .mbsc-schedule-event-inner {
    position: sticky;
    top: 0;
  }
}
.mbsc-schedule-wrapper {
  overflow: auto;
}

/* Resource groups */
.mbsc-schedule-resource-group {
  box-sizing: border-box;
  flex-basis: 16em;
}

.mbsc-schedule-resource-group:first-child:last-child {
  flex-basis: 0;
}

.mbsc-schedule-resource-group.mbsc-ltr {
  border-left-width: 2px;
  border-left-style: solid;
}

.mbsc-schedule-resource-group.mbsc-rtl {
  border-right-width: 2px;
  border-right-style: solid;
}

.mbsc-schedule-resource-group:first-child {
  border: 0;
}

/* Schedule header */
.mbsc-schedule-date-header-text {
  line-height: 1.5em;
  text-align: center;
}

.mbsc-schedule-header {
  overflow: hidden;
}

.mbsc-schedule-all-day-group-wrapper,
.mbsc-schedule-header-wrapper {
  min-width: 0;
  overflow: hidden;
}

.mbsc-schedule-header-item {
  display: block;
  position: relative;
  text-align: center;
  line-height: 1.25em;
}

.mbsc-schedule-header-item.mbsc-hover {
  cursor: pointer;
}

.mbsc-schedule-header-dayname {
  font-size: 0.75em;
}

.mbsc-schedule-header-day {
  font-size: 1.125em;
}

/* Schedule column width for: header item, header resource, all-day item, schedule column  */
.mbsc-schedule-col-width {
  box-sizing: border-box;
  width: 2.5em;
}

.mbsc-schedule-wrapper-multi .mbsc-schedule-col-width {
  width: 6.25em;
}

/* Resource title */
.mbsc-schedule-resource {
  overflow: hidden;
}

.mbsc-schedule-resource-title {
  padding: 0.5em;
  font-size: 0.875em;
  font-weight: 600;
  text-align: center;
}

/* Schedule all day event container */
.mbsc-schedule-all-day-cont {
  position: relative;
}

.mbsc-schedule-all-day-wrapper {
  position: relative;
  max-height: 7.8125em;
  overflow-x: hidden;
  overflow-y: scroll;
}

.mbsc-schedule-all-day-wrapper-shadow:after {
  content: "";
  box-shadow: inset 0 0.5em 0.25em -0.5em rgba(48, 48, 48, 0.5);
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  z-index: 4;
  pointer-events: none;
}

.mbsc-schedule-all-day-item {
  position: relative;
}

.mbsc-schedule-all-day-item:first-child,
.mbsc-schedule-column:first-child {
  border: 0;
}

.mbsc-schedule-timezone-labels {
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-weight: bold;
}

.mbsc-schedule-timezone-label {
  font-size: 0.75em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mbsc-schedule-time-indicator-tz {
  width: 5.666667em;
}

.mbsc-schedule-time-indicator-tz.mbsc-ltr,
.mbsc-schedule-timezone-label.mbsc-ltr {
  text-align: right;
}

.mbsc-schedule-time-indicator-tz.mbsc-rtl,
.mbsc-schedule-timezone-label.mbsc-rtl {
  text-align: left;
}

/* Time section */
.mbsc-schedule-time-wrapper {
  position: relative;
  width: 4.25em;
  height: 3.125em;
  box-sizing: border-box;
}

.mbsc-schedule-time {
  position: relative;
  line-height: 2em;
  top: -1em;
  font-size: 0.75em;
}

.mbsc-schedule-time-end {
  position: absolute;
  top: auto;
  bottom: -1em;
  left: 0;
  right: 0;
}

.mbsc-schedule-time.mbsc-ltr {
  text-align: right;
}

.mbsc-schedule-time.mbsc-rtl {
  text-align: left;
}

.mbsc-schedule-time-cont-pos {
  position: relative;
}

/* Grid */
.mbsc-schedule-time-cont-inner {
  position: absolute;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  height: 100%;
  box-sizing: border-box;
  padding: 0.5em 0;
}

.mbsc-schedule-column {
  padding: 0.5em 0;
}

.mbsc-schedule-column-inner {
  position: relative;
}

.mbsc-schedule-all-day-item,
.mbsc-schedule-item {
  box-sizing: border-box;
}

.mbsc-schedule-item {
  height: 3.125em;
  position: relative;
  border-top: 1px solid;
}

.mbsc-schedule-item-last {
  border-bottom: 1px solid;
}

/* Event spacing */
.mbsc-schedule-events {
  position: absolute;
  height: 100%;
}

.mbsc-schedule-events.mbsc-ltr {
  left: 0;
  right: 0.5em;
}

.mbsc-schedule-events.mbsc-rtl {
  right: 0;
  left: 0.5em;
}

/* All day events */
.mbsc-schedule-event-all-day {
  /* Increase touch area for resize dots */
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize {
  width: 0.25em;
  height: 100%;
  cursor: ew-resize;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize:after {
  top: 50%;
  right: auto;
  left: auto;
  margin-top: -0.25em;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-ltr,
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-rtl {
  right: auto;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-ltr,
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-rtl {
  left: auto;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-ltr:after,
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-rtl:after {
  right: -0.25em;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-ltr:after,
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-rtl:after {
  left: -0.25em;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start-touch:before {
  height: 1.5em;
  top: 50%;
  left: -0.75em;
  right: auto;
  margin-top: -0.75em;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end-touch:before {
  height: 1.5em;
  top: 50%;
  left: auto;
  right: -0.75em;
  margin-top: -0.75em;
}

/* Large screen */
.mbsc-calendar-width-md .mbsc-schedule-event-title {
  font-size: 1.2em;
}
.mbsc-calendar-width-md .mbsc-schedule-event-range {
  font-size: 1em;
}
.mbsc-calendar-width-md .mbsc-schedule-event-all-day-title {
  font-size: 1em;
}
.mbsc-calendar-width-md .mbsc-schedule-event-all-day-inner {
  font-size: 0.75em;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 0.333334em;
  margin: 0 0.333334em;
}

.mbsc-timeline {
  overflow: hidden;
  position: relative;
}
.mbsc-timeline.mbsc-ltr {
  margin-right: -2px;
}
.mbsc-timeline.mbsc-rtl {
  margin-left: -2px;
}

.mbsc-timeline-header-row-1 {
  height: 1.625em;
}

.mbsc-timeline-header-row-2 {
  height: 3.25em;
}

.mbsc-timeline-header-row-3 {
  height: 4.875em;
}

.mbsc-timeline-header-row-4 {
  height: 6.5em;
}

/* Resource column */
.mbsc-timeline-resource-col {
  min-width: 6em;
  max-width: 12em;
}

.mbsc-timeline-resources {
  position: absolute;
  top: 0;
  bottom: 15px;
  z-index: 4;
  overflow: hidden;
}
.mbsc-timeline-resources.mbsc-ltr {
  left: 0;
}
.mbsc-timeline-resources.mbsc-rtl {
  right: 0;
}

.mbsc-timeline-resource-empty {
  position: relative;
  z-index: 5;
  overflow: hidden;
  pointer-events: auto;
  align-self: flex-start;
}

.mbsc-timeline-resource {
  box-sizing: border-box;
  overflow: hidden;
}

/* Hierarchy */
.mbsc-timeline-parent {
  background: rgba(230, 230, 230, 0.25);
}

.mbsc-timeline-resource-icon {
  font-size: 0.875em;
  font-weight: 600;
  margin: 0.357143em 0;
  cursor: pointer;
  box-sizing: content-box;
}

.mbsc-timeline-resource-icon.mbsc-ltr {
  margin-left: 0.5em;
}

.mbsc-timeline-resource-icon.mbsc-rtl {
  margin-right: 0.5em;
}

.mbsc-timeline-resource-header,
.mbsc-timeline-resource-title {
  font-size: 0.875em;
  font-weight: 600;
  padding: 0.5em;
}

/* Header */
.mbsc-timeline-header {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 3;
  pointer-events: none;
}

.mbsc-timeline-header-time-cont {
  position: relative;
}

.mbsc-timeline-day {
  position: relative;
  min-width: 9em;
  box-sizing: border-box;
  pointer-events: auto;
}

.mbsc-timeline-day-month {
  min-width: 0;
}

.mbsc-timeline-header-column.mbsc-timeline-no-border,
.mbsc-timeline-column.mbsc-timeline-no-border {
  border-left: 0;
  border-right: 0;
}

.mbsc-timeline-month {
  min-width: 0;
  position: relative;
}

.mbsc-timeline-header-month,
.mbsc-timeline-header-date,
.mbsc-timeline-header-week {
  height: 1.625em;
  box-sizing: border-box;
  pointer-events: auto;
}

.mbsc-timeline-header-month-last.mbsc-ltr,
.mbsc-timeline-header-week-last.mbsc-ltr {
  border-right-width: 1px;
  border-right-style: solid;
}

.mbsc-timeline-header-month-last.mbsc-rtl,
.mbsc-timeline-header-week-last.mbsc-rtl {
  border-left-width: 1px;
  border-left-style: solid;
}

.mbsc-timeline-header-month-text,
.mbsc-timeline-header-date-text,
.mbsc-timeline-header-week-text {
  font-size: 0.875em;
  padding: 0 0.285714em;
  line-height: 1.785715em;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mbsc-timeline-header-week-text,
.mbsc-timeline-header-month-text {
  overflow: visible;
  max-width: none;
  position: absolute;
}

.mbsc-timeline-header-month-text {
  font-weight: bold;
}

.mbsc-timeline-header-month-text-last,
.mbsc-timeline-header-week-text-last {
  max-width: 100%;
  overflow: hidden;
}

.mbsc-timeline-header-column {
  border-bottom: 1px solid;
  height: 1.625em;
}

.mbsc-timeline-header-time {
  padding: 0 0.5em;
  font-size: 0.625em;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 2.6em;
}

/* Grid */
.mbsc-timeline-column,
.mbsc-timeline-header-column {
  width: 4em;
  box-sizing: border-box;
  position: relative;
}

.mbsc-timeline-grid-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}

.mbsc-timeline-grid {
  position: relative;
  overflow: hidden;
}

.mbsc-timeline-resource,
.mbsc-timeline-row {
  height: 3.25em;
  position: relative;
  flex: 1 0 auto;
}

.mbsc-timeline-resource-empty,
.mbsc-timeline-resource,
.mbsc-timeline-header-date,
.mbsc-timeline-header-month,
.mbsc-timeline-header-week,
.mbsc-timeline-column {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

/* Events */
.mbsc-timeline-events {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0.5em;
}

.mbsc-timeline-event-background {
  top: 1px;
  bottom: 1px;
}

.mbsc-timeline-event-resize {
  height: 100%;
  width: 0.25em;
  right: auto;
  left: auto;
  cursor: ew-resize;
}
.mbsc-timeline-event-resize.mbsc-schedule-event-resize-start.mbsc-ltr, .mbsc-timeline-event-resize.mbsc-schedule-event-resize-end.mbsc-rtl {
  left: 0;
}
.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end.mbsc-ltr, .mbsc-timeline-event-resize.mbsc-schedule-event-resize-start.mbsc-rtl {
  right: 0;
}
.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end:after, .mbsc-timeline-event-resize.mbsc-schedule-event-resize-start:after {
  top: 50%;
  margin-top: -0.25em;
}
.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end:after {
  left: -0.125em;
}
.mbsc-timeline-event-resize.mbsc-schedule-event-resize-start:after {
  right: -0.125em;
}
.mbsc-timeline-event-resize.mbsc-schedule-event-resize-start-touch:before, .mbsc-timeline-event-resize.mbsc-schedule-event-resize-end-touch:before {
  height: 1.5em;
  top: 50%;
  left: 50%;
  margin: -0.75em 0 0 -0.75em;
}

.mbsc-timeline-event-listing {
  position: relative;
}
.mbsc-timeline-event-listing.mbsc-timeline-event-dragging {
  position: absolute;
  top: 0;
}
.mbsc-timeline-event-listing.mbsc-schedule-event-all-day-placeholder {
  padding: 0;
  margin: 0.125em 0;
}

/* Invalid, color */
.mbsc-timeline-color,
.mbsc-timeline-invalid {
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}

/* No time displayed */
.mbsc-timeline-header-column.mbsc-timeline-no-height {
  border: 0;
  height: 0;
}

/* Sticky positioning */
@supports (position: sticky) {
  .mbsc-timeline-resources.mbsc-ltr {
    position: sticky;
    top: auto;
    bottom: auto;
    overflow: visible;
    padding-top: 0;
  }
}
/* Slots */
.mbsc-timeline-slots {
  height: 1.625em;
  box-sizing: border-box;
  border-bottom: 1px solid;
}

.mbsc-timeline-slot {
  position: relative;
  width: 8em;
  box-sizing: border-box;
  flex: 1 0 auto;
}

.mbsc-timeline-slot-title {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.785715em;
  padding: 0 0.285714em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@supports (overflow: clip) {
  .mbsc-timeline-grid {
    overflow: clip;
  }
  .mbsc-timeline .mbsc-schedule-event-inner {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
  }
  .mbsc-timeline.mbsc-ltr .mbsc-schedule-event-inner {
    left: 192px;
  }
  .mbsc-timeline.mbsc-rtl .mbsc-schedule-event-inner {
    right: 192px;
  }
  .mbsc-timeline-event-listing .mbsc-schedule-event-inner {
    position: relative;
    display: block;
  }
  .mbsc-timeline .mbsc-timeline-event-listing .mbsc-schedule-event-inner,
  .mbsc-timeline.mbsc-timeline-no-resource .mbsc-schedule-event-inner {
    left: 0;
    right: 0;
  }
}
.mbsc-ios {
  /* Schedule view */
  /* TODO: refactor this without cascade */
  /* Header */
  /* Timezone labels, indicators */
  /* Grid & All-day row */
  /* Schedule event style */
  /* Schedule event all-day style */
  /* Large screen styles */
  /* timeline resource icon */
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header-vertical {
  margin-bottom: -1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-wrapper {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.mbsc-ios.mbsc-popover-list .mbsc-event:last-child:after {
  display: none;
}
.mbsc-ios.mbsc-event-day.mbsc-list-header {
  font-weight: bold;
  padding: 0.5em 1em;
  line-height: 1.5em;
  text-transform: none;
}
.mbsc-ios.mbsc-event-time {
  width: 6em;
  font-size: 0.875em;
  line-height: 1.428572em;
}
.mbsc-ios.mbsc-event-color {
  width: 0.25em;
  border-radius: 0.125em;
  margin: 0 0.5em 0 -0.5em;
}
.mbsc-ios.mbsc-event-color.mbsc-rtl {
  margin: 0 -0.5em 0 0.5em;
}
.mbsc-ios.mbsc-event-time.mbsc-ltr {
  text-align: right;
}
.mbsc-ios.mbsc-event-time.mbsc-rtl {
  text-align: left;
}
.mbsc-ios.mbsc-event-end {
  opacity: 0.7;
}
.mbsc-ios.mbsc-event-text {
  font-weight: 500;
}
.mbsc-ios.mbsc-event-sep {
  display: none;
}
.mbsc-ios.mbsc-calendar-button-today {
  font-weight: 500;
  padding: 0;
}
.mbsc-ios.mbsc-eventcalendar-schedule .mbsc-calendar-day, .mbsc-ios.mbsc-eventcalendar-schedule .mbsc-calendar-wrapper {
  border: 0;
}
.mbsc-ios.mbsc-schedule-wrapper {
  position: relative;
  margin-top: -1px;
  z-index: 2;
}
.mbsc-ios.mbsc-schedule-header {
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-schedule-header-item {
  padding: 0.4375em 0;
  line-height: 1.75em;
}
.mbsc-ios.mbsc-schedule-header-item.mbsc-ltr {
  border-left-style: solid;
  border-left-width: 1px;
}
.mbsc-ios.mbsc-schedule-header-item.mbsc-rtl {
  border-right-style: solid;
  border-right-width: 1px;
}
.mbsc-ios.mbsc-schedule-header-item:first-child {
  border: 0;
}
.mbsc-ios.mbsc-schedule-header-dayname {
  font-size: 1em;
  font-weight: 400;
}
.mbsc-ios.mbsc-schedule-header-day {
  display: inline-block;
  height: 1.625em;
  width: 1.625em;
  line-height: 1.625em;
  border-radius: 50%;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
}
.mbsc-ios.mbsc-schedule-header-item-large {
  padding: 0.1875em 0;
}
.mbsc-ios.mbsc-schedule-header-item-large.mbsc-schedule-header-item {
  border-color: transparent;
}
.mbsc-ios.mbsc-schedule-header-item-large .mbsc-schedule-header-dayname {
  display: inline-block;
  padding: 0 0.375em;
  font-size: 1em;
  font-weight: 400;
}
.mbsc-ios.mbsc-schedule-all-day-wrapper {
  max-height: 3.125em;
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-schedule-all-day-text {
  padding: 0.5em 0.666667em;
  font-size: 0.75em;
  text-align: right;
  text-transform: lowercase;
}
.mbsc-ios.mbsc-schedule-timezone-label {
  line-height: 2.5em;
  padding: 0 0.666667em;
}
.mbsc-ios.mbsc-schedule-date-header {
  position: relative;
  z-index: 3;
  will-change: opacity;
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-schedule-date-header-text {
  padding: 0.5em;
  font-size: 0.75em;
  font-weight: bold;
}
.mbsc-ios.mbsc-schedule-resource.mbsc-ltr {
  border-left-width: 1px;
  border-left-style: solid;
}
.mbsc-ios.mbsc-schedule-resource.mbsc-rtl {
  border-right-width: 1px;
  border-right-style: solid;
}
.mbsc-ios.mbsc-schedule-resource:first-child {
  border: 0;
}
.mbsc-ios.mbsc-schedule-all-day-item {
  padding: 0.25em 0;
  min-height: 1.875em;
}
.mbsc-ios.mbsc-schedule-time {
  font-size: 0.625em;
  padding: 0 0.8em;
}
.mbsc-ios.mbsc-schedule-event-background {
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
}
.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-background {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-background {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.mbsc-ios.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-background, .mbsc-ios.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-background {
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.mbsc-ios.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-background, .mbsc-ios.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-background {
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.mbsc-ios.mbsc-schedule-event-hover .mbsc-schedule-event-background {
  opacity: 0.6;
}
.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-background, .mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-background {
  opacity: 0.9;
}
.mbsc-ios.mbsc-schedule-event-dragging {
  top: 0.25em;
}
.mbsc-ios.mbsc-timeline-event-dragging {
  top: 0;
}
.mbsc-ios.mbsc-schedule-event-bar {
  position: absolute;
  top: -0.5em;
  bottom: -0.5em;
  width: 0.1875em;
  background: currentColor;
}
.mbsc-ios.mbsc-schedule-event-bar.mbsc-ltr {
  left: 1px;
}
.mbsc-ios.mbsc-schedule-event-bar.mbsc-rtl {
  right: 1px;
}
.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-bar {
  top: 1px;
}
.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-bar.mbsc-ltr {
  border-top-left-radius: 0.1875em;
}
.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-bar.mbsc-rtl {
  border-top-left-radius: 0.1875em;
}
.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-bar {
  bottom: 1px;
}
.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-bar.mbsc-ltr {
  border-bottom-left-radius: 0.1875em;
}
.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-bar.mbsc-rtl {
  border-bottom-left-radius: 0.1875em;
}
.mbsc-ios.mbsc-schedule-event-title {
  font-weight: 600;
}
.mbsc-ios.mbsc-schedule-event-all-day-inner {
  margin: 0 0.4em;
}
.mbsc-ios.mbsc-schedule-event-all-day-background.mbsc-schedule-event-background {
  border-radius: 0;
}
.mbsc-ios.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-schedule-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-schedule-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background {
  left: 0.25em;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.mbsc-ios.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-schedule-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-schedule-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background {
  right: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-all-day-wrapper {
  max-height: 3.5em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-time,
.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-time-indicator-time-x {
  font-size: 0.75em;
  padding: 0 0.666667em;
}
.mbsc-ios.mbsc-timeline-resource-icon {
  width: 1.214286em;
  padding: 0 0.142858em;
}

.mbsc-ios {
  /* Calendar view */
  /* Agenda view */
  /* Popover events */
  /* Schedule view */
  /* TODO: refactor this without cascade */
  /* Header */
  /* Grid & All-day row */
  /* Event style */
  /* Invalid */
  /* Timeline */
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header,
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-week-days {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #efefef;
}
.mbsc-ios.mbsc-event-list-empty {
  color: #747474;
}
.mbsc-ios.mbsc-event-day.mbsc-list-header {
  background: white;
  border-color: #cccccc;
  color: #000000;
}
.mbsc-ios.mbsc-event.mbsc-list-item {
  background: white;
  color: #000000;
}
.mbsc-ios.mbsc-event.mbsc-list-item:before, .mbsc-ios.mbsc-event.mbsc-list-item:after {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-event.mbsc-list-item.mbsc-focus:before, .mbsc-ios.mbsc-event.mbsc-list-item.mbsc-hover:before {
  background: rgba(0, 0, 0, 0.05);
}
.mbsc-ios.mbsc-event-color {
  background: #5AC8FA;
}
.mbsc-ios.mbsc-eventcalendar-schedule .mbsc-calendar-day {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-schedule-wrapper {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-schedule-header, .mbsc-ios.mbsc-schedule-header-item {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-schedule-header-day-today {
  color: #007aff;
}
.mbsc-ios.mbsc-schedule-header-day.mbsc-hover {
  background: rgba(0, 122, 255, 0.3);
}
.mbsc-ios.mbsc-schedule-header-dayname-curr, .mbsc-ios.mbsc-schedule-header-day.mbsc-selected {
  color: #007aff;
}
.mbsc-ios.mbsc-schedule-header-day.mbsc-selected {
  background: #007aff;
  color: white;
}
.mbsc-ios.mbsc-schedule-header-dayname-curr {
  color: #000000;
}
.mbsc-ios.mbsc-schedule-date-header {
  background: #f7f7f7;
  border-color: #cccccc;
}
.mbsc-ios.mbsc-schedule-grid-wrapper {
  background: white;
}
.mbsc-ios.mbsc-schedule-all-day-wrapper {
  border-color: #cccccc;
  background: white;
}
.mbsc-ios.mbsc-schedule-all-day-text, .mbsc-ios.mbsc-schedule-timezone-label {
  color: #8c8c8c;
}
.mbsc-ios.mbsc-timeline-day::after, .mbsc-ios.mbsc-timeline-slots, .mbsc-ios.mbsc-timeline-slot-header, .mbsc-ios.mbsc-timeline-header-month, .mbsc-ios.mbsc-timeline-header-week, .mbsc-ios.mbsc-timeline-header-date, .mbsc-ios.mbsc-timeline-resource-empty, .mbsc-ios.mbsc-timeline-header-column, .mbsc-ios.mbsc-timeline-header, .mbsc-ios.mbsc-timeline-resource, .mbsc-ios.mbsc-timeline-column, .mbsc-ios.mbsc-schedule-resource-group, .mbsc-ios.mbsc-schedule-resource, .mbsc-ios.mbsc-schedule-all-day-item::after, .mbsc-ios.mbsc-schedule-column, .mbsc-ios.mbsc-schedule-item {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-timeline-header-column, .mbsc-ios.mbsc-schedule-time {
  color: #8c8c8c;
}
.mbsc-ios.mbsc-schedule-event {
  color: #5AC8FA;
}
.mbsc-ios.mbsc-schedule-event-title, .mbsc-ios.mbsc-schedule-event-range {
  color: #000;
}
.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-inner, .mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-inner {
  color: #fff;
}
.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-title,
.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-range, .mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-title,
.mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-range {
  color: inherit;
}
.mbsc-ios.mbsc-schedule-time-indicator {
  border-color: #007aff;
}
.mbsc-ios.mbsc-schedule-time-indicator-day:before {
  background: #007aff;
}
.mbsc-ios.mbsc-schedule-time-indicator-time {
  background: rgba(255, 255, 255, 0.8);
}
.mbsc-ios.mbsc-schedule-time-indicator-time {
  color: #007aff;
}
.mbsc-ios.mbsc-schedule-invalid {
  background: rgba(239, 239, 239, 0.75);
  color: #888888;
}
.mbsc-ios.mbsc-timeline-resource-empty, .mbsc-ios.mbsc-timeline-resource-bg {
  background: white;
}

.mbsc-ios-dark {
  /* Calendar view */
  /* Agenda view */
  /* Popover events */
  /* Schedule view */
  /* TODO: refactor this without cascade */
  /* Header */
  /* Grid & All-day row */
  /* Event style */
  /* Invalid */
  /* Timeline */
}
.mbsc-ios-dark.mbsc-eventcalendar .mbsc-calendar-header,
.mbsc-ios-dark.mbsc-eventcalendar .mbsc-calendar-week-days {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #1a1a1a;
}
.mbsc-ios-dark.mbsc-event-list-empty {
  color: #747474;
}
.mbsc-ios-dark.mbsc-event-day.mbsc-list-header {
  background: #000000;
  border-color: #333333;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-event.mbsc-list-item {
  background: #000000;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-event.mbsc-list-item:before, .mbsc-ios-dark.mbsc-event.mbsc-list-item:after {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-event.mbsc-list-item.mbsc-focus:before, .mbsc-ios-dark.mbsc-event.mbsc-list-item.mbsc-hover:before {
  background: rgba(255, 255, 255, 0.05);
}
.mbsc-ios-dark.mbsc-event-color {
  background: #5AC8FA;
}
.mbsc-ios-dark.mbsc-popover-list .mbsc-ios-dark.mbsc-event {
  background: #2b2b2b;
}
.mbsc-ios-dark.mbsc-eventcalendar-schedule .mbsc-calendar-day {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-schedule-wrapper {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-schedule-header, .mbsc-ios-dark.mbsc-schedule-header-item {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-schedule-header-day-today {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-schedule-header-day.mbsc-hover {
  background: rgba(255, 159, 10, 0.3);
}
.mbsc-ios-dark.mbsc-schedule-header-dayname-curr, .mbsc-ios-dark.mbsc-schedule-header-day.mbsc-selected {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-schedule-header-day.mbsc-selected {
  background: #ff9f0a;
  color: #000000;
}
.mbsc-ios-dark.mbsc-schedule-header-dayname-curr {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-schedule-date-header {
  background: #1c1c1c;
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-schedule-grid-wrapper {
  background: #000000;
}
.mbsc-ios-dark.mbsc-schedule-all-day-wrapper {
  border-color: #333333;
  background: #000000;
}
.mbsc-ios-dark.mbsc-schedule-all-day-text, .mbsc-ios-dark.mbsc-schedule-timezone-label {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-timeline-day::after, .mbsc-ios-dark.mbsc-timeline-slots, .mbsc-ios-dark.mbsc-timeline-slot-header, .mbsc-ios-dark.mbsc-timeline-header-month, .mbsc-ios-dark.mbsc-timeline-header-week, .mbsc-ios-dark.mbsc-timeline-header-date, .mbsc-ios-dark.mbsc-timeline-resource-empty, .mbsc-ios-dark.mbsc-timeline-header-column, .mbsc-ios-dark.mbsc-timeline-header, .mbsc-ios-dark.mbsc-timeline-resource, .mbsc-ios-dark.mbsc-timeline-column, .mbsc-ios-dark.mbsc-schedule-resource-group, .mbsc-ios-dark.mbsc-schedule-resource, .mbsc-ios-dark.mbsc-schedule-all-day-item::after, .mbsc-ios-dark.mbsc-schedule-column, .mbsc-ios-dark.mbsc-schedule-item {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-timeline-header-column, .mbsc-ios-dark.mbsc-schedule-time {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-schedule-event {
  color: #5AC8FA;
}
.mbsc-ios-dark.mbsc-schedule-event-title, .mbsc-ios-dark.mbsc-schedule-event-range {
  color: #fff;
}
.mbsc-ios-dark.mbsc-schedule-event-active .mbsc-schedule-event-inner, .mbsc-ios-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-inner {
  color: #fff;
}
.mbsc-ios-dark.mbsc-schedule-event-active .mbsc-schedule-event-title,
.mbsc-ios-dark.mbsc-schedule-event-active .mbsc-schedule-event-range, .mbsc-ios-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-title,
.mbsc-ios-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-range {
  color: inherit;
}
.mbsc-ios-dark.mbsc-schedule-time-indicator {
  border-color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-schedule-time-indicator-day:before {
  background: #ff9f0a;
}
.mbsc-ios-dark.mbsc-schedule-time-indicator-time {
  background: rgba(0, 0, 0, 0.8);
}
.mbsc-ios-dark.mbsc-schedule-time-indicator-time {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-schedule-invalid {
  background: rgba(26, 26, 26, 0.75);
  color: #787878;
}
.mbsc-ios-dark.mbsc-timeline-resource-empty, .mbsc-ios-dark.mbsc-timeline-resource-bg {
  background: #000000;
}

.mbsc-eventcalendar {
  height: 100%;
  overflow: hidden;
}

/* Event list */
.mbsc-event-list {
  flex: 1 1 auto;
  position: relative;
}

.mbsc-event-list-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.mbsc-event-list-empty {
  text-align: center;
  margin: 3em;
  font-size: 1.5em;
}

.mbsc-event-day {
  position: sticky;
  top: 0;
  z-index: 3;
}

.mbsc-event-color,
.mbsc-event-time {
  flex: 0 0 auto;
}

.mbsc-event-content {
  flex: 1 1 auto;
  overflow: hidden;
}

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

/* Popover list */
.mbsc-popover-list {
  width: 20em;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.mbsc-popover-hidden {
  visibility: hidden;
}

.mbsc-calendar-dragging {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  cursor: move;
}

/* External drag element */
.mbsc-draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mbsc-drag-clone {
  position: fixed;
  display: table;
  z-index: 99;
  margin: 15px 0 0 0 !important;
  box-shadow: 0 0 transparent, 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  cursor: move;
}
.mbsc-drag-clone:after {
  content: "";
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
}

/* Fake scroll rules */
.mbsc-schedule-fake-scroll-x,
.mbsc-schedule-fake-scroll-y {
  visibility: hidden;
  flex: none;
}

.mbsc-schedule-fake-scroll-x {
  overflow-x: scroll;
  width: 0;
}

.mbsc-schedule-fake-scroll-y {
  overflow-y: scroll;
  max-height: 20px;
}

.mbsc-ios.mbsc-form-control-wrapper {
  margin-top: -1px;
}
.mbsc-ios.mbsc-form-control-wrapper.mbsc-error {
  z-index: 2;
}
.mbsc-ios.mbsc-form-control-wrapper:before, .mbsc-ios.mbsc-form-control-wrapper:after {
  content: "";
  position: absolute;
  border-top: 1px solid transparent;
}
.mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:after, .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before {
  right: 0;
  left: 1em;
}
.mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:after, .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before {
  left: 0;
  right: 1em;
}
.mbsc-ios.mbsc-form-control-wrapper:before {
  top: 0;
}
.mbsc-ios.mbsc-form-control-wrapper:after {
  bottom: 0;
}
.mbsc-block-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before, .mbsc-form-group-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:first-child:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:last-child:after {
  left: 0;
}
.mbsc-block-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before, .mbsc-form-group-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:first-child:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:last-child:after {
  right: 0;
}
.mbsc-ios.mbsc-form-control-label.mbsc-disabled, .mbsc-ios.mbsc-description.mbsc-disabled {
  opacity: 0.3;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-form-control-wrapper,
.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:first-child {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:last-child {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title,
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-form-control-wrapper:before,
.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:first-child:before,
.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:last-child:after {
  border-width: 0;
}

.mbsc-ios {
  /* Wrapper */
  /* Inside popup */
}
.mbsc-ios.mbsc-form-control-wrapper {
  background: white;
}
.mbsc-ios.mbsc-form-control-wrapper:before, .mbsc-ios.mbsc-form-control-wrapper:after {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-form-control-wrapper.mbsc-error:after, .mbsc-ios.mbsc-form-control-wrapper.mbsc-error + .mbsc-form-control-wrapper:before {
  border-color: #d8332a;
}

.mbsc-ios-dark {
  /* Wrapper */
  /* Inside popup */
}
.mbsc-ios-dark.mbsc-form-control-wrapper {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-form-control-wrapper:before, .mbsc-ios-dark.mbsc-form-control-wrapper:after {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-form-control-wrapper.mbsc-error:after, .mbsc-ios-dark.mbsc-form-control-wrapper.mbsc-error + .mbsc-form-control-wrapper:before {
  border-color: #d8332a;
}
.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-form-control-wrapper {
  background: #2b2b2b;
}

.mbsc-form-control-label {
  display: block;
}

.mbsc-form-control-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  opacity: 0;
  margin: 0;
  z-index: 3;
}

.mbsc-ios {
  /* Wrapper */
  /* Inner element */
  /* Form element */
  /* Icons */
  /* Label */
  /* Error message */
  /* Underline input --------------------------------------------------------------------------- */
  /* Form element*/
  /* Label */
  /* Error message */
  /* ------------------------------------------------------------------------------------------- */
  /* Box & outline input common styles --------------------------------------------------------- */
  /* Wrapper */
  /* Form element */
  /* Label */
  /* Error message */
  /* ------------------------------------------------------------------------------------------- */
  /* Select */
  /* Select icon */
  /* Textarea */
  /* Input tags */
}
.mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl, .mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr {
  z-index: 1;
}
.mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr:before, .mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr:after {
  left: 3.375em;
}
.mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl:after, .mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl:before {
  right: 3.375em;
}
.mbsc-ios.mbsc-textfield-inner {
  position: static;
  flex: 1 auto;
  z-index: -1;
}
.mbsc-ios.mbsc-textfield-inner.mbsc-disabled {
  opacity: 0.5;
}
.mbsc-ios.mbsc-textfield {
  display: flex;
  height: 2.75em;
  padding: 0 1em;
  background: transparent;
  height: 2.75em;
}
.mbsc-ios.mbsc-textfield-has-icon-left {
  padding-left: 3.375em;
}
.mbsc-ios.mbsc-textfield-has-icon-right {
  padding-right: 3.375em;
}
.mbsc-ios.mbsc-textfield-stacked, .mbsc-ios.mbsc-textfield-floating {
  height: 3.5em;
  padding-top: 1.25em;
}
.mbsc-ios.mbsc-textfield-icon {
  top: 0.625em;
  z-index: 1;
}
.mbsc-ios.mbsc-textfield-icon-left {
  left: 0.9375em;
}
.mbsc-ios.mbsc-textfield-icon-right {
  right: 0.9375em;
}
.mbsc-ios.mbsc-textfield-icon-floating, .mbsc-ios.mbsc-textfield-icon-stacked {
  top: 1em;
}
.mbsc-ios.mbsc-label-inline {
  line-height: 2.75em;
}
.mbsc-ios.mbsc-label-inline.mbsc-ltr {
  padding-left: 1em;
}
.mbsc-ios.mbsc-label-inline.mbsc-rtl {
  padding-right: 1em;
}
.mbsc-ios.mbsc-label-stacked {
  top: 0.666667em;
  font-size: 0.75em;
  line-height: 1em;
}
.mbsc-ios.mbsc-label-stacked.mbsc-ltr {
  left: 1.333334em;
}
.mbsc-ios.mbsc-label-stacked.mbsc-rtl {
  right: 1.333334em;
}
.mbsc-ios.mbsc-label-floating {
  top: 0.875em;
  line-height: 2em;
}
.mbsc-ios.mbsc-label-floating.mbsc-ltr {
  left: 1em;
}
.mbsc-ios.mbsc-label-floating.mbsc-rtl {
  right: 1em;
}
.mbsc-ios.mbsc-label-floating-active.mbsc-label {
  transform: translateY(-0.75em) scale(0.75);
}
.mbsc-ios.mbsc-label.mbsc-disabled {
  opacity: 0.5;
}
.mbsc-ios.mbsc-error-message {
  display: block;
  padding: 0 1.333334em;
  line-height: 1.666667em;
}
.mbsc-ios.mbsc-error-message-underline {
  position: static;
}
.mbsc-ios.mbsc-error-message-has-icon-left.mbsc-ltr {
  padding-left: 4.5em;
}
.mbsc-ios.mbsc-error-message-has-icon-right.mbsc-rtl {
  padding-right: 4.5em;
}
.mbsc-ios .mbsc-textfield-wrapper-underline {
  overflow: hidden;
}
.mbsc-ios.mbsc-textfield-underline-inline-has-icon-left.mbsc-ltr {
  padding-left: 1em;
}
.mbsc-ios.mbsc-textfield-underline-inline-has-icon-right.mbsc-rtl {
  padding-right: 1em;
}
.mbsc-ios.mbsc-label-underline {
  margin: 0;
}
.mbsc-ios.mbsc-label-underline-stacked-has-icon-left.mbsc-ltr {
  left: 4.5em;
}
.mbsc-ios.mbsc-label-underline-stacked-has-icon-right.mbsc-rtl {
  right: 4.5em;
}
.mbsc-ios.mbsc-label-underline-inline-has-icon-left.mbsc-ltr {
  padding-left: 3.375em;
}
.mbsc-ios.mbsc-label-underline-inline-has-icon-right.mbsc-rtl {
  padding-right: 3.375em;
}
.mbsc-ios.mbsc-label-underline-floating-has-icon-left.mbsc-ltr {
  left: 3.375em;
}
.mbsc-ios.mbsc-label-underline-floating-has-icon-right.mbsc-rtl {
  right: 3.375em;
}
.mbsc-ios.mbsc-error-message-underline.mbsc-error-message-inline.mbsc-ltr {
  padding-left: 1.333334em;
}
.mbsc-ios.mbsc-error-message-underline.mbsc-error-message-inline.mbsc-rtl {
  padding-right: 1.333334em;
}
.mbsc-ios.mbsc-textfield-wrapper-outline, .mbsc-ios.mbsc-textfield-wrapper-box {
  margin: 1.5em 1em;
}
.mbsc-ios.mbsc-textfield-wrapper-outline.mbsc-font::after, .mbsc-ios.mbsc-textfield-wrapper-outline.mbsc-font::before, .mbsc-ios.mbsc-textfield-wrapper-box.mbsc-font::after, .mbsc-ios.mbsc-textfield-wrapper-box.mbsc-font::before {
  border: none;
}
.mbsc-ios.mbsc-textfield-box, .mbsc-ios.mbsc-textfield-outline {
  border-radius: 0.5em;
  border: 1px solid transparent;
}
.mbsc-ios.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textfield-inner-outline {
  position: relative;
}
.mbsc-ios.mbsc-label-box-stacked-has-icon-left.mbsc-ltr, .mbsc-ios.mbsc-label-outline-stacked-has-icon-left.mbsc-ltr {
  left: 4.5em;
}
.mbsc-ios.mbsc-label-outline-stacked-has-icon-right.mbsc-rtl, .mbsc-ios.mbsc-label-box-stacked-has-icon-right.mbsc-rtl {
  right: 4.5em;
}
.mbsc-ios.mbsc-label-box-stacked, .mbsc-ios.mbsc-label-outline-stacked, .mbsc-ios.mbsc-label-box-floating, .mbsc-ios.mbsc-label-outline-floating {
  margin: 0 1px;
}
.mbsc-ios.mbsc-label-outline-floating-has-icon-left.mbsc-ltr, .mbsc-ios.mbsc-label-box-floating-has-icon-left.mbsc-ltr {
  left: 3.375em;
}
.mbsc-ios.mbsc-label-outline-floating-has-icon-right.mbsc-rtl, .mbsc-ios.mbsc-label-box-floating-has-icon-right.mbsc-rtl {
  right: 3.375em;
}
.mbsc-ios.mbsc-error-message-outline, .mbsc-ios.mbsc-error-message-box {
  margin: 0 1px;
}
.mbsc-ios.mbsc-select.mbsc-ltr {
  padding-right: 3.375em;
}
.mbsc-ios.mbsc-select.mbsc-rtl {
  padding-left: 3.375em;
}
.mbsc-ios.mbsc-select.mbsc-textfield-has-icon-right.mbsc-ltr {
  padding-right: 4.875em;
}
.mbsc-ios.mbsc-select.mbsc-textfield-has-icon-left.mbsc-rtl {
  padding-left: 4.875em;
}
.mbsc-ios.mbsc-select-icon {
  top: 0.625em;
}
.mbsc-ios.mbsc-select-icon-stacked, .mbsc-ios.mbsc-select-icon-floating {
  top: 1em;
}
.mbsc-ios.mbsc-select-icon.mbsc-ltr {
  right: 0.9375em;
}
.mbsc-ios.mbsc-select-icon.mbsc-rtl {
  left: 0.9375em;
}
.mbsc-ios.mbsc-select-icon-right.mbsc-ltr {
  right: 3.375em;
}
.mbsc-ios.mbsc-select-icon-left.mbsc-rtl {
  left: 3.375em;
}
.mbsc-ios.mbsc-textarea {
  height: 3em;
  border: 0;
}
.mbsc-ios.mbsc-textarea.mbsc-textfield-stacked, .mbsc-ios.mbsc-textarea.mbsc-textfield-floating {
  padding-top: 0;
}
.mbsc-ios.mbsc-textarea-inner {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  border: 1px solid transparent;
  border-radius: 0.5em;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-stacked, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-floating {
  padding-top: 1.375em;
}
.mbsc-ios.mbsc-textfield-tags-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.mbsc-ios.mbsc-textfield.mbsc-textfield-tags {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
  min-height: 2.75em;
}
.mbsc-ios.mbsc-textfield-tags.mbsc-textfield-stacked, .mbsc-ios.mbsc-textfield-tags.mbsc-textfield-floating {
  min-height: 2.125em;
  padding-top: 0;
  padding-bottom: 0;
}
.mbsc-ios.mbsc-textfield-tag {
  border-radius: 1em;
}

.mbsc-ios {
  /* Wrapper */
  /* Form element */
  /* Icon */
  /* Error */
  /* Select */
  /* Textarea */
  /* Inside popup */
  /* Input tags */
}
.mbsc-ios.mbsc-textfield-wrapper {
  background: none;
}
.mbsc-ios.mbsc-textfield-wrapper-underline {
  background: white;
}
.mbsc-ios.mbsc-label, .mbsc-ios.mbsc-textfield {
  color: #000000;
}
.mbsc-ios.mbsc-textfield-box, .mbsc-ios.mbsc-textfield-outline {
  background: white;
}
.mbsc-ios.mbsc-textfield-outline {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-textfield-icon, .mbsc-ios.mbsc-select-icon {
  color: #8c8c8c;
}
.mbsc-ios.mbsc-textfield-outline.mbsc-error, .mbsc-ios.mbsc-textfield-box.mbsc-error {
  border-color: #d8332a;
}
.mbsc-ios.mbsc-error-message {
  color: #d8332a;
}
.mbsc-ios.mbsc-select {
  background: white;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  background: white;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-error {
  border-color: #d8332a;
}
.mbsc-ios.mbsc-textfield-tag {
  background: #dedede;
}
.mbsc-ios.mbsc-textfield-tag-clear {
  color: #8c8c8c;
}

.mbsc-ios-dark {
  /* Wrapper */
  /* Form element */
  /* Icon */
  /* Error */
  /* Select */
  /* Textarea */
  /* Inside popup */
  /* Input tags */
}
.mbsc-ios-dark.mbsc-textfield-wrapper {
  background: none;
}
.mbsc-ios-dark.mbsc-textfield-wrapper-underline {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-label, .mbsc-ios-dark.mbsc-textfield {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-textfield-box, .mbsc-ios-dark.mbsc-textfield-outline {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-textfield-outline {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-textfield-icon, .mbsc-ios-dark.mbsc-select-icon {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-textfield-outline.mbsc-error, .mbsc-ios-dark.mbsc-textfield-box.mbsc-error {
  border-color: #d8332a;
}
.mbsc-ios-dark.mbsc-error-message {
  color: #d8332a;
}
.mbsc-ios-dark.mbsc-select {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-textarea-inner.mbsc-error {
  border-color: #d8332a;
}
.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-wrapper {
  background: none;
}
.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-select, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-wrapper-underline, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-box, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-outline, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  background: #2b2b2b;
}
.mbsc-ios-dark.mbsc-textfield-tag {
  background: #3b3b3b;
}
.mbsc-ios-dark.mbsc-textfield-tag-clear {
  color: #ffffff;
}

@keyframes autofill {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/* Wrapper */
.mbsc-textfield-wrapper {
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mbsc-textfield-wrapper-inline {
  display: flex;
}

.mbsc-form-grid .mbsc-textfield-wrapper-box,
.mbsc-form-grid .mbsc-textfield-wrapper-outline {
  margin: 0.75em 1em;
}

/* Inner wrapper */
.mbsc-textfield-inner {
  box-sizing: border-box;
  position: relative;
  display: block;
}

.mbsc-textfield-inner-inline {
  flex: 1 auto;
}

/* Form element */
.mbsc-textfield {
  display: block;
  width: 100%;
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.mbsc-textfield:-webkit-autofill {
  animation-name: autofill;
}

.mbsc-textfield::-webkit-inner-spin-button {
  height: 2em;
  align-self: center;
}

.mbsc-textfield::-moz-placeholder {
  opacity: 0.5;
  color: inherit;
}

.mbsc-textfield::-webkit-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

/* Floating label */
.mbsc-textfield-floating:-ms-input-placeholder {
  color: transparent;
}

.mbsc-textfield-floating::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mbsc-textfield-floating::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mbsc-textfield-floating::-webkit-datetime-edit {
  color: transparent;
}

.mbsc-textfield-floating-active:-ms-input-placeholder {
  color: inherit;
}

.mbsc-textfield-floating-active::-moz-placeholder {
  opacity: 0.5;
}

.mbsc-textfield-floating-active::-webkit-input-placeholder {
  opacity: 0.5;
}

.mbsc-textfield-floating-active::-webkit-datetime-edit {
  color: inherit;
}

.mbsc-textfield-floating .mbsc-textfield-tags-placeholder {
  opacity: 0;
  transition: opacity 0.2s;
}

.mbsc-textfield-floating-active .mbsc-textfield-tags-placeholder {
  opacity: 0.5;
}

.mbsc-textfield-fieldset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0 1em;
  pointer-events: none;
}

/* Icon */
.mbsc-textfield-icon {
  position: absolute;
  top: 0;
  text-align: center;
}

.mbsc-textfield-icon-left {
  left: 0;
}

.mbsc-textfield-icon-right {
  right: 0;
}

/* Label */
.mbsc-label {
  position: absolute;
  z-index: 1;
  top: 0;
  line-height: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.mbsc-label-inline {
  position: static;
  overflow: hidden;
  flex: 0 0 auto;
  width: 30%;
  max-width: 12.5em;
  box-sizing: border-box;
  pointer-events: auto;
}

.mbsc-label-floating-animate {
  transition: transform 0.2s;
}

.mbsc-label-floating.mbsc-ltr {
  transform-origin: top left;
}

.mbsc-label-floating.mbsc-rtl {
  transform-origin: top right;
}

/* Error message */
.mbsc-error-message {
  position: absolute;
  top: 100%;
  font-size: 0.75em;
  line-height: 1.5em;
}

/* File input */
.mbsc-textfield-file {
  position: absolute;
  left: 0;
  opacity: 0;
}

/* Select */
.mbsc-select {
  cursor: pointer;
}

.mbsc-select-icon {
  position: absolute;
  text-align: center;
  pointer-events: none;
}

/* Textarea */
.mbsc-textarea {
  resize: none;
  overflow: hidden;
  line-height: 1.5em;
}

/* Password toggle */
.mbsc-toggle-icon:hover {
  cursor: pointer;
}

/* Input tags */
.mbsc-textfield.mbsc-textfield-hidden.mbsc-textarea {
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.mbsc-textfield.mbsc-textfield-tags.mbsc-textarea {
  display: block;
  overflow: auto;
  height: auto;
  max-height: 5.5em;
}

.mbsc-textfield-tag {
  display: inline-block;
  margin: 0.25em 0;
  line-height: normal;
}

.mbsc-textfield-tag.mbsc-ltr {
  margin-right: 0.5em;
  padding-left: 0.75em;
}

.mbsc-textfield-tag.mbsc-rtl {
  margin-left: 0.5em;
  padding-right: 0.75em;
}

.mbsc-textfield-tag-text {
  font-size: 0.875em;
  line-height: 1.857143em;
}

.mbsc-textfield-tag-clear.mbsc-icon {
  width: 1.625em;
  height: 1.625em;
  vertical-align: top;
  border: 0.25em solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}

.mbsc-textfield-tags-placeholder {
  opacity: 0.5;
  line-height: 2.125em;
}

.mbsc-ios {
  /* checkmark */
  /* Desktop styling */
}
.mbsc-ios.mbsc-scroller-wheel-multi.mbsc-scroller-wheel-cont-3d {
  visibility: hidden;
}
.mbsc-ios.mbsc-scroller-wheel-group-cont {
  padding: 0 0.625em;
}
.mbsc-ios.mbsc-scroller-wheel-group {
  padding: 0.625em;
}
.mbsc-ios.mbsc-wheel-group-checkmark {
  padding: 0.625em 0;
}
.mbsc-ios.mbsc-scroller-wheel-3d {
  overflow: visible;
}
.mbsc-ios.mbsc-scroller-wheel-line {
  display: block;
  z-index: 1;
  border-radius: 0.5em;
  margin: 0 0.625em;
}
.mbsc-ios.mbsc-scroller-wheel-overlay {
  display: block;
}
.mbsc-ios.mbsc-scroller-wheel-item {
  padding: 0 0.5em;
  font-size: 1.25em;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0.5em;
}
.mbsc-ios.mbsc-scroller-wheel-item-3d {
  font-size: 1.125em;
}
.mbsc-ios.mbsc-wheel-item-checkmark {
  padding-left: 1.75em;
  padding-right: 1.75em;
}
.mbsc-ios.mbsc-scroller-wheel-header {
  font-size: 0.875em;
}
.mbsc-ios.mbsc-wheel-checkmark {
  display: none;
  position: absolute;
  width: 1.75em;
  height: 1.75em;
  top: 50%;
  margin-top: -0.875em;
}
.mbsc-ios.mbsc-wheel-checkmark::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
  opacity: 0;
  transform: rotate(-45deg);
  top: 32%;
  left: 26%;
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid currentColor;
  border-top: 0;
  border-right: 0;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-ios.mbsc-wheel-checkmark.mbsc-selected::after {
  opacity: 1;
}
.mbsc-ios.mbsc-wheel-checkmark.mbsc-ltr {
  left: 0;
}
.mbsc-ios.mbsc-wheel-checkmark.mbsc-rtl {
  right: 0;
}
.mbsc-ios.mbsc-wheel-item-multi .mbsc-ios.mbsc-wheel-checkmark, .mbsc-ios.mbsc-scroller-pointer .mbsc-ios.mbsc-wheel-item-checkmark .mbsc-wheel-checkmark {
  display: block;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-group-cont,
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-group {
  padding: 0;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-wrapper {
  padding: 0.1875em 0;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-overlay {
  display: none;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  font-size: 1em;
  padding: 0 0.75em;
  margin: 0 0.1875em;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-line {
  margin: 0 0.1875em;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-wheel-item-checkmark.mbsc-ltr {
  text-align: left;
  padding-left: 1.75em;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-wheel-item-checkmark.mbsc-rtl {
  text-align: right;
  padding-right: 1.75em;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-header {
  font-size: 0.75em;
  font-weight: 700;
}

.mbsc-ios {
  /* 3D */
  /* Desktop style */
}
.mbsc-ios.mbsc-scroller {
  background: white;
}
.mbsc-ios.mbsc-scroller-top, .mbsc-ios.mbsc-scroller-bottom {
  background: #d1d5db;
}
.mbsc-ios.mbsc-scroller-wheel-overlay {
  background: linear-gradient(white, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 48%, white);
}
.mbsc-ios.mbsc-scroller-wheel-overlay-top, .mbsc-ios.mbsc-scroller-wheel-overlay-bottom {
  background: linear-gradient(#d1d5db, rgba(209, 213, 219, 0) 52%, rgba(209, 213, 219, 0) 48%, #d1d5db);
}
.mbsc-ios.mbsc-scroller-wheel-line {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-ios.mbsc-scroller-wheel-item {
  color: hsl(0, 0%, 62%);
}
.mbsc-ios.mbsc-scroller-wheel-item.mbsc-active, .mbsc-ios.mbsc-scroller-wheel-item.mbsc-hover, .mbsc-ios.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-ios.mbsc-scroller-wheel-header.mbsc-focus {
  background: rgba(0, 122, 255, 0.15);
}
.mbsc-ios.mbsc-scroller-wheel-item-2d, .mbsc-ios.mbsc-scroller-wheel-item.mbsc-selected {
  color: #000000;
}
.mbsc-ios.mbsc-scroller-wheel-cont-3d {
  background: white;
}
.mbsc-ios.mbsc-scroller-wheel-item-3d {
  color: #a3a3a3;
}
.mbsc-ios.mbsc-scroller-wheel-header, .mbsc-ios.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi {
  color: #000000;
}
.mbsc-ios.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi.mbsc-selected-3d {
  color: #007aff;
}
.mbsc-ios.mbsc-scroller-wheel-cont-top.mbsc-scroller-wheel-cont-3d, .mbsc-ios.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d {
  background: #d1d5db;
}
.mbsc-ios.mbsc-scroller-wheel-cont-inline.mbsc-scroller-wheel-cont-3d {
  background: white;
}
.mbsc-ios.mbsc-scroller-pointer.mbsc-scroller {
  background: white;
}
.mbsc-ios.mbsc-scroller-pointer.mbsc-scroller-inline {
  background: white;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  color: #000000;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  color: #007aff;
}

.mbsc-ios-dark {
  /* 3D */
  /* Desktop style */
}
.mbsc-ios-dark.mbsc-scroller {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-top, .mbsc-ios-dark.mbsc-scroller-bottom {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-wheel-overlay {
  background: linear-gradient(#1c1c1c, rgba(28, 28, 28, 0) 52%, rgba(28, 28, 28, 0) 48%, #1c1c1c);
}
.mbsc-ios-dark.mbsc-scroller-wheel-overlay-top, .mbsc-ios-dark.mbsc-scroller-wheel-overlay-bottom {
  background: linear-gradient(#1c1c1c, rgba(28, 28, 28, 0) 52%, rgba(28, 28, 28, 0) 48%, #1c1c1c);
}
.mbsc-ios-dark.mbsc-scroller-wheel-line {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-ios-dark.mbsc-scroller-wheel-item {
  color: hsl(0, 0%, 62%);
}
.mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-active, .mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-hover, .mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-ios-dark.mbsc-scroller-wheel-header.mbsc-focus {
  background: rgba(255, 159, 10, 0.15);
}
.mbsc-ios-dark.mbsc-scroller-wheel-item-2d, .mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-selected {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-scroller-wheel-cont-3d {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-wheel-item-3d {
  color: #666666;
}
.mbsc-ios-dark.mbsc-scroller-wheel-header, .mbsc-ios-dark.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi.mbsc-selected-3d {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-scroller-wheel-cont-top.mbsc-scroller-wheel-cont-3d, .mbsc-ios-dark.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-wheel-cont-inline.mbsc-scroller-wheel-cont-3d {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-pointer.mbsc-scroller {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-pointer.mbsc-scroller-inline {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  color: #ff9f0a;
}

.mbsc-scroller {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mbsc-scroller-wheel-group-cont {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.mbsc-scroller-wheel-group-cont:first-child:last-child {
  display: block;
}

.mbsc-scroller-wheel-group {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.mbsc-scroller-wheel-group-3d {
  perspective: 100em;
}

.mbsc-scroller-wheel-wrapper {
  display: block;
  max-width: 100%;
  position: relative;
  touch-action: none;
  /* Temp */
  min-width: 80px;
}

.mbsc-scroller-pointer .mbsc-scroller-wheel-wrapper-0:last-child {
  flex: 1 1 auto;
}

.mbsc-scroller-wheel-line {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.mbsc-scroller-wheel-overlay {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.mbsc-scroller-wheel {
  display: block;
  overflow: hidden;
  /* Fixes Firefox rendering issues */
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin: -1px 0;
}

.mbsc-scroller-wheel-cont {
  position: relative;
  z-index: 1;
  top: 50%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transform: translateY(-50%);
}

.mbsc-scroller-wheel-cont-3d {
  overflow: hidden;
  border: 0;
}

.mbsc-scroller-wheel-cont-3d > div {
  position: relative;
  top: -1px;
}

.mbsc-scroller-wheel-wrapper-3d,
.mbsc-scroller-wheel-3d {
  transform-style: preserve-3d;
}

.mbsc-scroller-items-3d {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform-style: preserve-3d;
  transform: translateY(-50%);
}

.mbsc-scroller .mbsc-scroller-wheel,
.mbsc-scroller .mbsc-scroller-wheel-cont {
  box-sizing: content-box;
}

.mbsc-scroller-wheel-item {
  display: block;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mbsc-scroller-wheel-item:focus,
.mbsc-scroller-wheel-header:focus {
  outline: 0;
}

.mbsc-scroller-wheel-item-3d {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  backface-visibility: hidden;
}

.mbsc-scroller-wheel-item.mbsc-disabled {
  opacity: 0.3;
}

.mbsc-scroller-wheel-header {
  display: block;
  padding: 0 0.5em;
}
.mbsc-scroller-wheel-header.mbsc-ltr {
  text-align: left;
}
.mbsc-scroller-wheel-header.mbsc-rtl {
  text-align: right;
}

.mbsc-scroller-bar-cont {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.05);
  transform: translateZ(0);
  transition: opacity 0.2s;
}
.mbsc-scroller-bar-cont.mbsc-ltr {
  right: 0;
}
.mbsc-scroller-bar-cont.mbsc-rtl {
  left: 0;
}

.mbsc-scroller-bar-hidden {
  display: none;
}

.mbsc-scroller-wheel:hover .mbsc-scroller-bar-cont,
.mbsc-scroller-bar-started {
  opacity: 1;
}

.mbsc-scroller-bar {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.mbsc-scroller-bar::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.mbsc-ios.mbsc-datetime-year-wheel .mbsc-scroller-wheel-item {
  min-width: 3.8em;
}
.mbsc-ios.mbsc-datetime-month-wheel .mbsc-scroller-wheel-item {
  text-align: left;
}
.mbsc-ios.mbsc-datetime-day-wheel .mbsc-scroller-wheel-item, .mbsc-ios.mbsc-datetime-hour-wheel .mbsc-scroller-wheel-item, .mbsc-ios.mbsc-datetime-date-wheel .mbsc-scroller-wheel-item {
  text-align: right;
}

.mbsc-ios.mbsc-segmented {
  margin: 0.75em;
  padding: 0.0625em;
  position: relative;
  border-radius: 0.5625em;
}
.mbsc-ios.mbsc-segmented-item:before {
  content: "";
  position: absolute;
  border-left: 1px solid;
  top: 0.3125em;
  bottom: 0.3125em;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-ios.mbsc-segmented-item.mbsc-ltr:before {
  left: 0;
}
.mbsc-ios.mbsc-segmented-item.mbsc-rtl:before {
  right: 0;
}
.mbsc-ios.mbsc-segmented-item:first-child:before, .mbsc-ios.mbsc-segmented-item-selected:before, .mbsc-ios.mbsc-segmented-item-selected + .mbsc-segmented-item:before {
  opacity: 0;
}
.mbsc-ios.mbsc-segmented-selectbox {
  position: absolute;
  padding: 0.0625em;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.4375em;
  display: none;
}
.mbsc-ios.mbsc-segmented-selectbox.mbsc-selected {
  display: block;
}
.mbsc-ios.mbsc-segmented-selectbox-animate {
  transition: transform 0.2s ease-in-out;
}
.mbsc-ios.mbsc-segmented-selectbox-inner {
  height: 100%;
  border-radius: 0.4375em;
  transition: transform 0.1s ease-in-out;
  visibility: hidden;
}
.mbsc-ios.mbsc-segmented-selectbox-inner-visible {
  visibility: visible;
}
.mbsc-ios.mbsc-segmented-item:first-child .mbsc-segmented-selectbox-inner {
  transform-origin: left;
}
.mbsc-ios.mbsc-segmented-item:last-child .mbsc-segmented-selectbox-inner {
  transform-origin: right;
}
.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-selectbox-inner {
  transform: scale(0.97, 0.95);
}
.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item:first-child .mbsc-segmented-selectbox-inner {
  transform: scale(0.97, 0.95) translateX(0.0625em);
}
.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item:last-child .mbsc-segmented-selectbox-inner {
  transform: scale(0.97, 0.95) translateX(-0.0625em);
}
.mbsc-ios.mbsc-segmented-button.mbsc-icon-button {
  height: 2.307693em;
}
.mbsc-ios.mbsc-segmented-button.mbsc-button {
  margin: 0;
  padding: 0 0.615385em;
  border-radius: 0;
  font-size: 0.8125em;
  line-height: 2.307693em;
  transition: opacity 0.1s ease-out, background-color 0.1s ease-out, transform 0.1s ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
}
.mbsc-ios.mbsc-segmented-button.mbsc-button.mbsc-active, .mbsc-ios.mbsc-segmented-button.mbsc-button.mbsc-hover {
  opacity: 1;
}
.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item-selected .mbsc-segmented-button {
  transform: scale(0.97, 0.95);
}
.mbsc-ios.mbsc-segmented-item-selected:first-child .mbsc-segmented-button {
  transform-origin: left;
}
.mbsc-ios.mbsc-segmented-item-selected:last-child .mbsc-segmented-button {
  transform-origin: right;
}

.mbsc-ios {
  /* Inside popup and calendar header */
  /* Color presets */
}
.mbsc-ios.mbsc-segmented {
  background: #dedede;
}
.mbsc-ios.mbsc-segmented-item:before {
  border-color: rgba(0, 0, 0, 0.2);
}
.mbsc-ios.mbsc-segmented-item.mbsc-focus .mbsc-segmented-selectbox {
  box-shadow: 0 0 0 0.0625em rgba(0, 0, 0, 0.5) inset;
}
.mbsc-ios.mbsc-segmented-selectbox-inner {
  background: #fff;
}
.mbsc-ios.mbsc-segmented-selectbox-inner.mbsc-selected {
  box-shadow: #bababa 3px 3px 8px -4px;
}
.mbsc-ios.mbsc-segmented-button.mbsc-button {
  background: transparent;
  color: #000;
}
.mbsc-ios.mbsc-segmented-primary {
  background: #3f97f6;
}
.mbsc-ios.mbsc-segmented-secondary {
  background: #90979E;
}
.mbsc-ios.mbsc-segmented-success {
  background: #43BE5F;
}
.mbsc-ios.mbsc-segmented-warning {
  background: #f8b042;
}
.mbsc-ios.mbsc-segmented-danger {
  background: #f5504e;
}
.mbsc-ios.mbsc-segmented-info {
  background: #5BB7C5;
}
.mbsc-ios.mbsc-segmented-light {
  background: #fff;
}
.mbsc-ios.mbsc-segmented-dark {
  background: #47494A;
}

.mbsc-ios-dark {
  /* Inside popup and calendar header */
  /* Color presets */
}
.mbsc-ios-dark.mbsc-segmented {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-segmented-item:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.mbsc-ios-dark.mbsc-segmented-item.mbsc-focus .mbsc-segmented-selectbox {
  box-shadow: 0 0 0 0.0625em rgba(255, 255, 255, 0.5) inset;
}
.mbsc-ios-dark.mbsc-segmented-selectbox-inner {
  background: #5a5a5a;
}
.mbsc-ios-dark.mbsc-segmented-selectbox-inner.mbsc-selected {
  box-shadow: #000000 3px 3px 8px -4px;
}
.mbsc-ios-dark.mbsc-segmented-button.mbsc-button {
  background: transparent;
  color: #fff;
}
.mbsc-ios-dark.mbsc-datepicker .mbsc-segmented, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-segmented, .mbsc-ios-dark.mbsc-calendar-header .mbsc-ios-dark.mbsc-segmented {
  background: #2b2b2b;
}
.mbsc-ios-dark.mbsc-segmented-primary {
  background: #3f97f6;
}
.mbsc-ios-dark.mbsc-segmented-secondary {
  background: #90979E;
}
.mbsc-ios-dark.mbsc-segmented-success {
  background: #43BE5F;
}
.mbsc-ios-dark.mbsc-segmented-warning {
  background: #f8b042;
}
.mbsc-ios-dark.mbsc-segmented-danger {
  background: #f5504e;
}
.mbsc-ios-dark.mbsc-segmented-info {
  background: #5BB7C5;
}
.mbsc-ios-dark.mbsc-segmented-light {
  background: #fff;
}
.mbsc-ios-dark.mbsc-segmented-dark {
  background: #47494A;
}

.mbsc-segmented {
  display: flex;
  overflow: hidden;
}

.mbsc-segmented-item {
  margin: 0;
  position: relative;
  vertical-align: top;
  text-align: center;
  font-size: 1em;
  flex: 1 1 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-width: 0;
}

.mbsc-segmented-label {
  display: block;
  margin: 0;
  padding: 0;
}

.mbsc-segmented-input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}

.mbsc-segmented-button.mbsc-button {
  width: 100%;
}

.mbsc-ios.mbsc-timegrid-item {
  line-height: 2em;
  margin: 0.5em 0.625em;
  border-radius: 2em;
  font-size: 0.875em;
}
.mbsc-ios.mbsc-timegrid-item.mbsc-selected, .mbsc-ios.mbsc-timegrid-item:hover, .mbsc-ios.mbsc-timegrid-item:focus {
  font-size: 1em;
  margin: 0 0.25em;
  outline: none;
}

.mbsc-ios.mbsc-timegrid-item:hover, .mbsc-ios.mbsc-timegrid-item:focus {
  background: rgba(0, 122, 255, 0.3);
}
.mbsc-ios.mbsc-timegrid-item.mbsc-selected {
  background: #007aff;
  color: white;
}

.mbsc-ios-dark.mbsc-timegrid-item:hover, .mbsc-ios-dark.mbsc-timegrid-item:focus {
  background: rgba(255, 159, 10, 0.3);
}
.mbsc-ios-dark.mbsc-timegrid-item.mbsc-selected {
  background: #ff9f0a;
  color: white;
}

.mbsc-datepicker-control-calendar .mbsc-datepicker-tab-timegrid {
  min-height: 10em;
}

.mbsc-datepicker-tab-timegrid {
  min-height: 19em;
}

.mbsc-timegrid-item.mbsc-disabled {
  pointer-events: none;
  opacity: 0.2;
}

.mbsc-datepicker-tab-timegrid.mbsc-datepicker-tab {
  position: relative;
  overflow: auto;
  align-items: flex-start;
  width: 18.5em;
}

.mbsc-timegrid-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.mbsc-timegrid-row {
  display: table-row;
}

.mbsc-timegrid-cell {
  display: table-cell;
  position: relative;
}
.mbsc-timegrid-cell.mbsc-disabled {
  cursor: not-allowed;
}

.mbsc-timegrid-item {
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mbsc-ios {
  /* Range Controls */
}
.mbsc-ios.mbsc-picker .mbsc-popup-overlay-top,
.mbsc-ios.mbsc-picker .mbsc-popup-overlay-bottom {
  background: none;
}
.mbsc-ios.mbsc-datepicker-inline {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 2;
  position: relative;
}
.mbsc-ios.mbsc-datepicker .mbsc-calendar-grid, .mbsc-ios.mbsc-datepicker .mbsc-calendar-cell, .mbsc-ios.mbsc-datepicker .mbsc-calendar-cell-inner {
  border-color: transparent;
}
.mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-highlighted .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-start .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-end .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-hover .mbsc-calendar-day-text {
  width: 1.444445em;
  height: 1.444445em;
  margin: 0.16667em;
  font-size: 1.125em;
  line-height: 1.444445em;
}
.mbsc-ios.mbsc-picker-header {
  line-height: 1.25em;
  padding: 0.75em 4.375em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-range-control-wrapper {
  padding: 0 0.75em;
  overflow: hidden;
}
.mbsc-ios.mbsc-range-control-wrapper .mbsc-segmented {
  width: 17em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  box-sizing: border-box;
}
.mbsc-ios.mbsc-datepicker-control-calendar.mbsc-datepicker-control-timegrid .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-ios.mbsc-datepicker-control-calendar.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-ios.mbsc-datepicker-control-date.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-ios.mbsc-datepicker-control-datetime .mbsc-range-control-wrapper .mbsc-segmented {
  width: 25em;
}
.mbsc-ios.mbsc-range-control-wrapper .mbsc-segmented-button {
  display: block;
  padding: 0 0.5em;
}
.mbsc-ios.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button {
  padding: 0 2.0625em 0 0.5em;
}
.mbsc-ios.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-rtl {
  padding: 0 0.5em 0 2.0625em;
}
.mbsc-ios.mbsc-range-control-label, .mbsc-ios.mbsc-range-control-value {
  text-align: left;
  line-height: 1.538462em;
}
.mbsc-ios.mbsc-range-control-label.active, .mbsc-ios.mbsc-range-control-value.active {
  font-weight: 600;
}
.mbsc-ios.mbsc-range-control-label.mbsc-rtl, .mbsc-ios.mbsc-range-control-value.mbsc-rtl {
  text-align: right;
}
.mbsc-ios.mbsc-range-control-label {
  padding: 0.615385em 0.615385em 0 0.615385em;
}
.mbsc-ios.mbsc-range-control-value {
  padding: 0 0.615385em 0.615385em 0.615385em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mbsc-ios.mbsc-range-control-value.active {
  padding: 0 0.571429em 0.571429em 0.571429em;
  font-size: 1.076923em;
  line-height: 1.428572em;
}
.mbsc-ios.mbsc-range-label-clear {
  margin-top: -0.692308em;
  width: 1.307693em;
  height: 1.307693em;
}
.mbsc-ios.mbsc-range-label-clear.mbsc-ltr {
  right: 1em;
}
.mbsc-ios.mbsc-range-label-clear.mbsc-rtl {
  left: 1em;
}

.mbsc-ios {
  /* Range Control */
}
.mbsc-ios.mbsc-picker .mbsc-popup-arrow,
.mbsc-ios.mbsc-picker .mbsc-popup-body {
  background: white;
}
.mbsc-ios.mbsc-picker-header {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-datepicker .mbsc-calendar,
.mbsc-ios.mbsc-datepicker .mbsc-calendar-slide,
.mbsc-ios.mbsc-datepicker .mbsc-calendar-cell {
  background: white;
}
.mbsc-ios.mbsc-datepicker-top.mbsc-datepicker-control-date, .mbsc-ios.mbsc-datepicker-bottom.mbsc-datepicker-control-date {
  background: #d1d5db;
}
.mbsc-ios.mbsc-datepicker-inline {
  background: white;
  border-color: #cccccc;
  color: #000000;
}
.mbsc-ios.mbsc-range-control-value.active {
  color: #007aff;
}
.mbsc-ios.mbsc-range-control-text-empty, .mbsc-ios.mbsc-range-control-text-empty.active {
  color: rgba(0, 0, 0, 0.4);
}
.mbsc-ios.mbsc-range-label-clear {
  color: #cccccc;
}
.mbsc-ios.mbsc-range-label-clear:hover {
  color: #b2b2b2;
}

.mbsc-ios-dark {
  /* Range Control */
}
.mbsc-ios-dark.mbsc-picker .mbsc-popup-arrow,
.mbsc-ios-dark.mbsc-picker .mbsc-popup-body {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-picker-header {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar,
.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar-slide,
.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar-cell {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-datepicker-top.mbsc-datepicker-control-date, .mbsc-ios-dark.mbsc-datepicker-bottom.mbsc-datepicker-control-date {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-datepicker-inline {
  background: #1c1c1c;
  border-color: #333333;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-range-control-value.active {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-range-control-text-empty, .mbsc-ios-dark.mbsc-range-control-text-empty.active {
  color: rgba(255, 255, 255, 0.4);
}
.mbsc-ios-dark.mbsc-range-label-clear {
  color: #333333;
}
.mbsc-ios-dark.mbsc-range-label-clear:hover {
  color: #4d4d4d;
}

/* Needed for angular */
mbsc-datetime {
  display: block;
  width: 100%;
}

.mbsc-datepicker-inline {
  height: 100%;
}

.mbsc-datepicker .mbsc-calendar {
  height: 100%;
  max-width: 100%;
  padding-bottom: 0.5em;
  box-sizing: border-box;
  display: block;
}

.mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-week-days {
  padding: 0 0.5em;
}

/* Start/end controls */
.mbsc-range-control-wrapper .mbsc-segmented-input {
  width: 1px;
}

.mbsc-range-label-clear {
  position: absolute;
  top: 50%;
}

/* Tabs */
.mbsc-datepicker-tab-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}

.mbsc-datepicker-tab {
  visibility: hidden;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mbsc-datepicker-tab-expand {
  flex: 1 1 auto;
  height: 100%;
}

.mbsc-datepicker-tab-active {
  visibility: visible;
}

.mbsc-datepicker-time-modal {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  max-width: none;
  height: 100%;
}

.mbsc-datepicker .mbsc-calendar-slide {
  padding: 0 0.5em;
}

.mbsc-rlm-mobi-theme {
  /* Calendar view */
  /* Agenda view */
  /* Popover events */
  /* Schedule view */
  /* TODO: refactor this without cascade */
  /* Header */
  /* Grid & All-day row */
  /* Event style */
  /* Invalid */
  /* Timeline */
}
.mbsc-rlm-mobi-theme.mbsc-eventcalendar .mbsc-calendar-header,
.mbsc-rlm-mobi-theme.mbsc-eventcalendar .mbsc-calendar-week-days {
  background: #FFFFFF;
}
.mbsc-rlm-mobi-theme.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #efefef;
}
.mbsc-rlm-mobi-theme.mbsc-event-list-empty {
  color: #747474;
}
.mbsc-rlm-mobi-theme.mbsc-event-day.mbsc-list-header {
  background: white;
  border-color: #d4d4d4;
  color: #221E20;
}
.mbsc-rlm-mobi-theme.mbsc-event.mbsc-list-item {
  background: white;
  color: #221E20;
}
.mbsc-rlm-mobi-theme.mbsc-event.mbsc-list-item:before, .mbsc-rlm-mobi-theme.mbsc-event.mbsc-list-item:after {
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-event.mbsc-list-item.mbsc-focus:before, .mbsc-rlm-mobi-theme.mbsc-event.mbsc-list-item.mbsc-hover:before {
  background: rgba(0, 0, 0, 0.05);
}
.mbsc-rlm-mobi-theme.mbsc-event-color {
  background: #5AC8FA;
}
.mbsc-rlm-mobi-theme.mbsc-eventcalendar-schedule .mbsc-calendar-day {
  background: #FFFFFF;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-wrapper {
  background: #FFFFFF;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-header, .mbsc-rlm-mobi-theme.mbsc-schedule-header-item {
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-header-day-today {
  color: #008FBD;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-header-day.mbsc-hover {
  background: rgba(0, 143, 189, 0.3);
}
.mbsc-rlm-mobi-theme.mbsc-schedule-header-dayname-curr, .mbsc-rlm-mobi-theme.mbsc-schedule-header-day.mbsc-selected {
  color: #008FBD;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-header-day.mbsc-selected {
  background: #008FBD;
  color: white;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-header-dayname-curr {
  color: #221E20;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-date-header {
  background: #FFFFFF;
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-grid-wrapper {
  background: white;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-all-day-wrapper {
  border-color: #d4d4d4;
  background: white;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-all-day-text, .mbsc-rlm-mobi-theme.mbsc-schedule-timezone-label {
  color: #8c8c8c;
}
.mbsc-rlm-mobi-theme.mbsc-timeline-day::after, .mbsc-rlm-mobi-theme.mbsc-timeline-slots, .mbsc-rlm-mobi-theme.mbsc-timeline-slot-header, .mbsc-rlm-mobi-theme.mbsc-timeline-header-month, .mbsc-rlm-mobi-theme.mbsc-timeline-header-week, .mbsc-rlm-mobi-theme.mbsc-timeline-header-date, .mbsc-rlm-mobi-theme.mbsc-timeline-resource-empty, .mbsc-rlm-mobi-theme.mbsc-timeline-header-column, .mbsc-rlm-mobi-theme.mbsc-timeline-header, .mbsc-rlm-mobi-theme.mbsc-timeline-resource, .mbsc-rlm-mobi-theme.mbsc-timeline-column, .mbsc-rlm-mobi-theme.mbsc-schedule-resource-group, .mbsc-rlm-mobi-theme.mbsc-schedule-resource, .mbsc-rlm-mobi-theme.mbsc-schedule-all-day-item::after, .mbsc-rlm-mobi-theme.mbsc-schedule-column, .mbsc-rlm-mobi-theme.mbsc-schedule-item {
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-timeline-header-column, .mbsc-rlm-mobi-theme.mbsc-schedule-time {
  color: #8c8c8c;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-event {
  color: #5AC8FA;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-event-title, .mbsc-rlm-mobi-theme.mbsc-schedule-event-range {
  color: #000;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-event-active .mbsc-schedule-event-inner, .mbsc-rlm-mobi-theme.mbsc-schedule-event-dragging .mbsc-schedule-event-inner {
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-event-active .mbsc-schedule-event-title,
.mbsc-rlm-mobi-theme.mbsc-schedule-event-active .mbsc-schedule-event-range, .mbsc-rlm-mobi-theme.mbsc-schedule-event-dragging .mbsc-schedule-event-title,
.mbsc-rlm-mobi-theme.mbsc-schedule-event-dragging .mbsc-schedule-event-range {
  color: inherit;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-time-indicator {
  border-color: #008FBD;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-time-indicator-day:before {
  background: #008FBD;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-time-indicator-time {
  background: rgba(255, 255, 255, 0.8);
}
.mbsc-rlm-mobi-theme.mbsc-schedule-time-indicator-time {
  color: #008FBD;
}
.mbsc-rlm-mobi-theme.mbsc-schedule-invalid {
  background: rgba(239, 239, 239, 0.75);
  color: #888888;
}
.mbsc-rlm-mobi-theme.mbsc-timeline-resource-empty, .mbsc-rlm-mobi-theme.mbsc-timeline-resource-bg {
  background: white;
}

.mbsc-rlm-mobi-theme {
  /* Flat buttons */
  /* Outline buttons */
  /* Predefined colors */
}
.mbsc-rlm-mobi-theme.mbsc-button-standard {
  background: white;
  color: #008FBD;
}
.mbsc-rlm-mobi-theme.mbsc-button-flat {
  color: #008FBD;
}
.mbsc-rlm-mobi-theme.mbsc-button-outline {
  border: 1px solid #0d7da1;
  color: #0d7da1;
}
.mbsc-rlm-mobi-theme.mbsc-button-outline.mbsc-active {
  background: #0d7da1;
  color: #FFFFFF;
}
.mbsc-rlm-mobi-theme.mbsc-button.mbsc-focus {
  background: rgba(0, 0, 0, 0.05);
}
.mbsc-rlm-mobi-theme.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-secondary.mbsc-button-standard {
  background: #90979E;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-success.mbsc-button-standard {
  background: #43BE5F;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-info.mbsc-button-standard {
  background: #5BB7C5;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-dark.mbsc-button-standard {
  background: #47494A;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  color: #000;
}
.mbsc-rlm-mobi-theme.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}
.mbsc-rlm-mobi-theme.mbsc-button-secondary.mbsc-button-flat {
  color: #90979E;
}
.mbsc-rlm-mobi-theme.mbsc-button-success.mbsc-button-flat {
  color: #43BE5F;
}
.mbsc-rlm-mobi-theme.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}
.mbsc-rlm-mobi-theme.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}
.mbsc-rlm-mobi-theme.mbsc-button-info.mbsc-button-flat {
  color: #5BB7C5;
}
.mbsc-rlm-mobi-theme.mbsc-button-dark.mbsc-button-flat {
  color: #47494A;
}
.mbsc-rlm-mobi-theme.mbsc-button-light.mbsc-button-flat {
  color: #cccccc;
}
.mbsc-rlm-mobi-theme.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-rlm-mobi-theme.mbsc-button-primary.mbsc-button-outline.mbsc-active {
  background: #3f97f6;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979E;
  color: #90979E;
}
.mbsc-rlm-mobi-theme.mbsc-button-secondary.mbsc-button-outline.mbsc-active {
  background: #90979E;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-success.mbsc-button-outline {
  border-color: #43BE5F;
  color: #43BE5F;
}
.mbsc-rlm-mobi-theme.mbsc-button-success.mbsc-button-outline.mbsc-active {
  background: #43BE5F;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-rlm-mobi-theme.mbsc-button-danger.mbsc-button-outline.mbsc-active {
  background: #f5504e;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-rlm-mobi-theme.mbsc-button-warning.mbsc-button-outline.mbsc-active {
  background: #f8b042;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-info.mbsc-button-outline {
  border-color: #5BB7C5;
  color: #5BB7C5;
}
.mbsc-rlm-mobi-theme.mbsc-button-info.mbsc-button-outline.mbsc-active {
  background: #5BB7C5;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494A;
  color: #47494A;
}
.mbsc-rlm-mobi-theme.mbsc-button-dark.mbsc-button-outline.mbsc-active {
  background: #47494A;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-button-light.mbsc-button-outline {
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.mbsc-rlm-mobi-theme.mbsc-button-light.mbsc-button-outline.mbsc-active {
  background: #bfbfbf;
  color: #fff;
}

.mbsc-rlm-mobi-theme {
  /* range highlight and selection */
  /* Picker */
  /* Multi month grid view */
}
.mbsc-rlm-mobi-theme.mbsc-calendar {
  background: white;
  color: #221E20;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-wrapper {
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-header {
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-button.mbsc-button {
  color: #008FBD;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-cell {
  background: white;
  border-color: #d4d4d4;
  color: #221E20;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-day:after {
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-week-nr, .mbsc-rlm-mobi-theme.mbsc-calendar-today {
  color: #008FBD;
}
.mbsc-rlm-mobi-theme.mbsc-hover .mbsc-calendar-cell-text {
  background-color: rgba(0, 143, 189, 0.3);
}
.mbsc-rlm-mobi-theme.mbsc-range-day::after {
  background-color: #8dddf6;
}
.mbsc-rlm-mobi-theme.mbsc-range-day .mbsc-calendar-cell-text {
  color: #000;
}
.mbsc-rlm-mobi-theme.mbsc-range-hover::before {
  border-color: #e6e6e6;
}
.mbsc-rlm-mobi-theme.mbsc-selected .mbsc-calendar-cell-text {
  border-color: #008FBD;
  background: #008FBD;
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-focus .mbsc-calendar-cell-text {
  box-shadow: 0 0 0 2px rgba(34, 30, 32, 0.5);
}
.mbsc-rlm-mobi-theme.mbsc-focus .mbsc-calendar-day-text {
  box-shadow: none;
  border-color: rgba(34, 30, 32, 0.5);
}
.mbsc-rlm-mobi-theme.mbsc-calendar-mark {
  background: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-label {
  color: #5AC8FA;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-label-text {
  color: #000;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-label-active .mbsc-calendar-label-inner, .mbsc-rlm-mobi-theme.mbsc-calendar-label-dragging .mbsc-calendar-label-inner {
  color: #fff;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-label-active .mbsc-calendar-label-text, .mbsc-rlm-mobi-theme.mbsc-calendar-label-dragging .mbsc-calendar-label-text {
  color: inherit;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #221E20;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-popup .mbsc-popup-arrow,
.mbsc-rlm-mobi-theme.mbsc-calendar-popup .mbsc-popup-body {
  background: white;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-popup .mbsc-calendar-cell {
  background: white;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-grid {
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-calendar-month-title {
  color: #008FBD;
}

.mbsc-rlm-mobi-theme.mbsc-list-item {
  background: white;
  border-color: #d4d4d4;
  color: #221E20;
}
.mbsc-rlm-mobi-theme.mbsc-list-item:before, .mbsc-rlm-mobi-theme.mbsc-list-item:after {
  border-top: 1px solid #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-list-header {
  background: #f9f9fb;
  color: #879099;
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-list-item.mbsc-focus:before, .mbsc-rlm-mobi-theme.mbsc-list-item.mbsc-hover:before {
  background: rgba(0, 0, 0, 0.05);
}
.mbsc-rlm-mobi-theme.mbsc-list-item.mbsc-active:before {
  background: rgba(0, 0, 0, 0.15);
}

.mbsc-rlm-mobi-theme.mbsc-popup-arrow {
  background: #fcfcfd;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.mbsc-rlm-mobi-theme.mbsc-popup-top, .mbsc-rlm-mobi-theme.mbsc-popup-bottom {
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-popup-body {
  background: #fcfcfd;
  color: #221E20;
}
.mbsc-rlm-mobi-theme.mbsc-popup-body-round, .mbsc-rlm-mobi-theme.mbsc-popup-body-center, .mbsc-rlm-mobi-theme.mbsc-popup-body-anchored {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mbsc-rlm-mobi-theme.mbsc-popup-header-center {
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-popup-buttons, .mbsc-rlm-mobi-theme.mbsc-popup-header-no-buttons {
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-popup-buttons-bottom, .mbsc-rlm-mobi-theme.mbsc-popup-buttons-top {
  background: #FFFFFF;
}
.mbsc-rlm-mobi-theme.mbsc-popup-button-flex.mbsc-button-flat.mbsc-font {
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-popup-button-flex.mbsc-font.mbsc-hover, .mbsc-rlm-mobi-theme.mbsc-popup-button-flex.mbsc-font.mbsc-focus {
  background: #f2f2f2;
}
.mbsc-rlm-mobi-theme.mbsc-popup-button-flex.mbsc-font.mbsc-active {
  background: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-popup-button-flex.mbsc-button.mbsc-disabled {
  color: rgba(0, 143, 189, 0.2);
}

.mbsc-rlm-mobi-theme {
  /* Range Control */
}
.mbsc-rlm-mobi-theme.mbsc-picker .mbsc-popup-arrow,
.mbsc-rlm-mobi-theme.mbsc-picker .mbsc-popup-body {
  background: white;
}
.mbsc-rlm-mobi-theme.mbsc-picker-header {
  border-color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-datepicker .mbsc-calendar,
.mbsc-rlm-mobi-theme.mbsc-datepicker .mbsc-calendar-slide,
.mbsc-rlm-mobi-theme.mbsc-datepicker .mbsc-calendar-cell {
  background: white;
}
.mbsc-rlm-mobi-theme.mbsc-datepicker-top.mbsc-datepicker-control-date, .mbsc-rlm-mobi-theme.mbsc-datepicker-bottom.mbsc-datepicker-control-date {
  background: #dadde2;
}
.mbsc-rlm-mobi-theme.mbsc-datepicker-inline {
  background: white;
  border-color: #d4d4d4;
  color: #221E20;
}
.mbsc-rlm-mobi-theme.mbsc-range-control-value.active {
  color: #008FBD;
}
.mbsc-rlm-mobi-theme.mbsc-range-control-text-empty, .mbsc-rlm-mobi-theme.mbsc-range-control-text-empty.active {
  color: rgba(34, 30, 32, 0.4);
}
.mbsc-rlm-mobi-theme.mbsc-range-label-clear {
  color: #d4d4d4;
}
.mbsc-rlm-mobi-theme.mbsc-range-label-clear:hover {
  color: #bababa;
}

.mbsc-rlm-mobi-theme {
  /* 3D */
  /* Desktop style */
}
.mbsc-rlm-mobi-theme.mbsc-scroller {
  background: white;
}
.mbsc-rlm-mobi-theme.mbsc-scroller-top, .mbsc-rlm-mobi-theme.mbsc-scroller-bottom {
  background: #dadde2;
}
.mbsc-rlm-mobi-theme.mbsc-scroller-wheel-overlay {
  background: linear-gradient(white, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 48%, white);
}
.mbsc-rlm-mobi-theme.mbsc-scroller-wheel-overlay-top, .mbsc-rlm-mobi-theme.mbsc-scroller-wheel-overlay-bottom {
  background: linear-gradient(#dadde2, rgba(218, 221, 226, 0) 52%, rgba(218, 221, 226, 0) 48%, #dadde2);
}
.mbsc-rlm-mobi-theme.mbsc-scroller-wheel-line {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-rlm-mobi-theme.mbsc-scroller-wheel-item {
  color: hsl(330, 6.25%, 62%);
}
.mbsc-rlm-mobi-theme.mbsc-scroller-wheel-item.mbsc-active, .mbsc-rlm-mobi-theme.mbsc-scroller-wheel-item.mbsc-hover, .mbsc-rlm-mobi-theme.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-rlm-mobi-theme.mbsc-scroller-wheel-header.mbsc-focus {
  background: rgba(0, 143, 189, 0.15);
}
.mbsc-rlm-mobi-theme.mbsc-scroller-wheel-item-2d, .mbsc-rlm-mobi-theme.mbsc-scroller-wheel-item.mbsc-selected {
  color: #221E20;
}
.mbsc-rlm-mobi-theme.mbsc-scroller-wheel-cont-3d {
  background: white;
}
.mbsc-rlm-mobi-theme.mbsc-scroller-wheel-item-3d {
  color: #ababab;
}
.mbsc-rlm-mobi-theme.mbsc-scroller-wheel-header, .mbsc-rlm-mobi-theme.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi {
  color: #221E20;
}
.mbsc-rlm-mobi-theme.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi.mbsc-selected-3d {
  color: #008FBD;
}
.mbsc-rlm-mobi-theme.mbsc-scroller-wheel-cont-top.mbsc-scroller-wheel-cont-3d, .mbsc-rlm-mobi-theme.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d {
  background: #dadde2;
}
.mbsc-rlm-mobi-theme.mbsc-scroller-wheel-cont-inline.mbsc-scroller-wheel-cont-3d {
  background: white;
}
.mbsc-rlm-mobi-theme.mbsc-scroller-pointer.mbsc-scroller {
  background: white;
}
.mbsc-rlm-mobi-theme.mbsc-scroller-pointer.mbsc-scroller-inline {
  background: white;
}
.mbsc-rlm-mobi-theme.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  color: #221E20;
}
.mbsc-rlm-mobi-theme.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  color: #008FBD;
}

.mbsc-rlm-mobi-theme.mbsc-timegrid-item:hover, .mbsc-rlm-mobi-theme.mbsc-timegrid-item:focus {
  background: rgba(0, 143, 189, 0.3);
}
.mbsc-rlm-mobi-theme.mbsc-timegrid-item.mbsc-selected {
  background: #008FBD;
  color: white;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.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;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.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);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.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;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.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;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.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;
}
.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;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.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;
}
.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;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/*!
 * Select2 v4 Bootstrap 5 theme v1.3.0
*/
.select2-container--bootstrap-5 {
  display: block;
}
select + .select2-container--bootstrap-5 {
  z-index: 1;
}

.select2-container--bootstrap-5 *:focus {
  outline: 0;
}
.select2-container--bootstrap-5 .select2-selection {
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #221E20;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(34, 30, 32, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap-5 .select2-selection {
    transition: none;
  }
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #80c7de;
  box-shadow: 0 0 0 0.25rem rgba(0, 143, 189, 0.25);
  background-color: #fff;
}
.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap-5 .select2-search {
  width: 100%;
}
.select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
  vertical-align: top;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  top: 50%;
  right: 2.25rem;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.25em 0.25em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
  transform: translateY(-50%);
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23221E20'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear > span,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear > span {
  display: none;
}

.select2-container--bootstrap-5 + .select2-container--bootstrap-5 {
  z-index: 1056;
}
.select2-container--bootstrap-5 .select2-dropdown {
  z-index: 1056;
  overflow: hidden;
  color: #221E20;
  border-radius: 0.25rem;
}
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search {
  padding: 0.375rem 0.75rem;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #221E20;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(34, 30, 32, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    transition: none;
  }
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: #80c7de;
  box-shadow: 0 0 0 0.25rem rgba(0, 143, 189, 0.25);
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
  max-height: 15rem;
  overflow-y: auto;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  color: #747474;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #221E20;
  background-color: #e9ecef;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #221E20;
  background-color: #008FBD;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #6c757d;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.375rem 0.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #A52F76;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #221E20;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  line-height: 1.5;
  color: #747474;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
  display: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  font-weight: 700;
  background-color: #cfe2ff;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0 0.5rem;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  cursor: auto;
  border: none;
  border-radius: 1000px;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin-left: 0.5rem;
  font-size: 0;
  cursor: pointer;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 300;
  font-size: 0.75rem;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23221E20'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span {
  display: none;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
  display: block;
  width: 100%;
  height: 1.5rem;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  width: 100%;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  font-family: inherit;
  line-height: 1.5;
  background-color: transparent;
  font-size: 1rem;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field::-moz-placeholder {
  color: #747474;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field::placeholder {
  color: #747474;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 0.75rem;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
  color: #6c757d;
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  box-shadow: none;
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice {
  cursor: not-allowed;
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty), .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) {
  padding-bottom: 0;
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search {
  display: none;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-text ~ .select2-container--bootstrap-5 .select2-selection,
.input-group > .btn ~ .select2-container--bootstrap-5 .select2-selection,
.input-group > .rlm-btn-secondary ~ .select2-container--bootstrap-5 .select2-selection,
.input-group > .dropdown-menu ~ .select2-container--bootstrap-5 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .select2-container--bootstrap-5 {
  flex-grow: 1;
}
.input-group .select2-container--bootstrap-5 .select2-selection {
  height: 100%;
}

.is-valid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5 .select2-selection {
  border-color: #20A585;
}
.is-valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-valid + .select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #20A585;
  box-shadow: 0 0 0 0.25rem rgba(32, 165, 133, 0.25);
}
.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}
.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.is-invalid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5 .select2-selection {
  border-color: #dc3545;
}
.is-invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}
.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2--small.select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23221E20'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search,
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown {
  border-radius: 0.2rem;
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}
.select2-container--bootstrap-5 .select2--small.select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0 0.5rem;
  font-size: 0.75rem;
}
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23221E20'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}
.select2-container--bootstrap-5 .select2--large.select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23221E20'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search,
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}
.select2-container--bootstrap-5 .select2--large.select2-dropdown {
  border-radius: 0.3rem;
}
.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0 0.5rem;
  font-size: 1.25rem;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23221E20'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,
select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,
select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23221E20'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field,
select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search,
select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field,
select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 0.2rem;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0 0.5rem;
  font-size: 0.75rem;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23221E20'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, select.ui-grid-filter-select ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23221E20'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 0.3rem;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0 0.5rem;
  font-size: 1.25rem;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23221E20'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* $section Grid styles
*/
/**
* $section Header styles
*/
/** $description Colors for header gradient */
/**
* $section Grid body styles
*/
/** $description Colors used for row alternation */
/**
 *  $section Grid Menu Colors
 */
/**
* $section Sort arrow colors
*/
/**
* $section Scrollbar styles
*/
/**
* $section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid .btn-icon, .ui-grid .btn-icon:focus {
  outline: none;
  background-color: #fff;
  border-radius: 100%;
  height: 32px;
  padding: 3px 6px 2px;
  width: 32px;
}
.ui-grid .btn-icon-sm, .ui-grid .btn-icon:focus-sm {
  width: 24px;
  height: 24px;
}
.ui-grid .btn-icon-link, .ui-grid .btn-icon-link:hover, .ui-grid .btn-icon-link:focus {
  background-color: transparent !important;
  box-shadow: none;
  border: 0;
}
.ui-grid .btn-icon-danger, .ui-grid .btn-icon-danger:hover, .ui-grid .btn-icon-danger:focus {
  color: red !important;
}
.ui-grid .btn-icon-success, .ui-grid .btn-icon-success:hover, .ui-grid .btn-icon-success:focus {
  color: #08A15C !important;
}
.ui-grid .btn-icon-neutral, .ui-grid .btn-icon-neutral:hover, .ui-grid .btn-icon-neutral:focus {
  color: #ccc !important;
}

/*---------------------------------------------------
    LESS Elements 0.9 converted for SASS
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss' and '_elements.scss'
 */
.ui-grid {
  border: 1px solid #e1e1e5;
  box-sizing: content-box;
  border-radius: 0;
  transform: translateZ(0);
}

.ui-grid-vertical-bar {
  position: absolute;
  right: 0;
  width: 0;
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar, .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}

.ui-grid-scrollbar-placeholder {
  background-color: transparent;
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d1d1d1;
}

.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #f7f7fb;
}

.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #d1d1d1;
}

.ui-grid-clearfix:before, .ui-grid-clearfix:after {
  content: "";
  display: table;
}
.ui-grid-clearfix:after {
  clear: both;
}

.ui-grid-invisible {
  visibility: hidden;
}

.ui-grid-contents-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.ui-grid-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ui-grid-icon-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.clickable {
  cursor: pointer;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss' and '_elements.scss'
 */
.ui-grid-top-panel-background, .ui-grid-no-row-overlay, .ui-grid-top-panel {
  background-color: #fff;
}

.ui-grid-header {
  border-bottom: 1px solid #e1e1e5;
  box-sizing: border-box;
}

.ui-grid-top-panel {
  position: relative;
  overflow: hidden;
  font-weight: 500;
  -webkit-border-top-right-radius: calc(0 - 1px);
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: calc(0 - 1px);
  -moz-border-radius-topright: calc(0 - 1px);
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: calc(0 - 1px);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.ui-grid-header-viewport {
  overflow: hidden;
}

.ui-grid-header-canvas:before, .ui-grid-header-canvas:after {
  content: "";
  display: flex;
  line-height: 0;
}
.ui-grid-header-canvas:after {
  clear: both;
}

.ui-grid-header-cell-wrapper {
  position: relative;
  display: flex;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.ui-grid-header-cell-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ui-grid-header-cell {
  position: relative;
  box-sizing: border-box;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d1d1d1;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 0;
}
.ui-grid-header-cell:last-child {
  border-right: 0;
}
.ui-grid-header-cell .sortable {
  cursor: pointer;
}
.ui-grid-header-cell .ui-grid-sort-priority-number {
  width: 0;
}
.ui-grid-header-cell .ui-grid-icon-up-dir[title^=Priority] + .ui-grid-sort-priority-number,
.ui-grid-header-cell .ui-grid-icon-down-dir[title^=Priority] + .ui-grid-sort-priority-number {
  width: auto;
  font-size: 10px;
}

/* Fixes IE word-wrap if needed on header cells */
.ui-grid-header-cell > div {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ui-grid-header .ui-grid-vertical-bar {
  top: 0;
  bottom: 0;
}

.ui-grid-column-menu-button {
  text-align: center;
  width: 24px;
  height: 20px;
  border-left: dotted 1px #e1e1e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-grid-column-menu-button .ui-grid-icon-angle-down,
.ui-grid-column-menu-button .ui-grid-icon-angle-down::before {
  line-height: 16px;
}

.col-sorting-details:not(:last-child),
.ui-grid-header-cell-label + span:not(.ui-grid-invisible):not(:last-child) {
  border-right: dotted 1px #e1e1e5;
}
.col-sorting-details sub,
.ui-grid-header-cell-label + span:not(.ui-grid-invisible) sub {
  bottom: auto;
}

.ui-grid-header-cell .ui-grid-cell-contents {
  width: calc(100% - 24px);
}
.ui-grid-header-cell-label + .ui-grid-invisible {
  width: 0;
}

.ui-grid-header-cell-last-col .ui-grid-cell-contents,
.ui-grid-header-cell-last-col .ui-grid-filter-container,
.ui-grid-header-cell-last-col .ui-grid-column-menu-button, .ui-grid-header-cell-last-col + .ui-grid-column-resizer.right {
  margin-right: 13px;
}

.ui-grid-render-container-right .ui-grid-header-cell-last-col .ui-grid-cell-contents,
.ui-grid-render-container-right .ui-grid-header-cell-last-col .ui-grid-filter-container,
.ui-grid-render-container-right .ui-grid-header-cell-last-col .ui-grid-column-menu-button, .ui-grid-render-container-right .ui-grid-header-cell-last-col .ui-grid-column-resizer.right {
  margin-right: 28px;
}

.ui-grid-header-cell .multiselect-modal {
  display: flex;
  align-items: center;
}

.ui-grid-column-menu {
  position: absolute;
}

/* Slide up/down animations */
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add, .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  transition: all 0.04s linear;
  display: block !important;
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active, .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  transform: translateY(-100%);
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add, .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  transform: translateY(0);
}

/* Slide up/down animations */
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add, .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  transition: all 0.04s linear;
  display: block !important;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active, .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  transform: translateY(-100%);
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add, .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  transform: translateY(0);
}

.ui-grid-filter-container {
  width: 100%;
  position: relative;
}
.ui-grid-filter-container .ui-grid-filter-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button [class^=ui-grid-icon] {
  position: absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  right: 10px;
  opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button [class^=ui-grid-icon]:hover {
  opacity: 1;
}
.ui-grid-filter-container .ui-grid-filter-button-select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button-select [class^=ui-grid-icon] {
  position: absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  right: 0px;
  opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button-select [class^=ui-grid-icon]:hover {
  opacity: 1;
}

.ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select {
  width: 100%;
}

[ui-grid-filter] {
  padding: 0.5rem;
  border-top: solid 1px #e1e1e5;
}
[ui-grid-filter] > [ui-grid-filter] {
  padding: 0;
  border: 0;
}

.multiselect-modal__trigger {
  height: 24px;
  width: 24px;
}
.multiselect-modal__trigger .fa {
  margin-top: 3px;
}

.ui-grid-render-container {
  position: inherit;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-render-container:focus {
  outline: none;
}

.ui-grid-viewport {
  background-color: #fff;
  min-height: 20px;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.ui-grid-viewport::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.ui-grid-viewport::-webkit-scrollbar-track, .ui-grid-viewport::-webkit-scrollbar-corner {
  background: #F4F4F4;
}
.ui-grid-viewport::-webkit-scrollbar-thumb {
  background: rgba(34, 30, 32, 0.5);
  border-radius: 100px;
  border: solid 2px #F4F4F4;
}
.ui-grid-viewport::-webkit-scrollbar-thumb:hover {
  background: #221e20;
}
.ui-grid-viewport:focus {
  outline: none !important;
}

.ui-grid-canvas {
  position: relative;
}

.ui-grid-render-container-body .ui-grid-canvas {
  height: 100% !important;
}

.ui-grid-row {
  clear: both;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #F4F4F4;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #fff;
}
.ui-grid-row:last-child .ui-grid-cell {
  border-bottom-color: #e1e1e5;
  border-bottom-style: solid;
}
.ui-grid-row:hover > [ui-grid-row] > .ui-grid-cell:hover .ui-grid-cell, .ui-grid-row:nth-child(odd):hover .ui-grid-cell, .ui-grid-row:nth-child(even):hover .ui-grid-cell {
  background-color: #FFF8E6;
}
.ui-grid-row:hover > [ui-grid-row] > .ui-grid-cell:hover .ui-grid-cell,
.ui-grid-row:hover > [ui-grid-row] > .ui-grid-cell:hover .ui-grid-cell a, .ui-grid-row:nth-child(odd):hover .ui-grid-cell,
.ui-grid-row:nth-child(odd):hover .ui-grid-cell a, .ui-grid-row:nth-child(even):hover .ui-grid-cell,
.ui-grid-row:nth-child(even):hover .ui-grid-cell a {
  color: #221E20;
}

.ui-grid-no-row-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e1e1e5;
  font-size: 2em;
  text-align: center;
}
.ui-grid-no-row-overlay > * {
  position: absolute;
  display: table;
  margin: auto 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.66;
}

.ui-grid-render-container-body .ui-grid-viewport {
  flex: 1 0 auto;
}

.ui-grid-cell {
  overflow: hidden;
  float: left;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #e1e1e5;
}
.ui-grid-cell:last-child {
  border-right: 0;
}

.ui-grid-cell-contents {
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.428;
  height: 100%;
  display: flex;
  align-items: center;
}
.ui-grid-cell-contents > a {
  text-decoration: none;
  color: #6c757d;
}
.ui-grid-cell-contents > a:hover {
  text-decoration: underline;
}
.ui-grid-cell-contents .stage-badge {
  max-width: 100%;
}

[role=gridcell] > .ui-grid-cell-contents > * {
  display: block;
  width: 100%;
  flex: 1;
  min-width: 0;
}

.ui-grid-cell-contents-hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}

.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  background-color: #F0F0EE;
  border-bottom: solid 1px #e1e1e5;
}

.ui-grid-cell-empty {
  display: inline-block;
  width: 10px;
  height: 10px;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss' and '_elements.scss'
 */
.ui-grid-footer-info {
  padding: 5px 10px;
}

.ui-grid-footer-panel-background, .ui-grid-footer-panel {
  background-color: #fff;
}

.ui-grid-footer-panel {
  position: relative;
  border-bottom: 1px solid #e1e1e5;
  border-top: 1px solid #e1e1e5;
  overflow: hidden;
  font-weight: bold;
  -webkit-border-top-right-radius: calc(0 - 1px);
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: calc(0 - 1px);
  -moz-border-radius-topright: calc(0 - 1px);
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: calc(0 - 1px);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.ui-grid-grid-footer {
  float: left;
  width: 100%;
}

.ui-grid-footer-viewport,
.ui-grid-footer-canvas {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
}

.ui-grid-footer-viewport {
  overflow: hidden;
}

.ui-grid-footer-canvas {
  position: relative;
}
.ui-grid-footer-canvas:before, .ui-grid-footer-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-footer-canvas:after {
  clear: both;
}

.ui-grid-footer-cell-wrapper {
  position: relative;
  display: table;
  box-sizing: border-box;
  height: 100%;
}

.ui-grid-footer-cell-row {
  display: table-row;
}

.ui-grid-footer-cell {
  overflow: hidden;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #e1e1e5;
  box-sizing: border-box;
  display: table-cell;
}
.ui-grid-footer-cell:last-child {
  border-right: 0;
}

.ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border: 0;
  border-left: 1px solid #e1e1e5;
  border-bottom: 1px solid #e1e1e5;
  cursor: pointer;
  height: 32px;
  font-weight: normal;
}

.ui-grid-menu-button .ui-grid-icon-container {
  margin-top: 5px;
  margin-left: 2px;
}

.ui-grid-menu-button .ui-grid-menu {
  right: 0;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
  overflow: scroll;
}

.ui-grid-menu {
  overflow: hidden;
  max-width: 320px;
  z-index: 2;
  position: absolute;
  padding: 0 10px 20px 10px;
  cursor: pointer;
  box-sizing: border-box;
}

.ui-grid-menu-item {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-grid-menu .ui-grid-menu-inner {
  background: #fff;
  border: 1px solid #e1e1e5;
  position: relative;
  white-space: nowrap;
  border-radius: 0 0 0 0;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss' and '_elements.scss'
 */
.ui-grid-menu .ui-grid-menu-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li {
  padding: 0;
}
.ui-grid-menu .ui-grid-menu-inner ul li .ui-grid-menu-item {
  color: #221E20;
  min-width: 100%;
  padding: 8px;
  text-align: left;
  background: transparent;
  border: none;
  cursor: default;
}
.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-button {
  cursor: pointer;
}
.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-button:hover, .ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-button:focus {
  background-color: #b3c4c7;
}
.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-button.ui-grid-menu-item-active {
  background-color: #9cb2b6;
}
.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) > .ui-grid-menu-item {
  border-bottom: 1px solid #e1e1e5;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_elements.scss'
 */
.ui-grid-sortarrow {
  right: 5px;
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  background-position: center;
}
.ui-grid-sortarrow.down {
  transform: rotate(180deg);
}

[class^=ui-grid-icon]:before, [class*=" ui-grid-icon"]:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.ui-grid-icon-blank::before {
  width: 1em;
  content: " ";
}

.ui-grid-icon-plus-squared:before {
  content: "\f0fe";
}

.ui-grid-icon-minus-squared:before {
  content: "\f146";
}

.ui-grid-icon-search:before {
  content: "\f002";
}

.ui-grid-icon-cancel:before {
  content: "\f00d";
}

.ui-grid-icon-info-circled:before {
  content: "\f05a";
}

.ui-grid-icon-lock:before {
  content: "\f023";
}

.ui-grid-icon-lock-open:before {
  content: "\f09c";
}

.ui-grid-icon-pencil:before {
  content: "\f040";
}

.ui-grid-icon-down-dir:before {
  content: "\f175";
}

.ui-grid-icon-up-dir:before {
  content: "\f176";
}

.ui-grid-icon-left-dir:before {
  content: "\f0d9";
}

.ui-grid-icon-right-dir:before {
  content: "\f0da";
}

.ui-grid-icon-left-open:before {
  content: "\f053";
}

.ui-grid-icon-right-open:before {
  content: "\f054";
}

.ui-grid-icon-angle-down:before {
  content: "\f107";
}

.ui-grid-icon-filter:before {
  content: "\f0b0";
}

.ui-grid-icon-sort-alt-up:before {
  content: "\f161";
}

.ui-grid-icon-sort-alt-down:before {
  content: "\f160";
}

.ui-grid-icon-ok:before {
  content: "\f00c";
}

.ui-grid-icon-menu:before {
  content: "\f0c9";
}

.ui-grid-icon-indent-left:before {
  content: "\f03b";
}

.ui-grid-icon-indent-right:before {
  content: "\f03c";
}

.ui-grid-icon-spin5:before {
  content: "\f110";
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ui-grid-icon-spin5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
/*
* RTL Styles
*/
.ui-grid[dir=rtl] .ui-grid-header-cell,
.ui-grid[dir=rtl] .ui-grid-footer-cell,
.ui-grid[dir=rtl] .ui-grid-cell {
  float: right !important;
}
.ui-grid[dir=rtl] .ui-grid-column-menu-button {
  position: absolute;
  left: 1px;
  top: 0;
  right: inherit;
}
.ui-grid[dir=rtl] .ui-grid-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
  border-right: 0;
}
.ui-grid[dir=rtl] .ui-grid-cell:last-child, .ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
  border-right: 1px solid #e1e1e5;
  border-left: 0;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
  width: 0;
}
.ui-grid[dir=rtl] .ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  left: 0;
  right: auto;
  background: #fff;
  border: 1px solid #e1e1e5;
  cursor: pointer;
  min-height: 27px;
  font-weight: normal;
}
.ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu {
  left: 0;
  right: auto;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button {
  right: initial;
  left: 0;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^=ui-grid-icon] {
  right: initial;
  left: 10px;
}

/*
   Animation example, for spinners
*/
.ui-grid-animate-spin {
  animation: ui-grid-spin 2s infinite linear;
  display: inline-block;
}
@keyframes ui-grid-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
.ui-grid-cell-focus {
  outline: 0;
  background-color: #b3c4c7;
}

.ui-grid-focuser {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ui-grid-focuser:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-grid-offscreen {
  display: block;
  position: absolute;
  left: -10000px;
  top: -10000px;
  clip: rect(0px, 0px, 0px, 0px);
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
div.ui-grid-cell input {
  border-radius: inherit;
  padding: 0;
  width: 100%;
  color: inherit;
  height: auto;
  font: inherit;
  outline: none;
}
div.ui-grid-cell input:focus {
  color: inherit;
  outline: none;
}
div.ui-grid-cell input[type=checkbox] {
  margin: 9px 0 0 6px;
  width: auto;
}
div.ui-grid-cell input.ng-invalid {
  border: 1px solid #fc8f8f;
}
div.ui-grid-cell input.ng-valid {
  border: 1px solid #e1e1e5;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
.ui-grid-viewport .ui-grid-empty-base-layer-container {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #F4F4F4;
}
.expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #fff;
}

.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: initial;
}

.ui-grid-expandable-buttons-cell i {
  pointer-events: all;
}

.scrollFiller {
  float: left;
  border: 1px solid #e1e1e5;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
.ui-grid-tree-header-row {
  font-weight: bold !important;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
.movingColumn {
  position: absolute;
  top: 0;
  border: 1px solid #e1e1e5;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.movingColumn .ui-grid-icon-angle-down {
  display: none;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss' and '_elements.scss'
 */
.ui-grid-pager-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  box-sizing: content-box;
}

.ui-grid-pager-container {
  float: left;
}

.ui-grid-pager-control {
  padding: 5px 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: 10px;
  margin-left: 10px;
  min-width: 135px;
  float: left;
}
.ui-grid-pager-control button, .ui-grid-pager-control span, .ui-grid-pager-control input {
  margin-right: 4px;
}
.ui-grid-pager-control button {
  height: 25px;
  min-width: 26px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background: #f3f3f3;
  border: 1px solid #ccc;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #eee;
}
.ui-grid-pager-control button:hover {
  border-color: #adadad;
  text-decoration: none;
}
.ui-grid-pager-control button:focus {
  border-color: #8c8c8c;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-grid-pager-control button:active {
  border-color: #adadad;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ui-grid-pager-control button:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-grid-pager-control button:active:hover, .ui-grid-pager-control button:active:focus {
  background-color: #c8c8c8;
  border-color: #8c8c8c;
}
.ui-grid-pager-control button:hover, .ui-grid-pager-control button:focus, .ui-grid-pager-control button:active {
  color: #eee;
  background: #dadada;
}
.ui-grid-pager-control button[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.ui-grid-pager-control button[disabled]:hover, .ui-grid-pager-control button[disabled]:focus {
  background-color: #f3f3f3;
  border-color: #ccc;
}
.ui-grid-pager-control input {
  display: inline-block;
  height: 26px;
  width: 50px;
  vertical-align: top;
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ui-grid-pager-control input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-grid-pager-control input[disabled], .ui-grid-pager-control input[readonly], .ui-grid-pager-control input::-moz-placeholder {
  opacity: 1;
}
.ui-grid-pager-control input::-moz-placeholder, .ui-grid-pager-control input:-ms-input-placeholder, .ui-grid-pager-control input::-webkit-input-placeholder {
  color: #999;
}
.ui-grid-pager-control input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ui-grid-pager-control input[disabled], .ui-grid-pager-control input[readonly] {
  background-color: #eeeeee;
}
.ui-grid-pager-control input[disabled] {
  cursor: not-allowed;
}
.ui-grid-pager-control .ui-grid-pager-max-pages-number {
  vertical-align: bottom;
}
.ui-grid-pager-control .ui-grid-pager-max-pages-number > * {
  vertical-align: middle;
}
.ui-grid-pager-control .ui-grid-pager-max-pages-number abbr {
  border-bottom: none;
  text-decoration: none;
}
.ui-grid-pager-control .first-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: -3px;
}
.ui-grid-pager-control .first-bar-rtl {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-right: -7px;
}
.ui-grid-pager-control .first-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #4d4d4d transparent transparent;
  margin-left: 2px;
}
.ui-grid-pager-control .next-triangle {
  margin-left: 1px;
}
.ui-grid-pager-control .prev-triangle {
  margin-left: 0;
}
.ui-grid-pager-control .last-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #4d4d4d;
  margin-left: -1px;
}
.ui-grid-pager-control .last-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: 1px;
}
.ui-grid-pager-control .last-bar-rtl {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-right: -11px;
}

.ui-grid-pager-row-count-picker {
  float: left;
}
.ui-grid-pager-row-count-picker select {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: 25px;
  width: 67px;
  display: inline-block;
  vertical-align: middle;
}
.ui-grid-pager-row-count-picker select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-grid-pager-row-count-picker select[disabled], .ui-grid-pager-row-count-picker select[readonly], .ui-grid-pager-row-count-picker select::-moz-placeholder {
  opacity: 1;
}
.ui-grid-pager-row-count-picker select::-moz-placeholder, .ui-grid-pager-row-count-picker select:-ms-input-placeholder, .ui-grid-pager-row-count-picker select::-webkit-input-placeholder {
  color: #999;
}
.ui-grid-pager-row-count-picker select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ui-grid-pager-row-count-picker select[disabled], .ui-grid-pager-row-count-picker select[readonly] {
  background-color: #eeeeee;
}
.ui-grid-pager-row-count-picker select[disabled] {
  cursor: not-allowed;
}
.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
  margin-top: 3px;
}

.ui-grid-pager-count-container {
  float: right;
  margin-top: 4px;
  min-width: 50px;
}
.ui-grid-pager-count-container .ui-grid-pager-count {
  margin-right: 10px;
  margin-left: 10px;
  float: right;
}
.ui-grid-pager-count-container .ui-grid-pager-count abbr {
  border-bottom: none;
  text-decoration: none;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
.ui-grid-pinned-container {
  position: absolute;
  display: inline;
  top: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left {
  float: left;
  left: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right {
  float: right;
  right: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-right-color: #ababab;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-right-color: #c4c4e2;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar, .ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d1d1d1;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #c4c4e2;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #ababab;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-left-color: #ababab;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-left-color: #c4c4e2;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar, .ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
  background-color: #d1d1d1;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #c4c4e2;
}
.ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
  left: -1px;
  width: 1px;
  background-color: #ababab;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
.ui-grid-column-resizer {
  top: 0;
  bottom: 0;
  width: 5px;
  position: absolute;
  cursor: col-resize;
}
.ui-grid-column-resizer.left {
  left: 0;
}
.ui-grid-column-resizer.right {
  right: 0;
}

.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border-right: 1px solid #e1e1e5;
}

.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border-right: 0;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.left {
  border-left: 1px solid #e1e1e5;
}

.ui-grid.column-resizing {
  cursor: col-resize;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ui-grid.column-resizing .ui-grid-resize-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #c4c4e2;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
.ui-grid-row-saving .ui-grid-cell {
  color: #848484 !important;
}

.ui-grid-row-dirty .ui-grid-cell {
  color: #610B38;
}

.ui-grid-row-error .ui-grid-cell {
  color: #FF0000 !important;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: rgba(32, 165, 133, 0.2);
}

.ui-grid-disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}

.ui-grid-selection-row-header-buttons {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.ui-grid-selection-row-header-buttons::before {
  opacity: 0.1;
}
.ui-grid-selection-row-header-buttons.ui-grid-row-selected::before, .ui-grid-selection-row-header-buttons.ui-grid-all-selected::before {
  opacity: 1;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
.ui-grid-tree-row-header-buttons.ui-grid-tree-header {
  cursor: pointer;
  opacity: 1;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
.ui-grid-tree-header-row {
  font-weight: bold !important;
}

.ui-grid-tree-header-row .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: all;
}

/**
 *  SASS doesn't do 'reference' files, so if you compile outside of '_main.scss', you'll
 *  have to manually include '_variables.scss'
 */
.ui-grid-cell-contents.invalid {
  border: 1px solid #fc8f8f;
}
@keyframes slide-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h4.form_section_head, .form_section_head.h4, .form_section_head.house-call__title {
  font-size: 14px;
  color: #690;
  text-transform: none;
  font-weight: 700;
}

.row.company_fields {
  position: relative;
}
.row.company_fields .button_cont {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}
.row.company_fields .button_cont i {
  color: #dc3545;
  font-size: 20px;
  cursor: pointer;
}

.flexdatalist-results li:hover span.item {
  color: #fff;
}

.flexdatalist-results li span.item-email {
  display: block;
  font-style: italic;
  font-size: 95%;
}

.flexdatalist-results li span.item-company_name, .flexdatalist-results li span.item-company_names {
  display: block;
  color: #666;
  font-style: italic;
  font-size: 95%;
}

.flexdatalist-results li span.item-address1 {
  display: block;
  color: #666;
  font-style: italic;
  font-size: 95%;
}

.flexdatalist-results li span.item-city {
  color: #666;
  font-style: italic;
  font-size: 95%;
}

.flexdatalist-results li span.item-state {
  color: #666;
  font-style: italic;
  font-size: 95%;
}

.flexdatalist-results li span.item-zip {
  color: #666;
  font-style: italic;
  font-size: 95%;
}

#col_actions_wrapper {
  overflow-y: hidden;
  position: relative;
}
#col_actions_wrapper #col_actions {
  position: absolute;
  width: 100%;
  padding: 10px;
}

#col_actions .col_toggle {
  display: grid;
  grid-template-columns: 50px 50px 1fr 50px;
  grid-template-rows: 1fr;
  text-align: center;
  margin: 10px 0px;
  background-color: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
@media all and (-ms-high-contrast: none) {
  #col_actions .col_toggle {
    display: -ms-grid;
    -ms-grid-columns: 50px 50px 1fr 50px;
    -ms-grid-rows: 1fr;
  }
  #col_actions .col_toggle .col_toggle_up {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #col_actions .col_toggle .col_toggle_visible {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  #col_actions .col_toggle .col_toggle_name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  #col_actions .col_toggle .col_toggle_down {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }
}
#col_actions .col_toggle .col_toggle_up {
  grid-area: 1/1/2/2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  padding: 8px;
  cursor: pointer;
}
#col_actions .col_toggle .col_toggle_up:hover {
  background-color: #e4e4e4;
}
#col_actions .col_toggle .col_toggle_visible {
  grid-area: 1/2/2/3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  padding: 8px;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  cursor: pointer;
}
#col_actions .col_toggle .col_toggle_visible:hover {
  background-color: #e4e4e4;
}
#col_actions .col_toggle .col_toggle_name {
  grid-area: 1/3/2/4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
#col_actions .col_toggle .col_toggle_name span {
  font-size: 16px;
}
#col_actions .col_toggle .col_toggle_down {
  grid-area: 1/4/2/5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  padding: 8px;
  border-left: 1px solid gray;
  cursor: pointer;
}
#col_actions .col_toggle .col_toggle_down:hover {
  background-color: #e4e4e4;
}

.focused_col_toggle {
  box-shadow: 0 0 12px 1px rgba(51, 122, 183, 0.8) !important;
}

.prev_focused_col_toggle {
  box-shadow: 0 0 12px 1px rgba(131, 131, 131, 0.8) !important;
  background-color: #dedede !important;
}

#remote_house_calls {
  padding: 20px 0;
}

/**========================================================================
 *                           House Call Cards & Listing
 *========================================================================**/
.house-call__listing {
  list-style: none;
}

.house-call {
  /*================== Card Header =================*/
  /*================== Card Body =================*/
  /*================== Additional Details =================*/
  /*================== Card Footer =================*/
}
.house-call__title {
  flex: 1 1 auto;
}
.house-call__title small, .house-call__title .small {
  display: block;
  font-weight: bold;
  color: #777;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.house-call__controls {
  flex: none;
}
.house-call__controls .edit_remote_house_call {
  margin-left: 16px;
}
.house-call__body {
  padding: 0 16px;
}
.house-call__data {
  margin-bottom: 0;
}
.house-call__data-item {
  padding: 8px 0;
}
.house-call__invite-url {
  padding: 4px;
  border-radius: 4px;
  display: block;
  background: #eee;
  border: solid 1px #ddd;
  width: 100%;
  color: #777;
}
.house-call__invite-url:focus {
  outline-color: #2780e3;
}
.house-call__data-item:not(:first-child) {
  border-top: solid 1px #eee;
}
.house-call__data-item:last-child {
  padding-bottom: 24px;
}
.house-call__data-title {
  font-weight: bold;
  color: #777;
}
.house-call__data-value {
  margin-top: 0.25em;
}
.house-call__chat-transcript {
  display: flex;
  flex-direction: column;
}
.house-call__chat-transcript-item {
  max-width: 75%;
  padding: 0.5em;
  border-radius: calc(0.75em + 4px);
  background: #eee;
  align-self: flex-start;
  line-height: 1.5;
  margin-bottom: 2px;
}
.house-call__chat-transcript-item--expert {
  align-self: flex-end;
  background: rgba(39, 128, 227, 0.2);
}
.house-call__attachments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.house-call__attachments-list-item {
  border-bottom: dotted 1px #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}
.house-call__attachments-list-item:last-child {
  border-bottom: none;
}
.house-call__attachments-list-item:hover {
  background-color: #f6f6f6;
}
.house-call__attachment-link {
  flex: 1 0 auto;
}
.house-call__attachment-link:hover {
  text-decoration: none;
}
.house-call__attachment-icon {
  width: 1em;
  margin-right: 4px;
}
.house-call__edit-attachment {
  font-size: 12px;
}
.house-call__edit-attachment .fa {
  margin-right: 4px;
}
.house-call__edit-attachment:hover {
  text-decoration: none;
  color: #333;
}
.house-call__edit-attachment-form .dropzone {
  border: none;
  padding: 0;
}
.house-call__edit-attachment-form .form-group {
  padding: 15px 0 20px 0;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee;
}
@media (min-width: 640px) {
  .house-call__data-item {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .house-call__data-value {
    grid-column: span 2/span 2;
    margin-top: 0;
  }
}
@media (min-width: 800px) {
  .house-call__body {
    padding: 0 24px;
  }
  .house-call__data-item {
    padding: 16px 0;
  }
  .house-call__data-value {
    margin-top: 0;
  }
}
.house-call__full-details {
  background: #f6f6f6;
  padding: 16px;
}
@media (min-width: 800px) {
  .house-call__full-details {
    padding: 16px 24px;
  }
}
.house-call__hidden-details {
  margin-top: 16px;
}
.house-call__full-details .house-call__data-item {
  font-size: 12px;
  padding: 12px 0;
}
.house-call__details-toggle {
  font-weight: bold;
  color: #2780e3;
  text-align: center;
  cursor: pointer;
  display: block;
}
.house-call__details-toggle:hover {
  color: #333;
}
.house-call__footer {
  border-top: solid 1px #eee;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 800px) {
  .house-call__footer {
    padding: 16px 24px;
  }
}
.house-call__timestamps {
  flex: 1 1 auto;
}
.house-call__delete {
  flex: none;
}

.rlm-text-body, .rlm-text-body-md {
  font-size: 1rem;
  line-height: 1.375;
}
.rlm-text-body-lg, .rlm-h5, .rlm-h6 {
  font-size: 1.125rem;
  line-height: 1.33333;
}
.rlm-text-body-sm {
  font-size: 0.875rem;
  line-height: 1.42857;
}
.rlm-text-body-xs, .rlm-btn-secondary {
  font-size: 0.75rem;
  line-height: 1.33333;
}
.rlm-caption-1, .filter-badge, .rlm-caption-2, .form-group.show label, label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
  line-height: 1.66666;
}
.rlm-caption-2, .form-group.show label, label {
  font-weight: 400;
}
.rlm-link, .tab-pane-body a:not(.btn):not(.rlm-btn-secondary),
.detail-page-minipanes a:not(.btn):not(.rlm-btn-secondary) {
  color: #221E20;
  text-decoration: underline;
}
.rlm-link:hover, .tab-pane-body a:hover:not(.btn):not(.rlm-btn-secondary),
.detail-page-minipanes a:hover:not(.btn):not(.rlm-btn-secondary) {
  text-decoration: none;
}
.rlm-h4 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.272727;
}
.rlm-h5 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
}
.rlm-h6 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.66666;
}

.btn-primary,
.rlm-btn-primary {
  letter-spacing: 0.05em;
}

.nav-item:not(first-child) > .rlm-btn-secondary, .detail-page-nav__item:not(first-child) > .rlm-btn-secondary {
  margin-left: 1rem;
}
.nav-link.dropdown-toggle::after, .dropdown-toggle.detail-page-nav__link::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  line-height: 1;
}

.plus-btn {
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.5rem;
}

.rlm-nav {
  border-bottom: solid 1px #d1d1d1;
  font-size: 1rem;
}

.rlm-nav__user-menu .dropdown-toggle.show .rlm-nav__user-avatar {
  background-color: transparent;
}

.rlm-nav .dropdown-toggle.show {
  color: #008FBD;
  background-color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
}

.rlm-nav .dropdown.show {
  z-index: 1055;
}

.rlm-nav__main-menu .dropdown.show {
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.4));
}

.rlm-nav .dropdown-item {
  border-radius: 0.2rem;
}

.rlm-nav .dropdown-menu:not(.dropdown-menu-end) {
  border-top-left-radius: 0;
}

.rlm-nav__user-avatar,
.rlm-create-btn {
  height: 2.5rem;
}

.rlm-nav__user-avatar {
  width: 2.5rem;
}

@media (max-width: 991.98px) {
  .rlm-nav__main-menu {
    width: 90%;
    max-width: 300px;
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1055;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .rlm-nav__main-menu.show {
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.2s, opacity 0.2s;
  }
  .rlm-nav__flyout-header {
    margin-bottom: 1rem;
  }
  .rlm-nav__menu-item {
    width: 100%;
    padding-bottom: 1rem;
  }
  .rlm-nav__menu-link {
    color: #221E20;
    font-weight: 500;
  }
  .rlm-nav__menu-link, .rlm-nav__submenu-link {
    display: block;
    padding: 0.5rem 1rem;
  }
  .rlm-nav__submenu-link {
    color: #747474;
  }
  .panel-close {
    cursor: pointer;
    opacity: 0.8;
  }
  .panel-close:hover {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .rlm-header__branding {
    min-width: 181px;
  }
  .rlm-nav__main-menu {
    display: flex;
  }
  .rlm-nav__menu-link {
    padding: 0.5rem 1rem;
  }
  .rlm-nav__submenu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .rlm-header__branding {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .rlm-header__app-name {
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
  .rlm-header__dealer-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
}
.rlm-bcrumbs > li:not(:last-child):not(:first-child)::after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}

.rlm-app-body {
  position: relative;
  z-index: 0;
}

html.panel-active, html.panel-active body,
html.menu-active,
html.menu-active body {
  height: 100vh;
  overflow: hidden;
}

.panel-backdrop {
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 30, 32, 0.3);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.panel-backdrop.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.rlm-panel {
  width: 90%;
  max-width: 450px;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.2s;
  border-radius: 0;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1055;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.rlm-panel.show {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.2s, opacity 0.2s;
}

.panel-body hr {
  background-color: #ced4da;
}

.task__primary-badge, .task__secondary-badge {
  position: absolute;
  width: 1rem;
  font-size: 10px;
}
.task__primary-badge span, .task__secondary-badge span {
  transform: translate(-50%, -50%) rotate(-90deg);
  line-height: 1rem;
  letter-spacing: 0.05em;
}

.card-header, .create-form__header,
.edit-form__header {
  border-bottom: solid 1px #e9ecef;
}

/**========================================================================
 *                           Labels
 *========================================================================**/
label {
  margin-bottom: 0;
}
label:not([class*=mb-]):not(.mbsc-multiselect-label):not(.form-check-label):not(.mbsc-segmented-item) {
  margin-bottom: 0.5rem;
}

.label_icon.clearCompany:hover {
  color: #dc3545;
  cursor: pointer;
}

.required > label:not(.mbsc-multiselect-label)::after,
.labeled-optional > label:not(.mbsc-multiselect-label)::after {
  content: "required";
  letter-spacing: normal;
}

.labeled-optional > label:not(.mbsc-multiselect-label)::after {
  content: "optional";
}

/**========================================================================
 *  Floating Label Fix for textareas
 *  https://github.com/twbs/bootstrap/issues/32800
 *========================================================================**/
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form-floating > .mbsc-select-input:not(:-moz-placeholder-shown) ~ label, .form-floating > input[type=text].ui-grid-filter-input:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  height: auto;
  padding: 0px;
  padding: 5px 0px 0px 10px;
  width: 100%;
  transform: scale(0.982) translateY(0rem) translateX(0.1rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .mbsc-select-input:focus ~ label, .form-floating > input[type=text].ui-grid-filter-input:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .mbsc-select-input:not(:placeholder-shown) ~ label,
.form-floating > input[type=text].ui-grid-filter-input:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.form-floating > select ~ label,
.form-floating > .custom-select ~ label {
  opacity: 1;
  height: auto;
  padding: 5px 0px 0px 10px;
  width: 100%;
  transform: scale(0.982) translateY(0rem) translateX(0.1rem);
}

.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .mbsc-select-input:-webkit-autofill ~ label, .form-floating > input[type=text].ui-grid-filter-input:-webkit-autofill ~ label {
  opacity: 1;
  height: auto;
  padding: 0px;
  padding: 5px 0px 0px 10px;
  width: 100%;
  transform: scale(0.982) translateY(0rem) translateX(0.1rem);
}

/**========================================================================
 *                           Form Groups
 *========================================================================**/
.form-group:not([class*=mb-]) {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form-group:not([class*=mb-]) {
    margin-bottom: 2rem;
  }
}

.panel-body .form-group:not([class*=mb-]) {
  margin-bottom: 1.5rem;
}

/**========================================================================
 *                           Buttons
 *========================================================================**/
/**========================================================================
 *                           Checkboxes
 *========================================================================**/
/**========================================================================
 *                           Select Inputs
 *========================================================================**/
.form-select-sm, select.ui-grid-filter-select {
  padding-right: 1.5rem;
  background-size: 12px 12px;
  background-position: right 0.5rem center;
}

/**========================================================================
 *                           Search Input
 *========================================================================**/
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50em;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23221E20'%3E%3C!--! Font Awesome Pro 6.1.1 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons  Inc. --%3E%3Cpath d='M180.7 180.7C186.9 174.4 197.1 174.4 203.3 180.7L256 233.4L308.7 180.7C314.9 174.4 325.1 174.4 331.3 180.7C337.6 186.9 337.6 197.1 331.3 203.3L278.6 256L331.3 308.7C337.6 314.9 337.6 325.1 331.3 331.3C325.1 337.6 314.9 337.6 308.7 331.3L256 278.6L203.3 331.3C197.1 337.6 186.9 337.6 180.7 331.3C174.4 325.1 174.4 314.9 180.7 308.7L233.4 256L180.7 203.3C174.4 197.1 174.4 186.9 180.7 180.7zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 32C132.3 32 32 132.3 32 256C32 379.7 132.3 480 256 480C379.7 480 480 379.7 480 256C480 132.3 379.7 32 256 32z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  background-size: contain;
}

input[type=search]:focus::-webkit-search-cancel-button {
  pointer-events: all;
  cursor: pointer;
}

/**========================================================================
 *                           Select 2
 *========================================================================**/
.select2-container--default .select2-selection--multiple {
  border-color: #ced4da;
}

@media (min-width: 768px) {
  .journal-list__controls {
    min-width: 33.3333%;
  }
  .journal-list {
    min-width: 66.6666%;
  }
  #journalFilters.collapse,
  #calendarFilters.collapse {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  #journalFilters.collapsing,
  #calendarFilters.collapsing {
    position: relative;
    height: unset !important;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .journal-list__controls {
    flex: 0 0 360px;
    min-width: 0;
  }
  .journal-list {
    flex: 1 1 auto;
    min-width: 0;
  }
}
.journal-list__controls .overflow-auto, .journal-list__controls .detail-page-nav {
  padding-left: 1rem;
  margin-left: -1rem;
  width: calc(100% + 1rem);
}

.journal-list__wrapper--loading .journal-list {
  opacity: 0.5;
}

.journal-list__wrapper .loading-spinner {
  opacity: 0;
  transform: scale(0);
  top: 45vh;
  z-index: 1018;
  transition: opacity 0.2s, transform 0.2s;
}
.journal-list__wrapper.journal-list__wrapper--loading .loading-spinner {
  opacity: 1;
  transform: scale(1);
}

.journal-list__clear-all-filters {
  cursor: pointer;
  display: none;
}

.toggle-journal-truncation {
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1rem;
  position: relative;
  padding-bottom: 8px;
  border-radius: 8px;
  display: block;
  color: #008FBD !important;
}

.journal-entry__body {
  position: relative;
}

.journal-entry__body--collapsed {
  max-height: 7.5rem;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
.journal-entry__body--collapsed .toggle-journal-truncation {
  position: absolute !important;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999 !important;
  margin-bottom: 8px;
}
.journal-entry__body--collapsed::after {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.detail-header .nav-link, .detail-header .detail-page-nav__link,
.detail-body__sidebar .nav-link,
.detail-body__sidebar .detail-page-nav__link {
  color: #fff;
  border: none;
  margin-bottom: 0;
}
.detail-header .nav-link:not(.active):hover, .detail-header .detail-page-nav__link:not(.active):hover,
.detail-body__sidebar .nav-link:not(.active):hover,
.detail-body__sidebar .detail-page-nav__link:not(.active):hover {
  background-color: #221E20;
}
.detail-header .nav-link.active, .detail-header .active.detail-page-nav__link,
.detail-body__sidebar .nav-link.active,
.detail-body__sidebar .active.detail-page-nav__link {
  cursor: default;
}

.loading-overlay {
  background-color: rgba(255, 255, 255, 0.6);
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

#loading-bar,
#loading-bar-spinner,
.loading-overlay {
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  transition: width 350ms;
  background-image: linear-gradient(to right, #A52F76, #c83f91, #A52F76);
  background-repeat: repeat-x;
  background-size: 50vw 100%;
  z-index: 1030;
  top: -1px;
  left: -1px;
  height: 4px;
  animation: loaderGradient 1s linear infinite;
}

.loading-animation > div {
  border-radius: 2px;
  margin: 2px;
  background-color: #008FBD;
  width: 4px;
  height: 2rem;
  display: inline-block;
}
.loading-animation > div:nth-child(1) {
  animation: loadingAnimation 1s -0.4s infinite cubic-bezier(0.54, 0.01, 0.52, 1);
}
.loading-animation > div:nth-child(2) {
  animation: loadingAnimation 1s -0.3s infinite cubic-bezier(0.54, 0.01, 0.52, 1);
}
.loading-animation > div:nth-child(3) {
  animation: loadingAnimation 1s -0.2s infinite cubic-bezier(0.54, 0.01, 0.52, 1);
}
.loading-animation > div:nth-child(4) {
  animation: loadingAnimation 1s -0.1s infinite cubic-bezier(0.54, 0.01, 0.52, 1);
}
.loading-animation > div:nth-child(5) {
  animation: loadingAnimation 1s 0s infinite cubic-bezier(0.54, 0.01, 0.52, 1);
}

@keyframes loadingAnimation {
  0%, 100% {
    transform: scaley(1);
    background-color: #00b6f0;
  }
  50% {
    transform: scaley(0.4);
    background-color: #008FBD;
  }
}
@keyframes loaderGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.column-editor__item {
  background-color: #F4F4F4;
}
.column-editor__item.is-hidden {
  background-color: #fff;
}
.column-editor__item-toggle {
  cursor: pointer;
}
.column-editor__item-handle {
  padding: 1rem;
  opacity: 0.5;
  cursor: grab;
  transition: padding 0.3s;
}
.column-editor__item-handle:hover {
  opacity: 1;
  background-color: #d1d1d1;
}
.column-editor__item:not(.is-hidden).sortable-drag {
  background-color: #d1d1d1;
}
.column-editor__item.sortable-ghost {
  opacity: 0.5;
}
.column-editor__item.sortable-ghost .column-editor__item-handle {
  padding: 1.5rem 1rem;
  background: transparent;
}

.is-dragging .column-editor__item-handle {
  pointer-events: none;
}

/**============================================
 *         Filter related stuff
 *=============================================**/
.column-editor__clear-filter {
  display: flex;
  cursor: pointer;
}

.stripe-billing__container {
  min-height: 60vh;
}
@media (min-width: 768px) {
  .stripe-billing__container {
    min-height: 80vh;
  }
}
.stripe-billing__card {
  width: 100%;
  max-width: 600px;
}

@media (max-width: 767.98px) {
  .filters-panel {
    transition: transform 0.3s, background-color 0.3s;
    width: 100%;
    z-index: 1019;
    width: 100%;
    padding: 1rem 1.25rem;
  }
  .filters-panel.journal-list__controls {
    top: 60px;
  }
  .filters-panel.calendar__sidebar {
    top: 16px;
  }
  .filters-panel.is-pinned:not(.is-open) {
    width: auto;
    transform-origin: top right;
    transform: scale(0.6);
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    background-color: #221E20 !important;
  }
  .filters-panel.is-pinned:not(.is-open) button {
    color: #fff !important;
  }
  .filters-panel.is-pinned.is-open {
    width: 100%;
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .filters-panel {
    top: calc(64px + clamp(1rem, 2vw, 2rem));
  }
}
.filter-group--collapsible .filter-group__title::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f078";
}
.filter-group--collapsible .filter-group__title[aria-expanded=true]::after {
  transform: rotate(180deg);
}
[aria-expanded=true] .fa-angle-down {
  transform: rotate(180deg);
}

.filter-group__scroll-pane {
  padding-left: 8px;
  margin-left: -8px;
  width: calc(100% + 8px);
}

.filter-group__counter {
  background: #221E20;
  color: white;
  padding: 2px 5px;
  border-radius: 900px;
  justify-self: flex-end;
  margin-left: auto;
  margin-right: 8px;
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 0.6875rem !important;
}

.filter-group__heading {
  justify-self: flex-start;
  border-radius: 0.25rem;
}

body .buorg {
  background-color: #221E20;
  color: #fff;
  font-family: filson-pro, sans-serif;
  border-bottom: none;
  padding: 16px;
}
body .buorg-moremsg {
  display: block;
}
body .buorg-buttons {
  margin-top: 16px;
}
body #buorgig, body #buorgul, body #buorgpermanent {
  border-radius: 100px;
  background-color: #EEA820;
  color: #221E20;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border: solid 2px #EEA820;
}
body #buorgig {
  color: #EEA820;
  background-color: #221E20;
}

.document-list {
  margin-top: 20px;
}

/* <editor-fold desc="Document Field Headers"> */
.document-list__field-headers {
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.document-list__field-header-fields > * {
  flex-basis: calc(100% / var(--num-children));
}

.document-list__field-header-fields {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  padding-right: 30px;
}

.document-list__field-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 16px;
}

.document-list__field-header:not(:first-child) {
  /*border-left: 1px solid #F4F4F4;*/
  padding-left: 16px;
  border-left: 2px solid rgb(209, 209, 209);
}

.document-list__field-header--sortable {
  cursor: pointer;
}

/* </editor-fold> */
.document-list__item {
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid #FFFFFF;
}

.document-list__item-header {
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.document-list__item-props > * {
  flex-basis: calc(100% / var(--num-children));
}

.document-list__item-props {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
}

.document-list__item-prop {
  display: flex;
  flex-direction: column;
}

.document-list__item-key {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  color: #747474;
}

.document-list__item-value {
  font-size: 14px;
  color: #221E20;
  line-height: 20px;
}

.document-list__table {
  width: 100%;
}

.document-list__table thead {
  background: #747474;
}

.document-list__table th {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.document-list__table th:first-child,
.document-list__table td:first-child {
  padding-left: 16px;
}

.document-list__table th:last-child,
.document-list__table td:last-child {
  padding-right: 16px;
}

.document-list__table th {
  font-weight: bold;
}

.document-list__table tbody tr:not(:first-child) {
  border-top: 1px solid #F4F4F4;
}

.document-list__table tbody tr td {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.document-list__table tr {
  font-weight: normal;
}

/*details.document-list__item[open],*/
details.document-list__item:hover {
  border-color: #747474;
}

.document-list__field-headers .empty-icon,
.document-list__field-headers .closed-icon,
.document-list__field-headers .opened-icon,
.document-list__item-header .closed-icon,
.document-list__item-header .opened-icon {
  color: #A52F76;
  padding-left: 16px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

details.document-list__item:not([open]) .closed-icon {
  display: inline-block;
}

details.document-list__item[open] .opened-icon {
  display: inline-block;
}

.document-list__table-container {
  overflow-x: scroll;
}

.document-list__total {
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .document-list__field-headers {
    display: none !important;
  }
  .document-list__item-props {
    flex-direction: column !important;
  }
  .document-list__item-props > * {
    margin-bottom: 12px !important;
  }
  .document-list__item-prop--empty {
    display: none !important;
  }
}
.login-form,
.forgot-pw-form {
  width: 100%;
  max-width: 600px;
}

/**========================================================================
 **                            Detail Header
 *========================================================================**/
.detail-header {
  padding-bottom: clamp(1rem, 2vw, 2rem);
}
.detail-header__copy-btn-wrapper .internal-email-modal-trigger {
  margin-left: 0.25rem;
}
@media (hover: hover) {
  .detail-header__copy-btn-wrapper .internal-email-modal-trigger {
    opacity: 0;
    margin-left: 0;
    cursor: pointer;
    transition: opacity 0.2s, margin-left 0.2s;
  }
  .detail-header__copy-btn-wrapper:hover .internal-email-modal-trigger {
    text-decoration: underline;
    opacity: 1;
    margin-left: 0.25rem;
  }
}

.lead-utility-links > li {
  position: relative;
}
.lead-utility-links > li::before {
  content: "";
  position: absolute;
  width: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  background: #d1d1d1;
}

/**========================================================================
 **                           Quick Actions Menu
 *========================================================================**/
.quick-actions-menu {
  z-index: 1000;
}
.quick-actions-menu__item:hover {
  background-color: #F4F4F4;
}
.p-plus__toggle-btn[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.p-plus__toggle-btn,
.quick-actions-menu__item {
  font-size: clamp(0.875rem, 1.4vw, 1.125rem);
}

.p-plus__overflow {
  min-width: 250px;
}
.p-plus--is-hiding-primary .p-plus__overflow {
  left: 0;
  right: auto;
}

/**============================================
*               Mini Tabs
*=============================================**/
.detail-page-minipanes .form-group {
  margin-bottom: 1rem;
}

/**============================================
 *     Dropdown menu next to stick tabs
 *=============================================**/
.quick-actions-dropdown__wrapper {
  opacity: 0;
  transition: opacity 0.3s ease-out, margin 0.5s ease-out;
  z-index: 1;
  pointer-events: none;
}
.quick-actions-dropdown__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1rem;
  left: -1rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.quick-actions-dropdown__toggle {
  border-left: solid 1px rgba(255, 255, 255, 0);
  transition: border-left 0.5s ease-out;
}
.quick-actions-menu.dropdown-menu {
  border-top-right-radius: 0;
}
.quick-actions-menu.dropdown-menu .quick-actions-menu__item {
  cursor: pointer;
}

.is-pinned .quick-actions-dropdown__wrapper {
  opacity: 1;
  pointer-events: initial;
}
.is-pinned .quick-actions-dropdown__toggle {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}

/**========================================================================
 **                            Detail Body
 *========================================================================**/
.detail-body {
  z-index: 0;
}
.detail-body__sidebar {
  position: sticky;
  top: -1px !important;
  z-index: 1020;
}
.detail-body__sidebar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1rem;
  background: linear-gradient(to bottom, #F4F4F4 0, rgba(244, 244, 244, 0));
}

/**========================================================================
 **                            Detail Tabs
 *========================================================================**/
.detail-page-nav {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.detail-page-nav::-webkit-scrollbar {
  display: none;
}
.detail-page-nav::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  flex: 0 0 auto;
}
.detail-page-nav__badge::before {
  content: "(";
}
.detail-page-nav__badge::after {
  content: ")";
}

/**========================================================================
 **                           Tab Panes
 *========================================================================**/
.tab-pane {
  scroll-margin-top: 50px;
}
@media (min-width: 992px) {
  .tab-pane {
    scroll-margin-top: 70px;
  }
}

.sample-item {
  display: flex;
}

/**========================================================================
 *                         Listing Grids 
 *========================================================================**/
@media (min-height: 300px) {
  .detail-body .myGrid {
    height: 250px;
  }
}
@media (min-height: 500px) {
  .detail-body .myGrid {
    height: 450px;
  }
}
@media (min-height: 700px) {
  .detail-body .myGrid {
    height: 650px;
  }
}
@media (min-height: 900px) {
  .detail-body .myGrid {
    height: 850px;
  }
}
@media (min-height: 1200px) {
  .detail-body .myGrid {
    height: 1000px;
  }
}

/**========================================================================
 *                         Misc. 
 *========================================================================**/
#user_restrictions {
  z-index: 1020;
}

/**========================================================================
*                           Mini Tabs / Pane
*========================================================================**/
.detail-page-minitabs .detail-page-nav__item:first-child {
  margin-left: 0 !important;
}

.detail-page-minipanes.tab-content, .detail-page-minipanes.detail-body__main {
  border-radius: 0 0.25rem 0.25rem;
  max-height: 600px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.detail-page-minipanes .active.tab-pane > div {
  width: calc(50% - 1rem);
}

.afsGrid {
  width: 980px !important;
}

.listing-header {
  z-index: 1;
}
@media (max-width: 767.98px) {
  .listing-header__summary {
    width: calc(100% - 40px);
  }
}
@media (max-width: 575.98px) {
  .listing-header__list-title {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .listing-header__list-controls-wrapper {
    width: 40px;
  }
}
.listing-header .p-plus__overflow {
  min-width: 200px;
  z-index: 1000;
}
.listing-header .p-plus-container {
  z-index: 1;
}

.listing-body {
  z-index: 0;
}

/**========================================================================
 **                            Daterange Picker
 *========================================================================**/
.daterangepicker.dropdown-menu {
  position: fixed;
}

/**========================================================================
**                            Column Headers
*========================================================================**/
.rlm-filter-date.ng-not-empty,
.ui-grid-filter-select.ng-not-empty {
  background-position: right 40px center;
  padding-right: 56px;
}
.rlm-filter-date.ng-not-empty + .ui-grid-filter-button-select,
.ui-grid-filter-select.ng-not-empty + .ui-grid-filter-button-select {
  top: 6px;
  bottom: 6px;
  width: 32px;
}
.rlm-filter-date.ng-not-empty + .ui-grid-filter-button-select .ui-grid-icon-cancel,
.ui-grid-filter-select.ng-not-empty + .ui-grid-filter-button-select .ui-grid-icon-cancel {
  position: static;
  margin: 0;
}

.ui-grid-header-cell .ui-grid-filter-button-select,
.ui-grid-header-cell .ui-grid-filter-button-multiselect {
  position: absolute;
  right: 16px;
  z-index: 1;
}

.ui-grid-header-cell .ui-grid-filter-button-multiselect {
  right: 49px;
}

/**========================================================================
**                            Filters List
*========================================================================**/
.active-filters-list__truncate-wrapper.is-truncated:not(.is-expanded)::after {
  content: "";
  background: linear-gradient(to left, #008FBD 0, rgba(0, 143, 189, 0) 100%) no-repeat;
  background-size: 100% 100%;
  width: 100px;
}

.filter-badge {
  display: inline-flex;
  flex-grow: 0;
  background-color: rgba(63, 207, 173, 0.3);
  white-space: nowrap;
}
.filter-badge span {
  letter-spacing: normal;
}
.filter-badge button {
  color: currentColor;
}
.filter-group:nth-child(2n+1) .filter-badge {
  background-color: rgba(63, 207, 173, 0.3);
}
.filter-group:nth-child(2n+2) .filter-badge {
  background-color: rgba(63, 207, 173, 0.5);
}

/**========================================================================
**                         On The Fly Toggle
*========================================================================**/
.otf-toggle,
.toggle-group {
  padding: 2px;
  font-size: 10px;
  font-weight: 600;
}

.calendar__body {
  padding: clamp(1rem, 2vw, 2rem);
}

.calendar__main {
  width: 100%;
  min-height: 400px;
}

@media (min-width: 768px) {
  .calendar__sidebar {
    min-width: 33.3333%;
  }
  .calendar__main {
    min-width: 66.6666%;
  }
}
@media (min-width: 1200px) {
  .calendar__sidebar {
    width: 25%;
    max-width: 300px;
    min-width: 0;
  }
  .calendar__main {
    flex: 1 1 auto;
    min-width: 0;
  }
}
/**========================================================================
*                        Calendar Styles
*========================================================================**/
#rlmCalendar .mbsc-calendar-week-days {
  border: solid 1px #d4d4d4;
  border-bottom: none;
}
#rlmCalendar .mbsc-calendar-week-day {
  border-left: solid 1px #d4d4d4;
}
#rlmCalendar .mbsc-calendar-week-day:first-of-type {
  border-top-left-radius: 0.25rem;
}
#rlmCalendar .mbsc-calendar-week-day:last-of-type {
  border-top-right-radius: 0.25rem;
}
#rlmCalendar .mbsc-calendar-body {
  border: none;
}
#rlmCalendar .mbsc-calendar-body .mbsc-calendar-row:last-of-type .mbsc-calendar-cell-inner {
  border-bottom: 0;
}
#rlmCalendar .mbsc-calendar-body .mbsc-calendar-row {
  border-right: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
}
#rlmCalendar .mbsc-calendar-body .mbsc-calendar-row:last-of-type {
  border-bottom: solid 1px #d4d4d4;
}
#rlmCalendar .mbsc-calendar-header .mbsc-calendar-week-days {
  margin: 0;
}
#rlmCalendar.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-wrapper {
  border-bottom: 0;
}
#rlmCalendar .mbsc-calendar-button-today {
  line-height: 1.5em;
}

/**============================================
 *    Calendar Event Labels
 *=============================================**/
.rlm-cal__event,
.rlm-cal__timeline-event {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  height: inherit;
}

/**============================================
 *    Timeline Event Labels
 *=============================================**/
/**============================================
*               Event Details Popup
*=============================================**/
/**============================================
*             Event List Popup
*=============================================**/
.rlm-cal__agenda-event::before {
  content: "";
  width: 4px;
  border-radius: 10px;
  position: absolute;
  left: -1em;
  top: -0.5em;
  bottom: -0.5em;
}

/**============================================
*             Event List Popup
*=============================================**/
.rlm-mobi-popover .mbsc-event-color.mbsc-rlm-mobi-theme {
  display: none;
}
.mbsc-popup-wrapper {
  z-index: 99998 !important;
}

/**============================================
 *               Loading indicator
 *=============================================**/
#calendarLoading {
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

#filterLoading {
  display: flex;
  background-color: rgba(244, 244, 244, 0.5);
  z-index: 1;
}

.saved-templates-table {
  border-color: transparent;
}
.saved-templates-table thead tr {
  border: none;
}
.saved-templates-table th {
  border-color: #dee2e6;
}
.saved-templates-table th:first-child,
.saved-templates-table td:first-child {
  border-left: 0;
}
.saved-templates-table th:last-child,
.saved-templates-table td:last-child {
  border-right: 0;
}
.saved-templates-table td {
  border-color: #e9ecef;
}
.saved-templates-table th:first-child {
  border-radius: 0.25rem 0 0 0;
}
.saved-templates-table th:last-child {
  border-radius: 0 0.25rem 0 0;
}
.saved-templates-table tr:last-child > td:last-child {
  border-radius: 0 0 0.25rem 0;
}
.saved-templates-table tr:last-child > td:first-child {
  border-radius: 0 0 0 0.25rem;
}

.org-panel-item {
  display: flex;
}

.max-z-index {
  z-index: 999999999999 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary, .tab-pane-controls .nav-link:not(.btn):not(.rlm-btn-secondary), .tab-pane-controls .detail-page-nav__link:not(.btn):not(.rlm-btn-secondary) {
  color: #008FBD;
}
.link-primary:hover, .tab-pane-controls .nav-link:hover:not(.btn):not(.rlm-btn-secondary), .tab-pane-controls .detail-page-nav__link:hover:not(.btn):not(.rlm-btn-secondary), .link-primary:focus, .tab-pane-controls .nav-link:focus:not(.btn):not(.rlm-btn-secondary), .tab-pane-controls .detail-page-nav__link:focus:not(.btn):not(.rlm-btn-secondary) {
  color: #33a5ca;
}

.link-secondary {
  color: #A52F76;
}
.link-secondary:hover, .link-secondary:focus {
  color: #84265e;
}

.link-success {
  color: #20A585;
}
.link-success:hover, .link-success:focus {
  color: #4db79d;
}

.link-info {
  color: #A52F76;
}
.link-info:hover, .link-info:focus {
  color: #84265e;
}

.link-warning {
  color: #EEA820;
}
.link-warning:hover, .link-warning:focus {
  color: #f1b94d;
}

.link-danger {
  color: #B71717;
}
.link-danger:hover, .link-danger:focus {
  color: #921212;
}

.link-error {
  color: #B71717;
}
.link-error:hover, .link-error:focus {
  color: #921212;
}

.link-dark {
  color: #221E20;
}
.link-dark:hover, .link-dark:focus {
  color: #1b181a;
}

.link-neutral {
  color: #747474;
}
.link-neutral:hover, .link-neutral:focus {
  color: #5d5d5d;
}

.link-light {
  color: #d1d1d1;
}
.link-light:hover, .link-light:focus {
  color: #dadada;
}

.link-lighter {
  color: #F4F4F4;
}
.link-lighter:hover, .link-lighter:focus {
  color: #f6f6f6;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top, .detail-body__sidebar {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top, .create-form__header,
  .edit-form__header {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate, .ui-grid-header-cell-label, .ui-grid-cell-contents, .ui-grid-cell-contents .stage-badge, [role=gridcell] > .ui-grid-cell-contents > *, .active-filters-list__truncate-wrapper:not(.is-expanded), .active-filters-list__truncate-wrapper:not(.is-expanded) .filter-group, .filter-badge {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top, .stage-badge::before {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-0-hover:hover {
  opacity: 0 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-10-hover:hover {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-20-hover:hover {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-30-hover:hover {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-40-hover:hover {
  opacity: 0.4 !important;
}

.opacity-50, .column-editor__item.is-filtered, .detail-page-nav__badge {
  opacity: 0.5 !important;
}

.opacity-50-hover:hover {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-60-hover:hover {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-70-hover:hover {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-80-hover:hover {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-90-hover:hover {
  opacity: 0.9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-100-hover:hover {
  opacity: 1 !important;
}

.overflow-auto, .detail-page-nav {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline, .active-filters-list__truncate-wrapper.is-expanded,
.active-filters-list__truncate-wrapper.is-expanded .filter-group, .active-filters-list__truncate-wrapper.is-expanded + .active-filters-list__toggle-wrapper {
  display: inline !important;
}

.d-inline-block, .stage-badge::before, .stage-badge {
  display: inline-block !important;
}

.d-block, .ui-grid-header-cell-label, .mbsc-multiselect-label, .quick-actions-menu__item, .listing-header__overflow-menu .listing-header__list-control, .rlm-cal__popup-val {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .col-sorting-details,
.ui-grid-header-cell-label + span:not(.ui-grid-invisible), .ui-grid-header-cell .ui-grid-cell-contents, [ui-grid-filter], .ui-grid-render-container-body, .rlm-nav__user-avatar,
.rlm-create-btn, .required > label:not(.mbsc-multiselect-label),
.labeled-optional > label:not(.mbsc-multiselect-label), .filter-group--collapsible .filter-group__title, #journal-list__filter-facets, .detail-header__summary, .detail-header__label, .lead-utility-links > li, .detail-body, .detail-body__sidebar, .tab-pane-header, .detail-page-minipanes .active.tab-pane, .listing-header, .listing-header__summary, .rlm-filter-date.ng-not-empty + .ui-grid-filter-button-select,
.ui-grid-filter-select.ng-not-empty + .ui-grid-filter-button-select, .active-filters-list__truncate-wrapper:not(.is-expanded), .active-filters-list__truncate-wrapper:not(.is-expanded) + .active-filters-list__toggle-wrapper, .create-form__header,
.edit-form__header, .create-form__footer,
.edit-form__footer {
  display: flex !important;
}

.d-inline-flex, .multiselect-modal__trigger, .lead-utility-links, .listing-header__otf-wrapper, .active-filters-list__truncate-wrapper:not(.is-expanded) .filter-group, .otf-toggle,
.toggle-group {
  display: inline-flex !important;
}

.d-none, .hidden, .print-only, .rlm-bcrumbs, .column-editor__item.is-filtered .column-editor__item-handle,
.column-editor__item.is-filtered .column-editor__item-toggle-wrapper {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(34, 30, 32, 0.15) !important;
}

.shadow-sm, .house-call, .create-form,
.edit-form {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg, .rlm-panel {
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05), 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative, .detail-body, .detail-page-nav__item, .listing-header, .listing-body, .active-filters-list__truncate-wrapper.is-truncated:not(.is-expanded) {
  position: relative !important;
}

.position-absolute, .active-filters-list__truncate-wrapper.is-truncated:not(.is-expanded)::after, #calendarLoading, #filterLoading {
  position: absolute !important;
}

.position-fixed, .journal-list__wrapper .loading-spinner {
  position: fixed !important;
}

.position-sticky, .journal-list__controls {
  position: sticky !important;
}

.top-auto {
  top: auto !important;
}

.top-0, .active-filters-list__truncate-wrapper.is-truncated:not(.is-expanded)::after, #calendarLoading, #filterLoading {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-auto {
  bottom: auto !important;
}

.bottom-0, .active-filters-list__truncate-wrapper.is-truncated:not(.is-expanded)::after, #calendarLoading, #filterLoading {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-auto {
  left: auto !important;
}

.start-0, #calendarLoading, #filterLoading {
  left: 0 !important;
}

.start-50, .journal-list__wrapper .loading-spinner {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-auto {
  right: auto !important;
}

.end-0, .rlm-filter-date.ng-not-empty + .ui-grid-filter-button-select,
.ui-grid-filter-select.ng-not-empty + .ui-grid-filter-button-select, .active-filters-list__truncate-wrapper.is-truncated:not(.is-expanded)::after, #calendarLoading, #filterLoading {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border, .btn-primary,
.rlm-btn-primary {
  border: 1px solid #dee2e6 !important;
}

.border-0, .btn--nostyle, .p-plus__overflow .rlm-btn-secondary, .filter-group--collapsible .filter-group__title, .p-plus__toggle-btn, .otf-label,
.toggle-item {
  border: 0 !important;
}

.border-top, .filter-group--collapsible, .filter-group--collapsible + *:not(.filter-group--collapsible) {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0, .dropdown-menu .quick-actions-menu__item {
  border-right: 0 !important;
}

.border-bottom, .house-call__header, .filter-group--collapsible:last-of-type, .tab-pane-header {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0, .detail-page-nav {
  border-bottom: 0 !important;
}

.border-start, .rlm-filter-date.ng-not-empty + .ui-grid-filter-button-select,
.ui-grid-filter-select.ng-not-empty + .ui-grid-filter-button-select {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary, .btn-primary,
.rlm-btn-primary {
  border-color: #008FBD !important;
}

.border-secondary {
  border-color: #A52F76 !important;
}

.border-success {
  border-color: #20A585 !important;
}

.border-info {
  border-color: #A52F76 !important;
}

.border-warning {
  border-color: #EEA820 !important;
}

.border-danger {
  border-color: #B71717 !important;
}

.border-error {
  border-color: #B71717 !important;
}

.border-dark {
  border-color: #221E20 !important;
}

.border-neutral {
  border-color: #747474 !important;
}

.border-light, .filter-group--collapsible, .filter-group--collapsible + *:not(.filter-group--collapsible), .filter-group--collapsible:last-of-type, .tab-pane-header {
  border-color: #d1d1d1 !important;
}

.border-lighter {
  border-color: #F4F4F4 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1, .house-call__header {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100, [ui-grid-filter], .filter-group--collapsible .filter-group__title, #journal-list__filter-facets, .active-filters-list {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100, .ui-grid-render-container-body {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100, .detail-body {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column, .ui-grid-render-container-body, .detail-body {
  flex-direction: column !important;
}

.flex-row-reverse, [ui-grid-filter] {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0, .create-chart-btn, .col-sorting-details,
.ui-grid-header-cell-label + span:not(.ui-grid-invisible), .journal-list__controls, .detail-body__sidebar, .filter-badge {
  flex-grow: 0 !important;
}

.flex-grow-1, .ui-grid-header-cell-label, .required > label:not(.mbsc-multiselect-label)::after,
.labeled-optional > label:not(.mbsc-multiselect-label)::after, .detail-header__label, .detail-body__main, .listing-header__otf-wrapper, .active-filters-list__truncate-wrapper:not(.is-expanded) {
  flex-grow: 1 !important;
}

.flex-shrink-0, .create-chart-btn, .col-sorting-details,
.ui-grid-header-cell-label + span:not(.ui-grid-invisible), .detail-page-nav__item, .listing-header__summary, .active-filters-list__truncate-wrapper:not(.is-expanded) .filter-group, .active-filters-list__truncate-wrapper:not(.is-expanded) + .active-filters-list__toggle-wrapper {
  flex-shrink: 0 !important;
}

.flex-shrink-1, .listing-header__list-controls-wrapper {
  flex-shrink: 1 !important;
}

.flex-wrap, #journal-list__filter-facets, .detail-header__summary, .detail-page-minipanes .active.tab-pane, .listing-header, .listing-header__summary {
  flex-wrap: wrap !important;
}

.flex-nowrap, .detail-page-nav {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-7 {
  gap: 2rem !important;
}

.gap-8 {
  gap: 3rem !important;
}

.justify-content-start, .active-filters-list__truncate-wrapper:not(.is-expanded) {
  justify-content: flex-start !important;
}

.justify-content-end, .col-sorting-details,
.ui-grid-header-cell-label + span:not(.ui-grid-invisible), .listing-header__list-controls {
  justify-content: flex-end !important;
}

.justify-content-center, .multiselect-modal__trigger, .rlm-filter-date.ng-not-empty + .ui-grid-filter-button-select,
.ui-grid-filter-select.ng-not-empty + .ui-grid-filter-button-select, #calendarLoading, #filterLoading {
  justify-content: center !important;
}

.justify-content-between, .required > label:not(.mbsc-multiselect-label),
.labeled-optional > label:not(.mbsc-multiselect-label), .filter-group--collapsible .filter-group__title, .detail-header__summary, .detail-body__sidebar, .tab-pane-header, .detail-page-minipanes .active.tab-pane, .listing-header, .listing-header:not(.listing-header--calendar), .create-form__header,
.edit-form__header, .create-form__footer,
.edit-form__footer {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start, .detail-header__summary, .listing-header:not(.listing-header--calendar), .active-filters-list__truncate-wrapper:not(.is-expanded) + .active-filters-list__toggle-wrapper {
  align-items: flex-start !important;
}

.align-items-end, .detail-page-nav, .detail-page-minitabs {
  align-items: flex-end !important;
}

.align-items-center, .col-sorting-details,
.ui-grid-header-cell-label + span:not(.ui-grid-invisible), .multiselect-modal__trigger, .rlm-nav__user-avatar,
.rlm-create-btn, .filter-group--collapsible .filter-group__title, .lead-utility-links > li, .detail-body__sidebar, .tab-pane-header, .listing-header__summary, .listing-header__otf-wrapper, .rlm-filter-date.ng-not-empty + .ui-grid-filter-button-select,
.ui-grid-filter-select.ng-not-empty + .ui-grid-filter-button-select, .active-filters-list__truncate-wrapper:not(.is-expanded), .active-filters-list__truncate-wrapper:not(.is-expanded) .filter-group, .filter-badge, #calendarLoading, #filterLoading, .create-form__header,
.edit-form__header, .create-form__footer,
.edit-form__footer {
  align-items: center !important;
}

.align-items-baseline, .ui-grid-header-cell .ui-grid-cell-contents, .detail-header__label {
  align-items: baseline !important;
}

.align-items-stretch, .detail-body {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-7 {
  margin: 2rem !important;
}

.m-8 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1, .filter-badge, .listing-header .filter-badge {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2, .rlm-bcrumbs > li:not(:last-child):not(:first-child)::after {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-7 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-8 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2, .active-filters-list, .filter-badge, .listing-header .filter-badge {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4, .house-call__title {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-7 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-8 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0, .filter-group--collapsible + *:not(.filter-group--collapsible) {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3, .filter-group--collapsible .filter-group__title + .filter-group__options {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-6, .journal-list__filter-group + .journal-list__filter-group, .filters-panel .journal-list__filter-group:not(.filters-panel .journal-list__filter-group--collapsible,
.filters-panel .filter-group--collapsible) + .filters-panel .journal-list__filter-group:not(.filters-panel .journal-list__filter-group--collapsible,
.filters-panel .filter-group--collapsible),
.filters-panel .journal-list__filter-group:not(.filters-panel .journal-list__filter-group--collapsible,
.filters-panel .filter-group--collapsible) + .filters-panel .filter-group:not(.filters-panel .journal-list__filter-group--collapsible,
.filters-panel .filter-group--collapsible),
.filters-panel .filter-group:not(.filters-panel .journal-list__filter-group--collapsible,
.filters-panel .filter-group--collapsible) + .filters-panel .journal-list__filter-group:not(.filters-panel .journal-list__filter-group--collapsible,
.filters-panel .filter-group--collapsible),
.filters-panel .filter-group:not(.filters-panel .journal-list__filter-group--collapsible,
.filters-panel .filter-group--collapsible) + .filters-panel .filter-group:not(.filters-panel .journal-list__filter-group--collapsible,
.filters-panel .filter-group--collapsible) {
  margin-top: 1.5rem !important;
}

.mt-7 {
  margin-top: 2rem !important;
}

.mt-8 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1, .detail-page-nav__icon {
  margin-right: 0.25rem !important;
}

.me-2, .stage-badge::before, .rlm-bcrumbs > li:first-child, .filters-panel .filter-badge, .detail-page-nav__item {
  margin-right: 0.5rem !important;
}

.me-3, .listing-header__display-count, .listing-header__list-controls > *:not(:last-child) {
  margin-right: 0.75rem !important;
}

.me-4 {
  margin-right: 1rem !important;
}

.me-5 {
  margin-right: 1.25rem !important;
}

.me-6 {
  margin-right: 1.5rem !important;
}

.me-7 {
  margin-right: 2rem !important;
}

.me-8 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0, .rlm-bcrumbs, label, .form-group.show label, .lead-utility-links, .create-form__title,
.edit-form__title, #contact_company_search_lists .form-group:last-child {
  margin-bottom: 0 !important;
}

.mb-1, .column-editor__item, .detail-header__label {
  margin-bottom: 0.25rem !important;
}

.mb-2, .filters-panel .filter-badge, .listing-header__list-title {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4, .journal-list__controls, .detail-header__name {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-7, .house-call {
  margin-bottom: 2rem !important;
}

.mb-8, .create-form,
.edit-form {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1, .ui-grid-header-cell .ui-grid-icon-up-dir[title^=Priority] + .ui-grid-sort-priority-number,
.ui-grid-header-cell .ui-grid-icon-down-dir[title^=Priority] + .ui-grid-sort-priority-number {
  margin-left: 0.25rem !important;
}

.ms-2, .multiselect-modal__trigger, .nav-link.dropdown-toggle::after, .label_icon, .form-group .copy-to-clipboard, .column-editor__item.is-filtered, .dropdown-toggle.detail-page-nav__link::after {
  margin-left: 0.5rem !important;
}

.ms-3, .lead-utility-links > li, .listing-header__list-control.p-plus__toggle-btn, .filter-badge button {
  margin-left: 0.75rem !important;
}

.ms-4 {
  margin-left: 1rem !important;
}

.ms-5 {
  margin-left: 1.25rem !important;
}

.ms-6 {
  margin-left: 1.5rem !important;
}

.ms-7 {
  margin-left: 2rem !important;
}

.ms-8 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.ms-container, .detail-page-nav__item:first-child {
  margin-left: clamp(1rem, 2vw, 2rem) !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.m-n5 {
  margin: -1.25rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.m-n7 {
  margin: -2rem !important;
}

.m-n8 {
  margin: -3rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.mx-n4 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n5 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

.mx-n6 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n7 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n8 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.my-n6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n7 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n8 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -0.75rem !important;
}

.mt-n4 {
  margin-top: -1rem !important;
}

.mt-n5 {
  margin-top: -1.25rem !important;
}

.mt-n6 {
  margin-top: -1.5rem !important;
}

.mt-n7 {
  margin-top: -2rem !important;
}

.mt-n8 {
  margin-top: -3rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2, .ui-grid-header-cell .ui-grid-cell-contents > *:last-child {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -0.75rem !important;
}

.me-n4 {
  margin-right: -1rem !important;
}

.me-n5 {
  margin-right: -1.25rem !important;
}

.me-n6 {
  margin-right: -1.5rem !important;
}

.me-n7 {
  margin-right: -2rem !important;
}

.me-n8 {
  margin-right: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -0.75rem !important;
}

.mb-n4 {
  margin-bottom: -1rem !important;
}

.mb-n5 {
  margin-bottom: -1.25rem !important;
}

.mb-n6 {
  margin-bottom: -1.5rem !important;
}

.mb-n7 {
  margin-bottom: -2rem !important;
}

.mb-n8 {
  margin-bottom: -3rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -0.75rem !important;
}

.ms-n4 {
  margin-left: -1rem !important;
}

.ms-n5 {
  margin-left: -1.25rem !important;
}

.ms-n6 {
  margin-left: -1.5rem !important;
}

.ms-n7 {
  margin-left: -2rem !important;
}

.ms-n8 {
  margin-left: -3rem !important;
}

.p-0, .btn--nostyle, .filter-group--collapsible .filter-group__title {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2, #rlmCalendar .mbsc-calendar-button {
  padding: 0.5rem !important;
}

.p-3, .quick-actions-menu.dropdown-menu .quick-actions-menu__item {
  padding: 0.75rem !important;
}

.p-4, .house-call__header, .detail-header__summary, .rlm-cal__popup-header, .rlm-cal__popup-body {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 2rem !important;
}

.p-8 {
  padding: 3rem !important;
}

.px-0, .p-plus__overflow .rlm-btn-secondary {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1, .rlm-cal__event,
.rlm-cal__timeline-event {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2, .ui-grid-cell-contents .stage-badge, .create-chart-btn, .col-sorting-details:not([aria-label="Sort None"]),
.ui-grid-header-cell-label + span:not(.ui-grid-invisible):not([aria-label="Sort None"]), .column-editor__item.is-filtered, .otf-label,
.toggle-item {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3, .stage-badge, .quick-actions-menu__item {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-4, .rlm-create-btn, .panel-body {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-7 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-8 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0, .column-editor__item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1, .ui-grid-cell-contents .stage-badge, .detail-header__label, .filter-badge, .otf-label,
.toggle-item {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2, .stage-badge, .p-plus__overflow .rlm-btn-secondary {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3, .quick-actions-menu__item, .listing-header {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5, .detail-body__main {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6, .tab-pane-body {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2, .detail-body__sidebar {
  padding-top: 0.5rem !important;
}

.pt-3, .filter-group--collapsible {
  padding-top: 0.75rem !important;
}

.pt-4, .rlm-bcrumbs, .panel-body:not(.pt-0), .detail-header, .tab-pane-header, .create-container,
.edit-container {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6, .filter-group--collapsible + *:not(.filter-group--collapsible) {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 2rem !important;
}

.pt-8 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1, input[type=search], .filter-badge {
  padding-right: 0.25rem !important;
}

.pe-2, .filter-badge button {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 0.75rem !important;
}

.pe-4 {
  padding-right: 1rem !important;
}

.pe-5 {
  padding-right: 1.25rem !important;
}

.pe-6 {
  padding-right: 1.5rem !important;
}

.pe-7 {
  padding-right: 2rem !important;
}

.pe-8 {
  padding-right: 3rem !important;
}

.pb-0, .detail-header__summary {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3, .filter-group--collapsible {
  padding-bottom: 0.75rem !important;
}

.pb-4, .panel-body {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6, .tab-pane-header {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 2rem !important;
}

.pb-8 {
  padding-bottom: 3rem !important;
}

.ps-0, .rlm-nav__user-menu .nav-link, .rlm-nav__user-menu .detail-page-nav__link {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2, .required > label:not(.mbsc-multiselect-label)::after,
.labeled-optional > label:not(.mbsc-multiselect-label)::after, .filter-badge {
  padding-left: 0.5rem !important;
}

.ps-3, .lead-utility-links > li {
  padding-left: 0.75rem !important;
}

.ps-4 {
  padding-left: 1rem !important;
}

.ps-5 {
  padding-left: 1.25rem !important;
}

.ps-6 {
  padding-left: 1.5rem !important;
}

.ps-7 {
  padding-left: 2rem !important;
}

.ps-8 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: 2rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.5rem !important;
}

.fs-4, .listing-header__list-title {
  font-size: 1.375rem !important;
}

.fs-5, .create-chart-btn, label, .lead-utility-links {
  font-size: 1.125rem !important;
}

.fs-6, .rlm-bcrumbs, .form-group, .filter-group--collapsible .filter-group__title, .detail-header .stage-badge, .quick-actions-menu__item, .p-plus__toggle-btn, .filter-badge button, .rlm-cal__popup-val {
  font-size: 0.875rem !important;
}

.fs-7, .ui-grid-cell-contents .stage-badge, .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, .multiselect-modal__trigger, .rlm-caption-1, .rlm-caption-2, .btn-primary,
.rlm-btn-primary, .rlm-nav__user-avatar,
.rlm-create-btn, label, .required > label:not(.mbsc-multiselect-label)::after,
.labeled-optional > label:not(.mbsc-multiselect-label)::after, .form-group.show label, .column-editor__item.is-filtered .column-editor__item-name, .listing-header__display-count, .filter-badge {
  font-size: 0.75rem !important;
}

.fst-italic, .required > label:not(.mbsc-multiselect-label)::after,
.labeled-optional > label:not(.mbsc-multiselect-label)::after {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light, .filter-badge span {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal, .rlm-bcrumbs a {
  font-weight: 400 !important;
}

.fw-bold, .btn-primary,
.rlm-btn-primary, .rlm-nav__user-avatar,
.rlm-create-btn, .rlm-bcrumbs, .quick-actions-menu__item, .p-plus__toggle-btn, .listing-header__list-title {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 800 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base, .form-group {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start, .p-plus__overflow .rlm-btn-secondary {
  text-align: left !important;
}

.text-end, .required > label:not(.mbsc-multiselect-label)::after,
.labeled-optional > label:not(.mbsc-multiselect-label)::after {
  text-align: right !important;
}

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

.text-decoration-none, .rlm-nav__menu-link,
.rlm-nav__submenu-link, .rlm-bcrumbs a, .quick-actions-menu__item, .otf-toggle,
.toggle-group {
  text-decoration: none !important;
}

.text-decoration-none-hover:hover {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-underline-hover:hover {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-decoration-line-through-hover:hover {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase, .btn-primary,
.rlm-btn-primary, .rlm-nav__user-avatar,
.rlm-create-btn, .otf-label,
.toggle-item {
  text-transform: uppercase !important;
}

.text-capitalize, .required > label:not(.mbsc-multiselect-label)::after,
.labeled-optional > label:not(.mbsc-multiselect-label)::after {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary, .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, .nav-link.dropdown-toggle::after, .rlm-bcrumbs .fa-map-marker-alt, .quick-actions-menu__item, .quick-actions-dropdown__toggle.show, .dropdown-toggle.detail-page-nav__link::after, #rlmCalendar .mbsc-calendar-button:hover {
  color: #008FBD !important;
}

.text-primary-hover:hover, .create-chart-btn:hover, .col-sorting-details:hover,
.ui-grid-header-cell-label + span:hover:not(.ui-grid-invisible), .btn-primary:hover,
.rlm-btn-primary:hover {
  color: #008FBD !important;
}

.text-secondary, .create-chart-btn, .col-sorting-details,
.ui-grid-header-cell-label + span:not(.ui-grid-invisible), .rlm-btn-secondary [class*=fa-], .filter-group--collapsible .filter-group__title::after {
  color: #A52F76 !important;
}

.text-secondary-hover:hover, .filter-badge button:hover {
  color: #A52F76 !important;
}

.text-success {
  color: #20A585 !important;
}

.text-success-hover:hover {
  color: #20A585 !important;
}

.text-info {
  color: #A52F76 !important;
}

.text-info-hover:hover {
  color: #A52F76 !important;
}

.text-warning {
  color: #EEA820 !important;
}

.text-warning-hover:hover {
  color: #EEA820 !important;
}

.text-danger, .required > label:not(.mbsc-multiselect-label)::after,
.labeled-optional > label:not(.mbsc-multiselect-label)::after {
  color: #B71717 !important;
}

.text-danger-hover:hover {
  color: #B71717 !important;
}

.text-error {
  color: #B71717 !important;
}

.text-error-hover:hover {
  color: #B71717 !important;
}

.text-dark, .rlm-nav .nav-link,
.rlm-nav__menu-link, .rlm-bcrumbs, .rlm-bcrumbs a, .rlm-nav .detail-page-nav__link, .filter-badge, .otf-label,
.toggle-item, #rlmCalendar .mbsc-calendar-button {
  color: #221E20 !important;
}

.text-dark-hover:hover, .quick-actions-menu__item:hover {
  color: #221E20 !important;
}

.text-neutral, label, .labeled-optional > label:not(.mbsc-multiselect-label)::after, .form-group.show label, .column-editor__item.is-hidden .column-editor__item__item-name, .column-editor__item.is-filtered .column-editor__item-name, .detail-header__label, .ui-grid-header-cell input[type=text][disabled] {
  color: #747474 !important;
}

.text-neutral-hover:hover {
  color: #747474 !important;
}

.text-light {
  color: #d1d1d1 !important;
}

.text-light-hover:hover {
  color: #d1d1d1 !important;
}

.text-lighter {
  color: #F4F4F4 !important;
}

.text-lighter-hover:hover {
  color: #F4F4F4 !important;
}

.text-white, .multiselect-modal__trigger, .btn-primary,
.rlm-btn-primary, .rlm-nav__user-avatar,
.rlm-create-btn, .rlm-cal__popup-header, .create-form__title,
.edit-form__title {
  color: #fff !important;
}

.text-white-hover:hover, .rlm-btn-secondary:hover {
  color: #fff !important;
}

.text-body, .listing-header--calendar .select2-selection__choice,
.listing-header--calendar .select2-dropdown {
  color: #221E20 !important;
}

.text-body-hover:hover {
  color: #221E20 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-muted-hover:hover {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(34, 30, 32, 0.5) !important;
}

.text-black-50-hover:hover {
  color: rgba(34, 30, 32, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-50-hover:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.text-reset-hover:hover {
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  background-color: #008FBD !important;
}

.bg-primary-hover:hover {
  background-color: #008FBD !important;
}

.bg-secondary, .multiselect-modal__trigger {
  background-color: #A52F76 !important;
}

.bg-secondary-hover:hover, .multiselect-modal__trigger:hover {
  background-color: #A52F76 !important;
}

.bg-success {
  background-color: #20A585 !important;
}

.bg-success-hover:hover {
  background-color: #20A585 !important;
}

.bg-info {
  background-color: #A52F76 !important;
}

.bg-info-hover:hover {
  background-color: #A52F76 !important;
}

.bg-warning {
  background-color: #EEA820 !important;
}

.bg-warning-hover:hover {
  background-color: #EEA820 !important;
}

.bg-danger {
  background-color: #B71717 !important;
}

.bg-danger-hover:hover {
  background-color: #B71717 !important;
}

.bg-error {
  background-color: #B71717 !important;
}

.bg-error-hover:hover {
  background-color: #B71717 !important;
}

.bg-dark, .rlm-cal__popup .mbsc-ios.mbsc-popup-arrow-bottom, .rlm-cal__popup .mbsc-ios-dark.mbsc-popup-arrow-bottom, .rlm-cal__popup .mbsc-rlm-mobi-theme.mbsc-popup-arrow-bottom, .rlm-nav__user-avatar, .rlm-cal__popup-header, .create-form__header,
.edit-form__header {
  background-color: #221E20 !important;
}

.bg-dark-hover:hover {
  background-color: #221E20 !important;
}

.bg-neutral, .detail-page-nav__item {
  background-color: #747474 !important;
}

.bg-neutral-hover:hover {
  background-color: #747474 !important;
}

.bg-light, .otf-toggle:not(.is-filtered) .otf-label--all,
.toggle-item.active, .otf-toggle.is-filtered .otf-label--filtered {
  background-color: #d1d1d1 !important;
}

.bg-light-hover:hover, .tab-pane-controls .nav-link:hover:not(.btn):not(.rlm-btn-secondary), .tab-pane-controls .detail-page-nav__link:hover:not(.btn):not(.rlm-btn-secondary) {
  background-color: #d1d1d1 !important;
}

.bg-lighter, .detail-header__card, .detail-body, .otf-toggle,
.toggle-group, #rlmCalendar .mbsc-calendar-week-days, .create-form__footer,
.edit-form__footer {
  background-color: #F4F4F4 !important;
}

.bg-lighter-hover:hover {
  background-color: #F4F4F4 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-body-hover:hover {
  background-color: #fff !important;
}

.bg-white, .house-call, .journal-list__controls, .quick-actions-dropdown__toggle.show, .detail-body__sidebar, .rlm-cal__popup-body {
  background-color: #fff !important;
}

.bg-white-hover:hover, .btn-primary:hover,
.rlm-btn-primary:hover {
  background-color: #fff !important;
}

.bg-transparent, .btn--nostyle, .filter-group--collapsible .filter-group__title, .listing-header__overflow-menu .listing-header__list-control {
  background-color: transparent !important;
}

.bg-transparent-hover:hover {
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded, .house-call, .journal-list__controls, .detail-header__card, .quick-actions-menu__item, .tab-pane-controls .nav-link:not(.btn):not(.rlm-btn-secondary), .tab-pane-controls .detail-page-nav__link:not(.btn):not(.rlm-btn-secondary), .listing-header__overflow-menu, .otf-toggle,
.toggle-group, .otf-label,
.toggle-item, #rlmCalendar .mbsc-calendar-button, .rlm-cal__event,
.rlm-cal__timeline-event, .rlm-cal__popup {
  border-radius: 0.25rem !important;
}

.rounded-0, .listing-header__list-control.p-plus__toggle-btn[aria-expanded=true] {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle, .stage-badge::before, .multiselect-modal__trigger, .plus-btn {
  border-radius: 50% !important;
}

.rounded-pill, .stage-badge, .btn-primary,
.rlm-btn-primary, .rlm-btn-secondary, .rlm-create-btn, .filter-badge {
  border-radius: 50rem !important;
}

.rounded-top, .quick-actions-dropdown__toggle.show, .detail-page-nav__item, .listing-header__list-control.p-plus__toggle-btn[aria-expanded=true], #rlmCalendar .mbsc-calendar-week-days, .create-form__header,
.edit-form__header {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom, #rlmCalendar .mbsc-calendar-body .mbsc-calendar-row:last-of-type, #rlmCalendar .mbsc-calendar-body .mbsc-calendar-row:last-of-type .mbsc-calendar-cell:first-child,
#rlmCalendar .mbsc-calendar-body .mbsc-calendar-row:last-of-type .mbsc-calendar-cell:last-child {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer, .tab-pane-controls .nav-link:not(.btn):not(.rlm-btn-secondary), .tab-pane-controls .detail-page-nav__link:not(.btn):not(.rlm-btn-secondary) {
  cursor: pointer !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .border-sm {
    border: 1px solid #dee2e6 !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-top-sm {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-end-sm {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  .border-bottom-sm {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .border-start-sm {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-start-sm-0 {
    border-left: 0 !important;
  }
  .border-sm-1 {
    border-width: 1px !important;
  }
  .border-sm-2 {
    border-width: 2px !important;
  }
  .border-sm-3 {
    border-width: 3px !important;
  }
  .border-sm-4 {
    border-width: 4px !important;
  }
  .border-sm-5 {
    border-width: 5px !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row, .listing-header__summary {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0, .listing-header__list-title {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap, .listing-header__summary {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 0.75rem !important;
  }
  .gap-sm-4 {
    gap: 1rem !important;
  }
  .gap-sm-5 {
    gap: 1.25rem !important;
  }
  .gap-sm-6 {
    gap: 1.5rem !important;
  }
  .gap-sm-7 {
    gap: 2rem !important;
  }
  .gap-sm-8 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center, .listing-header:not(.listing-header--calendar) {
    align-items: center !important;
  }
  .align-items-sm-baseline, .listing-header__summary {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center, .listing-header__otf-wrapper {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 2rem !important;
  }
  .m-sm-8 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 2rem !important;
  }
  .mt-sm-8 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3, .listing-header__list-title {
    margin-right: 0.75rem !important;
  }
  .me-sm-4 {
    margin-right: 1rem !important;
  }
  .me-sm-5 {
    margin-right: 1.25rem !important;
  }
  .me-sm-6 {
    margin-right: 1.5rem !important;
  }
  .me-sm-7 {
    margin-right: 2rem !important;
  }
  .me-sm-8 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-4 {
    margin-left: 1rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 2rem !important;
  }
  .ms-sm-8 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .ms-sm-container {
    margin-left: clamp(1rem, 2vw, 2rem) !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -2rem !important;
  }
  .m-sm-n8 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-sm-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n7 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1rem !important;
  }
  .mt-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -2rem !important;
  }
  .mt-sm-n8 {
    margin-top: -3rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .me-sm-n4 {
    margin-right: -1rem !important;
  }
  .me-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .me-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n7 {
    margin-right: -2rem !important;
  }
  .me-sm-n8 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1rem !important;
  }
  .ms-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n7 {
    margin-left: -2rem !important;
  }
  .ms-sm-n8 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 2rem !important;
  }
  .p-sm-8 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 2rem !important;
  }
  .pt-sm-8 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-4 {
    padding-right: 1rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 2rem !important;
  }
  .pe-sm-8 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-4 {
    padding-left: 1rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 2rem !important;
  }
  .ps-sm-8 {
    padding-left: 3rem !important;
  }
  .fs-sm-1 {
    font-size: 2rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.5rem !important;
  }
  .fs-sm-4 {
    font-size: 1.375rem !important;
  }
  .fs-sm-5 {
    font-size: 1.125rem !important;
  }
  .fs-sm-6 {
    font-size: 0.875rem !important;
  }
  .fs-sm-7 {
    font-size: 0.75rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex, .house-call__header {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .border-md {
    border: 1px solid #dee2e6 !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-top-md {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-end-md {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-end-md-0 {
    border-right: 0 !important;
  }
  .border-bottom-md {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-start-md {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-start-md-0 {
    border-left: 0 !important;
  }
  .border-md-1 {
    border-width: 1px !important;
  }
  .border-md-2 {
    border-width: 2px !important;
  }
  .border-md-3 {
    border-width: 3px !important;
  }
  .border-md-4 {
    border-width: 4px !important;
  }
  .border-md-5 {
    border-width: 5px !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1, .listing-header__list-controls-wrapper {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0, .listing-header__list-controls-wrapper {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 0.75rem !important;
  }
  .gap-md-4 {
    gap: 1rem !important;
  }
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  .gap-md-7 {
    gap: 2rem !important;
  }
  .gap-md-8 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between, .house-call__header {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center, .house-call__header {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0, .house-call__title {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .m-md-7 {
    margin: 2rem !important;
  }
  .m-md-8 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0, .listing-header__list-controls-wrapper {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .mt-md-7 {
    margin-top: 2rem !important;
  }
  .mt-md-8 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 0.75rem !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .me-md-5 {
    margin-right: 1.25rem !important;
  }
  .me-md-6 {
    margin-right: 1.5rem !important;
  }
  .me-md-7 {
    margin-right: 2rem !important;
  }
  .me-md-8 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 2rem !important;
  }
  .mb-md-8 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 0.75rem !important;
  }
  .ms-md-4 {
    margin-left: 1rem !important;
  }
  .ms-md-5 {
    margin-left: 1.25rem !important;
  }
  .ms-md-6 {
    margin-left: 1.5rem !important;
  }
  .ms-md-7 {
    margin-left: 2rem !important;
  }
  .ms-md-8 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .ms-md-container {
    margin-left: clamp(1rem, 2vw, 2rem) !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -2rem !important;
  }
  .m-md-n8 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n7 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n7 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n4 {
    margin-top: -1rem !important;
  }
  .mt-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n7 {
    margin-top: -2rem !important;
  }
  .mt-md-n8 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -0.75rem !important;
  }
  .me-md-n4 {
    margin-right: -1rem !important;
  }
  .me-md-n5 {
    margin-right: -1.25rem !important;
  }
  .me-md-n6 {
    margin-right: -1.5rem !important;
  }
  .me-md-n7 {
    margin-right: -2rem !important;
  }
  .me-md-n8 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-md-n4 {
    margin-left: -1rem !important;
  }
  .ms-md-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-md-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n7 {
    margin-left: -2rem !important;
  }
  .ms-md-n8 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3, .quick-actions-menu.dropdown-menu .quick-actions-menu__item {
    padding: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .p-md-5, .journal-list__controls {
    padding: 1.25rem !important;
  }
  .p-md-6, .house-call__header, .detail-header__summary {
    padding: 1.5rem !important;
  }
  .p-md-7 {
    padding: 2rem !important;
  }
  .p-md-8 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-6, .panel-body {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .pt-md-6, .panel-body:not(.pt-0) {
    padding-top: 1.5rem !important;
  }
  .pt-md-7 {
    padding-top: 2rem !important;
  }
  .pt-md-8 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 0.75rem !important;
  }
  .pe-md-4 {
    padding-right: 1rem !important;
  }
  .pe-md-5 {
    padding-right: 1.25rem !important;
  }
  .pe-md-6 {
    padding-right: 1.5rem !important;
  }
  .pe-md-7 {
    padding-right: 2rem !important;
  }
  .pe-md-8 {
    padding-right: 3rem !important;
  }
  .pb-md-0, .detail-header__summary {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-4, .panel-body {
    padding-bottom: 1rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 2rem !important;
  }
  .pb-md-8 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 0.75rem !important;
  }
  .ps-md-4 {
    padding-left: 1rem !important;
  }
  .ps-md-5 {
    padding-left: 1.25rem !important;
  }
  .ps-md-6 {
    padding-left: 1.5rem !important;
  }
  .ps-md-7 {
    padding-left: 2rem !important;
  }
  .ps-md-8 {
    padding-left: 3rem !important;
  }
  .fs-md-1 {
    font-size: 2rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.5rem !important;
  }
  .fs-md-4 {
    font-size: 1.375rem !important;
  }
  .fs-md-5 {
    font-size: 1.125rem !important;
  }
  .fs-md-6 {
    font-size: 0.875rem !important;
  }
  .fs-md-7 {
    font-size: 0.75rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex, .rlm-bcrumbs {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .border-lg {
    border: 1px solid #dee2e6 !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-top-lg {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-end-lg {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-end-lg-0 {
    border-right: 0 !important;
  }
  .border-bottom-lg {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-start-lg {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-start-lg-0 {
    border-left: 0 !important;
  }
  .border-lg-1 {
    border-width: 1px !important;
  }
  .border-lg-2 {
    border-width: 2px !important;
  }
  .border-lg-3 {
    border-width: 3px !important;
  }
  .border-lg-4 {
    border-width: 4px !important;
  }
  .border-lg-5 {
    border-width: 5px !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 0.75rem !important;
  }
  .gap-lg-4 {
    gap: 1rem !important;
  }
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
  .gap-lg-7 {
    gap: 2rem !important;
  }
  .gap-lg-8 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 2rem !important;
  }
  .m-lg-8 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 2rem !important;
  }
  .mt-lg-8 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 0.75rem !important;
  }
  .me-lg-4 {
    margin-right: 1rem !important;
  }
  .me-lg-5 {
    margin-right: 1.25rem !important;
  }
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
  .me-lg-7 {
    margin-right: 2rem !important;
  }
  .me-lg-8 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0, .listing-header__list-title {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 2rem !important;
  }
  .ms-lg-8 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .ms-lg-container {
    margin-left: clamp(1rem, 2vw, 2rem) !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -2rem !important;
  }
  .m-lg-n8 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n7 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1rem !important;
  }
  .mt-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -2rem !important;
  }
  .mt-lg-n8 {
    margin-top: -3rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .me-lg-n4 {
    margin-right: -1rem !important;
  }
  .me-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .me-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n7 {
    margin-right: -2rem !important;
  }
  .me-lg-n8 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1rem !important;
  }
  .ms-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n7 {
    margin-left: -2rem !important;
  }
  .ms-lg-n8 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 2rem !important;
  }
  .p-lg-8 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3, .detail-page-nav__link {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2, .detail-page-nav__link {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 2rem !important;
  }
  .pt-lg-8 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 2rem !important;
  }
  .pe-lg-8 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 2rem !important;
  }
  .ps-lg-8 {
    padding-left: 3rem !important;
  }
  .fs-lg-1 {
    font-size: 2rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.5rem !important;
  }
  .fs-lg-4 {
    font-size: 1.375rem !important;
  }
  .fs-lg-5 {
    font-size: 1.125rem !important;
  }
  .fs-lg-6 {
    font-size: 0.875rem !important;
  }
  .fs-lg-7, .rlm-cal__event,
  .rlm-cal__timeline-event {
    font-size: 0.75rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-top-xl {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-end-xl {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-end-xl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xl {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xl {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-start-xl-0 {
    border-left: 0 !important;
  }
  .border-xl-1 {
    border-width: 1px !important;
  }
  .border-xl-2 {
    border-width: 2px !important;
  }
  .border-xl-3 {
    border-width: 3px !important;
  }
  .border-xl-4 {
    border-width: 4px !important;
  }
  .border-xl-5 {
    border-width: 5px !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 0.75rem !important;
  }
  .gap-xl-4 {
    gap: 1rem !important;
  }
  .gap-xl-5 {
    gap: 1.25rem !important;
  }
  .gap-xl-6 {
    gap: 1.5rem !important;
  }
  .gap-xl-7 {
    gap: 2rem !important;
  }
  .gap-xl-8 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 2rem !important;
  }
  .m-xl-8 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 2rem !important;
  }
  .mt-xl-8 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 0.75rem !important;
  }
  .me-xl-4 {
    margin-right: 1rem !important;
  }
  .me-xl-5 {
    margin-right: 1.25rem !important;
  }
  .me-xl-6 {
    margin-right: 1.5rem !important;
  }
  .me-xl-7 {
    margin-right: 2rem !important;
  }
  .me-xl-8 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 2rem !important;
  }
  .ms-xl-8 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .ms-xl-container {
    margin-left: clamp(1rem, 2vw, 2rem) !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -2rem !important;
  }
  .m-xl-n8 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n7 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1rem !important;
  }
  .mt-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -2rem !important;
  }
  .mt-xl-n8 {
    margin-top: -3rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .me-xl-n4 {
    margin-right: -1rem !important;
  }
  .me-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .me-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n7 {
    margin-right: -2rem !important;
  }
  .me-xl-n8 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1rem !important;
  }
  .ms-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n7 {
    margin-left: -2rem !important;
  }
  .ms-xl-n8 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 2rem !important;
  }
  .p-xl-8 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 2rem !important;
  }
  .pt-xl-8 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 2rem !important;
  }
  .pe-xl-8 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 2rem !important;
  }
  .ps-xl-8 {
    padding-left: 3rem !important;
  }
  .fs-xl-1 {
    font-size: 2rem !important;
  }
  .fs-xl-2 {
    font-size: 2rem !important;
  }
  .fs-xl-3 {
    font-size: 1.5rem !important;
  }
  .fs-xl-4 {
    font-size: 1.375rem !important;
  }
  .fs-xl-5 {
    font-size: 1.125rem !important;
  }
  .fs-xl-6 {
    font-size: 0.875rem !important;
  }
  .fs-xl-7 {
    font-size: 0.75rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .border-xxl {
    border: 1px solid #dee2e6 !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-top-xxl {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  .border-end-xxl {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-end-xxl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xxl {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xxl {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-start-xxl-0 {
    border-left: 0 !important;
  }
  .border-xxl-1 {
    border-width: 1px !important;
  }
  .border-xxl-2 {
    border-width: 2px !important;
  }
  .border-xxl-3 {
    border-width: 3px !important;
  }
  .border-xxl-4 {
    border-width: 4px !important;
  }
  .border-xxl-5 {
    border-width: 5px !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 0.75rem !important;
  }
  .gap-xxl-4 {
    gap: 1rem !important;
  }
  .gap-xxl-5 {
    gap: 1.25rem !important;
  }
  .gap-xxl-6 {
    gap: 1.5rem !important;
  }
  .gap-xxl-7 {
    gap: 2rem !important;
  }
  .gap-xxl-8 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .m-xxl-7 {
    margin: 2rem !important;
  }
  .m-xxl-8 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 2rem !important;
  }
  .mt-xxl-8 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-4 {
    margin-right: 1rem !important;
  }
  .me-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 2rem !important;
  }
  .me-xxl-8 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1rem !important;
  }
  .ms-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 2rem !important;
  }
  .ms-xxl-8 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .ms-xxl-container {
    margin-left: clamp(1rem, 2vw, 2rem) !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -0.75rem !important;
  }
  .m-xxl-n4 {
    margin: -1rem !important;
  }
  .m-xxl-n5 {
    margin: -1.25rem !important;
  }
  .m-xxl-n6 {
    margin: -1.5rem !important;
  }
  .m-xxl-n7 {
    margin: -2rem !important;
  }
  .m-xxl-n8 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xxl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n7 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -3rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -0.75rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1rem !important;
  }
  .me-xxl-n5 {
    margin-right: -1.25rem !important;
  }
  .me-xxl-n6 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n7 {
    margin-right: -2rem !important;
  }
  .me-xxl-n8 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  .p-xxl-7 {
    padding: 2rem !important;
  }
  .p-xxl-8 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 2rem !important;
  }
  .pt-xxl-8 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1rem !important;
  }
  .pe-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-6 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 2rem !important;
  }
  .pe-xxl-8 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1rem !important;
  }
  .ps-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-6 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 2rem !important;
  }
  .ps-xxl-8 {
    padding-left: 3rem !important;
  }
  .fs-xxl-1 {
    font-size: 2rem !important;
  }
  .fs-xxl-2 {
    font-size: 2rem !important;
  }
  .fs-xxl-3 {
    font-size: 1.5rem !important;
  }
  .fs-xxl-4 {
    font-size: 1.375rem !important;
  }
  .fs-xxl-5 {
    font-size: 1.125rem !important;
  }
  .fs-xxl-6 {
    font-size: 0.875rem !important;
  }
  .fs-xxl-7 {
    font-size: 0.75rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block, .print-only {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none, .no-print {
    display: none !important;
  }
}
@media print {
  body {
    background-color: #fff;
  }
  .panel-heading, .no-print, #status, footer {
    display: none !important;
  }
  #status, #actions {
    padding: 0px 20px;
  }
  a[href]:after {
    content: "" !important;
  }
  .print-only {
    display: block;
  }
  a {
    text-decoration: none !important;
  }
  .card, .create-form,
  .edit-form {
    box-shadow: none !important;
  }
  .detail-header__summary,
  .card-header,
  .create-form__header,
  .edit-form__header,
  .card-body,
  .create-form__body,
  .edit-form__body,
  .card-footer,
  .create-form__footer,
  .edit-form__footer {
    padding: 0 !important;
  }
}
.stage-badge {
  line-height: 1em;
}
.stage-badge::before {
  content: "";
  height: 1em;
  width: 1em;
}
.ui-grid-cell-contents .stage-badge {
  font-weight: 600;
}

.stage-badge--red,
.btn.ls-red,
.ls-red.rlm-btn-secondary,
.rlm-cal__event--red,
.rlm-cal__timeline-event--red {
  background-color: rgba(204, 0, 0, 0.2);
}

.stage-badge--red,
.btn.ls-red,
.ls-red.rlm-btn-secondary,
.rlm-cal__event--red,
.rlm-cal__timeline-event--red,
.rlm-cal__agenda-event--red .rlm-cal__event-title {
  color: #CC0000;
}

.rlm-cal__agenda-event--red::before,
.stage-badge--red::before,
.btn.ls-red::before,
.ls-red.rlm-btn-secondary::before {
  background-color: #CC0000;
}

.border-red {
  border-color: #CC0000;
}

.stage-badge--pink,
.btn.ls-pink,
.ls-pink.rlm-btn-secondary,
.rlm-cal__event--pink,
.rlm-cal__timeline-event--pink {
  background-color: rgba(233, 30, 99, 0.2);
}

.stage-badge--pink,
.btn.ls-pink,
.ls-pink.rlm-btn-secondary,
.rlm-cal__event--pink,
.rlm-cal__timeline-event--pink,
.rlm-cal__agenda-event--pink .rlm-cal__event-title {
  color: #aa1145;
}

.rlm-cal__agenda-event--pink::before,
.stage-badge--pink::before,
.btn.ls-pink::before,
.ls-pink.rlm-btn-secondary::before {
  background-color: #E91E63;
}

.border-pink {
  border-color: #E91E63;
}

.stage-badge--purple,
.btn.ls-purple,
.ls-purple.rlm-btn-secondary,
.rlm-cal__event--purple,
.rlm-cal__timeline-event--purple {
  background-color: rgba(156, 39, 176, 0.2);
}

.stage-badge--purple,
.btn.ls-purple,
.ls-purple.rlm-btn-secondary,
.rlm-cal__event--purple,
.rlm-cal__timeline-event--purple,
.rlm-cal__agenda-event--purple .rlm-cal__event-title {
  color: #641971;
}

.rlm-cal__agenda-event--purple::before,
.stage-badge--purple::before,
.btn.ls-purple::before,
.ls-purple.rlm-btn-secondary::before {
  background-color: #9C27B0;
}

.border-purple {
  border-color: #9C27B0;
}

.stage-badge--deep-purple,
.btn.ls-deep-purple,
.ls-deep-purple.rlm-btn-secondary,
.rlm-cal__event--deep-purple,
.rlm-cal__timeline-event--deep-purple {
  background-color: rgba(103, 58, 183, 0.2);
}

.stage-badge--deep-purple,
.btn.ls-deep-purple,
.ls-deep-purple.rlm-btn-secondary,
.rlm-cal__event--deep-purple,
.rlm-cal__timeline-event--deep-purple,
.rlm-cal__agenda-event--deep-purple .rlm-cal__event-title {
  color: #46287d;
}

.rlm-cal__agenda-event--deep-purple::before,
.stage-badge--deep-purple::before,
.btn.ls-deep-purple::before,
.ls-deep-purple.rlm-btn-secondary::before {
  background-color: #673AB7;
}

.border-deep-purple {
  border-color: #673AB7;
}

.stage-badge--indigo,
.btn.ls-indigo,
.ls-indigo.rlm-btn-secondary,
.rlm-cal__event--indigo,
.rlm-cal__timeline-event--indigo {
  background-color: rgba(63, 81, 181, 0.2);
}

.stage-badge--indigo,
.btn.ls-indigo,
.ls-indigo.rlm-btn-secondary,
.rlm-cal__event--indigo,
.rlm-cal__timeline-event--indigo,
.rlm-cal__agenda-event--indigo .rlm-cal__event-title {
  color: #2b387c;
}

.rlm-cal__agenda-event--indigo::before,
.stage-badge--indigo::before,
.btn.ls-indigo::before,
.ls-indigo.rlm-btn-secondary::before {
  background-color: #3F51B5;
}

.border-indigo {
  border-color: #3F51B5;
}

.stage-badge--blue,
.btn.ls-blue,
.ls-blue.rlm-btn-secondary,
.rlm-cal__event--blue,
.rlm-cal__timeline-event--blue {
  background-color: rgba(33, 150, 243, 0.2);
}

.stage-badge--blue,
.btn.ls-blue,
.ls-blue.rlm-btn-secondary,
.rlm-cal__event--blue,
.rlm-cal__timeline-event--blue,
.rlm-cal__agenda-event--blue .rlm-cal__event-title {
  color: #08528d;
}

.rlm-cal__agenda-event--blue::before,
.stage-badge--blue::before,
.btn.ls-blue::before,
.ls-blue.rlm-btn-secondary::before {
  background-color: #2196F3;
}

.border-blue {
  border-color: #2196F3;
}

.stage-badge--light-blue,
.btn.ls-light-blue,
.ls-light-blue.rlm-btn-secondary,
.rlm-cal__event--light-blue,
.rlm-cal__timeline-event--light-blue {
  background-color: rgba(3, 169, 244, 0.2);
}

.stage-badge--light-blue,
.btn.ls-light-blue,
.ls-light-blue.rlm-btn-secondary,
.rlm-cal__event--light-blue,
.rlm-cal__timeline-event--light-blue,
.rlm-cal__agenda-event--light-blue .rlm-cal__event-title {
  color: #0275a8;
}

.rlm-cal__agenda-event--light-blue::before,
.stage-badge--light-blue::before,
.btn.ls-light-blue::before,
.ls-light-blue.rlm-btn-secondary::before {
  background-color: #03A9F4;
}

.border-light-blue {
  border-color: #03A9F4;
}

.stage-badge--cyan,
.btn.ls-cyan,
.ls-cyan.rlm-btn-secondary,
.rlm-cal__event--cyan,
.rlm-cal__timeline-event--cyan {
  background-color: rgba(0, 188, 212, 0.2);
}

.stage-badge--cyan,
.btn.ls-cyan,
.ls-cyan.rlm-btn-secondary,
.rlm-cal__event--cyan,
.rlm-cal__timeline-event--cyan,
.rlm-cal__agenda-event--cyan .rlm-cal__event-title {
  color: #007888;
}

.rlm-cal__agenda-event--cyan::before,
.stage-badge--cyan::before,
.btn.ls-cyan::before,
.ls-cyan.rlm-btn-secondary::before {
  background-color: #00BCD4;
}

.border-cyan {
  border-color: #00BCD4;
}

.stage-badge--teal,
.btn.ls-teal,
.ls-teal.rlm-btn-secondary,
.rlm-cal__event--teal,
.rlm-cal__timeline-event--teal {
  background-color: rgba(0, 150, 136, 0.2);
}

.stage-badge--teal,
.btn.ls-teal,
.ls-teal.rlm-btn-secondary,
.rlm-cal__event--teal,
.rlm-cal__timeline-event--teal,
.rlm-cal__agenda-event--teal .rlm-cal__event-title {
  color: #009688;
}

.rlm-cal__agenda-event--teal::before,
.stage-badge--teal::before,
.btn.ls-teal::before,
.ls-teal.rlm-btn-secondary::before {
  background-color: #009688;
}

.border-teal {
  border-color: #009688;
}

.stage-badge--green,
.btn.ls-green,
.ls-green.rlm-btn-secondary,
.rlm-cal__event--green,
.rlm-cal__timeline-event--green {
  background-color: rgba(76, 175, 80, 0.2);
}

.stage-badge--green,
.btn.ls-green,
.ls-green.rlm-btn-secondary,
.rlm-cal__event--green,
.rlm-cal__timeline-event--green,
.rlm-cal__agenda-event--green .rlm-cal__event-title {
  color: #357a38;
}

.rlm-cal__agenda-event--green::before,
.stage-badge--green::before,
.btn.ls-green::before,
.ls-green.rlm-btn-secondary::before {
  background-color: #4CAF50;
}

.border-green {
  border-color: #4CAF50;
}

.stage-badge--light-green,
.btn.ls-light-green,
.ls-light-green.rlm-btn-secondary,
.rlm-cal__event--light-green,
.rlm-cal__timeline-event--light-green {
  background-color: rgba(139, 195, 74, 0.2);
}

.stage-badge--light-green,
.btn.ls-light-green,
.ls-light-green.rlm-btn-secondary,
.rlm-cal__event--light-green,
.rlm-cal__timeline-event--light-green,
.rlm-cal__agenda-event--light-green .rlm-cal__event-title {
  color: #496a23;
}

.rlm-cal__agenda-event--light-green::before,
.stage-badge--light-green::before,
.btn.ls-light-green::before,
.ls-light-green.rlm-btn-secondary::before {
  background-color: #8BC34A;
}

.border-light-green {
  border-color: #8BC34A;
}

.stage-badge--lime,
.btn.ls-lime,
.ls-lime.rlm-btn-secondary,
.rlm-cal__event--lime,
.rlm-cal__timeline-event--lime {
  background-color: rgba(205, 220, 57, 0.2);
}

.stage-badge--lime,
.btn.ls-lime,
.ls-lime.rlm-btn-secondary,
.rlm-cal__event--lime,
.rlm-cal__timeline-event--lime,
.rlm-cal__agenda-event--lime .rlm-cal__event-title {
  color: #757f16;
}

.rlm-cal__agenda-event--lime::before,
.stage-badge--lime::before,
.btn.ls-lime::before,
.ls-lime.rlm-btn-secondary::before {
  background-color: #CDDC39;
}

.border-lime {
  border-color: #CDDC39;
}

.stage-badge--yellow,
.btn.ls-yellow,
.ls-yellow.rlm-btn-secondary,
.rlm-cal__event--yellow,
.rlm-cal__timeline-event--yellow {
  background-color: rgba(255, 235, 59, 0.2);
}

.stage-badge--yellow,
.btn.ls-yellow,
.ls-yellow.rlm-btn-secondary,
.rlm-cal__event--yellow,
.rlm-cal__timeline-event--yellow,
.rlm-cal__agenda-event--yellow .rlm-cal__event-title {
  color: #887a00;
}

.rlm-cal__agenda-event--yellow::before,
.stage-badge--yellow::before,
.btn.ls-yellow::before,
.ls-yellow.rlm-btn-secondary::before {
  background-color: #FFEB3B;
}

.border-yellow {
  border-color: #FFEB3B;
}

.stage-badge--amber,
.btn.ls-amber,
.ls-amber.rlm-btn-secondary,
.rlm-cal__event--amber,
.rlm-cal__timeline-event--amber {
  background-color: rgba(255, 193, 7, 0.2);
}

.stage-badge--amber,
.btn.ls-amber,
.ls-amber.rlm-btn-secondary,
.rlm-cal__event--amber,
.rlm-cal__timeline-event--amber,
.rlm-cal__agenda-event--amber .rlm-cal__event-title {
  color: #ba8b00;
}

.rlm-cal__agenda-event--amber::before,
.stage-badge--amber::before,
.btn.ls-amber::before,
.ls-amber.rlm-btn-secondary::before {
  background-color: #FFC107;
}

.border-amber {
  border-color: #FFC107;
}

.stage-badge--orange,
.btn.ls-orange,
.ls-orange.rlm-btn-secondary,
.rlm-cal__event--orange,
.rlm-cal__timeline-event--orange {
  background-color: rgba(255, 152, 0, 0.2);
}

.stage-badge--orange,
.btn.ls-orange,
.ls-orange.rlm-btn-secondary,
.rlm-cal__event--orange,
.rlm-cal__timeline-event--orange,
.rlm-cal__agenda-event--orange .rlm-cal__event-title {
  color: #b36a00;
}

.rlm-cal__agenda-event--orange::before,
.stage-badge--orange::before,
.btn.ls-orange::before,
.ls-orange.rlm-btn-secondary::before {
  background-color: #FF9800;
}

.border-orange {
  border-color: #FF9800;
}

.stage-badge--deep-orange,
.btn.ls-deep-orange,
.ls-deep-orange.rlm-btn-secondary,
.rlm-cal__event--deep-orange,
.rlm-cal__timeline-event--deep-orange {
  background-color: rgba(255, 87, 34, 0.2);
}

.stage-badge--deep-orange,
.btn.ls-deep-orange,
.ls-deep-orange.rlm-btn-secondary,
.rlm-cal__event--deep-orange,
.rlm-cal__timeline-event--deep-orange,
.rlm-cal__agenda-event--deep-orange .rlm-cal__event-title {
  color: #a22700;
}

.rlm-cal__agenda-event--deep-orange::before,
.stage-badge--deep-orange::before,
.btn.ls-deep-orange::before,
.ls-deep-orange.rlm-btn-secondary::before {
  background-color: #FF5722;
}

.border-deep-orange {
  border-color: #FF5722;
}

.stage-badge--brown,
.btn.ls-brown,
.ls-brown.rlm-btn-secondary,
.rlm-cal__event--brown,
.rlm-cal__timeline-event--brown {
  background-color: rgba(121, 85, 72, 0.2);
}

.stage-badge--brown,
.btn.ls-brown,
.ls-brown.rlm-btn-secondary,
.rlm-cal__event--brown,
.rlm-cal__timeline-event--brown,
.rlm-cal__agenda-event--brown .rlm-cal__event-title {
  color: #795548;
}

.rlm-cal__agenda-event--brown::before,
.stage-badge--brown::before,
.btn.ls-brown::before,
.ls-brown.rlm-btn-secondary::before {
  background-color: #795548;
}

.border-brown {
  border-color: #795548;
}

.stage-badge--grey,
.btn.ls-grey,
.ls-grey.rlm-btn-secondary,
.rlm-cal__event--grey,
.rlm-cal__timeline-event--grey {
  background-color: rgba(158, 158, 158, 0.2);
}

.stage-badge--grey,
.btn.ls-grey,
.ls-grey.rlm-btn-secondary,
.rlm-cal__event--grey,
.rlm-cal__timeline-event--grey,
.rlm-cal__agenda-event--grey .rlm-cal__event-title {
  color: #454545;
}

.rlm-cal__agenda-event--grey::before,
.stage-badge--grey::before,
.btn.ls-grey::before,
.ls-grey.rlm-btn-secondary::before {
  background-color: #9E9E9E;
}

.border-grey {
  border-color: #9E9E9E;
}

.stage-badge--blue-grey,
.btn.ls-blue-grey,
.ls-blue-grey.rlm-btn-secondary,
.rlm-cal__event--blue-grey,
.rlm-cal__timeline-event--blue-grey {
  background-color: rgba(96, 125, 139, 0.2);
}

.stage-badge--blue-grey,
.btn.ls-blue-grey,
.ls-blue-grey.rlm-btn-secondary,
.rlm-cal__event--blue-grey,
.rlm-cal__timeline-event--blue-grey,
.rlm-cal__agenda-event--blue-grey .rlm-cal__event-title {
  color: #41545e;
}

.rlm-cal__agenda-event--blue-grey::before,
.stage-badge--blue-grey::before,
.btn.ls-blue-grey::before,
.ls-blue-grey.rlm-btn-secondary::before {
  background-color: #607D8B;
}

.border-blue-grey {
  border-color: #607D8B;
}

.stage-badge--black,
.btn.ls-black,
.ls-black.rlm-btn-secondary,
.rlm-cal__event--black,
.rlm-cal__timeline-event--black {
  background-color: rgba(34, 34, 34, 0.2);
}

.stage-badge--black,
.btn.ls-black,
.ls-black.rlm-btn-secondary,
.rlm-cal__event--black,
.rlm-cal__timeline-event--black,
.rlm-cal__agenda-event--black .rlm-cal__event-title {
  color: #222;
}

.rlm-cal__agenda-event--black::before,
.stage-badge--black::before,
.btn.ls-black::before,
.ls-black.rlm-btn-secondary::before {
  background-color: #222;
}

.border-black {
  border-color: #222;
}

.stage-badge--new,
.btn.ls-new,
.ls-new.rlm-btn-secondary,
.rlm-cal__event--new,
.rlm-cal__timeline-event--new {
  background-color: rgba(23, 66, 193, 0.2);
}

.stage-badge--new,
.btn.ls-new,
.ls-new.rlm-btn-secondary,
.rlm-cal__event--new,
.rlm-cal__timeline-event--new,
.rlm-cal__agenda-event--new .rlm-cal__event-title {
  color: #0f2b7d;
}

.rlm-cal__agenda-event--new::before,
.stage-badge--new::before,
.btn.ls-new::before,
.ls-new.rlm-btn-secondary::before {
  background-color: #1742C1;
}

.border-new {
  border-color: #1742C1;
}

.stage-badge--unassigned,
.btn.ls-unassigned,
.ls-unassigned.rlm-btn-secondary,
.rlm-cal__event--unassigned,
.rlm-cal__timeline-event--unassigned {
  background-color: rgba(23, 66, 193, 0.2);
}

.stage-badge--unassigned,
.btn.ls-unassigned,
.ls-unassigned.rlm-btn-secondary,
.rlm-cal__event--unassigned,
.rlm-cal__timeline-event--unassigned,
.rlm-cal__agenda-event--unassigned .rlm-cal__event-title {
  color: #0f2b7d;
}

.rlm-cal__agenda-event--unassigned::before,
.stage-badge--unassigned::before,
.btn.ls-unassigned::before,
.ls-unassigned.rlm-btn-secondary::before {
  background-color: #1742C1;
}

.border-unassigned {
  border-color: #1742C1;
}

.stage-badge--assigned,
.btn.ls-assigned,
.ls-assigned.rlm-btn-secondary,
.rlm-cal__event--assigned,
.rlm-cal__timeline-event--assigned {
  background-color: rgba(193, 64, 23, 0.2);
}

.stage-badge--assigned,
.btn.ls-assigned,
.ls-assigned.rlm-btn-secondary,
.rlm-cal__event--assigned,
.rlm-cal__timeline-event--assigned,
.rlm-cal__agenda-event--assigned .rlm-cal__event-title {
  color: #7d290f;
}

.rlm-cal__agenda-event--assigned::before,
.stage-badge--assigned::before,
.btn.ls-assigned::before,
.ls-assigned.rlm-btn-secondary::before {
  background-color: #C14017;
}

.border-assigned {
  border-color: #C14017;
}

.stage-badge--accepted,
.btn.ls-accepted,
.ls-accepted.rlm-btn-secondary,
.rlm-cal__event--accepted,
.rlm-cal__timeline-event--accepted {
  background-color: rgba(23, 193, 149, 0.2);
}

.stage-badge--accepted,
.btn.ls-accepted,
.ls-accepted.rlm-btn-secondary,
.rlm-cal__event--accepted,
.rlm-cal__timeline-event--accepted,
.rlm-cal__agenda-event--accepted .rlm-cal__event-title {
  color: #0f7d60;
}

.rlm-cal__agenda-event--accepted::before,
.stage-badge--accepted::before,
.btn.ls-accepted::before,
.ls-accepted.rlm-btn-secondary::before {
  background-color: #17C195;
}

.border-accepted {
  border-color: #17C195;
}

.stage-badge--contact,
.btn.ls-contact,
.ls-contact.rlm-btn-secondary,
.rlm-cal__event--contact,
.rlm-cal__timeline-event--contact {
  background-color: rgba(16, 106, 135, 0.2);
}

.stage-badge--contact,
.btn.ls-contact,
.ls-contact.rlm-btn-secondary,
.rlm-cal__event--contact,
.rlm-cal__timeline-event--contact,
.rlm-cal__agenda-event--contact .rlm-cal__event-title {
  color: #106A87;
}

.rlm-cal__agenda-event--contact::before,
.stage-badge--contact::before,
.btn.ls-contact::before,
.ls-contact.rlm-btn-secondary::before {
  background-color: #106A87;
}

.border-contact {
  border-color: #106A87;
}

.stage-badge--appointment,
.btn.ls-appointment,
.ls-appointment.rlm-btn-secondary,
.rlm-cal__event--appointment,
.rlm-cal__timeline-event--appointment {
  background-color: rgba(170, 64, 105, 0.2);
}

.stage-badge--appointment,
.btn.ls-appointment,
.ls-appointment.rlm-btn-secondary,
.rlm-cal__event--appointment,
.rlm-cal__timeline-event--appointment,
.rlm-cal__agenda-event--appointment .rlm-cal__event-title {
  color: #722b47;
}

.rlm-cal__agenda-event--appointment::before,
.stage-badge--appointment::before,
.btn.ls-appointment::before,
.ls-appointment.rlm-btn-secondary::before {
  background-color: #AA4069;
}

.border-appointment {
  border-color: #AA4069;
}

.stage-badge--estimated,
.btn.ls-estimated,
.ls-estimated.rlm-btn-secondary,
.rlm-cal__event--estimated,
.rlm-cal__timeline-event--estimated {
  background-color: rgba(97, 23, 193, 0.2);
}

.stage-badge--estimated,
.btn.ls-estimated,
.ls-estimated.rlm-btn-secondary,
.rlm-cal__event--estimated,
.rlm-cal__timeline-event--estimated,
.rlm-cal__agenda-event--estimated .rlm-cal__event-title {
  color: #3f0f7d;
}

.rlm-cal__agenda-event--estimated::before,
.stage-badge--estimated::before,
.btn.ls-estimated::before,
.ls-estimated.rlm-btn-secondary::before {
  background-color: #6117C1;
}

.border-estimated {
  border-color: #6117C1;
}

.stage-badge--quoted,
.btn.ls-quoted,
.ls-quoted.rlm-btn-secondary,
.rlm-cal__event--quoted,
.rlm-cal__timeline-event--quoted {
  background-color: rgba(97, 23, 193, 0.2);
}

.stage-badge--quoted,
.btn.ls-quoted,
.ls-quoted.rlm-btn-secondary,
.rlm-cal__event--quoted,
.rlm-cal__timeline-event--quoted,
.rlm-cal__agenda-event--quoted .rlm-cal__event-title {
  color: #3f0f7d;
}

.rlm-cal__agenda-event--quoted::before,
.stage-badge--quoted::before,
.btn.ls-quoted::before,
.ls-quoted.rlm-btn-secondary::before {
  background-color: #6117C1;
}

.border-quoted {
  border-color: #6117C1;
}

.stage-badge--sale,
.btn.ls-sale,
.ls-sale.rlm-btn-secondary,
.rlm-cal__event--sale,
.rlm-cal__timeline-event--sale {
  background-color: rgba(23, 193, 30, 0.2);
}

.stage-badge--sale,
.btn.ls-sale,
.ls-sale.rlm-btn-secondary,
.rlm-cal__event--sale,
.rlm-cal__timeline-event--sale,
.rlm-cal__agenda-event--sale .rlm-cal__event-title {
  color: #0f7d13;
}

.rlm-cal__agenda-event--sale::before,
.stage-badge--sale::before,
.btn.ls-sale::before,
.ls-sale.rlm-btn-secondary::before {
  background-color: #17C11E;
}

.border-sale {
  border-color: #17C11E;
}

.stage-badge--no-sale,
.btn.ls-no-sale,
.ls-no-sale.rlm-btn-secondary,
.rlm-cal__event--no-sale,
.rlm-cal__timeline-event--no-sale {
  background-color: rgba(193, 148, 151, 0.2);
}

.stage-badge--no-sale,
.btn.ls-no-sale,
.ls-no-sale.rlm-btn-secondary,
.rlm-cal__event--no-sale,
.rlm-cal__timeline-event--no-sale,
.rlm-cal__agenda-event--no-sale .rlm-cal__event-title {
  color: #673c3f;
}

.rlm-cal__agenda-event--no-sale::before,
.stage-badge--no-sale::before,
.btn.ls-no-sale::before,
.ls-no-sale.rlm-btn-secondary::before {
  background-color: #C19497;
}

.border-no-sale {
  border-color: #C19497;
}

.stage-badge--dead,
.btn.ls-dead,
.ls-dead.rlm-btn-secondary,
.rlm-cal__event--dead,
.rlm-cal__timeline-event--dead {
  background-color: rgba(136, 136, 136, 0.2);
}

.stage-badge--dead,
.btn.ls-dead,
.ls-dead.rlm-btn-secondary,
.rlm-cal__event--dead,
.rlm-cal__timeline-event--dead,
.rlm-cal__agenda-event--dead .rlm-cal__event-title {
  color: #484848;
}

.rlm-cal__agenda-event--dead::before,
.stage-badge--dead::before,
.btn.ls-dead::before,
.ls-dead.rlm-btn-secondary::before {
  background-color: #888888;
}

.border-dead {
  border-color: #888888;
}

.stage-badge--on-hold,
.btn.ls-on-hold,
.ls-on-hold.rlm-btn-secondary,
.rlm-cal__event--on-hold,
.rlm-cal__timeline-event--on-hold {
  background-color: rgba(119, 136, 153, 0.2);
}

.stage-badge--on-hold,
.btn.ls-on-hold,
.ls-on-hold.rlm-btn-secondary,
.rlm-cal__event--on-hold,
.rlm-cal__timeline-event--on-hold,
.rlm-cal__agenda-event--on-hold .rlm-cal__event-title {
  color: #3e4853;
}

.rlm-cal__agenda-event--on-hold::before,
.stage-badge--on-hold::before,
.btn.ls-on-hold::before,
.ls-on-hold.rlm-btn-secondary::before {
  background-color: #778899;
}

.border-on-hold {
  border-color: #778899;
}

.stage-badge--negotiations,
.btn.ls-negotiations,
.ls-negotiations.rlm-btn-secondary,
.rlm-cal__event--negotiations,
.rlm-cal__timeline-event--negotiations {
  background-color: rgba(152, 193, 23, 0.2);
}

.stage-badge--negotiations,
.btn.ls-negotiations,
.ls-negotiations.rlm-btn-secondary,
.rlm-cal__event--negotiations,
.rlm-cal__timeline-event--negotiations,
.rlm-cal__agenda-event--negotiations .rlm-cal__event-title {
  color: #627d0f;
}

.rlm-cal__agenda-event--negotiations::before,
.stage-badge--negotiations::before,
.btn.ls-negotiations::before,
.ls-negotiations.rlm-btn-secondary::before {
  background-color: #98C117;
}

.border-negotiations {
  border-color: #98C117;
}
