.ms4wp-loaded #wpcontent, .ms4wp-loaded #wpbody-content {
    padding: 0 !important;
}

.ms4wp-dots-decor {
    position: absolute;
}
.ms4wp-dots {
    margin-left: 7px;
    margin-right: 7px;
}
.ms4wp-settings-header-text {
    margin-left: 40px;
}

.ms4wp-admin-wrapper {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    background: #EDFDF7;
    height: 100%;
}

.ms4wp-card {
    background-attachment:scroll;
    background-clip:border-box;
    background-color:rgb(255, 255, 255);
    background-image:none;
    background-origin:padding-box;
    background-position-x:0%;
    background-position-y:0%;
    background-size:auto;
    border-radius: 4px;
    box-shadow:rgba(0, 0, 0, 0.06) 0 0 0 1px,
               rgba(0, 0, 0, 0.05) 0 2px 4px 0,
               rgba(0, 0, 0, 0.08) 0 2px 1px 0;
    box-sizing:border-box;
    color:rgba(0, 0, 0, 0.9);
    display:block;
    font-size:15px;
    letter-spacing:normal;
    margin-bottom:24px;
    min-height:150px;
    min-width:200px;
    overflow: hidden;
    position:relative;
    transition-delay:0s;
    transition-duration:0.3s;
    transition-property:box-shadow;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-font-smoothing:antialiased;
    padding: 15px;
}

.ms4wp-card ul {
    padding-left: 10px;
}
.ms4wp-card ul li {
    font-size: 14px;
    font-weight: 400;
}

.ms4wp-card .ms4wp-kvp {
    margin-top: 10px;
}

.ms4wp-card .ms4wp-kvp h6 {
    margin: 0;
}

.ms4wp-button-base-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
#skeleton .ms4wp-button-base-root {
    cursor: default;
}
.ms4wp-button-root {
    color: rgba(0, 0, 0, 0.9);
    height: 40px;
    padding: 6px 16px;
    shadows: none;
    font-size: 14px;
    min-width: auto;
    box-shadow: none;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-weight: 500;
    line-height: inherit;
    border-radius: 4px;
    text-transform: none;
}

.ms4wp-button-contained {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
    text-transform: none;
    background-color: #e0e0e0;
}
.ms4wp-button-contained-orange {
    color: #784100;
    border: 1px solid #FFB800;
    font-size: 14px;
    font-weight: 700;
    background-color: #FFB800;
}

.ms4wp-button-contained-primary {
    color: #ffffff;
    border: 1px solid #0076DF;
    font-size: 14px;
    font-weight: 700;
    background-color: #0076DF;
}

.ms4wp-button-contained-primary:hover {
    box-shadow: none;
    background-color: #0076DF;
    color: rgba(255, 255, 255, 0.7);
}

.ms4wp-button-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}
.ms4wp-button-endIcon {
    display: inherit;
    margin-right: 8px;
    margin-left: -4px;
}

.ms4wp-button-outlined {
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 5px 15px;
}
.ms4wp-button-outlined-primary {
    color: #7A4CA8;
    border: 1px solid #7A4CA8;
}
.ms4wp-button-outlined-primary:hover {
    border: 1px solid #7A4CA8;
    background-color: rgba(122, 76, 168, 0.04);
    color: #7A4CA8;
}

.ms4wp-button-text-primary {
    align-items: center;
    background-color: #0076DF;
    border-radius: 4px;
    border-style: none;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(122,76,168);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    line-height: 20px;
    margin: 0;
    min-width: 0;
    padding: 6px 8px;
    position: relative;
    text-align: center;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.25s, 0.25s, 0.25s;
    transition-property: background-color, box-shadow, border;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.ms4wp-button-text-primary:hover {
    background-color: rgba(0, 118, 223, 0.6);
}

.ms4wp-button-text-primary.destructive {
    color: #D42424;
}

.ms4wp-button-text-primary.destructive:hover {
    background-color: rgba(212, 36, 36, 0.1);
}

.ms4wp-right {
    float: right;
}

.ms4wp-left {
    float: left;
}

.ms4wp-inline-block {
    display: inline-block;
}

.ms4wp-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-size: 14px;
    line-height: 1.5;
}

