/*!
 * 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;
  -o-tab-size: 4;
     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-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
@charset "UTF-8";

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #3B64C4;
  --indigo: #3F51B5;
  --purple: #663399;
  --pink: #CB3066;
  --red: #DD0000;
  --orange: #e97d23;
  --yellow: #ffc107;
  --green: #00B688;
  --teal: #20c997;
  --cyan: #9c27b0;
  --white: #ffffff;
  --gray: #7a839a;
  --gray-dark: #5c657a;
  --blue: #3B64C4;
  --indigo: #3F51B5;
  --purple: #663399;
  --pink: #CB3066;
  --red: #DD0000;
  --orange: #e97d23;
  --yellow: #ffc107;
  --green: #00B688;
  --teal: #20c997;
  --cyan: #9c27b0;
  --white: #ffffff;
  --gray: #7a839a;
  --primary: #15AABF;
  --secondary: #EEEEEE;
  --success: #00B688;
  --info: #15AABF;
  --warning: #ffc107;
  --danger: #DD0000;
  --light: #eee;
  --dark: #545c6e;
  --gray-100: #f8f9fa;
  --gray-200: #eee;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #bbb;
  --gray-600: #7a839a;
  --gray-700: #6e7891;
  --gray-800: #5c657a;
  --gray-900: #545c6e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #545c6e;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #15AABF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0d6d7a;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #7a839a;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.575rem;
}

h4,
.h4 {
  font-size: 1.35rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 0.9rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #7a839a;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #7a839a;
}

code {
  font-size: 87.5%;
  color: #CB3066;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #545c6e;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #545c6e;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.25rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #ffffff;
}

.table-sm th,
.table-sm td {
  padding: 0.17rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bde7ed;
}

.table-hover .table-primary:hover {
  background-color: #a9e0e8;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a9e0e8;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fafafa;
}

.table-hover .table-secondary:hover {
  background-color: #ededed;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #ededed;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8ebde;
}

.table-hover .table-success:hover {
  background-color: #a4e5d5;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a4e5d5;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bde7ed;
}

.table-hover .table-info:hover {
  background-color: #a9e0e8;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a9e0e8;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5b8b8;
}

.table-hover .table-danger:hover {
  background-color: #f2a2a2;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f2a2a2;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fafafa;
}

.table-hover .table-light:hover {
  background-color: #ededed;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ededed;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cfd1d6;
}

.table-hover .table-dark:hover {
  background-color: #c1c4ca;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c1c4ca;
}

.table-gray-100,
.table-gray-100 > th,
.table-gray-100 > td {
  background-color: #fdfdfe;
}

.table-hover .table-gray-100:hover {
  background-color: #ececf6;
}

.table-hover .table-gray-100:hover > td,
.table-hover .table-gray-100:hover > th {
  background-color: #ececf6;
}

.table-gray-200,
.table-gray-200 > th,
.table-gray-200 > td {
  background-color: #fafafa;
}

.table-hover .table-gray-200:hover {
  background-color: #ededed;
}

.table-hover .table-gray-200:hover > td,
.table-hover .table-gray-200:hover > th {
  background-color: #ededed;
}

.table-gray-300,
.table-gray-300 > th,
.table-gray-300 > td {
  background-color: #f6f7f8;
}

.table-hover .table-gray-300:hover {
  background-color: #e8eaed;
}

.table-hover .table-gray-300:hover > td,
.table-hover .table-gray-300:hover > th {
  background-color: #e8eaed;
}

.table-gray-400,
.table-gray-400 > th,
.table-gray-400 > td {
  background-color: #f1f3f5;
}

.table-hover .table-gray-400:hover {
  background-color: #e2e6ea;
}

.table-hover .table-gray-400:hover > td,
.table-hover .table-gray-400:hover > th {
  background-color: #e2e6ea;
}

.table-gray-500,
.table-gray-500 > th,
.table-gray-500 > td {
  background-color: #ececec;
}

.table-hover .table-gray-500:hover {
  background-color: #dfdfdf;
}

.table-hover .table-gray-500:hover > td,
.table-hover .table-gray-500:hover > th {
  background-color: #dfdfdf;
}

.table-gray-600,
.table-gray-600 > th,
.table-gray-600 > td {
  background-color: #dadce3;
}

.table-hover .table-gray-600:hover {
  background-color: #cbced8;
}

.table-hover .table-gray-600:hover > td,
.table-hover .table-gray-600:hover > th {
  background-color: #cbced8;
}

.table-gray-700,
.table-gray-700 > th,
.table-gray-700 > td {
  background-color: #d6d9e0;
}

.table-hover .table-gray-700:hover {
  background-color: #c7ccd5;
}

.table-hover .table-gray-700:hover > td,
.table-hover .table-gray-700:hover > th {
  background-color: #c7ccd5;
}

.table-gray-800,
.table-gray-800 > th,
.table-gray-800 > td {
  background-color: #d1d4da;
}

.table-hover .table-gray-800:hover {
  background-color: #c3c7cf;
}

.table-hover .table-gray-800:hover > td,
.table-hover .table-gray-800:hover > th {
  background-color: #c3c7cf;
}

.table-gray-900,
.table-gray-900 > th,
.table-gray-900 > td {
  background-color: #cfd1d6;
}

.table-hover .table-gray-900:hover {
  background-color: #c1c4ca;
}

.table-hover .table-gray-900:hover > td,
.table-hover .table-gray-900:hover > th {
  background-color: #c1c4ca;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #545c6e;
  border-color: #646e84;
}

.table .thead-light th {
  color: #6e7891;
  background-color: #eee;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  background-color: #545c6e;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #646e84;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.1rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #6e7891;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #6e7891;
  background-color: #ffffff;
  border-color: #65ddee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 170, 191, 0.25);
}

.form-control::-moz-placeholder {
  color: #7a839a;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #7a839a;
  opacity: 1;
}

.form-control::placeholder {
  color: #7a839a;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #6e7891;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #545c6e;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.68125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.6875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #7a839a;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00B688;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(0, 182, 136, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #00B688;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #00B688;
  box-shadow: 0 0 0 0.2rem rgba(0, 182, 136, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #00B688;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #00B688;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #37ffcc;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #00e9ae;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 182, 136, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00B688;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(0, 182, 136, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #DD0000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(221, 0, 0, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #DD0000;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #DD0000;
  box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #DD0000;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #DD0000;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ff5e5e;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff1111;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(221, 0, 0, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #DD0000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after,
.custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 170, 191, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #15AABF;
  border-color: #15AABF;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #118b9d;
  border-color: #108191;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 170, 191, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #15AABF;
  border-color: #15AABF;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #108191;
  border-color: #0f7786;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 170, 191, 0.5);
}

.btn-secondary {
  color: #545c6e;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-secondary:hover {
  color: #545c6e;
  background-color: #dbdbdb;
  border-color: #d5d4d4;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #545c6e;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #545c6e;
  background-color: #d5d4d4;
  border-color: #cecece;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #00B688;
  border-color: #00B688;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #00906b;
  border-color: #008362;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 182, 136, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #00B688;
  border-color: #00B688;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #008362;
  border-color: #007658;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 182, 136, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #15AABF;
  border-color: #15AABF;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #118b9d;
  border-color: #108191;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 170, 191, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #15AABF;
  border-color: #15AABF;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #108191;
  border-color: #0f7786;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 170, 191, 0.5);
}

.btn-warning {
  color: #545c6e;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #545c6e;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #545c6e;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #545c6e;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #DD0000;
  border-color: #DD0000;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #b70000;
  border-color: #aa0000;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #DD0000;
  border-color: #DD0000;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #aa0000;
  border-color: #9d0000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.5);
}

.btn-light {
  color: #545c6e;
  background-color: #eee;
  border-color: #eee;
}

.btn-light:hover {
  color: #545c6e;
  background-color: #dbdbdb;
  border-color: #d5d4d4;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #545c6e;
  background-color: #eee;
  border-color: #eee;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #545c6e;
  background-color: #d5d4d4;
  border-color: #cecece;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #545c6e;
  border-color: #545c6e;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #434958;
  border-color: #3e4351;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 92, 110, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #ffffff;
  background-color: #545c6e;
  border-color: #545c6e;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #3e4351;
  border-color: #383d4a;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 92, 110, 0.5);
}

.btn-gray-100 {
  color: #545c6e;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-gray-100:hover {
  color: #545c6e;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-gray-100:focus,
.btn-gray-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-gray-100.disabled,
.btn-gray-100:disabled {
  color: #545c6e;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-gray-100:not(:disabled):not(.disabled):active,
.btn-gray-100:not(:disabled):not(.disabled).active,
.show > .btn-gray-100.dropdown-toggle {
  color: #545c6e;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-gray-100:not(:disabled):not(.disabled):active:focus,
.btn-gray-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-gray-200 {
  color: #545c6e;
  background-color: #eee;
  border-color: #eee;
}

.btn-gray-200:hover {
  color: #545c6e;
  background-color: #dbdbdb;
  border-color: #d5d4d4;
}

.btn-gray-200:focus,
.btn-gray-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-gray-200.disabled,
.btn-gray-200:disabled {
  color: #545c6e;
  background-color: #eee;
  border-color: #eee;
}

.btn-gray-200:not(:disabled):not(.disabled):active,
.btn-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-gray-200.dropdown-toggle {
  color: #545c6e;
  background-color: #d5d4d4;
  border-color: #cecece;
}

.btn-gray-200:not(:disabled):not(.disabled):active:focus,
.btn-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-gray-300 {
  color: #545c6e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-gray-300:hover {
  color: #545c6e;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}

.btn-gray-300:focus,
.btn-gray-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-gray-300.disabled,
.btn-gray-300:disabled {
  color: #545c6e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-gray-300:not(:disabled):not(.disabled):active,
.btn-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-gray-300.dropdown-toggle {
  color: #545c6e;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}

.btn-gray-300:not(:disabled):not(.disabled):active:focus,
.btn-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-gray-400 {
  color: #545c6e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray-400:hover {
  color: #545c6e;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}

.btn-gray-400:focus,
.btn-gray-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-gray-400.disabled,
.btn-gray-400:disabled {
  color: #545c6e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray-400:not(:disabled):not(.disabled):active,
.btn-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-gray-400.dropdown-toggle {
  color: #545c6e;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}

.btn-gray-400:not(:disabled):not(.disabled):active:focus,
.btn-gray-400:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-gray-500 {
  color: #545c6e;
  background-color: #bbb;
  border-color: #bbb;
}

.btn-gray-500:hover {
  color: #545c6e;
  background-color: #a8a8a8;
  border-color: #a2a1a1;
}

.btn-gray-500:focus,
.btn-gray-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 187, 187, 0.5);
}

.btn-gray-500.disabled,
.btn-gray-500:disabled {
  color: #545c6e;
  background-color: #bbb;
  border-color: #bbb;
}

.btn-gray-500:not(:disabled):not(.disabled):active,
.btn-gray-500:not(:disabled):not(.disabled).active,
.show > .btn-gray-500.dropdown-toggle {
  color: #545c6e;
  background-color: #a2a1a1;
  border-color: #9b9b9b;
}

.btn-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-gray-500:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 187, 187, 0.5);
}

.btn-gray-600 {
  color: #ffffff;
  background-color: #7a839a;
  border-color: #7a839a;
}

.btn-gray-600:hover {
  color: #ffffff;
  background-color: #667087;
  border-color: #616a80;
}

.btn-gray-600:focus,
.btn-gray-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 131, 154, 0.5);
}

.btn-gray-600.disabled,
.btn-gray-600:disabled {
  color: #ffffff;
  background-color: #7a839a;
  border-color: #7a839a;
}

.btn-gray-600:not(:disabled):not(.disabled):active,
.btn-gray-600:not(:disabled):not(.disabled).active,
.show > .btn-gray-600.dropdown-toggle {
  color: #ffffff;
  background-color: #616a80;
  border-color: #5b6478;
}

.btn-gray-600:not(:disabled):not(.disabled):active:focus,
.btn-gray-600:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 131, 154, 0.5);
}

.btn-gray-700 {
  color: #ffffff;
  background-color: #6e7891;
  border-color: #6e7891;
}

.btn-gray-700:hover {
  color: #ffffff;
  background-color: #5e667b;
  border-color: #586074;
}

.btn-gray-700:focus,
.btn-gray-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 120, 145, 0.5);
}

.btn-gray-700.disabled,
.btn-gray-700:disabled {
  color: #ffffff;
  background-color: #6e7891;
  border-color: #6e7891;
}

.btn-gray-700:not(:disabled):not(.disabled):active,
.btn-gray-700:not(:disabled):not(.disabled).active,
.show > .btn-gray-700.dropdown-toggle {
  color: #ffffff;
  background-color: #586074;
  border-color: #535a6d;
}

.btn-gray-700:not(:disabled):not(.disabled):active:focus,
.btn-gray-700:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 120, 145, 0.5);
}

.btn-gray-800 {
  color: #ffffff;
  background-color: #5c657a;
  border-color: #5c657a;
}

.btn-gray-800:hover {
  color: #ffffff;
  background-color: #4c5364;
  border-color: #464d5d;
}

.btn-gray-800:focus,
.btn-gray-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 101, 122, 0.5);
}

.btn-gray-800.disabled,
.btn-gray-800:disabled {
  color: #ffffff;
  background-color: #5c657a;
  border-color: #5c657a;
}

.btn-gray-800:not(:disabled):not(.disabled):active,
.btn-gray-800:not(:disabled):not(.disabled).active,
.show > .btn-gray-800.dropdown-toggle {
  color: #ffffff;
  background-color: #464d5d;
  border-color: #414756;
}

.btn-gray-800:not(:disabled):not(.disabled):active:focus,
.btn-gray-800:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 101, 122, 0.5);
}

.btn-gray-900 {
  color: #ffffff;
  background-color: #545c6e;
  border-color: #545c6e;
}

.btn-gray-900:hover {
  color: #ffffff;
  background-color: #434958;
  border-color: #3e4351;
}

.btn-gray-900:focus,
.btn-gray-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 92, 110, 0.5);
}

.btn-gray-900.disabled,
.btn-gray-900:disabled {
  color: #ffffff;
  background-color: #545c6e;
  border-color: #545c6e;
}

.btn-gray-900:not(:disabled):not(.disabled):active,
.btn-gray-900:not(:disabled):not(.disabled).active,
.show > .btn-gray-900.dropdown-toggle {
  color: #ffffff;
  background-color: #3e4351;
  border-color: #383d4a;
}

.btn-gray-900:not(:disabled):not(.disabled):active:focus,
.btn-gray-900:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 92, 110, 0.5);
}

.btn-outline-primary {
  color: #15AABF;
  background-color: transparent;
  background-image: none;
  border-color: #15AABF;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #15AABF;
  border-color: #15AABF;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 170, 191, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #15AABF;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #15AABF;
  border-color: #15AABF;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 170, 191, 0.5);
}

.btn-outline-secondary {
  color: #EEEEEE;
  background-color: transparent;
  background-image: none;
  border-color: #EEEEEE;
}

.btn-outline-secondary:hover {
  color: #545c6e;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #EEEEEE;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #545c6e;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-success {
  color: #00B688;
  background-color: transparent;
  background-image: none;
  border-color: #00B688;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #00B688;
  border-color: #00B688;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 182, 136, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #00B688;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #00B688;
  border-color: #00B688;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 182, 136, 0.5);
}

.btn-outline-info {
  color: #15AABF;
  background-color: transparent;
  background-image: none;
  border-color: #15AABF;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #15AABF;
  border-color: #15AABF;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 170, 191, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #15AABF;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #15AABF;
  border-color: #15AABF;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 170, 191, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #545c6e;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #545c6e;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #DD0000;
  background-color: transparent;
  background-image: none;
  border-color: #DD0000;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #DD0000;
  border-color: #DD0000;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #DD0000;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #DD0000;
  border-color: #DD0000;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 0, 0, 0.5);
}

.btn-outline-light {
  color: #eee;
  background-color: transparent;
  background-image: none;
  border-color: #eee;
}

.btn-outline-light:hover {
  color: #545c6e;
  background-color: #eee;
  border-color: #eee;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #eee;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #545c6e;
  background-color: #eee;
  border-color: #eee;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-dark {
  color: #545c6e;
  background-color: transparent;
  background-image: none;
  border-color: #545c6e;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #545c6e;
  border-color: #545c6e;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 92, 110, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #545c6e;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #545c6e;
  border-color: #545c6e;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 92, 110, 0.5);
}

.btn-outline-gray-100 {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-gray-100:hover {
  color: #545c6e;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-gray-100:focus,
.btn-outline-gray-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-gray-100.disabled,
.btn-outline-gray-100:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-gray-100:not(:disabled):not(.disabled):active,
.btn-outline-gray-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-100.dropdown-toggle {
  color: #545c6e;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-gray-200 {
  color: #eee;
  background-color: transparent;
  background-image: none;
  border-color: #eee;
}

.btn-outline-gray-200:hover {
  color: #545c6e;
  background-color: #eee;
  border-color: #eee;
}

.btn-outline-gray-200:focus,
.btn-outline-gray-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-gray-200.disabled,
.btn-outline-gray-200:disabled {
  color: #eee;
  background-color: transparent;
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active,
.btn-outline-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-200.dropdown-toggle {
  color: #545c6e;
  background-color: #eee;
  border-color: #eee;
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-gray-300 {
  color: #dee2e6;
  background-color: transparent;
  background-image: none;
  border-color: #dee2e6;
}

.btn-outline-gray-300:hover {
  color: #545c6e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-300:focus,
.btn-outline-gray-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-300.disabled,
.btn-outline-gray-300:disabled {
  color: #dee2e6;
  background-color: transparent;
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active,
.btn-outline-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-300.dropdown-toggle {
  color: #545c6e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-400 {
  color: #ced4da;
  background-color: transparent;
  background-image: none;
  border-color: #ced4da;
}

.btn-outline-gray-400:hover {
  color: #545c6e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray-400:focus,
.btn-outline-gray-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-gray-400.disabled,
.btn-outline-gray-400:disabled {
  color: #ced4da;
  background-color: transparent;
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active,
.btn-outline-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-400.dropdown-toggle {
  color: #545c6e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-gray-500 {
  color: #bbb;
  background-color: transparent;
  background-image: none;
  border-color: #bbb;
}

.btn-outline-gray-500:hover {
  color: #545c6e;
  background-color: #bbb;
  border-color: #bbb;
}

.btn-outline-gray-500:focus,
.btn-outline-gray-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 187, 187, 0.5);
}

.btn-outline-gray-500.disabled,
.btn-outline-gray-500:disabled {
  color: #bbb;
  background-color: transparent;
}

.btn-outline-gray-500:not(:disabled):not(.disabled):active,
.btn-outline-gray-500:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-500.dropdown-toggle {
  color: #545c6e;
  background-color: #bbb;
  border-color: #bbb;
}

.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-500:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 187, 187, 0.5);
}

.btn-outline-gray-600 {
  color: #7a839a;
  background-color: transparent;
  background-image: none;
  border-color: #7a839a;
}

.btn-outline-gray-600:hover {
  color: #ffffff;
  background-color: #7a839a;
  border-color: #7a839a;
}

.btn-outline-gray-600:focus,
.btn-outline-gray-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 131, 154, 0.5);
}

.btn-outline-gray-600.disabled,
.btn-outline-gray-600:disabled {
  color: #7a839a;
  background-color: transparent;
}

.btn-outline-gray-600:not(:disabled):not(.disabled):active,
.btn-outline-gray-600:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-600.dropdown-toggle {
  color: #ffffff;
  background-color: #7a839a;
  border-color: #7a839a;
}

.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-600:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 131, 154, 0.5);
}

.btn-outline-gray-700 {
  color: #6e7891;
  background-color: transparent;
  background-image: none;
  border-color: #6e7891;
}

.btn-outline-gray-700:hover {
  color: #ffffff;
  background-color: #6e7891;
  border-color: #6e7891;
}

.btn-outline-gray-700:focus,
.btn-outline-gray-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 120, 145, 0.5);
}

.btn-outline-gray-700.disabled,
.btn-outline-gray-700:disabled {
  color: #6e7891;
  background-color: transparent;
}

.btn-outline-gray-700:not(:disabled):not(.disabled):active,
.btn-outline-gray-700:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-700.dropdown-toggle {
  color: #ffffff;
  background-color: #6e7891;
  border-color: #6e7891;
}

.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-700:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 120, 145, 0.5);
}

.btn-outline-gray-800 {
  color: #5c657a;
  background-color: transparent;
  background-image: none;
  border-color: #5c657a;
}

.btn-outline-gray-800:hover {
  color: #ffffff;
  background-color: #5c657a;
  border-color: #5c657a;
}

.btn-outline-gray-800:focus,
.btn-outline-gray-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 101, 122, 0.5);
}

.btn-outline-gray-800.disabled,
.btn-outline-gray-800:disabled {
  color: #5c657a;
  background-color: transparent;
}

.btn-outline-gray-800:not(:disabled):not(.disabled):active,
.btn-outline-gray-800:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-800.dropdown-toggle {
  color: #ffffff;
  background-color: #5c657a;
  border-color: #5c657a;
}

.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-800:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 101, 122, 0.5);
}

.btn-outline-gray-900 {
  color: #545c6e;
  background-color: transparent;
  background-image: none;
  border-color: #545c6e;
}

.btn-outline-gray-900:hover {
  color: #ffffff;
  background-color: #545c6e;
  border-color: #545c6e;
}

.btn-outline-gray-900:focus,
.btn-outline-gray-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 92, 110, 0.5);
}

.btn-outline-gray-900.disabled,
.btn-outline-gray-900:disabled {
  color: #545c6e;
  background-color: transparent;
}

.btn-outline-gray-900:not(:disabled):not(.disabled):active,
.btn-outline-gray-900:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-900.dropdown-toggle {
  color: #ffffff;
  background-color: #545c6e;
  border-color: #545c6e;
}

.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-900:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 92, 110, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #15AABF;
  background-color: transparent;
}

.btn-link:hover {
  color: #0d6d7a;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #7a839a;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #545c6e;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eee;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #545c6e;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #495060;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #15AABF;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #7a839a;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #7a839a;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #545c6e;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #15AABF;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.6875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.68125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.35rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #15AABF;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(21, 170, 191, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #93e7f3;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #7a839a;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eee;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #15AABF;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #15AABF;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(21, 170, 191, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(21, 170, 191, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #15AABF;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(21, 170, 191, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.1rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e7891;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%235c657a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #65ddee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 221, 238, 0.5);
}

.custom-select:focus::-ms-value {
  color: #6e7891;
  background-color: #ffffff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #7a839a;
  background-color: #eee;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.68125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.6875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.1rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.1rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #65ddee;
  box-shadow: 0 0 0 0.2rem rgba(21, 170, 191, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #65ddee;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #eee;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.1rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e7891;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.1rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e7891;
  content: "Browse";
  background-color: #15AABF;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(21, 170, 191, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(21, 170, 191, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(21, 170, 191, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #15AABF;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #93e7f3;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #15AABF;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #93e7f3;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #15AABF;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #93e7f3;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #7a839a;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #eee #eee #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #7a839a;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #6e7891;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #15AABF;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar > .container .logo img,
.navbar > .container-fluid .logo img {
  width: auto;
  height: 100px;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.33125rem;
  padding-bottom: 0.33125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

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

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eee;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #7a839a;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #7a839a;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #15AABF;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0d6d7a;
  text-decoration: none;
  background-color: #eee;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 170, 191, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #15AABF;
  border-color: #15AABF;
}

.page-item.disabled .page-link {
  color: #7a839a;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #15AABF;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #108191;
}

.badge-secondary {
  color: #545c6e;
  background-color: #EEEEEE;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #545c6e;
  text-decoration: none;
  background-color: #d5d4d4;
}

.badge-success {
  color: #ffffff;
  background-color: #00B688;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #008362;
}

.badge-info {
  color: #ffffff;
  background-color: #15AABF;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #108191;
}

.badge-warning {
  color: #545c6e;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #545c6e;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #ffffff;
  background-color: #DD0000;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #aa0000;
}

.badge-light {
  color: #545c6e;
  background-color: #eee;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #545c6e;
  text-decoration: none;
  background-color: #d5d4d4;
}

.badge-dark {
  color: #ffffff;
  background-color: #545c6e;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #3e4351;
}

.badge-gray-100 {
  color: #545c6e;
  background-color: #f8f9fa;
}

.badge-gray-100[href]:hover,
.badge-gray-100[href]:focus {
  color: #545c6e;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-gray-200 {
  color: #545c6e;
  background-color: #eee;
}

.badge-gray-200[href]:hover,
.badge-gray-200[href]:focus {
  color: #545c6e;
  text-decoration: none;
  background-color: #d5d4d4;
}

.badge-gray-300 {
  color: #545c6e;
  background-color: #dee2e6;
}

.badge-gray-300[href]:hover,
.badge-gray-300[href]:focus {
  color: #545c6e;
  text-decoration: none;
  background-color: #c1c9d0;
}

.badge-gray-400 {
  color: #545c6e;
  background-color: #ced4da;
}

.badge-gray-400[href]:hover,
.badge-gray-400[href]:focus {
  color: #545c6e;
  text-decoration: none;
  background-color: #b1bbc4;
}

.badge-gray-500 {
  color: #545c6e;
  background-color: #bbb;
}

.badge-gray-500[href]:hover,
.badge-gray-500[href]:focus {
  color: #545c6e;
  text-decoration: none;
  background-color: #a2a1a1;
}

.badge-gray-600 {
  color: #ffffff;
  background-color: #7a839a;
}

.badge-gray-600[href]:hover,
.badge-gray-600[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #616a80;
}

.badge-gray-700 {
  color: #ffffff;
  background-color: #6e7891;
}

.badge-gray-700[href]:hover,
.badge-gray-700[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #586074;
}

.badge-gray-800 {
  color: #ffffff;
  background-color: #5c657a;
}

.badge-gray-800[href]:hover,
.badge-gray-800[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #464d5d;
}

.badge-gray-900 {
  color: #ffffff;
  background-color: #545c6e;
}

.badge-gray-900[href]:hover,
.badge-gray-900[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #3e4351;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eee;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #0b5863;
  background-color: #d0eef2;
  border-color: #bde7ed;
}

.alert-primary hr {
  border-top-color: #a9e0e8;
}

.alert-primary .alert-link {
  color: #062f35;
}

.alert-secondary {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}

.alert-secondary hr {
  border-top-color: #ededed;
}

.alert-secondary .alert-link {
  color: #636262;
}

.alert-success {
  color: #005f47;
  background-color: #ccf0e7;
  border-color: #b8ebde;
}

.alert-success hr {
  border-top-color: #a4e5d5;
}

.alert-success .alert-link {
  color: #002c21;
}

.alert-info {
  color: #0b5863;
  background-color: #d0eef2;
  border-color: #bde7ed;
}

.alert-info hr {
  border-top-color: #a9e0e8;
}

.alert-info .alert-link {
  color: #062f35;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #730000;
  background-color: #f8cccc;
  border-color: #f5b8b8;
}

.alert-danger hr {
  border-top-color: #f2a2a2;
}

.alert-danger .alert-link {
  color: #400000;
}

.alert-light {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}

.alert-light hr {
  border-top-color: #ededed;
}

.alert-light .alert-link {
  color: #636262;
}

.alert-dark {
  color: #2b3039;
  background-color: #dddee2;
  border-color: #cfd1d6;
}

.alert-dark hr {
  border-top-color: #c1c4ca;
}

.alert-dark .alert-link {
  color: #15181c;
}

.alert-gray-100 {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-gray-100 hr {
  border-top-color: #ececf6;
}

.alert-gray-100 .alert-link {
  color: #686868;
}

.alert-gray-200 {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}

.alert-gray-200 hr {
  border-top-color: #ededed;
}

.alert-gray-200 .alert-link {
  color: #636262;
}

.alert-gray-300 {
  color: #737678;
  background-color: #f8f9fa;
  border-color: #f6f7f8;
}

.alert-gray-300 hr {
  border-top-color: #e8eaed;
}

.alert-gray-300 .alert-link {
  color: #5a5c5e;
}

.alert-gray-400 {
  color: #6b6e71;
  background-color: #f5f6f8;
  border-color: #f1f3f5;
}

.alert-gray-400 hr {
  border-top-color: #e2e6ea;
}

.alert-gray-400 .alert-link {
  color: #525557;
}

.alert-gray-500 {
  color: #616161;
  background-color: #f1f1f1;
  border-color: #ececec;
}

.alert-gray-500 hr {
  border-top-color: #dfdfdf;
}

.alert-gray-500 .alert-link {
  color: #484747;
}

.alert-gray-600 {
  color: #3f4450;
  background-color: #e4e6eb;
  border-color: #dadce3;
}

.alert-gray-600 hr {
  border-top-color: #cbced8;
}

.alert-gray-600 .alert-link {
  color: #292c33;
}

.alert-gray-700 {
  color: #393f4b;
  background-color: #e2e4e9;
  border-color: #d6d9e0;
}

.alert-gray-700 hr {
  border-top-color: #c7ccd5;
}

.alert-gray-700 .alert-link {
  color: #23272e;
}

.alert-gray-800 {
  color: #30353f;
  background-color: #dee0e4;
  border-color: #d1d4da;
}

.alert-gray-800 hr {
  border-top-color: #c3c7cf;
}

.alert-gray-800 .alert-link {
  color: #1a1d22;
}

.alert-gray-900 {
  color: #2b3039;
  background-color: #dddee2;
  border-color: #cfd1d6;
}

.alert-gray-900 hr {
  border-top-color: #c1c4ca;
}

.alert-gray-900 .alert-link {
  color: #15181c;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.675rem;
  background-color: #eee;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #15AABF;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #6e7891;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #6e7891;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #545c6e;
  background-color: #eee;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #7a839a;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #15AABF;
  border-color: #15AABF;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #0b5863;
  background-color: #bde7ed;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #0b5863;
  background-color: #a9e0e8;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #0b5863;
  border-color: #0b5863;
}

.list-group-item-secondary {
  color: #7c7c7c;
  background-color: #fafafa;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #ededed;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.list-group-item-success {
  color: #005f47;
  background-color: #b8ebde;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #005f47;
  background-color: #a4e5d5;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #005f47;
  border-color: #005f47;
}

.list-group-item-info {
  color: #0b5863;
  background-color: #bde7ed;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0b5863;
  background-color: #a9e0e8;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0b5863;
  border-color: #0b5863;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #730000;
  background-color: #f5b8b8;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #730000;
  background-color: #f2a2a2;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #730000;
  border-color: #730000;
}

.list-group-item-light {
  color: #7c7c7c;
  background-color: #fafafa;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #ededed;
}

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.list-group-item-dark {
  color: #2b3039;
  background-color: #cfd1d6;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #2b3039;
  background-color: #c1c4ca;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #2b3039;
  border-color: #2b3039;
}

.list-group-item-gray-100 {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-gray-100.list-group-item-action:hover,
.list-group-item-gray-100.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-gray-100.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-gray-200 {
  color: #7c7c7c;
  background-color: #fafafa;
}

.list-group-item-gray-200.list-group-item-action:hover,
.list-group-item-gray-200.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #ededed;
}

.list-group-item-gray-200.list-group-item-action.active {
  color: #ffffff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.list-group-item-gray-300 {
  color: #737678;
  background-color: #f6f7f8;
}

.list-group-item-gray-300.list-group-item-action:hover,
.list-group-item-gray-300.list-group-item-action:focus {
  color: #737678;
  background-color: #e8eaed;
}

.list-group-item-gray-300.list-group-item-action.active {
  color: #ffffff;
  background-color: #737678;
  border-color: #737678;
}

.list-group-item-gray-400 {
  color: #6b6e71;
  background-color: #f1f3f5;
}

.list-group-item-gray-400.list-group-item-action:hover,
.list-group-item-gray-400.list-group-item-action:focus {
  color: #6b6e71;
  background-color: #e2e6ea;
}

.list-group-item-gray-400.list-group-item-action.active {
  color: #ffffff;
  background-color: #6b6e71;
  border-color: #6b6e71;
}

.list-group-item-gray-500 {
  color: #616161;
  background-color: #ececec;
}

.list-group-item-gray-500.list-group-item-action:hover,
.list-group-item-gray-500.list-group-item-action:focus {
  color: #616161;
  background-color: #dfdfdf;
}

.list-group-item-gray-500.list-group-item-action.active {
  color: #ffffff;
  background-color: #616161;
  border-color: #616161;
}

.list-group-item-gray-600 {
  color: #3f4450;
  background-color: #dadce3;
}

.list-group-item-gray-600.list-group-item-action:hover,
.list-group-item-gray-600.list-group-item-action:focus {
  color: #3f4450;
  background-color: #cbced8;
}

.list-group-item-gray-600.list-group-item-action.active {
  color: #ffffff;
  background-color: #3f4450;
  border-color: #3f4450;
}

.list-group-item-gray-700 {
  color: #393f4b;
  background-color: #d6d9e0;
}

.list-group-item-gray-700.list-group-item-action:hover,
.list-group-item-gray-700.list-group-item-action:focus {
  color: #393f4b;
  background-color: #c7ccd5;
}

.list-group-item-gray-700.list-group-item-action.active {
  color: #ffffff;
  background-color: #393f4b;
  border-color: #393f4b;
}

.list-group-item-gray-800 {
  color: #30353f;
  background-color: #d1d4da;
}

.list-group-item-gray-800.list-group-item-action:hover,
.list-group-item-gray-800.list-group-item-action:focus {
  color: #30353f;
  background-color: #c3c7cf;
}

.list-group-item-gray-800.list-group-item-action.active {
  color: #ffffff;
  background-color: #30353f;
  border-color: #30353f;
}

.list-group-item-gray-900 {
  color: #2b3039;
  background-color: #cfd1d6;
}

.list-group-item-gray-900.list-group-item-action:hover,
.list-group-item-gray-900.list-group-item-action:focus {
  color: #2b3039;
  background-color: #c1c4ca;
}

.list-group-item-gray-900.list-group-item-action.active {
  color: #ffffff;
  background-color: #2b3039;
  border-color: #2b3039;
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: black;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #eee;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: black;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: black;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: black;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: black;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: black;
  border-radius: 0.25rem;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #7a839a;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #ffffff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #ffffff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #545c6e;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #15AABF !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #108191 !important;
}

.bg-secondary {
  background-color: #EEEEEE !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #d5d4d4 !important;
}

.bg-success {
  background-color: #00B688 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #008362 !important;
}

.bg-info {
  background-color: #15AABF !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #108191 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #DD0000 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #aa0000 !important;
}

.bg-light {
  background-color: #eee !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d5d4d4 !important;
}

.bg-dark {
  background-color: #545c6e !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #3e4351 !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

a.bg-gray-100:hover,
a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #dae0e5 !important;
}

.bg-gray-200 {
  background-color: #eee !important;
}

a.bg-gray-200:hover,
a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #d5d4d4 !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

a.bg-gray-300:hover,
a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #c1c9d0 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

a.bg-gray-400:hover,
a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #b1bbc4 !important;
}

.bg-gray-500 {
  background-color: #bbb !important;
}

a.bg-gray-500:hover,
a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #a2a1a1 !important;
}

.bg-gray-600 {
  background-color: #7a839a !important;
}

a.bg-gray-600:hover,
a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #616a80 !important;
}

.bg-gray-700 {
  background-color: #6e7891 !important;
}

a.bg-gray-700:hover,
a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #586074 !important;
}

.bg-gray-800 {
  background-color: #5c657a !important;
}

a.bg-gray-800:hover,
a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #464d5d !important;
}

.bg-gray-900 {
  background-color: #545c6e !important;
}

a.bg-gray-900:hover,
a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #3e4351 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #15AABF !important;
}

.border-secondary {
  border-color: #EEEEEE !important;
}

.border-success {
  border-color: #00B688 !important;
}

.border-info {
  border-color: #15AABF !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #DD0000 !important;
}

.border-light {
  border-color: #eee !important;
}

.border-dark {
  border-color: #545c6e !important;
}

.border-gray-100 {
  border-color: #f8f9fa !important;
}

.border-gray-200 {
  border-color: #eee !important;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.border-gray-400 {
  border-color: #ced4da !important;
}

.border-gray-500 {
  border-color: #bbb !important;
}

.border-gray-600 {
  border-color: #7a839a !important;
}

.border-gray-700 {
  border-color: #6e7891 !important;
}

.border-gray-800 {
  border-color: #5c657a !important;
}

.border-gray-900 {
  border-color: #545c6e !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #15AABF !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #108191 !important;
}

.text-secondary {
  color: #EEEEEE !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #d5d4d4 !important;
}

.text-success {
  color: #00B688 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #008362 !important;
}

.text-info {
  color: #15AABF !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #108191 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #DD0000 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #aa0000 !important;
}

.text-light {
  color: #eee !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #d5d4d4 !important;
}

.text-dark {
  color: #545c6e !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #3e4351 !important;
}

.text-gray-100 {
  color: #f8f9fa !important;
}

a.text-gray-100:hover,
a.text-gray-100:focus {
  color: #dae0e5 !important;
}

.text-gray-200 {
  color: #eee !important;
}

a.text-gray-200:hover,
a.text-gray-200:focus {
  color: #d5d4d4 !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

a.text-gray-300:hover,
a.text-gray-300:focus {
  color: #c1c9d0 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

a.text-gray-400:hover,
a.text-gray-400:focus {
  color: #b1bbc4 !important;
}

.text-gray-500 {
  color: #bbb !important;
}

a.text-gray-500:hover,
a.text-gray-500:focus {
  color: #a2a1a1 !important;
}

.text-gray-600 {
  color: #7a839a !important;
}

a.text-gray-600:hover,
a.text-gray-600:focus {
  color: #616a80 !important;
}

.text-gray-700 {
  color: #6e7891 !important;
}

a.text-gray-700:hover,
a.text-gray-700:focus {
  color: #586074 !important;
}

.text-gray-800 {
  color: #5c657a !important;
}

a.text-gray-800:hover,
a.text-gray-800:focus {
  color: #464d5d !important;
}

.text-gray-900 {
  color: #545c6e !important;
}

a.text-gray-900:hover,
a.text-gray-900:focus {
  color: #3e4351 !important;
}

.text-body {
  color: #545c6e !important;
}

.text-muted {
  color: #7a839a !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #bbb;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid black;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #ffffff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.sidebar-gradient-purple-indigo .sidebar-left {
  /* fallback/image non-cover color */
  background-color: #663399;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(-154deg, #663399 0%, #33214b 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(-154deg, #663399 0%, #33214b 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.gradient-purple-indigo {
  /* fallback/image non-cover color */
  background-color: #663399;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(-154deg, #663399 0%, #33214b 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(-154deg, #663399 0%, #33214b 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.btn.gradient-purple-indigo:active,
