/*
--------------------------------------------------------* 
[Main Stylesheet ]
    Name         : Live sales Notifications
    Version      :  1.1.0
    Author       :  Xfinitysoft
--------------------------------------------------------*/

/***********************************
        0.0 )  Helping Classes        
************************************/
.xswclsn-admin-modalmain,
.xswclsn-showcustomstyle {
    display: none;
}

.xswclsn-tab-container {
    display: none;
}

.xswclsn-overlay {
    display: none;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: .8;
    pointer-events: none;
}

.xsw-select2 {
    min-width: 25rem;
}

#xswclsn-preview-image {
    width: 50px;
    height: 50px;
}

.xslwclsn-showcustom-style13 {
    display: none;
}

/***********************************
    1 ) Tabs Panel        
************************************/
.xswclsn-nav-tab-wrapper {
    display: inline-block;
    width: 100%;
}

.xswclsn-nav-tab-wrapper li {
    margin: 0px;
}

.xswclsn-nav-tab-wrapper li a.nav-tab {
    cursor: pointer;
}

/***********************************
    2 ) xswclsn toggle switch        
************************************/
.xswclsn-new-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 27px;
}

.xswclsn-new-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.xswclsn-new-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e4e4e485;
    -webkit-transition: .4s;
    transition: .4s;
}

.xswclsn-new-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

.xswclsn-new-switch input:checked+.xswclsn-new-slider {
    background-color: #2271b1;
}

.xswclsn-new-switch input:focus+.xswclsn-new-slider {
    box-shadow: 0 0 1px #2271b1;
}

.xswclsn-new-switch input:checked+.xswclsn-new-slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded sliders */
.xswclsn-new-slider.round {
    border-radius: 34px;
}

.xswclsn-new-slider.round:before {
    border-radius: 50%;
}

/* ======================== */
/*    xswclsn style wrapper */
/* ======================== */
.xswclsn-style-wrapper {
    position: relative;
    max-width: 100%;
}

.xswclsn-style-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}