/* Input */
.ms4wp-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.ms4wp-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */
.ms4wp-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.ms4wp-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.ms4wp-checkbox > input:checked,
.ms4wp-checkbox > input:indeterminate {
    /*background-color: rgb(var(--pure-material-primary-rgb, 122, 76, 168));*/
}

.ms4wp-checkbox > input:checked + span::before,
.ms4wp-checkbox > input:indeterminate + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 0, 118, 223, 1));
    background-color: rgb(var(--pure-material-primary-rgb, 0, 118, 223, 1));
}

.ms4wp-checkbox > input:checked + span::after,
.ms4wp-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.ms4wp-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.ms4wp-checkbox:hover > input {
    opacity: 0.04;
}

.ms4wp-checkbox > input:focus {
    opacity: 0.12;
}

.ms4wp-checkbox:hover > input:focus {
    opacity: 0.16;
}

.ms4wp-opacity-one {
    opacity: 1;
}

/* Active */
.ms4wp-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.ms4wp-checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 122, 76, 168));
}

.ms4wp-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.ms4wp-checkbox > input:disabled {
    opacity: 0;
}

.ms4wp-checkbox > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.ms4wp-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.ms4wp-checkbox > input:checked:disabled + span::before,
.ms4wp-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}

.ms4wp-redirector {
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
}

.ms4wp-mt-lg-2,
.ms4wp-my-lg-2 {
    margin-top: 10rem !important;
}
.ms4wp-mt-lg-3,
.ms4wp-my-lg-3 {
    margin-top: 15rem !important;
}
.ms4wp-mt-lg-4,
.ms4wp-my-lg-4 {
    margin-top: 20rem !important;
}
.ms4wp-mt-lg-5,
.ms4wp-my-lg-5 {
    margin-top: 25rem !important;
}
.ms4wp-mt-lg-6,
.ms4wp-my-lg-6 {
    margin-top: 30rem !important;
}
.ms4wp-mt-lg-7,
.ms4wp-my-lg-7 {
    margin-top: 35rem !important;
}
.ms4wp-mt-lg-8,
.ms4wp-my-lg-8 {
    margin-top: 40rem !important;
}
.ms4wp-mt-lg-9,
.ms4wp-my-lg-9 {
    margin-top: 45rem !important;
}
.ms4wp-mt-lg-10,
.ms4wp-my-lg-10 {
    margin-top: 50rem !important;
}

.ms4wp-mb-lg-2,
.ms4wp-my-lg-2 {
    margin-bottom: 2rem !important;
}


.ms4wp-mt-2,
.ms4wp-my-2 {
    margin-top: .5rem !important;
}
.ms4wp-mb-2,
.ms4wp-my-2 {
    margin-bottom: .5rem !important;
}

.ms4wp-mt-3,
.ms4wp-my-3 {
    margin-top: 1rem !important;
}
.ms4wp-mb-3,
.ms4wp-my-3 {
    margin-bottom: 1rem !important;
}

.ms4wp-mb-4,
.ms4wp-my-4 {
    margin-bottom: 1.5rem !important;
}

.ms4wp-mb-5,
.ms4wp-my-5 {
    margin-bottom: 2rem !important;
}

.ms4wp-mb-6,
.ms4wp-my-6 {
    margin-bottom: 2.5rem !important;
}

.ms4wp-mt-4,
.ms4wp-my-4 {
    margin-top: 1.5rem !important;
}

.ms4wp-mt-5,
.ms4wp-my-5 {
    margin-top: 2rem !important;
}

.ms4wp-mt-6,
.ms4wp-my-6 {
    margin-top: 2.5rem !important;
}
.ms4wp-mt-7,
.ms4wp-my-7 {
    margin-top: 3rem !important;
}
.ms4wp-mt-8,
.ms4wp-my-8 {
    margin-top: 3.5rem !important;
}
.ms4wp-mt-9,
.ms4wp-my-9 {
    margin-top: 4rem !important;
}
.ms4wp-mt-10,
.ms4wp-my-10 {
    margin-top: 5rem !important;
}

