.new-widget {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    text-align: center;
    align-items: center;
}
.new-widget-left {
    flex: 1;
    padding: 15px;
    text-align: center;
    background-color: #EDE7F6;
    overflow: hidden;
}
.upgrade-image {
    width: 320px;
    margin: 0 auto;
    padding: 0 0 25px 0;
}
.upgrade-image img {
    width: 100%;
    height: auto;
}
.new-widget-right {
    flex: 1;
    padding: 15px;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
}
.upgrade-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    padding: 0 0 10px;
}
.upgrade-message {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 0 25px;
}
.upgrade-button {
    padding: 0 0 15px;
}
.upgrade-button a {
    text-align: center;
    display: inline-block;
    background-color: #512DA8 !important;
    border-color: #512DA8 !important;
    color: #ffffff;
    padding: 8px 25px;
    border-radius: 4px;
    box-shadow:0px 12px 12px -6px rgb(81 45 168 / 40%)
}
.new-widget-right {
    position: relative;
}
.pro-section {
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 0;*/
    /*transform: translateY(-50%);*/
}
.pro-section img {
    max-width: 100%;
    height: auto;
}
.pro-section-text {
    padding: 15px 25px;
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li button {
    color: transparent;
    background: #EDE7F6;
    border: 1px solid #EDE7F6;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    margin: 5px;
    cursor: pointer;
}
.slick-dots li button:focus-visible {
    outline: none;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
    background: #512DA8;
    border: 1px solid #512DA8;
}
#wpcontent, #wpfooter {
    background-color: #EEF0FF;
}
#wpfooter {
    display: none;
}
#wpcontent, #wpbody-content {
    padding: 0;
}
.qcb-no-records {
    width: 100%;
    position: relative;
    min-height: 640px;
    background-color: #ffffff;
    height: calc(100vh - 32px);
}
.qcb-no-records-box {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    transform: translate(0, -50%);
    top: 50%;
}
.qcb-no-records-top svg {
    width: 100%;
}
.no-records-features ul {
    margin: 0;
    padding: 0;
}
.no-records-features ul li {
    display: block;
    padding: 0 0 4px 0;
    font-size: 18px;
    line-height: 28px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 500;
}
.no-records-features ul li svg {
    stroke: #512DA8;
    display: inline-block;
    vertical-align: bottom;
}
.qcb-no-records-bottom a {
    font-size: 16px !important;
}
.img-slider {
    padding: 15px;
}
.img-slider img {
    box-shadow: 0px 12px 12px -6px rgb(186 172 219 / 40%);
    border-radius: 8px;
}