.btn.gradient-purple-indigo.active {
  /* fallback/image non-cover color */
  background-color: #663399;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(-90deg, #663399 0%, #33214b 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(-90deg, #663399 0%, #33214b 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.sidebar-gradient-black-blue .sidebar-left {
  /* fallback/image non-cover color */
  background-color: #004e92;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(-154deg, #004e92 0%, #000428 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(-154deg, #004e92 0%, #000428 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.gradient-black-blue {
  /* fallback/image non-cover color */
  background-color: #004e92;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(-154deg, #004e92 0%, #000428 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(-154deg, #004e92 0%, #000428 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.btn.gradient-black-blue:active,
.btn.gradient-black-blue.active {
  /* fallback/image non-cover color */
  background-color: #004e92;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(-90deg, #004e92 0%, #000428 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(-90deg, #004e92 0%, #000428 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.sidebar-gradient-black-gray .sidebar-left {
  /* fallback/image non-cover color */
  background-color: #404040;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(-154deg, #404040 0%, #000000 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(-154deg, #404040 0%, #000000 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.gradient-black-gray {
  /* fallback/image non-cover color */
  background-color: #404040;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(-154deg, #404040 0%, #000000 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(-154deg, #404040 0%, #000000 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.btn.gradient-black-gray:active,
.btn.gradient-black-gray.active {
  /* fallback/image non-cover color */
  background-color: #404040;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(-90deg, #404040 0%, #000000 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(-90deg, #404040 0%, #000000 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.sidebar-gradient-steel-gray .sidebar-left {
  /* fallback/image non-cover color */
  background-color: #616d86;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(-154deg, #616d86 0%, #1F1C2C 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(-154deg, #616d86 0%, #1F1C2C 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.gradient-steel-gray {
  /* fallback/image non-cover color */
  background-color: #616d86;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(-154deg, #616d86 0%, #1F1C2C 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(-154deg, #616d86 0%, #1F1C2C 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.btn.gradient-steel-gray:active,
.btn.gradient-steel-gray.active {
  /* fallback/image non-cover color */
  background-color: #616d86;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(-90deg, #616d86 0%, #1F1C2C 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(-90deg, #616d86 0%, #1F1C2C 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

.sidebar-blue .sidebar-left {
  background: #15AABF;
}

.blue {
  background: #15AABF;
}

.sidebar-midnight-blue .sidebar-left {
  background: #0C0C3C;
}

.midnight-blue {
  background: #0C0C3C;
}

.sidebar-indigo .sidebar-left {
  background: #3F51B5;
}

.indigo {
  background: #3F51B5;
}

.sidebar-dark-purple .sidebar-left {
  background: #322740;
}

.dark-purple {
  background: #322740;
}

.sidebar-purple .sidebar-left {
  background: #663399;
}

.purple {
  background: #663399;
}

.sidebar-pink .sidebar-left {
  background: #CB3066;
}

.pink {
  background: #CB3066;
}

.sidebar-red .sidebar-left {
  background: #d00;
}

.red {
  background: #d00;
}

.sidebar-orange .sidebar-left {
  background: #e97d23;
}

.orange {
  background: #e97d23;
}

.sidebar-yellow .sidebar-left {
  background: #ffc107;
}

.yellow {
  background: #ffc107;
}

.sidebar-green .sidebar-left {
  background: #4caf50;
}

.green {
  background: #4caf50;
}

.sidebar-teal .sidebar-left {
  background: #20c997;
}

.teal {
  background: #20c997;
}

.sidebar-cyan .sidebar-left {
  background: #9c27b0;
}

.cyan {
  background: #9c27b0;
}

.sidebar-gray .sidebar-left {
  background: #2d2d33;
}

.gray {
  background: #2d2d33;
}

.sidebar-slate-gray .sidebar-left {
  background: #405365;
}

.slate-gray {
  background: #405365;
}

/*
$full-map: (
  blue: (
    100: #f31312,
    .....,
    900: #f32332
  ),
  red: (
    100: #f31312,
    .....,
    900: #f32332
  )
)
*/

.blue-50 {
  background-color: white;
}

.text-blue-50 {
  color: black;
}

.blue-100 {
  background-color: #d8e0f3;
}

.text-blue-100 {
  color: black;
}

.blue-200 {
  background-color: #b1c1e7;
}

.text-blue-200 {
  color: black;
}

.blue-300 {
  background-color: #89a2dc;
}

.text-blue-300 {
  color: black;
}

.blue-400 {
  background-color: #6283d0;
}

.text-blue-400 {
  color: black;
}

.blue-500 {
  background-color: #3B64C4;
}

.text-blue-500 {
  color: black;
}

.blue-600 {
  background-color: #2f509d;
}

.text-blue-600 {
  color: white;
}

.blue-700 {
  background-color: #233c76;
}

.text-blue-700 {
  color: white;
}

.blue-800 {
  background-color: #18284e;
}

.text-blue-800 {
  color: white;
}

.blue-900 {
  background-color: #0c1427;
}

.text-blue-900 {
  color: white;
}

.indigo-50 {
  background-color: #f7f8fc;
}

.text-indigo-50 {
  color: black;
}

.indigo-100 {
  background-color: #d1d6ef;
}

.text-indigo-100 {
  color: black;
}

.indigo-200 {
  background-color: #abb4e2;
}

.text-indigo-200 {
  color: black;
}

.indigo-300 {
  background-color: #8591d5;
}

.text-indigo-300 {
  color: black;
}

.indigo-400 {
  background-color: #606fc7;
}

.text-indigo-400 {
  color: black;
}

.indigo-500 {
  background-color: #3F51B5;
}

.text-indigo-500 {
  color: black;
}

.indigo-600 {
  background-color: #32408f;
}

.text-indigo-600 {
  color: white;
}

.indigo-700 {
  background-color: #252f69;
}

.text-indigo-700 {
  color: white;
}

.indigo-800 {
  background-color: #171e44;
}

.text-indigo-800 {
  color: white;
}

.indigo-900 {
  background-color: #0a0d1e;
}

.text-indigo-900 {
  color: white;
}

.purple-50 {
  background-color: #e6d9f2;
}

.text-purple-50 {
  color: black;
}

.purple-100 {
  background-color: #ccb3e6;
}

.text-purple-100 {
  color: black;
}

.purple-200 {
  background-color: #b38cd9;
}

.text-purple-200 {
  color: black;
}

.purple-300 {
  background-color: #9966cc;
}

.text-purple-300 {
  color: black;
}

.purple-400 {
  background-color: #8040bf;
}

.text-purple-400 {
  color: black;
}

.purple-500 {
  background-color: #663399;
}

.text-purple-500 {
  color: white;
}

.purple-600 {
  background-color: #4d2673;
}

.text-purple-600 {
  color: white;
}

.purple-700 {
  background-color: #331a4d;
}

.text-purple-700 {
  color: white;
}

.purple-800 {
  background-color: #1a0d26;
}

.text-purple-800 {
  color: white;
}

.purple-900 {
  background-color: black;
}

.text-purple-900 {
  color: white;
}

.pink-50 {
  background-color: #fefcfd;
}

.text-pink-50 {
  color: black;
}

.pink-100 {
  background-color: #f4d3de;
}

.text-pink-100 {
  color: black;
}

.pink-200 {
  background-color: #eba9c0;
}

.text-pink-200 {
  color: black;
}

.pink-300 {
  background-color: #e180a2;
}

.text-pink-300 {
  color: black;
}

.pink-400 {
  background-color: #d75784;
}

.text-pink-400 {
  color: black;
}

.pink-500 {
  background-color: #CB3066;
}

.text-pink-500 {
  color: black;
}

.pink-600 {
  background-color: #a22651;
}

.text-pink-600 {
  color: white;
}

.pink-700 {
  background-color: #791c3d;
}

.text-pink-700 {
  color: white;
}

.pink-800 {
  background-color: #4f1328;
}

.text-pink-800 {
  color: white;
}

.pink-900 {
  background-color: #260913;
}

.text-pink-900 {
  color: white;
}

.red-50 {
  background-color: #ffdddd;
}

.text-red-50 {
  color: black;
}

.red-100 {
  background-color: #ffaaaa;
}

.text-red-100 {
  color: black;
}

.red-200 {
  background-color: #ff7777;
}

.text-red-200 {
  color: black;
}

.red-300 {
  background-color: #ff4444;
}

.text-red-300 {
  color: black;
}

.red-400 {
  background-color: #ff1111;
}

.text-red-400 {
  color: black;
}

.red-500 {
  background-color: #DD0000;
}

.text-red-500 {
  color: black;
}

.red-600 {
  background-color: #aa0000;
}

.text-red-600 {
  color: white;
}

.red-700 {
  background-color: #770000;
}

.text-red-700 {
  color: white;
}

.red-800 {
  background-color: #440000;
}

.text-red-800 {
  color: white;
}

.red-900 {
  background-color: #110000;
}

.text-red-900 {
  color: white;
}

.orange-50 {
  background-color: white;
}

.text-orange-50 {
  color: black;
}

.orange-100 {
  background-color: #fcebdc;
}

.text-orange-100 {
  color: black;
}

.orange-200 {
  background-color: #f7cfae;
}

.text-orange-200 {
  color: black;
}

.orange-300 {
  background-color: #f2b480;
}

.text-orange-300 {
  color: black;
}

.orange-400 {
  background-color: #ee9851;
}

.text-orange-400 {
  color: black;
}

.orange-500 {
  background-color: #e97d23;
}

.text-orange-500 {
  color: black;
}

.orange-600 {
  background-color: #c56414;
}

.text-orange-600 {
  color: black;
}

.orange-700 {
  background-color: #974d0f;
}

.text-orange-700 {
  color: white;
}

.orange-800 {
  background-color: #69350a;
}

.text-orange-800 {
  color: white;
}

.orange-900 {
  background-color: #3a1e06;
}

.text-orange-900 {
  color: white;
}

.yellow-50 {
  background-color: white;
}

.text-yellow-50 {
  color: black;
}

.yellow-100 {
  background-color: #fff4d3;
}

.text-yellow-100 {
  color: black;
}

.yellow-200 {
  background-color: #ffe7a0;
}

.text-yellow-200 {
  color: black;
}

.yellow-300 {
  background-color: #ffdb6d;
}

.text-yellow-300 {
  color: black;
}

.yellow-400 {
  background-color: #ffce3a;
}

.text-yellow-400 {
  color: black;
}

.yellow-500 {
  background-color: #ffc107;
}

.text-yellow-500 {
  color: black;
}

.yellow-600 {
  background-color: #d39e00;
}

.text-yellow-600 {
  color: black;
}

.yellow-700 {
  background-color: #a07800;
}

.text-yellow-700 {
  color: white;
}

.yellow-800 {
  background-color: #6d5200;
}

.text-yellow-800 {
  color: white;
}

.yellow-900 {
  background-color: #3a2c00;
}

.text-yellow-900 {
  color: white;
}

.green-50 {
  background-color: #b6ffed;
}

.text-green-50 {
  color: black;
}

.green-100 {
  background-color: #83ffe0;
}

.text-green-100 {
  color: black;
}

.green-200 {
  background-color: #50ffd3;
}

.text-green-200 {
  color: black;
}

.green-300 {
  background-color: #1dffc6;
}

.text-green-300 {
  color: black;
}

.green-400 {
  background-color: #00e9ae;
}

.text-green-400 {
  color: black;
}

.green-500 {
  background-color: #00B688;
}

.text-green-500 {
  color: white;
}

.green-600 {
  background-color: #008362;
}

.text-green-600 {
  color: white;
}

.green-700 {
  background-color: #00503c;
}

.text-green-700 {
  color: white;
}

.green-800 {
  background-color: #001d16;
}

.text-green-800 {
  color: white;
}

.green-900 {
  background-color: black;
}

.text-green-900 {
  color: white;
}

.teal-50 {
  background-color: #ecfcf7;
}

.text-teal-50 {
  color: black;
}

.teal-100 {
  background-color: #c0f5e5;
}

.text-teal-100 {
  color: black;
}

.teal-200 {
  background-color: #94eed3;
}

.text-teal-200 {
  color: black;
}

.teal-300 {
  background-color: #68e7c1;
}

.text-teal-300 {
  color: black;
}

.teal-400 {
  background-color: #3ce0af;
}

.text-teal-400 {
  color: black;
}

.teal-500 {
  background-color: #20c997;
}

.text-teal-500 {
  color: black;
}

.teal-600 {
  background-color: #199d76;
}

.text-teal-600 {
  color: white;
}

.teal-700 {
  background-color: #127155;
}

.text-teal-700 {
  color: white;
}

.teal-800 {
  background-color: #0b4534;
}

.text-teal-800 {
  color: white;
}

.teal-900 {
  background-color: #041913;
}

.text-teal-900 {
  color: white;
}

.cyan-50 {
  background-color: #f4def8;
}

.text-cyan-50 {
  color: black;
}

.cyan-100 {
  background-color: #e6b5ee;
}

.text-cyan-100 {
  color: black;
}

.cyan-200 {
  background-color: #d88be5;
}

.text-cyan-200 {
  color: black;
}

.cyan-300 {
  background-color: #ca61dc;
}

.text-cyan-300 {
  color: black;
}

.cyan-400 {
  background-color: #bc37d3;
}

.text-cyan-400 {
  color: black;
}

.cyan-500 {
  background-color: #9c27b0;
}

.text-cyan-500 {
  color: black;
}

.cyan-600 {
  background-color: #771e86;
}

.text-cyan-600 {
  color: white;
}

.cyan-700 {
  background-color: #52145d;
}

.text-cyan-700 {
  color: white;
}

.cyan-800 {
  background-color: #2d0b33;
}

.text-cyan-800 {
  color: white;
}

.cyan-900 {
  background-color: #080209;
}

.text-cyan-900 {
  color: white;
}

.white-50 {
  background-color: white;
}

.text-white-50 {
  color: black;
}

.white-100 {
  background-color: white;
}

.text-white-100 {
  color: black;
}

.white-200 {
  background-color: white;
}

.text-white-200 {
  color: black;
}

.white-300 {
  background-color: white;
}

.text-white-300 {
  color: black;
}

.white-400 {
  background-color: white;
}

.text-white-400 {
  color: black;
}

.white-500 {
  background-color: #ffffff;
}

.text-white-500 {
  color: black;
}

.white-600 {
  background-color: #e6e5e5;
}

.text-white-600 {
  color: black;
}

.white-700 {
  background-color: #cccccc;
}

.text-white-700 {
  color: black;
}

.white-800 {
  background-color: #b3b2b2;
}

.text-white-800 {
  color: black;
}

.white-900 {
  background-color: #999999;
}

.text-white-900 {
  color: black;
}

.gray-50 {
  background-color: white;
}

.text-gray-50 {
  color: black;
}

.gray-100 {
  background-color: #eeeff2;
}

.text-gray-100 {
  color: black;
}

.gray-200 {
  background-color: #d1d4dc;
}

.text-gray-200 {
  color: black;
}

.gray-300 {
  background-color: #b4b9c6;
}

.text-gray-300 {
  color: black;
}

.gray-400 {
  background-color: #979eb0;
}

.text-gray-400 {
  color: black;
}

.gray-500 {
  background-color: #7a839a;
}

.text-gray-500 {
  color: black;
}

.gray-600 {
  background-color: #616a80;
}

.text-gray-600 {
  color: black;
}

.gray-700 {
  background-color: #4b5263;
}

.text-gray-700 {
  color: white;
}

.gray-800 {
  background-color: #353a46;
}

.text-gray-800 {
  color: white;
}

.gray-900 {
  background-color: #1f2229;
}

.text-gray-900 {
  color: white;
}

.gray-dark-50 {
  background-color: #e8e9ed;
}

.text-gray-dark-50 {
  color: black;
}

.gray-dark-100 {
  background-color: #cbcfd7;
}

.text-gray-dark-100 {
  color: black;
}

.gray-dark-200 {
  background-color: #aeb4c1;
}

.text-gray-dark-200 {
  color: black;
}

.gray-dark-300 {
  background-color: #9199ab;
}

.text-gray-dark-300 {
  color: black;
}

.gray-dark-400 {
  background-color: #747e95;
}

.text-gray-dark-400 {
  color: black;
}

.gray-dark-500 {
  background-color: #5c657a;
}

.text-gray-dark-500 {
  color: black;
}

.gray-dark-600 {
  background-color: #464d5d;
}

.text-gray-dark-600 {
  color: white;
}

.gray-dark-700 {
  background-color: #303540;
}

.text-gray-dark-700 {
  color: white;
}

.gray-dark-800 {
  background-color: #1a1d23;
}

.text-gray-dark-800 {
  color: white;
}

.gray-dark-900 {
  background-color: #040506;
}

.text-gray-dark-900 {
  color: white;
}

.blue-50 {
  background-color: white;
}

.text-blue-50 {
  color: black;
}

.blue-100 {
  background-color: #d8e0f3;
}

.text-blue-100 {
  color: black;
}

.blue-200 {
  background-color: #b1c1e7;
}

.text-blue-200 {
  color: black;
}

.blue-300 {
  background-color: #89a2dc;
}

.text-blue-300 {
  color: black;
}

.blue-400 {
  background-color: #6283d0;
}

.text-blue-400 {
  color: black;
}

.blue-500 {
  background-color: #3B64C4;
}

.text-blue-500 {
  color: black;
}

.blue-600 {
  background-color: #2f509d;
}

.text-blue-600 {
  color: white;
}

.blue-700 {
  background-color: #233c76;
}

.text-blue-700 {
  color: white;
}

.blue-800 {
  background-color: #18284e;
}

.text-blue-800 {
  color: white;
}

.blue-900 {
  background-color: #0c1427;
}

.text-blue-900 {
  color: white;
}

.indigo-50 {
  background-color: #f7f8fc;
}

.text-indigo-50 {
  color: black;
}

.indigo-100 {
  background-color: #d1d6ef;
}

.text-indigo-100 {
  color: black;
}

.indigo-200 {
  background-color: #abb4e2;
}

.text-indigo-200 {
  color: black;
}

.indigo-300 {
  background-color: #8591d5;
}

.text-indigo-300 {
  color: black;
}

.indigo-400 {
  background-color: #606fc7;
}

.text-indigo-400 {
  color: black;
}

.indigo-500 {
  background-color: #3F51B5;
}

.text-indigo-500 {
  color: black;
}

.indigo-600 {
  background-color: #32408f;
}

.text-indigo-600 {
  color: white;
}

.indigo-700 {
  background-color: #252f69;
}

.text-indigo-700 {
  color: white;
}

.indigo-800 {
  background-color: #171e44;
}

.text-indigo-800 {
  color: white;
}

.indigo-900 {
  background-color: #0a0d1e;
}

.text-indigo-900 {
  color: white;
}

.purple-50 {
  background-color: #e6d9f2;
}

.text-purple-50 {
  color: black;
}

.purple-100 {
  background-color: #ccb3e6;
}

.text-purple-100 {
  color: black;
}

.purple-200 {
  background-color: #b38cd9;
}

.text-purple-200 {
  color: black;
}

.purple-300 {
  background-color: #9966cc;
}

.text-purple-300 {
  color: black;
}

.purple-400 {
  background-color: #8040bf;
}

.text-purple-400 {
  color: black;
}

.purple-500 {
  background-color: #663399;
}

.text-purple-500 {
  color: white;
}

.purple-600 {
  background-color: #4d2673;
}

.text-purple-600 {
  color: white;
}

.purple-700 {
  background-color: #331a4d;
}

.text-purple-700 {
  color: white;
}

.purple-800 {
  background-color: #1a0d26;
}

.text-purple-800 {
  color: white;
}

.purple-900 {
  background-color: black;
}

.text-purple-900 {
  color: white;
}

.pink-50 {
  background-color: #fefcfd;
}

.text-pink-50 {
  color: black;
}

.pink-100 {
  background-color: #f4d3de;
}

.text-pink-100 {
  color: black;
}

.pink-200 {
  background-color: #eba9c0;
}

.text-pink-200 {
  color: black;
}

.pink-300 {
  background-color: #e180a2;
}

.text-pink-300 {
  color: black;
}

.pink-400 {
  background-color: #d75784;
}

.text-pink-400 {
  color: black;
}

.pink-500 {
  background-color: #CB3066;
}

.text-pink-500 {
  color: black;
}

.pink-600 {
  background-color: #a22651;
}

.text-pink-600 {
  color: white;
}

.pink-700 {
  background-color: #791c3d;
}

.text-pink-700 {
  color: white;
}

.pink-800 {
  background-color: #4f1328;
}

.text-pink-800 {
  color: white;
}

.pink-900 {
  background-color: #260913;
}

.text-pink-900 {
  color: white;
}

.red-50 {
  background-color: #ffdddd;
}

.text-red-50 {
  color: black;
}

.red-100 {
  background-color: #ffaaaa;
}

.text-red-100 {
  color: black;
}

.red-200 {
  background-color: #ff7777;
}

.text-red-200 {
  color: black;
}

.red-300 {
  background-color: #ff4444;
}

.text-red-300 {
  color: black;
}

.red-400 {
  background-color: #ff1111;
}

.text-red-400 {
  color: black;
}

.red-500 {
  background-color: #DD0000;
}

.text-red-500 {
  color: black;
}

.red-600 {
  background-color: #aa0000;
}

.text-red-600 {
  color: white;
}

.red-700 {
  background-color: #770000;
}

.text-red-700 {
  color: white;
}

.red-800 {
  background-color: #440000;
}

.text-red-800 {
  color: white;
}

.red-900 {
  background-color: #110000;
}

.text-red-900 {
  color: white;
}

.orange-50 {
  background-color: white;
}

.text-orange-50 {
  color: black;
}

.orange-100 {
  background-color: #fcebdc;
}

.text-orange-100 {
  color: black;
}

.orange-200 {
  background-color: #f7cfae;
}

.text-orange-200 {
  color: black;
}

.orange-300 {
  background-color: #f2b480;
}

.text-orange-300 {
  color: black;
}

.orange-400 {
  background-color: #ee9851;
}

.text-orange-400 {
  color: black;
}

.orange-500 {
  background-color: #e97d23;
}

.text-orange-500 {
  color: black;
}

.orange-600 {
  background-color: #c56414;
}

.text-orange-600 {
  color: black;
}

.orange-700 {
  background-color: #974d0f;
}

.text-orange-700 {
  color: white;
}

.orange-800 {
  background-color: #69350a;
}

.text-orange-800 {
  color: white;
}

.orange-900 {
  background-color: #3a1e06;
}

.text-orange-900 {
  color: white;
}

.yellow-50 {
  background-color: white;
}

.text-yellow-50 {
  color: black;
}

.yellow-100 {
  background-color: #fff4d3;
}

.text-yellow-100 {
  color: black;
}

.yellow-200 {
  background-color: #ffe7a0;
}

.text-yellow-200 {
  color: black;
}

.yellow-300 {
  background-color: #ffdb6d;
}

.text-yellow-300 {
  color: black;
}

.yellow-400 {
  background-color: #ffce3a;
}

.text-yellow-400 {
  color: black;
}

.yellow-500 {
  background-color: #ffc107;
}

.text-yellow-500 {
  color: black;
}

.yellow-600 {
  background-color: #d39e00;
}

.text-yellow-600 {
  color: black;
}

.yellow-700 {
  background-color: #a07800;
}

.text-yellow-700 {
  color: white;
}

.yellow-800 {
  background-color: #6d5200;
}

.text-yellow-800 {
  color: white;
}

.yellow-900 {
  background-color: #3a2c00;
}

.text-yellow-900 {
  color: white;
}

.green-50 {
  background-color: #b6ffed;
}

.text-green-50 {
  color: black;
}

.green-100 {
  background-color: #83ffe0;
}

.text-green-100 {
  color: black;
}

.green-200 {
  background-color: #50ffd3;
}

.text-green-200 {
  color: black;
}

.green-300 {
  background-color: #1dffc6;
}

.text-green-300 {
  color: black;
}

.green-400 {
  background-color: #00e9ae;
}

.text-green-400 {
  color: black;
}

.green-500 {
  background-color: #00B688;
}

.text-green-500 {
  color: white;
}

.green-600 {
  background-color: #008362;
}

.text-green-600 {
  color: white;
}

.green-700 {
  background-color: #00503c;
}

.text-green-700 {
  color: white;
}

.green-800 {
  background-color: #001d16;
}

.text-green-800 {
  color: white;
}

.green-900 {
  background-color: black;
}

.text-green-900 {
  color: white;
}

.teal-50 {
  background-color: #ecfcf7;
}

.text-teal-50 {
  color: black;
}

.teal-100 {
  background-color: #c0f5e5;
}

.text-teal-100 {
  color: black;
}

.teal-200 {
  background-color: #94eed3;
}

.text-teal-200 {
  color: black;
}

.teal-300 {
  background-color: #68e7c1;
}

.text-teal-300 {
  color: black;
}

.teal-400 {
  background-color: #3ce0af;
}

.text-teal-400 {
  color: black;
}

.teal-500 {
  background-color: #20c997;
}

.text-teal-500 {
  color: black;
}

.teal-600 {
  background-color: #199d76;
}

.text-teal-600 {
  color: white;
}

.teal-700 {
  background-color: #127155;
}

.text-teal-700 {
  color: white;
}

.teal-800 {
  background-color: #0b4534;
}

.text-teal-800 {
  color: white;
}

.teal-900 {
  background-color: #041913;
}

.text-teal-900 {
  color: white;
}

.cyan-50 {
  background-color: #f4def8;
}

.text-cyan-50 {
  color: black;
}

.cyan-100 {
  background-color: #e6b5ee;
}

.text-cyan-100 {
  color: black;
}

.cyan-200 {
  background-color: #d88be5;
}

.text-cyan-200 {
  color: black;
}

.cyan-300 {
  background-color: #ca61dc;
}

.text-cyan-300 {
  color: black;
}

.cyan-400 {
  background-color: #bc37d3;
}

.text-cyan-400 {
  color: black;
}

.cyan-500 {
  background-color: #9c27b0;
}

.text-cyan-500 {
  color: black;
}

.cyan-600 {
  background-color: #771e86;
}

.text-cyan-600 {
  color: white;
}

.cyan-700 {
  background-color: #52145d;
}

.text-cyan-700 {
  color: white;
}

.cyan-800 {
  background-color: #2d0b33;
}

.text-cyan-800 {
  color: white;
}

.cyan-900 {
  background-color: #080209;
}

.text-cyan-900 {
  color: white;
}

.white-50 {
  background-color: white;
}

.text-white-50 {
  color: black;
}

.white-100 {
  background-color: white;
}

.text-white-100 {
  color: black;
}

.white-200 {
  background-color: white;
}

.text-white-200 {
  color: black;
}

.white-300 {
  background-color: white;
}

.text-white-300 {
  color: black;
}

.white-400 {
  background-color: white;
}

.text-white-400 {
  color: black;
}

.white-500 {
  background-color: #ffffff;
}

.text-white-500 {
  color: black;
}

.white-600 {
  background-color: #e6e5e5;
}

.text-white-600 {
  color: black;
}

.white-700 {
  background-color: #cccccc;
}

.text-white-700 {
  color: black;
}

.white-800 {
  background-color: #b3b2b2;
}

.text-white-800 {
  color: black;
}

.white-900 {
  background-color: #999999;
}

.text-white-900 {
  color: black;
}

.gray-50 {
  background-color: white;
}

.text-gray-50 {
  color: black;
}

.gray-100 {
  background-color: #eeeff2;
}

.text-gray-100 {
  color: black;
}

.gray-200 {
  background-color: #d1d4dc;
}

.text-gray-200 {
  color: black;
}

.gray-300 {
  background-color: #b4b9c6;
}

.text-gray-300 {
  color: black;
}

.gray-400 {
  background-color: #979eb0;
}

.text-gray-400 {
  color: black;
}

.gray-500 {
  background-color: #7a839a;
}

.text-gray-500 {
  color: black;
}

.gray-600 {
  background-color: #616a80;
}

.text-gray-600 {
  color: black;
}

.gray-700 {
  background-color: #4b5263;
}

.text-gray-700 {
  color: white;
}

.gray-800 {
  background-color: #353a46;
}

.text-gray-800 {
  color: white;
}

.gray-900 {
  background-color: #1f2229;
}

.text-gray-900 {
  color: white;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes jello {
  11.1% {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }

  100% {
    transform: none;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    transform-origin: top center;
  }

  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }

  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }

  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }

  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }

  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }

  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }

  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spin {
  animation: spin 2s infinite linear;
}