.ms4wp-mr-1 {
    margin-right: .5rem !important;
}
.ms4wp-mr-2 {
    margin-right: 1rem !important;
}

.ms4wp-pt-2,
.ms4wp-py-2 {
    padding-top: .5rem !important;
}
.ms4wp-pb-2,
.ms4wp-py-2 {
    padding-bottom: .5rem !important;
}

.ms4wp-pt-3,
.ms4wp-py-3 {
    padding-top: 1rem !important;
}
.ms4wp-pb-3,
.ms4wp-py-3 {
    padding-bottom: 1rem !important;
}

.ms4wp-pt-4,
.ms4wp-py-4 {
    padding-top: 1.5rem !important;
}
.ms4wp-pb-4,
.ms4wp-py-4 {
    padding-bottom: 1.5rem !important;
}

.ms4wp-pr-0,
.ms4wp-px-0 {
    padding-right: 0 !important;
}
.ms4wp-pl-0,
.ms4wp-px-0 {
    padding-left: 0 !important;
}

.ms4wp-pr-3,
.ms4wp-px-3 {
    padding-right: 1rem !important;
}
.ms4wp-pl-3,
.ms4wp-px-3 {
    padding-left: 1rem !important;
}
.ms4wp-pr-4,
.ms4wp-px-4 {
    padding-right: 1.5rem !important;
}
.ms4wp-pl-4,
.ms4wp-px-4 {
    padding-left: 1.5rem !important;
}

.ms4wp-pb-1,
.ms4wp-py-1 {
    padding-bottom: 0.25rem !important;
}
.ms4wp-pt-1,
.ms4wp-py-1 {
    padding-top: 0.25rem !important;
}
.ms4wp-m-0 {
    margin: 0 !important;
}

.ms4wp-m-1 {
    margin: 1em !important;
}

.ms4wp-p-3 {
    padding: 1rem !important;
}

.ms4wp-typography-root {
    margin: 0;
}

.ms4wp-typography-gutter-bottom {
    margin-bottom: 12px;
}

.ms4wp-typography-color {
    color: rgba(0, 0, 0, 0.6) !important;
}

.ms4wp-grid-line-height {
    line-height: 48px;
}

.ms4wp-typography-subtitle1 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.ms4wp-no-margin-top {
    margin-top: 0 !important;
}

.ms4wp-typography-root {
    margin: 0;
}

.ms4wp-typography-h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}

.ms4wp-typography-h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
}

.ms4wp-typography-h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.ms4wp-typography-h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.ms4wp-typography-h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}

.ms4wp-typography-h6-darker {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
}

.ms4wp-typography-body {
    font-size: 16px;
}

.ms4wp_bold_link {
    font-weight: bold;
    text-decoration: underline;
}

.ms4wp-plugin-support-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.9);
}

.ms4wp-list-root {
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    list-style: none;
}

.ms4wp-list-padding {
    padding-top: 8px;
    padding-bottom: 8px;
}

.ms4wp-list-item-gutters {
    padding-left: 8px;
    padding-right: 8px;
}
.ms4wp-list-item-root {
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    min-height: 40px;
    text-align: left;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: flex-start;
    text-decoration: none;
}
.ms4wp-list-item-text-root {
    flex: 1 1 auto;
    padding: 0;
    min-width: 0;
    margin-top: 4px;
    text-align: left;
    margin-bottom: 4px;
}

.ms4wp-svg-icon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}
.ms4wp-svg-icon-color {
    color: rgb(122,76,168);
}
.ms4wp-list-item-icon-root {
    align-self: start;
}
.ms4wp-flex-column-min-height {
    height: -moz-min-content;
    height: min-content;
}
.ms4wp-flex-column {
    flex-direction: column !important;
}
.ms4wp-flex-row {
    flex-direction: row !important;
}
.ms4wp-flex-wrap {
    flex-wrap: wrap;
}
.ms4wp-d-flex {
    display: flex !important;
}
.ms4wp-d-flex-1 {
    flex: 1 !important;
}
.ms4wp-dashboard-img {
    margin-top: -11px;
    margin-right: -12px;
    height: 10em;
}

