/*
 * Microweber - Default styles
*/

@import url("./css/ui.css");
@import url("./css/animate.min.css");

[data-layout-container] {
    min-height: 100px;
}


[class*="mw__list-style--"]{
    list-style-position: outside;
}

.mw__list-style--default{list-style-type: disc;}
.mw__list-style--decimal{list-style-type: decimal;}
.mw__list-style--circle{list-style-type: circle;}
.mw__list-style--square{list-style-type: square;}
.mw__list-style--upper-latin{list-style-type: upper-latin;}
.mw__list-style--lower-latin{list-style-type: lower-latin;}
.mw__list-style--upper-roman{list-style-type: upper-roman;}
.mw__list-style--lower-roman{list-style-type: lower-roman;}
.mw__list-style--check{list-style-type: '\2713';}
.mw__list-style--check-square{list-style-type: '\2611';}
.mw__list-style--custom-heart{list-style-type: '\2661';}
.mw__list-style--custom-heart-suit{list-style-type: '\2665';}
.mw__list-style--custom-x{list-style-type: '\2BBF';}
.mw__list-style--custom-flake{list-style-type: '\2055';}
.mw__list-style--custom-four-dot{list-style-type: '\2058';}
.mw__list-style--custom-star{list-style-type: '\2605';}

[class*="mw__list-style--custom-"] li,
.mw__list-style--check li,
.mw__list-style--check-square li{padding-inline-start: 1ch;}


.col > div, [class*="col-"] > div {
    max-width: 100%;
}

.mw-bg-mask{
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0,0,0,0) !important;
}
.mw-filepicker-component-section:hover .dropable-zone{
    border-color: #4592ff;
    background-color: rgba(69, 146, 255, 0.1);
}
.mw-uploader-type-holder{
    position: relative;
}

.mw-filepicker-root .card-header .dropdown.form-control {
    width: auto !important;
}

.mw-filepicker-component-section {
    /*max-height: 70vh;*/
    overflow: hidden;
}
.mw-filepicker-root ,
.mw-filepicker-root *{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bootstrap-select .dropdown-menu li{
    overflow: hidden;
}
.mw-filepicker-component-section,
.mw-filepicker-component-section iframe{
    min-height: 50px;

}
.mw-filepicker-component-navigation-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.mw-user-thumb:before{
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F0013";
    font-family: "Material Design Icons";
}
.mw-user-thumb{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-flex;
    vertical-align: middle;
    background-color: #F9F9F9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    color: #51acf7;
    font-size: 30px;

}


.mw-richtext-list {
    padding: 6px 0;
}

ul.mw-richtext-list,
ul.mw-richtext-list li{
    list-style-type: disc;
    list-style-position: outside;
}
ol.mw-richtext-list,
ol.mw-richtext-list li {
    list-style-type: decimal;
    list-style-position: outside;
}
ul.mw-richtext-list ul li, ol.mw-richtext-list ul li,
ul.mw-richtext-list ul, ol.mw-richtext-list ul {
    list-style-type: circle;
    list-style-position: outside;

}
ul.mw-richtext-list ul, ol.mw-richtext-list ul,
ol.mw-richtext-list ol, ul.mw-richtext-list ol {
    margin-inline-start: 15px;
}
ol.mw-richtext-list ol, ul.mw-richtext-list ol,
ol.mw-richtext-list ol li, ul.mw-richtext-list ol li {
    list-style-type: lower-latin;
    list-style-position: outside;
}

.mw-richtext-list li {
    padding-inline-start: 14px;
    line-height: 2;
}


/*LIVE EDIT STATIC LAYOUTS*/

/*ORDERED LIST*/
ol.mw-default-layout-ordered-t1 li {

    list-style-type: decimal;
    list-style-position: inside;
    margin-inline-start: 17px;
    text-indent: -17px;
}
ol.mw-default-layout-ordered-t1 li ol li{
    list-style-type: lower-alpha;
}

/*UNORDERED LIST*/

.mw-default-layout-un-ordered-t2 {
    margin: 0px;
    padding: 0px;

}

ul.mw-default-layout-un-ordered-t2 li {
    list-style-position: inside;
    list-style-type: none;


}


ul.mw-default-layout-un-ordered-t2 li:before {
    content: '\2714';
    margin-inline-end: 7px;
}

/*DOTS LIST*/

ul.mw-default-layout-un-ordered-t4 li {
    list-style-type: disc;
    list-style-position: inside;
    margin-inline-start: 17px;
    text-indent: -17px;
    line-height: 25px;
}

ul.mw-default-layout-un-ordered-t4 li ul li {
    list-style-type: circle;
}



/*PARAGRAPH*/
.mw-default-layout-highlight-line{
    border-left: 4px solid black;
    padding-inline-start: 10px;
    display: inline-block;
}

/*CHECKED*/

ul.mw-default-layout-un-ordered-checked li {
    list-style: none;

}

ul.mw-default-layout-un-ordered-checked li::before {


     content: "\2713";
}



/*ARROWS*/
ul.mw-default-layout-un-ordered-arrows {
    position: relative;

}

ul.mw-default-layout-un-ordered-arrows li {
    list-style-position: inside;
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M4,15V9H12V4.16L19.84,12L12,19.84V15H4Z' /%3E%3C/svg%3E");
    margin-inline-start: 17px;
    text-indent: -17px;
}

/*Blockquote*/
ul.mw-default-layout-blockquote li {
    position: relative;
    padding-inline-start: 20px;
}

ul.mw-default-layout-blockquote li:before {
    content: '\275D';
    font-size: 22px;
    top: 0;
    left: 0;
    position: absolute;
}

/*small:before {*/
    /*content: "\2014 \00A0";*/
/*}*/

/*Background Text*/
.mw-default-layout-background-text {
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.8em;
}


/*Gallery*/
.mw-gallery,
.mw-gallery *:before,
.mw-gallery *:after,
.mw-gallery *{
    box-sizing: border-box;
}
.mw-gallery{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1102;
}

.mw-gallery-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}