h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
.text-title {
  color: #424857;
}

.text-10 {
  font-size: 10px;
}

.text-11 {
  font-size: 11px;
}

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-17 {
  font-size: 17px;
}

.text-18 {
  font-size: 18px;
}

.text-19 {
  font-size: 19px;
}

.text-20 {
  font-size: 20px;
}

.text-21 {
  font-size: 21px;
}

.text-22 {
  font-size: 22px;
}

.text-23 {
  font-size: 23px;
}

.text-24 {
  font-size: 24px;
}

.text-25 {
  font-size: 25px;
}

.text-26 {
  font-size: 26px;
}

.text-27 {
  font-size: 27px;
}

.text-28 {
  font-size: 28px;
}

.text-29 {
  font-size: 29px;
}

.text-30 {
  font-size: 30px;
}

.text-31 {
  font-size: 31px;
}

.text-32 {
  font-size: 32px;
}

.text-33 {
  font-size: 33px;
}

.text-34 {
  font-size: 34px;
}

.text-35 {
  font-size: 35px;
}

.text-36 {
  font-size: 36px;
}

.text-37 {
  font-size: 37px;
}

.text-38 {
  font-size: 38px;
}

.text-39 {
  font-size: 39px;
}

.text-40 {
  font-size: 40px;
}

.text-41 {
  font-size: 41px;
}

.text-42 {
  font-size: 42px;
}

.text-43 {
  font-size: 43px;
}

.text-44 {
  font-size: 44px;
}

.text-45 {
  font-size: 45px;
}

.text-46 {
  font-size: 46px;
}

.text-47 {
  font-size: 47px;
}

.text-48 {
  font-size: 48px;
}

.text-49 {
  font-size: 49px;
}

.text-50 {
  font-size: 50px;
}

.text-51 {
  font-size: 51px;
}

.text-52 {
  font-size: 52px;
}

.text-53 {
  font-size: 53px;
}

.text-54 {
  font-size: 54px;
}

.text-55 {
  font-size: 55px;
}

.text-56 {
  font-size: 56px;
}

.text-57 {
  font-size: 57px;
}

.text-58 {
  font-size: 58px;
}

.text-59 {
  font-size: 59px;
}

.text-60 {
  font-size: 60px;
}

.text-61 {
  font-size: 61px;
}

.text-62 {
  font-size: 62px;
}

.text-63 {
  font-size: 63px;
}

.text-64 {
  font-size: 64px;
}

.text-65 {
  font-size: 65px;
}

.text-66 {
  font-size: 66px;
}

.text-67 {
  font-size: 67px;
}

.text-68 {
  font-size: 68px;
}

.text-69 {
  font-size: 69px;
}

.text-70 {
  font-size: 70px;
}

.text-71 {
  font-size: 71px;
}

.text-72 {
  font-size: 72px;
}

.text-73 {
  font-size: 73px;
}

.text-74 {
  font-size: 74px;
}

.text-75 {
  font-size: 75px;
}

.text-76 {
  font-size: 76px;
}

.text-77 {
  font-size: 77px;
}