.status-myschedulr {
    font-size: 1.4em;
    display: block;
    text-indent: -9999px;
    position: relative;
    height: 1em;
    width: 1em;
}

.status-myschedulr::before {
    background-image: url("../images/icon.svg");
    background-size: contain;
    background-position-y: 50%;
    background-repeat: no-repeat;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: " ";
    color: transparent;
}

.ms4wp-card table.form-table input[type=text] {
    width: 100%;
    margin: 0;
    padding: 6px;
    box-sizing: border-box;
    vertical-align: top;
}   

.ms4wp-swoosh-container {
    margin: 0 auto;
    position: relative;
}

.ms4wp-swoosh-header {
    align-items: center;
    display: flex;
    position: relative;
}
.ms4wp-swoosh-header::after {
    top: -121px;
    left: 0;
    right: 0;
    height: 950px;
    content: "";
    position: absolute;
    background-size: 63%;
    background-color: transparent;
    background-image: url("../images/settings-path.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    bottom: auto !important;
}
.ms4wp-onboard-asset-1 {
    background-image: url("../images/asset1.svg");
}
.ms4wp-onboard-asset-2 {
    background-image: url("../images/asset2.svg");
}
.ms4wp-onboard-asset-3 {
    background-image: url("../images/asset3.svg");
}
.ms4wp-onboard-header1 {
    align-items: center;
    display: flex;
    position: relative;
}
.ms4wp-onboard-header1::after {
    top: 62px;
    bottom: auto !important;
    height: 449px;
    width: 604px;
    content: "";
    position: absolute;
    background-size: 100%;
    background-color: transparent;
    background-image: url("../images/onboarding-path1.svg");
    background-repeat: no-repeat;
    background-position: -159px 28px;
}

.ms4wp-onboard-header2 {
    align-items: center;
    display: flex;
    position: relative;
}
.ms4wp-onboard-header2::after {
    top: -95px;
    /*left: 63.3%;*/
    right: 1px;
    bottom: auto !important;
    height: 705px;
    width: 428px;
    content: "";
    position: absolute;
    background-size: 100%;
    background-color: transparent;
    background-image: url("../images/onboarding-path2.svg");
    background-repeat: no-repeat;
    background-position: 188px 2px;
}
.ms4wp-onboard-header3 {
    align-items: center;
    display: flex;
    position: relative;
}
.ms4wp-onboard-header3::after {
    top: 267px;
    bottom: auto !important;
    height: 396px;
    width: 604px;
    content: "";
    position: absolute;
    background-size: 100%;
    background-color: transparent;
    background-image: url("../images/onboarding-path1.svg");
    background-repeat: no-repeat;
    background-position: -199px 28px;
}

.ms4wp-backdrop {
    padding: 0 20px 40px;
}

.ms4wp-backdrop-container {
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
}

.ms4wp-backdrop-header {
    margin-bottom: 20px;
}

.ms4wp-logo-poppins {
    background-image: url("../images/logo.svg");
    background-size: contain;
    background-position-y: 50%;
    width: 272px;
    height: 72px;
    background-repeat: no-repeat;
}

.ms4wp-airplane {
    position: absolute;
    right: 48px;
    top: 40px;
    z-index: 10;
}

p.ms4wp-subtitle {
    color: rgba(0,0,0,0.6);
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.ms4wp-body2 {
    color: rgba(38, 46, 57, 0.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.ms4wp-Svgicon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.ms4wp-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: calc(100% + 16px);
    margin: -8px;
}


.ms4wp-grid-item {
    margin: 0;
    box-sizing: border-box;
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
    padding: 8px;
}

.ms4wp-grid-xs-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
}

.ms4wp-grid-xs-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
}

.ms4wp-grid-xs-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
}