.mw-gallery-content{
    position: relative;
    z-index: 1;
    height: 100vh;
    width: 100vw;
}
.mw-gallery-item-image {
    height: 100vh;
    width: 100vw;
}
.mw-gallery-item-description-content{
    display: inline-block;
    color: #fff;
    background-color: rgb(0 0 0 / 71%);
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
}
.mw-gallery-item-description{
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
}
.mw-gallery-fullscreen-item .mw-gallery-item-image img{
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mw-gallery-fullscreen-item{
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.93);
    transition: .6s;
    opacity: 0;
    visibility: hidden;
}
.mw-gallery-fullscreen-item.active{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.mw-gallery-fullscreen-item-image img{
    display: block;
    max-width: 100%;
    max-height: 78vh;
    width: auto;
    height: auto;
}
.mw-gallery-fullscreen-item-description{
    max-height: 20vh;
    color: white;
    padding: 10px;
    background-color: rgba(0,0,0,.2);
}

.mw-gallery-prev,
.mw-gallery-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 50px;
    color: white;
    display: inline-block;
    padding: 20px;
    font-family: ui-sans-serif, sans-serif;
    z-index: 5;
}
.mw-gallery-prev:after{
    content: '\2039';
}
.mw-gallery-prev{
    left: 20px;
}
.mw-gallery-next{
    right: 20px;
}

html[dir="rtl"] .mw-gallery-next{
    right: auto;
    left: 20px;
}
html[dir="rtl"] .mw-gallery-prev{
    left: auto;
    right: 20px;
}

.mw-gallery-controls > *{
    padding: 2px 10px;
    cursor: pointer;
    font-family: "Material Design Icons";
    font-size: 20px;
    display: inline-block;
}

.mw-gallery-control-play.pause:after{
    content: "\F03E4";
}
.mw-gallery-control-play:after{
    content: '\F040A';
}

.mw-gallery-control-close:after{
    content: "\F0156";
}

.mw-gallery-controls{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff;
    z-index: 11;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}