.text-78 {
  font-size: 78px;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-301 {
  font-weight: 301;
}

.font-weight-302 {
  font-weight: 302;
}

.font-weight-303 {
  font-weight: 303;
}

.font-weight-304 {
  font-weight: 304;
}

.font-weight-305 {
  font-weight: 305;
}

.font-weight-306 {
  font-weight: 306;
}

.font-weight-307 {
  font-weight: 307;
}

.font-weight-308 {
  font-weight: 308;
}

.font-weight-309 {
  font-weight: 309;
}

.font-weight-310 {
  font-weight: 310;
}

.font-weight-311 {
  font-weight: 311;
}

.font-weight-312 {
  font-weight: 312;
}

.font-weight-313 {
  font-weight: 313;
}

.font-weight-314 {
  font-weight: 314;
}

.font-weight-315 {
  font-weight: 315;
}

.font-weight-316 {
  font-weight: 316;
}

.font-weight-317 {
  font-weight: 317;
}

.font-weight-318 {
  font-weight: 318;
}

.font-weight-319 {
  font-weight: 319;
}

.font-weight-320 {
  font-weight: 320;
}

.font-weight-321 {
  font-weight: 321;
}

.font-weight-322 {
  font-weight: 322;
}

.font-weight-323 {
  font-weight: 323;
}

.font-weight-324 {
  font-weight: 324;
}

.font-weight-325 {
  font-weight: 325;
}

.font-weight-326 {
  font-weight: 326;
}

.font-weight-327 {
  font-weight: 327;
}

.font-weight-328 {
  font-weight: 328;
}

.font-weight-329 {
  font-weight: 329;
}

.font-weight-330 {
  font-weight: 330;
}

.font-weight-331 {
  font-weight: 331;
}

.font-weight-332 {
  font-weight: 332;
}

.font-weight-333 {
  font-weight: 333;
}

.font-weight-334 {
  font-weight: 334;
}

.font-weight-335 {
  font-weight: 335;
}

.font-weight-336 {
  font-weight: 336;
}

.font-weight-337 {
  font-weight: 337;
}

.font-weight-338 {
  font-weight: 338;
}

.font-weight-339 {
  font-weight: 339;
}

.font-weight-340 {
  font-weight: 340;
}

.font-weight-341 {
  font-weight: 341;
}

.font-weight-342 {
  font-weight: 342;
}

.font-weight-343 {
  font-weight: 343;
}

.font-weight-344 {
  font-weight: 344;
}

.font-weight-345 {
  font-weight: 345;
}

.font-weight-346 {
  font-weight: 346;
}

.font-weight-347 {
  font-weight: 347;
}

.font-weight-348 {
  font-weight: 348;
}

.font-weight-349 {
  font-weight: 349;
}

.font-weight-350 {
  font-weight: 350;
}

.font-weight-351 {
  font-weight: 351;
}

.font-weight-352 {
  font-weight: 352;
}

.font-weight-353 {
  font-weight: 353;
}

.font-weight-354 {
  font-weight: 354;
}

.font-weight-355 {
  font-weight: 355;
}

.font-weight-356 {
  font-weight: 356;
}

.font-weight-357 {
  font-weight: 357;
}

.font-weight-358 {
  font-weight: 358;
}

.font-weight-359 {
  font-weight: 359;
}

.font-weight-360 {
  font-weight: 360;
}

.font-weight-361 {
  font-weight: 361;
}

.font-weight-362 {
  font-weight: 362;
}

.font-weight-363 {
  font-weight: 363;
}

.font-weight-364 {
  font-weight: 364;
}

.font-weight-365 {
  font-weight: 365;
}

.font-weight-366 {
  font-weight: 366;
}

.font-weight-367 {
  font-weight: 367;
}

.font-weight-368 {
  font-weight: 368;
}

.font-weight-369 {
  font-weight: 369;
}

.font-weight-370 {
  font-weight: 370;
}

.font-weight-371 {
  font-weight: 371;
}

.font-weight-372 {
  font-weight: 372;
}

.font-weight-373 {
  font-weight: 373;
}

.font-weight-374 {
  font-weight: 374;
}

.font-weight-375 {
  font-weight: 375;
}

.font-weight-376 {
  font-weight: 376;
}

.font-weight-377 {
  font-weight: 377;
}

.font-weight-378 {
  font-weight: 378;
}

.font-weight-379 {
  font-weight: 379;
}

.font-weight-380 {
  font-weight: 380;
}

.font-weight-381 {
  font-weight: 381;
}

.font-weight-382 {
  font-weight: 382;
}

.font-weight-383 {
  font-weight: 383;
}

.font-weight-384 {
  font-weight: 384;
}

.font-weight-385 {
  font-weight: 385;
}

.font-weight-386 {
  font-weight: 386;
}

.font-weight-387 {
  font-weight: 387;
}

.font-weight-388 {
  font-weight: 388;
}

.font-weight-389 {
  font-weight: 389;
}

.font-weight-390 {
  font-weight: 390;
}

.font-weight-391 {
  font-weight: 391;
}

.font-weight-392 {
  font-weight: 392;
}

.font-weight-393 {
  font-weight: 393;
}

.font-weight-394 {
  font-weight: 394;
}

.font-weight-395 {
  font-weight: 395;
}

.font-weight-396 {
  font-weight: 396;
}

.font-weight-397 {
  font-weight: 397;
}

.font-weight-398 {
  font-weight: 398;
}

.font-weight-399 {
  font-weight: 399;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-401 {
  font-weight: 401;
}

.font-weight-402 {
  font-weight: 402;
}

.font-weight-403 {
  font-weight: 403;
}

.font-weight-404 {
  font-weight: 404;
}

.font-weight-405 {
  font-weight: 405;
}

.font-weight-406 {
  font-weight: 406;
}

.font-weight-407 {
  font-weight: 407;
}

.font-weight-408 {
  font-weight: 408;
}

.font-weight-409 {
  font-weight: 409;
}

.font-weight-410 {
  font-weight: 410;
}

.font-weight-411 {
  font-weight: 411;
}

.font-weight-412 {
  font-weight: 412;
}

.font-weight-413 {
  font-weight: 413;
}

.font-weight-414 {
  font-weight: 414;
}

.font-weight-415 {
  font-weight: 415;
}

.font-weight-416 {
  font-weight: 416;
}

.font-weight-417 {
  font-weight: 417;
}

.font-weight-418 {
  font-weight: 418;
}

.font-weight-419 {
  font-weight: 419;
}

.font-weight-420 {
  font-weight: 420;
}

.font-weight-421 {
  font-weight: 421;
}

.font-weight-422 {
  font-weight: 422;
}

.font-weight-423 {
  font-weight: 423;
}

.font-weight-424 {
  font-weight: 424;
}

.font-weight-425 {
  font-weight: 425;
}

.font-weight-426 {
  font-weight: 426;
}

.font-weight-427 {
  font-weight: 427;
}

.font-weight-428 {
  font-weight: 428;
}

.font-weight-429 {
  font-weight: 429;
}

.font-weight-430 {
  font-weight: 430;
}

.font-weight-431 {
  font-weight: 431;
}

.font-weight-432 {
  font-weight: 432;
}

.font-weight-433 {
  font-weight: 433;
}

.font-weight-434 {
  font-weight: 434;
}

.font-weight-435 {
  font-weight: 435;
}

.font-weight-436 {
  font-weight: 436;
}

.font-weight-437 {
  font-weight: 437;
}

.font-weight-438 {
  font-weight: 438;
}

.font-weight-439 {
  font-weight: 439;
}

.font-weight-440 {
  font-weight: 440;
}

.font-weight-441 {
  font-weight: 441;
}

.font-weight-442 {
  font-weight: 442;
}

.font-weight-443 {
  font-weight: 443;
}

.font-weight-444 {
  font-weight: 444;
}

.font-weight-445 {
  font-weight: 445;
}

.font-weight-446 {
  font-weight: 446;
}

.font-weight-447 {
  font-weight: 447;
}

.font-weight-448 {
  font-weight: 448;
}

.font-weight-449 {
  font-weight: 449;
}

.font-weight-450 {
  font-weight: 450;
}

.font-weight-451 {
  font-weight: 451;
}

.font-weight-452 {
  font-weight: 452;
}

.font-weight-453 {
  font-weight: 453;
}

.font-weight-454 {
  font-weight: 454;
}

.font-weight-455 {
  font-weight: 455;
}

.font-weight-456 {
  font-weight: 456;
}

.font-weight-457 {
  font-weight: 457;
}

.font-weight-458 {
  font-weight: 458;
}

.font-weight-459 {
  font-weight: 459;
}

.font-weight-460 {
  font-weight: 460;
}

.font-weight-461 {
  font-weight: 461;
}

.font-weight-462 {
  font-weight: 462;
}

.font-weight-463 {
  font-weight: 463;
}

.font-weight-464 {
  font-weight: 464;
}

.font-weight-465 {
  font-weight: 465;
}

.font-weight-466 {
  font-weight: 466;
}

.font-weight-467 {
  font-weight: 467;
}

.font-weight-468 {
  font-weight: 468;
}

.font-weight-469 {
  font-weight: 469;
}

.font-weight-470 {
  font-weight: 470;
}

.font-weight-471 {
  font-weight: 471;
}

.font-weight-472 {
  font-weight: 472;
}

.font-weight-473 {
  font-weight: 473;
}

.font-weight-474 {
  font-weight: 474;
}

.font-weight-475 {
  font-weight: 475;
}

.font-weight-476 {
  font-weight: 476;
}

.font-weight-477 {
  font-weight: 477;
}

.font-weight-478 {
  font-weight: 478;
}

.font-weight-479 {
  font-weight: 479;
}

.font-weight-480 {
  font-weight: 480;
}

.font-weight-481 {
  font-weight: 481;
}

.font-weight-482 {
  font-weight: 482;
}

.font-weight-483 {
  font-weight: 483;
}

.font-weight-484 {
  font-weight: 484;
}

.font-weight-485 {
  font-weight: 485;
}

.font-weight-486 {
  font-weight: 486;
}

.font-weight-487 {
  font-weight: 487;
}

.font-weight-488 {
  font-weight: 488;
}

.font-weight-489 {
  font-weight: 489;
}

.font-weight-490 {
  font-weight: 490;
}

.font-weight-491 {
  font-weight: 491;
}

.font-weight-492 {
  font-weight: 492;
}

.font-weight-493 {
  font-weight: 493;
}

.font-weight-494 {
  font-weight: 494;
}

.font-weight-495 {
  font-weight: 495;
}

.font-weight-496 {
  font-weight: 496;
}

.font-weight-497 {
  font-weight: 497;
}

.font-weight-498 {
  font-weight: 498;
}

.font-weight-499 {
  font-weight: 499;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-501 {
  font-weight: 501;
}

.font-weight-502 {
  font-weight: 502;
}

.font-weight-503 {
  font-weight: 503;
}

.font-weight-504 {
  font-weight: 504;
}

.font-weight-505 {
  font-weight: 505;
}

.font-weight-506 {
  font-weight: 506;
}

.font-weight-507 {
  font-weight: 507;
}

.font-weight-508 {
  font-weight: 508;
}

.font-weight-509 {
  font-weight: 509;
}

.font-weight-510 {
  font-weight: 510;
}

.font-weight-511 {
  font-weight: 511;
}

.font-weight-512 {
  font-weight: 512;
}

.font-weight-513 {
  font-weight: 513;
}

.font-weight-514 {
  font-weight: 514;
}

.font-weight-515 {
  font-weight: 515;
}

.font-weight-516 {
  font-weight: 516;
}

.font-weight-517 {
  font-weight: 517;
}

.font-weight-518 {
  font-weight: 518;
}

.font-weight-519 {
  font-weight: 519;
}

.font-weight-520 {
  font-weight: 520;
}

.font-weight-521 {
  font-weight: 521;
}

.font-weight-522 {
  font-weight: 522;
}

.font-weight-523 {
  font-weight: 523;
}

.font-weight-524 {
  font-weight: 524;
}

.font-weight-525 {
  font-weight: 525;
}

.font-weight-526 {
  font-weight: 526;
}

.font-weight-527 {
  font-weight: 527;
}

.font-weight-528 {
  font-weight: 528;
}

.font-weight-529 {
  font-weight: 529;
}

.font-weight-530 {
  font-weight: 530;
}

.font-weight-531 {
  font-weight: 531;
}

.font-weight-532 {
  font-weight: 532;
}

.font-weight-533 {
  font-weight: 533;
}

.font-weight-534 {
  font-weight: 534;
}

.font-weight-535 {
  font-weight: 535;
}

.font-weight-536 {
  font-weight: 536;
}

.font-weight-537 {
  font-weight: 537;
}

.font-weight-538 {
  font-weight: 538;
}

.font-weight-539 {
  font-weight: 539;
}

.font-weight-540 {
  font-weight: 540;
}

.font-weight-541 {
  font-weight: 541;
}

.font-weight-542 {
  font-weight: 542;
}

.font-weight-543 {
  font-weight: 543;
}

.font-weight-544 {
  font-weight: 544;
}

.font-weight-545 {
  font-weight: 545;
}

.font-weight-546 {
  font-weight: 546;
}

.font-weight-547 {
  font-weight: 547;
}

.font-weight-548 {
  font-weight: 548;
}

.font-weight-549 {
  font-weight: 549;
}

.font-weight-550 {
  font-weight: 550;
}

.font-weight-551 {
  font-weight: 551;
}

.font-weight-552 {
  font-weight: 552;
}

.font-weight-553 {
  font-weight: 553;
}

.font-weight-554 {
  font-weight: 554;
}

.font-weight-555 {
  font-weight: 555;
}

.font-weight-556 {
  font-weight: 556;
}

.font-weight-557 {
  font-weight: 557;
}

.font-weight-558 {
  font-weight: 558;
}

.font-weight-559 {
  font-weight: 559;
}

.font-weight-560 {
  font-weight: 560;
}

.font-weight-561 {
  font-weight: 561;
}

.font-weight-562 {
  font-weight: 562;
}

.font-weight-563 {
  font-weight: 563;
}

.font-weight-564 {
  font-weight: 564;
}

.font-weight-565 {
  font-weight: 565;
}

.font-weight-566 {
  font-weight: 566;
}

.font-weight-567 {
  font-weight: 567;
}

.font-weight-568 {
  font-weight: 568;
}

.font-weight-569 {
  font-weight: 569;
}

.font-weight-570 {
  font-weight: 570;
}

.font-weight-571 {
  font-weight: 571;
}

.font-weight-572 {
  font-weight: 572;
}

.font-weight-573 {
  font-weight: 573;
}

.font-weight-574 {
  font-weight: 574;
}

.font-weight-575 {
  font-weight: 575;
}

.font-weight-576 {
  font-weight: 576;
}

.font-weight-577 {
  font-weight: 577;
}

.font-weight-578 {
  font-weight: 578;
}

.font-weight-579 {
  font-weight: 579;
}

.font-weight-580 {
  font-weight: 580;
}

.font-weight-581 {
  font-weight: 581;
}

.font-weight-582 {
  font-weight: 582;
}

.font-weight-583 {
  font-weight: 583;
}

.font-weight-584 {
  font-weight: 584;
}

.font-weight-585 {
  font-weight: 585;
}

.font-weight-586 {
  font-weight: 586;
}

.font-weight-587 {
  font-weight: 587;
}

.font-weight-588 {
  font-weight: 588;
}

.font-weight-589 {
  font-weight: 589;
}

.font-weight-590 {
  font-weight: 590;
}

.font-weight-591 {
  font-weight: 591;
}

.font-weight-592 {
  font-weight: 592;
}

.font-weight-593 {
  font-weight: 593;
}

.font-weight-594 {
  font-weight: 594;
}

.font-weight-595 {
  font-weight: 595;
}

.font-weight-596 {
  font-weight: 596;
}

.font-weight-597 {
  font-weight: 597;
}

.font-weight-598 {
  font-weight: 598;
}

.font-weight-599 {
  font-weight: 599;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-601 {
  font-weight: 601;
}

.font-weight-602 {
  font-weight: 602;
}

.font-weight-603 {
  font-weight: 603;
}

.font-weight-604 {
  font-weight: 604;
}

.font-weight-605 {
  font-weight: 605;
}

.font-weight-606 {
  font-weight: 606;
}

.font-weight-607 {
  font-weight: 607;
}

.font-weight-608 {
  font-weight: 608;
}

.font-weight-609 {
  font-weight: 609;
}

.font-weight-610 {
  font-weight: 610;
}

.font-weight-611 {
  font-weight: 611;
}

.font-weight-612 {
  font-weight: 612;
}

.font-weight-613 {
  font-weight: 613;
}

.font-weight-614 {
  font-weight: 614;
}

.font-weight-615 {
  font-weight: 615;
}

.font-weight-616 {
  font-weight: 616;
}

.font-weight-617 {
  font-weight: 617;
}

.font-weight-618 {
  font-weight: 618;
}

.font-weight-619 {
  font-weight: 619;
}

.font-weight-620 {
  font-weight: 620;
}

.font-weight-621 {
  font-weight: 621;
}

.font-weight-622 {
  font-weight: 622;
}

.font-weight-623 {
  font-weight: 623;
}

.font-weight-624 {
  font-weight: 624;
}

.font-weight-625 {
  font-weight: 625;
}

.font-weight-626 {
  font-weight: 626;
}

.font-weight-627 {
  font-weight: 627;
}

.font-weight-628 {
  font-weight: 628;
}

.font-weight-629 {
  font-weight: 629;
}

.font-weight-630 {
  font-weight: 630;
}

.font-weight-631 {
  font-weight: 631;
}

.font-weight-632 {
  font-weight: 632;
}

.font-weight-633 {
  font-weight: 633;
}

.font-weight-634 {
  font-weight: 634;
}

.font-weight-635 {
  font-weight: 635;
}

.font-weight-636 {
  font-weight: 636;
}

.font-weight-637 {
  font-weight: 637;
}

.font-weight-638 {
  font-weight: 638;
}

.font-weight-639 {
  font-weight: 639;
}

.font-weight-640 {
  font-weight: 640;
}

.font-weight-641 {
  font-weight: 641;
}

.font-weight-642 {
  font-weight: 642;
}

.font-weight-643 {
  font-weight: 643;
}

.font-weight-644 {
  font-weight: 644;
}

.font-weight-645 {
  font-weight: 645;
}

.font-weight-646 {
  font-weight: 646;
}

.font-weight-647 {
  font-weight: 647;
}

.font-weight-648 {
  font-weight: 648;
}

.font-weight-649 {
  font-weight: 649;
}

.font-weight-650 {
  font-weight: 650;
}

.font-weight-651 {
  font-weight: 651;
}

.font-weight-652 {
  font-weight: 652;
}

.font-weight-653 {
  font-weight: 653;
}

.font-weight-654 {
  font-weight: 654;
}

.font-weight-655 {
  font-weight: 655;
}

.font-weight-656 {
  font-weight: 656;
}

.font-weight-657 {
  font-weight: 657;
}

.font-weight-658 {
  font-weight: 658;
}

.font-weight-659 {
  font-weight: 659;
}

.font-weight-660 {
  font-weight: 660;
}

.font-weight-661 {
  font-weight: 661;
}

.font-weight-662 {
  font-weight: 662;
}

.font-weight-663 {
  font-weight: 663;
}

.font-weight-664 {
  font-weight: 664;
}

.font-weight-665 {
  font-weight: 665;
}

.font-weight-666 {
  font-weight: 666;
}

.font-weight-667 {
  font-weight: 667;
}

.font-weight-668 {
  font-weight: 668;
}

.font-weight-669 {
  font-weight: 669;
}

.font-weight-670 {
  font-weight: 670;
}

.font-weight-671 {
  font-weight: 671;
}

.font-weight-672 {
  font-weight: 672;
}

.font-weight-673 {
  font-weight: 673;
}

.font-weight-674 {
  font-weight: 674;
}

.font-weight-675 {
  font-weight: 675;
}

.font-weight-676 {
  font-weight: 676;
}

.font-weight-677 {
  font-weight: 677;
}

.font-weight-678 {
  font-weight: 678;
}

.font-weight-679 {
  font-weight: 679;
}

.font-weight-680 {
  font-weight: 680;
}

.font-weight-681 {
  font-weight: 681;
}

.font-weight-682 {
  font-weight: 682;
}

.font-weight-683 {
  font-weight: 683;
}

.font-weight-684 {
  font-weight: 684;
}

.font-weight-685 {
  font-weight: 685;
}

.font-weight-686 {
  font-weight: 686;
}

.font-weight-687 {
  font-weight: 687;
}

.font-weight-688 {
  font-weight: 688;
}

.font-weight-689 {
  font-weight: 689;
}

.font-weight-690 {
  font-weight: 690;
}

.font-weight-691 {
  font-weight: 691;
}

.font-weight-692 {
  font-weight: 692;
}

.font-weight-693 {
  font-weight: 693;
}

.font-weight-694 {
  font-weight: 694;
}

.font-weight-695 {
  font-weight: 695;
}

.font-weight-696 {
  font-weight: 696;
}

.font-weight-697 {
  font-weight: 697;
}

.font-weight-698 {
  font-weight: 698;
}

.font-weight-699 {
  font-weight: 699;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-701 {
  font-weight: 701;
}

.font-weight-702 {
  font-weight: 702;
}

.font-weight-703 {
  font-weight: 703;
}

.font-weight-704 {
  font-weight: 704;
}

.font-weight-705 {
  font-weight: 705;
}

.font-weight-706 {
  font-weight: 706;
}

.font-weight-707 {
  font-weight: 707;
}

.font-weight-708 {
  font-weight: 708;
}

.font-weight-709 {
  font-weight: 709;
}

.font-weight-710 {
  font-weight: 710;
}

.font-weight-711 {
  font-weight: 711;
}

.font-weight-712 {
  font-weight: 712;
}

.font-weight-713 {
  font-weight: 713;
}

.font-weight-714 {
  font-weight: 714;
}

.font-weight-715 {
  font-weight: 715;
}

.font-weight-716 {
  font-weight: 716;
}

.font-weight-717 {
  font-weight: 717;
}

.font-weight-718 {
  font-weight: 718;
}

.font-weight-719 {
  font-weight: 719;
}

.font-weight-720 {
  font-weight: 720;
}

.font-weight-721 {
  font-weight: 721;
}

.font-weight-722 {
  font-weight: 722;
}

.font-weight-723 {
  font-weight: 723;
}

.font-weight-724 {
  font-weight: 724;
}

.font-weight-725 {
  font-weight: 725;
}

.font-weight-726 {
  font-weight: 726;
}

.font-weight-727 {
  font-weight: 727;
}

.font-weight-728 {
  font-weight: 728;
}

.font-weight-729 {
  font-weight: 729;
}

.font-weight-730 {
  font-weight: 730;
}

.font-weight-731 {
  font-weight: 731;
}

.font-weight-732 {
  font-weight: 732;
}

.font-weight-733 {
  font-weight: 733;
}

.font-weight-734 {
  font-weight: 734;
}

.font-weight-735 {
  font-weight: 735;
}

.font-weight-736 {
  font-weight: 736;
}

.font-weight-737 {
  font-weight: 737;
}

.font-weight-738 {
  font-weight: 738;
}

.font-weight-739 {
  font-weight: 739;
}

.font-weight-740 {
  font-weight: 740;
}

.font-weight-741 {
  font-weight: 741;
}

.font-weight-742 {
  font-weight: 742;
}

.font-weight-743 {
  font-weight: 743;
}

.font-weight-744 {
  font-weight: 744;
}

.font-weight-745 {
  font-weight: 745;
}

.font-weight-746 {
  font-weight: 746;
}

.font-weight-747 {
  font-weight: 747;
}

.font-weight-748 {
  font-weight: 748;
}

.font-weight-749 {
  font-weight: 749;
}

.font-weight-750 {
  font-weight: 750;
}

.font-weight-751 {
  font-weight: 751;
}

.font-weight-752 {
  font-weight: 752;
}

.font-weight-753 {
  font-weight: 753;
}

.font-weight-754 {
  font-weight: 754;
}

.font-weight-755 {
  font-weight: 755;
}

.font-weight-756 {
  font-weight: 756;
}

.font-weight-757 {
  font-weight: 757;
}

.font-weight-758 {
  font-weight: 758;
}

.font-weight-759 {
  font-weight: 759;
}

.font-weight-760 {
  font-weight: 760;
}

.font-weight-761 {
  font-weight: 761;
}

.font-weight-762 {
  font-weight: 762;
}

.font-weight-763 {
  font-weight: 763;
}

.font-weight-764 {
  font-weight: 764;
}

.font-weight-765 {
  font-weight: 765;
}

.font-weight-766 {
  font-weight: 766;
}

.font-weight-767 {
  font-weight: 767;
}

.font-weight-768 {
  font-weight: 768;
}

.font-weight-769 {
  font-weight: 769;
}

.font-weight-770 {
  font-weight: 770;
}

.font-weight-771 {
  font-weight: 771;
}

.font-weight-772 {
  font-weight: 772;
}

.font-weight-773 {
  font-weight: 773;
}

.font-weight-774 {
  font-weight: 774;
}

.font-weight-775 {
  font-weight: 775;
}

.font-weight-776 {
  font-weight: 776;
}

.font-weight-777 {
  font-weight: 777;
}

.font-weight-778 {
  font-weight: 778;
}

.font-weight-779 {
  font-weight: 779;
}

.font-weight-780 {
  font-weight: 780;
}

.font-weight-781 {
  font-weight: 781;
}

.font-weight-782 {
  font-weight: 782;
}

.font-weight-783 {
  font-weight: 783;
}

.font-weight-784 {
  font-weight: 784;
}

.font-weight-785 {
  font-weight: 785;
}

.font-weight-786 {
  font-weight: 786;
}

.font-weight-787 {
  font-weight: 787;
}

.font-weight-788 {
  font-weight: 788;
}

.font-weight-789 {
  font-weight: 789;
}

.font-weight-790 {
  font-weight: 790;
}

.font-weight-791 {
  font-weight: 791;
}

.font-weight-792 {
  font-weight: 792;
}

.font-weight-793 {
  font-weight: 793;
}

.font-weight-794 {
  font-weight: 794;
}

.font-weight-795 {
  font-weight: 795;
}

.font-weight-796 {
  font-weight: 796;
}

.font-weight-797 {
  font-weight: 797;
}

.font-weight-798 {
  font-weight: 798;
}

.font-weight-799 {
  font-weight: 799;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-801 {
  font-weight: 801;
}

.font-weight-802 {
  font-weight: 802;
}

.font-weight-803 {
  font-weight: 803;
}

.font-weight-804 {
  font-weight: 804;
}

.font-weight-805 {
  font-weight: 805;
}

.font-weight-806 {
  font-weight: 806;
}

.font-weight-807 {
  font-weight: 807;
}

.font-weight-808 {
  font-weight: 808;
}

.font-weight-809 {
  font-weight: 809;
}

.font-weight-810 {
  font-weight: 810;
}

.font-weight-811 {
  font-weight: 811;
}

.font-weight-812 {
  font-weight: 812;
}

.font-weight-813 {
  font-weight: 813;
}

.font-weight-814 {
  font-weight: 814;
}

.font-weight-815 {
  font-weight: 815;
}

.font-weight-816 {
  font-weight: 816;
}

.font-weight-817 {
  font-weight: 817;
}

.font-weight-818 {
  font-weight: 818;
}

.font-weight-819 {
  font-weight: 819;
}

.font-weight-820 {
  font-weight: 820;
}

.font-weight-821 {
  font-weight: 821;
}

.font-weight-822 {
  font-weight: 822;
}

.font-weight-823 {
  font-weight: 823;
}

.font-weight-824 {
  font-weight: 824;
}

.font-weight-825 {
  font-weight: 825;
}

.font-weight-826 {
  font-weight: 826;
}

.font-weight-827 {
  font-weight: 827;
}

.font-weight-828 {
  font-weight: 828;
}

.font-weight-829 {
  font-weight: 829;
}

.font-weight-830 {
  font-weight: 830;
}

.font-weight-831 {
  font-weight: 831;
}

.font-weight-832 {
  font-weight: 832;
}

.font-weight-833 {
  font-weight: 833;
}

.font-weight-834 {
  font-weight: 834;
}

.font-weight-835 {
  font-weight: 835;
}

.font-weight-836 {
  font-weight: 836;
}

.font-weight-837 {
  font-weight: 837;
}

.font-weight-838 {
  font-weight: 838;
}

.font-weight-839 {
  font-weight: 839;
}

.font-weight-840 {
  font-weight: 840;
}

.font-weight-841 {
  font-weight: 841;
}

.font-weight-842 {
  font-weight: 842;
}

.font-weight-843 {
  font-weight: 843;
}

.font-weight-844 {
  font-weight: 844;
}

.font-weight-845 {
  font-weight: 845;
}

.font-weight-846 {
  font-weight: 846;
}

.font-weight-847 {
  font-weight: 847;
}

.font-weight-848 {
  font-weight: 848;
}

.font-weight-849 {
  font-weight: 849;
}

.font-weight-850 {
  font-weight: 850;
}

.font-weight-851 {
  font-weight: 851;
}

.font-weight-852 {
  font-weight: 852;
}

.font-weight-853 {
  font-weight: 853;
}

.font-weight-854 {
  font-weight: 854;
}

.font-weight-855 {
  font-weight: 855;
}

.font-weight-856 {
  font-weight: 856;
}

.font-weight-857 {
  font-weight: 857;
}

.font-weight-858 {
  font-weight: 858;
}

.font-weight-859 {
  font-weight: 859;
}

.font-weight-860 {
  font-weight: 860;
}

.font-weight-861 {
  font-weight: 861;
}

.font-weight-862 {
  font-weight: 862;
}

.font-weight-863 {
  font-weight: 863;
}

.font-weight-864 {
  font-weight: 864;
}

.font-weight-865 {
  font-weight: 865;
}

.font-weight-866 {
  font-weight: 866;
}

.font-weight-867 {
  font-weight: 867;
}

.font-weight-868 {
  font-weight: 868;
}

.font-weight-869 {
  font-weight: 869;
}

.font-weight-870 {
  font-weight: 870;
}

.font-weight-871 {
  font-weight: 871;
}

.font-weight-872 {
  font-weight: 872;
}

.font-weight-873 {
  font-weight: 873;
}

.font-weight-874 {
  font-weight: 874;
}

.font-weight-875 {
  font-weight: 875;
}

.font-weight-876 {
  font-weight: 876;
}

.font-weight-877 {
  font-weight: 877;
}

.font-weight-878 {
  font-weight: 878;
}

.font-weight-879 {
  font-weight: 879;
}

.font-weight-880 {
  font-weight: 880;
}

.font-weight-881 {
  font-weight: 881;
}

.font-weight-882 {
  font-weight: 882;
}

.font-weight-883 {
  font-weight: 883;
}

.font-weight-884 {
  font-weight: 884;
}

.font-weight-885 {
  font-weight: 885;
}

.font-weight-886 {
  font-weight: 886;
}

.font-weight-887 {
  font-weight: 887;
}

.font-weight-888 {
  font-weight: 888;
}

.font-weight-889 {
  font-weight: 889;
}

.font-weight-890 {
  font-weight: 890;
}

.font-weight-891 {
  font-weight: 891;
}

.font-weight-892 {
  font-weight: 892;
}

.font-weight-893 {
  font-weight: 893;
}

.font-weight-894 {
  font-weight: 894;
}

.font-weight-895 {
  font-weight: 895;
}

.font-weight-896 {
  font-weight: 896;
}

.font-weight-897 {
  font-weight: 897;
}

.font-weight-898 {
  font-weight: 898;
}

.font-weight-899 {
  font-weight: 899;
}

.font-weight-900 {
  font-weight: 900;
}

.text-small {
  font-size: .75rem;
}

.p-readable {
  max-width: 650px;
}

.section-info {
  font-size: 14px;
  color: #bbb;
}

.heading {
  color: #636c83;
  font-weight: 700;
}

.br {
  margin: 10px 0;
}

.text-mute {
  color: #bbb;
}

.display-content {
  margin: 20px 0;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.t-font-bold {
  font-weight: 500 !important;
}

.t-font-bolder {
  font-weight: 600 !important;
}

.t-font-boldest {
  font-weight: 700 !important;
}

.t-font-u {
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #bbb;
}

a.typo_link {
  position: relative;
}

a.typo_link:hover {
  color: #3F51B5;
}

a.typo_link:hover:after {
  width: 100%;
}

a.typo_link:after {
  display: block;
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -4px;
  transition: width 0.3s ease;
}

a.typo_link.text-primary:after {
  background-color: #15AABF;
}

a.typo_link.text-secondary:after {
  background-color: #EEEEEE;
}

a.typo_link.text-success:after {
  background-color: #00B688;
}

a.typo_link.text-info:after {
  background-color: #15AABF;
}

a.typo_link.text-warning:after {
  background-color: #ffc107;
}

a.typo_link.text-danger:after {
  background-color: #DD0000;
}

a.typo_link.text-light:after {
  background-color: #eee;
}

a.typo_link.text-dark:after {
  background-color: #545c6e;
}

a.typo_link.text-gray-100:after {
  background-color: #f8f9fa;
}

a.typo_link.text-gray-200:after {
  background-color: #eee;
}

a.typo_link.text-gray-300:after {
  background-color: #dee2e6;
}

a.typo_link.text-gray-400:after {
  background-color: #ced4da;
}

a.typo_link.text-gray-500:after {
  background-color: #bbb;
}

a.typo_link.text-gray-600:after {
  background-color: #7a839a;
}

a.typo_link.text-gray-700:after {
  background-color: #6e7891;
}

a.typo_link.text-gray-800:after {
  background-color: #5c657a;
}

a.typo_link.text-gray-900:after {
  background-color: #545c6e;
}

.divider {
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider > span:first-child {
  width: 100%;
  height: 1px;
  background: #eee;
  display: inline-block;
  flex: 1;
}

.divider > span:last-child {
  width: 100%;
  height: 1px;
  background: #eee;
  display: inline-block;
  flex: 1;
}

.divider > span:not(:first-child):not(:last-child) {
  padding: 0 2rem;
}

.box-shadow-1 {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}

.box-shadow-2 {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.24), 0 1px 6px rgba(0, 0, 0, 0.04);
}

.layout-sidebar-large .main-header {
  position: fixed;
  width: 100%;
  height: 80px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ffffff;
  z-index: 100;
}

.layout-sidebar-large .main-header .menu-toggle {
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 12px;
}

.layout-sidebar-large .main-header .menu-toggle div {
  width: 24px;
  height: 1px;
  background: #545c6e;
  margin: 3px 0;
}

.layout-sidebar-large .main-header .search-bar {
  display: flex;
  align-items: center;
  justify-content: left;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 20px;
  position: relative;
  width: 230px;
  height: 40px;
}

.layout-sidebar-large .main-header .search-bar input {
  background: transparent;
  border: 0;
  color: #212121;
  font-size: .8rem;
  line-height: 2;
  height: 100%;
  outline: initial !important;
  padding: .5rem 1rem;
  width: calc(100% - 32px);
}

.layout-sidebar-large .main-header .search-bar .search-icon {
  font-size: 18px;
  width: 24px;
  display: inline-block;
}

.layout-sidebar-large .main-header .logo {
  width: 150px;
}

.layout-sidebar-large .main-header .logo img {
  width: auto;
  height: 3.75rem;
  margin: 0 auto;
  display: block;
}

.layout-sidebar-large .main-header .header-icon {
  font-size: 19px;
  cursor: pointer;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  margin: 0 2px;
}

.layout-sidebar-large .main-header .header-icon:hover {
  background: #f8f9fa;
}

.layout-sidebar-large .main-header .header-icon.dropdown-toggle:after {
  display: none;
}

.layout-sidebar-large .main-header .header-part-right {
  display: flex;
  align-items: center;
}

.layout-sidebar-large .main-header .header-part-right .user {
  margin-right: 2rem;
}

.layout-sidebar-large .main-header .header-part-right .user img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.layout-sidebar-large .main-header .notification-dropdown {
  padding: 0;
  max-height: 260px;
  cursor: pointer;
}

.layout-sidebar-large .main-header .notification-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0;
  height: 72px;
  border-bottom: 1px solid #dee2e6;
}

.layout-sidebar-large .main-header .notification-dropdown .dropdown-item .notification-icon {
  background: #eee;
  height: 100%;
  width: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout-sidebar-large .main-header .notification-dropdown .dropdown-item .notification-icon i {
  font-size: 18px;
}

.layout-sidebar-large .main-header .notification-dropdown .dropdown-item .notification-details {
  padding: .25rem .75rem;
}

.layout-sidebar-large .main-header .notification-dropdown .dropdown-item:active {
  color: inherit;
  background: inherit;
}

@media (max-width: 991px) {
  .layout-sidebar-large .main-header .search-bar {
    width: 180px;
  }

  .layout-sidebar-large .main-header .menu-toggle {
    width: 24px;
    margin-right: 36px;
  }
}

@media (max-width: 767px) {
  .layout-sidebar-large .main-header .search-bar {
    display: none;
  }

  .layout-sidebar-large .main-header .menu-toggle {
    width: 24px;
    margin-right: 36px;
  }
}

@media (max-width: 576px) {
  .layout-sidebar-large .main-header {
    height: 70px;
    padding: 0 1.5rem;
  }

  .layout-sidebar-large .main-header .logo {
    width: 60px;
  }

  .layout-sidebar-large .main-header .search-bar {
    display: none;
  }

  .layout-sidebar-large .main-header .menu-toggle {
    width: 60px;
  }

  .layout-sidebar-large .main-header .header-part-right .user {
    margin-right: 0;
    padding-right: 0;
  }

  .layout-sidebar-large .notification-dropdown {
    left: -0px !important;
  }
}

@media (max-width: 360px) {
  .layout-sidebar-large .main-header .menu-toggle {
    margin: 0;
  }
}

.app-admin-wrap {
  width: 100%;
}

.main-content-wrap {
  width: 100%;
  float: right;
  margin-top: 80px;
  transition: all .24s ease-in-out;
  padding: 2rem 2rem 0;
  position: relative;
  min-height: calc(100vh - 80px);
  background: #F5F6FA;
}

.main-content-wrap.sidenav-open {
  width: calc(100% - 150px);
}

.layout-sidebar-large .sidebar-left-secondary,
.layout-sidebar-large .sidebar-left {
  position: fixed;
  top: 80px;
  height: calc(100vh - 80px);
  background: #ffffff;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}

.layout-sidebar-large .sidebar-left {
  left: calc(-150px - 20px);
  z-index: 90;
  transition: all .24s ease-in-out;
}

.layout-sidebar-large .sidebar-left.open {
  left: 0;
  min-width: 9.375rem;
}

.layout-sidebar-large .sidebar-left .logo {
  display: none;
}

.layout-sidebar-large .sidebar-left .navigation-left {
  list-style: none;
  text-align: center;
  width: 150px;
  height: 100%;
  margin: 0;
  padding: 0;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item {
  position: relative;
  display: block;
  width: 100%;
  color: #424857;
  cursor: pointer;
  border-bottom: 1px solid #dee2e6;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item:focus,
.layout-sidebar-large .sidebar-left .navigation-left .nav-item:active {
  outline: none;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.lvl1 {
  text-align: center;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active {
  color: #15AABF;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
  color: #15AABF;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #545c6e;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:focus,
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:active {
  outline: none;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon,
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .feather {
  font-size: 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin: 0 auto 6px;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-text {
  font-size: 13px;
  display: block;
  font-weight: 400;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold a {
  color: #424857;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #15AABF transparent;
}

.layout-sidebar-large .sidebar-left-secondary {
  left: calc(-220px - 20px);
  z-index: 89;
  width: 220px;
  padding: .75rem 0;
  transition: all .24s ease-in-out;
  background: #ffffff;
}

.layout-sidebar-large .sidebar-left-secondary.open {
  left: 150px;
}

.layout-sidebar-large .sidebar-left-secondary header {
  display: none;
}

.layout-sidebar-large .sidebar-left-secondary .childNav {
  list-style: none;
  padding: 0;
  display: none;
}

.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item {
  display: block;
}

.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a {
  color: #424857;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  padding: 12px 24px;
  transition: .15s all ease-in;
}

.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a:hover {
  background: #eee;
}

.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a.open {
  color: #15AABF;
}

.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
  font-size: 18px;
  margin-right: 8px;
  vertical-align: middle;
  color: #7a839a;
}

.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .item-name {
  vertical-align: middle;
  font-weight: 400;
}

.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a .dd-arrow {
  margin-left: auto;
  font-size: 11px;
  transition: all .3s ease-in;
}

.layout-sidebar-large .sidebar-left-secondary > .childNav {
  margin: 0;
}

.layout-sidebar-large .sidebar-left-secondary li.nav-item.open > div > a > .dd-arrow {
  transform: rotate(90deg);
}

.layout-sidebar-large .sidebar-left-secondary li.nav-item.open > div > .childNav {
  max-height: 1000px;
  overflow: visible;
}

.layout-sidebar-large .sidebar-left-secondary li.nav-item > div > a > .dd-arrow {
  transition: all .4s ease-in-out;
}

.layout-sidebar-large .sidebar-left-secondary li.nav-item > div > .childNav {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: all .4s ease-in-out;
}

.layout-sidebar-large .sidebar-left-secondary li.nav-item > div > .childNav li.nav-item a {
  padding: 12px 12px 12px 50px;
}

.layout-sidebar-large .sidebar-overlay {
  display: none;
  position: fixed;
  width: calc(100% - 150px - 220px);
  height: calc(100vh - 80px);
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 101;
  cursor: w-resize;
}

.layout-sidebar-large .sidebar-overlay.open {
  display: block;
}

.module-loader {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}

.module-loader .loader,
.module-loader .spinner {
  position: fixed;
  top: 45%;
  left: calc(50% + 56px);
  z-index: inherit;
}

@media (max-width: 576px) {
  .main-content-wrap {
    padding: 1.5rem;
  }

  .main-content-wrap.sidenav-open {
    width: 100%;
  }

  .main-content-wrap {
    margin-top: 70px;
  }

  .sidebar-left-secondary,
  .sidebar-left {
    top: 70px !important;
    height: calc(100vh - 70px);
  }

  .sidebar-left {
    left: calc(-90px - 20px);
  }

  .sidebar-left .navigation-left {
    width: 90px;
  }

  .sidebar-left .navigation-left .nav-item.active .triangle {
    border-width: 0 0 24px 24px;
  }

  .sidebar-left .navigation-left .nav-item .nav-item-hold {
    padding: 16px 0;
  }

  .sidebar-left-secondary {
    left: calc(-190px - 20px);
    width: 190px;
  }

  .sidebar-left-secondary.open {
    left: 90px;
  }

  .sidebar-overlay {
    height: calc(100vh - 70px);
  }
}

/*
[dir="rtl"] {
    .layout-sidebar-large {
        .sidebar-left {
            left: auto !important;
            right: calc(-150px - 20px);
            &.open {
                left: auto !important;
                right: 0;
            }
            .navigation-left .nav-item .triangle {
                transform: rotate(90deg);
                right: auto;
                left: 0;
            }
        }
        .sidebar-left-secondary {
            left: auto !important;
            right: calc(-220px - 20px);
            &.open {
                left: auto !important;
                right: $sidebar-left-width;
            }
            .childNav li.nav-item a {
                .dd-arrow {
                    margin-left: unset !important;
                    margin-right: auto;
                }
                .nav-icon {
                    margin-left: 8px;
                    margin-right: 0;
                }
            }
        }
        .main-content-wrap {
            float: left;
        }
        .sidebar-overlay {
            right: auto !important;
            left: 0;
            cursor: e-resize;
        }
    }
}*/

.sidebar-nav {
  background: #212529;
}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #ffffff;
}

.sidebar-nav .metismenu {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.sidebar-nav .metismenu li + li {
  margin-top: 5px;
}

.sidebar-nav .metismenu li:first-child,
.sidebar-nav .metismenu li:last-child {
  margin-top: 5px;
}

.sidebar-nav .metismenu > li {
  /*-webkit-box-flex: 1;
            -ms-flex: 1 1 0%;
            flex: 1 1 0%;*/
  display: flex;
  flex-direction: column;
  position: relative;
}

.sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 13px 8px;
  color: #292f40;
  outline-width: 0;
  transition: all .3s ease-out;
}

.sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 30px;
}

.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active {
  color: #f8f9fa;
  text-decoration: none;
  background: #15AABF;
}

.sidebar-nav .metismenu li ul {
  display: none;
  position: absolute;
  left: 100%;
  min-width: 200px;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.sidebar-nav .metismenu li:hover ul {
  display: block;
}

.layout-horizontal-bar .main-content-wrap {
  width: 100%;
  float: right;
  margin-top: 80px;
  transition: all .24s ease-in-out;
  padding: 2rem 2rem 0;
  position: relative;
  min-height: calc(100vh - 160px);
  background: #fff;
}

.layout-horizontal-bar .main-header {
  position: fixed;
  width: 100%;
  height: 80px;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ffffff;
  z-index: 100;
}

.layout-horizontal-bar .main-header .menu-toggle {
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 12px;
  display: none;
}

.layout-horizontal-bar .main-header .menu-toggle div {
  width: 24px;
  height: 1px;
  background: #545c6e;
  margin: 3px 0;
}

.layout-horizontal-bar .main-header .search-bar {
  display: flex;
  align-items: center;
  justify-content: left;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 20px;
  position: relative;
  width: 230px;
  height: 40px;
}

.layout-horizontal-bar .main-header .search-bar input {
  background: transparent;
  border: 0;
  color: #212121;
  font-size: .8rem;
  line-height: 2;
  height: 100%;
  outline: initial !important;
  padding: .5rem 1rem;
  width: calc(100% - 32px);
}

.layout-horizontal-bar .main-header .search-bar .search-icon {
  font-size: 18px;
  width: 24px;
  display: inline-block;
}

.layout-horizontal-bar .main-header .logo {
  width: 150px;
}

.layout-horizontal-bar .main-header .logo img {
  width: auto;
  height: 3.75rem;
  margin: 0 auto;
  display: block;
}

.layout-horizontal-bar .main-header .header-icon {
  font-size: 19px;
  cursor: pointer;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  margin: 0 2px;
}

.layout-horizontal-bar .main-header .header-icon:hover {
  background: #f8f9fa;
}

.layout-horizontal-bar .main-header .header-icon.dropdown-toggle:after {
  display: none;
}

.layout-horizontal-bar .main-header .header-part-right {
  display: flex;
  align-items: center;
}

.layout-horizontal-bar .main-header .header-part-right .user {
  margin-right: 2rem;
}

.layout-horizontal-bar .main-header .header-part-right .user img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.layout-horizontal-bar .main-header .notification-dropdown {
  padding: 0;
  max-height: 260px;
  cursor: pointer;
}

.layout-horizontal-bar .main-header .notification-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0;
  height: 72px;
  border-bottom: 1px solid #dee2e6;
}

.layout-horizontal-bar .main-header .notification-dropdown .dropdown-item .notification-icon {
  background: #eee;
  height: 100%;
  width: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout-horizontal-bar .main-header .notification-dropdown .dropdown-item .notification-icon i {
  font-size: 18px;
}

.layout-horizontal-bar .main-header .notification-dropdown .dropdown-item .notification-details {
  padding: .25rem .75rem;
}

.layout-horizontal-bar .main-header .notification-dropdown .dropdown-item:active {
  color: inherit;
  background: inherit;
}

@media (max-width: 991px) {
  .layout-horizontal-bar .main-header .search-bar {
    width: 180px;
  }

  .layout-horizontal-bar .main-header .menu-toggle {
    width: 24px;
    margin-right: 36px;
  }
}

@media (max-width: 767px) {
  .layout-horizontal-bar .main-header .search-bar {
    display: none;
  }

  .layout-horizontal-bar .main-header .menu-toggle {
    width: 24px;
    margin-right: 36px;
    display: block;
  }

  .layout-horizontal-bar .main-content-wrap {
    width: 100%;
    float: right;
    margin-top: 80px;
    transition: all .24s ease-in-out;
    padding: 2rem 2rem 0;
    position: relative;
    min-height: calc(100vh - 160px);
    background: #fff;
  }

  .layout-horizontal-bar .header-topnav.open {
    left: 0px;
  }
}

@media (max-width: 576px) {
  .layout-horizontal-bar .main-header {
    height: 70px;
    padding: 0 1.5rem;
  }

  .layout-horizontal-bar .main-header .logo {
    width: 60px;
  }

  .layout-horizontal-bar .main-header .search-bar {
    display: none;
  }

  .layout-horizontal-bar .main-header .menu-toggle {
    width: 60px;
  }

  .layout-horizontal-bar .main-header .header-part-right .user {
    margin-right: 0;
    padding-right: 0;
  }

  .layout-horizontal-bar .notification-dropdown {
    left: -0px !important;
  }
}

@media (max-width: 360px) {
  .layout-horizontal-bar .main-header .menu-toggle {
    margin: 0;
  }
}

.logo img {
  max-height: 4.6875rem;
}

.app-admin-wrap {
  width: 100%;
}

.main-content-wrap {
  width: 100%;
  float: right;
  margin-top: 80px;
  transition: all .24s ease-in-out;
  padding: 2rem 2rem 0;
  position: relative;
  min-height: calc(100vh - 80px);
  background: #F5F6FA;
}

.main-content-wrap.sidenav-open {
  width: calc(100% - 150px);
}

.module-loader {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}

.module-loader .loader,
.module-loader .spinner {
  position: fixed;
  top: 45%;
  left: calc(50% + 56px);
  z-index: inherit;
}

@media (max-width: 576px) {
  .main-content-wrap {
    padding: 1.5rem;
  }

  .main-content-wrap.sidenav-open {
    width: 100%;
  }

  .main-content-wrap {
    margin-top: 70px;
  }
}

[dir="rtl"] .layout-horizontal-bar .sidebar-left {
  left: auto !important;
  right: calc(-150px - 20px);
}

[dir="rtl"] .layout-horizontal-bar .sidebar-left.open {
  left: auto !important;
  right: 0;
}

[dir="rtl"] .layout-horizontal-bar .sidebar-left .navigation-left .nav-item .triangle {
  transform: rotate(90deg);
  right: auto;
  left: 0;
}

[dir="rtl"] .layout-horizontal-bar .sidebar-left-secondary {
  left: auto !important;
  right: calc(-220px - 20px);
}

[dir="rtl"] .layout-horizontal-bar .sidebar-left-secondary.open {
  left: auto !important;
  right: 150px;
}

[dir="rtl"] .layout-horizontal-bar .sidebar-left-secondary .childNav li.nav-item a .dd-arrow {
  margin-left: unset !important;
  margin-right: auto;
}

[dir="rtl"] .layout-horizontal-bar .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
  margin-left: 8px;
  margin-right: 0;
}

[dir="rtl"] .layout-horizontal-bar .main-content-wrap {
  float: left;
}

[dir="rtl"] .layout-horizontal-bar .sidebar-overlay {
  right: auto !important;
  left: 0;
  cursor: e-resize;
}

.app-footer {
  margin-top: 2rem;
  background: #f8f9fa;
  padding: 1.25rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.app-footer .footer-bottom {
  width: 100%;
}

.app-footer .footer-bottom .logo {
  width: 3rem;
  height: auto;
  margin: 4px;
}

.sidebar-left-secondary .childNav li.nav-item.open > a {
  background: #eee;
}

.sidebar-left-secondary .childNav li.nav-item.open > a > .dd-arrow {
  transform: rotate(90deg);
}

.sidebar-left-secondary .childNav li.nav-item.open > .submenu {
  max-height: 1000px;
}

.sidebar-left-secondary .childNav li.nav-item .submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.sidebar-left-secondary .childNav li.nav-item .submenu > li a {
  padding-left: 50px;
}

[dir="rtl"] .notification-dropdown .dropdown-item .notification-details {
  text-align: right;
}

[dir="rtl"] .main-header .user {
  margin-left: 2rem;
  margin-right: 0;
}

[role="tab"] .btn {
  width: 100%;
  text-align: left;
}

[role="tab"] .btn:hover,
[role="tab"] .btn:focus {
  text-decoration: none;
}

.accordion > .card {
  overflow: hidden;
}

.avatar-sm {
  width: 36px;
  height: 36px;
}

.avatar-md {
  width: 54px;
  height: 54px;
}

.avatar-lg {
  width: 80px;
  height: 80px;
}

.avatar-sm-table {
  width: 20px;
  height: 20px;
}

.border-bottom-primary {
  border-bottom: 1px solid #15AABF;
}

.border-bottom-secondary {
  border-bottom: 1px solid #EEEEEE;
}

.border-bottom-success {
  border-bottom: 1px solid #00B688;
}

.border-bottom-info {
  border-bottom: 1px solid #15AABF;
}

.border-bottom-warning {
  border-bottom: 1px solid #ffc107;
}

.border-bottom-danger {
  border-bottom: 1px solid #DD0000;
}

.border-bottom-light {
  border-bottom: 1px solid #eee;
}

.border-bottom-dark {
  border-bottom: 1px solid #545c6e;
}

.border-bottom-gray-100 {
  border-bottom: 1px solid #f8f9fa;
}

.border-bottom-gray-200 {
  border-bottom: 1px solid #eee;
}

.border-bottom-gray-300 {
  border-bottom: 1px solid #dee2e6;
}

.border-bottom-gray-400 {
  border-bottom: 1px solid #ced4da;
}

.border-bottom-gray-500 {
  border-bottom: 1px solid #bbb;
}

.border-bottom-gray-600 {
  border-bottom: 1px solid #7a839a;
}

.border-bottom-gray-700 {
  border-bottom: 1px solid #6e7891;
}

.border-bottom-gray-800 {
  border-bottom: 1px solid #5c657a;
}

.border-bottom-gray-900 {
  border-bottom: 1px solid #545c6e;
}

.border-bottom-dotted-primary {
  border-bottom: 1px dotted #15AABF;
}

.border-bottom-dotted-secondary {
  border-bottom: 1px dotted #EEEEEE;
}

.border-bottom-dotted-success {
  border-bottom: 1px dotted #00B688;
}

.border-bottom-dotted-info {
  border-bottom: 1px dotted #15AABF;
}

.border-bottom-dotted-warning {
  border-bottom: 1px dotted #ffc107;
}

.border-bottom-dotted-danger {
  border-bottom: 1px dotted #DD0000;
}

.border-bottom-dotted-light {
  border-bottom: 1px dotted #eee;
}

.border-bottom-dotted-dark {
  border-bottom: 1px dotted #545c6e;
}

.border-bottom-dotted-gray-100 {
  border-bottom: 1px dotted #f8f9fa;
}

.border-bottom-dotted-gray-200 {
  border-bottom: 1px dotted #eee;
}

.border-bottom-dotted-gray-300 {
  border-bottom: 1px dotted #dee2e6;
}

.border-bottom-dotted-gray-400 {
  border-bottom: 1px dotted #ced4da;
}

.border-bottom-dotted-gray-500 {
  border-bottom: 1px dotted #bbb;
}

.border-bottom-dotted-gray-600 {
  border-bottom: 1px dotted #7a839a;
}

.border-bottom-dotted-gray-700 {
  border-bottom: 1px dotted #6e7891;
}

.border-bottom-dotted-gray-800 {
  border-bottom: 1px dotted #5c657a;
}

.border-bottom-dotted-gray-900 {
  border-bottom: 1px dotted #545c6e;
}

.card,
.toolbar {
  border: 1px solid #eeeeee;
}

.card.card-toolbar,
.toolbar.card-toolbar {
  margin: 0 0 1.25rem 0;
  padding: 0.3125rem;
  z-index: 9;
}

.card.card-toolbar .card-body,
.toolbar.card-toolbar .card-body {
  padding: 0;
}

.card-header,
.card-footer {
  border-color: rgba(0, 0, 0, 0.03);
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6,
.card-footer h1,
.card-footer h2,
.card-footer h3,
.card-footer h4,
.card-footer h5,
.card-footer h6 {
  margin: 0;
}

.card-title {
  line-height: 1.25;
  font-size: 1.25rem;
}

.card-img-overlay * {
  position: relative;
  z-index: 1;
}

.card-img-overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.36);
  z-index: 0;
}

.card-img-overlay .separator {
  width: 35px;
  margin: auto;
}

.card-img-overlay .card-footer {
  position: absolute;
  bottom: 16px;
  left: 20px;
  border: 0;
  background: transparent;
}

.card-img-overlay .card-footer [class^="fa-"] {
  font-size: .875rem;
  vertical-align: text-bottom;
}

.card-icon .card-body {
  padding: 2rem .5rem;
}

.card-icon [class^="i-"] {
  font-size: 32px;
}

.card-icon [class^="i-"],
.card-icon .lead {
  color: #15AABF;
}

.card-icon-big .card-body {
  padding: 2rem .5rem;
}

.card-icon-big [class^="i-"] {
  font-size: 48px;
}

.card-icon-big [class^="i-"] {
  color: rgba(21, 170, 191, 0.6);
}

.card-icon-bg {
  position: relative;
  z-index: 1;
}

.card-icon-bg .card-body {
  display: flex;
}

.card-icon-bg .card-body .content {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 70px;
}

.card-icon-bg [class^="fa"] {
  font-size: 4rem;
  color: rgba(238, 238, 238, 0.28);
}

.card-icon-bg .lead {
  line-height: 1;
}

.card-icon-bg-primary [class^="i-"] {
  color: rgba(21, 170, 191, 0.28);
}

.card-icon-bg-secondary [class^="i-"] {
  color: rgba(238, 238, 238, 0.28);
}

.card-icon-bg-success [class^="i-"] {
  color: rgba(0, 182, 136, 0.28);
}

.card-icon-bg-info [class^="i-"] {
  color: rgba(21, 170, 191, 0.28);
}

.card-icon-bg-warning [class^="i-"] {
  color: rgba(255, 193, 7, 0.28);
}

.card-icon-bg-danger [class^="i-"] {
  color: rgba(221, 0, 0, 0.28);
}

.card-icon-bg-light [class^="i-"] {
  color: rgba(238, 238, 238, 0.28);
}

.card-icon-bg-dark [class^="i-"] {
  color: rgba(84, 92, 110, 0.28);
}

.card-icon-bg-gray-100 [class^="i-"] {
  color: rgba(248, 249, 250, 0.28);
}

.card-icon-bg-gray-200 [class^="i-"] {
  color: rgba(238, 238, 238, 0.28);
}

.card-icon-bg-gray-300 [class^="i-"] {
  color: rgba(222, 226, 230, 0.28);
}

.card-icon-bg-gray-400 [class^="i-"] {
  color: rgba(206, 212, 218, 0.28);
}

.card-icon-bg-gray-500 [class^="i-"] {
  color: rgba(187, 187, 187, 0.28);
}

.card-icon-bg-gray-600 [class^="i-"] {
  color: rgba(122, 131, 154, 0.28);
}

.card-icon-bg-gray-700 [class^="i-"] {
  color: rgba(110, 120, 145, 0.28);
}

.card-icon-bg-gray-800 [class^="i-"] {
  color: rgba(92, 101, 122, 0.28);
}

.card-icon-bg-gray-900 [class^="i-"] {
  color: rgba(84, 92, 110, 0.28);
}

.card-profile-1 .avatar {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
}

.card-ecommerce-1 .card-body [class^="i-"] {
  display: block;
  font-size: 78px;
  color: #15AABF;
}

.card-ecommerce-2 .row {
  margin: 0;
}

.card-ecommerce-2 .card-action,
.card-ecommerce-2 .col {
  padding: 1rem;
}

.card-ecommerce-2 .card-action {
  position: relative;
  display: flex;
  align-items: center;
}

.card-ecommerce-2 .card-action .icon {
  font-size: 22px;
  height: 24px;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  margin: 0 8px;
  cursor: pointer;
}

.card-ecommerce-2 .card-action:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(84, 92, 110, 0.1);
}

.card-ecommerce-3 .card-img-left {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-socials-simple a {
  display: inline-block;
  padding: 4px;
}

.card-zoom-in {
  position: relative;
  background-color: white;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-zoom-in:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-zoom-in:hover {
  transform: scale(1.2);
}

.card-zoom-in:hover:after {
  opacity: 1;
}

@media screen and (max-width: 576px) {
  .card-ecommerce-3 .card-img-left {
    width: 100%;
  }
}

.pl {
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  background: #15AABF;
}

.pl.selected {
  background: #e97d23;
}

html [type="button"],
.btn[type="button"] {
  -webkit-appearance: none !important;
}

.btn {
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  border: 0.1875rem solid #ebebeb;
  padding: .5rem 1.25rem;
}

.btn.rounded,
.btn.btn-xl {
  padding: .75rem 2rem;
  font-size: 1.18rem;
}

.btn:focus {
  box-shadow: none;
}

.btn-light {
  border: 1px solid #eee;
}

.btn-sq {
  width: 6.25rem;
  height: 6.25rem;
  font-size: 10px;
}

.btn-sq i {
  display: block;
}

.btn-sq-lg {
  width: 9.375rem;
  height: 9.375rem;
}

.btn-sq-sm {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 10px;
}

.btn-sq-xs {
  width: 1.5625rem;
  height: 1.5625rem;
  padding: 2px;
}

.btn-tool {
  border: none;
  color: white;
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  /*
    &-primary{
        background-color: $primary;
    }

    &-secondary{
        background-color: #eee;
    }

    &-success{
        background-color: $success;
    }

    &-warning{
        background-color: $warning;
    }

    &-danger{
        background-color: $danger;
    }*/
}

@media (min-width: 576px) {
  .btn-tool {
    height: 100%;
  }
}

.btn-tool-primary {
  background-color: #15AABF;
  border: 0.1875rem solid #139eb1;
}

.btn-tool-secondary {
  background-color: #EEEEEE;
  border: 0.1875rem solid #e6e6e6;
}

.btn-tool-success {
  background-color: #00B688;
  border: 0.1875rem solid #00a77d;
}

.btn-tool-info {
  background-color: #15AABF;
  border: 0.1875rem solid #139eb1;
}

.btn-tool-warning {
  background-color: #ffc107;
  border: 0.1875rem solid #f7b900;
}

.btn-tool-danger {
  background-color: #DD0000;
  border: 0.1875rem solid #ce0000;
}

.btn-tool-light {
  background-color: #eee;
  border: 0.1875rem solid #e6e6e6;
}

.btn-tool-dark {
  background-color: #545c6e;
  border: 0.1875rem solid #4d5466;
}

.btn-tool-gray-100 {
  background-color: #f8f9fa;
  border: 0.1875rem solid #eff1f4;
}

.btn-tool-gray-200 {
  background-color: #eee;
  border: 0.1875rem solid #e6e6e6;
}

.btn-tool-gray-300 {
  background-color: #dee2e6;
  border: 0.1875rem solid #d5dadf;
}

.btn-tool-gray-400 {
  background-color: #ced4da;
  border: 0.1875rem solid #c5ccd3;
}

.btn-tool-gray-500 {
  background-color: #bbb;
  border: 0.1875rem solid #b3b3b3;
}

.btn-tool-gray-600 {
  background-color: #7a839a;
  border: 0.1875rem solid #717b93;
}

.btn-tool-gray-700 {
  background-color: #6e7891;
  border: 0.1875rem solid #677188;
}

.btn-tool-gray-800 {
  background-color: #5c657a;
  border: 0.1875rem solid #565e71;
}

.btn-tool-gray-900 {
  background-color: #545c6e;
  border: 0.1875rem solid #4d5466;
}

.btn-tool:hover ._tt {
  position: absolute;
  display: block;
  background: black;
  color: #ffffff;
  font-size: 0.6875rem;
  padding: 0.1875rem 0.3125rem;
  bottom: -2.1875rem;
  white-space: pre;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
}

.btn-secondary,
.btn-raised-secondary {
  color: #545c6e !important;
  background-color: #ffffff !important;
}

.btn-grey {
  color: #545c6e !important;
  background-color: #ffffff !important;
}

.btn-icon [class^="i-"],
.btn-icon .icon {
  vertical-align: middle;
  margin: 0 2px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.btn-icon.rounded-circle {
  width: 44px;
  height: 44px;
  padding: 0;
}

.btn-icon-text [class^="i-"],
.btn-icon-text .icon {
  vertical-align: middle;
  margin: 0 2px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.btn-outline-email {
  background: rgba(238, 238, 238, 0.6);
}

.btn-spinner {
  width: 1em;
  height: 1em;
  background: transparent;
  border-radius: 50%;
  margin: 0 16px 0 0;
  border: 2px solid transparent;
}

.btn-checkbox .checkbox,
.btn-checkbox .radio {
  display: inline;
}

.btn.btn-outline-light.btn-svg {
  border-color: #6e7891;
}

.btn.btn-outline-light.btn-svg.active,
.btn.btn-outline-light.btn-svg:hover {
  background: #15AABF;
  border-color: #15AABF;
}

.btn.btn-outline-light.btn-svg.active svg,
.btn.btn-outline-light.btn-svg:hover svg {
  fill: #ffffff;
}

.btn.btn-outline-light.btn-svg:focus {
  box-shadow: none !important;
}

.btn-raised {
  color: #fff;
}

.btn-stripe {
  background-color: #556CD6;
  color: #ffffff;
}

.btn-primary,
.btn-outline-primary {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #139eb1;
}

.btn-primary .btn-spinner,
.btn-outline-primary .btn-spinner {
  animation: btn-glow-primary 1s ease infinite;
}

.btn-primary:hover,
.btn-outline-primary:hover {
  background: #15AABF;
  box-shadow: 0 8px 25px -8px #15AABF;
  border-color: #15AABF;
}

.btn-primary:focus,
.btn-outline-primary:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #15AABF;
}

.btn-raised.btn-raised-primary {
  background: #15AABF;
  box-shadow: 0 4px 6px rgba(21, 170, 191, 0.11), 0 1px 3px rgba(21, 170, 191, 0.08);
}

@keyframes btn-glow-primary {
  0% {
    box-shadow: 0 0 0 0.4em #108191, 0 0 0 0.1em #108191;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #108191, 0 0 0 3.6em transparent;
  }
}

.btn-secondary,
.btn-outline-secondary {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #e6e6e6;
}

.btn-secondary .btn-spinner,
.btn-outline-secondary .btn-spinner {
  animation: btn-glow-secondary 1s ease infinite;
}

.btn-secondary:hover,
.btn-outline-secondary:hover {
  background: #EEEEEE;
  box-shadow: 0 8px 25px -8px #EEEEEE;
  border-color: #EEEEEE;
}

.btn-secondary:focus,
.btn-outline-secondary:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #EEEEEE;
}

.btn-raised.btn-raised-secondary {
  background: #EEEEEE;
  box-shadow: 0 4px 6px rgba(238, 238, 238, 0.11), 0 1px 3px rgba(238, 238, 238, 0.08);
}

@keyframes btn-glow-secondary {
  0% {
    box-shadow: 0 0 0 0.4em #d5d4d4, 0 0 0 0.1em #d5d4d4;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #d5d4d4, 0 0 0 3.6em transparent;
  }
}

.btn-success,
.btn-outline-success {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #00a77d;
}

.btn-success .btn-spinner,
.btn-outline-success .btn-spinner {
  animation: btn-glow-success 1s ease infinite;
}

.btn-success:hover,
.btn-outline-success:hover {
  background: #00B688;
  box-shadow: 0 8px 25px -8px #00B688;
  border-color: #00B688;
}

.btn-success:focus,
.btn-outline-success:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #00B688;
}

.btn-raised.btn-raised-success {
  background: #00B688;
  box-shadow: 0 4px 6px rgba(0, 182, 136, 0.11), 0 1px 3px rgba(0, 182, 136, 0.08);
}

@keyframes btn-glow-success {
  0% {
    box-shadow: 0 0 0 0.4em #008362, 0 0 0 0.1em #008362;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #008362, 0 0 0 3.6em transparent;
  }
}

.btn-info,
.btn-outline-info {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #139eb1;
}

.btn-info .btn-spinner,
.btn-outline-info .btn-spinner {
  animation: btn-glow-info 1s ease infinite;
}

.btn-info:hover,
.btn-outline-info:hover {
  background: #15AABF;
  box-shadow: 0 8px 25px -8px #15AABF;
  border-color: #15AABF;
}

.btn-info:focus,
.btn-outline-info:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #15AABF;
}

.btn-raised.btn-raised-info {
  background: #15AABF;
  box-shadow: 0 4px 6px rgba(21, 170, 191, 0.11), 0 1px 3px rgba(21, 170, 191, 0.08);
}

@keyframes btn-glow-info {
  0% {
    box-shadow: 0 0 0 0.4em #108191, 0 0 0 0.1em #108191;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #108191, 0 0 0 3.6em transparent;
  }
}

.btn-warning,
.btn-outline-warning {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #f7b900;
}

.btn-warning .btn-spinner,
.btn-outline-warning .btn-spinner {
  animation: btn-glow-warning 1s ease infinite;
}

.btn-warning:hover,
.btn-outline-warning:hover {
  background: #ffc107;
  box-shadow: 0 8px 25px -8px #ffc107;
  border-color: #ffc107;
}

.btn-warning:focus,
.btn-outline-warning:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #ffc107;
}

.btn-raised.btn-raised-warning {
  background: #ffc107;
  box-shadow: 0 4px 6px rgba(255, 193, 7, 0.11), 0 1px 3px rgba(255, 193, 7, 0.08);
}

@keyframes btn-glow-warning {
  0% {
    box-shadow: 0 0 0 0.4em #d39e00, 0 0 0 0.1em #d39e00;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #d39e00, 0 0 0 3.6em transparent;
  }
}

.btn-danger,
.btn-outline-danger {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #ce0000;
}

.btn-danger .btn-spinner,
.btn-outline-danger .btn-spinner {
  animation: btn-glow-danger 1s ease infinite;
}

.btn-danger:hover,
.btn-outline-danger:hover {
  background: #DD0000;
  box-shadow: 0 8px 25px -8px #DD0000;
  border-color: #DD0000;
}

.btn-danger:focus,
.btn-outline-danger:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #DD0000;
}

.btn-raised.btn-raised-danger {
  background: #DD0000;
  box-shadow: 0 4px 6px rgba(221, 0, 0, 0.11), 0 1px 3px rgba(221, 0, 0, 0.08);
}

@keyframes btn-glow-danger {
  0% {
    box-shadow: 0 0 0 0.4em #aa0000, 0 0 0 0.1em #aa0000;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #aa0000, 0 0 0 3.6em transparent;
  }
}

.btn-light,
.btn-outline-light {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #e6e6e6;
}

.btn-light .btn-spinner,
.btn-outline-light .btn-spinner {
  animation: btn-glow-light 1s ease infinite;
}

.btn-light:hover,
.btn-outline-light:hover {
  background: #eee;
  box-shadow: 0 8px 25px -8px #eee;
  border-color: #eee;
}

.btn-light:focus,
.btn-outline-light:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #eee;
}

.btn-raised.btn-raised-light {
  background: #eee;
  box-shadow: 0 4px 6px rgba(238, 238, 238, 0.11), 0 1px 3px rgba(238, 238, 238, 0.08);
}

@keyframes btn-glow-light {
  0% {
    box-shadow: 0 0 0 0.4em #d5d4d4, 0 0 0 0.1em #d5d4d4;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #d5d4d4, 0 0 0 3.6em transparent;
  }
}

.btn-dark,
.btn-outline-dark {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #4d5466;
}

.btn-dark .btn-spinner,
.btn-outline-dark .btn-spinner {
  animation: btn-glow-dark 1s ease infinite;
}

.btn-dark:hover,
.btn-outline-dark:hover {
  background: #545c6e;
  box-shadow: 0 8px 25px -8px #545c6e;
  border-color: #545c6e;
}

.btn-dark:focus,
.btn-outline-dark:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #545c6e;
}

.btn-raised.btn-raised-dark {
  background: #545c6e;
  box-shadow: 0 4px 6px rgba(84, 92, 110, 0.11), 0 1px 3px rgba(84, 92, 110, 0.08);
}

@keyframes btn-glow-dark {
  0% {
    box-shadow: 0 0 0 0.4em #3e4351, 0 0 0 0.1em #3e4351;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #3e4351, 0 0 0 3.6em transparent;
  }
}

.btn-gray-100,
.btn-outline-gray-100 {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #eff1f4;
}

.btn-gray-100 .btn-spinner,
.btn-outline-gray-100 .btn-spinner {
  animation: btn-glow-gray-100 1s ease infinite;
}

.btn-gray-100:hover,
.btn-outline-gray-100:hover {
  background: #f8f9fa;
  box-shadow: 0 8px 25px -8px #f8f9fa;
  border-color: #f8f9fa;
}

.btn-gray-100:focus,
.btn-outline-gray-100:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #f8f9fa;
}

.btn-raised.btn-raised-gray-100 {
  background: #f8f9fa;
  box-shadow: 0 4px 6px rgba(248, 249, 250, 0.11), 0 1px 3px rgba(248, 249, 250, 0.08);
}

@keyframes btn-glow-gray-100 {
  0% {
    box-shadow: 0 0 0 0.4em #dae0e5, 0 0 0 0.1em #dae0e5;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #dae0e5, 0 0 0 3.6em transparent;
  }
}

.btn-gray-200,
.btn-outline-gray-200 {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #e6e6e6;
}

.btn-gray-200 .btn-spinner,
.btn-outline-gray-200 .btn-spinner {
  animation: btn-glow-gray-200 1s ease infinite;
}

.btn-gray-200:hover,
.btn-outline-gray-200:hover {
  background: #eee;
  box-shadow: 0 8px 25px -8px #eee;
  border-color: #eee;
}

.btn-gray-200:focus,
.btn-outline-gray-200:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #eee;
}

.btn-raised.btn-raised-gray-200 {
  background: #eee;
  box-shadow: 0 4px 6px rgba(238, 238, 238, 0.11), 0 1px 3px rgba(238, 238, 238, 0.08);
}

@keyframes btn-glow-gray-200 {
  0% {
    box-shadow: 0 0 0 0.4em #d5d4d4, 0 0 0 0.1em #d5d4d4;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #d5d4d4, 0 0 0 3.6em transparent;
  }
}

.btn-gray-300,
.btn-outline-gray-300 {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #d5dadf;
}

.btn-gray-300 .btn-spinner,
.btn-outline-gray-300 .btn-spinner {
  animation: btn-glow-gray-300 1s ease infinite;
}

.btn-gray-300:hover,
.btn-outline-gray-300:hover {
  background: #dee2e6;
  box-shadow: 0 8px 25px -8px #dee2e6;
  border-color: #dee2e6;
}

.btn-gray-300:focus,
.btn-outline-gray-300:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #dee2e6;
}

.btn-raised.btn-raised-gray-300 {
  background: #dee2e6;
  box-shadow: 0 4px 6px rgba(222, 226, 230, 0.11), 0 1px 3px rgba(222, 226, 230, 0.08);
}

@keyframes btn-glow-gray-300 {
  0% {
    box-shadow: 0 0 0 0.4em #c1c9d0, 0 0 0 0.1em #c1c9d0;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #c1c9d0, 0 0 0 3.6em transparent;
  }
}

.btn-gray-400,
.btn-outline-gray-400 {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #c5ccd3;
}

.btn-gray-400 .btn-spinner,
.btn-outline-gray-400 .btn-spinner {
  animation: btn-glow-gray-400 1s ease infinite;
}

.btn-gray-400:hover,
.btn-outline-gray-400:hover {
  background: #ced4da;
  box-shadow: 0 8px 25px -8px #ced4da;
  border-color: #ced4da;
}

.btn-gray-400:focus,
.btn-outline-gray-400:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #ced4da;
}

.btn-raised.btn-raised-gray-400 {
  background: #ced4da;
  box-shadow: 0 4px 6px rgba(206, 212, 218, 0.11), 0 1px 3px rgba(206, 212, 218, 0.08);
}

@keyframes btn-glow-gray-400 {
  0% {
    box-shadow: 0 0 0 0.4em #b1bbc4, 0 0 0 0.1em #b1bbc4;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #b1bbc4, 0 0 0 3.6em transparent;
  }
}

.btn-gray-500,
.btn-outline-gray-500 {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #b3b3b3;
}

.btn-gray-500 .btn-spinner,
.btn-outline-gray-500 .btn-spinner {
  animation: btn-glow-gray-500 1s ease infinite;
}

.btn-gray-500:hover,
.btn-outline-gray-500:hover {
  background: #bbb;
  box-shadow: 0 8px 25px -8px #bbb;
  border-color: #bbb;
}

.btn-gray-500:focus,
.btn-outline-gray-500:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #bbb;
}

.btn-raised.btn-raised-gray-500 {
  background: #bbb;
  box-shadow: 0 4px 6px rgba(187, 187, 187, 0.11), 0 1px 3px rgba(187, 187, 187, 0.08);
}

@keyframes btn-glow-gray-500 {
  0% {
    box-shadow: 0 0 0 0.4em #a2a1a1, 0 0 0 0.1em #a2a1a1;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #a2a1a1, 0 0 0 3.6em transparent;
  }
}

.btn-gray-600,
.btn-outline-gray-600 {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #717b93;
}

.btn-gray-600 .btn-spinner,
.btn-outline-gray-600 .btn-spinner {
  animation: btn-glow-gray-600 1s ease infinite;
}

.btn-gray-600:hover,
.btn-outline-gray-600:hover {
  background: #7a839a;
  box-shadow: 0 8px 25px -8px #7a839a;
  border-color: #7a839a;
}

.btn-gray-600:focus,
.btn-outline-gray-600:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #7a839a;
}

.btn-raised.btn-raised-gray-600 {
  background: #7a839a;
  box-shadow: 0 4px 6px rgba(122, 131, 154, 0.11), 0 1px 3px rgba(122, 131, 154, 0.08);
}

@keyframes btn-glow-gray-600 {
  0% {
    box-shadow: 0 0 0 0.4em #616a80, 0 0 0 0.1em #616a80;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #616a80, 0 0 0 3.6em transparent;
  }
}

.btn-gray-700,
.btn-outline-gray-700 {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #677188;
}

.btn-gray-700 .btn-spinner,
.btn-outline-gray-700 .btn-spinner {
  animation: btn-glow-gray-700 1s ease infinite;
}

.btn-gray-700:hover,
.btn-outline-gray-700:hover {
  background: #6e7891;
  box-shadow: 0 8px 25px -8px #6e7891;
  border-color: #6e7891;
}

.btn-gray-700:focus,
.btn-outline-gray-700:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #6e7891;
}

.btn-raised.btn-raised-gray-700 {
  background: #6e7891;
  box-shadow: 0 4px 6px rgba(110, 120, 145, 0.11), 0 1px 3px rgba(110, 120, 145, 0.08);
}

@keyframes btn-glow-gray-700 {
  0% {
    box-shadow: 0 0 0 0.4em #586074, 0 0 0 0.1em #586074;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #586074, 0 0 0 3.6em transparent;
  }
}

.btn-gray-800,
.btn-outline-gray-800 {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #565e71;
}

.btn-gray-800 .btn-spinner,
.btn-outline-gray-800 .btn-spinner {
  animation: btn-glow-gray-800 1s ease infinite;
}

.btn-gray-800:hover,
.btn-outline-gray-800:hover {
  background: #5c657a;
  box-shadow: 0 8px 25px -8px #5c657a;
  border-color: #5c657a;
}

.btn-gray-800:focus,
.btn-outline-gray-800:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #5c657a;
}

