.gradient {
  background: #04befe;
  background: linear-gradient(5deg, #006dda 30%, #04befe);
  background: -webkit-linear-gradient(5deg, #006dda 30%, #04befe);
  background: -moz-linear-gradient(5deg, #006dda 30%, #04befe);
  background: -o-linear-gradient(5deg, #006dda 30%, #04befe); }

.gradient25, .buttonGradient {
  background: #04befe;
  background: linear-gradient(25deg, #006dda 40%, #04befe);
  background: -webkit-linear-gradient(25deg, #006dda 40%, #04befe);
  background: -moz-linear-gradient(25deg, #006dda 40%, #04befe);
  background: -o-linear-gradient(25deg, #006dda 40%, #04befe); }

.gradientBright {
  background: #04befe;
  background: linear-gradient(45deg, #006dda -40%, #04befe);
  background: -webkit-linear-gradient(45deg, #006dda -40%, #04befe);
  background: -moz-linear-gradient(45deg, #006dda -40%, #04befe);
  background: -o-linear-gradient(45deg, #006dda -40%, #04befe); }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.transition01 {
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s; }

.transition02 {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s; }

.transition03, .buttonSecondaryOutline, .buttonPrimaryOutline, .buttonGradient, .buttonGradient:hover, .buttonWhite, .buttonWhite:hover {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.transition05 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.disableClick {
  filter: grayscale(50%);
  opacity: 0.5;
  pointer-events: none; }

* {
  font-family: "Open Sans", "Source Sans Pro", serif;
  font-weight: 300; }

.mdl-button {
  font-size: 12px;
  height: auto;
  line-height: 2;
  padding: 3px 10px; }

a, a:hover, a:active, a > span, a > p {
  text-decoration: none !important;
  cursor: pointer !important; }

.seriousLink:not(.customHTMLText) {
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer; }

.colorPrimary {
  color: #04befe !important; }

.backgroundPrimary {
  background: #04befe; }

.colorSecondary {
  color: #006dda !important; }

.backgroundSecondary {
  background: #006dda; }

.divider {
  width: 100%;
  margin-top: 5px;
  height: 1px;
  background: #dddddd; }

.doNotSelect {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.HELPERFilterInfoContainer {
  font-size: 10pt;
  max-width: 1200px;
  text-align: center;
  width: 100%;
  padding: 10px 20px 10px 20px;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(4, 190, 254, 0.09);
  /*background: #ffffff;*/
  border-radius: 5px;
  border: 1px solid rgba(4, 190, 254, 0.35);
  /*border: 1px solid #2196F3;*/ }

.HELPERContentContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  color: #04befe;
  font-size: 12pt; }

.labelThis {
  cursor: pointer; }

.labelThis div {
  position: absolute;
  height: inherit;
  display: flex;
  align-items: center; }

.labelThis div span:first-child {
  display: none;
  font-size: 8pt;
  position: relative; }

.labelThis:hover div span:first-child {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  display: block;
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  margin-left: 70px;
  position: relative;
  text-decoration: none;
  color: #ffffff; }

#toast {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 10000;
  justify-content: center;
  align-items: flex-end;
  bottom: 10%; }

#toastInnerContainer {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 17px;
  font-size: 10pt;
  padding: 3px 15px 3px 15px;
  background: #000;
  min-height: 34px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  min-width: 250px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  user-select: none; }

.shadow1DP {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px -2px rgba(0, 0, 0, 0.15), 0 1px 4px 0 rgba(0, 0, 0, 0.1); }

.shadow2DP {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.customContainer {
  width: 100%;
  align-self: center;
  max-width: 1200px; }

/**
SAFARI DOES NOT PLAY WELL WITH height : 100%
 */
.customContainer15 {
  width: 100%;
  align-self: center;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px; }

/**
OpenSans
 */
@font-face {
  font-family: 'Open Sans';
  src: url("../support/fonts/opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'Open Sans';
  src: url("../support/fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: 'Open Sans';
  src: url("../support/fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: 'Open Sans';
  src: url("../support/fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: 'Open Sans';
  src: url("../support/fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: 'Gilroy';
  src: url("../support/fonts/gilroy/Gilroy-Light.otf") format("opentype");
  font-weight: 300; }
@font-face {
  font-family: 'Gilroy';
  src: url("../support/fonts/gilroy/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 800; }
@font-face {
  font-family: 'Gilroy Bold';
  src: url("../support/fonts/gilroy/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 800; }
/**
CUSTOMIZING BOOTSTRAP DIALOGS
 */
body .modal-dialog .modal-content {
  border-radius: 17px; }

body .modal .modal-header .close {
  order: 2;
  cursor: pointer; }

body .modal-dialog .modal-header {
  background: #04befe;
  border-top: none;
  border-radius: 15px 15px 0 0;
  align-items: flex-start; }

body .modal-dialog .modal-headerDelete {
  background: linear-gradient(15deg, #D32F2F, #F44336) !important;
  background: -webkit-linear-gradient(15deg, #D32F2F, #F44336) !important;
  background: -moz-linear-gradient(15deg, #D32F2F, #F44336) !important;
  background: -o-linear-gradient(15deg, #D32F2F, #F44336) !important; }

body .modal-dialog .modal-title {
  font-family: 'Open Sans', 'Source Sans Pro', sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 12pt;
  max-width: 90%; }

body .modal-dialog .modal-footer {
  border-top: none;
  border-radius: 0 0 15px 15px; }

.modalButton {
  font-weight: 500;
  font-size: 10pt;
  color: #04befe;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  cursor: pointer; }

.modalButton:hover {
  color: #006dda; }

.modalButtonCancel {
  font-weight: 500;
  font-size: 10pt;
  color: #dddddd;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  cursor: pointer; }

.modalButtonCancel:hover {
  color: #aaaaaa; }

.modalButtonDelete {
  font-weight: 500;
  font-size: 10pt;
  color: #F44336;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  cursor: pointer; }

.modalButtonDelete:hover {
  color: #C62828; }

.modalButton {
  font-weight: 500;
  font-size: 11pt;
  color: #04befe;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  cursor: pointer; }

.modalButton:hover {
  color: #006dda; }

.modalButtonCancel {
  font-weight: 500;
  font-size: 11pt;
  color: #dddddd;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  cursor: pointer; }

.modalButtonCancel:hover {
  color: #aaaaaa; }

.modalButtonDelete {
  font-weight: 500;
  font-size: 11pt;
  color: #F44336;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  cursor: pointer; }

.modalButtonDelete:hover {
  color: #C62828; }

/**
Input Fields
 */
.fieldContainer {
  display: flex;
  padding: 5px 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%; }

.fieldLabel, .fieldLabelPrimary {
  color: #000000;
  font-size: 10pt;
  margin-bottom: 5px;
  text-transform: uppercase; }

.fieldInput, .fieldInputPrimary {
  color: #000000;
  font-family: "Ubuntu", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 12pt;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  outline: none;
  border: none; }

.fieldInput::-webkit-input-placeholder, .fieldInputPrimary::-webkit-input-placeholder {
  color: #aaa; }

.fieldInput::-moz-placeholder, .fieldInputPrimary::-moz-placeholder {
  color: #aaa; }

.fieldInput:-ms-input-placeholder, .fieldInputPrimary:-ms-input-placeholder {
  color: #aaa; }

.fieldLabel > span, .fieldLabelPrimary > span {
  color: #04befe; }

.fieldInput ~ div, .fieldInputPrimary ~ div {
  width: 100%;
  margin-top: 5px;
  background: #eeeeee;
  height: 1px; }

.fieldLabelPrimary {
  color: #04befe;
  font-weight: 500; }

.fieldInputPrimary {
  border: 1px solid #04befe;
  padding: 5px 10px; }

.fieldInputPrimary::-webkit-input-placeholder {
  color: #04befe;
  opacity: 0.5;
  font-weight: 500; }

.fieldInputPrimary::-moz-placeholder {
  color: #04befe;
  opacity: 0.5;
  font-weight: 500; }

.fieldInputPrimary:-ms-input-placeholder {
  color: #04befe;
  opacity: 0.5;
  font-weight: 500; }

/**
Animations
 */
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Firefox < 16 */
@-moz-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Internet Explorer */
@-ms-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Opera < 12.1 */
@-o-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeinAdd {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadeinAdd {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinAdd {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadeinAdd {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadeinAdd {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
@keyframes fadeinDetailCover {
  from {
    opacity: 0; }
  to {
    opacity: 0.85; } }
@-moz-keyframes fadeinDetailCover {
  from {
    opacity: 0; }
  to {
    opacity: 0.85; } }
@-webkit-keyframes fadeinDetailCover {
  from {
    opacity: 0; }
  to {
    opacity: 0.85; } }
@-ms-keyframes fadeinDetailCover {
  from {
    opacity: 0; }
  to {
    opacity: 0.85; } }
@-o-keyframes fadeinDetailCover {
  from {
    opacity: 0; }
  to {
    opacity: 0.85; } }
@keyframes fadeOutDetailCover {
  from {
    opacity: 0.85; }
  to {
    opacity: 0; } }
@-moz-keyframes fadeOutDetailCover {
  from {
    opacity: 0.85; }
  to {
    opacity: 0; } }
@-webkit-keyframes fadeOutDetailCover {
  from {
    opacity: 0.85; }
  to {
    opacity: 0; } }
@-ms-keyframes fadeOutDetailCover {
  from {
    opacity: 0.85; }
  to {
    opacity: 0; } }
@-o-keyframes fadeOutDetailCover {
  from {
    opacity: 0.85; }
  to {
    opacity: 0; } }
.transitionContainer {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10000;
  background: #ffffff;
  display: none; }

.toolbarHeight {
  height: 67px; }

@media all and (max-width: 920px) {
  .toolbarHeight {
    height: 57px; } }
.sectionHeading, .sectionHeadingWhite {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column; }

.sectionHeading > span, .sectionHeadingWhite > span {
  font-size: 16pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding: 0 16px 10px;
  line-height: 1; }

.sectionHeadingWhite > span {
  color: #ffffff; }

@media all and (max-width: 992px) {
  #transitionImageAnimation {
    height: 120px; }

  .sectionHeading, .sectionHeadingWhite, .sectionHeadingWhite {
    padding-top: 30px;
    padding-bottom: 30px; }

  .sectionHeading > span, .sectionHeadingWhite > span {
    font-size: 15pt; } }
/**
* Tooltip
* Tooltip Styles
*/
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer; }

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none; }

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 10px 10px;
  width: 180px;
  background-color: #000;
  background-color: black;
  color: #fff;
  text-align: center;
  content: attr(data-tooltip);
  font-size: 12px;
  line-height: 1.2;
  border-radius: 3px; }

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%; }

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: black; }

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px; }

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px); }

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto; }

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: black; }

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px); }

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%; }

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: black; }

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px); }

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%; }

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  text-align: left;
  border-right-color: black; }

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px); }

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px; }

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px; }

/**
Buttons
 */
/**
--------
Buttons
 */
.buttonSecondaryOutline, .buttonPrimaryOutline {
  padding: 3px 15px;
  border: 1px solid #006dda;
  color: #006dda;
  font-size: 11pt;
  border-radius: 3px;
  cursor: pointer;
  height: 36px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.buttonSecondaryOutline:hover, .buttonPrimaryOutline:hover {
  border: 1px solid #006dda;
  color: #ffffff;
  background: #006dda; }

.buttonPrimaryOutline {
  color: #04befe;
  border: 1px solid #04befe; }

.buttonPrimaryOutline:hover {
  border: 1px solid #04befe;
  color: #ffffff;
  background: #04befe; }

.buttonGradient {
  padding: 5px 30px;
  min-width: 150px;
  border-radius: 3px;
  cursor: pointer !important;
  height: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 200%;
  background-position-x: 90%;
  box-shadow: 0 0 20px 0 rgba(4, 190, 254, 0.3); }

.buttonGradient:hover {
  cursor: pointer !important;
  background-position-x: 0;
  box-shadow: 0 0 30px 0 rgba(4, 190, 254, 0.6); }

.buttonGradient span, .buttonGradient p {
  font-size: 9pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase; }

.buttonWhite {
  padding: 5px 30px;
  min-width: 150px;
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer !important;
  height: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.3); }

.buttonWhite:hover {
  cursor: pointer !important;
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.6); }

.buttonWhite span, .buttonWhite p {
  font-size: 9pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  color: #006dda;
  text-transform: uppercase; }

.titleContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 40px; }

.titleContainer img {
  height: 35px;
  width: 35px;
  margin-right: 10px; }

.titleContainer span, .titleContainer p {
  margin: 0;
  font-size: 18pt;
  color: #04befe;
  font-family: "Ubuntu", "Open Sans", sans-serif;
  font-weight: 500; }

.titleContainer .first {
  color: #006dda; }

@media all and (max-width: 992px) {
  .titleContainer {
    padding-bottom: 20px; }

  .titleContainer img {
    height: 25px;
    width: 25px;
    margin-right: 7px; }

  .titleContainer span, .titleContainer p {
    font-size: 15pt; } }
.titleContainerSecondary {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 20px; }

.titleContainerSecondary > div {
  height: 10px;
  width: 10px;
  background: #04befe;
  margin-right: 5px;
  border-radius: 50%; }

.titleContainerSecondary span, .titleContainerSecondary p {
  margin: 0;
  font-size: 18pt;
  color: #000000;
  font-family: "Ubuntu", "Open Sans", sans-serif;
  font-weight: 500; }

.section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  flex-direction: column; }

#logLoader {
  width: 140px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background: #000000;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  z-index: 10000000;
  justify-content: center;
  align-items: center; }

#logLoader span {
  color: #ffffff;
  font-size: 14pt;
  font-family: "Quicksand_Book", "Source Sans Pro", sans-serif; }

#logLoaderBackground {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100000;
  background: #ffffff; }

/*# sourceMappingURL=util.css.map */