.ms4wp-grid-item-card {
    box-sizing: inherit;
    margin-bottom: 1.5rem !important;
    color: rgba(0, 0, 0, 0.9);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.ms4wp-grid-item-card:hover {
    cursor: pointer;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
}
#skeleton .ms4wp-grid-item-card:hover {
    cursor: default;
    background-color: initial;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.ms4wp-grid-item-card-media {
    display: block;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    padding-top: 56.25%;
    background-color: rgba(0, 118, 223, 0.1);
}

.ms4wp-grid-item-card-content-root {
    padding: 16px;
    padding-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
}

.skeleton-pulse {
    animation: skeleton-keyframes-pulse 1.5s ease-in-out 0.5s infinite;
}
.skeleton-container {
    width: 300px;
    color: #8C8C8C;
}
.ms4wp-divider {
    margin: 12px -12px 10px;
}
@keyframes skeleton-keyframes-pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

.ms4wp-subapps-skeleton {
    height: 24px;
    width: 200px;
    background-color: #F5F5F5;
}

.ms4wp-grid-item-card-media-skeleton {
    background-color: #E4E4E4;
}

.ms4wp-grid-item-card-content-skeleton-title {
    height: 20px;
    width: 100%;
    background-color: #F5F5F5;
}

.ms4wp-grid-item-card-content-skeleton-description {
    height: 36px;
    width: 100%;
    background-color: #F5F5F5;
    margin-top: 4px;
}

.ms4wp-dialog-root {
    position: fixed;
    z-index: 1300;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}
.ms4wp-dialog-root * {
    box-sizing: border-box;
}
.ms4wp-backdrop-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: -1;
    position: fixed;
    background: rgba(49, 57, 68, .7);
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.ms4wp-dialog-container {
    height: 100%;
    outline: 0;
    transform: none;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ms4wp-dialog-wrapper {
    height: auto;
    max-height: calc(100% - 64px);
    width: calc(100% - 64px);
    max-width: 600px;
    overflow: hidden;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transform: translate3d(0, 0, 0);
    box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2), 0px 24px 38px 3px rgba(0,0,0,0.14), 0px 9px 46px 8px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: column;
    margin: 32px;
    position: relative;
    overflow-y: auto;
    border-radius: 4px;
    color: rgba(0,0,0,0.9);
    background-color: #fff;
}

.ms4wp-dialog-header {
    width: 100%;
    padding: 12px;
    min-height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    vertical-align: middle;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(246, 246, 246);
}

.ms4wp-show-me-how-modal .ms4wp-dialog-header {
    height: 180px;
}

.ms4wp-show-me-how-modal .ms4wp-dialog-header-close{
    align-self: initial;
    vertical-align: initial;
}

.ms4wp-dialog-header-title {
    display: flex;
    align-self: center;
    align-items: center;
    vertical-align: middle;
    justify-content: flex-start;
}

.ms4wp-dialog-header-close,
.ms4wp-dialog-footer-close {
    display: flex;
    align-self: center;
    align-items: center;
    vertical-align: middle;
    justify-content: flex-end;
    margin-left: auto;
}

.ms4wp-dialog-header-title-wrapper {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: flex-start;
}

.ms4wp-dialog-header-title-wrapper > :last-of-type {
    margin-right: 0 !important;
}

.ms4wp-dialog-header-title-wrapper > :first-of-type {
    margin-left: 0 !important;
}

.ms4wp-dialog-header-title-wrapper > * {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 8px !important;
}

.ms4wp-dialog-header-title-wrapper-content {
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    max-height: 72px;
}

.ms4wp-dialog-header-close-wrapper,
.ms4wp-dialog-footer-close-wrapper {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}
.ms4wp-dialog-header-close-wrapper {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.ms4wp-dialog-header-close-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.ms4wp-dialog-header-close-wrapper {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 8px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
}

.ms4wp-dialog-content {
    flex: 1 1 auto;
    overflow-y: auto;
    position: relative;
    height: auto;
    margin-top: 64px;
    padding: 24px;
}

.ms4wp-show-me-how-modal .ms4wp-dialog-content {
    margin-top: 180px;
}

.ms4wp-consent {
    background-color: rgba(122, 92, 189, 0.1);
    border: 1px solid rgb(209, 179, 238);
    border-radius: 2px;
    padding: 16px;
    margin-bottom: 12px;
}

.ms4wp-dialog-footer {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    padding: 8px;
    background: rgb(255, 255, 255);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#ms4wp_admin_dashboard_widget .floater {
    float:right;
}
.ms4wp_dashboard_icon {
    background-image: url(../images/admin-dashboard-widget/logo.svg);
    height: 1.1em;
    width: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    margin-left: 5px;
}

.ms4wp-settings-card{
    padding: 8px 16px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 1px;
    border-radius: 4px;
}

.ms4wp-selected{
    border: 2px solid #A78AE8;
    margin: 0;
}

.ms4wp-settings-card:hover {
    background-color: rgba(122,92,189,0.1);
}
.ms4wp-settings-card-image{
    height: 32px;
    width: 32px;
    margin: 8px 0;
    background-size: contain;
}

.ms4wp-settings-card-title{
    line-height: 48px;
}

.ms4wp-settings-card-link{
    visibility: hidden;
    background-image: url(../images/launch-grey.svg);
    fill: #6f6f6f;
    height: 24px;
    width: 24px;
    margin-top: 12px;
}

.ms4wp-settings-card:hover .ms4wp-settings-card-link{
    visibility: visible;
}

.ms4wp-show-on-mobile {
    display: none;
}

.ms4wp-loader{
    color: #0076DF;
    animation: ms4wp-loader-rotate 1.4s linear infinite;
    animation-duration: 1.4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: ms4wp-loader-rotate;
    margin: 0 auto;
}

.ms4wp-loader-container {
    width: 40px;
    height: 40px;
}

.ms4wp-notice {
    border-left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 175px;
    position: relative;
    margin-right: var(--large-gap);
    margin-bottom: 20px;
    max-width: 100%;
}

.ms4wp-notice-primary {
    background-color: #7A5CBD;
    background-image: url(../images/woocommerce-banners/bg-blob.png);
}

.ms4wp-notice-primary #close::before {
    color:white !important;
}

.ms4wp-notice-secondary {
    background-color: #B5E5E7;
    background-image: url(../images/woocommerce-banners/bg-blob.png);
    padding: 0 0 0 50px;
}

.ms4wp-notice-secondary section h1 {
    color: black !important;
}

.ms4wp-notice-secondary section p {
    color: black !important;
}

.ms4wp-notice img {
    max-height: 150px;
    margin-top: 25px;
    margin-left: 20px;
}
.ms4wp-notice section {
    margin-left: 40px;
    margin-top: 2px;
}

.ms4wp-notice section h1 {
    color:white;
    margin-top: 1em;
}
.ms4wp-notice section p {
    color:white;
    font-size: 17px;
    line-height: 1;
}

.ms4wp-notice section button {
    color:black !important;
    background: white !important;
    border-color: white !important;
}

.ms4wp-notice #close {
    width: 16px;
    height: 16px;
    margin-left: 0.3em;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.ms4wp-notice #close::before {
    color: #6f6f6f;
    font: 400 21px/1 dashicons;
    content: '\f158';
}