.btn-raised.btn-raised-gray-800 {
  background: #5c657a;
  box-shadow: 0 4px 6px rgba(92, 101, 122, 0.11), 0 1px 3px rgba(92, 101, 122, 0.08);
}

@keyframes btn-glow-gray-800 {
  0% {
    box-shadow: 0 0 0 0.4em #464d5d, 0 0 0 0.1em #464d5d;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #464d5d, 0 0 0 3.6em transparent;
  }
}

.btn-gray-900,
.btn-outline-gray-900 {
  /*box-shadow: 10px 10px 26px #d8d9d9, -10px -10px 16px #fff;*/
  /* border-color: $value;*/
  border: 0.1875rem solid #4d5466;
}

.btn-gray-900 .btn-spinner,
.btn-outline-gray-900 .btn-spinner {
  animation: btn-glow-gray-900 1s ease infinite;
}

.btn-gray-900:hover,
.btn-outline-gray-900:hover {
  background: #545c6e;
  box-shadow: 0 8px 25px -8px #545c6e;
  border-color: #545c6e;
}

.btn-gray-900:focus,
.btn-outline-gray-900:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #545c6e;
}

.btn-raised.btn-raised-gray-900 {
  background: #545c6e;
  box-shadow: 0 4px 6px rgba(84, 92, 110, 0.11), 0 1px 3px rgba(84, 92, 110, 0.08);
}

@keyframes btn-glow-gray-900 {
  0% {
    box-shadow: 0 0 0 0.4em #3e4351, 0 0 0 0.1em #3e4351;
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #ffffff;
  }

  100% {
    box-shadow: 0 0 0 0.4em #3e4351, 0 0 0 3.6em transparent;
  }
}

extra button .ul-btn-raised--v2 {
  transition: 0.3s ease-in;
}

.ul-btn-raised--v2:hover {
  transform: translateY(-2px);
  box-shadow: -1px 9px 11px -4px rgba(0, 0, 0, 0.1);
}

.card-title--margin {
  margin-bottom: 12px;
}

.ul-btn__icon {
  font-size: 0.875rem;
}

.ul-btn__icon span:last-child {
  margin-left: 5px;
}

social button .btn-facebook {
  color: #ffffff;
  background-color: #3765c9;
  border-color: #3765c9;
}

.btn-facebook:hover {
  background-color: #3765c9;
  border-color: #3765c9;
}

.btn-google {
  color: #ffffff;
  background-color: #ec412c;
  border-color: #ec412c;
}

.btn-twitter {
  color: #ffffff;
  background-color: #039ff5;
  border-color: #039ff5;
}

.btn-instagram {
  color: #ffffff;
  background-color: #c13584;
  border-color: #c13584;
}

.btn-linkedin {
  color: #ffffff;
  background-color: #0077b5;
  border-color: #0077b5;
}

.btn-dribble {
  color: #ffffff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.btn-youtube {
  color: #ffffff;
  background-color: #c4302b;
  border-color: #c4302b;
}

.btn-outline-facebook {
  color: #3765c9 !important;
  border-color: #3765c9;
  background: rgba(238, 238, 238, 0.6);
}

.btn-outline-facebook:hover {
  background: #315bb5;
  border-color: #315bb5;
  color: #ffffff !important;
}

.btn-outline-google {
  color: #ec412c !important;
  border-color: #ec412c;
  background: rgba(238, 238, 238, 0.6);
}

.btn-outline-google:hover {
  background: #e92c15;
  border-color: #e92c15;
  color: #ffffff !important;
}

.btn-outline-twitter {
  color: #039ff5 !important;
  border-color: #039ff5;
  background: rgba(238, 238, 238, 0.6);
}

.btn-outline-twitter:hover {
  background: #038fdc;
  border-color: #038fdc;
}

.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity 1s;
}

.ripple:active:after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}

.nav-tabs {
  border: 0;
}

.nav-tabs .nav-item .nav-link {
  border: 0;
  padding: 1rem;
}

.nav-tabs .nav-item .nav-link:not(.disabled) {
  color: inherit;
}

.nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #15AABF;
  background: rgba(21, 170, 191, 0.1);
}

.nav-tabs .nav-item .dropdown-toggle:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 6px !important;
}

.tab-content {
  padding: 1rem;
}

ngb-tabset.p-0 .tab-content {
  padding: 1rem 0;
}

.dropdown-toggle {
  position: relative;
}

.dropdown-toggle.btn {
  padding-right: 28px;
}

.dropdown-toggle::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 10px !important;
}

.dropdown-menu {
  border: 0;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08);
}

.dropdown-item {
  padding: .42rem 1.5rem;
}

.menu-icon-grid {
  width: 220px;
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu-icon-grid > a {
  display: inline-flex;
  width: 6rem;
  flex-direction: column;
  align-items: center;
  padding: 18px 12px;
  color: #5c657a;
  border-radius: 4px;
}

.menu-icon-grid > a i {
  font-size: 28px;
  margin-bottom: 4px;
}

.menu-icon-grid > a:hover {
  background: #15AABF;
  color: #ffffff;
}

.mega-menu {
  position: static;
}

.mega-menu .dropdown-menu {
  left: auto;
  right: 0;
  width: 180px;
  max-width: 1200px;
  padding: 0;
  overflow: hidden;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
}

.mega-menu .dropdown-menu .bg-img {
  background: linear-gradient(to right, #15AABF, #15AABF);
}

.mega-menu .dropdown-menu .bg-img,
.mega-menu .dropdown-menu .bg-img .title {
  color: #ffffff;
}

.mega-menu .dropdown-menu ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
}

.mega-menu .dropdown-menu ul.links li a {
  display: inline-block;
  margin-bottom: 8px;
  color: #7a839a;
}

.mega-menu .dropdown-menu ul.links li a:hover {
  color: #15AABF;
}

.widget_dropdown .dropdown-menu {
  left: auto !important;
  right: 2px !important;
}

@media (max-width: 767px) {
  .mega-menu .dropdown-menu {
    width: calc(100% - 10px);
  }
}

[dir="rtl"] .mega-menu .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
}

table.dataTable-collapse {
  border-collapse: collapse !important;
}

.form-row label {
  margin: .5rem 0 0 0;
}

.form-group {
  position: relative;
  margin-bottom: 10px;
}

.form-group label {
  font-size: 12px;
  color: #7a839a;
  margin-bottom: 4px;
}

.form-control {
  border: 1px solid #abb3d6;
  outline: initial !important;
  background: #ffffff;
  color: #545c6e;
}

.form-control::-moz-placeholder {
  color: #bbb;
}

.form-control:-ms-input-placeholder {
  color: #bbb;
}

.form-control::placeholder {
  color: #bbb;
}

.form-control.rounded,
.form-control.form-control-rounded {
  border-radius: 20px;
}

.form-control.error {
  border: 2px solid #aa0000;
}

select.form-control {
  -webkit-appearance: none;
}

.input-group [type="text"].form-control {
  height: 38px;
}

.input-group-append .btn {
  border: 0;
}

[ngbdatepicker] {
  height: 34px;
}

/* checkbox-custom */

.checkbox,
.radio {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.checkbox:hover input ~ .checkmark,
.radio:hover input ~ .checkmark {
  background-color: #bbb;
}

.checkbox input,
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox input:checked ~ .checkmark,
.radio input:checked ~ .checkmark {
  background-color: #15AABF;
}

.checkbox input:checked ~ .checkmark:after,
.radio input:checked ~ .checkmark:after {
  display: block;
}

.checkbox input[disabled] ~ *,
.radio input[disabled] ~ * {
  color: #dee2e6;
}

.checkbox .checkmark,
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: #dee2e6;
}

.checkbox .checkmark:after,
.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  width: 4px;
  bottom: 0;
  margin: auto;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-primary input:checked ~ .checkmark {
  background-color: #15AABF !important;
}

.checkbox-secondary input:checked ~ .checkmark {
  background-color: #EEEEEE !important;
}

.checkbox-success input:checked ~ .checkmark {
  background-color: #00B688 !important;
}

.checkbox-info input:checked ~ .checkmark {
  background-color: #15AABF !important;
}

.checkbox-warning input:checked ~ .checkmark {
  background-color: #ffc107 !important;
}

.checkbox-danger input:checked ~ .checkmark {
  background-color: #DD0000 !important;
}