.mw-gallery-next:after{
    content: '\203A';
}



.mw-ui-btn {
    font-weight: 400;
    text-align: center;
    user-select: none;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.308rem;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-size: 0.875rem;
    height: 40px;
    border-radius: 5px;
    color: #686868;
    background-color: #eeefef;
    border: 1px solid #cfcfcf;
    outline: none;
    transition: 0.3s;
    white-space: nowrap;
    vertical-align: middle;
}

.mw-ui-btn-nav, .mw-ui-btn-vertical-nav {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.mw-ui-btn-nav > .mw-dropdown, .mw-ui-btn-nav > .mw-dropdown .mw-ui-btn, .mw-ui-btn-nav > .mw-ui-btn, .mw-ui-btn-nav > .mw-ui-field, .mw-ui-btn-nav > li > .mw-ui-btn {
    border-width: 1px 1px 1px 0px;
    float: left;
    border-radius: 0px;
}

.mw-ui-bg-info, .mw-ui-btn-info, .mw-ui-btn.active-info {
    color: #fff!important;
    background-color: #4592ff!important;
    border-color: #4592ff!important;
}


.mw-ui-btn-info:hover, .mw-ui-btn-info.active {
    background-color: #abceff!important;
    border-color: #abceff!important;
}

.mw-ui-btn:hover:not([class*='active-']):not(.active) {
    outline: none!important;
    text-decoration: none!important;
}

.mw-ui-btn-nav > .mw-dropdown:first-child .mw-ui-btn, .mw-ui-btn-nav > .mw-ui-btn:first-child, .mw-ui-btn-nav > .mw-ui-field:first-child, .mw-ui-btn-nav > li:first-child > .mw-ui-btn {
    border-left-width: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mw-ui-btn-nav > .mw-dropdown:last-child .mw-ui-btn, .mw-ui-btn-nav > .mw-ui-btn:last-child, .mw-ui-btn-nav > .mw-ui-field:last-child, .mw-ui-btn-nav > li:last-child > .mw-ui-btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mw-ui-btn .mdi, .mw-ui-btn-tab .mdi, .mw-ui-btn .fa, .mw-ui-btn-tab .fa {
    font-size: 1rem;
    line-height: 0.5em;
    position: relative;
    margin-inline-end: 6px;
}

.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mw-ui-size-medium, .mw-ui-btn-medium {
    font-size: 0.765625rem;
    height: 35px;
    padding: 0px 1rem;
}


@media only screen and (max-width: 430px) {

    .mw-checkout-modal-buttons {
        width: 100%!important;
        margin: 5px 0!important;
        display: flex;
        justify-content: center;
    }
}


.checkout-modal-header .btn-close {
    padding: 1rem!important;
}


/*MW DIALOG*/

.mw-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1200;
}
.mw-dialog.mw-dialog-scroll-mode-window {
    overflow: auto;
}
.mw-dialog.mw-dialog-scroll-mode-inside {
    overflow: hidden;
}
.mw-dialog.mw-dialog-scroll-mode-inside .mw-dialog-holder {
    max-height: 96%;
}
.mw-dialog.mw-dialog-scroll-mode-inside .mw-dialog-container {
    overflow: hidden auto;
    max-height: 88vh;
}
.mw-dialog.mw-dialog-overflowMode-visible .mw-dialog-container {
    overflow: visible;
}
.mw-dialog.mw-dialog-overflowMode-hidden .mw-dialog-container {
    overflow: hidden;
}
.mw-dialog .mw-dialog-container {
    position: relative;
}
.mw-dialog .mw-dialog-container .mw-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mw-dialog .mw-dialog-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.mw-dialog .mw-dialog-holder {
    position: absolute !important;
    z-index: 2;
}
.mw-dialog.mw-dialog-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.mw-dialog.mw-dialog-iframe-autoheight iframe {
    position: relative;
}
.mw-dialog-skin-video .mw-dialog-holder {
    max-width: calc(100% - 140px);
}
.mw-dialog-skin-video .mw-dialog-holder .mwembed {
    max-width: 100%;
}
.mw-dialog-skin-video .mw-dialog-close {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000059;
    border-radius: 43px;
    cursor: pointer;
}
.mw-dialog-skin-video .mw-dialog-close:after {
    content: "\F0156";
    font-family: "Material Design Icons";
}
.mw-dialog-skin-default {
    visibility: hidden;
    color: #686868;
}
.mw-dialog-skin-default .mw-dialog-header {
    padding: 6px 25px;
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    z-index: 2;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #D9DADB;
    min-height: 43px;
    background-color: #4592ff;
    color: #fff;
}
.mw-dialog-skin-default .mw-dialog-header .mw-dialog-title {
    max-width: calc(100% - 55px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.mw-dialog-skin-default .mw-dialog-header .mw-dialog-title .mdi {
    margin-inline-end: 6px;
}
.mw-dialog-skin-default .mw-dialog-header .mw-dropdown-content {
    background-color: #2b2b2b;
}
.mw-dialog-skin-default .mw-dialog-footer {
    padding: 10px 0px;
    margin: 0 25px;
    overflow: hidden;
    position: relative;
    text-align: right;
    border-top: 1px solid #D9DADB;
}
.mw-dialog-skin-default .mw-dialog-footer .mw-ui-btn + .mw-ui-btn {
    margin-inline-start: 10px;
}
.mw-dialog-skin-default .mw-dialog-footer:empty {
    display: none;
}
.mw-dialog-skin-default.mw-dialog-scroll-mode-window .mw-dialog-header {
    position: sticky;
}
.mw-dialog-skin-default .mw-dialog-holder {
    max-width: 98%;
    background-color: #FAFAFA;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: none;
    /*  height:auto;!important;*/
}
.mw-dialog-skin-default .mw-dialog-holder.mw-dialog-drag-start {
    transition: none;
}
.mw-dialog-skin-default .mw-dialog-overlay {
    opacity: 0;
    visibility: hidden;
}
.mw-dialog-skin-default.active {
    visibility: visible;
}
.mw-dialog-skin-default.active .mw-dialog-holder {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.mw-dialog-skin-default.active .mw-dialog-overlay {
    opacity: 1;
    visibility: visible;
}
.mw-dialog-skin-default .mw-dialog-close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 32px;
    height: 28px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 1px solid #CFCFCF;
    border-radius: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.mw-dialog-skin-default .mw-dialog-close:hover {
    background-color: #ffffff;
    color: #4592ff;
}
.mw-dialog-skin-default .mw-dialog-close:after {
    content: "\f2d7";
    font-family: Microweber;
    font-size: 12px;
}
.mw-dialog-skin-default .mw-dialog-container {
    padding: 10px 25px;
}
.mw-dialog-skin-default.mw-dialog-iframe-loading iframe {
    opacity: 0;
    min-height: 100px;
}
html[dir='rtl'] .mw-dialog-close {
    right: auto;
    left: 0;
}
.mw-dialog-module-settings .mw-dialog-overlay {
    pointer-events: none;
}

.mw-layout-overlay{
    position: absolute !important;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
    pointer-events: none;
}

.mw-layout-overlay-wrapper{
    position: relative;
}
.mw-layout-overlay-container{
    position: relative;
    z-index: 1;
}

.mw-padding-div-header {
    padding: 2rem;
}


.mw-text-start{
    text-align:left !important;
}

html[dir="rtl"] .mw-text-start{
    text-align:right !important;
}


#to-top {
    bottom: 70px!important;
}


.mw-le-spacer {
    height: 20px;
    min-height: auto !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}


.mw-le-layout-block, .mw-le-layout-block-content{
    position: relative;
}
.mw-le-layout-background-overlay,
.mw-le-layout-background{
    position: absolute;
    inset: 0;
}

.mw-le-layout-background > *{
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.mw-dialog-skin-video .mw-dialog-holder{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -25%) !important;
}


.mw-dialog .mw-dialog-overlay {

    background-color: rgba(0, 0, 0, 0.8);
}