.ms4wp-hidden {
    display: none;
}

.ms4wp-loader circle {
    animation: ms4wp-loader-circular-dash 1.4s ease-in-out infinite;
    animation-duration: 1.4s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: ms4wp-loader-circular-dash;
    stroke-dasharray: 80px, 200px;
    stroke-dashoffset: 0px;
    stroke: currentColor;
}

.ms4wp-banner {
    background-color: #0076DF;
    color: white;
    padding: 12px;
    border-radius: 4px;
    margin-top: 25px;
    display: flex;
    flex-direction: row;
}

.ms4wp-banner .ms4wp-content {
    margin-left: 20px;
}

.ms4wp-banner .ms4wp-content h2,.ms4wp-banner .ms4wp-content a{
    color: white
}

.ms4wp-banner .ms4wp-content a {
    text-decoration: underline;
    font-weight: 600;
}

.ms4wp-banner .ms4wp-content a:hover {
   color: rgb( 223, 219, 219);
   cursor: pointer;
}

.ms4wp-ml-1 {
    margin-left: 4px;
}
.ms4wp-ml-2 {
    margin-left: 8px;
}
.ms4wp-ml-3 {
    margin-left: 12px;
}
.ms4wp-ml-4 {
    margin-left: 16px;
}
.ms4wp-ml-5 {
    margin-left: 20px;
}
.ms4wp-ml-6 {
    margin-left: 24px;
}