.checkbox-light input:checked ~ .checkmark {
  background-color: #eee !important;
}

.checkbox-dark input:checked ~ .checkmark {
  background-color: #545c6e !important;
}

.checkbox-gray-100 input:checked ~ .checkmark {
  background-color: #f8f9fa !important;
}

.checkbox-gray-200 input:checked ~ .checkmark {
  background-color: #eee !important;
}

.checkbox-gray-300 input:checked ~ .checkmark {
  background-color: #dee2e6 !important;
}

.checkbox-gray-400 input:checked ~ .checkmark {
  background-color: #ced4da !important;
}

.checkbox-gray-500 input:checked ~ .checkmark {
  background-color: #bbb !important;
}

.checkbox-gray-600 input:checked ~ .checkmark {
  background-color: #7a839a !important;
}

.checkbox-gray-700 input:checked ~ .checkmark {
  background-color: #6e7891 !important;
}

.checkbox-gray-800 input:checked ~ .checkmark {
  background-color: #5c657a !important;
}

.checkbox-gray-900 input:checked ~ .checkmark {
  background-color: #545c6e !important;
}

.checkbox-outline-primary:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-primary input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-primary .checkmark {
  background: #ffffff;
  border: 1px solid #15AABF;
}

.checkbox-outline-primary .checkmark:after {
  border-color: #15AABF;
}

.checkbox-outline-secondary:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-secondary input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-secondary .checkmark {
  background: #ffffff;
  border: 1px solid #EEEEEE;
}

.checkbox-outline-secondary .checkmark:after {
  border-color: #EEEEEE;
}

.checkbox-outline-success:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-success input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-success .checkmark {
  background: #ffffff;
  border: 1px solid #00B688;
}

.checkbox-outline-success .checkmark:after {
  border-color: #00B688;
}

.checkbox-outline-info:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-info input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-info .checkmark {
  background: #ffffff;
  border: 1px solid #15AABF;
}

.checkbox-outline-info .checkmark:after {
  border-color: #15AABF;
}

.checkbox-outline-warning:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-warning input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-warning .checkmark {
  background: #ffffff;
  border: 1px solid #ffc107;
}

.checkbox-outline-warning .checkmark:after {
  border-color: #ffc107;
}

.checkbox-outline-danger:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-danger input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-danger .checkmark {
  background: #ffffff;
  border: 1px solid #DD0000;
}

.checkbox-outline-danger .checkmark:after {
  border-color: #DD0000;
}

.checkbox-outline-light:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-light input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-light .checkmark {
  background: #ffffff;
  border: 1px solid #eee;
}

.checkbox-outline-light .checkmark:after {
  border-color: #eee;
}

.checkbox-outline-dark:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-dark input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-dark .checkmark {
  background: #ffffff;
  border: 1px solid #545c6e;
}

.checkbox-outline-dark .checkmark:after {
  border-color: #545c6e;
}

.checkbox-outline-gray-100:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-gray-100 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-gray-100 .checkmark {
  background: #ffffff;
  border: 1px solid #f8f9fa;
}

.checkbox-outline-gray-100 .checkmark:after {
  border-color: #f8f9fa;
}

.checkbox-outline-gray-200:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-gray-200 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-gray-200 .checkmark {
  background: #ffffff;
  border: 1px solid #eee;
}

.checkbox-outline-gray-200 .checkmark:after {
  border-color: #eee;
}

.checkbox-outline-gray-300:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-gray-300 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-gray-300 .checkmark {
  background: #ffffff;
  border: 1px solid #dee2e6;
}

.checkbox-outline-gray-300 .checkmark:after {
  border-color: #dee2e6;
}

.checkbox-outline-gray-400:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-gray-400 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-gray-400 .checkmark {
  background: #ffffff;
  border: 1px solid #ced4da;
}

.checkbox-outline-gray-400 .checkmark:after {
  border-color: #ced4da;
}

.checkbox-outline-gray-500:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-gray-500 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-gray-500 .checkmark {
  background: #ffffff;
  border: 1px solid #bbb;
}

.checkbox-outline-gray-500 .checkmark:after {
  border-color: #bbb;
}

.checkbox-outline-gray-600:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-gray-600 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-gray-600 .checkmark {
  background: #ffffff;
  border: 1px solid #7a839a;
}

.checkbox-outline-gray-600 .checkmark:after {
  border-color: #7a839a;
}

.checkbox-outline-gray-700:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-gray-700 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-gray-700 .checkmark {
  background: #ffffff;
  border: 1px solid #6e7891;
}

.checkbox-outline-gray-700 .checkmark:after {
  border-color: #6e7891;
}

.checkbox-outline-gray-800:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-gray-800 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-gray-800 .checkmark {
  background: #ffffff;
  border: 1px solid #5c657a;
}

.checkbox-outline-gray-800 .checkmark:after {
  border-color: #5c657a;
}

.checkbox-outline-gray-900:hover input ~ .checkmark {
  background-color: #eee;
}

.checkbox-outline-gray-900 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.checkbox-outline-gray-900 .checkmark {
  background: #ffffff;
  border: 1px solid #545c6e;
}

.checkbox-outline-gray-900 .checkmark:after {
  border-color: #545c6e;
}

.radio .checkmark {
  border-radius: 50%;
}

.radio .checkmark:after {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: white;
}

.radio-primary input:checked ~ .checkmark {
  background-color: #15AABF;
}

.radio-secondary input:checked ~ .checkmark {
  background-color: #EEEEEE;
}

.radio-success input:checked ~ .checkmark {
  background-color: #00B688;
}

.radio-info input:checked ~ .checkmark {
  background-color: #15AABF;
}

.radio-warning input:checked ~ .checkmark {
  background-color: #ffc107;
}

.radio-danger input:checked ~ .checkmark {
  background-color: #DD0000;
}

.radio-light input:checked ~ .checkmark {
  background-color: #eee;
}

.radio-dark input:checked ~ .checkmark {
  background-color: #545c6e;
}

.radio-gray-100 input:checked ~ .checkmark {
  background-color: #f8f9fa;
}

.radio-gray-200 input:checked ~ .checkmark {
  background-color: #eee;
}

.radio-gray-300 input:checked ~ .checkmark {
  background-color: #dee2e6;
}

.radio-gray-400 input:checked ~ .checkmark {
  background-color: #ced4da;
}

.radio-gray-500 input:checked ~ .checkmark {
  background-color: #bbb;
}

.radio-gray-600 input:checked ~ .checkmark {
  background-color: #7a839a;
}

.radio-gray-700 input:checked ~ .checkmark {
  background-color: #6e7891;
}

.radio-gray-800 input:checked ~ .checkmark {
  background-color: #5c657a;
}

.radio-gray-900 input:checked ~ .checkmark {
  background-color: #545c6e;
}

.radio-outline-primary:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-primary input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-primary .checkmark {
  background: #ffffff;
  border: 1px solid #15AABF;
}

.radio-outline-primary .checkmark:after {
  border: 0;
  background: #15AABF;
}

.radio-outline-secondary:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-secondary input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-secondary .checkmark {
  background: #ffffff;
  border: 1px solid #EEEEEE;
}

.radio-outline-secondary .checkmark:after {
  border: 0;
  background: #EEEEEE;
}

.radio-outline-success:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-success input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-success .checkmark {
  background: #ffffff;
  border: 1px solid #00B688;
}

.radio-outline-success .checkmark:after {
  border: 0;
  background: #00B688;
}

.radio-outline-info:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-info input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-info .checkmark {
  background: #ffffff;
  border: 1px solid #15AABF;
}

.radio-outline-info .checkmark:after {
  border: 0;
  background: #15AABF;
}

.radio-outline-warning:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-warning input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-warning .checkmark {
  background: #ffffff;
  border: 1px solid #ffc107;
}

.radio-outline-warning .checkmark:after {
  border: 0;
  background: #ffc107;
}

.radio-outline-danger:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-danger input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-danger .checkmark {
  background: #ffffff;
  border: 1px solid #DD0000;
}

.radio-outline-danger .checkmark:after {
  border: 0;
  background: #DD0000;
}

.radio-outline-light:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-light input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-light .checkmark {
  background: #ffffff;
  border: 1px solid #eee;
}

.radio-outline-light .checkmark:after {
  border: 0;
  background: #eee;
}

.radio-outline-dark:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-dark input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-dark .checkmark {
  background: #ffffff;
  border: 1px solid #545c6e;
}

.radio-outline-dark .checkmark:after {
  border: 0;
  background: #545c6e;
}

.radio-outline-gray-100:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-gray-100 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-gray-100 .checkmark {
  background: #ffffff;
  border: 1px solid #f8f9fa;
}

.radio-outline-gray-100 .checkmark:after {
  border: 0;
  background: #f8f9fa;
}

.radio-outline-gray-200:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-gray-200 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-gray-200 .checkmark {
  background: #ffffff;
  border: 1px solid #eee;
}

.radio-outline-gray-200 .checkmark:after {
  border: 0;
  background: #eee;
}

.radio-outline-gray-300:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-gray-300 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-gray-300 .checkmark {
  background: #ffffff;
  border: 1px solid #dee2e6;
}

.radio-outline-gray-300 .checkmark:after {
  border: 0;
  background: #dee2e6;
}

.radio-outline-gray-400:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-gray-400 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-gray-400 .checkmark {
  background: #ffffff;
  border: 1px solid #ced4da;
}

.radio-outline-gray-400 .checkmark:after {
  border: 0;
  background: #ced4da;
}

.radio-outline-gray-500:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-gray-500 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-gray-500 .checkmark {
  background: #ffffff;
  border: 1px solid #bbb;
}

.radio-outline-gray-500 .checkmark:after {
  border: 0;
  background: #bbb;
}

.radio-outline-gray-600:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-gray-600 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-gray-600 .checkmark {
  background: #ffffff;
  border: 1px solid #7a839a;
}

.radio-outline-gray-600 .checkmark:after {
  border: 0;
  background: #7a839a;
}

.radio-outline-gray-700:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-gray-700 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-gray-700 .checkmark {
  background: #ffffff;
  border: 1px solid #6e7891;
}

.radio-outline-gray-700 .checkmark:after {
  border: 0;
  background: #6e7891;
}

.radio-outline-gray-800:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-gray-800 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-gray-800 .checkmark {
  background: #ffffff;
  border: 1px solid #5c657a;
}

.radio-outline-gray-800 .checkmark:after {
  border: 0;
  background: #5c657a;
}

.radio-outline-gray-900:hover input ~ .checkmark {
  background-color: #eee;
}

.radio-outline-gray-900 input:checked ~ .checkmark {
  background-color: #ffffff !important;
}

.radio-outline-gray-900 .checkmark {
  background: #ffffff;
  border: 1px solid #545c6e;
}

.radio-outline-gray-900 .checkmark:after {
  border: 0;
  background: #545c6e;
}

.switch {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  height: 16px;
}

.switch span:not(.slider) {
  position: relative;
  top: -2px;
  cursor: pointer;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  width: 42px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #dee2e6;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: -1px;
  bottom: -4px;
  background-color: #ffffff;
  transition: .4s;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.switch input:checked + .slider {
  background-color: #15AABF;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #15AABF;
}

.switch input:checked + .slider:before {
  transform: translateX(20px);
}

.switch-primary input:checked + .slider {
  background-color: #15AABF;
}

.switch-primary input:focus + .slider {
  box-shadow: 0 0 1px #15AABF;
}

.switch-secondary input:checked + .slider {
  background-color: #EEEEEE;
}

.switch-secondary input:focus + .slider {
  box-shadow: 0 0 1px #EEEEEE;
}

.switch-success input:checked + .slider {
  background-color: #00B688;
}

.switch-success input:focus + .slider {
  box-shadow: 0 0 1px #00B688;
}

.switch-info input:checked + .slider {
  background-color: #15AABF;
}

.switch-info input:focus + .slider {
  box-shadow: 0 0 1px #15AABF;
}

.switch-warning input:checked + .slider {
  background-color: #ffc107;
}

.switch-warning input:focus + .slider {
  box-shadow: 0 0 1px #ffc107;
}

.switch-danger input:checked + .slider {
  background-color: #DD0000;
}

.switch-danger input:focus + .slider {
  box-shadow: 0 0 1px #DD0000;
}

.switch-light input:checked + .slider {
  background-color: #eee;
}

.switch-light input:focus + .slider {
  box-shadow: 0 0 1px #eee;
}

.switch-dark input:checked + .slider {
  background-color: #545c6e;
}

.switch-dark input:focus + .slider {
  box-shadow: 0 0 1px #545c6e;
}

.switch-gray-100 input:checked + .slider {
  background-color: #f8f9fa;
}

.switch-gray-100 input:focus + .slider {
  box-shadow: 0 0 1px #f8f9fa;
}

.switch-gray-200 input:checked + .slider {
  background-color: #eee;
}

.switch-gray-200 input:focus + .slider {
  box-shadow: 0 0 1px #eee;
}

.switch-gray-300 input:checked + .slider {
  background-color: #dee2e6;
}

.switch-gray-300 input:focus + .slider {
  box-shadow: 0 0 1px #dee2e6;
}

.switch-gray-400 input:checked + .slider {
  background-color: #ced4da;
}

.switch-gray-400 input:focus + .slider {
  box-shadow: 0 0 1px #ced4da;
}

.switch-gray-500 input:checked + .slider {
  background-color: #bbb;
}

.switch-gray-500 input:focus + .slider {
  box-shadow: 0 0 1px #bbb;
}

.switch-gray-600 input:checked + .slider {
  background-color: #7a839a;
}

.switch-gray-600 input:focus + .slider {
  box-shadow: 0 0 1px #7a839a;
}

.switch-gray-700 input:checked + .slider {
  background-color: #6e7891;
}

.switch-gray-700 input:focus + .slider {
  box-shadow: 0 0 1px #6e7891;
}

.switch-gray-800 input:checked + .slider {
  background-color: #5c657a;
}

.switch-gray-800 input:focus + .slider {
  box-shadow: 0 0 1px #5c657a;
}

.switch-gray-900 input:checked + .slider {
  background-color: #545c6e;
}

.switch-gray-900 input:focus + .slider {
  box-shadow: 0 0 1px #545c6e;
}

.error-field {
  border: 2px solid #DD0000;
}

[dir=rtl] .checkbox,
[dir=rtl] .radio,
[dir=rtl] .radio {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: 101%;
}

[dir=rtl] .form-check-label {
  margin-right: 1rem !important;
}

.form-expaced .form-row {
  margin: 1.5625rem 0;
}

.icon-regular {
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.link-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #545c6e;
}

.link-icon i {
  margin: 0 8px;
}

.icon-svg {
  max-width: 50px;
  position: relative;
  fill: #292f40;
}

.icon-svg.reversed {
  fill: #ffffff;
}

.alert {
  border-radius: 10px;
}

.alert .close:focus {
  outline: 0;
}

.alert-danger {
  background-color: #aa0000;
  border-color: #990000;
  color: #ffffff;
  text-transform: uppercase;
}

.alert i {
  margin-right: 20px;
}

/*
.alert-card {
    border: none;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 $gray-400;
    &.alert-success {
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 $success;
    }
    &.alert-warning {
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 $warning;
    }
    &.alert-info {
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 $info;
    }
    &.alert-danger {
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 $danger;
    }
    &.alert-dark {
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 $gray-600;
    }
}*/

.swal2-container .swal2-modal {
  font-family: "Raleway", sans-serif;
}

.swal2-container .swal2-spacer {
  margin: 1.5rem 0;
}

.swal2-container .swal2-styled:not(.swal2-cancel) {
  background: #15AABF !important;
  outline: none;
}

.swal2-container .swal2-styled:not(.swal2-cancel):focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 170, 191, 0.5);
}

.alarm-container.green {
  margin-left: 25px;
  padding: 0;
  background: #efe;
  max-width: 93%;
  font-weight: 700;
}

.alarm-container.red {
  margin-left: 25px;
  padding: 0;
  background: #fee;
  font-weight: 700;
}

.alarm-dot {
  border: none;
  width: 70px;
  border-radius: 50%;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  left: -25px;
}

.alarm-dot.red {
  background: #a30;
}

.alarm-dot.green {
  background: #00ea98;
}

.alarm-dot.green::after {
  content: "";
  position: absolute;
  background-color: #afffbf;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-direction: normal;
  animation-iteration-count: infinite;
  left: 0;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
    transform: scale(2, 2);
  }
}

.badge {
  font-weight: 600;
  padding: 5px;
}

.badge-outline-primary {
  background: unset;
  border: 1px solid #15AABF;
  color: #15AABF;
}

.badge-outline-secondary {
  background: unset;
  border: 1px solid #EEEEEE;
  color: #EEEEEE;
}

.badge-outline-success {
  background: unset;
  border: 1px solid #00B688;
  color: #00B688;
}

.badge-outline-info {
  background: unset;
  border: 1px solid #15AABF;
  color: #15AABF;
}

.badge-outline-warning {
  background: unset;
  border: 1px solid #ffc107;
  color: #ffc107;
}

.badge-outline-danger {
  background: unset;
  border: 1px solid #DD0000;
  color: #DD0000;
}

.badge-outline-light {
  background: unset;
  border: 1px solid #eee;
  color: #eee;
}

.badge-outline-dark {
  background: unset;
  border: 1px solid #545c6e;
  color: #545c6e;
}

.badge-outline-gray-100 {
  background: unset;
  border: 1px solid #f8f9fa;
  color: #f8f9fa;
}

.badge-outline-gray-200 {
  background: unset;
  border: 1px solid #eee;
  color: #eee;
}

.badge-outline-gray-300 {
  background: unset;
  border: 1px solid #dee2e6;
  color: #dee2e6;
}

.badge-outline-gray-400 {
  background: unset;
  border: 1px solid #ced4da;
  color: #ced4da;
}

.badge-outline-gray-500 {
  background: unset;
  border: 1px solid #bbb;
  color: #bbb;
}

.badge-outline-gray-600 {
  background: unset;
  border: 1px solid #7a839a;
  color: #7a839a;
}

.badge-outline-gray-700 {
  background: unset;
  border: 1px solid #6e7891;
  color: #6e7891;
}

.badge-outline-gray-800 {
  background: unset;
  border: 1px solid #5c657a;
  color: #5c657a;
}

.badge-outline-gray-900 {
  background: unset;
  border: 1px solid #545c6e;
  color: #545c6e;
}

.badge-top-container {
  position: relative;
}

.badge-top-container .badge {
  position: absolute;
  top: 2px;
  right: 4px;
  border-radius: 10px;
}

.ul-badge-pill-primary {
  background: #15AABF;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-secondary {
  background: #EEEEEE;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-success {
  background: #00B688;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-info {
  background: #15AABF;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-warning {
  background: #ffc107;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-danger {
  background: #DD0000;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-light {
  background: #eee;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-dark {
  background: #545c6e;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-gray-100 {
  background: #f8f9fa;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-gray-200 {
  background: #eee;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-gray-300 {
  background: #dee2e6;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-gray-400 {
  background: #ced4da;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-gray-500 {
  background: #bbb;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-gray-600 {
  background: #7a839a;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-gray-700 {
  background: #6e7891;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-gray-800 {
  background: #5c657a;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.ul-badge-pill-gray-900 {
  background: #545c6e;
  border-radius: 50%;
  width: 25px;
  height: 18px;
  color: #fff;
  line-height: 20px;
  font-size: 0.8rem;
}

.badge-round-primary {
  background: #15AABF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-primary.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-primary.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-primary.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-primary.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-secondary {
  background: #EEEEEE;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-secondary.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-secondary.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-secondary.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-secondary.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-success {
  background: #00B688;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-success.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-success.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-success.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-success.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-info {
  background: #15AABF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-info.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-info.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-info.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-info.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-warning {
  background: #ffc107;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-warning.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-warning.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-warning.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-warning.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-danger {
  background: #DD0000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-danger.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-danger.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-danger.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-danger.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-light {
  background: #eee;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-light.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-light.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-light.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-light.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-dark {
  background: #545c6e;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-dark.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-dark.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-dark.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-dark.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-gray-100 {
  background: #f8f9fa;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-gray-100.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-gray-100.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-gray-100.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-gray-100.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-gray-200 {
  background: #eee;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-gray-200.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-gray-200.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-gray-200.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-gray-200.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-gray-300 {
  background: #dee2e6;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-gray-300.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-gray-300.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-gray-300.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-gray-300.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-gray-400 {
  background: #ced4da;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-gray-400.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-gray-400.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-gray-400.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-gray-400.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-gray-500 {
  background: #bbb;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-gray-500.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-gray-500.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-gray-500.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-gray-500.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-gray-600 {
  background: #7a839a;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-gray-600.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-gray-600.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-gray-600.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-gray-600.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-gray-700 {
  background: #6e7891;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-gray-700.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-gray-700.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-gray-700.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-gray-700.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-gray-800 {
  background: #5c657a;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-gray-800.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-gray-800.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-gray-800.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-gray-800.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-round-gray-900 {
  background: #545c6e;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  justify-content: center;
}

.badge-round-gray-900.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round-gray-900.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round-gray-900.sm {
  width: 18px;
  height: 18px;
  line-height: 13px;
  justify-content: center;
}

.badge-round-gray-900.pill {
  width: 45px;
  height: 18px;
  line-height: 13px;
  border-radius: 10px;
}

