@charset "UTF-8";
.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:before,
.fl-module:after,
.fl-module-content:before,
.fl-module-content:after {
display: table;
content: " ";
}
.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:after,
.fl-module-content:after {
clear: both;
}
.fl-row,
.fl-row-content,
.fl-col-group,
.fl-col,
.fl-module,
.fl-module-content {
zoom:1;
}
.fl-clear {
clear: both;
} .fl-clearfix:before,
.fl-clearfix:after {
display: table;
content: " ";
}
.fl-clearfix:after {
clear: both;
}
.fl-clearfix {
zoom:1;
} .fl-visible-medium,
.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
display: none;
} .fl-row,
.fl-row-content {
margin-left: auto;
margin-right: auto;
}
.fl-row-content-wrap {
position: relative;
} .fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
background-attachment: scroll;
} .fl-row-bg-video,
.fl-row-bg-video .fl-row-content {
position: relative;
}
.fl-row-bg-video .fl-bg-video {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
}
.fl-row-bg-video .fl-bg-video video {
bottom: 0;
left: 0px;
max-width: none;
position: absolute;
right: 0;
top: 0px;
}
.fl-row-bg-video .fl-bg-video iframe {
pointer-events: none;
width: 100vw;
height: 56.25vw; max-width: none;
min-height: 100vh;
min-width: 177.77vh; position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.fl-bg-video-fallback {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
bottom: 0px;
left: 0px;
position: absolute;
right: 0px;
top: 0px;
} .fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
position: relative;
}
.fl-row .fl-bg-slideshow {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
z-index: 0;
}
.fl-builder-edit .fl-row .fl-bg-slideshow * {
bottom: 0;
height: auto !important;
left: 0;
position: absolute !important;
right: 0;
top: 0;
} .fl-row-bg-overlay .fl-row-content-wrap:after {
border-radius: inherit;
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
}
.fl-row-bg-overlay .fl-row-content {
position: relative;
z-index: 1;
} .fl-row-full-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-height: 100vh;
}
.fl-row-overlap-top .fl-row-content-wrap {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
}
.fl-row-custom-height .fl-row-content-wrap {
min-height: 0;
}
.fl-builder-edit .fl-row-full-height .fl-row-content-wrap {
min-height: calc( 100vh - 48px );
}
.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
-webkit-box-flex: 1 1 auto;
-moz-box-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
max-width: 100%;
width: 100%;
} .fl-builder-ie-11 .fl-row.fl-row-full-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile),
.fl-builder-ie-11 .fl-row.fl-row-custom-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile) {
display: flex;
flex-direction: column;
height: 100%;
} .fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content-wrap {
height: auto;
}
.fl-builder-ie-11 .fl-row-full-height .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content {
flex: 0 0 auto;
flex-basis: 100%;
margin: 0;
}
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {
margin: 0 auto;
}
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height),
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height) {
display: flex;
align-items: center;
justify-content: center;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-align: center;
-ms-flex-pack: center;
} .fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
align-items: center;
justify-content: center;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-align: center;
-ms-flex-pack: center;
} .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
align-items: flex-end;
justify-content: flex-end;
-webkit-align-items: flex-end;
-webkit-justify-content: flex-end;
-webkit-box-align: end;
-webkit-box-pack: end;
-ms-flex-align: end;
-ms-flex-pack: end;
} .fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
justify-content: flex-start;
-webkit-justify-content: flex-start;
} @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
.fl-row-full-height .fl-row-content-wrap{
min-height: 1024px;
}
} @media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape){
.fl-row-full-height .fl-row-content-wrap{
min-height: 768px;
}
} @media screen and (device-aspect-ratio: 40/71) {
.fl-row-full-height .fl-row-content-wrap {
min-height: 500px;
}
} .fl-col-group-equal-height,
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.fl-col-group-equal-height{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.fl-col-group-equal-height.fl-col-group-has-child-loading {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content{
-webkit-box-flex: 1 1 auto;
-moz-box-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-col-content{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
flex-shrink: 1;
min-width: 1px;
max-width: 100%;
width: 100%;
}
.fl-col-group-equal-height:before,
.fl-col-group-equal-height .fl-col:before,
.fl-col-group-equal-height .fl-col-content:before,
.fl-col-group-equal-height:after,
.fl-col-group-equal-height .fl-col:after,
.fl-col-group-equal-height .fl-col-content:after{
content: none;
} .fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
align-items: center;
justify-content: center;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-align: center;
-ms-flex-pack: center;
} .fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
justify-content: flex-end;
-webkit-justify-content: flex-end;
-webkit-box-align: end;
-webkit-box-pack: end;
-ms-flex-pack: end;
}
.fl-col-group-equal-height.fl-col-group-align-center .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
width: 100%;
} .fl-builder-ie-11 .fl-col-group-equal-height,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
min-height: 1px;
} .fl-col {
float: left;
min-height: 1px;
} .fl-col-bg-overlay .fl-col-content {
position: relative;
}
.fl-col-bg-overlay .fl-col-content:after {
border-radius: inherit;
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
}
.fl-col-bg-overlay .fl-module {
position: relative;
z-index: 2;
} .fl-module img {
max-width: 100%;
} .fl-builder-module-template {
margin: 0 auto;
max-width: 1100px;
padding: 20px;
} .fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
display: inline-block;
font-size: 16px;
font-weight: normal;
line-height: 18px;
padding: 12px 24px;
text-decoration: none;
text-shadow: none;
}
.fl-builder-content .fl-button:hover {
text-decoration: none;
}
.fl-builder-content .fl-button:active {
position: relative;
top: 1px;
}
.fl-builder-content .fl-button-width-full .fl-button {
display: block;
text-align: center;
}
.fl-builder-content .fl-button-width-custom .fl-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.fl-builder-content .fl-button-left {
text-align: left;
}
.fl-builder-content .fl-button-center {
text-align: center;
}
.fl-builder-content .fl-button-right {
text-align: right;
}
.fl-builder-content .fl-button i {
font-size: 1.3em;
height: auto;
margin-right:8px;
vertical-align: middle;
width: auto;
}
.fl-builder-content .fl-button i.fl-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
vertical-align: middle;
} .fl-icon-wrap {
display: inline-block;
}
.fl-icon {
display: table-cell;
vertical-align: middle;
}
.fl-icon a {
text-decoration: none;
}
.fl-icon i {
float: left;
height: auto;
width: auto;
}
.fl-icon i:before {
border: none !important;
height: auto;
width: auto;
}
.fl-icon-text {
display: table-cell;
text-align: left;
padding-left: 15px;
vertical-align: middle;
}
.fl-icon-text-empty {
display: none;
}
.fl-icon-text *:last-child {
margin: 0 !important;
padding: 0 !important;
}
.fl-icon-text a {
text-decoration: none;
}
.fl-icon-text span {
display: block;
}
.fl-icon-text span.mce-edit-focus {
min-width: 1px;
} .fl-photo {
line-height: 0;
position: relative;
}
.fl-photo-align-left {
text-align: left;
}
.fl-photo-align-center {
text-align: center;
}
.fl-photo-align-right {
text-align: right;
}
.fl-photo-content {
display: inline-block;
line-height: 0;
position: relative;
max-width: 100%;
}
.fl-photo-img-svg {
width: 100%;
}
.fl-photo-content img {
display: inline;
height: auto;
max-width: 100%;
}
.fl-photo-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-photo-caption {
font-size: 13px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.fl-photo-caption-below {
padding-bottom: 20px;
padding-top: 10px;
}
.fl-photo-caption-hover {
background: rgba(0,0,0,0.7);
bottom: 0;
color: #fff;
left: 0;
opacity: 0;
filter: alpha(opacity = 0);
padding: 10px 15px;
position: absolute;
right: 0;
-webkit-transition:opacity 0.3s ease-in;
-moz-transition:opacity 0.3s ease-in;
transition:opacity 0.3s ease-in;
}
.fl-photo-content:hover .fl-photo-caption-hover {
opacity: 100;
filter: alpha(opacity = 100);
} .fl-builder-pagination,
.fl-builder-pagination-load-more {
padding: 40px 0;
}
.fl-builder-pagination ul.page-numbers {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.fl-builder-pagination li {
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
}
.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
border: 1px solid #e6e6e6;
display: inline-block;
padding: 5px 10px;
margin: 0 0 5px;
}
.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
background: #f5f5f5;
text-decoration: none;
} .fl-slideshow,
.fl-slideshow * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.fl-slideshow .fl-slideshow-image img {
max-width: none !important;
}
.fl-slideshow-social {
line-height: 0 !important;
}
.fl-slideshow-social * {
margin: 0 !important;
} .fl-builder-content .bx-wrapper .bx-viewport {
background: transparent;
border: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
left: 0;
} .mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
background: transparent !important;
border: none !important;
outline: none;
position: absolute;
top: 50%;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
background: transparent !important;
border: none !important;
outline: none;
position: absolute;
top: 0;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
top: 32px!important;
}
img.mfp-img {
padding: 0;
}
.mfp-counter {
display: none;
}
.mfp-wrap .mfp-preloader.fa {
font-size: 30px;
} .fl-form-field {
margin-bottom: 15px;
}
.fl-form-field input.fl-form-error {
border-color: #DD6420;
}
.fl-form-error-message {
clear: both;
color: #DD6420;
display: none;
padding-top: 8px;
font-size: 12px;
font-weight: lighter;
}
.fl-form-button-disabled {
opacity: 0.5;
} .fl-animation {
opacity: 0;
}
.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
opacity: 1;
}
.fl-animated {
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
} .fl-button.fl-button-icon-animation i {
width: 0 !important;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
}
.fl-button.fl-button-icon-animation:hover i {
opacity: 1! important;
-ms-filter: "alpha(opacity=100)";
}
.fl-button.fl-button-icon-animation i.fl-button-icon-after {
margin-left: 0px !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
margin-left: 10px !important;
}
.fl-button.fl-button-icon-animation i.fl-button-icon-before {
margin-right: 0 !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
margin-right: 20px !important;
margin-left: -10px;
} .single:not(.woocommerce).single-fl-builder-template .fl-content {
width: 100%;
} .fl-builder-layer {
position: absolute;
top:0;
left:0;
right: 0;
bottom: 0;
z-index: 0;
pointer-events: none;
overflow: hidden;
}
.fl-builder-shape-layer {
z-index: 0;
}
.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer {
z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
z-index: 2;
}
.fl-row-has-layers .fl-row-content {
z-index: 1;
}
.fl-row-bg-overlay .fl-row-content {
z-index: 2;
}
.fl-builder-layer > * {
display: block;
position: absolute;
top:0;
left:0;
width: 100%;
}
.fl-builder-layer + .fl-row-content {
position: relative;
}
.fl-builder-layer .fl-shape {
fill: #aaa;
stroke: none;
stroke-width: 0;
width:100%;
} .fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
background: #fafafa;
border: 1px solid #ccc;
color: #333;
}
.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
color: #333;
}.fl-row-content-wrap { margin: 0px; }.fl-row-content-wrap { padding: 20px; }.fl-row-fixed-width { max-width: 1100px; }.fl-module-content { margin: 20px; }@media (max-width: 992px) { .fl-visible-desktop,
.fl-visible-mobile,
.fl-col-group .fl-visible-desktop.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
display: none;
}
.fl-visible-desktop-medium,
.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-col-group .fl-visible-desktop-medium.fl-col,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col {
display: block;
}
.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium-mobile.fl-col {
display: flex;
}
}@media (max-width: 768px) { .fl-visible-desktop,
.fl-visible-desktop-medium,
.fl-visible-medium,
.fl-col-group .fl-visible-desktop.fl-col,
.fl-col-group .fl-visible-desktop-medium.fl-col,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium.fl-col {
display: none;
}
.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
display: block;
} .fl-row-content-wrap {
background-attachment: scroll !important;
}
.fl-row-bg-parallax .fl-row-content-wrap {
background-attachment: scroll !important;
background-position: center center !important;
}  .fl-col-group.fl-col-group-equal-height {
display: block;
}
.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
} .fl-col-group.fl-col-group-responsive-reversed {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
-ms-box-orient: horizontal;
-webkit-flex-flow: row wrap;
}
.fl-col-group.fl-col-group-responsive-reversed .fl-col {
-webkit-box-flex: 0 0 100%;
-moz-box-flex: 0 0 100%;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
min-width: 0;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
-webkit-box-ordinal-group: 12; -moz-box-ordinal-group: 12; -ms-flex-order: 12; -webkit-order: 12; order: 12;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
-webkit-box-ordinal-group: 11;
-moz-box-ordinal-group: 11;
-ms-flex-order: 11;
-webkit-order: 11;
order: 11;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
-webkit-box-ordinal-group: 10;
-moz-box-ordinal-group: 10;
-ms-flex-order: 10;
-webkit-order: 10;
order: 10;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
-webkit-box-ordinal-group: 9;
-moz-box-ordinal-group: 9;
-ms-flex-order: 9;
-webkit-order: 9;
order: 9;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
-webkit-box-ordinal-group: 8;
-moz-box-ordinal-group: 8;
-ms-flex-order: 8;
-webkit-order: 8;
order: 8;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
-webkit-box-ordinal-group: 7;
-moz-box-ordinal-group: 7;
-ms-flex-order: 7;
-webkit-order: 7;
order: 7;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
-webkit-box-ordinal-group: 6;
-moz-box-ordinal-group: 6;
-ms-flex-order: 6;
-webkit-order: 6;
order: 6;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
-webkit-box-ordinal-group: 5;
-moz-box-ordinal-group: 5;
-ms-flex-order: 5;
-webkit-order: 5;
order: 5;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
-webkit-box-ordinal-group: 4;
-moz-box-ordinal-group: 4;
-ms-flex-order: 4;
-webkit-order: 4;
order: 4;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
-ms-flex-order: 3;
-webkit-order: 3;
order: 3;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
} .fl-col {
clear: both;
float: none;
margin-left: auto;
margin-right: auto;
width: auto !important;
}
.fl-col-small:not(.fl-col-small-full-width) {
max-width: 400px;
}
.fl-block-col-resize {
display:none;
} .fl-row[data-node] .fl-row-content-wrap {
margin: 0;
padding-left: 0;
padding-right: 0;
}
.fl-row[data-node] .fl-bg-video,
.fl-row[data-node] .fl-bg-slideshow {
left: 0;
right: 0;
} .fl-col[data-node] .fl-col-content {
margin: 0;
padding-left: 0;
padding-right: 0;
}
}.page .fl-post-header, .single-fl-builder-template .fl-post-header { display:none; }.fl-builder-row-settings .fl-field-responsive-setting input[name="bg_position_custom_right"],
.fl-builder-row-settings .fl-field-responsive-setting input[name="bg_position_custom_left"] {
display: none !important;
}
.fl-node-5da722931ae33 .fl-bg-video-audio {
display: none;
cursor: pointer;
position: absolute;
bottom: 20px;
right: 20px;
z-index: 5;
width: 20px;
}
.fl-node-5da722931ae33 .fl-bg-video-audio .fl-audio-control {
font-size: 20px;
}
.fl-node-5da722931ae33 .fl-bg-video-audio .fa-times {
font-size: 10px;
vertical-align: middle;
position: absolute;
top: 5px;
left: 11px;
bottom: 0;
}
.fl-node-5da722931ae33 > .fl-row-content-wrap {
background-color: #1e507a;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.fl-builder-row-settings .fl-field-responsive-setting input[name="bg_position_custom_right"],
.fl-builder-row-settings .fl-field-responsive-setting input[name="bg_position_custom_left"] {
display: none !important;
}
.fl-node-57bdd50d871c5 .fl-bg-video-audio {
display: none;
cursor: pointer;
position: absolute;
bottom: 20px;
right: 20px;
z-index: 5;
width: 20px;
}
.fl-node-57bdd50d871c5 .fl-bg-video-audio .fl-audio-control {
font-size: 20px;
}
.fl-node-57bdd50d871c5 .fl-bg-video-audio .fa-times {
font-size: 10px;
vertical-align: middle;
position: absolute;
top: 5px;
left: 11px;
bottom: 0;
}
.fl-node-57bdd50d871c5 > .fl-row-content-wrap {
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.fl-node-5da722931ed4e {
width: 100%;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.fl-node-57bdd50d883d4 {
width: 100%;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.fl-module-heading .fl-heading {
padding: 0 !important;
margin: 0 !important;
}.fl-row .fl-col .fl-node-5da722931a6ac h1.fl-heading a,
.fl-row .fl-col .fl-node-5da722931a6ac h1.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5da722931a6ac h1.fl-heading .fl-heading-text *,
.fl-node-5da722931a6ac h1.fl-heading .fl-heading-text {
color: #ffffff;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.fl-node-5da722931a6ac > .fl-module-content {
margin-top:0px;
margin-bottom:0px;
}
.fl-node-57bdd50d8b64e .fl-rich-text strong {
font-weight: bold;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}.hidden,.js .hide-if-js,.no-js .hide-if-no-js{display:none}.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0;word-wrap:normal!important}#bbpress-forums{background:0 0;clear:both;margin-bottom:20px;overflow:hidden;font-size:12px;line-height:18px}#bbpress-forums a,#bbpress-forums a:hover{box-shadow:none;border:none;transition:none}#bbpress-forums ul,#bbpress-forums.bbpress-wrapper ul{background:0 0;list-style:none;margin:0;padding:0}#bbpress-forums hr{margin:0 0 24px}#bbpress-forums div.even,#bbpress-forums ul.even{background-color:#fff}#bbpress-forums div.odd,#bbpress-forums ul.odd{background-color:#fbfbfb}body.reply-edit .reply{float:none}#bbpress-forums div.reply{height:auto;width:100%;box-sizing:border-box}#bbpress-forums div.bbp-forum-header,#bbpress-forums div.bbp-reply-header,#bbpress-forums div.bbp-topic-header{background-color:#f4f4f4}#bbpress-forums .status-spam.even,#bbpress-forums .status-trash.even{background-color:#fee}#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.odd{background-color:#fdd}#bbpress-forums .status-pending.even,#bbpress-forums .status-pending.odd,#bbpress-forums ul.status-pending a{background-color:#fef7f1}#bbpress-forums ul.status-closed,#bbpress-forums ul.status-closed a{color:#ccc}#bbpress-forums ul.bbp-threaded-replies{margin-left:50px}#bbpress-forums li{background:0 0;margin:0;list-style:none}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics{font-size:12px;overflow:hidden;border:1px solid #eee;margin-bottom:20px;clear:both}#bbpress-forums li.bbp-body,#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{clear:both}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{background:#f3f3f3;border-top:1px solid #eee;font-weight:700;padding:8px;text-align:center}#bbpress-forums li.bbp-header{background:#eaeaea}#bbpress-forums li.bbp-header ul{overflow:hidden}#bbpress-forums .bbp-forums-list{margin:0 0 0 7px;padding-left:12px;border-left:1px solid #ddd}#bbpress-forums .bbp-forums-list .bbp-forum{display:inline;font-size:11px}#bbpress-forums .bbp-forums-list .bbp-forum.css-sep:not(:last-child)::after{content:", "}#bbpress-forums li.bbp-footer p{margin:0;line-height:1}li.bbp-forum-info,li.bbp-topic-title{float:left;text-align:left;width:55%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{float:left;text-align:center;width:10%}li.bbp-forum-freshness,li.bbp-topic-freshness{text-align:center;float:left;width:22%}#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic{border-top:1px solid #eee;overflow:hidden;padding:8px}#bbpress-forums #favorite-toggle,#bbpress-forums #subscription-toggle{float:right}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{background:0 0;border:none;font-size:16px;line-height:1;margin:8px 0;padding:0;text-transform:none}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{float:left;text-align:center;width:115px}#bbpress-forums div.bbp-forum-author img.avatar,#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{border:none;max-width:80px;padding:0;margin:12px auto 0;float:none}#bbpress-forums div.bbp-forum-author .bbp-author-name,#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{margin:0 12px;word-wrap:break-word;display:inline-block}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:left;display:block}#bbpress-forums div.bbp-forum-author .bbp-author-role,#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:11px;font-style:italic}#bbpress-forums li.bbp-footer .bbp-forum-author,#bbpress-forums li.bbp-footer .bbp-reply-author,#bbpress-forums li.bbp-footer .bbp-search-author,#bbpress-forums li.bbp-footer .bbp-topic-author,#bbpress-forums li.bbp-header .bbp-forum-author,#bbpress-forums li.bbp-header .bbp-reply-author,#bbpress-forums li.bbp-header .bbp-search-author,#bbpress-forums li.bbp-header .bbp-topic-author{float:left;margin:0;padding:0;width:120px}#bbpress-forums li.bbp-footer .bbp-forum-content,#bbpress-forums li.bbp-footer .bbp-reply-content,#bbpress-forums li.bbp-footer .bbp-search-content,#bbpress-forums li.bbp-footer .bbp-topic-content,#bbpress-forums li.bbp-header .bbp-forum-content,#bbpress-forums li.bbp-header .bbp-reply-content,#bbpress-forums li.bbp-header .bbp-search-content,#bbpress-forums li.bbp-header .bbp-topic-content{margin-left:140px;padding:0;text-align:left}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header,li.bbp-body div.hentry{margin:0;overflow:hidden;padding:8px}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header{border-top:1px solid #ddd;clear:both}span.bbp-author-ip{font-size:11px;font-weight:700;word-wrap:break-word;color:#747474}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{margin-left:130px;padding:12px 12px 12px 0;text-align:left;position:relative}#bbpress-forums div.bbp-forum-content::after,#bbpress-forums div.bbp-reply-content::after,#bbpress-forums div.bbp-topic-content::after{clear:both;content:".";display:block;float:none;height:0;font-size:0;visibility:hidden}#bbpress-forums div.bbp-reply-content a,#bbpress-forums div.bbp-topic-content a{background:0 0;border:none;display:inline;font-weight:400;margin:0;padding:0;text-decoration:underline}#bbpress-forums div.bbp-reply-content a.bbp-user-mention,#bbpress-forums div.bbp-topic-content a.bbp-user-mention{background:0 0;border:none;text-decoration:none;text-shadow:none;display:inline;font-weight:600;margin:0;padding:0}#bbpress-forums div.bbp-reply-content h1,#bbpress-forums div.bbp-reply-content h2,#bbpress-forums div.bbp-reply-content h3,#bbpress-forums div.bbp-reply-content h4,#bbpress-forums div.bbp-reply-content h5,#bbpress-forums div.bbp-reply-content h6,#bbpress-forums div.bbp-topic-content h1,#bbpress-forums div.bbp-topic-content h2,#bbpress-forums div.bbp-topic-content h3,#bbpress-forums div.bbp-topic-content h4,#bbpress-forums div.bbp-topic-content h5,#bbpress-forums div.bbp-topic-content h6{clear:none;line-height:1;margin:24px 0;padding:0}#bbpress-forums div.bbp-reply-content img,#bbpress-forums div.bbp-topic-content img{max-width:100%;height:auto}#bbpress-forums div.bbp-reply-content ol,#bbpress-forums div.bbp-reply-content ul,#bbpress-forums div.bbp-topic-content ol,#bbpress-forums div.bbp-topic-content ul{margin:0 15px 15px;padding:0}#bbpress-forums div.bbp-reply-content ul li,#bbpress-forums div.bbp-topic-content ul li{list-style-type:disc}#bbpress-forums div.bbp-reply-content ol li,#bbpress-forums div.bbp-topic-content ol li{list-style-type:decimal}#bbpress-forums div.bbp-reply-content ol li li,#bbpress-forums div.bbp-topic-content ol li li{list-style-type:lower-alpha}#bbpress-forums div.bbp-reply-content ol li li li,#bbpress-forums div.bbp-topic-content ol li li li{list-style-type:upper-roman}#bbpress-forums div.bbp-reply-content code,#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content code,#bbpress-forums div.bbp-topic-content pre{font-family:Inconsolata,Consolas,Monaco,"Lucida Console",monospace;display:inline-block;background-color:#f9f9f9;border:1px solid #ddd;padding:0 5px;max-width:95%;vertical-align:middle;margin-top:-3px;overflow-x:auto}#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content pre{display:block;line-height:18px;margin:0 0 24px;padding:5px 10px;white-space:pre;overflow:auto}#bbpress-forums div.bbp-reply-content pre code,#bbpress-forums div.bbp-topic-content pre code{display:block;border:none;padding:0;margin:0;background-color:transparent;overflow-wrap:normal;overflow:auto;max-width:100%}#bbpress-forums div.bbp-reply-content iframe.wp-embedded-content,#bbpress-forums div.bbp-topic-content iframe.wp-embedded-content{position:relative}#bbpress-forums div.bbp-reply-to{margin-left:130px;padding:12px 12px 12px 0;text-align:right}#bbpress-forums div#bbp-cancel-reply-to{text-align:right}div.bbp-breadcrumb{float:left}div.bbp-breadcrumb,div.bbp-topic-tags{font-size:12px}#bbpress-forums div.bbp-breadcrumb p,#bbpress-forums div.bbp-topic-tags p{margin:0 0 10px 0}#bbpress-forums div.bbp-topic-tags{float:right;clear:both}#bbp-topic-hot-tags{clear:both}#bbpress-forums #bbp-search-form{clear:left}#bbpress-forums #bbp-search-form .hidden{height:0;width:0;overflow:hidden;position:absolute;background:0 0;left:-999em}#bbpress-forums #bbp-search-form #bbp_search{display:inline-block;width:auto}#bbpress-forums div.bbp-search-form{float:right}span.bbp-admin-links{float:right;color:#ddd}span.bbp-admin-links a{color:#707070;font-weight:400;font-size:10px;text-transform:uppercase;text-decoration:none}fieldset span.bbp-admin-links{float:left}tr td span.bbp-admin-links a:hover{color:#ff4b33}td.bbp-topic-admin-links,td.bbp-topic-counts{width:50%}.bbp-forum-header a.bbp-forum-permalink,.bbp-reply-header a.bbp-reply-permalink,.bbp-topic-header a.bbp-topic-permalink{float:right;margin-left:10px;color:#707070}.bbp-row-actions #favorite-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #favorite-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #favorite-toggle span.is-favorite a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #favorite-toggle span.is-favorite a:hover{color:#c88;border-color:#c88;background-color:#fdd}.bbp-row-actions #subscription-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #subscription-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #subscription-toggle span.is-subscribed a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #subscription-toggle span.is-subscribed a:hover{color:#c88;border-color:#c88;background-color:#fdd}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta{font-size:11px;margin:5px 0;padding:0;word-wrap:break-word}#bbpress-forums p.bbp-topic-meta span{white-space:nowrap}.bbp-pagination-count{float:left;border:1px solid transparent}.bbp-pagination-links{float:right;list-style:none;display:inline}.bbp-pagination{float:left;width:100%;margin-bottom:15px}#bbpress-forums .bbp-pagination-links a,#bbpress-forums .bbp-pagination-links span.current{display:block;float:left;font-size:12px;line-height:18px;padding:0 5px;margin-left:5px;border:1px solid #efefef;border-radius:0;background:0 0;color:inherit;text-decoration:none}#bbpress-forums .bbp-pagination-links span.dots{display:block;float:left;padding:1px 4px;margin-left:5px}#bbpress-forums .bbp-topic-pagination{display:inline-block;margin-left:5px;margin-bottom:2px}#bbpress-forums .bbp-topic-pagination a{font-size:10px;font-weight:400;line-height:10px;margin:0;padding:1px 3px;border:1px solid #ddd;color:inherit;background:0 0;display:inline;text-decoration:none}#bbpress-forums .bbp-pagination-links a:hover,#bbpress-forums .bbp-pagination-links span.current,#bbpress-forums .bbp-topic-pagination a:hover{background:#eee;opacity:.8;border:1px solid #ddd}#bbpress-forums fieldset.bbp-form{clear:left;border:1px solid #eee;padding:10px 20px;margin-bottom:10px}#bbpress-forums fieldset.bbp-form legend{padding:5px;width:auto;border:none}#bbpress-forums fieldset.bbp-form label{margin:0;display:inline-block}#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,#bbp-login fieldset label,#bbp-lost-pass fieldset label,#bbp-register fieldset label{width:100px}#bbpress-forums fieldset.bbp-form p{padding:0}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{margin:0 0 8px}#bbpress-forums fieldset.bbp-form input[type=password],#bbpress-forums fieldset.bbp-form input[type=text],#bbpress-forums fieldset.bbp-form select{min-height:28px;height:28px;padding:5px}textarea#bbp_forum_content,textarea#bbp_reply_content,textarea#bbp_topic_content{width:97%;box-sizing:border-box}textarea#bbp_forum_content{height:210px}#bbpress-forums fieldset.bbp-forum-form-attributes{width:200px;float:right;clear:none;margin-left:25px}#bbpress-forums fieldset select#bbp_forum_id{max-width:200px}.bbp-reply-form,.bbp-topic-form,.bbp-topic-tag-form{clear:left}body.reply-edit .bbp-reply-form div.avatar img,body.single-forum .bbp-topic-form div.avatar img,body.single-reply .bbp-reply-form div.avatar img,body.topic-edit .bbp-topic-form div.avatar img{margin-right:0;padding:10px;border:1px solid #ddd;line-height:0;background-color:#efefef}body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:10px;background-color:#f0fff8;border:1px solid #ceefe1;display:block;padding:8px;margin-top:5px;width:369px}#delete_tag,#merge_tag{display:inline}div.bbp-submit-wrapper{margin-top:15px;float:right;clear:both}p.form-allowed-tags{max-width:100%}#bbpress-forums div.bbp-the-content-wrapper{margin-bottom:10px}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{width:100%;margin:0;font-size:12px}#bbpress-forums div.bbp-the-content-wrapper table,#bbpress-forums div.bbp-the-content-wrapper tbody,#bbpress-forums div.bbp-the-content-wrapper td,#bbpress-forums div.bbp-the-content-wrapper tr{border:none;padding:0;margin:0;width:auto;line-height:1}#bbpress-forums div.bbp-the-content-wrapper input[type=button]{padding:4px 7px;margin:0 -1px 0 0;line-height:0;border:1px solid transparent;background-color:transparent;box-shadow:none;text-shadow:none;text-transform:uppercase;font-size:11px;font-weight:400;border-radius:3px;min-width:25px;color:#555}#bbpress-forums div.bbp-the-content-wrapper input[type=button]:hover{border-color:rgba(0,0,0,.1);background-color:rgba(255,255,255,.5)}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{padding:5px;min-height:26px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:4px 4px 8px}#bbpress-forums div.wp-editor-container{margin:0;padding:0;line-height:0}#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar{line-height:16px}#bbpress-forums .bbp-replies .bbp-reply-form{margin:0 10px 0 10px}#bbpress-forums #bbp-your-profile fieldset{padding:20px 20px 0}#bbpress-forums #bbp-your-profile fieldset div{margin-bottom:20px;float:left;width:100%;clear:left}#bbpress-forums #bbp-your-profile fieldset select{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset textarea{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd;box-shadow:none;border-radius:0}#bbpress-forums #bbp-your-profile fieldset input:focus,#bbpress-forums #bbp-your-profile fieldset textarea:focus{border:1px solid #ccc;box-shadow:inset 1px 1px 1px rgba(0,0,0,.1);outline-color:rgba(240,255,240,.1)}#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox{width:auto}#bbpress-forums #bbp-your-profile fieldset legend{display:none}#bbpress-forums #bbp-your-profile fieldset label[for]{float:left;width:20%;padding:5px 20px 5px 0;text-align:right;cursor:pointer}#bbpress-forums #bbp-your-profile fieldset dl label[for]{text-align:left;width:60%}#bbpress-forums #bbp-your-profile fieldset p.description{margin:5px 0 0 20%;font-size:12px;font-style:italic;float:left;clear:left;width:60%;padding:5px 8px;border:#cee1ef 1px solid;background-color:#f0f8ff}#bbpress-forums #bbp-your-profile fieldset fieldset{margin:0;border:none;padding:0;clear:none;float:none}#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl{margin:0}#bbpress-forums #bbp-your-profile fieldset.submit button{float:right}#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;margin-left:20%;margin-top:10px}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper,#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-input-wrapper{width:100%;margin:0;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper button{width:46%;margin:4% 2%;box-sizing:border-box;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password input,#bbpress-forums #bbp-your-profile fieldset fieldset.passwword textarea{width:100%}#bbpress-forums #bbp-your-profile fieldset fieldset.password button .dashicons{display:none}#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description{margin-left:0;margin-bottom:20px}#bbpress-forums #password #pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;margin:0;padding:8px;text-align:center;box-sizing:border-box;display:inline-block}#bbpress-forums #password #pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#bbpress-forums #password #pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#bbpress-forums #password #pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#bbpress-forums #password #pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}#bbpress-forums #password #pass1-text.short,#bbpress-forums #password #pass1.short{border-color:#e35b5b}#bbpress-forums #password #pass1-text.bad,#bbpress-forums #password #pass1.bad{border-color:#f78b53}#bbpress-forums #password #pass1-text.good,#bbpress-forums #password #pass1.good{border-color:#ffc733}#bbpress-forums #password #pass1-text.strong,#bbpress-forums #password #pass1.strong{border-color:#83c373}#bbpress-forums .indicator-hint{padding-top:8px}#bbpress-forums #pass1-text,#bbpress-forums .pw-weak,#bbpress-forums .show-password #pass1{display:none}#bbpress-forums .show-password #pass1-text{display:inline-block}div.bbp-template-notice,div.indicator-hint{border-width:1px;border-style:solid;padding:0 .6em;margin:5px 0 15px;border-radius:3px;background-color:#ffffe0;border-color:#e6db55;color:#000;clear:both}div.bbp-template-notice a{color:#555;text-decoration:none}div.bbp-template-notice a:hover{color:#000}div.bbp-template-notice.info{border:#cee1ef 1px solid;background-color:#f0f8ff}div.bbp-template-notice.important{border:#e6db55 1px solid;background-color:#fffbcc}div.bbp-template-notice.error,div.bbp-template-notice.warning{background-color:#ffebe8;border-color:#c00}div.bbp-template-notice.error a,div.bbp-template-notice.warning a{color:#c00}div.bbp-template-notice li,div.bbp-template-notice p{margin:.5em 0 6px!important;padding:2px;font-size:12px;line-height:1.4}#bbpress-forums div.bbp-template-notice code{font-size:11px;padding:2px 4px;background:rgba(200,200,200,.3);border-radius:3px}.bbp-forum-content ul.sticky,.bbp-topics ul.sticky,.bbp-topics ul.super-sticky,.bbp-topics-front ul.super-sticky{background-color:#ffffe0!important;font-size:1.1em}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{border-top:1px dotted #ddd;width:100%;margin:0;padding:8px 0 0;font-size:11px;color:#aaa}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li{list-style-type:none}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log a,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log a,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log a{text-decoration:none}.bbp-login-form fieldset legend{display:none}.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{padding:5px}.bbp-login-form label{width:140px;display:inline-block}#sidebar .bbp-login-form label{width:70px}.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-remember-me,.bbp-login-form .bbp-submit-wrapper,.bbp-login-form .bbp-username{margin-top:10px}.bbp-login-form .bbp-submit-wrapper{text-align:right}.bbp-login-form .bbp-login-links a{float:left;clear:left}.bbp-logged-in img.avatar{float:left;margin:0 15px 0 0}.bbp-logged-in h4{font-weight:700;font-size:1.3em;clear:none;margin-bottom:10px}#bbpress-forums img.avatar{box-shadow:none;display:inline-block;margin-right:4px}#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{float:none;vertical-align:middle;border:3px double #ddd;max-height:20px;max-width:20px}fieldset div.avatar{float:right}.activity-list li.bbp_reply_create .activity-content .activity-inner,.activity-list li.bbp_topic_create .activity-content .activity-inner{border-left:2px solid #eaeaea;margin-left:5px;padding-left:10px}#bbpress-forums h1{clear:none;font-size:1.8em;line-height:1;padding-bottom:10px}#bbpress-forums #bbp-user-wrapper{float:left;width:100%}#bbpress-forums .bbp-user-section{overflow:auto;clear:right}#bbpress-forums #bbp-user-wrapper h2.entry-title{font-size:1.4em;margin:0;padding-bottom:10px;padding-top:0;clear:none}#bbpress-forums #bbp-user-wrapper fieldset.bbp-form,#bbpress-forums #bbp-user-wrapper ul.bbp-forums,#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,#bbpress-forums #bbp-user-wrapper ul.bbp-replies,#bbpress-forums #bbp-user-wrapper ul.bbp-topics{clear:none}#bbpress-forums #bbp-single-user-details{margin:0;width:150px;float:left;overflow:hidden}#bbpress-forums #bbp-single-user-details #bbp-user-avatar{margin:0;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{border:none;height:150px;padding:0;margin:0 0 20px;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-description{float:none;margin-left:180px}#bbpress-forums #bbp-single-user-details #bbp-user-navigation{float:none;margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{padding:5px 8px;display:block;border:1px solid transparent;text-decoration:none}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background:#eee;opacity:.8}#bbpress-forums #bbp-user-body{margin-left:180px}body.my-account #bbpress-forums{border-top:none;padding-top:0;margin-bottom:0}#bbpress-forums dl.bbp-user-capabilities{display:inline-block;vertical-align:top}#bbpress-forums dl.bbp-user-capabilities dt{margin:0 0 10px;text-transform:capitalize}#bbpress-forums dl.bbp-user-capabilities dd{margin:0;padding:0}.bbp-alert-outer{height:100%;width:100%;top:0;left:0;position:fixed;background-color:rgba(0,0,0,.2);z-index:99999}.bbp-alert-inner{width:350px;text-align:center;background:#fff;position:fixed;top:50%;left:50%;margin-top:-75px;margin-left:-185px;border-radius:3px;border:1px solid #aaa;padding:15px 10px 10px}.bbp-alert-outer .bbp-alert-inner p{margin:10px 0}.bbp-alert-actions a{padding:5px 20px;text-decoration:none}@media only screen and (max-width:480px){#bbpress-forums div.bbp-topic-tags{clear:both;float:none}div.bbp-search-form button,div.bbp-search-form input{font-size:11px;padding:2px}li.bbp-forum-info,li.bbp-topic-title{width:45%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{width:15%}span.bbp-reply-post-date,span.bbp-topic-post-date{float:left}span.bbp-admin-links{float:none;clear:both}#bbpress-forums .bbp-forums-list li,#bbpress-forums .bbp-forums-list span{display:block;font-size:11px}#bbpress-forums .bbp-body div.bbp-reply-author,#bbpress-forums .bbp-body div.bbp-topic-author{float:none;margin:10px;min-height:80px;padding-left:80px;position:relative;text-align:left;width:calc(100% - 100px);border-bottom:1px solid #efefef;box-sizing:content-box}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:none;display:inline-block;margin-left:0;word-wrap:break-word}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{position:absolute;top:0;left:0;width:60px;height:auto;margin-top:0}#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:12px;font-style:normal}#bbpress-forums .bbp-body div.bbp-reply-content,#bbpress-forums .bbp-body div.bbp-topic-content{clear:both;margin:0 10px 5px 10px;padding:0}#bbpress-forums div.bbp-reply-content p,#bbpress-forums div.bbp-topic-content p{margin-bottom:1em}#bbpress-forums div.bbp-reply-content p:last-child,#bbpress-forums div.bbp-topic-content p:last-child{margin-bottom:0}div.bbp-submit-wrapper{float:left}#bbpress-forums fieldset.bbp-form{padding:0 10px 10px}#bbpress-forums #bbp-user-body{clear:both;margin-left:0;word-wrap:break-word}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:320px){#bbpress-forums div.bbp-search-form{margin-bottom:10px}#bbpress-forums li.bbp-body li.bbp-forum-info,#bbpress-forums li.bbp-body li.bbp-topic-title,#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{width:100%}#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{text-align:center;text-transform:uppercase}#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:20%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{width:58%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count{margin-top:7px}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{font-size:10px}#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-topic-author{text-align:left;width:25%}#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-left:25%}#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar{width:14px;height:auto;max-height:14px;max-width:14px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:1px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td{width:20px;height:20px}#bbpress-forums div.wp-editor-container{width:100%;overflow:auto}#bbpress-forums input#bbp_topic_tags,#bbpress-forums input#bbp_topic_title{width:95%}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:240px){#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-footer div.bbp-reply-author,#bbpress-forums li.bbp-footer div.bbp-search-author,#bbpress-forums li.bbp-footer div.bbp-topic-author,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:45%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{clear:both;width:100%}#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{text-align:center}#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-author,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-left:0;text-align:left}#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta{display:inline-block}#bbpress-forums li.bbp-header{overflow:hidden}#bbpress-forums li.bbp-footer div.bbp-reply-content,#bbpress-forums li.bbp-footer div.bbp-search-content,#bbpress-forums li.bbp-footer div.bbp-topic-content{display:inline-block;margin-left:0}#bbpress-forums li.bbp-body div.bbp-reply-author,#bbpress-forums li.bbp-body div.bbp-topic-author{min-height:60px;padding-left:60px}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{width:40px;height:auto}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:12px}}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.ldnt-content-notes .nt-note-tab i,.nt-note-tab i{font-size:16px}#apf-response,.ldnt-content-notes,.nt-note-tab,.nt-reset-dimensions{text-align:center}.nt-note-tab,.nt-note-wrapper{background:rgba(0,0,0,.8);position:fixed;z-index:1000;right:30px;border-radius:4px}.nt-note-tab{padding:10px 30px 10px 15px;display:block;color:#fff;font-weight:700;border-radius:4px 4px 0 0;bottom:0}.nt-note-tab.top{bottom:auto;top:0;border-radius:0 0 4px 4px}body.admin-bar .nt-note-tab.top{top:32px}.nt-note-tab i{display:inline-block;color:#fff}.ldnt-content-notes .nt-note-tab{position:static;display:inline-block;border-radius:4px;margin:20px auto;color:#fff}.nt-screen-reader-text{font-size:18px;text-transform:uppercase;display:inline-block}.nt-note-wrapper{top:200px;right:15px;min-width:350px;max-width:350px;width:auto;box-sizing:content-box}.nt-reset-dimensions{font-size:12px;clear:both}.nt-location{font-style:italic;font-size:12px}.nt-reset-dimensions a{color:#fff;text-decoration:underline}.nt-note-wrapper.nt-dragged{right:auto}.nt-note-wrapper.nt-resized{max-width:unset;min-width:unset}.nt-note-wrapper #nt-note-body_ifr{max-width:100%}.note-header-title{background:rgba(66,66,66,.8);margin:-15px -25px 10px;border-bottom:1px solid rgba(255,255,255,.15);padding:10px 25px;border-radius:4px 4px 0 0;text-transform:uppercase;font-weight:700;letter-spacing:2px;font-size:12px;cursor:grab;color:#fff}.note-header{margin:0 0 15px}.note-body input,.note-body textarea{margin:0 0 15px;font-family:arial,helvetica,san-serif;padding:5px 10px;border:0;background:#f9f9f9}.note-body input:focus{background:#fff}.nt-close-icon{color:#999;float:right;font-size:12px;cursor:pointer;text-shadow:-1px -1px 1px #000}#nt-note-actions{width:20%;float:left;list-style:none;margin:0;padding:0}#nt-note-actions li{display:inline;list-style:none;margin:0;padding:0}#nt-note-actions li a{font-size:18px;color:#fff;text-decoration:none}#nt-note-submit{background:#bdd537;color:#3a4111;border:0;font-weight:700;border-radius:4px;width:79%;float:right}#nt-note-submit.nt-note-saving,#nt-note-submit:hover{background:#999;color:#fff}.note-body input{width:100%}.nt-note-submit{margin-top:15px}#nt_note_cont .nt-note-wrapper{display:none;padding:15px 25px}#apf-response{margin:10px 0;background:#bdd537;color:#3a4111;font-weight:700;padding:15px;display:none}.nt-hide{display:none}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}@media screen and (max-width:768px){#nt_note_cont *{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.nt-note-wrapper{position:fixed!important;width:auto!important;height:auto!important;padding:3%!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;max-width:unset!important}#wp-nt-note-body-editor-container{overflow-x:auto}#nt-note-body_ifr{width:auto!important;height:75px!important}#mceu_7,#mceu_8,.nt-hide-mobile,.nt-reset-dimensions{display:none}}@font-face{font-family:ldntnotepad;src:url(//apartmenttrainingacademy.com/wp-content/plugins/learndash-notes/assets/font/fontello.eot?283350512);src:url(//apartmenttrainingacademy.com/wp-content/plugins/learndash-notes/assets/font/fontello.eot?283350512#iefix) format('embedded-opentype'),url(//apartmenttrainingacademy.com/wp-content/plugins/learndash-notes/assets/font/fontello.woff2?283350512) format('woff2'),url(//apartmenttrainingacademy.com/wp-content/plugins/learndash-notes/assets/font/fontello.woff?283350512) format('woff'),url(//apartmenttrainingacademy.com/wp-content/plugins/learndash-notes/assets/font/fontello.ttf?283350512) format('truetype'),url(//apartmenttrainingacademy.com/wp-content/plugins/learndash-notes/assets/font/fontello.svg?283350512#fontello) format('svg');font-weight:400;font-style:normal}.nticon-file-pdf:before,.nticon-file-word:before,.nticon-print:before,.nticon-trash:before,[class*=" nticon-"]:before,[class^=nticon-]:before{font-family:ldntnotepad;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nticon-print:before{content:'\e800'}.nticon-file-word:before{content:'\e801'}.nticon-trash:before{content:'\e802'}.nticon-doc:before{content:'\e803'}.ult--fade-in{animation:ult_fadein .3s}.ult--fade-out{animation:ult_fadeout .3s}@keyframes ult_fadein{0%{opacity:0}to{opacity:1}}@keyframes ult_fadeout{0%{opacity:1}to{opacity:0}}@keyframes ult_rotating_centered{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.ult-box{width:100%;position:relative;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;background:#fff;border:1px solid #dfdfdf;border-radius:3px;box-shadow:0 7px 15px 0 rgba(0,0,0,.1);padding:20px 25px 25px}.ult-box,.ult-box *{box-sizing:border-box}.ult-form__description~.ult-form__container,.ult-form__title~.ult-form__container{border-top:1px solid #d8d8d8;margin-top:15px}.ult-form__container form{outline:0}.ult-form__container form p{margin:15px 0 0}.ult-form__container form p:empty{display:none}.ult-form__row{margin-top:15px}.ult-form__field{margin-top:8px}.ult-form__title{font-size:20px;color:#202020}.ult-form__description{font-size:15px;color:#636363;margin-top:10px;line-height:1.3}.ult-form-field__header{display:flex}.ult-form-field__label-container{flex:1 1 auto}.ult-form-field__label{color:#404040}.ult-form-field__actions{flex:0 0 auto}.ult-form-field__action{font-size:14px;color:#0790e8;text-decoration:none}.ult-form-password-wrapper,.ult-form__container :not(.ult-form-password-wrapper)>input[type=password],.ult-form__container :not(.ult-form-password-wrapper)>input[type=tel],.ult-form__container :not(.ult-form-password-wrapper)>input[type=text],:not(.ult-form-password-wrapper)>.ult-form__input{padding:var(--ult-form-field-padding,8px 10px);color:var(--ult-form-field-color,#404040);background:var(--ult-form-field-background,#fff);box-shadow:var(--ult-form-field-box-shadow,0 2px 5px 0 rgba(0,0,0,.1));border:1px solid var(--ult-form-field-border-color,#c1c5c8);border-radius:var(--ult-form-field-border-radius,8px);width:100%;font-size:inherit;font-family:inherit;outline:none;display:block;margin-top:8px;line-height:1.3;transition:border .15s ease-in-out,box-shadow .15s ease-in-out}.ult-form-password-wrapper:hover,.ult-form__container :not(.ult-form-password-wrapper)>input[type=password]:hover,.ult-form__container :not(.ult-form-password-wrapper)>input[type=tel]:hover,.ult-form__container :not(.ult-form-password-wrapper)>input[type=text]:hover,:not(.ult-form-password-wrapper)>.ult-form__input:hover{border-color:var(--ult-form-field-hover-border-color,#b1b5b7)}.ult-form-password-wrapper.ult-form-password-wrapper--focus,.ult-form-password-wrapper:focus,.ult-form__container :not(.ult-form-password-wrapper)>input[type=password].ult-form-password-wrapper--focus,.ult-form__container :not(.ult-form-password-wrapper)>input[type=password]:focus,.ult-form__container :not(.ult-form-password-wrapper)>input[type=tel].ult-form-password-wrapper--focus,.ult-form__container :not(.ult-form-password-wrapper)>input[type=tel]:focus,.ult-form__container :not(.ult-form-password-wrapper)>input[type=text].ult-form-password-wrapper--focus,.ult-form__container :not(.ult-form-password-wrapper)>input[type=text]:focus,:not(.ult-form-password-wrapper)>.ult-form__input.ult-form-password-wrapper--focus,:not(.ult-form-password-wrapper)>.ult-form__input:focus{border-color:var(--ult-form-field-focus-border-color,#0790e8);box-shadow:var(--ult-form-field-focus-box-shadow,0 0 0 .2rem rgba(7,144,232,.2))}.ult-form-password-wrapper{display:flex;align-items:center;gap:5px}.ult-form-password-wrapper input{flex:1 1 auto;font-size:inherit!important;font-family:inherit!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;outline:0!important}.ult-form-password-wrapper-eye-toggle{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#7f7f7f;cursor:pointer;flex:0 0 auto}.ult-checkbox{width:100%}.ult-checkbox__container{display:block;position:relative;cursor:pointer;transition:opacity .15s ease-in-out}.ult-checkbox__hidden-input{display:none}.ult-checkbox .ult-checkbox__fake-input{position:relative;box-sizing:border-box;height:16px;width:16px;border:1px solid #afafaf;border-radius:8px;transition:border .15s ease-in-out;box-shadow:0 2px 5px 0 rgba(0,0,0,.1)}.ult-checkbox .ult-checkbox__container:hover .ult-checkbox__fake-input{border-color:#979797}.ult-checkbox .ult-checkbox__fake-input:after{content:"";position:absolute;display:block;opacity:0;transition:all .15s ease-in-out}.ult-checkbox .ult-checkbox__hidden-input:checked~.ult-checkbox__fake-input:after{opacity:1}.ult-checkbox .ult-checkbox__container .ult-checkbox__fake-input:after{left:4px;top:1px;width:3px;height:7px;border:solid #0790e8;border-width:0 3px 3px 0;transform:rotate(45deg)}.ult-checkbox .checkbox--primary:checked~.ult-checkbox__fake-input{border-color:#0790e8}.ult-checkbox .checkbox--primary:disabled~.ult-checkbox__fake-input{background:#fff;border:1px solid #b9b9b9;cursor:not-allowed}.ult-checkbox .checkbox--primary:checked:disabled~.ult-checkbox__fake-input{background:#38aece;opacity:.6;cursor:not-allowed}#ult-2fa-validation-form--templated #submit,#ult-2fa-validation-form--templated input[name=wp-2fa-email-code-resend],#ult-login-form #ult-login-submit,.ult-form__submit-btn{width:100%;background:#0790e8;color:#fff;font-size:16px;line-height:1.5;display:inline-block;outline:none;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:8px 15px;border-radius:8px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,opacity .15s ease-in-out;cursor:pointer;box-shadow:0 2px 5px 0 rgba(0,0,0,.1);position:relative}#ult-login-form .login-submit,#ult-login p.submit,.ult-form__row--submit{position:relative}#ult-forgot-password .ult-form__row--submit:not(.ult-form__submit-btn--loading) #ult-forgot-password-submit-btn:focus,#ult-login-form .login-submit:not(.ult-form__submit-btn--loading) #ult-login-submit:focus,.ult-form__submit-btn:not(.ult-form__submit-btn--loading):focus{box-shadow:0 0 0 .2rem rgba(7,144,232,.5)}.ult-form__submit-btn--loading:before{opacity:0;transition:opacity .15s ease-in-out}.ult-form__submit-btn--loading,.ult-form__submit-btn--loading #ult-forgot-password-submit-btn,.ult-form__submit-btn--loading #ult-login-submit,.ult-form__submit-btn--loading #ult-reset-password-submit-btn,.ult-form__submit-btn--loading input[type=submit]{color:transparent!important}.ult-form__submit-btn--loading:before{content:"";width:18px;height:18px;opacity:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:0 0;animation:spin-centered .8s linear infinite;z-index:2;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M456.433 371.72l-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'/%3E%3C/svg%3E");background-size:contain;background-position:50%;background-repeat:no-repeat}.ult-form__submit-btn--disabled{opacity:.6;cursor:not-allowed;pointer-events:none}@-ms-keyframes spin-centered{0%{-ms-transform:rotate(0deg) translate(-50%,-50%)}to{-ms-transform:rotate(1turn) translate(-50%,-50%)}}@-moz-keyframes spin-centered{0%{-moz-transform:rotate(0deg) translate(-50%,-50%)}to{-moz-transform:rotate(1turn) translate(-50%,-50%)}}@-webkit-keyframes spin-centered{0%{-webkit-transform:rotate(0deg) translate(-50%,-50%)}to{-webkit-transform:rotate(1turn) translate(-50%,-50%)}}@keyframes spin-centered{0%{transform:rotate(0deg) translate(-50%,-50%)}to{transform:rotate(1turn) translate(-50%,-50%)}}.ult-form__row--remember-me{display:flex;align-items:center}.ult-form__row--remember-me .ult-form__field{flex:0 0 auto;margin:0 8px 0 0}.ult-form__row--remember-me .ult-form-field__header{flex:1 1 auto}.ult-form__row--remember-me .ult-form-field__label{color:#636363;user-select:none;cursor:pointer}.ult-form__validation{margin-top:15px;display:none}.ult-form__validation--has-error{display:block}.ult-form__validation:first-child{margin-top:0;margin-bottom:15px}.ult-form__validation .ult-notice p{margin:0}.ult-form__footer{margin-top:25px;padding-top:15px;border-top:1px solid #d8d8d8;text-align:center}.ult-form__footer a{color:#0790e8;text-decoration:none}.ult-form__container .two-factor-error-notice{margin-top:20px}.ult-form__container .uo-toolkit-2fa-footer{display:flex;align-content:center;flex-wrap:wrap;justify-content:space-evenly;margin-top:20px}.ult-form__container .uo-toolkit-2fa-footer__backto-home,.ult-form__container .uo-toolkit-2fa-footer__backup-codes{text-align:center}.ult-form__container .uo-toolkit-2fa-footer a{color:#0790e8;text-decoration:none}.ult-notice{padding:15px;border:1px solid #d8d8d8;color:#737373;border-radius:3px;text-align:center;line-height:1.3}.ult-notice--error{background:#fceded}.ult-notice--success{background:#edfcef}.ult-modal{display:none}.ult-modal-container .ult-modal{display:block}.ult-modal-container{width:100%;height:100%;position:fixed;display:none;top:0;left:0;z-index:100000}.ult-modal-container--open{display:block}.ult-modal__inside{width:100%;height:100%;justify-content:center;align-items:center;display:flex}.ult-modal-box{width:calc(100% - 40px);max-width:565px;max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;position:relative;border-radius:8px;overflow:hidden}.ult-modal-box:before{top:0;left:0;z-index:10;background:#fff;border-radius:8px}.ult-modal-box:after,.ult-modal-box:before{content:"";width:0;height:0;position:absolute;opacity:0;transition:opacity .3s ease-in-out}.ult-modal-box:after{border-radius:50%;left:50%;top:50%;z-index:11;user-select:none}.ult-modal-container--loading .ult-modal-box:before{width:100%;height:100%;opacity:1}.ult-modal-container--loading .ult-modal-box:after{width:50px;height:50px;border:3px solid transparent;border-top-color:#202020;animation:ult_rotating_centered 2s linear infinite;opacity:1}.ult-modal--small .ult-modal-box{max-width:385px}.ult-modal--large .ult-modal-box{max-width:750px}.ult-modal-box-header{padding:20px;text-align:center}.ult-modal-box-header h1,.ult-modal-box-header h2,.ult-modal-box-header h3{font-size:30px;font-weight:500;line-height:32px;padding:20px 20px 0;margin:0}.ult-modal-box-content{width:100%;position:relative;display:inline-flex;overflow:hidden;flex:1 1 auto}.ult-modal{width:100%;font-weight:400;font-size:16px;overflow-y:auto;max-height:300px;position:relative;margin:0;padding:20px 40px;outline:none}.ult-modal-box-content__inside::-webkit-scrollbar{width:10px;background-color:rgba(0,0,0,.09);border-radius:150px}.ult-modal-box-content__inside::-webkit-scrollbar-thumb:vertical{background:#afafaf;border-radius:150px;background-clip:padding-box;border:2px solid transparent;min-height:10px}.ult-modal-box-content__br{width:100%;height:10px;display:block}.ult-modal-box-footer{flex:1 1 auto;text-align:center;padding:20px;margin:0 20px 20px;overflow:hidden}.ult-modal-box-footer__dismiss{font-size:16px;font-weight:600;padding:10px 20px;cursor:pointer;line-height:1.1;border:0;display:inline-block;background:transparent;color:#0077c5;transition:background .15s ease-in-out;border-radius:150px}.ult-modal-box-footer__dismiss:hover{background:#dadadc}.ult-modal-box-footer__dismiss:active{background:#c4c4c6}@media screen and (max-width:1000px){.ult-modal-box-header h1,.ult-modal-box-header h2,.ult-modal-box-header h3{font-size:24px;line-height:26px}}body.ult-modals--open{overflow:hidden!important}body.ult-modals--dim-background .ult-modal-container{background:rgba(0,0,0,.4)}#ult-modal-container-ult-login .ult-box{box-shadow:none;padding:0;border:0}#ult-modal-container-ult-login .ult-modal{max-height:680px}.ult-forgot-password--recaptcha-error .g-recaptcha iframe,.ult-login--recaptcha-error .g-recaptcha iframe,.ult-reset-password--recaptcha-error .g-recaptcha iframe{border-radius:4px;border:1px solid red}#ult-login-modal.ult-login-modal--login #ult-login-modal__login{display:block}#ult-login-modal.ult-login-modal--forgot-password #ult-login-modal__login,#ult-login-modal.ult-login-modal--login #ult-login-modal__forgot-password{display:none}#ult-login-modal.ult-login-modal--forgot-password #ult-login-modal__forgot-password{display:block}.wpProQuiz_content .wpProQuiz_answerCorrect{background:#6db46d;font-weight:700}.wpProQuiz_content .wpProQuiz_answerCorrect label{font-weight:700}.wpProQuiz_content .wpProQuiz_answerIncorrect{background:#ff9191;font-weight:700}.wpProQuiz_content .wpProQuiz_answerCorrectIncomplete{border:1px solid #6db46d!important;font-weight:700}.wpProQuiz_content{margin-bottom:10px;margin-top:10px}.wpProQuiz_content .wpProQuiz_question_page,.wpProQuiz_content h2{margin-bottom:10px}.wpProQuiz_content .wpProQuiz_question_page span{font-weight:700}.wpProQuiz_content .wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionListItemLastChildIE{margin-bottom:0;overflow:auto;padding:3px}.wpProQuiz_content .wpProQuiz_questionListItem{background-image:none;border:0;list-style:none;margin-bottom:5px;margin-left:0;padding:3px}.wpProQuiz_content .wpProQuiz_questionListItem>table{border-collapse:collapse;margin:0;padding:0;width:100%}.wpProQuiz_content .wpProQuiz_catOverview ol,.wpProQuiz_content .wpProQuiz_list,.wpProQuiz_content .wpProQuiz_listItem,.wpProQuiz_content .wpProQuiz_maxtrixSortCriterion,.wpProQuiz_content .wpProQuiz_questionList,.wpProQuiz_content .wpProQuiz_resultsList,.wpProQuiz_content .wpProQuiz_sortStringList{list-style:none;margin:0;padding:0}.wpProQuiz_content .wpProQuiz_list{border:0}.wpProQuiz_content .wpProQuiz_questionList{background:#f8faf5;border:1px solid #c3d1a3;list-style:none;margin-bottom:10px;overflow:auto;padding:5px}.wpProQuiz_content .wpProQuiz_listItem{background-image:none;border:0;position:relative}.wpProQuiz_content .wpProQuiz_response{background:#f8faf5;border:1px solid #c4c4c4;box-shadow:1px 1px 2px #aaa;margin-bottom:15px;padding:5px}.wpProQuiz_content .wpProQuiz_response span{font-weight:700}.wpProQuiz_content .wpProQuiz_sort{width:25px}.wpProQuiz_content .wpProQuiz_results h3{margin-bottom:10px}.wpProQuiz_content .wpProQuiz_sort_correct_answer{display:none;font-weight:700;margin-right:5px}.wpProQuiz_content .wpProQuiz_sortable,.wpProQuiz_sortStringItem{background-color:#f8faf5;border:1px solid #d3d3d3;box-shadow:2px 2px 1px #eee;cursor:move;padding:5px}.wpProQuiz_content .wpProQuiz_time_limit .time{font-weight:700;margin-bottom:5px;margin-top:5px}.wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{background-color:blue;height:10px;margin-bottom:5px}.wpProQuiz_content .wpProQuiz_time_limit_expired{font-size:15px;font-weight:700;text-align:center}.wpProQuiz_content .wpProQuiz_question_text{margin-bottom:10px}.wpProQuiz_content .wpProQuiz_tipp>div{background-color:#ddecff;border:1px dotted #363636;border-radius:10px;bottom:5px;box-shadow:2px 2px 5px 0 #313131;left:5px;padding:10px;position:absolute;right:5px;z-index:99999}.wpProQuiz_content .wpProQuiz_tipp>div p>iframe{max-height:275px;width:100%}.wpProQuiz_content .wpProQuiz_matrixSortString,.wpProQuiz_content .wpProQuiz_matrixSortString>h3{margin-bottom:10px;margin-top:0}.wpProQuiz_content .wpProQuiz_matrixSortString{background:#f8faf5;border:1px solid #c3d1a3;overflow:auto;padding:5px}.wpProQuiz_content ul.wpProQuiz_sortStringList{height:100%;min-height:20px;padding:10px;width:100%}.wpProQuiz_content ul.wpProQuiz_sortStringList:empty{border:2px dashed #bbb!important}.wpProQuiz_content ul.wpProQuiz_sortStringList>li{float:left;margin-bottom:5px;margin-left:5px;margin-right:5px}.wpProQuiz_content .wpProQuiz_sortStringItem{background-image:none;list-style:none;margin:0}.wpProQuiz_content ul.wpProQuiz_maxtrixSortCriterion{height:100%;margin:0;overflow:auto;padding:5px}.wpProQuiz_content .wpProQuiz_placehold{background-color:#ffffc2;background-image:none;border:2px dashed red!important;height:100%;list-style:none;margin:0;min-width:50px;padding:0;width:100%}.wpProQuiz_content .wpProQuiz_maxtrixSortText{padding:5px}.wpProQuiz_content .wpProQuiz_mextrixTr>td{border:1px solid #d1d1d1;padding:5px;vertical-align:middle}.wpProQuiz_content .wpProQuiz_earned_points,.wpProQuiz_content .wpProQuiz_graded_points,.wpProQuiz_content .wpProQuiz_points{font-weight:700;margin-bottom:20px;text-align:center}.wpProQuiz_content .wpProQuiz_cloze input[type=text]{background:#0000;border:0;border-bottom:1px solid;border-radius:0;box-shadow:0 0;color:#000;height:auto;margin:0;padding:0 4px}.wpProQuiz_content .wpProQuiz_cloze input:focus{outline:none}.wpProQuiz_content .wpProQuiz_cloze input.wpProQuiz_answerCorrect{background-color:#b0dab0}.wpProQuiz_content .wpProQuiz_cloze input.wpProQuiz_answerIncorrect{background-color:#ffbaba}.wpProQuiz_content .wpProQuiz_questionListItem input,.wpProQuiz_questionListItem label{display:inline;font-weight:400;margin:0}.wpProQuiz_content .wpProQuiz_questionListItem input{display:inline;float:none}.wpProQuiz_content .wpProQuiz_resultsList{border:0}.wpProQuiz_content .wpProQuiz_resultsList>li{background-image:none;border:0;list-style-type:none;margin:0;padding:0}.wpProQuiz_content .wpProQuiz_lock,.wpProQuiz_loadQuiz,.wpProQuiz_prerequisite,.wpProQuiz_startOnlyRegisteredUser{background-color:#fff7f7;border:1px dotted #ffc3c3}.wpProQuiz_content .wpProQuiz_lock p,.wpProQuiz_loadQuiz p,.wpProQuiz_prerequisite p,.wpProQuiz_startOnlyRegisteredUser p{font-weight:700;margin:20px}.wpProQuiz_content li.wpProQuiz_listItem .wpProQuiz_questionList_containers{display:none}.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input[type=button]{border-radius:5px;display:inline-flex;opacity:.5;padding:.15em;vertical-align:initial}.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input.wpProQuiz_questionList_containers_view_active{opacity:1;outline:none}.wpProQuiz_toplistTable{border:1px solid #c3d1a3;border-collapse:collapse;margin:0;width:100%}.wpProQuiz_toplistTable caption{caption-side:top;color:gray;font-size:11px;margin:0;padding-bottom:2px;text-align:right}.wpProQuiz_toplistTable thead tr{background:#9bbb59;color:#fff;font-weight:700;padding:5px}.wpProQuiz_toplistTable tbody td:FIRST-CHILD{font-weight:700}.wpProQuiz_toplistTable td,.wpProQuiz_toplistTable th{border:0;padding:5px;text-align:center}.wpProQuiz_toplistTable th{background:#9bbb59}.wpProQuiz_toplistTable th.col-pos{width:10%}.wpProQuiz_toplistTable th.col-name{text-align:left}.wpProQuiz_toplistTable th.col-date{width:25%}.wpProQuiz_toplistTable th.col-points{width:13%}.wpProQuiz_toplistTable th.col-results{width:15%}.wpProQuiz_toplistTable td{font-size:.75em;text-align:center}.wpProQuiz_toplistTable td.col-name{text-align:left}.wpProQuiz_toplistTable td.col-date{font-size:.8em}.wpProQuiz_toplistTrOdd{background-color:#ebf1de}.wpProQuiz_content .wpProQuiz_addToplist{background-color:#f5faea;border:1px solid #c3d1a3;margin-top:10px;padding:10px}.wpProQuiz_content .wpProQuiz_addToplistMessage{background-color:#fcffb3;border:1px solid #a0a0a0;border-radius:5px;color:dimgray;font-weight:700;margin-bottom:5px;padding:5px}.wpProQuiz_content .wpProQuiz_resultTable{border:1px solid #c4c4c4;font-weight:700;margin:15px auto;padding:15px;width:85%}.wpProQuiz_content .wpProQuiz_resultTable table{border:0;border-collapse:collapse;margin:0;width:100%}.wpProQuiz_content .wpProQuiz_resultName{border:0;border-right:1px solid #868686;min-width:100px;padding:10px 0;width:35%}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue{border:0;padding:0}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue .progress-number{font-size:.8em}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue_AvgScore .progress-meter{background-color:#6ca54c}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue_YourScore .progress-meter{background-color:#f79646}.wpProQuiz_content .wpProQuiz_resultValue div{zoom:1;box-shadow:1px 1px 3px 1px #c4c4c4;color:#000;display:inline-block;*display:inline;height:18px;margin-right:3px;text-align:right;vertical-align:middle}.wpProQuiz_content .wpProQuiz_addBox label{display:inline}.wpProQuiz_content .wpProQuiz_addBox input[type=text]{margin:0}.wpProQuiz_content .wpProQuiz_reviewQuestion{-webkit-overflow-scrolling:touch;max-height:100px;overflow-y:scroll;position:relative}.wpProQuiz_content .wpProQuiz_box,.wpProQuiz_content .wpProQuiz_reviewQuestion{background-color:#f8faf5;border:1px solid #c3d1a3}.wpProQuiz_content .wpProQuiz_checkPage h3{margin:10px 0}.wpProQuiz_content .wpProQuiz_reviewQuestion ol{zoom:1;border:0;list-style-type:none;margin:0;padding:5px 12px 0 5px;position:relative}.wpProQuiz_content .wpProQuiz_reviewQuestion li{background-color:#fff;background-image:none;border:1px solid #cfcfcf;cursor:pointer;float:left;list-style-type:none;margin:0 5px 5px 0;padding:5px 0;text-align:center;width:30px}.wpProQuiz_content .wpProQuiz_reviewLegend{margin-bottom:8px;padding:5px}.wpProQuiz_content .wpProQuiz_reviewLegend ol{border:0;list-style-type:none;margin:0;padding:0}.wpProQuiz_content .wpProQuiz_reviewLegend li{background-image:none;border:0;float:left;list-style-type:none;margin:0;padding-right:5px}.wpProQuiz_content .wpProQuiz_reviewColor{display:inline-block;height:15px;margin-right:2px;width:15px}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_AnweredColor{background-color:#6ca54c}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review{background-color:#ffb800}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewQuestion_Target,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget{background-color:#7db1d3;border-color:#7db1d3;box-shadow:0 0 2px 1px #c4c4c4;font-weight:700}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerCorrect{background-color:#6ca54c}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerIncorrect{background-color:#ffbaba}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved{background-color:#6ca54c}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview{background-color:#ffb800}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedCorrect,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect{background-color:#6ca54c;color:#000}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedIncorrect,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect{background-color:#ffbaba;color:#000}.wpProQuiz_content .wpProQuiz_button2{background:#f5f5f5;border:1px solid #dadada;border-radius:4px;box-shadow:1px 1px 1px #a7a7a7;color:#303030;filter:none;font-weight:400;margin:0;padding:3px 5px;text-shadow:none}.wpProQuiz_content .wpProQuiz_button2:hover{background:#ebebeb}.wpProQuiz_content .wpProQuiz_reviewDiv{margin:20px 0}.wpProQuiz_content .wpProQuiz_header{margin:0}.wpProQuiz_content .wpProQuiz_catOverview{margin-bottom:20px;margin-top:10px}.wpProQuiz_content .wpProQuiz_catOverview li{border-bottom:1px dashed #aaa;clear:left;height:1.05em;list-style:none;margin:10px 0 0;padding:0;position:relative}.wpProQuiz_content .wpProQuiz_catOverview span{background:#fff;float:left;padding:0 3px 0 0;position:absolute;text-decoration:none}.wpProQuiz_content span.wpProQuiz_catPercent{color:#000;font-weight:700;padding-left:5px;right:0}.wpProQuiz_content .wpProQuiz_forms{margin:20px 0}.wpProQuiz_content .wpProQuiz_required{color:red;font-weight:700}.wpProQuiz_content .wpProQuiz_invalidate{background:#ffebe8;border:1px solid #ffcfcf;display:none;margin:4px 0;padding:4px}.wpProQuiz_content .wpProQuiz_forms table{border-collapse:initial;border-spacing:2px;width:auto}.wpProQuiz_content .wpProQuiz_forms td{background:none;border:0;margin:0;padding:0 0 8px;vertical-align:top}.wpProQuiz_content .wpProQuiz_forms input,.wpProQuiz_forms label,.wpProQuiz_forms select,.wpProQuiz_forms textarea{display:inline;float:none;margin:0}.wpProQuiz_content .wpProQuiz_forms select{width:auto}.wpProQuiz_content .uploadEssayMessage{width:100%}.wpProQuiz_content .uploadEssayMessage_fail{color:red}.wpProQuiz_content .uploadEssayMessage_success{color:green}.groups_table,.groups_user_table{width:100%}.groupemailtext{max-width:600px}.group_email_sub{width:50%}.nss_plugin_license_email{min-width:30%}.button_delete_course_data{background-color:red;color:#fff;padding:10px 5px}.cert_shortcode_parm_list{list-style:initial;margin:20px 30px}.column-sno{width:50px}.groups_table .column-action{width:300px}.groups_user_table .column-action{width:100px}#profile-page #ld_course_info_mycourses_list{display:none}#learndash_lesson_topics_list ul,.learndash_navigation_lesson_topics_list{display:table;margin-bottom:0;width:100%}#learndash_lesson_topics_list ul{padding:0}#learndash_lesson_topics_list ul>li,.learndash_navigation_lesson_topics_list>div{display:table-row}.learndash_navigation_lesson_topics_list>div>div.list_arrow{display:table-cell;padding:0!important;text-align:center;width:16px}.course_navigation .learndash_topic_widget_list a>span{margin:0 0 0 5px;overflow:hidden}.course_navigation .learndash_topic_widget_list>ul{margin:0}.course_navigation a{text-decoration:none}.course_navigation .learndash_navigation_lesson_topics_list .lesson{margin:5px}.course_navigation .learndash_navigation_lesson_topics_list ul li{list-style:none;margin-left:0}.course_navigation .learndash_navigation_lesson_topics_list .learndash_topic_dots.type-list ul>li{padding-left:10px}.learndash_navigation_lesson_topics_list .learndash_topic_dots.type-list a>span{padding:0 0 0 25px}.learndash_topic_dots.type-list a{display:block}#learndash_lesson_topics_list span a,.learndash_topic_dots a,.learndash_topic_dots a>span{font-size:12px;font-weight:100;text-decoration:none!important}#learndash_lesson_topics_list div ul>li .sn,#learndash_lesson_topics_list div>strong,#learndash_profile a,#learndash_profile div,.expand_collapse,.learndash_profile_heading,.notavailable_message{font-size:12px;font-weight:400}.list_arrow.expand{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/assets/images/gray_arrow_expand.png) no-repeat scroll 0 50% #0000;padding:5px}.active .list_arrow.expand{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/assets/images/green_arrow_expand.png) no-repeat scroll 0 50% #0000;padding:5px}.active .list_arrow.collapse{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/assets/images/green_arrow_collapse.png) no-repeat scroll 0 50% #0000;padding:5px}.list_arrow.collapse{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/assets/images/gray_arrow_collapse.png) no-repeat scroll 0 50% #0000;padding:5px}.list_arrow.collapse.lesson_completed{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/assets/images/green_arrow_collapse.png) no-repeat scroll 0 50% #0000;padding:5px}.lesson_incomplete.list_arrow.collapse{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/assets/images/gray_arrow_collapse.png) no-repeat scroll 0 50% #0000;padding:5px}.list_arrow.expand.lesson_completed{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/assets/images/images/green_arrow_expand.png) no-repeat scroll 0 50% #0000;padding:5px}.lesson_incomplete.list_arrow.expand{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/assets/images/gray_arrow_expand.png) no-repeat scroll 0 50% #0000;padding:5px}.rtl .active .list_arrow.collapse,.rtl .list_arrow.collapse.lesson_completed{background-image:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/assets/images/green_arrow_collapse_rtl.png)}.rtl .lesson_incomplete.list_arrow.collapse,.rtl .list_arrow.collapse{background-image:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/assets/images/gray_arrow_collapse_rtl.png)}.learndash_navigation_lesson_topics_list .list_arrow.expand{background-position:50% 10px}.learndash_navigation_lesson_topics_list .list_arrow.collapse{background-position:50% 7px}.learndash_navigation_lesson_topics_list .topic-notcompleted span{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/assets/images/notcompleted_t_navigation.png) no-repeat scroll 0 8px #0000;display:inline-block;line-height:25px;min-height:25px;padding-left:20px;vertical-align:middle}#sfwd-quiz_quiz_pro_html{float:none}#learndash_quiz_advanced #poststuff,#sfwd-quiz_quiz_pro_html #poststuff{min-width:0}#sfwd-quiz_quiz_pro_html input[type=button]{padding:0 10px}#AutomaticallyDisplayLeaderboard label{display:inline-block}.nav-tab-sfwd-quiz_edit{margin-left:40px}#sfwd-quiz_quiz_pro_html a.form_move,#sfwd-quiz_quiz_pro_html input[name=form_delete]{border-radius:3px;font-size:12px}.post-new-php.post-type-sfwd-quiz #sfwd-quiz_quiz_pro,.wp-admin.post-type-sfwd-assignment h2 a.add-new-h2{display:none}#learndash_assignment_metabox .button{margin-right:10px}#learndash_essay_status_div #post_status{width:100%}#learndash_essay_status_div .inside{padding:0}#learndash_essay_grading_response_div #grading-response{width:100%}.learndash_uploaded_assignment_points{font-size:12px}.leardash-course-status-completed{color:green}#course_progress_details .learndash_navigation_lesson_topics_list .topic-notcompleted span{background:none;margin-left:0;padding-left:0}#course_progress_details .learndash_topic_widget_list ul{margin-left:15px}.course_navigation ul.learndash-topic-list li.topic-item ul.learndash-quiz-list{margin-left:10px}.course_navigation input[type=number]{height:20px}.ld-shortcode-header{border-bottom:1px solid #ccc;font-size:1.1em;font-weight:700}.fixed .column-ld_posts{width:74px}.column-ld_posts{text-align:center}body.post-type-sfwd-lessons .column-course,body.post-type-sfwd-question .column-quiz,body.post-type-sfwd-quiz .column-course,body.post-type-sfwd-quiz .column-lesson,body.post-type-sfwd-topic .column-course,body.post-type-sfwd-topic .column-lesson{min-width:10%}body.post-type-sfwd-quiz .column-shortcode{width:150px}body.post-type-sfwd-question .column-question_type{width:10%}body.post-type-sfwd-question .column-question_points{width:6%}body.post-type-sfwd-assignment .column-approval_status,body.post-type-sfwd-essays .column-approval_status{width:10%}body.edit-php.post-type-sfwd-assignment .column-approval_status .ld-approval-points,body.edit-php.post-type-sfwd-assignment .column-approval_status .ld-approval-status,body.edit-php.post-type-sfwd-essays .column-approval_status .ld-approval-points,body.edit-php.post-type-sfwd-essays .column-approval_status .ld-approval-status{margin-bottom:3px}body.edit-php.post-type-sfwd-assignment .column-approval_status .ld-approval-points input[type=number],body.post-type-sfwd-essays .column-approval_status .ld-approval-points input[type=number]{line-height:1!important;min-height:20px!important}body.edit-php.post-type-sfwd-assignment .column-approval_status .ld-approval-action button.assignment_approve_single,body.post-type-sfwd-essays .column-approval_status .ld-approval-action button.essay_approve_single{background:#f1f1f1;border-color:#016087;border-width:1px;color:#016087;padding:3px 5px}body.post-type-groups .column-categories,body.post-type-groups .column-groups_courses_users,body.post-type-groups .column-price_type,body.post-type-groups .column-tags,body.post-type-groups .column-taxonomy-ld_group_category,body.post-type-groups .column-taxonomy-ld_group_tag,body.post-type-sfwd-certificates .column-certificate_groups_courses_quizzes,body.post-type-sfwd-courses .column-categories,body.post-type-sfwd-courses .column-price_type,body.post-type-sfwd-courses .column-tags,body.post-type-sfwd-courses .column-taxonomy-ld_course_category,body.post-type-sfwd-courses .column-taxonomy-ld_course_tag,body.post-type-sfwd-lessons .column-categories,body.post-type-sfwd-lessons .column-tags,body.post-type-sfwd-lessons .column-taxonomy-ld_lesson_category,body.post-type-sfwd-lessons .column-taxonomy-ld_lesson_tag,body.post-type-sfwd-question .column-proquiz_question_category,body.post-type-sfwd-quiz .column-categories,body.post-type-sfwd-quiz .column-tags,body.post-type-sfwd-quiz .column-taxonomy-ld_quiz_category,body.post-type-sfwd-quiz .column-taxonomy-ld_quiz_tag,body.post-type-sfwd-topic .column-categories,body.post-type-sfwd-topic .column-tags,body.post-type-sfwd-topic .column-taxonomy-ld_topic_category,body.post-type-sfwd-topic .column-taxonomy-ld_topic_tag{width:8%}.sfwd .ld_date_selector select{height:35px;margin-bottom:6px;padding-left:10px;vertical-align:top;width:80px}.sfwd .ld_date_selector input[type=number]{height:35px;margin-bottom:6px;min-width:75px;text-align:center}.sfwd .ld_date_selector input.ld_date_aa[type=number]{min-width:90px}.ld-error{color:red}.ld-success{color:green}form#learndash-settings-page-form .date-time-text{display:inline-block;min-width:13em}form#learndash-settings-page-form .quizzes_time_formats fieldset label{display:inline-block;line-height:1.4em;margin:.25em 0 .5em!important}form#learndash-settings-page-form .quizzes_time_formats fieldset input[type=text]{height:20px;width:150px}:root{--ld-spacer-0:0.25rem;--ld-spacer-1:0.5rem;--ld-spacer-2:0.75rem;--ld-spacer-3:1rem;--ld-spacer-4:1.25rem;--ld-spacer-5:1.5rem;--ld-spacer-6:2rem;--ld-spacer-7:2.25rem;--ld-spacer-8:2.5rem;--ld-spacer-9:3rem;--ld-spacer-10:3.5rem;--ld-spacer-11:4rem;--ld-spacer-12:5rem;--ld-spacer-13:6rem;--ld-spacer-14:8rem;--ld-spacer-fixed-0:4px;--ld-spacer-fixed-1:8px;--ld-spacer-fixed-2:12px;--ld-spacer-fixed-3:16px;--ld-spacer-fixed-4:20px;--ld-spacer-fixed-5:24px;--ld-spacer-fixed-6:32px;--ld-spacer-fixed-7:36px;--ld-spacer-fixed-8:40px;--ld-spacer-fixed-9:48px;--ld-spacer-fixed-10:56px;--ld-spacer-fixed-11:64px;--ld-spacer-fixed-12:80px;--ld-spacer-fixed-13:96px;--ld-spacer-fixed-14:128px;--ld-radius:4px;--ld-color-brand-primary:#3259eb;--ld-color-brand-secondary:#f3b33e;--ld-color-brand-tertiary:#479bf8;--ld-color-semantic-success:#3eab6a;--ld-color-semantic-error:#e65255;--ld-color-system-dark:#0e0e2c;--ld-color-system-body-text:#4a4a68;--ld-color-system-subtle:#8c8ca2;--ld-color-system-subtle-text:var(--ld-color-system-subtle);--ld-color-system-border:#dce1e8;--ld-color-system-light-1:#f3f8ff;--ld-color-system-light-2:#f7f9fc;--ld-color-system-white:#fff;--ld-color-alert-bg:#7a7a7a;--ld-color-alert-text:var(--ld-color-system-white);--ld-color-body-bg:var(--ld-color-system-white);--ld-color-border:#ddd;--ld-color-button:var(--ld-color-system-white);--ld-color-button-bg:var(--ld-color-brand-primary);--ld-color-button-bg-hover:#2c4fd1;--ld-color-progress-bar-bg:#f5f5f5;--ld-color-progress-bar-fg:#000;--ld-color-field-bg:var(--ld-color-system-light-1);--ld-color-field-bg-hover:var(--ld-color-system-white);--ld-color-field-bg-active:var(--ld-color-system-white);--ld-color-field-bg-valid:var(--ld-color-system-white);--ld-color-field-bg-error:var(--ld-color-system-white);--ld-color-field-bg-disabled:var(--ld-color-system-light-2);--ld-color-field-border:var(--ld-color-system-subtle);--ld-color-field-border-active:var(--ld-color-brand-primary);--ld-color-field-border-active-shadow:0 0 0 4px rgba(50,89,235,.2);--ld-color-field-border-error:var(--ld-color-semantic-error);--ld-color-field-border-error-shadow:0 0 0 4px rgba(230,82,85,.2);--ld-color-field-border-valid:var(--ld-color-semantic-success);--ld-color-field-border-valid-shadow:0 0 0 4px rgba(62,171,106,.2);--ld-color-field-border-disabled:var(--ld-color-system-light-3);--ld-color-field-text:var(--ld-color-system-subtle-text);--ld-color-field-text-active:var(--ld-color-system-dark);--ld-color-field-text-valid:var(--ld-color-system-dark);--ld-color-field-text-error:var(--ld-color-system-dark);--ld-color-field-text-disabled:var(--ld-color-system-subtle-text);--ld-color-field-description:var(--ld-color-system-subtle-text);--ld-color-field-error:var(--ld-color-semantic-error);--ld-color-label:var(--ld-color-system-dark);--ld-color-button-secondary-border:#728188;--ld-typography-font-family:inter,-apple-system,roboto,ubuntu,sans-serif;--ld-typography-font-weight-regular:400;--ld-typography-font-weight-medium:500;--ld-typography-font-weight-bold:700;--ld-typography-desktop-h1-size:4rem;--ld-typography-desktop-h1-height:4.5rem;--ld-typography-desktop-h1-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h1-spacing:-2%;--ld-typography-desktop-h1-margin:var(--ld-spacer-8);--ld-typography-mobile-h1-size:3rem;--ld-typography-mobile-h1-height:3.5rem;--ld-typography-mobile-h1-margin:var(--ld-spacer-7);--ld-typography-desktop-h2-size:3rem;--ld-typography-desktop-h2-height:3.5rem;--ld-typography-desktop-h2-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h2-spacing:-2%;--ld-typography-desktop-h2-margin:var(--ld-spacer-7);--ld-typography-mobile-h2-size:2.5rem;--ld-typography-mobile-h2-height:3rem;--ld-typography-mobile-h2-margin:var(--ld-spacer-6);--ld-typography-desktop-h3-size:2.5rem;--ld-typography-desktop-h3-height:3rem;--ld-typography-desktop-h3-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h3-spacing:-2%;--ld-typography-desktop-h3-margin:var(--ld-spacer-6);--ld-typography-mobile-h3-size:2rem;--ld-typography-mobile-h3-height:2.5rem;--ld-typography-mobile-h3-margin:var(--ld-spacer-5);--ld-typography-desktop-h4-size:2rem;--ld-typography-desktop-h4-height:2.5rem;--ld-typography-desktop-h4-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h4-spacing:inherit;--ld-typography-desktop-h4-margin:var(--ld-spacer-5);--ld-typography-mobile-h4-size:1.5rem;--ld-typography-mobile-h4-height:2rem;--ld-typography-mobile-h4-margin:var(--ld-spacer-4);--ld-typography-desktop-h5-size:1.5rem;--ld-typography-desktop-h5-height:2rem;--ld-typography-desktop-h5-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h5-spacing:inherit;--ld-typography-desktop-h5-margin:var(--ld-spacer-4);--ld-typography-mobile-h5-size:1.25rem;--ld-typography-mobile-h5-height:1.75rem;--ld-typography-mobile-h5-margin:var(--ld-spacer-4);--ld-typography-desktop-h6-size:1.125rem;--ld-typography-desktop-h6-height:1.5rem;--ld-typography-desktop-h6-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h6-spacing:inherit;--ld-typography-desktop-h6-margin:var(--ld-spacer-3);--ld-typography-mobile-h6-size:1.125rem;--ld-typography-mobile-h6-height:1.5rem;--ld-typography-mobile-h6-margin:var(--ld-spacer-3);--ld-typography-desktop-body-large-size:1.25rem;--ld-typography-desktop-body-large-height:1.75rem;--ld-typography-mobile-body-large-size:1rem;--ld-typography-mobile-body-large-height:1.5rem;--ld-typography-desktop-body-size:1rem;--ld-typography-desktop-body-height:1.5rem;--ld-typography-mobile-body-size:0.875rem;--ld-typography-mobile-body-height:1.375rem;--ld-typography-desktop-body-small-size:0.875rem;--ld-typography-desktop-body-small-height:1.375rem;--ld-typography-desktop-caption-size:0.75rem;--ld-typography-desktop-caption-height:1.25rem;--ld-typography-desktop-caption-weight:var(--ld-typography-font-weight-regular);--ld-typography-mobile-caption-size:0.75rem;--ld-typography-mobile-caption-height:1.25rem;--ld-typography-desktop-pre-title-size:0.75rem;--ld-typography-desktop-pre-title-height:1.25rem;--ld-typography-desktop-pre-title-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-pre-title-spacing:3%;--ld-typography-desktop-pre-title-transform:uppercase;--ld-typography-mobile-pre-title-size:0.75rem;--ld-typography-mobile-pre-title-height:1.25rem;--ld-typography-desktop-button-text-size:1rem;--ld-typography-desktop-button-text-height:1.5rem;--ld-typography-desktop-button-text-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-button-text-spacing:3%;--ld-typography-mobile-button-text-size:0.875rem;--ld-typography-mobile-button-text-height:1.375rem;--ld-typography-desktop-link-size:1rem;--ld-typography-desktop-link-height:1.5rem;--ld-typography-desktop-link-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-link-decoration:underline;--ld-typography-mobile-link-size:0.875rem;--ld-typography-mobile-link-height:1.375rem;--ld-icon-size-xl:2rem;--ld-icon-size-lg:1.5rem;--ld-icon-size-md:1.25rem;--ld-icon-size-sm:1rem;--ld-icon-size-default:var(--ld-icon-size-md);--ld-button-border-radius:var(--ld-radius);--ld-button-border-radius-rounded:100px;--ld-field-radius:var(--ld-radius);--ld-border-radius:8px;--ld-border-radius-small:4px;--ld-alert-border-radius:8px;--ld-alert-border-width:1px;--ld-alert-margin:0 0 var(--ld-spacer-3) 0;--ld-alert-padding:var(--ld-spacer-2) var(--ld-spacer-fixed-3);--ld-alert-last-margin:0 0 var(--ld-spacer-8) 0;--ld-breadcrumbs-font-size:var(--ld-typography-desktop-body-small-size);--ld-breadcrumbs-line-height:var(--ld-typography-desktop-body-small-height);--ld-breadcrumbs-font-weight:var(--ld-typography-font-weight-regular);--ld-breadcrumbs-link-color:var(--ld-color-brand-primary);--ld-breadcrumbs-text-color:var(--ld-color-body-text);--ld-breadcrumbs-delimiter-color:var(--ld-color-system-border);--ld-breadcrumbs-truncation-size:19ch;--ld-tabs-gap:var(--ld-spacer-6);--ld-tabs-font-weight:var(--ld-typography-font-weight-bold);--ld-tabs-color-text-active:var(--ld-color-brand-primary);--ld-tabs-background-color-hover:var(--ld-color-system-light-2);--ld-tabs-border-width:2px;--ld-tabs-border-width-active:4px;--ld-tabs-border-color:var(--ld-color-system-border);--ld-tabs-border-color-active:var(--ld-color-brand-primary);--ld-tabs-tab-gap:10px;--ld-pricing-gap:0.25rem 0;--ld-instructors-margin:var(--ld-spacer-8) 0 0 0;--ld-instructors-gap:var(--ld-spacer-2);--ld-instructors-list-gap:var(--ld-spacer-3);--ld-instructors-item-gap:var(--ld-spacer-3);--ld-instructors-avatar-border-radius:50%;--ld-steps-margin-top:var(--ld-spacer-6);--ld-steps-list-gap:var(--ld-spacer-3);--ld-steps-info-padding:var(--ld-spacer-3) var(--ld-spacer-fixed-5);--ld-steps-item-background-color:var(--ld-color-system-light-2);--ld-steps-item-background-color-hover:var(--ld-color-system-border);--ld-steps-item-border-width:0.063rem;--ld-steps-item-border-color:var(--ld-color-system-border);--ld-steps-item-border-radius:0.25rem;--ld-steps-item-truncation-size:65ch;--ld-steps-sub-item-background-color:var(--ld-color-system-white);--ld-steps-link-item-background-color:var(--ld-color-system-border);--ld-steps-link-item-padding:var(--ld-spacer-0) var(--ld-spacer-fixed-5);--ld-steps-loader-item-padding:var(--ld-spacer-1) var(--ld-spacer-fixed-5);--ld-steps-pagination-margin:var(--ld-spacer-6) 0 0 0;--ld-pagination-item-size:2rem;--ld-pagination-item-active-color:var(--ld-color-brand-primary);--ld-pagination-item-active-border:0.063rem solid var(--ld-color-brand-primary);--ld-pagination-item-active-border-radius:0.25rem;--ld-progress-bar-width:100%;--ld-progress-bar-height:1rem;--ld-progress-bar-background-color:var(--ld-color-system-border);--ld-progress-bar-foreground-color:var(--ld-color-brand-primary);--ld-progress-bar-border-radius:0.125rem;--ld-progress-bar-margin:var(--ld-spacer-4) 0 var(--ld-spacer-2) 0;--ld-progress-bar-value:0%;--ld-progress-donut-size:1.625rem;--ld-progress-donut-background-color:var(--ld-color-system-border);--ld-progress-donut-foreground-color:var(--ld-color-brand-primary);--ld-course-overview-gap:1rem}.learndash-virtual-instructor .ld-virtual-instructor-chatbox{background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;bottom:0;box-shadow:0 0 10px rgba(0,0,0,.2);position:fixed;right:15px;transition:height 2s ease-in-out;width:400px;z-index:100}@media screen and (max-width:400px){.learndash-virtual-instructor .ld-virtual-instructor-chatbox{right:0;width:100%}}.learndash-virtual-instructor .ld-virtual-instructor-chatbox *{box-sizing:border-box}.learndash-virtual-instructor .ld-virtual-instructor-chatbox--open{height:auto}.learndash-virtual-instructor .ld-virtual-instructor-chatbox--close{height:75px}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header{align-items:center;background-color:#0d6efd;border:1px solid #0d6efd;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;gap:15px;height:auto;justify-content:space-between;padding:10px 20px;position:relative}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__avatar{background-color:#fff;border:1px solid #fff;border-radius:50%;height:50px;padding:1px;width:50px}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__heading-wrapper{margin-right:auto}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__heading{color:#fff;font-size:1rem;font-weight:400;margin:0}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__subheading{color:#fff;font-size:1.2rem;font-weight:700;margin:0}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button{align-items:center;background:transparent;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:30px;justify-content:center;padding:0;width:30px}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button:before{font-family:dashicons,sans-serif}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button--close:before{content:""}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button--open:before{content:""}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__body{height:450px;overflow-x:hidden;overflow-y:scroll;padding:10px 10px 0;position:relative}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__messages-container{display:flex;flex-direction:column}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message{border-radius:10px;display:inline-block;margin:10px;max-width:80%;padding:10px}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message--assistant{align-self:flex-start;background-color:#f0f0f0;color:#333}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message--user{align-self:flex-end;background-color:#0d6efd;color:#fff}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message--error{background:#fff5f5;border:1px solid #fa6b6b;border-radius:10px;font-size:.75rem;margin:0 auto;max-width:60%;padding:10px;text-align:center}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message-text{font-size:1rem;margin:0}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message-label--error{color:#c53030;font-weight:700}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__loader{animation:ld-virtual-instructor-chat-loader 1s steps(4) infinite;aspect-ratio:4;background:radial-gradient(circle closest-side,#000 90%,transparent) 0/33.3333333333% 100% space;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);margin:10px auto;width:30px}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__loader--hidden{display:none}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__loader--visible{display:block}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form{display:flex;height:50px;margin:10px 0;padding:0 10px;width:100%}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form-input[type=text]{border:1px solid #f0f0f0;border-radius:10px 0 0 10px;flex:1;padding:10px}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form-input[type=text]:focus{outline:none}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form-button{background-color:#0d6efd;border:none;border-radius:0 10px 10px 0;color:#fff;cursor:pointer;padding:10px}@keyframes ld-virtual-instructor-chat-loader{to{-webkit-clip-path:inset(0 -34% 0 0);clip-path:inset(0 -34% 0 0)}}.sfwd_module .error{text-align:center}.content_article_style{min-width:600px}.post2pdf_conv_image_align_center{text-align:center}.slickQuizWrapper .button{background-color:#008b8b;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#fff;float:left;padding:5px 15px;text-decoration:none;width:auto}.slickQuizWrapper .button:hover{background-color:#2f4f4f}.startQuiz{margin-top:20px}.quizArea,.quizResults{zoom:1;margin-bottom:40px}.quizArea:after,.quizArea:before,.quizResults:after,.quizResults:before{content:"\0020";display:block;font-size:0;height:0;visibility:hidden}.quizArea:after,.quizResults:after{clear:both}.questionCount{font-size:14px;font-style:italic}.questionCount span{font-weight:700}ol.questions{margin-top:20px}ol.questions,ol.questions li{margin-left:0}ul.answers{margin-bottom:20px;margin-left:20px}ul.responses li{margin:10px 20px 20px}ul.responses li p span{display:block;font-size:18px;font-weight:700}ul.responses li.correct p span{color:#6c9f2e}ul.responses li.incorrect p span{color:#b5121b}.quizResults h3{margin:0}.quizResults h3 span{font-style:italic;font-weight:400}.quizResultsCopy{margin-top:20px}.ppalholder{display:none}.ppalbtn{border:0!important}.user_has_no_access #learndash_quizzes a,.user_has_no_access .is_not_sample a,.user_has_no_access .is_not_sample a span{color:gray!important;text-decoration:none!important}.widget .list-count{display:none}dd.course_progress{background-color:#fff;border:1px solid #000;display:block;height:16px;margin:0 0 2px;padding:0;position:relative;width:100%}dd.course_progress div.course_progress_blue{background-color:blue;display:block;height:16px;position:relative;text-align:right;width:75%}.wpProQuiz_cloze>input[type=text]{max-width:99%}.checkout-dropdown-button button,.checkout-dropdown-button input[type=submit]{border-radius:0!important;font-size:16px!important;margin:0;text-align:center;width:100%}.checkout-dropdown-button ul{padding:0!important}.checkout-dropdown-button ul,.checkout-dropdown-button ul.jq-dropdown-menu li{line-height:auto!important;list-style:none!important;list-style-type:none!important}.checkout-dropdown-button ul.jq-dropdown-menu li{margin:none!important;padding:none!important}.jq-dropdown .jq-dropdown-menu li{list-style:none!important;list-style-type:none!important;margin:0!important;padding:0!important}.checkout-dropdown-button #btn-join,.checkout-dropdown-button .btn-join,.checkout-dropdown-button form input[type=submit]{background-color:#fff!important;color:#333!important}.checkout-dropdown-button #btn-join:hover,.checkout-dropdown-button .btn-join:hover,.checkout-dropdown-button form input[type=submit]:hover{background-color:#f5f5f5!important;color:#000!important}body .jq-dropdown.jq-dropdown-tip:before{border-bottom:7px solid #ddd;border-top-color:#0000;top:-7px}body .jq-dropdown.jq-dropdown-tip:after,body .jq-dropdown.jq-dropdown-tip:before{border-left:7px solid #0000;border-right:7px solid #0000;content:"";display:inline-block;left:9px;position:absolute;z-index:99}body .jq-dropdown.jq-dropdown-tip:after{border-bottom:7px solid #fff;border-top-color:#0000;top:-5px}.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{border-radius:0}.jq-dropdown .jq-dropdown-menu form{margin:0}.jq-dropdown{display:none;position:absolute;z-index:1039}.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 5px 10px #0003;list-style:none;margin:0;max-width:360px;min-width:160px;overflow:visible;padding:4px 0}.jq-dropdown .jq-dropdown-panel{padding:10px}.jq-dropdown.jq-dropdown-tip{margin-top:8px}.jq-dropdown.jq-dropdown-tip:before{border-bottom:7px solid #ddd;border-left:7px solid #0000;border-right:7px solid #0000;content:"";display:inline-block;left:9px;position:absolute;top:-6px}.jq-dropdown.jq-dropdown-tip:after{border-bottom:6px solid #fff;border-left:6px solid #0000;border-right:6px solid #0000;content:"";display:inline-block;left:10px;position:absolute;top:-5px}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before{left:auto;right:9px}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after{left:auto;right:10px}.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel{max-height:180px;overflow:auto}.jq-dropdown .jq-dropdown-menu li{line-height:18px;list-style:none;margin:0;padding:0}.jq-dropdown .jq-dropdown-menu label,.jq-dropdown .jq-dropdown-menu li>a{color:inherit;display:block;line-height:18px;margin:0;padding:3px 15px;text-decoration:none;white-space:nowrap}.jq-dropdown .jq-dropdown-menu label:hover,.jq-dropdown .jq-dropdown-menu li>a:hover{background-color:#f2f2f2;color:inherit;cursor:pointer}.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider{border-top:1px solid #e5e5e5;font-size:1px;margin:5px 0;padding:0}.learndash-pager{clear:both;margin:5px 0;min-height:25px;padding-bottom:10px;position:relative;width:100%}.learndash-pager a{background-color:#f7f7f7;box-shadow:none!important;cursor:pointer;display:inline!important;padding:0 6px;text-decoration:none!important}.learndash-pager a.disabled{opacity:.5}.learndash-pager span.pager-left{display:inline;float:left;margin-right:5px}.learndash-pager .pager-legend{display:inline;float:left;position:relative}.learndash-pager .pager-legend .pagedisplay{display:inline;float:left;margin-left:5px;position:relative}.learndash-pager span.pager-right{display:inline;float:left}.ld-error{color:red}.delete_url_upload_assignments{text-decoration:none}input#uploadfiles{font-size:.75em;padding:10px}.clear_both{clear:both}.learndash_checkout_buttons{margin:20px 0;overflow:hidden;position:relative}.learndash_checkout_buttons .learndash_checkout_button br{display:none}.learndash_checkout_buttons .learndash_checkout_button{float:left;margin-right:20px;max-width:200px}.learndash_topic_dots ul,.learndash_topic_dots ul li{list-style-type:none;list-style:none;margin:0}.learndash_topic_dots b,.learndash_topic_dots strong{margin-right:10px}.learndash .learndash_topic_dots.type-dots{padding-bottom:10px}.learndash .topic-completed span{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/completed_t.png) no-repeat scroll 0 5px #0000;display:inline-block;line-height:25px;min-height:28px;padding-left:20px;vertical-align:middle}.learndash_navigation_lesson_topics_list .topic-completed span{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/completed_t_navigation.png) no-repeat scroll 0 8px #0000;display:inline-block;line-height:25px;min-height:26px;padding-left:20px;vertical-align:middle}.learndash .topic-notcompleted span{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/notcompleted_t.png) no-repeat scroll 0 5px #0000;display:inline-block;line-height:25px;min-height:28px;padding-left:20px;vertical-align:middle}.learndash_navigation_lesson_topics_list .topic-notcompleted span{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/notcompleted_t_navigation.png) no-repeat scroll 0 8px #0000;display:inline-block;line-height:25px;min-height:26px;padding-left:20px;vertical-align:middle}.learndash_topic_dots ul .topic-completed span,.learndash_topic_dots ul .topic-notcompleted span{margin:10px 0;padding-left:30px;text-decoration:underline}.rtl .learndash .topic-completed span,.rtl .learndash .topic-notcompleted span{background-position:right 5px;padding-left:0;padding-right:35px}.rtl .learndash_navigation_lesson_topics_list .topic-completed span,.rtl .learndash_navigation_lesson_topics_list .topic-notcompleted span{background-position:right 8px;padding-left:0;padding-right:20px}.course_navigation .learndash_topic_widget_list a>span{margin:0 0 0 5px;overflow:hidden}.course_navigation .learndash_topic_widget_list>ul{margin:0}.course_navigation .learndash-current-menu-item a{font-weight:700}.learndash .learndash_topic_dots.type-list a>span{min-width:80%}#learndash_course_content .learndash_topic_dots ul{margin:0;padding:0}#learndash_course_content .learndash_topic_dots ul>li{background:#fff;display:block;width:100%}#learndash_course_content .learndash_topic_dots ul>li a{padding:0 10px}#learndash_course_content .learndash_topic_dots ul>li:nth-of-type(odd){background:#f3f3f3}.list_arrow.expand{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/gray_arrow_expand.png) no-repeat scroll 0 50% #0000;padding:5px}.active .list_arrow.expand{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/green_arrow_expand.png) no-repeat scroll 0 50% #0000;padding:5px}.active .list_arrow.collapse{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/green_arrow_collapse.png) no-repeat scroll 0 50% #0000;padding:5px}.list_arrow.collapse{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/gray_arrow_collapse.png) no-repeat scroll 0 50% #0000;padding:5px}.list_arrow.collapse.lesson_completed{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/green_arrow_collapse.png) no-repeat scroll 0 50% #0000;padding:5px}.lesson_incomplete.list_arrow.collapse{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/gray_arrow_collapse.png) no-repeat scroll 0 50% #0000;padding:5px}.list_arrow.expand.lesson_completed{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/green_arrow_expand.png) no-repeat scroll 0 50% #0000;padding:5px}.lesson_incomplete.list_arrow.expand{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/gray_arrow_expand.png) no-repeat scroll 0 50% #0000;padding:5px}.rtl .active .list_arrow.collapse,.rtl .list_arrow.collapse.lesson_completed{background-image:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/green_arrow_collapse_rtl.png)}.rtl .lesson_incomplete.list_arrow.collapse,.rtl .list_arrow.collapse{background-image:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/gray_arrow_collapse_rtl.png)}.certificate_icon{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/certificate-icon-small.png) no-repeat scroll 0 0 #0000;background-size:23px;height:23px;margin:auto;width:23px}.certificate_icon_large{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/certificate-icon-large.png) no-repeat scroll 0 0 #0000;background-size:40px;height:53px;margin:auto;width:53px}.statistic_icon{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/statistics-icon-small.png) no-repeat scroll 0 0 #0000;background-size:23px;height:23px;margin:auto;width:23px}.learndash_profile_quizzes .certificate,.learndash_profile_quizzes .learndash_profile_quiz_heading .certificate,.learndash_profile_quizzes .scores,.learndash_profile_quizzes .statistics{vertical-align:middle}.learndash_profile_quizzes .certificate,.learndash_profile_quizzes .quiz_date,.learndash_profile_quizzes .scores,.learndash_profile_quizzes .statistics{text-align:center}.learndash_profile_quizzes .passed .scores{color:green}.learndash_profile_quizzes .passed_icon{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/check.png) no-repeat 0 100%;display:inline-block;height:13px;margin-left:3%;margin-right:3%;width:13px}.learndash_profile_quizzes .failed_icon{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/cross.png) no-repeat 0 100%;display:inline-block;height:13px;margin-left:3%;margin-right:3%;width:13px}.learndash_profile_quizzes .pending_icon{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/pending.png) no-repeat 0 100%;display:inline-block;height:13px;margin-left:3%;margin-right:3%;width:13px}.rtl .learndash_profile_quizzes .failed_icon,.rtl .learndash_profile_quizzes .passed_icon,.rtl .learndash_profile_quizzes .pending_icon{background-position:100% 100%}#learndash_profile .profile_info{overflow:hidden;padding:15px}#learndash_profile .profile_info .profile_avatar{border:0;float:left;margin-right:15px;width:108px}.rtl #learndash_profile .profile_info .profile_avatar{float:right}#learndash_profile .profile_info .profile_avatar img{border:6px solid #f3f3f3;box-sizing:initial;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#learndash_profile .learndash_profile_details{float:left}#learndash_profile .learndash_profile_details>div{margin-top:9px}.rtl #learndash_profile .learndash_profile_details{float:right;margin-right:10px}.learndash_navigation_lesson_topics_list .list_arrow.expand{background-position:50% 10px}.learndash_navigation_lesson_topics_list .list_arrow.collapse{background-position:50% 5px}#learndash_profile .list_arrow.expand{background-position:50% 30px}#learndash_profile .list_arrow.collapse{background-position:50% 27px}#learndash_lesson_topics_list ul>li:nth-of-type(odd){background:#f9f9f9}#learndash_course_content .learndash_topic_dots .nth-of-type-odd,.learndash_navigation_lesson_topics_list .nth-of-type-odd{background:#f3f3f3}#learndash_lesson_topics_list ul>li.nth-of-type-odd{background:#f9f9f9}#learndash_course_content .learndash_topic_dots ul>li:hover{background:#ddd}#learndash_course_content #learndash_lessons .learndash_topic_dots{display:none}#learndash_lesson_topics_list span a,#learndash_lessons a,#learndash_profile a,#learndash_profile a span,#learndash_quizzes a,.expand_collapse a,.learndash_topic_dots a,.learndash_topic_dots a>span{color:#5980bb;font-family:Verdana,Geneva,sans-serif;font-size:12px;font-weight:100;text-decoration:none}#learndash_profile .completed,.learndash .completed{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/completed.png) no-repeat;background-position:97.9%;display:block;line-height:53px;padding-left:2%;padding-right:2%}#learndash_profile .notcompleted,.learndash .notcompleted{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/notcompleted.png) no-repeat;background-position:97.9%;display:block;line-height:53px;padding-left:2%;padding-right:2%}#learndash_profile .notavailable,.learndash .notavailable{background:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/notavailable.png) no-repeat;background-position:97.9%;display:block;line-height:53px;padding-left:2%;padding-right:2%}.rtl #learndash_profile .completed,.rtl #learndash_profile .notavailable,.rtl #learndash_profile .notcompleted,.rtl .learndash .completed,.rtl .learndash .notavailable,.rtl .learndash .notcompleted{background-position:2.1%}.notavailable{color:gray;cursor:default;text-decoration:none}h4 small#notavailable_message{display:none}.learndash h4 small#notavailable_message{display:block;font-weight:100}.course_navigation a{text-decoration:none}small.notavailable_message{padding-left:35px}#learndash_back_to_lesson{margin-bottom:15px}.widget_sfwd-lessons-widget .completed{font-style:italic;text-decoration:line-through}.ld-entry-content .attachment-post-thumbnail{float:left;margin:15px}.ld-course-info-my-courses h2{display:inline}.ld-course-info-my-courses img{display:inline;margin-right:5%;max-width:30%;vertical-align:middle}#learndash_lessons .right,#learndash_profile .learndash_profile_heading .ld_profile_status,#learndash_quizzes .right{float:right;text-align:center;width:53px}#learndash_profile .learndash_profile_heading .ld_profile_certificate{float:right;margin-right:20px;text-align:center}#learndash_profile .learndash-course-link{float:left;width:70%}#learndash_profile .learndash-course-link a{box-shadow:none;display:block;line-height:53px;padding:10px 2%;text-decoration:none}#learndash_profile .learndash-course-status{float:right;margin:0 15px;width:53px}#learndash_profile .learndash-course-status a{box-shadow:none;line-height:53px;padding:10px 2%;text-decoration:none;text-indent:-999em}#learndash_profile .learndash-course-certificate{float:right;margin:0 15px;text-align:center;width:48px}#learndash_profile .learndash-course-certificate a{box-shadow:none;display:block;line-height:53px;padding:18px 2% 0;text-decoration:none}.rtl #learndash_lessons .right,.rtl #learndash_profile .right,.rtl #learndash_quizzes .right{float:left}#learndash_lesson_topics_list>div,#learndash_lessons,#learndash_profile,#learndash_quizzes{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 1px 1px #0000000d;clear:both;margin-bottom:20px}#learndash_profile{margin-top:15px}#learndash_lesson_topics_list div>strong,#learndash_lessons #lesson_heading,#learndash_profile .learndash_profile_heading,#learndash_quizzes #quiz_heading{background-color:#f3f3f3;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;display:block;font-weight:400;margin:0;padding:1% 2%;padding:1% 3%\9}.learndash_profile_quiz_heading{background-color:#f3f3f3;padding:1% 2%;padding:1% 3%\9}#learndash_lesson_topics_list div>strong{border-bottom:1px solid #ddd}.widget_sfwd-lessons-widget ul li a{font-size:12px;line-height:12px}.widget_sfwd-lessons-widget ul{padding:10px}.widget_sfwd-lessons-widget ul>li>h4{margin:0;padding:0}#learndash_lessons>div>div,#learndash_quizzes>div>div{border:1px solid #ddd}#learndash_lesson_topics_list ul>li>span.topic_item:hover,#learndash_lessons h4>a:hover,#learndash_quizzes h4>a:hover{background-color:#ddd}#learndash_lesson_topics_list span a,#learndash_lessons a,#learndash_quizzes a,.expand_collapse a,.learndash_topic_dots a,.learndash_topic_dots a>span{font-size:12px;font-weight:100;text-decoration:none}#learndash_lesson_topics_list div ul>li .sn,#learndash_lesson_topics_list div>strong,#learndash_lessons,#learndash_profile a,#learndash_profile div,#learndash_quizzes,.expand_collapse,.learndash_profile_heading,.notavailable_message{font-size:12px;font-weight:400}#learndash_profile .course_progress{float:left;margin:2%;width:74%}#learndash_profile #course_list .right{line-height:20px;padding:2%;text-align:center}.learndash_profile_quizzes>div>div{padding:5px 0}.expand_collapse{float:right;line-height:0;position:relative;text-align:right;top:-10px;width:100%}.rtl .expand_collapse{text-align:left}#learndash_profile .expand_collapse a,.expand_collapse a{color:#000;font-size:10px}#course_list,#learndash_lesson_topics_list ul,#lessons_list,#quiz_list,.learndash_navigation_lesson_topics_list,.learndash_profile_quizzes{display:table;margin-bottom:0;width:100%}#learndash_lesson_topics_list ul{margin-left:0;padding:0}#course_list>div,#learndash_lesson_topics_list ul>li,#lessons_list>div,#quiz_list>div,.learndash_navigation_lesson_topics_list>div,.learndash_profile_quizzes>div{display:table-row}.learndash_topic_dots .sn{display:none}#course_list>div>div,#lessons_list>div>div,#quiz_list>div>div,.single-sfwd-lessons #learndash_lesson_topics_list ul>li>span.sn,.singular-sfwd-lessons #learndash_lesson_topics_list ul>li>span.sn{border-right:1px solid #ddd;border-top:1px solid #ddd;display:table-cell;text-align:center;width:5%}.learndash_navigation_lesson_topics_list>div>div.list_arrow{display:table-cell;padding:0;text-align:center;width:16px}.learndash_profile_quizzes>div>div{display:table-cell}#learndash_profile .profile_edit_profile{line-height:1em;text-align:center}#learndash_profile .profile_edit_profile a{font-size:10px}.rtl #course_list>div>div,.rtl #lessons_list>div>div,.rtl #quiz_list>div>div,.rtl .single-sfwd-lessons #learndash_lesson_topics_list ul>li>span.sn,.rtl .singular-sfwd-lessons #learndash_lesson_topics_list ul>li>span.sn{border-left:1px solid #ddd;border-right:0}.learndash_navigation_lesson_topics_list .learndash_topic_dots.type-list a>span{padding:0 0 0 25px}.course_navigation .learndash_navigation_lesson_topics_list .lesson{margin:5px}.course_navigation .learndash_navigation_lesson_topics_list ul li{background:none;list-style:none;margin-left:0}.course_navigation .learndash_navigation_lesson_topics_list .learndash_topic_dots.type-list ul>li{padding-left:10px}.widget ul.learndash-topic-quiz-list{margin-left:15px}.course_navigation .learndash-current-menu-item ul li a{font-weight:400}#course_list>div h4,#learndash_lesson_topics_list ul>li>span.topic_item,#lessons_list>div h4,#quiz_list>div h4{border-top:1px solid #ddd;display:table-cell;padding:0;width:95%}.course_navigation .widget_course_return a,.widget_course_return{font-size:12px}.widget_course_return{border-top:1px solid #ddd;margin-top:10px;padding-top:10px}#learndash_lesson_topics_list ul>li>span.topic_item,.single-sfwd-lessons #learndash_lesson_topics_list ul>li>span.sn,.singular-sfwd-lessons #learndash_lesson_topics_list ul>li>span.sn{border-top:0}#course_list>div h4>a,#lessons_list>div h4>a,#quiz_list>div h4>a{display:block;padding:10px 75px 10px 2%}.rtl #course_list>div h4>a,.rtl #lessons_list>div h4>a,.rtl #quiz_list>div h4>a{padding-left:75px;padding-right:2%}.single-sfwd-lessons #learndash_lesson_topics_list ul>li>span a,.singular-sfwd-lessons #learndash_lesson_topics_list ul>li>span a{display:block;padding-left:2%}.rtl.single-sfwd-lessons #learndash_lesson_topics_list ul>li>span a,.rtl.singular-sfwd-lessons #learndash_lesson_topics_list ul>li>span a{padding-right:2%}.learndash_topic_dots.type-list a{display:block}.list-count,.widget .list-count{display:none}#lessons_list .list-count,#quiz_list .list-count{display:table-cell}#btn-join,.btn-join,.learndash_checkout_buttons input.btn-join[type=button],a#quiz_continue_link{-webkit-font-smoothing:subpixel-antialiased;background:#5cb85c;background-color:#5cb85c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:17px;font-weight:400;height:auto;line-height:1.471;padding:10px 19px;text-decoration:none;-webkit-transition:border .25s linear,color .25s linear,background-color .25s linear,background .25s linear;transition:border .25s linear,color .25s linear,background-color .25s linear,background .25s linear;white-space:normal}#btn-join:focus,#btn-join:hover,.btn-join.active,.btn-join:active,.btn-join:focus,.btn-join:hover,.btn-join:visited,.learndash_checkout_buttons input.btn-join[type=button]:hover,a#quiz_continue_link:focus,a#quiz_continue_link:hover{background-color:#58d68d;border-color:#58d68d;color:#fff}#btn-join.active,#btn-join:active,.btn-join.active,.btn-join:active,a#quiz_continue_link:active{background-color:#27ad60;border-color:#27ad60}.btn-blue,.learndash_checkout_button input[type=submit]{-webkit-font-smoothing:subpixel-antialiased;background-color:#3498db;background:#3498db;border:none;border-radius:6px;color:#fff;font-size:17px;font-weight:400;line-height:1.471;padding:10px 19px;text-decoration:none;-webkit-transition:border .25s linear,color .25s linear,background-color .25s linear,background .25s linear;transition:border .25s linear,color .25s linear,background-color .25s linear,background .25s linear;white-space:normal}.btn-blue:active,.btn-blue:focus,.btn-blue:hover,.btn-blue:visited,.learndash_checkout_button input[type=submit]:active,.learndash_checkout_button input[type=submit]:focus,.learndash_checkout_button input[type=submit]:hover,.learndash_checkout_button input[type=submit]:visited,a.btn-blue:active,a.btn-blue:focus,a.btn-blue:hover,a.btn-blue:visited{background-color:#5dade2;border-color:#5dade2;color:#fff}.quiz_continue_link,.slickQuizWrapper .quizReturn{margin:20px 0}dd.course_progress{background-color:#f5f5f5;border:none;border-radius:4px;box-shadow:inset 0 1px 2px #0000001a;display:block;height:20px;margin:10px auto;overflow:hidden;padding:0;position:relative;width:90%}dd.course_progress div.course_progress_blue{background-color:#5cb85c;box-shadow:inset 0 -1px 0 #00000026;color:#fff;display:block;float:left;font-size:12px;height:100%;position:relative;text-align:right;transition:width .6s ease 0s;width:75%}#learndash_course_content_title{margin-bottom:5px}#course_progress_details>strong{line-height:1.6}.no_radius{border-radius:0}.quiz_title{line-height:25px;padding-left:12px;width:55%}.certificate{width:15%}.scores{width:10%}.quiz_date{width:20%}#learndash_next_prev_link{margin-top:10px}#learndash_next_prev_link a.prev-link{float:left}#learndash_next_prev_link a.next-link{float:right}#ld_categorydropdown{margin:20px 0}#ld_categorydropdown form{display:inline-block}#ld_categorydropdown select{margin-left:10px}#ld_categorydropdown span{font-weight:700}#learndash_course_certificate{margin:10px 0}.wpProQuiz_content{position:relative}.wpProQuiz_spinner{background:#fff;filter:alpha(opacity=40);height:104%;left:-2%;opacity:.9;position:absolute;top:-2%;width:104%;z-index:10000}.wpProQuiz_spinner>div{background-image:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/themes/legacy/templates/images/spinner.gif);height:128px;margin:auto;position:relative;top:30%;width:128px}.wpProQuiz_questionList .graded-disclaimer{font-size:.8rem}.wpProQuiz_upload_essay{font-size:.75em;padding:11px}.jq-dropdown .jq-dropdown-menu{overflow:hidden}.jq-dropdown .jq-dropdown-menu li{list-style:none;list-style-type:none;margin:0;overflow:hidden;padding:0}.course_navigation ul.learndash-course-quiz-list,.course_navigation ul.learndash-course-quiz-list li{list-style:none;margin-left:0}form.sfwd-mark-complete input.learndash_mark_complete_button[disabled]{color:#aaa}form.sfwd-mark-complete p.ld-video-delay-message span.time-countdown{background-color:#ccc;padding:0 2px}.learndash-user-groups .learndash-user-groups-section{clear:both}.learndash-user-groups .learndash-user-groups-section .learndash-user-groups-header,.learndash-user-groups .learndash-user-groups-section .learndash-user-groups-item-title{clear:both;font-weight:700}.learndash-user-groups .learndash-user-groups-section ul.learndash-user-groups-items{list-style:none;margin-left:15px}.learndash-wrapper #learndash_registerform{width:75%}.learndash-wrapper #learndash_registerform label{display:inline-block;font-size:16px;margin-bottom:3px;margin-top:20px}.learndash-wrapper #learndash_registerform input{border:2px solid #a1a1a1;border-radius:5px;font-size:16px;margin-left:0;width:100%}.learndash-wrapper #learndash_registerform #wp-submit{margin-top:30px}body.learndash-cpt.learndash-embed-responsive .ld-video{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}body.learndash-cpt.learndash-embed-responsive .ld-video div.wp-video,body.learndash-cpt.learndash-embed-responsive .ld-video embed,body.learndash-cpt.learndash-embed-responsive .ld-video iframe,body.learndash-cpt.learndash-embed-responsive .ld-video object,body.learndash-cpt.learndash-embed-responsive .ld-video video{height:100%;left:0;top:0;width:100%!important}body.learndash-cpt.learndash-embed-responsive .ld-video iframe{position:absolute}body.learndash-cpt.learndash-embed-responsive .ld-video[data-video-provider=vooplayer] iframe{position:unset}body.learndash-cpt.learndash-embed-responsive .ld-video[data-video-provider=vooplayer] .spotlightr-id iframe{position:absolute}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video,body.learndash-cpt.learndash-embed-responsive .mejs-overlay.mejs-video.load,body.learndash-cpt.learndash-embed-responsive .wp-video,body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{height:100%!important;width:100%!important}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video{padding-top:56.25%}body.learndash-cpt.learndash-embed-responsive .wp-video,body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{max-width:100%!important}body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{position:relative}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-mediaelement{bottom:0;left:0;position:absolute;right:0;top:0}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-overlay-play{bottom:0;height:auto!important;left:0;right:0;top:0;width:auto!important}#wp-admin-bar-learndash__admin-bar--test-mode-indicators>.ab-item{display:flex!important;gap:.31rem}#wp-admin-bar-learndash__admin-bar--test-mode-indicators>.ab-item:before{align-self:center;background-color:#a954f3;border-radius:50%;content:"";display:flex;height:.375rem;margin-right:.2525rem;padding:0;width:.375rem}#wp-admin-bar-learndash__admin-bar--test-mode-indicators>.ab-item .dashicons{align-self:center;display:flex;font-family:dashicons;line-height:1}#learndash_profile.dashboard #lessons_list > div, #learndash_profile.learndash #learndash_lessons {
border:none;
}
#learndash_profile.dashboard #learndash_lesson_topics_list > div {
border-radius:0;
border:none;
}
#learndash_profile.dashboard #learndash_lesson_topics_list span a {
margin-left:40px;
border-top:1px solid #ddd;
}
#learndash_profile.dashboard a {
font-size:16px;
color:inherit;
}
#learndash_profile.dashboard #lessons_list h4 > a, #learndash_profile.dashboard #quiz_list h4 > a {
padding-left:20px;
}
.learndash .completed, #learndash_profile.dashboard .completed, .learndash .notcompleted, #learndash_profile.dashboard .notcompleted, .learndash .notavailable, #learndash_profile .notavailable {
background-size: 31px;
padding-right:70px;
padding-left:0;
}
#learndash_profile.dashboard a.certificate_icon_large {
width: auto;
background-position: 98.5% center;
height: auto;
white-space: nowrap;
}
#learndash_profile.dashboard .completed, #learndash_profile.dashboard .notcompleted, #learndash_profile .notavailable {
white-space: normal;
}
.learndash_topic_dots ul .topic-completed span, .learndash_topic_dots ul .topic-notcompleted span {
background-size:10px;
background-position-y:9px;
padding-left:20px;
}
.learndash_topic_dots ul .topic-completed span {
background-image:url(//apartmenttrainingacademy.com/wp-content/plugins/sfwd-lms/templates/images/check.png);
}
#lessons_list > div h4 > a, #course_list > div h4 > a, #quiz_list > div h4 > a {
padding-top:18px;
padding-bottom:18px;
line-height:normal !important;
}
#learndash_profile.dashboard .list_arrow.collapse, #learndash_profile.dashboard .list_arrow.expand {
background-position: 50% 21px;
border: none;
}
#learndash_profile.dashboard .list_arrow.expand {
background-position-y: 25px;
}
#learndash_lessons, #learndash_quizzes, #learndash_profile.dashboard, #learndash_lesson_topics_list > div {
border: none;
box-shadow: none;
}
#learndash_profile.dashboard .course_progress {
float:none;
width: 18%;
margin: 0 2%;
height: 5px;
display:inline-block;
vertical-align:middle;
}
#learndash_profile.dashboard #course_list .right {
padding: 0;
width:10%;
max-width:40px;
display:inline-block;
vertical-align:middle;
}
#learndash_profile.dashboard #course_list .left {
font-size:16px;
width:66%;
display:inline-block;
vertical-align:middle;
white-space:normal;
}
#lessons_list > div:first-child h4, #course_list > div:first-child > h4, #quiz_list > div:first-child h4 {
border-top: none;
}
#learndash_profile.dashboard #lessons_list > div:first-child h4, #learndash_profile.dashboard #quiz_list > div:first-child h4 {
border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
#learndash_profile.dashboard dd.course_progress, #course_list h4 div.right, .learndash_profile_quizzes .certificate, .learndash_profile_quizzes .quiz_date  {
display: none !important;
}
#learndash_profile.dashboard #course_list .left {
width:100%;
}
#learndash_profile.dashboard dd.course_progress, #course_list h4 div.right, .learndash_profile_quizzes .certificate, .learndash_profile_quizzes .statistics, .learndash_profile_quizzes .quiz_date {
display: none !important;
}
}
body #learndash_lessons #lesson_heading, body #learndash_profile.dashboard .learndash_profile_heading, body #learndash_quizzes #quiz_heading, body #learndash_lesson_topics_list div > strong {
font-size:16px;
border-radius:10px;
padding:10px 15px;
}
#learndash_lessons, #learndash_quizzes, #learndash_profile.dashboard, #learndash_lesson_topics_list > div {
border-radius:0;
margin-bottom:0;
}
#learndash_quizzes {
margin-top:20px;
}
#learndash_profile #learndash_quizzes {
margin-top:0;
}
#lessons_list .list-count, #quiz_list .list-count {
border:none;
}
#learndash_profile.dashboard .quiz_title {
padding-left:40px !important;
}
#learndash_lesson_topics_list ul > li:nth-of-type(odd), #learndash_profile.dashboard #learndash_lesson_topics_list ul > li:nth-of-type(even)  {
background:none;
}
#learndash_lesson_topics_list ul > li:nth-of-type(even) {
background:#f9f9f9;
}
.learndash_topic_dots ul .topic-completed span, .learndash_topic_dots ul .topic-notcompleted span {
line-height:normal;
padding-top:6px;
}
#learndash_lessons h4 > a:hover, #learndash_quizzes h4 > a:hover, #learndash_lesson_topics_list ul > li > span.topic_item:hover {
background-color:#F7F7F7;
}
.learndash .completed, #learndash_profile .completed {
background-image:url(//apartmenttrainingacademy.com/wp-content/plugins/uncanny-toolkit-pro/src/assets/frontend/img/completed.png);
}
.learndash .notcompleted, #learndash_profile .notcompleted {
background-image:url(//apartmenttrainingacademy.com/wp-content/plugins/uncanny-toolkit-pro/src/assets/frontend/img/notcompleted.png);
}
#learndash_profile.dashboard .learndash_profile_quizzes a {
font-size:12px;
}
#learndash_profile.dashboard .learndash_profile_quizzes div {
line-height:normal;
}
#learndash_profile.dashboard small.notavailable_message {
float:right;
padding-top:3px;
}
#learndash_profile.dashboard a.dashboard-cert-link{
position: absolute;
top: 0;
right: 0;
z-index: 999;
cursor: pointer;
width: 55px;
height: 100%;
box-shadow: none;
padding: 0;
margin: 0;
text-decoration: none;
}
#lessons_list > div  h4 > a, #course_list > div  h4 > a, #quiz_list > div  h4  > a{
padding-left: 0!important;
}
:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__appear{animation-delay:0s;animation-duration:1ms}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__slide-in{animation-delay:0s;animation-duration:1ms}}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:400;height:36px;margin:0;padding:6px 12px;text-decoration:none;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-button{transition-delay:0s;transition-duration:0s}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true]){box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.08)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline;transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}@media (prefers-reduced-motion:reduce){.components-button.is-link{transition-delay:0s;transition-duration:0s}}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite;background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}@media (prefers-reduced-motion:reduce){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation-duration:0s}}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control{--checkbox-input-size:24px;--checkbox-input-margin:8px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 #0000;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:var(--checkbox-input-size);line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:box-shadow .1s linear;transition:none;transition:border-color .1s ease-in-out;vertical-align:top;width:var(--checkbox-input-size)}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media (prefers-reduced-motion:reduce){.components-checkbox-control__input[type=checkbox]{transition-delay:0s;transition-duration:0s}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);transition:transform .1s ease;vertical-align:top;width:28px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option-wrapper{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%;transition:box-shadow .1s ease;vertical-align:top;width:100%}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__reset.components-button{display:flex;height:16px;min-width:16px;padding:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1;transition:opacity .2s ease-in-out}@media (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:none}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1);transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}@media (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:none}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{margin:0 -8px;padding:8px}.components-dropdown__content .components-menu-group:first-child{margin-top:-8px}.components-dropdown__content .components-menu-group:last-child{margin-bottom:-8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;margin-top:0;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:36px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-button{padding:6px}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;overflow:hidden;position:relative;transition:background-color .2s ease,border-color .2s ease;vertical-align:top;width:32px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track:after{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;border-radius:50%;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;transition:transform .2s ease,background-color .2s ease-out;width:12px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__thumb{transition-delay:0s;transition-duration:0s}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;padding:0;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media (prefers-reduced-motion:reduce){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{animation-delay:0s;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media (prefers-reduced-motion:reduce){.components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;cursor:pointer;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background-color:rgba(var(--wp-components-color-accent--rgb,var(--wp-admin-theme-color--rgb)),.04)}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide__page{min-height:300px}}.components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide__page-control{margin:0;text-align:center}.components-guide__page-control li{display:inline-block;margin:0}.components-guide__page-control .components-button{color:#e0e0e0;height:30px;margin:-6px 0;min-width:20px}.components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;outline-color:var(--wp-admin-theme-color);outline-offset:calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);outline-style:solid;outline-width:calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions [role=region]:focus:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header{outline-color:var(--wp-admin-theme-color);outline-offset:calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);outline-style:solid;outline-width:calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2)}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;margin-top:8px;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards;background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay{animation-delay:0s;animation-duration:1ms}}.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay.is-animating-out{animation-delay:0s;animation-duration:1ms}}.components-modal__frame{animation-duration:var(--modal-frame-animation-duration);animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;box-sizing:border-box;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}@media (prefers-reduced-motion:reduce){.components-modal__frame{animation-delay:0s;animation-duration:1ms}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0;transition:background .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body>.components-panel__body-title{transition-delay:0s;transition-duration:0s}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;transition:background .1s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button{transition-delay:0s;transition-duration:0s}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor;transition:color .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button .components-panel__arrow{transition-delay:0s;transition-duration:0s}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder__input[type=url]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none;transition:opacity .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition-delay:0s;transition-duration:0s}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box;will-change:transform;z-index:1000000}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{appearance:none;border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 #0000;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;grid-column:1;grid-row:1;height:24px;line-height:normal;margin:0;max-width:24px;min-width:24px;padding:0;position:relative;transition:box-shadow .1s linear;transition:none;width:24px}@media (prefers-reduced-motion:reduce){.components-radio-control__input[type=radio]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:#1e1e1e9e}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);transition:transform .1s ease-in;width:3px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle:before{transition-delay:0s;transition-duration:0s}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation-delay:0s;animation-duration:1ms}}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation-delay:0s;animation-duration:1ms}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}} .components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px} .components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;height:auto;line-height:1.4;margin-left:32px;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){background-color:initial;text-decoration:underline}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{box-shadow:none;color:#fff;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:#fff;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:after{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:before{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards;border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media (prefers-reduced-motion:reduce){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation-delay:0s;animation-duration:1ms}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.wisdm-ld-reports-container-block {
background-color: #f7f7f7;
}
.wisdm-ld-reports-container-block .wp-block-columns {
margin-bottom: 15px;
}
.wisdm-learndash-reports-chart-block {
box-shadow: none !important;
border-radius: 4px;
}
.wisdm-learndash-reports-chart-block .top-card-container {
padding: 30px;
box-shadow: 0px 20px 40px 0px #0000001A;
background-color: #ffffff;
border: 1px solid #e5e5e5;
}
.wisdm-upgrade-to-pro .top-card-container {
background: linear-gradient(0deg, #E5E5E5, #E5E5E5), #FFFFFF;
}
.wisdm-learndash-reports-chart-block .graph-card-container {
padding: 30px;
box-shadow: 1px 2px 3px 0px #0000001A;
line-height: 1;
background: #fcfcfc;
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
border-radius: 4px;
border: 1px solid #e5e5e5;
}
.wisdm-learndash-reports-chart-block .table-chart-container {
padding: 20px 30px;
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
border-radius: 4px;
background: #fcfcfc;
border: 1px solid #e5e5e5;
}
.wisdm-learndash-reports-chart-block .summary-amount {
font-size: 22px;
font-weight: 700;
}
.wisdm-learndash-reports-chart-block .graph-card-container .chart-title {
font-size: 20px;
color: #444;
font-weight: 700;
display: flex;
align-items: center; }
.wisdm-learndash-reports-chart-block .graph-card-container .chart-summary {
background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
border-radius: 4px;
padding: 20px;
margin-bottom: 30px;
}
.wisdm-learndash-reports-chart-block .top-label-text span {
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
color: #999999;
}
.chart-summary-revenue-figure > div {
font-weight: bold;
font-size: 12px;
line-height: 16px;
text-transform: uppercase;
color: #444444;
}
.chart-summary-revenue-figure span.summary-amount, .chart-summary-revenue-figure span.summary-count {
text-transform: none;
}
.chart-summary-revenue-particulars span {
font-weight: normal;
font-size: 14px;
line-height: 19px;
color: #999999;
}
.chart-summary-revenue-particulars span.summary-amount, .chart-summary-revenue-particulars span.summary-count {
font-weight: bold;
font-size: 14px;
}
.course-list-table-download-options > span {
font-weight: bold;
font-size: 12px;
line-height: 16px;
text-align: right;
text-transform: uppercase;
color: #666666;
margin: 10px;
}
.course-list-table-download-options button span {
background-color: #2E7D32;
padding: 2px;
font-weight: bold;
}
.download-csv-button.disabled {
filter:grayscale(1);
margin: 5px;
}
.course-list-table-download-options button {
padding: 5px;
background-color: #FFFFFF;
border: none;
box-shadow: none;
}
.wrld-hidden {
visibility: hidden;
display: none;
}
.ldrp-nodata-container {
padding: 36px 30px;
text-align: center;
background: #F7F7F7;
border: 1px solid #F7F7F7;
box-sizing: border-box;
box-shadow: 1px 2px 3px rgb(0 0 0 / 10%);
margin: 30px;
}
.ldrp-nodata-container.wrld-error {
border-left-color: #FF0000;
border-left-width: 6px;
margin-bottom: 10px;
}
.chart-summary .revenue-particulars-wrapper, .chart-summary .revenue-figure-wrapper{
padding: 0;
}
.chart-summary .revenue-figure-wrapper{
padding-right: 20px;
margin-right: 20px;
border-right: 1px solid #E5E5E5;
min-width: 230px;
}
.wisdm-ld-reports-upgrade-to-pro-front .revenue-figure-wrapper {
padding: 20px;
}
.chart-summary-revenue-figure{
border-right: none;
}
.chart-summary-revenue-figure > div, .chart-summary-revenue-particulars > div{
padding: 0;
}
.chart-summary-revenue-figure .update_time {
text-transform: capitalize;
color: green;
font-style: italic;
margin-top: 7px;
font-size: 10px;
}
.chart-summary-revenue-figure .update_time .dashicons {
font-size: 16px;
line-height: 16px;
display: inline-block;
margin-left: 10px;
cursor: pointer;
vertical-align: middle;
}
.chart-summary-revenue-figure .update_time .dashicons.rotate {
animation: rotate 10s infinite;
}
.chart-summary-revenue-figure .revenue-figure{
margin-bottom: 7px;
}
.chart-summary-revenue-particulars > .summery-right-entry{
margin-bottom: 8px;
}
.chart-summary-revenue-particulars > .summery-right-entry:nth-last-child(1){
margin-bottom: 0;
}
a.overlay.pro-upgrade{
left: 0;
}
.wisdm-upgrade-to-pro a.overlay.pro-upgrade span.upgrade-text, a.overlay.pro-upgrade span.upgrade-text{
font-size: 14px !important;
font-weight: 700;
display: block;
line-height: 1;
margin-bottom: 8px;
}
.wisdm-upgrade-to-pro a.overlay.pro-upgrade button, a.overlay.pro-upgrade button{
font-size: 14px !important;
padding: 11px !important;
}
.graph-card-container .mixed-chart{
width: 100%;
}
.wisdm-upgrade-to-pro:hover a.overlay.pro-upgrade, .wisdm-ld-reports-upgrade-to-pro-front:hover a.overlay.pro-upgrade
{
background-color: rgba(0, 0, 0, 0.8);
opacity: 1;
}
.ldr-pro .css-1insrsq-control{
min-height: 43px;
}
.selector .css-1s2u09g-control{
cursor: pointer;
}
.wrld-dummy-input {
display: flex;
}
tr.course-list-table-data-row:hover{
cursor: default;
}
button.upgrade_button {
cursor: pointer;
}
.upgrade_button:hover, .upgrade-button:hover{
background: #008AD8 !important;
color: #ffffff !important;
border-color: #008AD8 !important;
}
.apply-filters button{
background-color: #008AD8;
height: 43px;
padding: 0 30px;
border: none;
box-shadow: none;
color: #ffffff; 
}
.wisdm-learndash-reports-chart-block .react-tabs__tab--selected{
position: relative;
}
.wisdm-learndash-reports-chart-block .react-tabs__tab{
color: #008AD8;
border: 1px solid !important;
min-width: 164px;
text-align: center;
}
.wisdm-learndash-reports-chart-block .react-tabs__tab--selected:after{
content: '';
width: 30px;
height: 30px;
background-color: #fff;
position: absolute;
bottom: -28px;
left: calc(50% - 20px);
border-radius: 4px;
transform: rotateZ(135deg);
display: inline-block;
}
.react-tabs__tab-panel{
position: relative;
}
.pagination-section .previous-page, .pagination-section .next-page{
padding: 13px 0;
line-height: 1;
min-width: 110px;
display: inline-block;
} 
.quiz-eporting-filter-section > .quiz-reporting-custom-filters{
justify-content: space-between;
margin-right: 22px;
}
.quiz-eporting-filter-section > .filter-buttons > .filter-button-container{
justify-content: flex-end;
}
.quiz-eporting-filter-section > .quiz-reporting-custom-filters > .selector{
width: calc(33.33% - 20px);
}
.quiz-report-filters-wrapper .quiz-report-types{
display: flex;
align-items: center;
}  .elumine-theme .quiz-report-filters-wrapper label{
display: inline-flex !important; 
}
.elumine-theme .quiz-reporting-custom-filters input[type=checkbox]{
position: static;
left: 0;
}
.elumine-theme .filter-button-container > div > div .modal-action-buttons .cancel{
box-shadow: none;
}
.elumine-theme .course-list-table-download-options a{
background-color: transparent;
border: none;
box-shadow: none;
padding: 0;
}
.elumine-theme .download-csv-button{
border: none;
box-shadow: none;
padding: 0;
}
.elumine-theme .wisdm-learndash-reports-report-filters .apply-filters button{
padding: 9px 20px;
line-height: 1;
}
.elumine-theme .quiz-eporting-filter-section .apply-filters button{
line-height: 1;
padding: 14px 30px;
background-color: #008AD8;
} .lr-tiles{
margin: auto;
}
.lr-tiles .wp-block-columns{
margin-bottom: 0;
}
.lr-dashboard .wp-block-wisdm-learndash-reports-date-filters{
margin-bottom: 30px;
}
.lr-dashboard .wp-block-wisdm-learndash-reports-date-filters .wisdm-learndash-reports-chart-block{
margin: 0;
}
.lr-tiles-container{
display: flex;
flex-wrap: wrap !important;
gap: initial !important;
}
.lr-tiles-container .wp-block{
margin-top: 0 !important;
}
.lr-tiles-container .lr-tre{
max-width: 340px;
}
.lr-tiles-container .wisdm-learndash-reports-chart-block, .lr-tiles-container .wisdm-learndash-reports-chart-block,
.lr-tiles-container .wisdm-learndash-reports-chart-block, .lr-tiles-container .wisdm-learndash-reports-chart-block{
margin: 0;
}
.lr-tiles-container > .wp-block-column{
margin-left: 0 !important;
margin-right: 45px !important;
flex-basis: 0;
flex-grow: 1;
}
.lr-tiles-container .top-card-container{
min-height: 142px;
}
.lr-tiles-container > .wp-block-column:nth-last-child(1){
margin-right: 0;
}
.lr-tiles-container > .block-editor-block-list__block > .wp-block{
margin-bottom: 0 !important;
}
.mw-1289{
width: 100%;
max-width: 1440px !important;
margin: auto !important;
}
body .wp-block-columns.mb-70{
margin-bottom: 70px !important;
}
body .mb-40, body .wp-block-wisdm-learndash-reports-quiz-reports.mb-40{
margin-bottom: 50px !important;
}
body .wp-block-columns.mb-10{
margin-bottom: 10px !important;
}
.wisdm-reports{
min-height: calc(100vh - 80px);
}
.wp-block-wisdm-learndash-reports-quiz-reports {
box-shadow: 0px 20px 40px rgb(0 0 0 / 10%) !important; padding: 53px 30px 26px 30px;
position: relative;
margin-top: 40px;
border: 1px solid #e5e5e5;
}
.mw-1289 .wisdm-learndash-reports-report-filters{
margin-bottom: 0;
}
.mw-1289 > .wp-block-column .wp-block-wisdm-learndash-reports-time-spent-on-a-course,
.mw-1289 > .wp-block-column .wisdm-learndash-reports-time-spent-on-a-course, 
.mw-1289 > .wp-block-column .wisdm-learndash-reports-chart-block,
.mw-1289 > .wp-block-column .wp-block-wisdm-learndash-reports-course-completion-rate,
.mw-1289 > .wp-block-column .wisdm-learndash-reports-course-completion-rate,
.mw-1289 > .wp-block-column .wp-block-wisdm-learndash-reports-quiz-completion-time-per-course,
.mw-1289 > .wp-block-column .wisdm-learndash-reports-quiz-completion-time-per-course,
.mw-1289 > .wp-block-column .wp-block-wisdm-learndash-reports-quiz-completion-rate-per-course,
.mw-1289 > .wp-block-column .wisdm-learndash-reports-quiz-completion-rate-per-course,
.mw-1289 > .wp-block-column .wp-block-wisdm-learndash-reports-revenue-from-courses,
.mw-1289 > .wp-block-column .wisdm-learndash-reports-revenue-from-courses,
.mw-1289 > .wp-block-column .wp-block-wisdm-learndash-reports-daily-enrollments,
.mw-1289 > .wp-block-column .wisdm-learndash-reports-daily-enrollments
{
height: 100%;
}
.wisdm-learndash-reports-chart-block > .upgrade-message-container {
margin-top: 15px;
}
.wisdm-learndash-reports-chart-block {
margin: 0;
margin-right: 0 !important;
}
.wisdm-learndash-reports-chart-block.invalid-or-empty-data > .empty-data-overlay {
display: block;
text-align: center;
width: 100%;
z-index: 9999;
background: #00000010;
color: #FF5555;
overflow: hidden;
}
.empty-data-overlay {
display: none;
}
.mixed-chart, #chart-line, .time-spent-on-a-course, .revenue-from-courses{
position: relative;
}
.mixed-chart > div, #chart-line > div, .time-spent-on-a-course > div, .revenue-from-courses > div{
overflow-x: auto;
overflow-y: hidden;
padding-bottom: 15px;
}
.time-spent-on-a-course > div {
padding-top: 50px;
}
.mixed-chart > div.apexcharts-toolbar, #chart-line > div.apexcharts-toolbar, .time-spent-on-a-course > div.apexcharts-toolbar, .revenue-from-courses > div > div >  div.apexcharts-toolbar{
overflow-x: visible;
overflow-y: visible;
}
.mixed-chart > div.apexcharts-toolbar > div, #chart-line > div.apexcharts-toolbar > div,
.time-spent-on-a-course > div.apexcharts-toolbar > div, .revenue-from-courses > div > div > div.apexcharts-toolbar > div{
display: none;
}
.mixed-chart > div.apexcharts-toolbar > div.apexcharts-menu-icon,
.mixed-chart > div.apexcharts-toolbar > div.apexcharts-menu,
#chart-line > div.apexcharts-toolbar > div.apexcharts-menu-icon,
#chart-line > div.apexcharts-toolbar > div.apexcharts-menu,
.time-spent-on-a-course > div.apexcharts-toolbar > div.apexcharts-menu-icon,
.time-spent-on-a-course > div.apexcharts-toolbar > div.apexcharts-menu,
.revenue-from-courses > div > div > div.apexcharts-toolbar > div.apexcharts-menu-icon,
.revenue-from-courses > div > div > div.apexcharts-toolbar > div.apexcharts-menu{
display: block;
}
.mixed-chart > div .apexcharts-toolbar, #chart-line > div .apexcharts-toolbar{
display: none;
}
.time-spent-on-a-course > div .apexcharts-toolbar{
display: block !important;
}
.total-courses-container, .total-learners-container, .pending-assignments-container, .total-revenue-earned-container{
display: flex;
align-items: center;
}
.total-courses-icon img, .total-learners-icon img, .pending-assignments-icon img{
height: 55px;
}
.pending-assignments-icon img {
height: 50px;
}
.total-courses-container .total-courses-details, .total-learners-container .total-learners-details,
.pending-assignments-container .pending-assignments-details, .total-revenue-earned-container .total-revenue-earned-details{
margin-top: 0;
padding-left: 20px; 
}  
.wisdm-learndash-reports-chart-block .top-label-text span{
color: #444;
} 
.chart-summary-revenue-particulars span {
color: #444;
}
.table-pagination button{
padding: 5px 10px
}
.total-courses-figure, .total-learners-figure, .pending-assignments-figure{
font-size: 28px;
}
.chart-title .dashicons, .chart-summary-revenue-figure .dashicons{
position: relative;
}
.wdm-tooltip{
width: 325px;
background-color: rgba(0, 0, 0, 0.85);
color: #fff;
text-align: left;
border-radius: 6px;
padding: 10px;
position: absolute;
z-index: 1;
bottom: calc(100% + 10px);
left: -152px;
transition: opacity 0.3s;
font-size: 14px;
font-family: roboto;
line-height: 18px;
font-weight: 600;
}
.wdm-tooltip{
left: -156px;
}
.wdm-tooltip::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.wrld-tooltip{
color: rgba(0, 0, 0, 0.85);
border: 1px solid #eee;
background-color: #fff;
text-align: left; padding: 10px;
position: absolute;
z-index: 1;
bottom: calc(100% - 10px); font-size: 14px;
line-height: 18px;
font-weight: 600; box-shadow: 2px 2px 6px -4px #999;
border-radius: 5px;
transition: .15s ease all;
}
.wrld-tooltip::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #999 transparent transparent transparent;
}
.completion_rate_modal .wisdm-learndash-reports-course-completion-table th .wrld-tooltip {
bottom: -40px;
background-color: #efefef;
}
.wisdm-learndash-reports-course-completion-table th .wrld-tooltip {
bottom: -50px;
background-color: #efefef;
}
.wisdm-learndash-reports-course-completion-table th .wrld-tooltip::after {
content: none;
}
.revenue-figure-wrapper, .revenue-particulars-wrapper {
display: flex;
align-items: center;
}
.wisdm-learndash-reports-chart-block .top-card-container{
padding: 22px;
padding-right: 35px;
}
.total-courses-figure, .total-learners-figure, .pending-assignments-figure{
flex: 0 0 100%;
}
.wisdm-learndash-reports-report-filters-for-users.learner-specific-course-reports{
max-width: 750px;
margin: auto;
display: flex;
flex-wrap: wrap;
}
.course-list-table-download-options .disabled{
opacity: 0.5;
}
.wisdm-learndash-reports-report-filters-for-users.learner-specific-course-reports .lr-learner{
flex: 1;
}
.lr-apply{
width: 170px;
}
.wisdm-learndash-reports-report-filters-for-users.learner-specific-course-reports .lr-learner + .selector{
width: 170px;
margin-left: 20px;
}
.wisdm-learndash-reports-report-filters-for-users.learner-specific-course-reports .lr-learner + .selector button{
height: 43px;
}
.course-report-by{
display: flex;
align-items: center;
margin-bottom: 40px;
}
.course-report-by label{
display: inline-flex;
align-items: center;
margin-right: 40px;
color: #008AD8;
font-size: 16px;
cursor: pointer;
}
.course-report-by label.checked{
font-weight: 700;
color: #444444; 
}
.course-report-by input[type="radio"]{
width: 30px;
height: 30px;
margin-right: 10px;
}
.chart-summary > .error-message {
color: #ff0000;
}
.course-list-table-container .error-message {
font-size: 18px;
color: #666;
font-style: italic;
}
.chart-summary.error {
justify-content: center;
text-align: center;
}
.course-list-table .table-id {
display: none;
}
.lr-top-tiles{
max-width: 1440px;
margin: auto;
}
.wisdm-reports{
display: flex;
flex-wrap: wrap;
max-width: 1440px;
margin: auto;
}
.wisdm-reports > div{
width: calc(50% - 50px);
margin: 25px;
}
.wisdm-reports > div > div, .wisdm-reports > div > div > div, .graph-card-container{
height: 100%;
}
.wisdm-reports > .wp-block-wisdm-learndash-reports-quiz-reports{
width: calc(100% - 50px);
z-index: 1;
position: relative;
}
.wisdm-reports > .wp-block-wisdm-learndash-reports-course-list {
width: calc(100% - 50px);
}
.wisdm-reports > .wp-block-wisdm-learndash-reports-report-filters{
width: calc(100% - 50px);
margin-top: 50px;
}
.lr-top-tiles .lr-tiles-container{
margin: 0 25px;
}
.wisdm-learndash-reports-date-filters {
margin: 25px;
margin-top: 0;
}
.wrld-mw-1400 {
max-width: 1400px !important;
width: 100%;
}
.table-topic_title, .table-course , .table-groups{
max-width: 300px;
}
.wisdm-applied-filters{
display: flex;
align-items: center;
margin-bottom: 20px;
flex-wrap: wrap;
}
.wisdm-applied-filters label{
font-weight: 700;
font-size: 12px;
color: #999999;
margin-right: 7px;
margin-bottom: 10px;
white-space: nowrap;
}
.wisdm-filter-item{
display: flex;
padding: 0 8px;
align-items: center;
font-size: 12px;
color: #444444;
border: 1px solid #C4C4C4;
border-radius: 20px;
margin-right: 10px;
height: 20px;
background-color: #ffffff;
white-space: nowrap;
margin-bottom: 10px;
max-width: 100%;
position: relative;
}
.wisdm-filter-item span{
max-width: 125px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
}
.wisdm-filter-item img{
margin-right: 4px;
}
.wisdm-filter-item .wdm-tooltip{
display: none;
width: 200px;
white-space: normal;
left: -70px;
font-family: inherit;
}
.wisdm-filter-item > span {
padding: 2px;
}
.wisdm-filter-item:hover .wdm-tooltip{
display: block;
}
.wrld-date-filter .wdm-tooltip{
display: none;
width: 220px;
white-space: normal;
right: -90px;
bottom: 100% !important;
text-align: left;
font-family: inherit;
left: auto;
font-weight: 600;
}
.wrld-date-filter span:hover + .wdm-tooltip{
display: block;
}
.wrld-lg .wisdm-ld-reports-upgrade-to-pro-front .revenue-figure-wrapper {
min-height: 120px;
}
.wisdm-learndash-reports-chart-block .top-card-container {
box-sizing: border-box;
}
.top-card-container .dashicons-calendar-alt{
position: absolute;
right: 10px;
top: 10px;
color: #444444;
font-size: 20px;
}
.wisdm-learndash-reports-chart-block .top-card-container{
position: relative;
}
.graph-card-container{
max-width: 100%;
min-height: 658px;
position: relative;
}
.wisdm-learndash-reports-total-revenue-earned .graph-card-container,.wisdm-learndash-reports-total-courses
.graph-card-container, .wisdm-learndash-reports-total-learners .graph-card-container,
.wisdm-learndash-reports-pending-assignments .graph-card-container, 
.wp-block-wisdm-learndash-reports-total-revenue-earned .graph-card-container{
min-height: 142px;
}
.wp-block-wisdm-learndash-reports-report-filters .graph-card-container{
width: 100%;
min-height: 267px;
position: relative;
}
.wisdm-graph-loading {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: rgb(255 255 255 / 70%);
}
.wisdm-graph-loading img{
width: 150px;
}
.lr-tiles-container .wisdm-graph-loading img{
width: 85px;
}
.wisdm-learndash-reports-report-filters{
background-color: transparent !important;
}
.wisdm-learndash-reports-report-filters .wisdm-learndash-reports-chart-block{
background-color: #ffffff;
}
.wp-block-wisdm-learndash-reports-quiz-reports{
display: none;
}
span.dashicons.dashicons-info-outline.widm-ld-reports-info {
margin-left: 5px;
color: #666;
}
.chart-summary-revenue-figure span.dashicons.dashicons-info-outline.widm-ld-reports-info {
font-size: 16px;
line-height: 16px;
display: inline;
vertical-align: middle;
}
.chart-summary-revenue-figure .chart-summary-label > span{
vertical-align: middle;
line-height: 16px;
}
.chart-summary-quiz-completion-rate-per-course .revenue-figure + div {
max-width: 300px;
}
body.wrld-open{
overflow: hidden;
}
body.wrld-ts-open{
overflow: hidden;
}
.date-filter-label{
display: flex;
align-items: center;
}
.date-filter-label .dashicons-calendar-alt{
width: auto;
height: auto;
vertical-align: middle;
margin-right: 4px;
margin-bottom: 2px;
font-style: initial;
}
.custom-reports-content > h2{
margin-bottom: 20px;
display: inline-block;
}
.chart-summary-label .widm-ld-reports-info{
margin-left: 10px;
width: auto;
height: auto;
}
.block-editor-block-list__block .wisdm-learndash-reports-chart-block .react-tabs__tab{
pointer-events: none;
}
.dashicons.dashicons-lock.ld-reports.top-corner{
z-index: 1;
}
a.overlay.pro-upgrade{
z-index: 2;
}
.wisdm-ld-reports-upgrade-to-pro-front .revenue-figure-wrapper {
background: linear-gradient(0deg, #E5E5E5, #E5E5E5), #FFFFFF;
}
.wisdm-reports{
box-sizing: border-box;
}
[class$="-singleValue"] {
line-height: 1.1;
margin-left: 5px !important;
}
.css-qc6sy-singleValue{
line-height: 18px;
}
.wrld-dummy-images.wisdm-learndash-reports-chart-block .graph-card-container{
padding: 0;
padding-bottom: 20px;
min-height: auto;
}
.wrld-upgrade-container{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(0 0 0 / 80%);
transform: scale(0.8);
opacity: 0;
transition: all 0.3s ease-in-out;
}
.wrld-upgrade-content span{
font-weight: 400;
font-size: 30px;
line-height: 41px;
color: #FFFFFF;
width: 100%;
display: inline-block;
text-align: center;
}
.wrld-upgrade-content div{
display: flex;
justify-content: center;
}
.wrld-upgrade-content a.wrld-upgrade-btn{
background: #F98012;
border-radius: 4px;
color: #ffffff;
font-weight: 600;
font-size: 16px;
padding: 12px 38px;
margin-top: 12px;
margin-bottom: 24px;
text-decoration: none;
}
.wrld-upgrade-content a.wrld-learn-more{
font-weight: 600;
font-size: 20px;
text-decoration: underline;
color: #F98012;
margin-top: 12px;
}
.wrld-dummy-images .graph-card-container:hover .wrld-upgrade-container,
.wrld-dummy-report:hover .wrld-upgrade-container{
transform: scale(1);
opacity: 1;
}
.wrld-dummy-report{
padding: 0;
min-height: 400px;
}
.wrld-dummy-filters .quiz-report-types label,.wrld-dummy-filters .quiz-report-types label.checked,
.wrld-dummy-filters .select-view span{
color: #a1a1a1;
}
.wrld-dummy-filters .quiz-report-types input{
pointer-events: none;
opacity: 0.5;
}
.wrld-dummy-filters .quiz-report-types label{
pointer-events: none;
}
.wrld-dummy-filters .selector-label,.wrld-dummy-filters .css-qc6sy-singleValue{
color: #a1a1a1;
}
.wrld-dummy-filters .quiz-reporting-custom-filters{
margin-top: 40px;
margin-left: 0;
pointer-events: none;
}
.wrld-dummy-filters button.button-customize-preview, .wrld-dummy-filters button.button-customize-preview:hover,
.wrld-dummy-filters button.button-quiz-preview{
background-color: transparent;
border: 1px solid #a1a1a1;
color: #a1a1a1;
pointer-events: none;
}
.wrld-dummy-filters button.button-quiz-preview{
background-color: #808080;
color: #fff;
}
.wrld-pro-note{
display: none;
}
.wrld-dummy-filters .wrld-pro-note{
display: block;
max-width: 750px;
margin: auto;
}
.learner-specific-course-reports .wrld-pro-note{
display: block;
flex: 0 0 100%;
}
.wrld-pro-note-content{
background: linear-gradient(0deg, #FEF8EE, #FEF8EE), #FFFFFF;
border: 1px solid #F98012;
padding: 15px;
border-left: 8px solid #F98012;
margin-bottom: 15px;
line-height: 1;
}
.wrld-pro-note-content span{
font-size: 14px;
color: #444444;
line-height: 19px;
display: inline-block;
}
.wrld-pro-note + .lr-learner + .selector .apply-filters button, .wrld-applied{
display: none;
}
.wrld-pro-note + .lr-learner + .selector .apply-filters span.wrld-applied{
color: #96dc7f;
font-weight: 700;
font-size: 16px;
display: inline-flex;
line-height: 43px;
align-items: center;
}
.wrld-pro-note + .lr-learner + .selector .apply-filters span.wrld-applied i{
font-size: 28px;
width: auto;
height: auto;
margin-right: 4px;
}
.wrld-pro-note + .lr-learner > .selector-label{
color: #a1a1a1;
margin-bottom: 10px;
}
.wrld-pro-note + .lr-learner > .selector-label .dashicons{
display: none;
}
.wisdm-learndash-reports-report-filters-for-users.learner-specific-course-reports .wrld-pro-note + .lr-learner + .selector{
width: auto;
}
.wisdm-reports * {
box-sizing:border-box;
}
div#wrld-welcome-modal {
max-width: 100%;
}
.is-active-popup{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0 , 0.8);
z-index: 99999999;
}
.is-active-popup > div{
min-width: 280px;
min-height: 140px;
background-color: #fff;
padding: 30px;    
text-align: center;
}
.is-active-popup > div span{
font-weight: 700;
font-size: 16px;
color: #666666;
margin-bottom: 15px;
display: block;
}
.wrld-total-time-spent{
display: inline-block;
}
.wrld-ts-label{
font-size: 14px;
font-weight: 700;
color: #444444;
}
.wrld-ts-val{
font-size: 14px;
font-weight: 400;
color: #444444;
}
.wrld-last-updated{
font-size: 14px;
font-weight: 400;
color: #444444;
}  @media screen and (max-width: 480px){
#wisdm-learndash-report-filters-container ul.react-tabs__tab-list li{
padding: 6px 6px;
font-size: 13px;
min-width: 90px;
}
}
@media screen and (min-width: 601px){
.wisdm-learndash-reports-course-report-tools-wrap .course-report-by{
flex-direction: row;
}
}
.wisdm-learndash-reports-course-report-tools-wrap .wisdm-learndash-reports-report-filters:first-child {
margin-right: 20px;
}
@media screen and (max-width: 400px){
.wisdm-learndash-reports-report-filters .selector .ldr-pro{
width: 75%;
}
}
@media screen and (min-width: 581px){
.wisdm-learndash-reports-report-filters.admin-group-category-container {
flex-wrap: wrap;
display: flex;
}
} .wrld-gl, #wrld-gl{
color: #a1a1a1;
pointer-events: none;
}
label#wrld-gl:after {
content: "\f160";
font-family: 'dashicons';
width: 23px;
height: 23px;
display: flex;
justify-content: center;
align-items: center;
background-color: #999;
border-radius: 50%;
margin-left: 5px;
opacity: 1;
color: #fff;
font-size: 12px;
}
.admin-group-category-container{
width: calc(100% - 200px);
}
.admin-cg-selector{
flex: 1 !important;
}
.wrld-m .d-none, .wrld-s .d-none, .wrld-xs .d-none{
display: none;
}
.wrld-m .admin-group-category-container, .wrld-s .admin-group-category-container, .wrld-xs .admin-group-category-container{
width: 100%;
margin-bottom: 0 !important;
}
.wrld-xs .admin-cg-selector{
flex: 0 0 100% !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
padding: 0px;
}
#wrld-success {
visibility: hidden;
min-width: 250px;
margin-left: -125px;
background-color: #00a32a;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: fixed;
z-index: 999999;
left: 50%;
top: 100px;
font-size: 17px;
}
#wrld-success.show {
visibility: visible;
-webkit-animation: fadein 1.5s, fadeout 1.5s 6s;
animation: fadein 1.5s, fadeout 1.5s 6s;
}
@media screen and (max-width: 1024px){
.qre-question-container {
max-width: 750px;
}
}
@media screen and (max-width: 768px){
.qre-question-container {
max-width: 500px;
}
}
@-webkit-keyframes fadein {
from {top: 0; opacity: 0;} 
to {top: 100px; opacity: 1;}
}
@keyframes fadein {
from {top: 0; opacity: 0;}
to {top: 100px; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {top: 100px; opacity: 1;} 
to {top: 0; opacity: 0;}
}
@keyframes fadeout {
from {top: 100px; opacity: 1;}
to {top: 0; opacity: 0;}
}
@-webkit-keyframes rotate {
100% {transform: rotate(-360deg);}
}
@keyframes rotate {
100% {transform: rotate(-360deg);}
} .learndash-propanel-modal {
position: static;
width: 50%;
max-height: 100%;
height: auto;
}
.learndash-propanel-modal .components-modal__content {
margin-top: 0;
}
.learndash-propanel-modal .components-button.has-icon:hover {
background: transparent;
color: inherit;
box-shadow: none;
}