body {
     line-height: 1.3;
     overflow-y: scroll;
     overflow-x: hidden;
     font-family: 'Roboto', sans-serif;
     margin: 0;
     -webkit-font-smoothing: antialiased;
}

* {
    -webkit-overflow-scrolling: touch;
}

p, h1, h2, h3, h4, h5, a, li, input, span, label, textarea, th, th, dd, td, caption, hatnote{
    color: #354254;
}

body::-webkit-scrollbar, div::-webkit-scrollbar, ul::-webkit-scrollbar{
	display: none;
}

div, ul {
    overflow: -moz-scrollbars-none;
}

a {
	cursor: pointer;
    text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

[contenteditable] {
    outline: 0;
}

.fa, .far, .fab {
	color: #354254;
	cursor: pointer;
    min-width: 20px;
    text-align: center;
}

pre {
    font-family: 'Menlo', monospace;
    font-size: 13px;
    background-color: #f0f0f0;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
    white-space: pre-wrap;
}

blockquote {
    display: block;
    padding-left: 20px;
    border-left: 4px solid #555;
    margin-left: -15px;
    padding-left: 15px;
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5;
    color: #555;
}

code {
    padding: 4px 6px 4px 6px;
    border-radius: 3px;
    color: #4f5a68;
    font-weight: 700;
    font-size: 15px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    font-family: 'Roboto', sans-serif;
}

.mobile-only{
    display: none;
}

.first-capital::first-letter{
    text-transform: uppercase;
}

.radio-button{
    border-radius: 300em;
    cursor: pointer;
    height: 15px;
    width: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    vertical-align: middle;
}

.full-logo{
    height: 60px;
    width: 70px;
    margin: 0 0 12px 2px;
    background-size: cover;
    background-repeat: no-repeat;
}

.brand-button{
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
}

.white-button{
    background-color: white;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 14px 10px 14px;
}

.gray-button{
    background-color: #f4f5f8;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 3px;
}

.blue-button{
    background-color: #4f5a68;
    color: white;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 3px;
}

.red-button{
    background-color: #d88d8d;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    padding: 10px 14px;
}

.scrollbar::-webkit-scrollbar{
    background-color: #e8e8e8;
    display: block !important;
    width: 8px;
}

.scrollbar::-webkit-scrollbar-thumb{
    background-color: #b3b3b3;
}

#loader {
	background-color: white;
    height: 100%;
    padding-top: 14%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000000000000;
}

#loader p{
	font-size: 15px;
	font-weight: 400;
	margin-top: 20px;
	padding: 0 20px;
}

.favicon{
    border-radius: 300em;
    height: auto !important;
    vertical-align: middle;
}

.fa-times{
    cursor: pointer;
}

.pointer{
    cursor: pointer;
}

#doc-features #loader, #export-menu #loader{
	width: 30%;
}

#top-alert-container{
    right: 10px;
    position: fixed;
    text-align: center;
    top: 10px;
    z-index: 10000000000000;
}

#top-alert-container div{
	background-color: #0ea474;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    width: 300px;
    float: right;
}

#top-alert-container span{
	color: white;
}

#middle-alert-container, #document-link-error{
    background-color: rgba(243, 245, 248, 0.9);
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 10000000000000;
}

#middle-alert-container div, #document-link-error div{
    background-color: white;
    box-shadow: rgb(71 88 114 / 10%) 0 2px 10px;
    border-radius: 3px;
    font-size: 15px;
    margin: 12% auto 12% auto;
    padding: 30px 25px;
    text-align: center;
    width: 500px;
    max-width: 75%;
    position: relative;
}

#middle-alert-container div span{
    line-height: 1.5;
}

#middle-alert-container span i{
    font-size: 14px;
}

#middle-alert-container .fa-times{
    background-color: white;
    position: absolute;
    top: -12px;
    right: -12px;
    border: 1px solid rgb(0 0 0 / 0.1);
    border-radius: 300em;
    padding: 6px 8px;
    font-size: 14px;
}

#middle-alert-container .brand-button{
    display: inherit;
    font-weight: 600;
    margin: 25px auto 0px auto;
    width: 35px;
}

.ct-bar{
	stroke-width: 12px !important;
}

#mobile-placeholder-panel{
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: white;
    overflow-y: scroll;
    top: 0;
    z-index: 100000000;
}

#mobile-placeholder-panel div{
    padding: 50px 20px;
}

#mobile-placeholder-panel h1{
    font-size: 20px;
}

#mobile-placeholder-panel p{
    font-size: 16px;
}

#tutorial-tooltip{
    background-color: #f7f8fa;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 12px;
    max-width: 250px;
    padding: 10px;
    position: absolute;
}

.fa-question-circle{
    opacity: 0.7;
}

#columns {
  width: 90%;
  margin: 30px auto;
}

.column {
  vertical-align: top;
  display: inline-block;
  margin: 10px 1%;
}

.fp__overlay{
    background: #00000021 !important;
    z-index: 1000000000 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
}

.frase-bg-color {
    background-color: #30a474 !important;
}

.frase-color{
   color: #30a474 !important;
}

.channel-color{
   color: #1aac84 !important;
}

.fsp-button--primary span{
    color: rgba(255, 255, 255, 0.9) !important;
}

.beamerAnnouncementPopupContainer{
    z-index: 9999999999 !important;
}

.tooltip-next {
    background: #32a573 !important;
    border: 2px solid white !important;
    color: white !important;
    font-weight: 600 !important;
}

.shepherd-cancel-icon span{
    color: white;
}

.tooltip-back{
    background: transparent !important;
    border: 2px solid transparent !important;
    opacity: 0.5;
}

.shepherd-header {
    padding: 5px 10px 0 10px !important;
}

.shepherd-content {
    background: #32a573 !important;
    box-shadow: 1px 2px 7px 3px rgb(0 0 0 / 0.1);
}

.shepherd-text {
    color: white !important;
    padding: 15px 20px 30px 20px !important;
}

.shepherd-text h2{
    color: white;
}

.shepherd-text p{
    color: white;
    line-height: 1.4;
}

.shepherd-text ul {
    padding-left: 20px;
}

.shepherd-text ul li {
    color: white;
    line-height: 1.4;
}

.shepherd-text iframe, .shepherd-text img{
    border-radius: 3px;
    width: 100%;
}

.shepherd-cancel-icon{
    position: absolute;
    top: 2px;
}

.shepherd-arrow:before {
    background: #32a573 !important;
}

.shepherd-element.wide{
    max-width: 700px;
}

/* loader css */


.loader-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    margin: 0;
    border: 4px solid #31a472;
    border-radius: 50%;
    animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #31a472 transparent transparent transparent;
}

.loader-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.loader-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.loader-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes loader-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wave {
    background-color: #f8f8f8;
    border-radius: 6px;
    margin-top: 12px;
    padding: 7px 13px 9px 13px;
    display: inline-block;
}

.wave .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 300em;
    margin-right: 3px;
    animation: wave 1.3s linear infinite;
}

.wave .dot:nth-child(2) {
    animation-delay: -1.1s;
}

.wave .dot:nth-child(3) {
    animation-delay: -0.9s;
}

@keyframes wave {
	0%, 60%, 100% {
		transform: initial;
	}
	30% {
		transform: translateY(-10px);
	}
}

/* loading spinner */

.loading-spinner {
    float: left;
    margin-top: -7px;
    position: relative;
    margin-left: 6px;
}
.loading-spinner div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 8px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.loading-spinner div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-spinner div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-spinner div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