.badge-dot-primary {
  height: 4px;
  width: 4px;
  background-color: #15AABF;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-secondary {
  height: 4px;
  width: 4px;
  background-color: #EEEEEE;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-success {
  height: 4px;
  width: 4px;
  background-color: #00B688;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-info {
  height: 4px;
  width: 4px;
  background-color: #15AABF;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-warning {
  height: 4px;
  width: 4px;
  background-color: #ffc107;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-danger {
  height: 4px;
  width: 4px;
  background-color: #DD0000;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-light {
  height: 4px;
  width: 4px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-dark {
  height: 4px;
  width: 4px;
  background-color: #545c6e;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-gray-100 {
  height: 4px;
  width: 4px;
  background-color: #f8f9fa;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-gray-200 {
  height: 4px;
  width: 4px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-gray-300 {
  height: 4px;
  width: 4px;
  background-color: #dee2e6;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-gray-400 {
  height: 4px;
  width: 4px;
  background-color: #ced4da;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-gray-500 {
  height: 4px;
  width: 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-gray-600 {
  height: 4px;
  width: 4px;
  background-color: #7a839a;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-gray-700 {
  height: 4px;
  width: 4px;
  background-color: #6e7891;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-gray-800 {
  height: 4px;
  width: 4px;
  background-color: #5c657a;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.badge-dot-gray-900 {
  height: 4px;
  width: 4px;
  background-color: #545c6e;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.outline-round-primary {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #15AABF;
  color: #15AABF;
  line-height: 13px;
  justify-content: center;
}

.outline-round-secondary {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #EEEEEE;
  color: #EEEEEE;
  line-height: 13px;
  justify-content: center;
}

.outline-round-success {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #00B688;
  color: #00B688;
  line-height: 13px;
  justify-content: center;
}

.outline-round-info {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #15AABF;
  color: #15AABF;
  line-height: 13px;
  justify-content: center;
}

.outline-round-warning {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #ffc107;
  color: #ffc107;
  line-height: 13px;
  justify-content: center;
}

.outline-round-danger {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #DD0000;
  color: #DD0000;
  line-height: 13px;
  justify-content: center;
}

.outline-round-light {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #eee;
  color: #eee;
  line-height: 13px;
  justify-content: center;
}

.outline-round-dark {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #545c6e;
  color: #545c6e;
  line-height: 13px;
  justify-content: center;
}

.outline-round-gray-100 {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #f8f9fa;
  color: #f8f9fa;
  line-height: 13px;
  justify-content: center;
}

.outline-round-gray-200 {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #eee;
  color: #eee;
  line-height: 13px;
  justify-content: center;
}

.outline-round-gray-300 {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #dee2e6;
  color: #dee2e6;
  line-height: 13px;
  justify-content: center;
}

.outline-round-gray-400 {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #ced4da;
  color: #ced4da;
  line-height: 13px;
  justify-content: center;
}

.outline-round-gray-500 {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #bbb;
  color: #bbb;
  line-height: 13px;
  justify-content: center;
}

.outline-round-gray-600 {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #7a839a;
  color: #7a839a;
  line-height: 13px;
  justify-content: center;
}

.outline-round-gray-700 {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #6e7891;
  color: #6e7891;
  line-height: 13px;
  justify-content: center;
}

.outline-round-gray-800 {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #5c657a;
  color: #5c657a;
  line-height: 13px;
  justify-content: center;
}

.outline-round-gray-900 {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #545c6e;
  color: #545c6e;
  line-height: 13px;
  justify-content: center;
}

.badge-square-primary {
  background: #15AABF;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-primary.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-primary.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-secondary {
  background: #EEEEEE;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-secondary.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-secondary.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-success {
  background: #00B688;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-success.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-success.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-info {
  background: #15AABF;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-info.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-info.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-warning {
  background: #ffc107;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-warning.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-warning.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-danger {
  background: #DD0000;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-danger.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-danger.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-light {
  background: #eee;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-light.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-light.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-dark {
  background: #545c6e;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-dark.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-dark.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-gray-100 {
  background: #f8f9fa;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-gray-100.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-gray-100.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-gray-200 {
  background: #eee;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-gray-200.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-gray-200.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-gray-300 {
  background: #dee2e6;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-gray-300.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-gray-300.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-gray-400 {
  background: #ced4da;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-gray-400.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-gray-400.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-gray-500 {
  background: #bbb;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-gray-500.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-gray-500.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-gray-600 {
  background: #7a839a;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-gray-600.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-gray-600.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-gray-700 {
  background: #6e7891;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-gray-700.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-gray-700.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-gray-800 {
  background: #5c657a;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-gray-800.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-gray-800.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-square-gray-900 {
  background: #545c6e;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.badge-square-gray-900.lg {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square-gray-900.xl {
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.3rem;
  font-weight: bold;
}

.badge-round {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-round.badge-round-opacity-primary {
  background: #aaecf6;
  color: #15AABF;
}

.badge-round.badge-round-opacity-secondary {
  background: white;
  color: #EEEEEE;
}

.badge-round.badge-round-opacity-success {
  background: #83ffe0;
  color: #00B688;
}

.badge-round.badge-round-opacity-info {
  background: #aaecf6;
  color: #15AABF;
}

.badge-round.badge-round-opacity-warning {
  background: #fff4d3;
  color: #ffc107;
}

.badge-round.badge-round-opacity-danger {
  background: #ffaaaa;
  color: #DD0000;
}

.badge-round.badge-round-opacity-light {
  background: white;
  color: #eee;
}

.badge-round.badge-round-opacity-dark {
  background: #bfc4cf;
  color: #545c6e;
}

.badge-round.badge-round-opacity-gray-100 {
  background: white;
  color: #f8f9fa;
}

.badge-round.badge-round-opacity-gray-200 {
  background: white;
  color: #eee;
}

.badge-round.badge-round-opacity-gray-300 {
  background: white;
  color: #dee2e6;
}

.badge-round.badge-round-opacity-gray-400 {
  background: white;
  color: #ced4da;
}

.badge-round.badge-round-opacity-gray-500 {
  background: white;
  color: #bbb;
}

.badge-round.badge-round-opacity-gray-600 {
  background: #eeeff2;
  color: #7a839a;
}

.badge-round.badge-round-opacity-gray-700 {
  background: #e2e4e9;
  color: #6e7891;
}

.badge-round.badge-round-opacity-gray-800 {
  background: #cbcfd7;
  color: #5c657a;
}

.badge-round.badge-round-opacity-gray-900 {
  background: #bfc4cf;
  color: #545c6e;
}

.badge-square {
  border-radius: 20%;
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 1.2rem;
}

.badge-square.badge-square-opacity-primary {
  background: #aaecf6;
  color: #15AABF;
}

.badge-square.badge-square-opacity-secondary {
  background: white;
  color: #EEEEEE;
}

.badge-square.badge-square-opacity-success {
  background: #83ffe0;
  color: #00B688;
}

.badge-square.badge-square-opacity-info {
  background: #aaecf6;
  color: #15AABF;
}

.badge-square.badge-square-opacity-warning {
  background: #fff4d3;
  color: #ffc107;
}

.badge-square.badge-square-opacity-danger {
  background: #ffaaaa;
  color: #DD0000;
}

.badge-square.badge-square-opacity-light {
  background: white;
  color: #eee;
}

.badge-square.badge-square-opacity-dark {
  background: #bfc4cf;
  color: #545c6e;
}

.badge-square.badge-square-opacity-gray-100 {
  background: white;
  color: #f8f9fa;
}

.badge-square.badge-square-opacity-gray-200 {
  background: white;
  color: #eee;
}

.badge-square.badge-square-opacity-gray-300 {
  background: white;
  color: #dee2e6;
}

.badge-square.badge-square-opacity-gray-400 {
  background: white;
  color: #ced4da;
}

.badge-square.badge-square-opacity-gray-500 {
  background: white;
  color: #bbb;
}

.badge-square.badge-square-opacity-gray-600 {
  background: #eeeff2;
  color: #7a839a;
}

.badge-square.badge-square-opacity-gray-700 {
  background: #e2e4e9;
  color: #6e7891;
}

.badge-square.badge-square-opacity-gray-800 {
  background: #cbcfd7;
  color: #5c657a;
}

.badge-square.badge-square-opacity-gray-900 {
  background: #bfc4cf;
  color: #545c6e;
}

.w-badge {
  border-radius: 0;
  padding: 4px;
  color: #fff;
}

.r-badge {
  padding: 4px;
}

.b_badges--danger {
  background: #aa0000;
  padding: 0.625rem 1.25rem;
  color: #ffffff;
  border-radius: 1.25rem;
}

.b_badges--success {
  background: #00B688;
  padding: 0.625rem 1.25rem;
  color: #ffffff;
  border-radius: 1.25rem;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  height: 50px;
  z-index: 3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  top: -50px;
  right: 0;
  transition: top 0.3s 0s;
  text-transform: uppercase;
}

.modal-body .no_modal {
  display: none;
}

/* Tagging Basic Style */

.tagging {
  border: 1px solid #dee2e6;
  font-size: 1em;
  height: auto;
  padding: 10px 10px 15px;
  border-radius: 4px;
}

.tagging.editable {
  cursor: text;
}

.tag {
  background: none repeat scroll 0 0 #15AABF;
  border-radius: 2px;
  color: white;
  cursor: default;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 4px 20px 4px 0;
  margin: 5px 10px 0 0;
}

.tag span {
  background: none repeat scroll 0 0 #1296a8;
  border-radius: 2px 0 0 2px;
  margin-right: 5px;
  padding: 5px 10px 5px;
}

.tag .tag-i {
  color: white;
  cursor: pointer;
  font-size: 1.3em;
  height: 0;
  line-height: 0.1em;
  position: absolute;
  right: 5px;
  top: 0.7em;
  text-align: center;
  width: 10px;
}

.tag .tag-i:hover {
  color: black;
  text-decoration: underline;
}

.type-zone {
  border: 0 none;
  height: auto;
  width: auto;
  min-width: 20px;
  display: inline-block;
}

.type-zone:focus {
  outline: none;
}

.toast-primary {
  background-color: #15AABF !important;
}

.toast-secondary {
  background-color: #EEEEEE !important;
}

.toast-success {
  background-color: #00B688 !important;
}

.toast-info {
  background-color: #15AABF !important;
}

.toast-warning {
  background-color: #ffc107 !important;
}

.toast-danger {
  background-color: #DD0000 !important;
}

.toast-light {
  background-color: #eee !important;
}

.toast-dark {
  background-color: #545c6e !important;
}

.toast-gray-100 {
  background-color: #f8f9fa !important;
}

.toast-gray-200 {
  background-color: #eee !important;
}

.toast-gray-300 {
  background-color: #dee2e6 !important;
}

.toast-gray-400 {
  background-color: #ced4da !important;
}

.toast-gray-500 {
  background-color: #bbb !important;
}

.toast-gray-600 {
  background-color: #7a839a !important;
}

.toast-gray-700 {
  background-color: #6e7891 !important;
}

.toast-gray-800 {
  background-color: #5c657a !important;
}

.toast-gray-900 {
  background-color: #545c6e !important;
}

ul.data_list {
  border: none;
  list-style-type: none;
  padding: 0;
}

ul.data_list li {
  padding: 0.625rem;
  border: none;
  background: #fafafa;
  margin-bottom: 10px;
}

.nav-tabs {
  border-bottom: 1px solid #15AABF;
}

.nav-tabs .nav-item .nav-link.active {
  border: 1px solid transparent;
  background: linear-gradient(145deg, #1399ac, #16b6cc);
  border-color: #15AABF #15AABF #ffffff;
  color: #ffffff;
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  right: 5px;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.navbar.filters {
  background-color: #ddfbff;
  margin: 10px 0;
  padding-left: 0;
}

#metismenu i {
  margin-right: 0.625rem;
}

.specs {
  background-color: #F5F6FA;
  overflow-y: scroll;
  border-radius: 0.9375rem;
  padding: 0.625rem;
}

.specs h4 {
  font-size: 1rem;
}

.specs p {
  font-size: 0.625rem;
}

.specs ul {
  padding: 0;
}

.main-header {
  position: fixed;
  width: 100%;
  height: 80px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ffffff;
  z-index: 100;
}

.main-header .menu-toggle {
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 12px;
}

.main-header .menu-toggle div {
  width: 24px;
  height: 1px;
  background: #545c6e;
  margin: 3px 0;
}

.main-header .search-bar {
  display: flex;
  align-items: center;
  justify-content: left;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 20px;
  position: relative;
  width: 230px;
  height: 80px;
}

.main-header .search-bar input {
  background: transparent;
  border: 0;
  color: #212121;
  font-size: 0.8rem;
  line-height: 2;
  height: 100%;
  outline: initial !important;
  padding: 0.5rem 1rem;
  width: calc(100% - 32px);
}

.main-header .search-bar .search-icon {
  font-size: 18px;
  width: 24px;
  display: inline-block;
}

.main-header .logo {
  width: 150px;
}

.main-header .logo img {
  width: auto;
  height: 3.75rem;
  margin: 0 auto;
  display: block;
}

.main-header .show .header-icon {
  background: #f8f9fa;
}

.main-header .header-icon {
  font-size: 19px;
  cursor: pointer;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  margin: 0 2px;
}

.main-header .header-icon:hover {
  background: #f8f9fa;
}

.main-header .header-icon.dropdown-toggle:after {
  display: none;
}

.main-header .header-part-right {
  display: flex;
  align-items: center;
}

.main-header .header-part-right .user {
  margin-right: 2rem;
}

.main-header .header-part-right .user img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
}

.main-header .notification-dropdown {
  padding: 0;
  max-height: 260px;
  cursor: pointer;
}

.main-header .notification-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0;
  height: 72px;
  border-bottom: 1px solid #dee2e6;
}

.main-header .notification-dropdown .dropdown-item .notification-icon {
  background: #eee;
  height: 100%;
  width: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header .notification-dropdown .dropdown-item .notification-icon i {
  font-size: 18px;
}

.main-header .notification-dropdown .dropdown-item .notification-details {
  padding: 0.25rem 0.75rem;
}

.main-header .notification-dropdown .dropdown-item:active {
  color: inherit;
  background: inherit;
}

@media (max-width: 991px) {
  .main-header .search-bar {
    width: 180px;
  }

  .main-header .menu-toggle {
    width: 24px;
    margin-right: 36px;
  }
}

@media (max-width: 615px) {
  .main-header .header-part-right .user {
    margin-right: 0rem;
  }
}

@media (max-width: 580px) {
  .main-header {
    height: 70px;
    padding: 0 1.5rem;
  }

  .main-header .logo {
    width: 60px;
  }

  .main-header .search-bar {
    display: none;
  }

  .main-header .menu-toggle {
    width: 60px;
  }

  .main-header .header-part-right .user {
    margin-right: 0;
    padding-right: 0;
  }

  .notification-dropdown {
    left: 10px !important;
  }
}

@media (max-width: 360px) {
  .main-header .menu-toggle {
    margin: 0;
  }
}

.layout-horizontal-bar .header-topnav {
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
  position: fixed;
  width: 100%;
  /* height: 80px; */
  top: 80px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}

.layout-horizontal-bar .header-topnav .container {
  padding: 0;
}

.layout-horizontal-bar .header-topnav .topbar-branding {
  float: left;
  height: 48px;
  padding: 8px;
  margin: 0 8px;
}

.layout-horizontal-bar .header-topnav .topbar-branding img {
  height: 100%;
  width: auto;
}

.layout-horizontal-bar .header-topnav .ps {
  overflow: initial !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.layout-horizontal-bar .header-topnav .topnav {
  display: flex;
  align-items: center;
  height: auto;
}

.layout-horizontal-bar .header-topnav .header-topnav-right {
  float: right;
  height: 48px;
  display: flex;
  align-items: center;
  padding-right: .67rem;
}

.layout-horizontal-bar .header-topnav .topnav:after {
  content: "";
  display: table;
  clear: both;
}

.layout-horizontal-bar .header-topnav .topnav a {
  color: #333 !important;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.layout-horizontal-bar .header-topnav .topnav label.menu-toggle {
  height: 48px;
  width: 48px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 50%;
}

.layout-horizontal-bar .header-topnav .topnav label.menu-toggle .mat-icon {
  font-size: 24px;
}

.layout-horizontal-bar .header-topnav .topnav .toggle,
.layout-horizontal-bar .header-topnav .topnav [id^=drop] {
  display: none;
}

.layout-horizontal-bar .header-topnav .topnav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.layout-horizontal-bar .header-topnav .topnav ul:not(.menu) {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.layout-horizontal-bar .header-topnav .topnav ul.menu {
  float: left;
  height: 48px;
  padding-right: 45px;
}

.layout-horizontal-bar .header-topnav .topnav ul.menu > li {
  float: left;
}

.layout-horizontal-bar .header-topnav .topnav ul.menu > li > div > a,
.layout-horizontal-bar .header-topnav .topnav ul.menu > li > div > div {
  border-bottom: 2px solid;
  height: 48px;
  box-sizing: border-box;
  border-color: transparent;
  margin: 0 6px;
}

.layout-horizontal-bar .header-topnav .topnav ul li {
  margin: 0px;
  display: inline-block;
}

.layout-horizontal-bar .header-topnav .topnav a,
.layout-horizontal-bar .header-topnav .topnav label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 13px 20px;
  height: 44px;
  font-size: .875rem;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}

.layout-horizontal-bar .header-topnav .topnav ul li ul li:hover,
.layout-horizontal-bar .header-topnav .topnav ul li ul li.open {
  background: #eeeeee;
}

.layout-horizontal-bar .header-topnav .topnav ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  /* has to be the same number as the "line-height" of "nav a" */
  top: 48px;
  transform: translateY(-100px);
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 5px;
}

.layout-horizontal-bar .header-topnav .topnav ul li:hover > div > div > ul,
.layout-horizontal-bar .header-topnav .topnav ul li:hover > div > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.layout-horizontal-bar .header-topnav .topnav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

.layout-horizontal-bar .header-topnav .topnav ul ul ul {
  top: 0;
  left: 170px;
}

.layout-horizontal-bar .header-topnav .topnav ul ul ul li {
  position: relative;
  top: 0;
}

.layout-horizontal-bar .header-topnav .topnav li > a:after {
  content: ' +';
}

.layout-horizontal-bar .header-topnav .topnav li > a:only-child:after {
  content: '';
}

@media (max-width: 959px) {
  .header-topnav-right {
    position: absolute;
    right: 6px;
    top: 0;
  }
}

/* Media Queries
--------------------------------------------- */

@media only screen and (max-width: 768px) {
  .layout-horizontal-bar .header-topnav {
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
    position: fixed;
    width: 200px;
    top: 70px;
    height: 100%;
    padding-top: 20px;
    left: -200px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
    transition: all .5s ease-in-out;
  }

  .layout-horizontal-bar .header-topnav .ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
  }

  .layout-horizontal-bar .topnav {
    margin: 0;
    max-height: calc(100vh - 80px) !important;
    /* Hide menus on hover */
  }

  .layout-horizontal-bar .topnav .menu {
    height: auto !important;
    padding-right: 0px !important;
    width: 100%;
  }

  .layout-horizontal-bar .topnav .menu li a {
    border: none !important;
  }

  .layout-horizontal-bar .topnav ul.menu {
    float: left;
    padding-left: 0px;
  }

  .layout-horizontal-bar .topnav ul.menu > li {
    float: left;
  }

  .layout-horizontal-bar .topnav ul.menu > li > div > a,
  .layout-horizontal-bar .topnav ul.menu > li > div > div {
    border-bottom: 2px solid;
    height: auto !important;
    box-sizing: border-box;
    border-color: transparent;
    margin: 0 6px;
  }

  .layout-horizontal-bar .topnav .toggle {
    display: flex;
    text-decoration: none;
    border: none;
  }

  .layout-horizontal-bar .topnav ul {
    transform: translateY(0px) !important;
    transition: max-height 0.3s ease-in-out;
  }

  .layout-horizontal-bar .topnav [id^=drop]:checked + ul {
    opacity: 1;
    visibility: visible;
    max-height: 2000px;
  }

  .layout-horizontal-bar .topnav [id^=drop]:checked + ul.menu {
    max-height: 300px;
    overflow-y: scroll;
  }

  .layout-horizontal-bar .topnav ul li {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
    z-index: 1;
  }

  .layout-horizontal-bar .topnav ul ul .toggle,
  .layout-horizontal-bar .topnav ul ul a {
    padding: 0 40px;
  }

  .layout-horizontal-bar .topnav ul ul ul a {
    padding: 0 80px;
  }

  .layout-horizontal-bar .topnav ul li ul li .toggle,
  .layout-horizontal-bar .topnav ul ul a,
  .layout-horizontal-bar .topnav ul ul ul a {
    padding: 14px 20px;
  }

  .layout-horizontal-bar .topnav ul ul {
    opacity: 1 !important;
    visibility: hidden !important;
    max-height: 0px;
    position: relative !important;
    background: #ffffff;
    color: rgba(0, 0, 0, 0.87);
    /* has to be the same number as the "line-height" of "nav a" */
    top: 0px !important;
    transform: translateY(-100px);
    transition: all 1s ease-in-out !important;
    z-index: 99 !important;
    border-radius: 5px;
    overflow: hidden;
    left: 0px;
  }

  .layout-horizontal-bar .topnav ul li:hover > div > div > ul,
  .layout-horizontal-bar .topnav ul li:hover > div > ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0);
    transition: all 0.3s ease-in-out !important;
    max-height: 400px;
  }

  .layout-horizontal-bar .topnav ul ul li {
    opacity: 1;
    visibility: visible;
    width: 100% !important;
  }

  .layout-horizontal-bar .topnav ul:not(.menu) {
    box-shadow: none !important;
    margin-left: 5px;
    border-left: 1px dashed #eee;
  }

  .layout-horizontal-bar .topnav ul ul ul {
    left: 0;
  }

  .layout-horizontal-bar .topnav ul ul ul li {
    position: static;
  }
}

@media all and (max-width: 330px) {
  .topnav ul li {
    display: block;
    width: 94%;
  }
}

[dir=rtl] .topnav a .mat-icon,
[dir=rtl] .topnav label .mat-icon {
  margin-right: 0;
  margin-left: 2px;
}

.app-footer {
  background: #eee;
  padding: 0.45rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.app-footer .footer-bottom {
  width: 100%;
}

.app-footer .footer-bottom .logo {
  width: 3rem;
  height: auto;
  margin: 4px;
}

.custom-separator {
  border-bottom: 1px dashed #ebedf2;
  margin: 15px 0;
}

div.tab-border {
  border: 1px dashed #ebedf2 !important;
  margin: 30px 0 !important;
}

._dot {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}

._inline-dot {
  display: inline-block;
}

._round-button {
  border-radius: 50% !important;
}

.invoice-summary {
  width: 220px;
  text-align: right;
  float: right;
}

.invoice-summary.invoice-summary-input {
  width: 320px;
}

.invoice-summary.invoice-summary-input p span,
.invoice-summary.invoice-summary-input h5 span {
  width: 180px;
}

.invoice-summary p,
.invoice-summary h5 {
  display: flex;
  justify-content: flex-end;
}

.invoice-summary p span,
.invoice-summary h5 span {
  width: 120px;
}

.invoice-summary p span .small-input,
.invoice-summary h5 span .small-input {
  display: inline-block;
  width: 3rem;
  margin: 0 .75rem;
}

@media print {
  body * {
    visibility: hidden;
  }

  .main-content-wrap {
    width: 100% !important;
  }

  #print-area,
  #print-area * {
    visibility: visible;
  }

  #print-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

[dir="rtl"] .invoice-summary {
  text-align: left !important;
}

.list-horizontal .list-item .list-thumb img {
  height: 74px;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-horizontal .list-item .item-title {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.list-horizontal .list-item a {
  color: #545c6e;
}

.list-grid .list-item .list-thumb img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-grid .list-item .card-body {
  display: block !important;
}

.list-grid .list-item .item-title {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 300px;
}

.list-grid .list-item a {
  color: #545c6e;
}

.list-grid .list-item .item-badges,
.list-grid .list-item .item-actions {
  position: absolute;
  top: 16px;
}

.list-grid .list-item .item-actions {
  right: 16px;
}

.list-grid .list-item .item-badges {
  left: 16px;
}

.list-grid .list-item .item-select {
  display: none;
}

@media (max-width: 991px) {
  .list-horizontal .list-item .list-thumb img {
    height: 100%;
    width: 100px;
  }

  .list-horizontal .list-item .item-title {
    max-width: 200px;
  }
}

@media (max-width: 576px) {
  .list-horizontal .list-item .item-title {
    max-width: 150px;
  }
}

.user-profile .header-cover {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}

.user-profile .header-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}

.user-profile .user-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  z-index: 9;
}

.user-profile .profile-picture {
  border-radius: 50%;
  border: 4px solid #ffffff;
}

.user-profile .profile-nav {
  justify-content: center;
}

.timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline .timeline-item {
  position: relative;
  width: 50%;
  display: inline-block;
}

.timeline .timeline-item:nth-child(even) {
  padding: 0 3rem 3rem 0;
}

.timeline .timeline-item:nth-child(even) .timeline-badge {
  left: calc(100% - 24px);
}

.timeline .timeline-item:nth-child(odd) {
  float: right;
  padding: 0 0 3rem 3rem;
  margin-top: 6rem;
}

.timeline .timeline-item:nth-child(odd) .timeline-badge {
  right: calc(100% - 24px);
}

.timeline .timeline-item .timeline-badge {
  position: absolute;
  width: 48px;
  height: 48px;
}

.timeline .timeline-item .badge-icon {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  line-height: 48px;
}

.timeline .timeline-item .badge-img {
  display: inline-block;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.timeline .timeline-group {
  position: relative;
  z-index: 99;
  padding: 0 0 2rem 0;
}

.timeline .timeline-line {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #dee2e6;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .user-profile .header-cover {
    height: 200px;
  }

  .timeline .timeline-item {
    width: 100%;
    padding: 4rem 0 3rem !important;
  }

  .timeline .timeline-item:nth-child(odd) {
    margin-top: 1rem;
  }

  .timeline .timeline-item .timeline-badge {
    left: 0 !important;
    right: 0 !important;
    top: -16px;
    margin: auto;
  }

  .timeline .timeline-group {
    padding: 0 0 3rem;
  }
}

.auth-layout-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-size: cover;
}

.auth-layout-wrap .auth-content {
  max-width: 660px;
  margin: auto;
}

.auth-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.auth-logo img {
  width: auto;
  height: 6.25rem;
}

@media (min-width: 1024px) {
  .auth-layout-wrap .auth-content {
    min-width: 660px;
  }
}

@media (max-width: 767px) {
  .auth-layout-wrap .auth-content {
    padding: 15px;
  }

  .auth-right {
    padding: 80px 15px;
  }
}

.not-found-wrap {
  background-image: url(/images/page-bg-bottom.png?ec613ada298590517b55ec1e07aaa754);
  background-position-y: bottom;
  background-size: cover;
  background-size: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  padding: 120px 0;
}

.not-found-wrap h1 {
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1;
}

.not-found-wrap .subheading {
  font-weight: 800;
}

label.ul-form__label {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: right;
  padding: 7px 0;
}

small.ul-form__text {
  margin-top: 10px;
  color: #bbb;
  font-weight: 400;
}

.input-right-icon {
  position: relative;
}

span.span-left-input-icon {
  position: absolute;
  top: 9px;
  left: 10px;
}

span.span-right-input-icon {
  position: absolute;
  top: 9px;
  /* left: 0; */
  right: 10px;
}

i.ul-form__icon {
  color: #7a839a;
  font-size: 15px;
  font-weight: 600;
}

.ul-form__radio-inline {
  display: flex;
}

span.ul-form__radio-font {
  font-size: 14px;
  font-weight: 500;
}

.footer-delete-right {
  float: right;
}

.ul-card__margin-25 {
  margin: 25px 0;
}

@media only screen and (max-width: 991px) {
  label.ul-form--margin {
    text-align: left;
    margin-left: 20px;
  }
}

label.action-bar-horizontal-label {
  font-size: 15px;
}

.ul-form__radio {
  position: relative;
}

span.checkmark.ul-radio__position {
  position: absolute;
  /* bottom: -22px; */
  top: -8px;
  left: 4px;
}

i.ul-tab__icon {
  font-size: 14px;
  font-weight: 500;
}

.ul-tab__border {
  border: 1px dashed #bbb;
  margin: 30px 0;
}

.ul-tab__content {
  margin: 0;
  padding-left: 0;
}

.ul-dropdown__toggle {
  padding: 8px 25px;
  margin: 0 5px;
}

.tab-border {
  border: 1px dashed #ebedf2 !important;
  margin: 30px 0 !important;
}

span._r_block-dot {
  display: block;
  margin: 2px 0;
}

._r_btn {
  border: 1px solid #e8ecfa;
}

._r_drop_right {
  padding-right: 14px !important;
}

.ul-accordion__link:hover {
  list-style: none;
  text-decoration: none !important;
}

button.ul-accordion__link {
  text-decoration: none !important;
}

.ul-accordion__font {
  font-size: 16px;
}

.ul-cursor--pointer {
  cursor: pointer;
}

.ul-border__bottom {
  border-bottom: 1px solid #3F51B5;
}

.ul-card__v-space {
  border-radius: 0;
  box-shadow: 0;
  margin: 30px 0;
}

.ul-card__border-radius {
  border-radius: 0;
  box-shadow: none;
}

.header-elements-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.ul-card__list--icon-font i {
  font-weight: 700;
  margin: 0 2px;
}

.accordion .ul-collapse__icon--size a::before {
  font-family: 'iconsmind';
  font-size: 18px;
  font-weight: 700;
  vertical-align: bottom;
  cursor: pointer;
}

.accordion .ul-collapse__left-icon a.collapsed:before {
  font-family: 'iconsmind';
  content: "\F083";
  margin: 0 8px;
}

.accordion .ul-collapse__left-icon a:before {
  font-family: 'iconsmind';
  content: "\F072";
  margin: 0 8px;
}

.accordion .ul-collapse__right-icon a.collapsed:before {
  font-family: 'iconsmind';
  content: "\F083";
  margin: 0 8px;
  float: right;
  position: absolute;
  right: 15px;
}

.accordion .ul-collapse__right-icon a:before {
  font-family: 'iconsmind';
  content: "\F072";
  margin: 0 8px;
  float: right;
  position: absolute;
  right: 15px;
}

.ul-widget__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.07rem dashed #dee2e6;
  padding: 1.1rem 0;
}

.ul-widget1__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #7a839a;
}

.ul-widget__desc {
  font-size: 0.9rem;
  font-weight: normal;
}

.ul-widget__number {
  font-size: 1.4rem;
  font-weight: 700;
}

.ul-widget__item:last-child {
  border-bottom: 0;
}

.ul-widget__head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.ul-widget__head.\--v-margin {
  padding: 10px 0;
}

.ul-widget__head-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #5c657a;
}

.ul-widget-nav-tabs-line .nav-item .nav-link.active {
  border: 1px solid transparent;
  background: #ffffff;
  border-color: #ffffff #ffffff #3F51B5 #ffffff;
}

.ul-widget-nav-tabs-line .nav-link {
  font-weight: 700;
}

.ul-widget__body {
  padding: 10px;
}

.ul-widget2__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.4rem;
  align-items: center;
  position: relative;
}

.ul-widget2__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 10px;
}

.ul-widget2__title {
  font-weight: 600;
  color: #7a839a;
}

.ul-widget2__username {
  font-size: 0.7rem;
  color: #7a839a;
}

.ul-widget__link--font i {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
}

.ul-widget__link--font {
  color: #7a839a;
  font-weight: 600;
  font-size: 15px;
}

.ul-pl-0 {
  padding-left: 0;
}

.ul-checkmark {
  position: absolute;
  top: -4px !important;
  left: 20px !important;
}

.ul-widget2__actions {
  opacity: 0;
  visibility: hidden;
}

.ul-widget1:hover .ul-widget2__actions {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.pb-20 {
  padding-bottom: 20px;
}

.ul-widget-notification-item {
  display: flex;
  align-items: center;
  padding: 2px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}

.ul-widget-notification-item:last-child {
  border-bottom: none;
}

.ul-widget-notification-item:hover {
  background-color: #f8f9fa;
}

.ul-widget-notification-item-icon {
  /* padding-left: 12px; */
  padding-right: 20px;
}

.ul-widget-notification-item-title {
  transition: color 0.3s ease;
  font-size: 1rem;
  font-weight: 400;
  color: #6e7891;
}

.ul-widget-notification-item-time {
  font-size: 13px;
  font-weight: 300;
  color: #bbb;
}

.ul-widget-notification-item::after {
  content: "\F07D";
  font-family: 'iconsmind';
  position: absolute;
  /* top: 16px; */
  right: 0;
}

.ul-widget-notification-item i {
  font-size: 27px;
}

.ul-widget3-img img {
  width: 3.2rem;
  border-radius: 50%;
}

.ul-widget3-item {
  margin-bottom: 1rem;
  border-bottom: 0.07rem dashed #eee;
}

.ul-widget3-item:last-child {
  border: none;
}

.ul-widget3-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}

span.ul-widget3-status {
  flex-grow: 1;
  text-align: right;
}

.ul-widget3-info {
  padding-left: 10px;
}

.ul-widget4__item {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #dee2e6;
  padding: 15px 0;
}

.ul-widget4__item:last-child {
  border-bottom: 0;
}

.ul-widget4__pic-icon {
  margin-right: 15px;
  font-size: 25px;
}

a.ul-widget4__title {
  color: #7a839a;
  font-weight: 700;
  font-size: 15px;
}

a.ul-widget4__title:hover {
  color: #3F51B5;
}

.ul-widget4__img img {
  width: 2.5rem;
  border-radius: 5px;
  margin-right: 15px;
}

.ul-widget4__users {
  justify-content: space-between;
}

.ul-widget2__info.ul-widget4__users-info {
  flex-grow: 1;
}

span.ul-widget4__number.t-font-boldest {
  font-size: 1.1rem;
  /* font-weight: 900; */
}

.ul-widget5__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.43rem;
  padding-bottom: 1.57rem;
  border-bottom: 0.07rem dashed #eee;
}

.ul-widget5__item:last-child {
  border-bottom: none;
}

.ul-widget5__content {
  display: flex;
  align-items: center;
}

.ul-widget5__stats {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.ul-widget5__stats:first-child {
  padding-right: 3rem;
}

span.ul-widget5__number {
  font-size: 1.3rem;
  font-weight: 600;
  color: #7a839a;
}

.ul-widget5__pic img {
  padding-right: 1.43rem;
  width: 8.6rem;
  border-radius: 4px;
}

p.ul-widget5__desc {
  margin: 0;
  padding: 0.4rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: #ced4da;
}

.ul-widget5__info span:nth-child(even) {
  font-weight: 600;
  padding-right: 0.71rem;
}

.ul-widget6__head .ul-widget6__item {
  display: flex;
  align-items: center;
  margin-bottom: 1.07rem;
}

.ul-widget6__head .ul-widget6__item span {
  flex: 1;
  text-align: left;
  font-size: 0.8rem;
  color: #bbb;
  font-weight: 500;
}

.ul-widget6__head .ul-widget6__item span:last-child {
  text-align: right;
}

.ul-widget6__body .ul-widget6__item {
  display: flex;
  align-items: center;
  padding: 1.07rem 0;
  border-bottom: 0.07rem dashed #eee;
}

.ul-widget6__body .ul-widget6__item:last-child {
  border-bottom: none;
}

.ul-widget6__body .ul-widget6__item span {
  flex: 1;
  text-align: left;
  color: #7a839a;
  font-weight: 400;
}

.ul-widget6__body .ul-widget6__item span:last-child {
  text-align: right;
}

.ul-widget6 .ul-widget6-footer {
  text-align: right;
  margin: 0;
}

.ul-widget-s5__pic img {
  width: 4rem;
  border-radius: 50%;
}

.ul-widget-s5__pic {
  padding-right: 1rem;
}

a.ul-widget4__title.ul-widget5__title {
  font-size: 1.1rem;
}

.ul-widget-s5__desc {
  margin: 0;
  color: #7a839a;
}

.ul-widget-s5__item {
  display: flex;
  justify-content: space-between;
}

.ul-widget-s5__content {
  display: flex;
  align-items: center;
}

.ul-widget-s5__content:last-child {
  display: flex;
  justify-content: space-between;
  width: 50%;
  align-items: center;
}

.ul-widget-s5__progress {
  flex: 1;
  padding-right: 3rem;
}

.ul-widget-s5__stats {
  justify-content: space-between;
  display: flex;
  margin-bottom: 0.7rem;
}

.ul-widget-s5__stats span {
  font-size: 1rem;
  font-weight: 600;
  color: #6e7891;
}

.widget-badge {
  margin: 0 !important;
}

.ul-widget-s6__items {
  position: relative;
}

.ul-widget-s6__items:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  background-color: #dee2e6;
  height: 100%;
  left: 3px;
  top: 14px;
}