.ms4wp-ml-lg-1 {
    margin-left: 24px;
}
.ms4wp-ml-lg-2 {
    margin-left: 34px;
}
.ms4wp-ml-lg-3 {
    margin-left: 44px;
}
.ms4wp-ml-lg-4 {
    margin-left: 54px;
}
.ms4wp-ml-lg-5 {
    margin-left: 64px;
}
.ms4wp-ml-lg-6 {
    margin-left: 74px;
}
.ms4wp-max-width-3 {
    max-width: 550px !important;
}
.ms4wp-responsive-width {
    width: 100% !important;
}
.ms4wp-show-me-how-screenshot{
    max-width: 280px;
}

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

@keyframes ms4wp-loader-circular-dash {
    0% {
        stroke-dasharray: 1px, 200px;
        stroke-dashoffset: 0px;
    }
    50% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -15px;
    }
    100% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -125px;
    }
}
.ms4wp-white-text {
    color: white;
}
.ms4wp-ordered-list div {
    margin-left: 10px !important;
}

/* ---------------
   MEDIA QUERIES
   --------------- */
@media (max-width: 330px) {
    .ms4wp-logo-poppins {
        width: 250px;
    }
    .ms4wp-typography-h1 {
        font-size: 24px;
    }
}
@media (max-width: 450px) {
    .ms4wp-grid-item-card-content-root {
        padding: 5px;
        padding-bottom: 5px;
    }
    .ms4wp-card {
        padding: 0;
    }
    .ms4wp-airplane {
        right: -20px;
        top: 65px;
        width: 32%;
    }
    .ms4wp-body2 {
        font-size: 12px;
    }
    .ms4wp-grid {
        margin: 0;
    }
    .ms4wp-grid-item-card {
        margin: 0 !important;
    }
}
@media (max-width: 460px) {
    .ms4wp-admin-wrapper {
        margin-right: 10px;
    }
    .ms4wp-backdrop {
        padding: 0 8px;
    }
    .ms4wp-typography-h1 {
        font-size: 28px;
    }
    .ms4wp-typography-h2 {
        font-size: 20px;
    }
    .ms4wp-typography-h4 {
        font-size: 12px;
    }
    .ms4wp-hide-on-mobile{
        display: none;
    }
    .ms4wp-show-on-mobile{
        display: initial;
    }
}
@media (min-width: 600px) {
    .ms4wp-redirector {
        max-width: 890px;
        padding-top: 72px;
    }
    .ms4wp-backdrop-container {
        max-width: 890px;
    }
}
@media (min-width: 460px) and (max-width: 600px) {
    .ms4wp-onboarding-img {
        max-width: 220px;
        height: 100%;
    }
    .ms4wp-responsive-img {
        max-width: 100%;
        height: 100%;
    }
}
@media (max-width: 800px) {
    .ms4wp-grid-item {
        max-width: none;
        flex-basis: 100%;
    }
    .ms4wp-grid-item-card {
        display: flex;
    }
    .ms4wp-grid-item-card-media {
        height: auto;
        padding-left: 30%;
        padding-top: initial;
    }
    .ms4wp-onboarding-img {
        width: 350px;
    }
    .ms4wp-responsive-img {
        width: 100%;
    }
}
@media (min-width: 800px) {
    .ms4wp-grid-item-card {
        min-height: 150px;
    }
}