.xswclsn-single-style {
    width: calc(33.33333333% - 22px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    clear: both;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(34 36 38 / 15%);
    margin: 10px;
    border-radius: .28571429rem;
}

.xswclsn-style-switches {
    margin: 0px;
    padding: 10px;
}

.xswclsn-style-switches span.description {
    float: right;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 500;
}

.xswclsn-single-style img {
    width: 100%;
    max-height: 152px;
}

.xswclsn-switches-effect-checkbox {
    width: 389px !important;
}

.xswclsn-progressbarcontent {
    position: fixed;
    background: red;
    width: 84.7%;
    padding: 9px;
    flex-grow: 1;
    text-align: center;
    z-index: 10000;
    top: 34px;
    display: none;
}

.xswclsn-progressbarpreview {
    position: fixed;
    background: #f3f3f3;
    width: 86%;
    flex-grow: 1;
    text-align: center;
    z-index: 10000;
    top: 70px;
    border-radius: 1px;
    display: none;
}

.xswclsn-progressbarpreview-fill {
    background: red;
    width: 45%;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* ======================= */
/* popup on admin panel  */
/* ======================= */
.xswclsn-admin-modalmain {
    width: 460px;
    height: 86px;
    margin-top: 9px;
    background: #f53838;
    /* position: FIXED; */
    z-index: 10000000;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}

.xswclsn-admin-modalmain-firstdiv {
    width: 100%;
    float: left;
    max-width: 86px;
    height: 86px;
}

.xswclsn-admin-modalmain-firstdiv-img {
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
}

.xswclsn-admin-modalmain-seconddiv {
    width: 78%;
    float: left;
}



.xswclsn-admin-modalmain-seconddiv-crossicon {
    width: 10%;
    float: left;
}

.xswclsn-admin-modalmain-seconddiv-crossicon-text {
    float: right;
    margin-top: 15px;
}

.xswclsn-position-frontend-bottomleft {
    bottom: 2%;
    left: 2%
}

.xswclsn-position-bottomleft {
    bottom: 2%;
    left: 20%
}

.xswclsn-position-bottomright {
    bottom: 2%;
    right: 2%
}

.xswclsn-position-frontend-topleft {
    top: 4%;
    left: 2%
}

.xswclsn-position-topleft {
    top: 4%;
    left: 12%
}

.xswclsn-position-topright {
    top: 4%;
    right: 2%
}

.xswclsn-admin-modalmain-borderradius {
    border-radius: 99px !important;
}

.xswclsn-audioplayer {
    display: none;
}

.xswclsn-position-right {
    flex-direction: row-reverse;
}

.xswclsn-notitemp-style1,
.xswclsn-notitemp-style2 {
    display: none;
}

.xswclsn-notitemp-style2 {
    border-color: #4dd66d;
}






.xswclsn-rounded {
    border-radius: 99px !important;
}

.xswclsn-rounded .xswclsn-close,
.xswclsn-admin-modalmain-borderradius .xswclsn-sf-design-content-close,
.xswclsn-admin-modalmain-borderradius .xswclsn-lr-design-content-close,
.xswclsn-rounded .xswclsn-lr-design-content-close {
    right: 10px !important;
    top: 10px !important;
}

.wp-core-ui select[multiple] {
    height: auto !important;
}

/* ======================= */
/*  New popup  admin       */
/* ======================= */
.xswclsn-bootstrap-border-design {
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-left: 4px solid #000;
    padding: 10px 20px;
    box-sizing: border-box;
    position: fixed;
    ;
}

.xswclsn-bootstrap-border-design-body {
    display: flex;
    align-items: center;
    height: 100%;
}

.xswclsn-bbd-content {
    width: 100%;
}

.xswclsn-bbd-content h3 a,
.xswclsn-bbd-content h3 {
    font-family: sans-serif;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #343a40;
    text-decoration: none;
}

.xswclsn-bbd-content p a,
.xswclsn-bbd-content p {
    font-family: sans-serif;
    margin: 3px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #343a40;
    text-decoration: none;
}

.xswclsn-bbd-content small {
    font-family: sans-serif;
    margin: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #6c757d;
}



/* 02 */
/* xswclsn-bootstrap-header-design */
.xswclsn-bootstrap-header-design {
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
}

.xswclsn-bootstrap-h-design-header {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem .75rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.xswclsn-bootstrap-h-design-header svg {
    margin-right: .5rem;
    border-radius: 10px;
}

.xswclsn-bootstrap-h-design-header strong a,
.xswclsn-bootstrap-h-design-header strong {
    font-family: sans-serif;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-right: auto;
    text-decoration: none;
    color: #343a40;

}

.xswclsn-bootstrap-h-design-header small {
    font-family: sans-serif;
    margin: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #6c757d;
}

.xswclsn-bootstrap-h-close {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #000000b8;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin-left: 10px;
}

.xswclsn-bootstrap-h-design-body {
    padding: .75rem;
}

.xswclsn-bootstrap-h-design-body p {
    font-family: sans-serif;
    margin: 3px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #343a40;
}

/* 03 */
/* xswclsn-left-rounded-design */
.xswclsn-left-rounded-design {
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-radius: .25rem;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    z-index: 100000;
}



.xswclsn-left-rounded-design-body {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 65px;
}

.xswclsn-lr-design-thumbnail {
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 99px;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    overflow: hidden;
    min-width: 50px;
}


.xswclsn-lr-design-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.xswclsn-lr-design-content {
    position: relative;
    padding: 0px 15px;
    width: 100%;
}

.xswclsn-lr-design-content h3 a,
.xswclsn-lr-design-content h3 {
    font-family: sans-serif;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #343a40;
    text-decoration: none;
}

.xswclsn-lr-design-content p a,
.xswclsn-lr-design-content p {
    font-family: sans-serif;
    margin: 3px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #343a40;
    text-decoration: none;
}

.xswclsn-lr-design-content p a {
    cursor: pointer;
}

.xswclsn-lr-design-content-close {
    position: absolute;
    right: 5px;
    top: 0px;
}

/* 04 */
/* xswclsn-top-rounded-design */
.xswclsn-top-rounded-design {
    height: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-radius: 20px;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    z-index: 1000000;
}

.xswclsn-tr-design-thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 99px;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    overflow: hidden;
    min-width: 60px;
    position: absolute;
    top: -30px;
    right: 0px;
    left: 0px;
    margin: auto;
}

.xswclsn-tr-design-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.xswclsn-tr-design-content {
    position: relative;
    padding: 0px 15px;
    width: 100%;
    padding-top: 40px;
    text-align: center;
    box-sizing: border-box;
}

.xswclsn-tr-design-content h3 a,
.xswclsn-tr-design-content h3 {
    font-family: sans-serif;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #343a40;
    text-decoration: none;
}

.xswclsn-tr-design-content p a,
.xswclsn-tr-design-content p {
    font-family: sans-serif;
    margin: 3px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #343a40;
    text-decoration: none;
}

.xswclsn-tr-design-content-close {
    position: absolute;
    right: 10px;
    top: 5px;
    background: #dcdcdc;
    border-radius: 20px;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

/* 05 */
/*  */
.xswclsn-solid-fill-design {
    background-color: #1565C0;
    position: fixed;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-sizing: border-box;
    z-index: 10000000;
}

.xswclsn-solid-fill-design-body {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.xswclsn-sf-design-thumbnail {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 99px;
    font-size: 1.25rem;
    background-color: #ffffff;
    color: #1565C0;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xswclsn-sf-design-thumbnail i {
    font-size: 1.25rem;
}

.xswclsn-sf-design-content {
    position: relative;
    padding: 0px 15px;
    width: 100%;
    line-height: 0 !important;
}

.xswclsn-sf-design-content h3 a,
.xswclsn-sf-design-content h3 {
    font-family: sans-serif;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    text-decoration: none;
}

.xswclsn-sf-design-content p a,
.xswclsn-sf-design-content p {
    font-family: sans-serif;
    margin: 3px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    text-decoration: none;
}


.xswclsn-sf-design-content-close {
    position: absolute;
    top: 0px;
    right: 0px;
}

.xswclsn-closeicon {
    font-size: 19px;
    text-decoration: none;
}

.xswclsn_soundbutton {
    display: none;
}

/* ================== */
/* Template 6 Designs */
/* ================== */
.xswclsn-notitemp-style6.xswclsn-bg-image-design {
    box-sizing: border-box;
    position: fixed;
    z-index: 100000;
    height: auto;
    padding: 0px;
    border-radius: 0px;
    background-size: cover !important;
    background-position: top center !important;
}

.xswclsn-notitemp-style6 .xswclsn-lr-design-thumbnail {
    width: 100px;
    height: 80px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    overflow: hidden;
    min-width: 50px;
}

.xswclsn-notitemp-style6 .xswclsn-lr-design-content p a,
.xswclsn-notitemp-style6 .xswclsn-lr-design-content p,
.xswclsn-notitemp-style6 .xswclsn-lr-design-content h3 a,
.xswclsn-notitemp-style6 .xswclsn-lr-design-content h3 {
    color: #ffffff;
}

.xswclsn-notitemp-style6 .xswclsn-lr-design-content-close {
    right: 20px;
}

.xslwclsn-bg-alignment-field {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 170px;
}