/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.notification-container--bottom-center,.notification-container--bottom-full,.notification-container--bottom-left,.notification-container--bottom-right,.notification-container--center,.notification-container--top-center,.notification-container--top-full,.notification-container--top-left,.notification-container--top-right{min-width:325px;position:absolute;pointer-events:all}.notification-container--bottom-center,.notification-container--center,.notification-container--top-center{display:flex;justify-content:center;align-items:center;flex-direction:column;left:calc(50% - 175px);max-width:350px}.notification-container--center{top:20px;height:100%;pointer-events:none}.notification-container--bottom-full,.notification-container--top-full{width:100%;min-width:100%}.notification-container--bottom-full{bottom:0}.flex-center{min-width:325px;display:flex;justify-content:center;align-items:center;flex-direction:column;pointer-events:all}.notification-container--top-center{top:20px}.notification-container--bottom-center{bottom:20px}.notification-container--top-left{left:20px;top:20px}.notification-container--top-right{right:20px;top:20px}.notification-container--bottom-left{left:20px;bottom:20px}.notification-container--bottom-right{bottom:20px;right:20px}.notification-container--mobile-bottom,.notification-container--mobile-top{pointer-events:all;position:absolute}.notification-container--mobile-top{right:20px;left:20px;top:20px}.notification-container--mobile-bottom{right:20px;left:20px;bottom:20px;margin-bottom:-15px}.notification__item--default{background-color:#007bff;border-left:8px solid #0562c7}.notification__item--default .notification__timer{background-color:#007bff}.notification__item--default .notification__timer-filler{background-color:#fff}.notification__item--default .notification__close{background-color:#007bff}.notification__item--success{background-color:#28a745;border-left:8px solid #1f8838}.notification__item--success .notification__timer{background-color:#28a745}.notification__item--success .notification__timer-filler{background-color:#fff}.notification__item--success .notification__close{background-color:#28a745}.notification__item--danger{background-color:#dc3545;border-left:8px solid #bd1120}.notification__item--danger .notification__timer{background-color:#dc3545}.notification__item--danger .notification__timer-filler{background-color:#fff}.notification__item--danger .notification__close{background-color:#dc3545}.notification__item--info{background-color:#17a2b8;border-left:8px solid #138b9e}.notification__item--info .notification__timer{background-color:#17a2b8}.notification__item--info .notification__timer-filler{background-color:#fff}.notification__item--info .notification__close{background-color:#17a2b8}.notification__item--warning{background-color:#eab000;border-left:8px solid #ce9c09}.notification__item--warning .notification__timer{background-color:#eab000}.notification__item--warning .notification__timer-filler{background-color:#fff}.notification__item--warning .notification__close{background-color:#eab000}.notification__item--awesome{background-color:#685dc3;border-left:8px solid #4c3fb1}.notification__item--awesome .notification__timer{background-color:#685dc3}.notification__item--awesome .notification__timer-filler{background-color:#fff}.notification__item--awesome .notification__close{background-color:#685dc3}@keyframes timer{0%{width:100%}to{width:0}}.notifications-component{position:fixed;z-index:9000;pointer-events:none;width:100%;height:100%}.notification__item{display:flex;position:relative;border-radius:3px;margin-bottom:15px;box-shadow:1px 3px 4px rgba(0,0,0,.2);cursor:pointer}.notification-container--bottom-full .notification__item,.notification-container--top-full .notification__item{margin-bottom:0;border-radius:0}.notification__timer{width:100%;margin-top:10px}.notification__timer,.notification__timer-filler{height:3px;border-radius:5px}.notification__title{color:#fff;font-weight:700;font-size:14px;margin-top:5px;margin-bottom:5px}.notification__message{color:#fff;max-width:calc(100% - 15px);font-size:14px;line-height:150%;word-wrap:break-word;margin-bottom:0;margin-top:0}.notification__content{padding:8px 15px;display:inline-block;width:100%}.notification__close{width:18px;height:18px;border-radius:50%;display:inline-block;position:absolute;right:10px;top:10px}.notification__close:after{content:"\D7";position:absolute;transform:translate(-50%,-50%);color:#fff;font-size:12px;left:50%;top:50%}.notification-container--mobile-bottom .notification,.notification-container--mobile-bottom .notification__item,.notification-container--mobile-top .notification,.notification-container--mobile-top .notification__item{max-width:100%;width:100%}.notification-container--bottom-right .notification,.notification-container--top-right .notification{margin-left:auto}.notification-container--bottom-left .notification,.notification-container--top-left .notification{margin-right:auto}.notification-container--mobile-bottom .notification,.notification-container--mobile-top .notification{margin-left:auto;margin-right:auto}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==')
    no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+')
    no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__zoomInButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
    no-repeat center;
}

.ril__zoomOutButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.community__container {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  background: #f2f8f9;
}

.community__header p {
  display: none;
}

.community__header h1 {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  font-size: calc(24px * var(--factor));
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #27344b;
  margin-top: 23px;
  margin: 0;
  margin-bottom: 17px;
  padding-right: 8px;
}

.community__top {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}

@media (max-width: 768px) {
  .community__top {
    height: 340px;
  }
}

.community__content {
  background: #fff;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 500px;
}

/* search input start  */
.community_search-container {
  padding: 4px;
  display: flex;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 8px;
}

.community_search-container.community_search-container--collapsed {
  display: inline-flex;
  padding: 0;
  border: none;
}

.community_search-container.community_search-container--collapsed > input {
  display: none;
}

.community_search-container > input {
  flex: 1;
  border: none;
  outline: none;
  background-color: transparent;
  height: 48px;
  padding: 16px;

  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #27344b;
  caret-color: #17cbc0;
}

.community_search-icon-wrapper {
  height: 48px;
  width: 48px;
  background: #17cbc0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.community_search-icon-wrapper > img {
}

/* search input end  */

/* community categories start */
.community__dropdown-wrapper {
  position: relative;
  top: 16px;
}
.community__categories-container {
  position: relative;
  padding: 19px 24px 21px 24px;
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
  margin-top: 16px;
  /* top: 16px; */
  cursor: pointer;
}
.community__categories-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.community__categories-header-container img {
}

.community__categories-header {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  font-size: calc(24px * var(--factor));
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #27344b;
  margin: 0;
}