p.ul-widget6__dot {
  height: 8px;
  width: 8px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.ul-widget-s6__item {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}

span.ul-widget-s6__text {
  display: flex;
  flex-grow: 1;
  /* margin-right: -26px; */
  padding-left: 12px;
  color: #7a839a;
  font-weight: 600;
}

span.ul-widget-s6__time {
  font-size: 0.77rem;
  color: #bbb;
}

.ul-widget6__item--table {
  height: 400px;
  overflow-y: scroll;
}

tr.ul-widget6__tr--sticky-th th {
  position: sticky;
  top: 0;
  background-color: #ffffff;
}

.ul-widget-s7__items {
  display: flex;
}

.ul-widget-s7__item-circle {
  margin: 0 1rem;
}

.ul-widget-s7__item-circle i {
  font-size: 16px;
  font-weight: 900;
}

.ul-widget-s7 {
  position: relative;
  padding: 15px 0;
}

.ul-widget-s7:before {
  content: "";
  position: absolute;
  width: 1;
  height: 100%;
  background-color: #ced4da;
  width: 0.241rem;
  /* top: 0; */
  left: 72px;
  top: 22px;
}

p.ul-widget7__big-dot {
  height: 13px;
  width: 13px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.ul-widget-s7__item-time {
  font-size: 1.2rem;
  font-weight: 500;
  color: #7a839a;
}

.ul-widget-s7__item-time.ul-middle {
  display: flex;
  align-items: center;
}

.ul-widget-s7__item-text {
  font-size: 1rem;
  color: #7a839a;
}

.ul-widget-s7:last-child:before {
  background-color: #f8f9fa;
}

.ul-vertical-line {
  height: 100%;
  width: 7px;
  display: inline-block;
  vertical-align: middle;
}

.ul-widget8__tbl-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.ul-widget_user-card {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 425px) {
  .ul-widget__number {
    font-size: 1.1rem;
    font-weight: 700;
  }

  .ul-widget1__title {
    font-size: 0.9rem;
  }

  .ul-widget__desc {
    font-size: .7rem;
  }

  .ul-widget__head {
    flex-direction: column;
  }

  .ul-widget__head-label {
    margin: 10px 0;
  }

  .ul-widget__head.v-margin {
    flex-direction: unset;
  }
}

@media only screen and (max-width: 1024px) {
  .ul-widget2__actions {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 768px) {
  .ul-widget-s5__content:last-child {
    width: 100%;
  }

  .ul-widget-s5__item {
    justify-content: space-between;
    display: block;
  }

  .ul-widget-s5__content {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 375px) {
  .ul-widget5 {
    overflow-x: auto;
  }

  a.ul-widget4__title {
    font-size: 12px;
    padding-right: 5px;
  }

  a.ul-widget4__title.ul-widget5__title {
    font-size: 11px;
  }

  p.ul-widget-s5__desc {
    font-size: 11px;
  }
}

.ul-card__widget-chart {
  padding: 0px;
}

.ul-widget__chart-info {
  padding: 15px;
}

.ul-widget__row {
  align-items: center;
  display: flex;
}

.ul-widget__content {
  margin-left: 30px;
}

.ul-widget__row-v2 {
  text-align: center;
  text-align: -webkit-center;
}

.ul-widget-stat__font i {
  font-size: 35px;
}

.ul-widget__content-v4 {
  text-align: center;
}

.ul-widget-card__info {
  display: flex;
  justify-content: space-between;
}

.ul-widget-card__info span p:first-child {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}

.ul-widget-card__info span p:last-child {
  font-size: 17px;
  margin: 0;
}

.ul-widget-card__progress-rate {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 5px;
}

.ul-widget-card__progress-rate span {
  font-weight: 700;
}

.ul-widget-card__progress-rate span:last-child {
  font-weight: 700;
  color: #ced4da;
}

.progress--height {
  height: 10px;
}

.ul-widget-card__user-info {
  text-align: center;
}

.ul-widget-card--line {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 20px;
}

.ul-widget-card--line:last-child {
  border-bottom: none;
}

.ul-widget-card__rate-icon {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.ul-widget-card__rate-icon.\--version-2 {
  justify-content: flex-start;
}

.ul-widget-card__rate-icon.\--version-2 span {
  margin-right: 18px;
}

.ul-widget-card__rate-icon span i {
  font-size: 14px;
}

.ul-widget-card__rate-icon span {
  font-size: 15px;
}

.ul-widget-card__rate-icon span i {
  font-size: 16px;
  font-weight: 600;
  margin-right: 2px;
}

.ul-widget-card__full-status {
  display: flex;
  justify-content: space-between;
}

.ul-widget-card__status1 {
  display: grid;
  text-align: -webkit-center;
  text-align: center;
}

.ul-widget-card__status1 span:first-child {
  font-size: 1.25rem;
  font-weight: 600;
}

.ul-widget6__dot.ul-widget-card__dot-xl {
  padding: 1.35rem;
}

.ul-widget-s6__badge .ul-widget-card__dot {
  position: relative;
}

.ul-widget6__dot.ul-widget-card__dot-xl i {
  position: absolute;
  top: 35%;
  content: "";
  left: 35%;
}

.ul-widget-s6__items.ul-widget-card__position:before {
  left: 20px;
  top: 0;
}

.ul-widget-card__item {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.ul-widget-card__info-v2 {
  display: grid;
  /* margin-right: 2px; */
  margin-left: 20px;
}

.ul-widget-card__img-bg {
  background-size: cover;
  height: 500px;
  background-repeat: no-repeat, repeat;
}

.ul-widget-card__cloud .ul-widget-card__head h1 {
  color: #ffffff;
}

.ul-widget-card__cloud .ul-widget-card__head i {
  color: #ffffff !important;
}

.ul-widget-card__head {
  display: flex;
  justify-content: space-around;
  margin: 60px 0;
  align-items: center;
}

.ul-widget-card__weather-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  margin: 45px 0;
}

.ul-b4__box {
  width: 5rem;
  height: 5rem;
  background-color: #ced4da;
  display: inline-block;
  margin: 0 5px;
}

.ul-b4__border {
  border: 1px solid #3F51B5;
}

.ul-b4__border-top {
  border-top: 1px solid #3F51B5;
}

.ul-b4__border-right {
  border-right: 1px solid #3F51B5;
}

.ul-b4__border-bottom {
  border-bottom: 1px solid #3F51B5;
}

.ul-b4__border-left {
  border-left: 1px solid #3F51B5;
}

.ul-b4-utilities__code pre {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.ul-b4-utilities__code {
  padding: 25px 10px;
  background-color: #eee;
}

.ul-b4__border-0 {
  border: none;
}

.ul-b4__border-top-0 {
  border-top: none;
  border-bottom: 1px solid #3F51B5;
  border-right: 1px solid #3F51B5;
  border-left: 1px solid #3F51B5;
}

.ul-b4__border-right-0 {
  border-right: none;
  border-bottom: 1px solid #3F51B5;
  border-left: 1px solid #3F51B5;
  border-top: 1px solid #3F51B5;
}

.ul-b4__border-bottom-0 {
  border-bottom: none;
  border-left: 1px solid #3F51B5;
  border-top: 1px solid #3F51B5;
  border-right: 1px solid #3F51B5;
}

.ul-b4__border-left-0 {
  border-bottom: 1px solid #3F51B5;
  border-left: none;
  border-top: 1px solid #3F51B5;
  border-right: 1px solid #3F51B5;
}

html {
  font-size: 16px;
}

body {
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
}

[tabindex="-1"]:focus {
  outline: none;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 0;
}

select,
button,
textarea,
input {
  vertical-align: baseline;
}

div {
  box-sizing: border-box;
}

html[dir=rtl],
html[dir=ltr],
body[dir=rtl],
body[dir=ltr] {
  unicode-bidi: embed;
}

bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

img {
  max-width: 100%;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

blockquote {
  border-left: 2px solid #eee;
  padding-left: 1rem;
  margin-bottom: 1rem;
  font-size: 1.01625rem;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  outline: none;
}

.o-hidden {
  overflow: hidden;
}

.separator-breadcrumb {
  margin-bottom: 2rem;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 2;
}

.line-height-3 {
  line-height: 3;
}

.line-height-4 {
  line-height: 4;
}

.line-height-5 {
  line-height: 5;
}

.app-inro-circle {
  text-align: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(50% - 150px);
}

.app-inro-circle .big-bubble {
  height: 280px;
  width: 280px;
  margin: 0 auto 20px;
  text-align: center;
  background: #15AABF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-inro-circle .big-bubble i {
  font-size: 108px;
  color: #ffffff;
}

.loadscreen {
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 100vh;
  background: #ffffff;
  z-index: 999;
}

.loadscreen .loader {
  position: absolute;
  top: calc(50vh - 50px);
  left: 0;
  right: 0;
  margin: auto;
}

.loadscreen .logo {
  display: inline-block !important;
  width: 80px;
  height: 80px;
}

.img-preview {
  overflow: hidden;
  float: left;
  background-color: #eee;
  width: 100%;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.preview-lg {
  width: 200px;
  height: 150px;
}

.preview-md {
  width: 150px;
  height: 120px;
}

.preview-sm {
  width: 100px;
  height: 75px;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (max-width: 576px) {
  .app-inro-circle .big-bubble {
    width: 220px;
    height: 220px;
  }

  button.close {
    float: right;
    font-size: 1.2195rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

[dir="rtl"] .rtl-ps-none .ps__rail-x,
[dir="rtl"] .rtl-ps-none .ps__rail-y {
  display: none;
}

[dir="rtl"] .text-left {
  text-align: right !important;
}

[dir="rtl"] .text-right {
  text-align: left !important;
}

@media (min-width: 576px) {
  [dir="rtl"] .text-sm-left {
    text-align: right !important;
  }

  [dir="rtl"] .text-sm-right {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  [dir="rtl"] .text-md-left {
    text-align: right !important;
  }

  [dir="rtl"] .text-md-right {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  [dir="rtl"] .text-lg-left {
    text-align: right !important;
  }

  [dir="rtl"] .text-lg-right {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  [dir="rtl"] .text-xl-left {
    text-align: right !important;
  }

  [dir="rtl"] .text-xl-right {
    text-align: left !important;
  }
}

[dir="rtl"] .float-left {
  float: right !important;
}

[dir="rtl"] .float-right {
  float: left !important;
}

@media (min-width: 576px) {
  [dir="rtl"] .float-sm-left {
    float: right !important;
  }

  [dir="rtl"] .float-sm-right {
    float: left !important;
  }
}

@media (min-width: 768px) {
  [dir="rtl"] .float-md-left {
    float: right !important;
  }

  [dir="rtl"] .float-md-right {
    float: left !important;
  }
}

@media (min-width: 992px) {
  [dir="rtl"] .float-lg-left {
    float: right !important;
  }

  [dir="rtl"] .float-lg-right {
    float: left !important;
  }
}

@media (min-width: 1200px) {
  [dir="rtl"] .float-xl-left {
    float: right !important;
  }

  [dir="rtl"] .float-xl-right {
    float: left !important;
  }
}

[dir="rtl"] .mr-0,
[dir="rtl"] .mx-0 {
  margin-left: 0 !important;
  margin-right: unset !important;
}

[dir="rtl"] .ml-0,
[dir="rtl"] .mx-0 {
  margin-right: 0 !important;
  margin-left: unset !important;
}

[dir="rtl"] .mr-1,
[dir="rtl"] .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: unset !important;
}

[dir="rtl"] .ml-1,
[dir="rtl"] .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: unset !important;
}

[dir="rtl"] .mr-2,
[dir="rtl"] .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: unset !important;
}

[dir="rtl"] .ml-2,
[dir="rtl"] .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: unset !important;
}

[dir="rtl"] .mr-3,
[dir="rtl"] .mx-3 {
  margin-left: 1rem !important;
  margin-right: unset !important;
}

[dir="rtl"] .ml-3,
[dir="rtl"] .mx-3 {
  margin-right: 1rem !important;
  margin-left: unset !important;
}

[dir="rtl"] .mr-4,
[dir="rtl"] .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: unset !important;
}

[dir="rtl"] .ml-4,
[dir="rtl"] .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: unset !important;
}

[dir="rtl"] .mr-5,
[dir="rtl"] .mx-5 {
  margin-left: 3rem !important;
  margin-right: unset !important;
}

[dir="rtl"] .ml-5,
[dir="rtl"] .mx-5 {
  margin-right: 3rem !important;
  margin-left: unset !important;
}

[dir="rtl"] .pr-0,
[dir="rtl"] .px-0 {
  padding-left: 0 !important;
  margin-right: unset !important;
}

[dir="rtl"] .pl-0,
[dir="rtl"] .px-0 {
  padding-right: 0 !important;
  margin-left: unset !important;
}

[dir="rtl"] .pr-1,
[dir="rtl"] .px-1 {
  padding-left: 0.25rem !important;
  margin-right: unset !important;
}

[dir="rtl"] .pl-1,
[dir="rtl"] .px-1 {
  padding-right: 0.25rem !important;
  margin-left: unset !important;
}

[dir="rtl"] .pr-2,
[dir="rtl"] .px-2 {
  padding-left: 0.5rem !important;
  margin-right: unset !important;
}

[dir="rtl"] .pl-2,
[dir="rtl"] .px-2 {
  padding-right: 0.5rem !important;
  margin-left: unset !important;
}

[dir="rtl"] .pr-3,
[dir="rtl"] .px-3 {
  padding-left: 1rem !important;
  margin-right: unset !important;
}

[dir="rtl"] .pl-3,
[dir="rtl"] .px-3 {
  padding-right: 1rem !important;
  margin-left: unset !important;
}

[dir="rtl"] .pr-4,
[dir="rtl"] .px-4 {
  padding-left: 1.5rem !important;
  margin-right: unset !important;
}

[dir="rtl"] .pl-4,
[dir="rtl"] .px-4 {
  padding-right: 1.5rem !important;
  margin-left: unset !important;
}

[dir="rtl"] .pr-5,
[dir="rtl"] .px-5 {
  padding-left: 3rem !important;
  margin-right: unset !important;
}

[dir="rtl"] .pl-5,
[dir="rtl"] .px-5 {
  padding-right: 3rem !important;
  margin-left: unset !important;
}

@media (min-width: 576px) {
  [dir="rtl"] .mr-sm-0,
  [dir="rtl"] .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-sm-0,
  [dir="rtl"] .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-sm-1,
  [dir="rtl"] .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-sm-1,
  [dir="rtl"] .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-sm-2,
  [dir="rtl"] .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-sm-2,
  [dir="rtl"] .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-sm-3,
  [dir="rtl"] .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-sm-3,
  [dir="rtl"] .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-sm-4,
  [dir="rtl"] .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-sm-4,
  [dir="rtl"] .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-sm-5,
  [dir="rtl"] .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-sm-5,
  [dir="rtl"] .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-sm-0,
  [dir="rtl"] .px-sm-0 {
    padding-left: 0 !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-sm-0,
  [dir="rtl"] .px-sm-0 {
    padding-right: 0 !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-sm-1,
  [dir="rtl"] .px-sm-1 {
    padding-left: 0.25rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-sm-1,
  [dir="rtl"] .px-sm-1 {
    padding-right: 0.25rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-sm-2,
  [dir="rtl"] .px-sm-2 {
    padding-left: 0.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-sm-2,
  [dir="rtl"] .px-sm-2 {
    padding-right: 0.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-sm-3,
  [dir="rtl"] .px-sm-3 {
    padding-left: 1rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-sm-3,
  [dir="rtl"] .px-sm-3 {
    padding-right: 1rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-sm-4,
  [dir="rtl"] .px-sm-4 {
    padding-left: 1.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-sm-4,
  [dir="rtl"] .px-sm-4 {
    padding-right: 1.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-sm-5,
  [dir="rtl"] .px-sm-5 {
    padding-left: 3rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-sm-5,
  [dir="rtl"] .px-sm-5 {
    padding-right: 3rem !important;
    margin-left: unset !important;
  }
}

@media (min-width: 768px) {
  [dir="rtl"] .mr-md-0,
  [dir="rtl"] .mx-md-0 {
    margin-left: 0 !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-md-0,
  [dir="rtl"] .mx-md-0 {
    margin-right: 0 !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-md-1,
  [dir="rtl"] .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-md-1,
  [dir="rtl"] .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-md-2,
  [dir="rtl"] .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-md-2,
  [dir="rtl"] .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-md-3,
  [dir="rtl"] .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-md-3,
  [dir="rtl"] .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-md-4,
  [dir="rtl"] .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-md-4,
  [dir="rtl"] .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-md-5,
  [dir="rtl"] .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-md-5,
  [dir="rtl"] .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-md-0,
  [dir="rtl"] .px-md-0 {
    padding-left: 0 !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-md-0,
  [dir="rtl"] .px-md-0 {
    padding-right: 0 !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-md-1,
  [dir="rtl"] .px-md-1 {
    padding-left: 0.25rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-md-1,
  [dir="rtl"] .px-md-1 {
    padding-right: 0.25rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-md-2,
  [dir="rtl"] .px-md-2 {
    padding-left: 0.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-md-2,
  [dir="rtl"] .px-md-2 {
    padding-right: 0.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-md-3,
  [dir="rtl"] .px-md-3 {
    padding-left: 1rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-md-3,
  [dir="rtl"] .px-md-3 {
    padding-right: 1rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-md-4,
  [dir="rtl"] .px-md-4 {
    padding-left: 1.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-md-4,
  [dir="rtl"] .px-md-4 {
    padding-right: 1.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-md-5,
  [dir="rtl"] .px-md-5 {
    padding-left: 3rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-md-5,
  [dir="rtl"] .px-md-5 {
    padding-right: 3rem !important;
    margin-left: unset !important;
  }
}

@media (min-width: 992px) {
  [dir="rtl"] .mr-lg-0,
  [dir="rtl"] .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-lg-0,
  [dir="rtl"] .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-lg-1,
  [dir="rtl"] .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-lg-1,
  [dir="rtl"] .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-lg-2,
  [dir="rtl"] .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-lg-2,
  [dir="rtl"] .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-lg-3,
  [dir="rtl"] .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-lg-3,
  [dir="rtl"] .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-lg-4,
  [dir="rtl"] .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-lg-4,
  [dir="rtl"] .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-lg-5,
  [dir="rtl"] .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-lg-5,
  [dir="rtl"] .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-lg-0,
  [dir="rtl"] .px-lg-0 {
    padding-left: 0 !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-lg-0,
  [dir="rtl"] .px-lg-0 {
    padding-right: 0 !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-lg-1,
  [dir="rtl"] .px-lg-1 {
    padding-left: 0.25rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-lg-1,
  [dir="rtl"] .px-lg-1 {
    padding-right: 0.25rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-lg-2,
  [dir="rtl"] .px-lg-2 {
    padding-left: 0.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-lg-2,
  [dir="rtl"] .px-lg-2 {
    padding-right: 0.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-lg-3,
  [dir="rtl"] .px-lg-3 {
    padding-left: 1rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-lg-3,
  [dir="rtl"] .px-lg-3 {
    padding-right: 1rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-lg-4,
  [dir="rtl"] .px-lg-4 {
    padding-left: 1.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-lg-4,
  [dir="rtl"] .px-lg-4 {
    padding-right: 1.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-lg-5,
  [dir="rtl"] .px-lg-5 {
    padding-left: 3rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-lg-5,
  [dir="rtl"] .px-lg-5 {
    padding-right: 3rem !important;
    margin-left: unset !important;
  }
}

@media (min-width: 1200px) {
  [dir="rtl"] .mr-xl-0,
  [dir="rtl"] .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-xl-0,
  [dir="rtl"] .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-xl-1,
  [dir="rtl"] .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-xl-1,
  [dir="rtl"] .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-xl-2,
  [dir="rtl"] .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-xl-2,
  [dir="rtl"] .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-xl-3,
  [dir="rtl"] .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-xl-3,
  [dir="rtl"] .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-xl-4,
  [dir="rtl"] .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-xl-4,
  [dir="rtl"] .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .mr-xl-5,
  [dir="rtl"] .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .ml-xl-5,
  [dir="rtl"] .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-xl-0,
  [dir="rtl"] .px-xl-0 {
    padding-left: 0 !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-xl-0,
  [dir="rtl"] .px-xl-0 {
    padding-right: 0 !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-xl-1,
  [dir="rtl"] .px-xl-1 {
    padding-left: 0.25rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-xl-1,
  [dir="rtl"] .px-xl-1 {
    padding-right: 0.25rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-xl-2,
  [dir="rtl"] .px-xl-2 {
    padding-left: 0.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-xl-2,
  [dir="rtl"] .px-xl-2 {
    padding-right: 0.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-xl-3,
  [dir="rtl"] .px-xl-3 {
    padding-left: 1rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-xl-3,
  [dir="rtl"] .px-xl-3 {
    padding-right: 1rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-xl-4,
  [dir="rtl"] .px-xl-4 {
    padding-left: 1.5rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-xl-4,
  [dir="rtl"] .px-xl-4 {
    padding-right: 1.5rem !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .pr-xl-5,
  [dir="rtl"] .px-xl-5 {
    padding-left: 3rem !important;
    margin-right: unset !important;
  }

  [dir="rtl"] .pl-xl-5,
  [dir="rtl"] .px-xl-5 {
    padding-right: 3rem !important;
    margin-left: unset !important;
  }
}

[dir="rtl"] .input-group > .input-group-prepend > .btn,
[dir="rtl"] .input-group > .input-group-prepend > .input-group-text,
[dir="rtl"] .input-group > .input-group-append:not(:last-child) > .btn,
[dir="rtl"] .input-group > .input-group-append:not(:last-child) > .input-group-text,
[dir="rtl"] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

[dir="rtl"] .input-group > .input-group-append > .btn,
[dir="rtl"] .input-group > .input-group-append > .input-group-text,
[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .btn,
[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
[dir="rtl"] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
[dir="rtl"] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

[dir="rtl"] .input-group > .form-control:not(:last-child),
[dir="rtl"] .input-group > .custom-select:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

[dir="rtl"] .input-group > .form-control:not(:first-child),
[dir="rtl"] .input-group > .custom-select:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

[dir="rtl"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"] .btn-group > .btn-group:not(:last-child) > .btn,
[dir="rtl"] .btn-group > .btn:not(:first-child),
[dir="rtl"] .btn-group > .btn-group:not(:first-child) > .btn {
  border-radius: 0;
}

input.field-error,
select.field-error {
  border: 2px solid #DD0000;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.rel_p,
.rel_p_10_vb {
  position: relative;
}

.c_b,
.clear_b {
  clear: both;
}

.cl_r {
  clear: right;
}

.w_o1 {
  width: 10px;
}

.w_o2 {
  width: 20px;
}

.w_o3 {
  width: 30px;
}

.w_o4 {
  width: 40px;
}

.w_o5 {
  width: 50px;
}

.mw_o5 {
  max-width: 50px;
}

.w_1 {
  width: 100px;
}

.mw_1 {
  max-width: 100px;
}

.w_150 {
  width: 150px !important;
}

.mw_1200 {
  max-width: 1200px;
}

.w_2 {
  width: 200px;
}

.w_5 {
  width: 500px;
}

.w_10 {
  width: 1000px;
}

.w_1_p {
  width: 10%;
}

.w_18_p {
  width: 18%;
}

.w_2_p {
  width: 20%;
}

.w_25_p {
  width: 25%;
}

.w_3_p {
  width: 30%;
}

.w_4_p {
  width: 40%;
}

.w_5_p {
  width: 50%;
}

.w_6_p {
  width: 60%;
}

.w_7_p {
  width: 70%;
}

.w_75_p {
  width: 75%;
}

.w_8_p {
  width: 80%;
}

.w_9_p {
  width: 90%;
}

.w_10_p {
  width: 100%;
}

.mw_10_p,
.wm_10_p {
  max-width: 100%;
}

.w_120 {
  width: 120px;
}

.h_33_p {
  height: 33%;
}

.h_a {
  height: auto;
}

.h_36_p {
  height: 36%;
}

.h_10_p {
  height: 100%;
}

.h_20 {
  height: 20px;
}

.h_34 {
  height: 34px;
}

.h_50 {
  height: 50px;
}

.h_60 {
  height: 60px;
}

.h_100 {
  height: 100px;
}

.h_250 {
  height: 250px;
}

.h_500 {
  height: 500px;
}

.h_800 {
  height: 800px;
}

.h_1000 {
  height: 1000px;
}

.h_1200 {
  height: 1200px;
}

.h_1500 {
  height: 1500px;
}

.h_1800 {
  height: 1800px;
}

.h_2000 {
  height: 2000px;
}

.h_o1 {
  height: 10px;
}

.h_o4 {
  height: 40px;
}

.h_m_100 {
  max-height: 100px;
}

.h_600 {
  height: 600px;
}

.mh_150 {
  max-height: 150px;
}

.mnh_150 {
  min-height: 150px;
}

.mh_200 {
  max-height: 200px;
}

.mh_250 {
  max-height: 250px;
}

.d_i {
  display: inline;
}

.d_ib {
  display: inline-block;
}

.d_b {
  display: block;
}

.d_f {
  display: flex;
}

.d_t {
  display: table;
}

.d_tc {
  display: table-cell;
}

.hidden,
.hide {
  display: none;
}

.over_v {
  overflow: auto;
}

.over_h {
  overflow: hidden;
}

.over_s {
  overflow: scroll;
}

.z_i9 {
  z-index: 9;
}

.z_i001 {
  z-index: 100;
}

.z_i200 {
  z-index: 200;
}

.z_i1 {
  z-index: 9999;
}

.z_i0 {
  z-index: 0;
}

.no_bord,
.no_bord_r *,
.nobord,
.nobord_r * {
  border: none !important;
}

.b_r_0,
.b_rad_0 {
  border-radius: 0;
}

.b_rad_4 {
  border-radius: 4px;
}

.b_rad_8 {
  border-radius: 8px;
}

.b_rad_16 {
  border-radius: 16px;
}

.b_rad_32 {
  border-radius: 32px;
}

.b_rad_5_p {
  border-radius: 50%;
}

.b_white_thin {
  border: 1px solid #fff;
}

.round {
  border-radius: 50%;
}

.flex {
  display: flex;
}

.l_h_30 {
  line-height: 30px;
}

.l_h_50 {
  line-height: 50px;
}

.l_h_75 {
  line-height: 75px;
}

.l_h_100 {
  line-height: 100px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.center_r * {
  text-align: center;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.f_right_i {
  float: right !important;
}

.f_left_i {
  float: left !important;
}

.f_right {
  float: right;
}

.f_left {
  float: left;
}

.f_no {
  float: none !important;
}

.v_a_m,
.v_am {
  vertical-align: middle;
}

.v_a_t,
.v_at {
  vertical-align: top;
}

.rel_p_10_vb {
  bottom: 10px;
}

.abs_b,
.abs_c {
  bottom: 0;
  position: absolute;
}

.abs_c {
  top: 0;
  left: 0;
  right: 0;
}

.abs_p {
  position: absolute;
}

.fix_p {
  position: fixed;
}

.abs_tr {
  position: absolute;
  top: 10px;
  right: 10px;
}

.abs_p_fb_b_25,
.abs_p_fb_r_25 {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.abs_p_fb_r_25 {
  top: 55px;
}

.abs_p_fb_b_25 {
  left: 25px;
}

.m_a {
  margin: auto;
}

.m_0 {
  margin: 0;
}

.m_5 {
  margin: 5px;
}

.m_5_h {
  margin-right: 5px;
  margin-left: 5px;
}

.m_0_t {
  margin-top: 0;
}

.m_5_t,
.m_5_v {
  margin-top: 5px;
}

.m_0_r {
  margin-right: 0;
}

.m_0_b {
  margin-bottom: 0;
}

.m_5_b,
.m_5_v {
  margin-bottom: 5px;
}

.m_0_l {
  margin-left: 0;
}

.m_5_r {
  margin-right: 5px;
}

.m_4_l {
  margin-left: 4px;
}

.m_5_l {
  margin-left: 5px;
}

.m_20_r {
  margin-right: 20px;
}

.m_10 {
  margin: 10px;
}

.m_10_t {
  margin-top: 10px;
}

.m_10_h {
  margin: 0 10px;
}

.m_10_r {
  margin-right: 10px;
}

.m_10_b {
  margin-bottom: 10px;
}

.m_10_p {
  margin: 10%;
}

.m_10_v,
.m_10_vb {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m_10_l {
  margin-left: 10px;
  padding: 0;
}

.m_15 {
  margin: 15px;
}

.m_15_t {
  margin-top: 15px;
}

.m_15_l {
  margin-left: 15px;
}

.m_15_v {
  margin: 15px 0;
}

.m_20_v {
  margin: 20px 0;
}

.m_20_b {
  margin-bottom: 20px;
}

.m_20_l {
  margin-left: 20px;
}

.m_20_t {
  margin-top: 20px;
}

.m_20 {
  margin: 20px;
}

.m_25 {
  margin: 25px;
}

.m_25_t {
  margin-top: 25px;
}

.m_40_l {
  margin-left: 40px;
}

.m_50_l {
  margin-left: 50px;
}

.m_50 {
  margin: 50px;
}

.m_50_t {
  margin-top: 50px;
}

.m_50_b {
  margin-bottom: 50px;
}

.m_50_v {
  margin: 50px 0;
}

.m_60_b {
  margin-bottom: 60px;
}

.m_100_t {
  margin-top: 100px;
}

.m_70_b {
  margin-bottom: 70px;
}

.m_-10_t {
  margin-top: -10px;
}

.p_0 {
  padding: 0 !important;
}

.p_0_l {
  padding-left: 0;
}

.p_0_t {
  padding-top: 0;
}

.p_0_b {
  padding-bottom: 0;
}

.p_2 {
  padding: 2px;
}

.p_5 {
  padding: 5px;
}

.p_5_r {
  padding-right: 5px;
}

.p_5_l {
  padding-left: 5px;
}

.p_10_h,
.p_10_l {
  padding-left: 10px;
}

.p_10 {
  padding: 10px;
}

.p_10_h {
  padding-right: 10px;
}

.p_15_l {
  padding-left: 15px;
}

.p_5_v {
  padding: 5px 0;
}

.p_10_v {
  padding: 10px 0;
}

.p_15_h {
  padding-right: 15px;
  padding-left: 15px;
}

.p_15_v {
  padding: 15px 0;
}

.p_15_t {
  padding-top: 15px;
}

.p_30_t {
  padding-top: 30px;
}

.p_50 {
  padding: 50px;
}

.p_50_t {
  padding-top: 50px;
}

.p_15_b {
  padding-bottom: 15px;
}

.p_20_b {
  padding-bottom: 20px;
}

.p_40_b {
  padding-bottom: 40px;
}

.p_25_v {
  padding: 25px 0;
}

.p_25_r {
  padding-right: 25px;
}

.p_15 {
  padding: 10px;
}

.p_20 {
  padding: 20px;
}

.p_25 {
  padding: 25px;
}

.p_25_h {
  padding-left: 25px;
  padding-right: 25px;
}

.c_p,
.fa-angle-down,
.fa-angle-up,
.fa-close {
  cursor: pointer;
}

.t_0 {
  top: 0;
}

.b_0 {
  bottom: 0;
}

.b_10 {
  bottom: 10px;
}

.b_25 {
  bottom: 25px;
}

.b_50 {
  bottom: 50px;
}

.left_corner,
.right_corner {
  position: absolute;
  bottom: 0;
}

.l_0 {
  left: 0;
}

.r_0 {
  right: 0;
}

.l_10 {
  left: 10px;
}

.r_10 {
  right: 10px;
}

.l_20 {
  left: 20px;
}

.r_20 {
  right: 20px;
}

.l_25 {
  left: 25px;
}

.r_25 {
  right: 25px;
}

.l_50 {
  left: 50px;
}

.r_50 {
  right: 50px;
}

.bg_trans {
  background: 0 0;
}

.white,
.white_r,
.white_r * {
  color: #fff !important;
}

.white_bord {
  border: 1px solid #fff;
}

.white_bg {
  background-color: #fff;
}

.black,
.black_r * {
  color: #000;
}

.black_bg {
  background-color: #000;
}

.light_grey_bg {
  background-color: #f7f7f7;
}

.grey_bg {
  background-color: #E5E5E5;
}

.grey_bord {
  border: 1px solid #E5E5E5;
}

.grey_t_bord {
  border-top: 1px solid #E5E5E5;
}

.grey_b_bord {
  border-bottom: 1px solid #E5E5E5;
}

.grey {
  color: #ccc;
}

.dark_grey_bg {
  background-color: #212121;
}

.f_s8 {
  font-size: 8px !important;
}

.f_s9 {
  font-size: 9px !important;
}

.f_s10 {
  font-size: 10px !important;
}

.f_s12 {
  font-size: 12px !important;
}

.f_s13 {
  font-size: 13px !important;
}

.f_s14 {
  font-size: 14px !important;
}

.f_s16 {
  font-size: 16px !important;
}

.f_s18 {
  font-size: 18px !important;
}

.f_s20 {
  font-size: 20px !important;
}

.f_s24 {
  font-size: 24px !important;
}

.f_s30 {
  font-size: 30px !important;
}

.f_s36 {
  font-size: 36px !important;
}

.f_s48 {
  font-size: 48px !important;
}

._u {
  text-transform: uppercase;
}

._l {
  text-transform: lowercase;
}

.f_wl {
  font-weight: light;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}

.right_corner {
  right: 0;
}

.left_corner {
  left: 0;
}

.no_dots {
  list-style-type: none;
}

.sq_25 {
  width: 25px;
  height: 25px;
}

.sq_50 {
  width: 50px;
  height: 50px;
}

.sq_75 {
  width: 75px;
  height: 75px;
}

.sq_100 {
  width: 100px;
  height: 100px;
}

.sq_150 {
  width: 150px;
  height: 150px;
}

.sq_200 {
  width: 200px;
  height: 200px;
}

.sq_250 {
  width: 250px;
  height: 250px;
}

.sq_500 {
  width: 500px;
  height: 500px;
}

._i {
  font-style: italic;
}

._b {
  font-weight: 700;
}

.rev_img {
  transform: scaleX(-1);
}

.l_o_bbg {
  background: rgba(0, 0, 0, 0.1);
}

.lm_o_bbg {
  background: rgba(0, 0, 0, 0.3);
}

.m_o_bbg {
  background: rgba(0, 0, 0, 0.5);
}

.md_o_bbg {
  background: rgba(0, 0, 0, 0.7);
}

.d_o_bbg {
  background: rgba(0, 0, 0, 0.9);
}

.row-eq-height {
  display: flex;
}

.row.same_height {
  flex-wrap: wrap;
  display: -ms-flexbox;
}

.row.same_height > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.light_text {
  font-weight: 1fi00;
}

.medium_text {
  font-weight: 500;
}

.align-self-center {
  align-self: center !important;
}

.abs_vert_center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.spacer-0 {
  height: 0;
  display: block;
}

.spacer-10 {
  height: 10px;
  display: block;
}

.spacer-20 {
  height: 20px;
  display: block;
}

.spacer-30 {
  height: 30px;
  display: block;
}

.spacer-50 {
  height: 50px;
  display: block;
}

.spacer-100 {
  height: 100px;
  display: block;
}

.spacer-120 {
  height: 120px;
  display: block;
}

.d_if {
  display: inline-flex;
}

.stroked_text {
  text-decoration: line-through;
  opacity: 0.5;
}

.toggle-off {
  background-color: #eeeeee;
}

.toggle-handle {
  background: #fff;
}

.btn-default {
  border: 1px solid #aaa;
}

.btn-huge {
  font-weight: 500;
  padding: 1rem 3rem;
  font-size: 1.3rem;
}

.light-azure-bg {
  background-color: #d5eced;
}

.light-azure-text {
  color: #d5eced;
}

.tiny-img {
  max-width: 3.125rem;
  max-height: 3.125rem;
}

.ql-editor {
  min-height: 400px;
}

#tile_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.p_doing,
.p_primary {
  background-color: #15AABF;
}

.p_incoming {
  background-color: #663399;
}

.p_pause,
.p_warning {
  background-color: #ffc107;
}

.p_done,
.p_success {
  background-color: #00B688;
}

.p_voided,
.p_danger {
  background-color: #DD0000;
}

.list-group-item {
  background-color: #ffffff;
  color: #292f40;
}

.price-label {
  font-size: 1.2em;
}

.bgc-dark-blue {
  background-color: #063e5c;
}

.bgc-dark-green {
  background-color: #065c3e;
}

.light-azure-well {
  padding: 20px;
  background-color: #d5eced;
  border-radius: 8px;
}

