.xoo-wl-notice-error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 500;
}
/*.xoo-wl-notice-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
}*/

.xoo-wl-notices{
    display: none;
    margin: 15px 0;
    width: calc(100% - 20px);
}
.xoo-wl-notice-successTitle {
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 10px;
}
.xoo-wl-notice-error p {
    margin-bottom: 2px;
}

.xoo-wl-notice-error , .xoo-wl-notice-success{
    display: block;
}

span.xoo-wl-scs-icon {
    margin-right: 5px;
}

.xoo-wl-opac {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    right: 0;
    background-color: black;
    opacity: 0;
    transition: all 0.2s ease-out
}

.xoo-wl-modal {
    top: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10000000000;
    overflow: auto;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.xoo-wl-inmodal .scroll-content{
    height: 100%;
}

.xoo-wl-inmodal {
    display: inline-block;
    background: #fff;
    position: relative;
    vertical-align: middle;
    width: 90%;
    text-align: left;
    height: 90%;
    border-radius: 10px;
}

.xoo-wl-srcont {
    display: flex;
    align-items: center;
    flex-grow: 1;
    height: 100%;
    overflow: auto;
}

.xoo-wl-popup-active .xoo-wl-modal{
    opacity: 1;
    transform: scale(1);
}
.xoo-wl-popup-active .xoo-wl-opac{
    opacity: 0.7;
}

.xoo-wl-popup-active.xoo-wl-popup{
    visibility: visible;
}
.xoo-wl-popup{
    visibility: hidden;
}

html.xoo-wl-popup-active, body.xoo-wl-popup-active {
    overflow-y: hidden;
}


span.xoo-wl-close {
    font-size: 23px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: var(--lex);
    font-weight: 400;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 0 0;
    background-image: url(/wp-content/themes/lex-company/img/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.xoo-wl-sidebar{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-radius: 9px 0 0 9px;
}
.xoo-wl-wrap {
    min-height:  100%;
    display: flex;
    width: 100%;
    height: 100%;
}

.xoo-wl-main {
    padding: 30px;
    position: relative;
    vertical-align: top;
}
button.xoo-wl-action-btn{
    width: 100%;
    border-radius: 5px;
}
.xoo-wl-btc-inline_toggle .xoo-wl-inline-form {
    display: none;
}

.xoo-wl-btc-show{
    display: block!important;
}

span.xwh-heading {
    display: block;
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase;
}
span.xwh-msg-thisTitle {
    display: block;
    font-size: 24px;
    margin-top: 10px;
}

span.xwh-subheading {
    display: block;
    margin: 10px 0 35px;
    font-size: 14px;
    font-weight: 500;
}

.xoo-wl-btc-inline_toggle.xoo-wl-active button.xoo-wl-btn-toggle {
    display: none;
}

.xoo-wl-btc-inline_toggle.xoo-wl-active .xoo-wl-inline-form {
    display: block;
}

.xoo-wl-nlc-btns {
    margin: 10px 0;
}

.xoo-wl-nlc-btns a {
    margin-right: 12px;
}

.xoo-wl-btn-container.xoo-wl-btc-variable {
    display: none;
}


.xoo-wl-notloggedin-cont {
    display: table;
    margin: 20px auto;
}

@media only screen and (max-width: 769px) {
   .xoo-wl-sidebar{
        display: none;
    }
     .xoo-wl-wrap , .xoo-wl-main{
        display: block;
        width: 100%;
    }

    .xoo-wl-footer-note{
        position: relative;
    }
}