[data-freemius-state='logged-out'] {
max-width: 600px !important;
}
#account-container .ct-container {
position: relative;
margin-top: -90px;
margin-bottom: 100px;
z-index: 2;
overflow: hidden;
background: #fff;
border-radius: 10px;
padding: 20px 30px;
-webkit-box-shadow: 0 40px 100px 0 rgb(193 199 212 / 40%);
box-shadow: 0 40px 100px 0 rgb(193 199 212 / 40%);
}
.hero-container {
position: relative;
text-align: center;
background: var(--heroBackground,#115CFA);
--heading-color: #fff;
}
@media (min-width: 1000px) {
.hero-container {
padding-top: 100px;
}
.hero-content {
--minHeight: 480px;
}
#account-container .hero-content {
--minHeight: 200px;
}
}
.hero-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
z-index: 2;
padding: var(--padding,30px 0);
min-height: var(--minHeight);
}
#fs_dashboard_container iframe {
position: static!important;
min-height: 600px;
height: calc(var(--innerHeight, 0))!important;
}
#fs_dashboard_container {
position: relative;
}
#fs_dashboard_container [id*='loader'] {
background: #fff!important;
}
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
} .switch input {
opacity: 0;
width: 0;
height: 0;
} .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #005AE0;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #111827
}
input:focus + .slider {
box-shadow: 0 0 1px #111827;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
} .slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
.plan-switch {
text-align: center;
}
.plan-type {
vertical-align: sub;
text-transform: uppercase;
margin: 0 5px;
font-weight: bold;
}
.nx-bar-content {
font-size: 20px;
margin: 0 75px 0 90px !important;
}
td.red div.td-content-wrapper i {
color: #ed3e3e !important;
}
.eael-data-table thead tr th,
.eael-data-table tbody tr td {
font-family: inherit !important;
}
.betterdocs-single-wraper .betterdocs-content-area .docs-single-main {
background: #fff;
margin-left: 20px;
border-radius: 5px;
}
.docs-single-title .betterdocs-entry-title {
padding-bottom: 8px !important;
text-transform: inherit !important;
color: rgba(44,62,80,1) !important;
}
.betterdocs-entry-content h3 {
font-size: 21px;
margin: 18px 0 14px;
}
.betterdocs-entry-content h4 {
font-size: 19px;
margin: 16px 0 13px;
}
.betterdocs-entry-content h5 {
font-size: 17px;
margin: 15px 0 12px;
}
.betterdocs-entry-footer .feedback-update-form {
margin: 30px 0;
}
.betterdocs-entry-footer .betterdocs-social-share {
margin: 0;
border-top: 1px solid #efefef;
padding-top: 20px;
}
.betterdocs-content blockquote {
background: #ffffed;
padding: 15px 20px;
border: 1px solid #dfdfab;
margin-bottom: 10px;
}
.betterdocs-content blockquote p {
margin: 0;
font-size: 14px;
}
.betterdocs-entry-content code.inline {
display: inline;
}
.betterdocs-entry-content a {
color: #507fd7;
border-bottom: 1px solid #e5e5e5;
}
.evf-field-container {
padding: 0 !important;
}
#wpar-rating {
cursor: pointer;
}