.community__categories {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.community__categories-container--show .community__categories {
  opacity: 1;
  pointer-events: initial;
}

.community__categories-header-container > img {
  transition: transform 0.3s ease-in-out;
}
.community__categories-container--show .community__categories-header-container > img {
  transform: rotate(180deg);
}

.login-card__buttons-container a:hover {
  background-color: #17cbc0;
  color: #fff;
  border: none;
}

/* community cateogires end */

/* .community__form-post h6 {
  padding: 5px 0px;
} */

.community__topics,
.community__categories {
  padding: 0;
  list-style-type: none;
  list-style: none;
}
.community__categories {
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
}

/* forumTopic start  */
.forumTopic__container:first-of-type {
  margin-top: 28px;
}
.forumTopic__container:last-of-type {
  margin-bottom: 40px;
}

.forumTopic__container {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.forumTopic__content {
  flex: 1;
}

.forumTopic__profile {
  height: 48px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.forumTopic__profile > span {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
}

.forumTopic__header {
  font-family: 'Roboto Slab';
  font-weight: bold;
  font-size: calc(17px * var(--factor));
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #27344b;
  margin: 0px 0px;
  cursor: pointer;
}

.forumTopic__header-unverified {
  font-family: 'Roboto Slab';
  font-weight: bold;
  font-size: calc(17px * var(--factor));
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #999999;
  margin: 0px 0px;
  cursor: pointer;
}

.forumTopic__author,
.forumTopic__date,
.forumTopic__comments {
  font-family: Roboto;
  font-weight: normal;
  font-size: calc(14px * var(--factor));
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #49608a;
}
.forumTopic__date {
  margin-left: 8px;
}
.forumTopic__comments {
  margin-left: 8px;
}

/* forumTopic end  */

/* category item start */
.CategoryItem__container {
  padding: 8px;
  background-color: #fff;
  padding: 0px 24px 21px 24px;
}

.CategoryItem__container:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.CategoryItem__container span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: calc(16px * var(--factor));
  line-height: 24px;
  color: #49608a;
  /* padding */
}
/* category item end */

/* pagination- start */
.community__mpagination {
  display: flex;
  justify-content: center;
  margin-bottom: 73px;
  align-items: center;
}

.community__mpagination-numbers {
  padding-left: 36px;
  padding-right: 36px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #27344b;
}

/* pagination-end[ */

/* ask qt button */
.community__ask {
  background: #17cbc0;
  border-radius: 8px;
  display: flex;
  margin-top: 32px;
  align-items: center;
  padding-left: 12px;
  cursor: pointer;
}
.community__ask:hover {
  text-decoration: none;
}

.community__ask > span {
  flex: 1;
  color: #fff;
}

.community-ask-active-category {
  display: none;
}

.desktop__list-category-container .community__categories-container {
  display: none;
}

.community__categories-header--desktop {
  font-size: 32px;
  text-transform: capitalize;
}

.CategoryItem__container--active span {
  color: #17cbc0;
}

.desktop__list-category-container-inner {
  display: none;
}

/* media queries  */
@media (min-width: 992px) {
  .community__container {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .community__header h1 {
    margin-bottom: 14px;
  }
  .community__header p {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: calc(16px * var(--factor));
    letter-spacing: 0.02em;
    color: #49608a;
    padding: 0;
    margin: 0;
    padding-right: 40px;
  }

  .community__top {
    padding-top: 192px;
  }

  .community__top--inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .community_search-container {
    align-self: start;
  }

  .community__dropdown-wrapper {
    display: none;
  }

  .community-ask-active-category {
    display: flex;
    align-items: center;
  }

  .community__ask {
    margin-top: 0;
  }

  .desktop__list-category-container {
    display: flex;
  }

  .desktop__list-category-container-inner {
    display: block;
    align-self: flex-start;
    background-color: #fff;
    padding-top: 27px;
    border-radius: 8px;
    max-width: 300px;
  }

  .CategoryItem__container {
    cursor: pointer;
  }

  .desktop__list-category-container .community__categories-container {
    display: block;
  }

  .community__topics {
    flex: 1;
  }

  .community__categories {
    position: static;
    top: 0;
    opacity: 1;
    pointer-events: auto;
    background: #ffffff;
    box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
    border-radius: 8px;
    width: 300px;
  }
}

@media (max-width: 1200px) {
  .community__header p {
    font-size: calc(14px * var(--factor));
  }
}

@media (max-width: 880px) {
  .community__header p {
    display: none;
  }
}

.mt30 {
  margin-top: 30px;
}

.disable-page-arrow {
  opacity: 0.5;
}

.TopicDetails__header {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: calc(14px * var(--factor));
  margin: 0;
  letter-spacing: 0.02em;
  color: #49608a;
  cursor: pointer;
}

.TopicDetails__category {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  font-size: calc(24px * var(--factor));
  line-height: 1.15;
  color: #27344b;
  margin-bottom: 9px;
}

.TopicDetails__ask-search-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

.TopicDetails__ask-search-container .community__ask {
  margin-top: 0;
}

.TopicDetails__question-title {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  font-size: calc(18px * var(--factor));
  letter-spacing: 0.02em;
  color: #27344b;
}

.TopicDetails__question-meta {
  display: flex;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 16px;
}

.TopicDetails__question-author {
  font-family: Roboto;
  font-weight: bold;
  font-size: calc(14px * var(--factor));
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #49608a;
  margin: 0;
  margin-right: 4px;
}

.TopicDetails__question-date {
  font-weight: normal;
}

.TopicDetails__question-text {
  margin-bottom: 1rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: calc(16px * var(--factor));
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #27344b;
}

.TopicDetails__question-text-unverified {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: calc(16px * var(--factor));
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #999999;
}

.bottom-bordered {
  border-bottom: 1px solid #b8c3d5;
}

.mt64 {
  margin-top: 64px;
}
.mb40 {
  margin-bottom: 46px;
}

.noAuth_text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;

  text-align: center;
  letter-spacing: 0.02em;
  color: #49608a;
  margin-top: 25px;
}

.noAuth_text a {
  color: #17cbc0;
}

.comments__input-container {
  margin-bottom: 64px;
}

.comments__input-container textarea {
  border: 2px solid #d7deea;
  border-radius: 8px;
  background-color: transparent;
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #27344b;
  margin-top: 12px;
  outline: none;
  padding: 16px;
  resize: none;
}

.comments__input-container .community__ask {
  width: 229px;
  margin-left: auto;
  margin-top: 10px;
}

/* media queries */
@media (min-width: 700px) {
  .comments__input-container {
    margin-bottom: 170px;
  }

  .community__content {
    padding-left: 0;
    padding-right: 0;
  }
  .community__topic-top {
    display: flex;
    justify-content: space-between;
  }
  .community__topic-top .community__ask {
    margin-right: 10px;
  }
}

.white-bg {
  background-color: #fff;
}

.login-card__text {
  font-size: 16px;
  padding: 0px 24px 24px;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  color: #27344b;
}

.login-card__buttons-container {
  display: flex;
  padding: 0px 24px 24px;
  justify-content: space-around;
}

.login-card__buttons-container a {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #27344b;
  color: #27344b;
  text-decoration: none;
  border: 1px solid #27344b;
  border-radius: 8px;
  padding: 5px 10px;
}

@media (max-width: 768px) {
  .desktop__list-category-container.container.w-lg-100 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .noAuth_text {
    display: none;
  }

  .TopicDetails__header {
    font-size: calc(20px * var(--factor));
  }
  .TopicDetails__category {
    font-size: calc(48px * var(--factor));
    margin: 15px 0 56px;
  }
}

.community__ask-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.community__ask-buttons .community__ask,
.community__ask-buttons .community__cancel {
  margin-top: 0;
  font-size: 15px;
  width: initial;
  cursor: pointer;
}

.community__ask-buttons .community__cancel {
  padding: 12px 25px;
  border: 2px solid #d7deea;
  border-radius: 8px;
}

/* material styling */
.material-container {
  position: relative;
}

.material-title {
  /* position: absolute; */
  /* background: white; */
  /* margin-left: 15px; */
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #49608a;
  z-index: 3;
  display: block;
  margin-bottom: 12px;
  /* top: 0; */

  /* transition: all 0.2s ease-in-out; */
  /* transform: translate(5px, 20px); */
}

.material-title.material-title-textarea {
  transform: translate(10px, 30px);
  font-size: 25px;
}

.material-input:invalid:focus ~ .material-title {
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  transform: translate(0px, 0px);
}

.ask__question .community__categories-container {
  max-width: 460px;
  z-index: 4;
  border: 2px solid #eee;
  box-shadow: none;
}

@media (min-width: 768px) {
  .community__container.ask__question .community__categories {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    border: 2px solid #eee;
  }

  .community__container.ask__question .community__categories-container--show .community__categories {
    opacity: 1;
    pointer-events: initial;
  }
}

.community__error {
  border: solid 1px red !important;
}

:root {
  --factor: 1;
}

body,
html,
#__next {
  min-height: 100%;
}

body {
  background-color: #e5e5e5;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.font-roboto {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.overflow-hidden {
  overflow: hidden;
}

.navbar-toggler {
  position: absolute;
  right: 15px;
  top: 30px;
}

.navbar-light .navbar-toggler {
  color: #1d3d50;
  border-width: 0;
}

.navbar-absolute {
  /* background-image: linear-gradient(rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0)); */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.navbar-collapse.collapse.show,
.navbar-collapse.collapsing.show {
  z-index: 10000;
}

.navbar-nav-main {
  margin-top: 15px;
}

.navbar-collapse.collapsing > .navbar-nav-main,
.navbar-collapse.collapse.show > .navbar-nav-main {
  margin-top: 128px;
  margin-left: 13px !important;
}

.navbar-brand {
  margin-left: 10px;
}

#header-logo-dark,
#header-logo-light {
  width: 171px;
  height: 45px;
}

.navbar-nav > .nav-item > .nav-link {
  /* color: #1d3d50 !important; */
}

.navbar-collapse.collapsing,
.navbar-collapse.collapse.show {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: none;
  overflow-y: scroll;
  transition: none;
}

.navbar-collapse.collapse.show > .navbar-nav > .nav-item > .nav-link {
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-getlisted {
  background-color: #5db9bd;
  font-weight: bold;
  width: 144px;
  color: #fff !important;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-top: 0.35rem;
  padding-bottom: 0.15rem;
  margin-top: 2px;
  margin-left: 4px;
}

.btn-getlisted-mobile {
  position: absolute;
  bottom: -35px;
  left: 25px;
  z-index: 10000;
}

.btn-map-mobile {
  position: absolute;
  bottom: -30px;
  right: 25px;
  z-index: 10000;
  background-image: url(../images/map-icon.svg);
  border: none;
  width: 18px;
  height: 15px;
  background-repeat: no-repeat;
  padding: 0px;
  background-color: transparent;
}

.btn-map-mobile.list-menu {
  background-image: url(../images/hamburger-1-icon.png);
  width: 20px;
  height: 20px;
}

.btn-map-mobile:focus {
  outline: 0;
}
/*
.btn-primary {
  background: #5db9bd !important;
  border-color: #5db9bd !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
} */

.home-hero {
  background-image: url(../images/home-hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 700px;
  color: #27344b;
}

.home-hero h4,
.about-hero h4 {
  font-size: 1.375rem;
  width: 50%;
  margin-top: 1.5rem;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 600;
}

/* .home-community-partners-container {
  height: 0px;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s;
} */

/* @media (max-width: 575px) {
  .home-community-partners-container.show {
    height: 2250px;
  }
} */

.home-location {
  background-image: url(../images/home-location.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 588px;
  color: #1d3d50;
}

.home-location h1 {
  font-size: 2rem;
  font-weight: 900;
}

.home-location h4 {
  font-size: 1.125rem;
  width: 50%;
  margin-top: 1.5rem;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 600;
}

.home-location h5 {
  font-size: 1.5rem;
  font-weight: 900;
}

.home-location .shadow {
  margin-top: 10px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.25) !important;
}

.zip-code-group {
  display: flex;
}

.zip-code-input {
  border-radius: 0.25rem 0 0 0.25rem;
  background-image: none;
}

.zip-code-submit {
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border: 0;
  padding: 0 1rem;
  cursor: pointer;
}

.overview-input {
  width: 100%;
  height: 300px;
}

.home-events {
  height: 495px;
  color: #27344b;
  background-image: url(../images/home-events.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-events h1 {
  font-size: 2rem;
  font-weight: 900;
}

.home-events a {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  color: #5db9bd;
  margin-top: 0.5rem;
  display: inline-block;
}

.home-events p {
  width: 50%;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.home-events ul {
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.home-knowledge {
  background-color: #e9f4f8;
  background-image: url(../images/home-knowledge-2.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  height: 400px;
  color: #27344b;
}

.home-knowledge h1 {
  width: 50%;
  font-size: 2rem;
  font-weight: 900;
  padding-top: 100px;
}

.home-knowledge h4 {
  font-size: 1.125rem;
  width: 50%;
  margin-top: 1.5rem;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 600;
}

.home-knowledge a {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  color: #5db9bd;
  margin-top: 0.5rem;
  display: inline-block;
}

.about-hero,
.events-hero,
.knowledgebase-hero {
  height: 500px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.15);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-hero {
  background-image: url(../images/about-hero.png);
  box-shadow: inset 0 500px rgba(255, 255, 255, 0.25), 0px 6px 8px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.events-hero {
  background-image: url(../images/events-hero.jpg);
}

.knowledgebase-hero {
  background-image: url(../images/knowledgebase-hero.jpg);
}

.events-content,
.knowledgebase-content {
  background: #f2f8f9;
  padding: 2rem 0;
}

.about-content ul {
  list-style-type: none;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1rem;
  font-weight: bold;
}

.about-hero h1,
.events-hero h1,
.knowledgebase-hero h1 {
  font-size: 2.625rem;
  color: #1d3d50;
  padding-top: 300px;
  font-weight: 900;
}

.about-hero h1 {
  padding-top: 100px;
}

.textarea-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.textarea-info span {
  width: 70%;
  margin-right: 2%;
}

.textarea-info p {
  width: 30%;
  text-align: right;
  margin: 0;
}

.events-hero h1,
.knowledgebase-hero h1 {
  padding-top: 300px;
}

.events-hero h2,
.knowledgebase-hero h2 {
  font-size: 1.5rem;
  color: #1d3d50;
  font-weight: 500;
}

.providers-hero {
  background-image: url(../images/providers-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  background-color: #f2f8f9;
}

.providers-hero h1,
.providers-hero h2 {
  color: #1d3d50;
  font-weight: 900;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.providers-hero h1 {
  font-size: calc(3.375rem * var(--factor));
  padding-top: 140px;
}

.providers-hero h2 {
  font-size: calc(2.375rem * var(--factor));
}

.add-location-btn {
  padding: 0.1rem 1rem;
}

.event-location {
  color: #666;
  min-height: 25px;
  padding: 0 1.25rem;
}

.event-description-container {
  padding-left: 20px;
  padding-right: 20px;
  max-height: 280px;
  height: 280px;
  min-height: 280px;
}

.event-description {
  color: #666;
  height: 260px;
  max-height: 260px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
  width: 310px;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
}

.event-date {
  padding: 0 1.25rem;
}

p.location-head {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  color: #808080fa;
}

.upload-btn {
  border: 3px solid #88a8aa;
  color: #88a8aa;
  font-size: 2.5em;
  border-radius: 10px;
}

.provider-image {
  position: relative;
  width: 220px;
  height: 170px;
  border-radius: 10px;
  margin-right: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-size: cover;
}

.custom-control-label::before {
  border: 1px solid #ced4da;
  background: #fff;
}

.patients-filters {
  margin-top: 110px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.patients-wrapper {
  position: relative;
  height: 100%;
  min-height: calc(100vh - 230px);
}

.patients-wrapper .no-results {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #d8e7ef linear-gradient(180deg, #d8e7ef 0%, #d8e7ef 69.27%, rgba(216, 231, 239, 0) 100%);
  opacity: 0.8;
}

.patients-wrapper .no-results .text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  width: 380px;
  color: #1d3d50;
}

.patients-wrapper .no-results .text img {
  margin-bottom: 30px;
}

.patients-content {
  height: 100%;
  position: relative;
  width: 320px;
}

.patients-content .btn-search {
  background: #5db9bd;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.patients-content .remaining-results {
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #000000;
  opacity: 0.5;
  margin-top: 5px;
}

.patients-map {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
}

.patients-map .results-count {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 8px 30px;
  min-width: 200px;
  text-align: center;
}

.patients-map.full-width {
  left: 0px;
}

.patients-content .result-table {
  position: relative;
  width: 320px;
  color: #003464;
  border: 1px solid #d2e6f0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow-x: auto;
  overflow-y: scroll;
  height: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
}

.patients-content .result-table::after {
  content: '';
  background: linear-gradient(89.98deg, #000000 1.46%, rgba(0, 0, 0, 0) 98.2%);
  opacity: 0.1;
}

.patients-content .result-table::-webkit-scrollbar {
  width: 4px;
}

.patients-content .result-table::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.patients-content .result-table.hide {
  display: none;
}

.patients-content .result-table .result {
  padding: 10px 20px 10px 10px;
}

.result .provider-name,
.patients-content .result-table .result .provider-name {
  font-size: calc(16px * var(--factor));
  line-height: 24px;
  color: #212529;
}

.result .speciality-type,
.patients-content .result-table .result .speciality-type {
  font-size: calc(14px * var(--factor));
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #212529;
}

.result .address-1,
.patients-content .result-table .result .address-1 {
  font-size: calc(14px * var(--factor));
  line-height: 24px;
  color: #1d3d50;
}

.result .address-2,
.patients-content .result-table .result .address-2 {
  font-size: calc(12px * var(--factor));
  line-height: 19px;
  color: #1d3d50;
}

.patients-map::after,
.patients-content:after {
  content: '';
  display: block;
  position: absolute;
  height: 5px;
  top: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.profile-pic-box {
  width: 90px;
  height: 90px;
  background-color: #efefef;
  border: 1px solid #fefefe;
  border-radius: 4px;
  margin-left: 0.25rem;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.profile-pic-box i {
  opacity: 0.2;
  font-size: 2em;
}

.profile-video-box {
  width: 90px;
  height: 90px;
  background-color: #efefef;
  border: 1px solid #fefefe;
  border-radius: 4px;
  margin-left: 0.25rem;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.profile-video-box i {
  opacity: 0.2;
  font-size: 2em;
}

.profile-video-box video {
  width: inherit;
}

.delete-img-btn {
  position: absolute;
  display: flex;
  top: -12px;
  right: -12px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: white;
  font-size: 14px;
  border-radius: 100px;
  cursor: pointer;
}

.result-table {
  max-width: 700px;
  margin: 0 auto;
  border-radius: 4px;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.result-table .result:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.result-table .result:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.result-table .result {
  background-color: #cfe5ef;
}

.result-table .result:nth-child(even) {
  background: #dcedf4;
}

.premium-listing {
  background-color: #bee9eb !important;
}

.result-table .result:nth-child(odd).premium-listing {
  background-color: #b4e0e2 !important;
}

.active-location-mobile {
  position: absolute;
  width: 310px;
  color: #003464;
  border: 1px solid #d2e6f0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #dcedf4;
  padding: 10px 20px 10px 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.result-table .phone-number,
.active-location-mobile .phone-number {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #5db9bd;
  font-size: 0.875rem;
  margin-top: 0.2rem;
}

.result .btn-directions,
.result .phone-number {
  display: none;
}

.result.clicked {
  transform: scale(1, 1.02);
  background: linear-gradient(180deg, rgba(93, 185, 189, 0.01) 0%, rgba(93, 185, 189, 0) 100%), #ddecf5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.active-location-mobile .result.clicked {
  background: #dcedf4;
  box-shadow: none;
}

.result.clicked .btn-directions {
  display: inline-block;
}

.active-location-mobile .phone-number,
.result.clicked .phone-number {
  display: block;
}

.active-location-mobile .btn-directions {
  display: inline-block;
}

.result.clicked .phone-number i {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.premium-content {
  padding-top: 130px;
  padding-bottom: 2rem;
  color: #1d3d50;
  font-size: calc(18px * var(--factor));
}

.premium-content h1,
h2,
h3 {
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
}

.premium-content h1 small {
  font-size: 60%;
}

.premium-content div.profile-status {
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #ebf4f7;
  font-size: 14px;
  border-top: 1px solid #eaeaea;
}

.premium-content div.profile-status button {
  height: 30px !important;
  line-height: normal !important;
  margin-left: 1rem;
}

.premium-content .provider-image {
  margin-bottom: 15px;
}

.premium-content .header-section {
  margin-bottom: 9rem;
}

.premium-content .section {
  margin: auto;
  width: 65%;
  margin-bottom: 9rem;
}

.premium-content .section-text {
  line-height: 2.2rem;
}

.premium-content .section-subtitle > div {
  margin-bottom: 1rem;
}

.premium-content .images-section {
  justify-content: space-evenly;
  margin-bottom: 9rem;
}

.premium-content .images-section img {
  width: 350px;
  border-radius: 8px;
}

.premium-content .info-location-link {
  color: black;
  text-decoration: underline;
}

.premium-content .info-social-link {
  color: black;
}

.premium-content .info-block {
  margin: auto;
}

@media (max-width: 576px) {
  .premium-content .info-block {
    text-align: center;
  }

  .header-section {
    flex-direction: column-reverse;
  }
}

.premium-content .info-block img {
  width: 150px;
}

.premium-content .info-block .info-title {
  margin-bottom: 0;
}

.premium-content .info-block .info-subtitle {
  color: #7ca5da;
  font-weight: bold;
}

.premium-content .info-block .info-website-link {
  color: #2cbece;
  font-weight: bold;
  text-decoration: underline;
}

.premium-content .video-block {
  margin-bottom: 39px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.premium-content .video-block .video {
  position: relative;
  width: 458px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0) 54.92%);
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.premium-content .video-block .video-control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}

.premium-content .video-block .video .media {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0) 54.92%);
}

.premium-content .video-block .video .media video {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .premium-content .video-block {
    height: 288px;
  }

  .premium-content .video-block .video {
    height: 288px;
    width: 510px;
  }
}

@media (min-width: 992px) {
  .premium-content .video-block {
    height: 352px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .premium-content .video-block .video {
    height: 352px;
    width: 626px;
  }
}

@media (min-width: 1200px) {
  .premium-content .video-block {
    height: 401px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .premium-content .video-block .video {
    height: 401px;
    width: 712px;
  }
}

.premium-sidebar {
  margin-left: -15px;
  margin-top: -1.5rem;
  background-color: #d7e5ea;
}

.premium-section-title {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: calc(1.25rem * var(--factor));
  font-weight: 900;
  display: block;
  margin-bottom: 0.2rem;
}

.premium-section-desc {
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  display: block;
  font-weight: 600;
  padding-bottom: 1rem;
}

.premium-section-desc ul {
  list-style-type: none;
  margin: 0;
  margin-left: 1.2rem;
  padding: 0;
}

.premium-section-desc ul li {
  margin-bottom: 0.5rem;
  text-overflow: ellipsis;
}

.premium-section-desc ul:not(.fa-ul) li::before {
  font-family: 'FontAwesome';
  content: '\2022';
  color: #2cbece;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.premium-section-desc ul li.location i {
  color: #2cbece;
}

.card.shadow {
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2), 0px 8px 8px rgba(29, 61, 80, 0.2) !important;
}

.card.bg-light .card-body {
  /* background-color: #ffffff !important; */
  border-radius: 4px;
}

.card-title {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.card-desc {
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  padding: 0 1.25rem;
  font-size: calc(0.875rem * var(--factor));
  height: auto;
  overflow: hidden;
  margin: 0.5rem 0 1rem 0;
}

.card.bg-white.shadow .card-title {
  display: block;
  font-size: calc(1.125rem * var(--factor));
  color: #1d3d50;
  padding: 1rem 1.25rem 0 1.25rem;
  text-decoration: none !important;
  font-weight: 900;
  min-height: 6rem;
  overflow: hidden;
  cursor: pointer;
}

.card-subtitle {
  display: block;
  padding: 0 1.25rem;
}

a.card-subtitle,
.card-subtitle a {
  color: #5db9bd;
  text-decoration: underline;
  font-weight: 900;
}

.category-subtitle {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  font-size: calc(14px * var(--factor));
}

.category-header {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
}

.category-header .pagination {
  flex: auto;
}

@media (max-width: 767px) {
  .category-header {
    flex-direction: column;
  }
}

.category-header h1 {
  font-size: calc(2rem * var(--factor));
  color: #1d3d50;
  font-weight: bold;
}

.category-header .see-more,
.more-results,
a.go-back {
  color: #5db9bd;
  text-transform: uppercase;
  float: right;
  font-weight: 900;
  text-decoration: underline;
  font-size: calc(1.125rem * var(--factor));
  margin-top: -44px;
  margin-right: 25px;
  cursor: pointer;
}

.category-header .see-more {
  color: #1d3d50 !important;
}

.events-see-more,
.more-results,
a.go-back {
  color: #5db9bd;
  text-transform: uppercase;
  float: right;
  font-weight: 900;
  text-decoration: underline;
  font-size: calc(1.125rem * var(--factor));
  margin-top: -44px;
  margin-right: 25px;
  cursor: pointer;
}

.events-see-more {
  color: #1d3d50 !important;
}

.more-results {
  margin-top: 0;
  margin-right: 0;
  display: block;
  text-align: center;
  float: none;
  padding: 1rem 0;
  cursor: pointer;
}

a.go-back {
  margin: 0;
  float: none;
}

.input-group.shadow {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 4px !important;
}

.input-group.shadow input {
  border-color: #fff !important;
  box-shadow: none !important;
}

.btn-white {
  background-color: #fff !important;
  border-color: #fff !important;
}

.input-group .btn-white-bordered {
  background-color: #fff !important;
  border-color: #ced4da !important;
  border-left: none;
}

.newsletter {
  background-color: #bedbe9;
  color: #1d3d50;
}

.newsletter h3 {
  font-weight: 900;
  font-size: calc(1.375rem * var(--factor));
}

.newsletter h4 {
  font-weight: 500;
  font-size: calc(1.125rem * var(--factor));
}

.article-modal-container,
.survey-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  opacity: 1;
  visibility: visible;
  z-index: 100000;
}

.modal-overlay {
  position: fixed;
  opacity: 0.25;
  background-color: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-modal,
.survey-modal {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding: 25px 45px;
  background-color: white;
  border-radius: 10px;
  z-index: 10;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}

.survey-modal {
  max-width: min(90vw, 500px);
}

.no-scroll {
  overflow: hidden;
}

.article-modal .close-btn,
.survey-modal .close-btn {
  position: absolute;
  top: 27px;
  right: 30px;
  color: black;
  opacity: 0.2;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.25s ease;
}

.close-btn:hover {
  opacity: 0.5;
}

.coming-soon-modal {
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* .community-partner-container .dropdown-menu {
  width: 260px;
}

.community-partner-container .nav-link {
  cursor: pointer;
}

.home-community-partners h1 {
  cursor: pointer;
}

.community-partner-container .dropdown-menu .dropdown-item {
  display: inline-block !important;
  width: fit-content;
} */

@media (min-width: 576px) {
  .coming-soon-modal {
    min-height: calc(100% - (1.75rem * 2));
  }
}

.coming-soon-modal .modal-content {
  background: #d7e5ea;
  border: none;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.coming-soon-modal .modal-header .modal-title {
  display: block;
  font-weight: bold;
  font-size: 2rem;
}

.claim-profile-modal {
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  font-family: 'Roboto Slab', serif;
}

.claim-profile-modal button {
  text-transform: uppercase;
}

.claim-profile-modal .modal-content > small {
  color: #2cbece;
  font-weight: bold;
}

@media (min-width: 576px) {
  .claim-profile-modal {
    min-height: calc(100% - (1.75rem * 2));
    max-width: 560px;
  }
}

.claim-profile-modal .modal-content {
  background: #ffffff;
  border: none;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 576px) {
  .modal {
    z-index: 999999;
  }

  .claim-profile-modal {
    margin: 0;
  }

  .claim-profile-modal .modal-content {
    width: 100vw;
    height: 100vh;
  }
}

.claim-profile-modal .modal-header .modal-title {
  display: grid;
  font-weight: bold;
  font-size: 2rem;
}

.claim-profile-modal .modal-header .modal-title > span {
  color: #2cbece;
  font-weight: bold;
  font-size: 0.8rem;
}

.footer {
  background-color: #1d3d50;
  color: #fff;
}

.footer-links {
  padding: 2rem 0;
  /* max-width: 525px; */
  margin: 0 auto;
}

.footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li a {
  color: #fff !important;
  font-weight: 900;
}

.footer-links a.btn.btn-outline-info {
  border: 2px solid #5db9bd !important;
  color: #5db9bd;
  font-weight: 900;
  margin-top: 2px;
}

.footer-links a.btn.btn-outline-info:hover,
.footer-links a.btn.btn-outline-info:active,
.footer-links a.btn.btn-outline-info:focus,
.footer-links a.btn.btn-outline-info:visited {
  background-color: #5db9bd;
  color: #fff;
}

.footer-social {
  width: 150px;
  margin: 0 auto;
}

.footer-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 222px;
  margin: 0 auto;
}

.footer-social::after {
  display: block;
  clear: both;
  content: '';
}

.footer-social ul li {
  display: block;
  float: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.footer-social ul li a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.5rem;
}

.footer-copyright {
  font-family: Raleway;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
  padding: 2rem 0;
}

@media (max-width: 991px) {
  .premium-content {
    padding-top: 88px;
  }
  .premium-content .provider-image {
    margin: 5px;
    width: 160px;
    height: 110px;
  }

  .container.w-lg-100 {
    max-width: 100% !important;
  }
  .home-knowledge {
    background-position: 70% top;
  }
  .home-knowledge h1 {
    padding-top: 80px;
  }
  .home-events-bg {
    padding-left: 0px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .home-events {
    height: auto;
  }
  .home-events h1 {
    padding-top: 0;
  }
  .home-events p {
    width: 100%;
  }

  .patients-wrapper .no-results .text {
    width: 260px;
    font-size: 24px;
    line-height: 34px;
  }
  .patients-filters {
    margin-top: 120px;
  }
  .patients-content {
    padding-top: 5px;
    width: auto;
  }
  .patients-map {
    left: 0px;
  }
  .patients-content .results-count {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    z-index: 10;
    padding: 8px 30px;
    width: 220px;
    text-align: center;
    margin: 15px auto 20px;
  }
  .patients-content .result-table {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .article-modal {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .footer-links {
    /* max-width: 70%; */
    max-width: 90%;
    margin: 0 auto;
  }
  .home-knowledge h1 {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .premium-sidebar {
    margin-left: 0px;
    margin-right: -15px;
  }
  .home-hero {
    height: 550px;
    background-position: 75% center;
  }
  .home-hero .d-table-cell {
    vertical-align: bottom !important;
  }
  .home-hero h1 {
    font-size: 1.2rem;
  }
  .home-hero h4 {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .home-location {
    background-position: 65% center;
  }
  .home-location h1 {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .home-location h4 {
    font-size: 1rem;
    width: 100%;
  }
  .home-location .home-location-txt {
    vertical-align: top !important;
  }
  .home-location h5 {
    font-size: 1.2rem;
  }
  .home-events,
  .home-events a {
    font-size: 1rem;
  }
  .home-events h1 {
    font-size: 1.2rem;
  }
  .home-knowledge h1 {
    font-size: 1.2rem;
    width: 60%;
    padding-top: 40px;
  }
  .home-knowledge h4 {
    font-size: 1rem;
    width: 60%;
  }
  .home-knowledge a {
    font-size: 1rem;
  }
  .home-knowledge {
    background-position: 65% center;
    height: 300px;
  }
  .about-hero {
    background-position: 70% top;
    height: 400px;
  }
  .about-hero h1 {
    font-size: 1.75rem;
  }
  .about-hero h4 {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .about-content {
    padding-bottom: 0 !important;
  }
  .events-hero {
    background-position: 70% top;
    height: 400px;
  }
  .events-hero h1 {
    font-size: 1.75rem;
    padding-top: 200px;
  }
  .events-hero h2 {
    font-size: 1.25rem;
  }
  .knowledgebase-hero {
    height: 400px;
  }
  .knowledgebase-hero h1 {
    font-size: 1.75rem;
    padding-top: 225px;
  }
  .knowledgebase-hero h2 {
    font-size: 1.25rem;
  }
  .providers-hero h1 {
    font-size: 2rem;
  }
  .providers-hero h2 {
    font-size: 1.357rem;
  }
  .card.shadow.card-xs-full {
    box-shadow: none !important;
  }
  .card-xs-full {
    box-shadow: none !important;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .result.clicked {
    transform: scale(1, 1);
  }
}

.color-facebook {
  color: #4267b2;
}

.color-twitter {
  color: #38a1f3;
}

.link-share-icon {
  cursor: pointer;
}

.content {
  min-height: calc(100vh - 380px);
}

.footer {
  min-height: 380px;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  .coming-soon-modal {
    min-height: calc(100% - (1.75rem * 2));
  }
  .content {
    min-height: calc(100vh - 380px);
  }
  .footer {
    height: 380px;
  }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .content {
    min-height: calc(100vh - 280px);
  }
  .footer {
    height: 435px;
  }
}

/* @media (min-width: 575px) {
  .home-community-partners-container.show {
    height: 730px;
  }
} */

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .content {
    min-height: calc(100vh - 280px);
  }
  .footer {
    height: 435px;
  }
  /* .community-partner-container .dropdown-menu {
    width: 800px;
  } */
}

/*
Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .content {
    min-height: calc(100vh - 230px);
  }
  .footer {
    height: 435px;
  }
}

.btn-style-changer-size {
  float: left;
  width: 30px;
  border: solid 1px #000;
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}

.btn-style-changer-size.active::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  left: 10px;
  top: 0;
  opacity: 0.75;
}

.btn-style-changer-size-1 {
  border-right: none;
  font-size: 0.75em;
}

.btn-style-changer-size-2 {
  font-size: 1em;
}

.btn-style-changer-size-2.active::after {
  margin-left: 30px;
}

.btn-style-changer-size-3 {
  font-size: 1.5em;
  border-left: none;
}

.btn-style-changer-size-3.active::after {
  margin-left: 60px;
}

.btn-style-changer-color {
  border: solid 1px #000;
  width: 30px;
  cursor: pointer;
  height: 30px;
  font-size: 0.75em;
  outline: none !important;
}

.btn-style-changer-color.active::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  left: 10px;
  top: 0;
  opacity: 0.75;
}

.btn-style-changer-color-white {
  background-color: #fff;
  color: #000;
}

.btn-style-changer-color-black {
  background-color: #000;
  color: #fff;
}

.btn-style-changer-color-black.active::after {
  margin-left: 30px;
}

.font1 {
  font-size: calc(16px * var(--factor));
}

.font2 {
  font-size: 18px;
}

.font3 {
  font-size: 22px;
}

.inv.appRoot {
  color: #fff;
}

.inv .bg-light,
.inv .bg-white,
.inv .card.bg-light .card-body,
.inv .premium-sidebar,
.inv .result {
  background-color: #000 !important;
}

.inv .category-header h1,
.inv .card.bg-white.shadow .card-title,
.inv .about-content,
.inv a,
.inv .inv-white .navbar-nav > .nav-item > .nav-link,
.inv .premium-content,
.inv .category-header .see-more,
.inv .events-see-more,
.inv .result {
  color: #fff !important;
}

.inv .active-location-mobile .result .address-1,
.inv .patients-content .result-table .result .address-1,
.inv .speciality-type,
.inv .active-location-mobile .result .address-2,
.inv .patients-content .result-table .result .address-2 {
  color: #999 !important;
}

.inv .inv-white .navbar-nav > .nav-item > .nav-link {
  text-shadow: 0 0 24px #000;
}

.inv .result {
  border-bottom: solid 1px #333;
}

.inv .category-header h1,
.inv .card.bg-white.shadow .card-title,
.inv .category-header .see-more,
.inv .events-see-more,
.inv .more-results,
.inv .card-subtitle {
  font-weight: 700;
}

.inv .card,
.inv .premium-sidebar {
  border: solid 1px #777;
}

.inv .inv-white.navbar-absolute {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0)); */
}

.inv .inv-white #header-logo-dark {
  display: none !important;
}

.inv .inv-white #header-logo-white.d-none {
  display: block !important;
}

.inv .home-knowledge a,
.inv .home-events a {
  color: rgb(39, 52, 75) !important;
}

.inv .patients-content .result-table {
  border-color: #000;
}

.inv .result.clicked {
  background-color: #111 !important;
}

.inv .active-location-mobile {
  background-color: #000 !important;
  border-color: #000 !important;
}

/*  */
.bg-light.fixed-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  overflow-x: hidden;
}

.flex-1 {
  flex: 1;
}

/* infobox */
.infoBox {
  background-color: #cfe5ef;
  padding: 5px;
  max-width: 314px;
}

@media (max-width: 992px) {
  .sticky-header-mobile {
    position: sticky;
    background: #f2f8f9;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .sticky-header-mobile .community__header {
    max-width: 80%;
    overflow: hidden;
  }
}
/* Accessability box  */
.AccessabilityBox__container {
  border: solid 1px #ccc;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 8px;
}
.AccessabilityBox__container-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 14px;
  background: #ffffff;
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
  transition: opacity 0.2s ease-in;
}

.AccessabilityBox__header h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  margin-right: 12px;
  color: #000000;
}

.AccessabilityBox__header a {
  font-size: 20px;
  cursor: pointer;
  color: #000000 !important;
}

.AccessabilityBox__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.AccessabilityBox__dark-mode {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.AccessabilityBox__font-container {
  display: inline-flex;
  border: 1px solid #27344b;
  border-radius: 8px;
  overflow: hidden;
  align-self: flex-start;
  margin: 8px 0;
}

.AccessabilityBox__font-item {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #6a80a9;
}

.AccessabilityBox__font-item:hover {
  /* background-color: #f2f8f9; */
  /* color: #27344b; */
}

.AccessabilityBox__font-item:nth-child(1) {
  font-size: 14px;
}

.AccessabilityBox__font-item:nth-child(2) {
  font-size: 18px;
}

.AccessabilityBox__font-item:nth-child(3) {
  font-size: 24px;
}

.AccessabilityBox__dark-mode {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.AccessabilityBox__dark-mode span:nth-child(2) {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #27344b;
}

.AccessabilityBox__dark-mode .AccessabilityBox__checkbox {
  /* background-color: #27344b; */
  border: 1px solid #27344b;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-right: 12px;
}

.AccessabilityBox__container--closed {
  border: none;
  pointer-events: none;
}

.AccessabilityBox__container--closed .AccessabilityBox__container-inner {
  pointer-events: none;
  opacity: 0;
}

.AccessabilityBox__expand {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px;
  background: #17cbc0 !important;
  border: 1px solid #17cbc0 !important;
  color: #ffffff;
}

.AccessabilityBox__expand img {
  cursor: pointer;
  /* margin-top: -5px; */
}

.AccessabilityBox__container--closed .AccessabilityBox__expand {
  pointer-events: auto;
  opacity: 1;
}

.AccessabilityBox__font-item--active {
  background-color: #27344b;
  color: #fff;
}

.app-banner {
  position: relative;
  z-index: 1;
  padding: 12px 10px;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #f74a00;
  color: #f2f8f9;
}

.app-banner--light-brown {
  background-color: #e08026;
}

.app-banner a:hover {
  text-decoration: none;
}

.app-banner-title {
  color: #f2f8f9;
  text-decoration: none;
}

.app-banner-title:hover {
  color: #dddddd;
}

.app-banner-button {
  padding: 0px 12px;
  background: #f2f8f9;
  border-radius: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  padding: 7px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 15px;
  color: #27344b !important;
}

@media (max-width: 575px) {
  .app-banner-button {
    display: none;
  }
}

.app-banner-button:hover {
  background: #dddddd;
}

textarea.form-control:focus {
  background-color: transparent !important;
}

.styles_modal__gNwvD {
  max-width: 100% !important;
  z-index: 999999;
}

.styles_closeIcon__1QwbI {
  margin-top: 15px;
  margin-right: 15px;
}

.img-responsive {
  max-width: 100%;
}

/* Survey */

.survey-btn-group > .btn:last-of-type {
  margin-inline-start: 1rem;
}

.cm-btn-primary-outline {
  height: 40px !important;
  line-height: 38px !important;
  background: #fff;
  border: 1px solid #17cbc0;
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-inline: 16px;
  box-shadow: none;
  font-weight: 500;
  font-size: 14px;
  color: #17cbc0;
  letter-spacing: 0.04em;
  transition: all 0.2s ease-in-out;
}

.cm-btn-primary-outline:hover {
  color: #17a6b9;
  border-color: #17a6b9;
}

.cm-btn-primary-outline:focus {
  outline: none;
  box-shadow: none;
}
/* 1 => #f2f8f9 */

.transparent-bg {
  background-color: transparent !important;
}

.theme-dark .themed-bg {
  background-color: #000 !important;
}

.theme-dark .page-hero.themed-bg,
.theme-dark .themed-bg .community__top {
  background-image: none !important;
}

.theme-dark .themed-bg .page-hero-search,
.theme-dark .themed-bg .community_search-container {
  border: 2px solid #d7deea;
  background-color: transparent;
}

.theme-dark .result-table .result.themed-bg:nth-child(even) {
  background-color: #111 !important;
}

.theme-dark .themed-bg-1 {
  background-color: #000 !important;
}

.theme-dark .themed-cards-bg {
  background-color: #222 !important;
}

.theme-dark label.themed-color {
  background-color: #000 !important;
  border-color: #000 !important;
}

.theme-dark .themed-color {
  color: #fff !important;
}
.theme-dark .cm-btn-primary.themed-color {
  color: #222 !important;
}

.theme-dark .custom-select.themed-color option {
  color: #000 !important;
}

.theme-dark ::placeholder {
  color: #fff !important;
}

@font-face{font-family:"revicons";fallback:fallback;src:url("./revicons.woff") format('woff'),url("./revicons.ttf") format('ttf'),url("./revicons.eot") format('ttf')}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,0.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,0.8)}.react-multiple-carousel__arrow::before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left::before{content:"\E824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right::before{content:"\E825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;margin:auto;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;padding:5px 5px 5px 5px;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:grey;padding:0;margin:0;margin-right:6px;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active{background:#080808}.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0 !important}.react-multi-carousel-track{overflow:visible !important}}
.cmd-editor {
  width: 100%;
  min-height: 236px;
  margin-top: 12px;
  border: 2px solid #d7deea;
  border-radius: 0.5rem;
  font: normal normal 1rem / 1.25 Roboto, 'sans-serif';
  letter-spacing: 0.02em;
  color: #27344b;
  background-color: transparent;
  outline: none;
  resize: none;
}

.cmd-editor .ql-container {
  font: inherit;
}

.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}
button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled].rbc-btn {
  cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}
.rbc-abs-full,
.rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rbc-ellipsis,
.rbc-event-label,
.rbc-row-segment .rbc-event-content,
.rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rbc-rtl {
  direction: rtl;
}
.rbc-off-range {
  color: #999999;
}
.rbc-off-range-bg {
  background: #e5e5e5;
}
.rbc-header {
  overflow: hidden;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #DDD;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-content {
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}
.rbc-today {
  background-color: #eaf6ff;
}
.rbc-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: .375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
  margin-left: 10px;
}
.rbc-event {
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected {
  background-color: #265985;
}
.rbc-event:focus {
  outline: 5px auto #3b99fc;
}
.rbc-event-label {
  font-size: 80%;
}
.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}
.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}
.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  white-space: nowrap;
}
.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}
.rbc-month-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-month-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-flex-basis: 0px;
      -ms-flex-preferred-size: 0px;
          flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #DDD;
}
.rbc-date-cell {
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a,
.rbc-date-cell > a:active,
.rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
}
.rbc-day-bg {
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}
.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}
.rbc-agenda-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #DDD;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}
.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: ' \BB';
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: '\AB   ';
}
.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}
.rbc-agenda-event-cell {
  width: 100%;
}
.rbc-time-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.rbc-time-gutter,
.rbc-header-gutter {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rbc-label {
  padding: 0 5px;
}
.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-is-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event {
  border: 1px solid #265985;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-event-label {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}
.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #DDD;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-flex-basis: 0px;
      -ms-flex-preferred-size: 0px;
          flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-flex-basis: 0 px;
      -ms-flex-preferred-size: 0 px;
          flex-basis: 0 px;
}
.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}
.rbc-time-slot {
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}
.rbc-day-header {
  text-align: center;
}
.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}
.rbc-slot-selecting {
  cursor: move;
}
.rbc-time-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #DDD;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}
.rbc-time-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #DDD;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #DDD;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
}
.rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-header-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.rbc-time-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

