/*--------------------------------------------------------------
# NEW WAFORMS
--------------------------------------------------------------*/

.quantity-select-wrapper {
  width: 30%;
}

.quantity-input {
  max-width: 90px;
  padding: 10px 3px !important;
}
.quantity-controls {
  min-width: 36px;
}

.he_IL .kebbeh-seasoning,
.he_IL .california-seasoning,
.he_IL .tea-herb,
.he_IL .philadelphia-spice {
  display: none !important;
}

.ar .ras-el-hanout,
.ar .hawaij {
  display: none !important;
}


/*--------------------------------------------------------------
# waforms Frontend styles 
--------------------------------------------------------------*/

/*
.dropright .dropdown-toggle::after {
    display: none !important;
}

#sidebarContainer {
    height: 100%;
    width: 250px;
    position: fixed;
    overflow: scroll;
    z-index: 60;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 0px;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
}

#mainContentWrapper {
    transition: margin-right .3s;
    transition-property: margin-right;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    margin-left: 250px;
    margin-top: 5rem !important;

}

#contentMainContainer {
    background: #e492bf !important;
}

#contentMainContainer {
    height: 100%;
}

.content-100{

}

.content-
@media (max-width: 1200px) {
    #sidebarContainer {
        background: #333333 !important;
        width: 100%;
    }
    #mainContentWrapper {
        background: yellow !important;
        width: 100%;
    }
}

*/


.switch-field-radio input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field-radio label {
  float: left;
}

.switch-field-radio label {
    display: inline-block;
    width:100px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    text-align: center;
    padding: 6px 14px;
    border: solid 1px #29B5A8;
    transition: all 0.1s ease-in-out;
}

.switch-field-radio label:hover {
  cursor: pointer;
}

.switch-field-radio input:checked + label {
  background-color: #29B5A8;
  color:white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field-radio label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field-radio label:last-of-type {
  border-radius: 0 4px 4px 0;
}


body {
  font-family: 'Heebo',sans-serif;
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  font-family: 'Heebo',sans-serif;
  font-weight: normal;
}


h1 {
  font-size: 48px; 
}

h2 {
  font-size: 36px;  
}

h3 {
  font-size: 30px;  
}

h4 {
  font-size: 20px;  
}

h5 {
  font-size: 18px;  
}

h6 {
  font-size: 14px;  
}

p {
  font-size: 14px;  
}

a {

}

a:active {
  outline: 0;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
    /*background-color: rgba(0, 0, 0, 0.02) !important;*/
    transition: all .2s;
}

a:active {
    background-color: rgba(255, 255, 255, 0.5);
    color:gray;
}

#bla-left-pane{
  position: absolute;
  right: 0;
  width: calc(100vw - 260px);
  float: right;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .4s;
}


#bla-menu-content {
  height: 60px;
  min-height: 50px;
}


#bla-main-menu {
    transition: margin-right .4s;
    transition: width .4s;
    z-index:50;
    float: left;
    width: calc(100vw - 260px);
    position: fixed;
    top:0;
    min-height: 50px;
    z-index: 9;
    
}


#bla-main-content{
  margin-top: 60px;
  min-height: calc(100vh - 148px);
  transition: all .4s;
}

.bla-content {
    max-width: 100;
  }


#bla-main-footer {
    transition: margin-right .4s;
    transition: width .4s;
    width: calc(100vw - 260px);
    z-index: 9;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #f1f1f1;
    margin-top: 50px;
}

#bla-right-pane{
  position: absolute;
  left: 0;
  width: 260px;
  height: 100%;
  float: left;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
  transition: all .4s;
  z-index: 10;
}


#bla-sidebar{
  width: 260px;
}


#bla-sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


#bla-top-sidebar{
  position: absolute;;
  top:0;
  overflow: hidden;
  height: 60px;
  min-height: 50px;
  width: 100%;
}


#bla-middle-sidebar{
  position: absolute;;
  top:60px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 60px - 50px);
  width: 100%;
}

.bla-nav-button{
    display:block;
    border-radius:0px;
    color:#f7f7f7;
}

.bla-badge {
    background-color: rgba(255, 255, 255, 0.2);
}

#bla-sidebar-content{
  width: 100%;
}


.bla-menu-arrow{
  transform: rotate(0deg) scaleX(-1);
}

.bla-menu-button{
    display:block;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 9px 12px 0 12px;
    margin: 0 3px 0 3px;
    color: #778899;
    box-shadow: 0px 8px 10px -8px rgba(0, 0, 0, 0.3);
}


#bla-bottom-sidebar{
  position: absolute;;
  bottom:0;
  overflow: hidden;
  min-height: 50px;
  width: 100%;
  height: 50px;
}


.bla-sync-start{
    -moz-transition: all 60s linear;
    -webkit-transition: all 60s linear;
    transition: all 60s linear;

}

.bla-sync-start.down{
    -ms-transform: rotate(10000deg);
    -moz-transform: rotate(10000deg);
    -webkit-transform: rotate(10000deg);
    transform: rotate(10000deg);
}


.toggle-background{

    padding-top: 13px;
    width: 45px;
    height: 45px;
    text-align: center;
}


/* Icon 1 */

#nav-burger {
  width: 22px;
  height: 40px;
  position: relative;
  margin: 0px auto;
  padding-top: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-burger span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #778899;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-burger span:nth-child(1) {
  top: 12px;
}

#nav-burger span:nth-child(2),#nav-burger span:nth-child(3) {
  top: 18px;
}

#nav-burger span:nth-child(4) {
  top: 24px;
}

#nav-burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
  

/* Custom Settings Nav Begin */
  
.nav-tabs .nav-link {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: transparent;
    border:0px !important;
}

.nav-tabs .nav-link.active {
    color: #6495ed !important;
    background-color:white !important;
    border:0px !important;
}
.nav-tabs .nav-link {
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
}
.tab-content>.active {
    display: block;
    height: 100% !important;
    border:0px !important;
}
.nav.nav-tabs {
    display: block;
    padding: 0px;
    border:0px !important;
    width:100%;
}
  
/* Custom Settings Nav End */


/* Color Picker Begin */

.wp-picker-container .wp-color-result.button {
    height: 36px !important;
    font-size: 14px !important;
    border: 0px !important;
    border-radius: 4px !important;
    margin: 0 8px 8px 0!important;
    padding: 0 30px 0 2px !important;
}

.wp-color-result-text {
    background: #f8f9fa !important;
    line-height: 32px !important;
    border: 0px !important;
    border-radius: 2px !important;

}

input.wp-picker-clear {
    margin: 0px 8px 0 8px !important;
}

.wp-picker-clear{
    color: white;
    background: black;
    padding: 3px 8px 3px 8px;
    border: 0;
    border-radius: 4px;
    margin: 0px;
    font-size: 14px;
    min-height: 35px !important;
}

/* Color Picker End */

/* Custom Switch Toggle Begin */

.custom-control-input:checked~.custom-control-label::before {
    border-color: #29B5A8;
    background-color: #29B5A8;
}

.custom-switch .custom-control-label::before {
    width: 3.7rem;
    border-radius: 2.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0rem + 2px);
    height: 23px;
    width: 23px;
    border-radius: 50px;
    background-color: white;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(2rem);
}

.custom-control-label::before {
    top:0px;
    height: 1.7rem;
    background-color: #BDC1C8;
    border:0px;
}

/* Custom Switch Toggle END */

/* Custom Range Slider BEGIN */

.rangeslider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #BDC1C8;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 50px;
}

.rangeslider:hover {
  opacity: 1;
}

.rangeslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #29B5A8;
  cursor: pointer;
  border-radius: 50px;
}

.rangeslider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #5cb85c;
  cursor: pointer;
  border-radius: 50px;
  border:0px;
}

/* Custom Range Slider END */

/* Custom Border Width */

.border-2{
  border-width: 2px !important;
}

.border-3{
  border-width: 3px !important;
}

.border-4{
  border-width: 4px !important;
}

.border-5{
  border-width: 5px !important;
}

.border-6{
  border-width: 6px !important;
}

.border-7{
  border-width: 7px !important;
}

.border-8{
  border-width: 8px !important;
}

.border-9{
  border-width: 9px !important;
}

.border-10{
  border-width: 10px !important;
}


.lh-50{
  line-height: 50px !important;
}

.box-shadow-2{
  box-shadow: 0px 0px 45px -15px rgba(0,0,0,0.5) !important;
}

.box-shadow-4{
  box-shadow: 0px 10px 25px -18px rgba(0,0,0,1) !important;
}

.box-shadow-7{
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05) !important;
}

.rounded-5{
  border-radius: .25rem !important;
}

.toggle-background{

    padding-top: 13px;
    width: 45px;
    height: 45px;
    text-align: center;
}

.max-h-45 {
  max-height: 45px !important;
}


/** Checkbox Switch */
.switcher {
	height: 0 !important;
	width: 0 !important;
    visibility: hidden;
    position: absolute;
}
.switchlabel {
	  cursor: pointer;
	  text-indent: -9999px;
	  width: 54px;
    height: 24px;
	  background: #999999;
	  border-radius: 100px;
    position: relative;
    margin: 0;
}
.switchlabel:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}
.switcher:checked + .switchlabel {
	background: #2096F3;
}
.switcher:checked + .switchlabel:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}
.switchlabel:active:after {
	width: 24px;
}

.tooltipOnClick{
  position: absolute;
  padding: 4px 8px;
  border-radius: 4px;
  width: 100%;
  top: 36px;
  left: 20%;
  right: 0px;
}

.form-content{
  min-height: 100%;
  margin-bottom: -100px;
  padding-bottom: 150px;
}

.form-footer{
  min-height: 100px;
  max-height: 100px;
}

.settings-row{
  align-items: center;
  margin-bottom: 0;
}
.icons-settings {
  min-width: 28px;
  display: inline-block;
  text-align: center;
}
.waforms-inputs-group-section, .waforms-inputs-group-subsection  {
  margin: 0 0 1em 0;
  list-style:none;
  border-radius: 5px;
  border: solid 1px #eeeeee;
}

.waforms-inputs-group-subsection {
  border: none !important;
  background-color: #f8f9fa !important;
}

.waforms-section-toggle, .waforms-section-subtoggle {
  display: block;
  padding: 0 15px;
  border-radius: 0px;
}

.toggle-section-on-click, .waforms-section-subtoggle {
  cursor: pointer;
}

.waforms-toggle-content {
  font-size: 15px;
  display: -ms-flexbox!important;
  display: flex!important;
  align-items: center;
  height: 50px;
  max-width: 100%;
}

.waforms-toggle-area-title {
  padding: 0 5px;
}

.waforms-section-content, .waforms-section-subcontent {
  display: none;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  padding: 15px;
  border-top: solid 1px #eeeeee;
  margin-bottom: 0px;
}
.waforms-section-subcontent {
  border-top: none !important;
}
.waforms-content-column {
  padding-top: 10px;
  padding-bottom: 10px;
}
.loading-overlay {
  background: rgba(255, 255, 255, 0.7);
  color: #666666;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 8;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 20%;
  opacity: 1;
  z-index: 13;
}

.change-message {
  display: none;
  position: absolute;
  left: 32px;
  color: #dc3545;
  top: 70px;
  font-size: 13px;
  margin: 0;
}

.alert-saved-absolute {
  position: absolute!important;
  top: -80px;
  right: 0;
  width: 100%;
  z-index: 14;
}

.profile-image {
  border: solid 3px #ffffff;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 50px;
}
.next-prev-buttons {
  max-height: 80px;
  height: 80px;
}
.step-num {
  background: #ffffff;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 50px;
  border: solid 2px;
  color: #999999;
}
.step-num.active {
  color: #333333;
  border-color: #FFC108;
  background: #FFC108;
}
.step-num.finished{
  color: #ffffff;
  border-color: #28a745;
  background: #28a745;
}
.line-wrapper {
  display: flex!important;
  width: 46px;
  margin-top: -24px;
  margin-right: -12px;
  margin-left: -12px;
  z-index: 1;
}
.step-line {
  background: #999999;
  height: 4px;
  width: 46px;
  z-index: 1;
}
.step-line.active {
  color: #333333;
  border-color: #FFC108;
  background: #FFC108;
}
.step-line.finished{
  color: #ffffff;
  border-color: #28a745;
  background: #28a745;
}

.step-title {
  display: block;
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
}
.step {
  display: inline-block;
  width: 60px;
  z-index: 2;
}

#process_area {
  outline: solid 1px #ececec;
  background: #ffffff;
}

.input-mapping {
  background: #ffffff;
}
.input-mapping tr th {
  padding: 0 !important;
  background: #fafafa;
}

.input-mapping tr th select {
  border: 0px !important;
  background: transparent !important;
}
.input-mapping tr th select:focus {
  outline: 0;
  box-shadow: none;
}

.multsteps-wrapper {
    min-height: auto;
    background: #fff;
    padding: 30px 0;
}
.next-prev-buttons {
    width: 100%;
    z-index: 2;
    top: 30px;
}
.alert-box {

}
.alert-block-top .alert {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.alert-block-bottom .alert {
  margin-bottom: 1rem !important;
  margin-top: 0 !important;
}
.alert-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  background: transparent;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 12;
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}
.alert-wrapper {
  max-width: 1110px;
  background: transparent;
  width: 100%;
}
.inner-alert-wrapper {
  margin: 0 auto;
}
.alert-fixed-bottom {
  bottom: 0;
  margin-bottom: 1rem !important;
}
.alert-fixed-bottom .alert {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}
.alert-fixed-top {
  top: 0;
}
.alert-fixed-top .alert {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.wizard-alert {
    max-height: 100%;
    height: 100%;
}
.hide-alert {
  position: absolute;
  top: 5px;
  font-size: 28px;
  width: 40px;
  cursor: pointer;
  text-align: center;
}
.alert-success-form {
  background-color: #cdeacc;
} 
.alert-warning-form {
  background-color: #ffecb4;
} 
.alert-danger-form {
  background-color: #ffcece;
} 
.alert-content {
  padding: 0 50px;
  text-align: center;
}
.alert-icon {
  padding: 0 6px;
}
.alert-content-colum-success {
  color: #71b36f!important;
  display: inline-block;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 0 10px;
}
.alert-content-colum-info {
  color: #516754!important;
  display: inline-block;
  margin: 0 !important;
  font-size: 16px;
  font-weight: normal;
  padding: 0 10px;
}
.input_lg_style {
    font-size: 25px !important;
    letter-spacing: 6px !important;
    border: 0 !important;
    background: none!important;
    border-bottom: solid 3px #565656 !important;
    border-radius: 0 !important;
    width: 100% !important;
    text-align: center!important;
    height: 60px !important;
    text-transform: uppercase;
}
.input_lg_style:focus {
    box-shadow: none !important;
    border-color: #28a745 !important;
    outline: 0 !important;
}
.input_lg_style_label {
  font-size: 28px;
  font-weight: 700!important;
  margin-bottom: 0;
}

.input_md_style {
  font-size: 20px !important;
  letter-spacing: 4px !important;
  border: 0 !important;
  background: none!important;
  border-bottom: solid 3px #565656 !important;
  border-radius: 0 !important;
  width: 100% !important;
  text-align: center !important;
  height: 60px !important;
  text-transform: uppercase;
}
.input_md_style:focus {
  box-shadow: none !important;
  border-color: #28a745 !important;
  outline: 0 !important;
}
.input_sm_style {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  border: 0 !important;
  background: none!important;
  border-bottom: solid 2px #565656 !important;
  border-radius: 0 !important;
  width: 100% !important;
  height: 36px !important;
}
.input_sm_style:focus {
  box-shadow: none !important;
  border-color: #28a745 !important;
  outline: 0 !important;
}
.input_xs_style {
  font-size: 15px !important;
  letter-spacing: 2px !important;
  border: 0 !important;
  background: none!important;
  border-bottom: solid 1px #565656 !important;
  border-radius: 0 !important;
  width: 100% !important;
  height: 36px !important;
  padding: 0 0px !important;
}
.input_xs_style:focus {
  box-shadow: none !important;
  border-color: #28a745 !important;
  outline: 0 !important;
}
.input_xs_style_label {
  font-size: 15px;
  font-weight: 700!important;
  margin-bottom: 0;
}

.input_bg_sm_style {
  font-size: 14px !important;
  letter-spacing: 2px !important;
  border: 0 !important;
  border-bottom: solid 2px #f9f9f9 !important;
  border-radius: 0px !important;
  width: 100% !important;
  height: 36px !important;
  background: #f9f9f9 !important;
}
.input_bg_sm_style:focus {
  box-shadow: none !important;
  border-color: #28a745 !important;
  outline: 0 !important;
}

.group-badge {
    background: #e8e8e8;
    font-weight: 400;
    font-size: 13px !important;
    padding: 2px 8px;
    border-radius: 2px;
    margin: 2px 3px;
}

.multi_input_wrapper {
  overflow: hidden;
  padding: 0 !important;
}
.multi_input_date {
    width: 50%;
    text-align: center;
    height: 100%;
}
.multi_input_subfield {
  width: 100% !important;
  background: transparent;
  height: 100% !important;
  border-radius: 0 !important;
}
.coupon-wrapper {
  -ms-flex-align: center!important;
  align-items: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  height: 100%;
  padding: 0;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.coupon-elements-bg {
  background-color: #fff;
  z-index: 9;
}
.coupon-content {
  -ms-flex-align: center!important;
  align-items: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  display: flex;
  overflow: hidden;
}
.coupon-results {
  padding: 40px 0;
}
.coupon-background {
  font-size: 100px;
  position: absolute;
  color: rgba(0,0,0,1);
  opacity: 0.07;
  z-index: 2 !important;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: center;
}
.coupon-background-image {
  position: absolute;
  z-index: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.coupon-content-first {
  border-radius: 0 16px 16px 0;
}
.coupon-details-first {
  z-index: 2;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.coupon-content-second {
  border-radius: 16px 0 0 16px;
}
.splitter {
  width: 0;
  height: 100%;
  z-index: 9999;
  background: #f33239;
  position: relative;
}
.splitter-wrapper, .coupon-content, .coupon-background-image {
  height: 210px;
}
.splitter-wrapper {
  overflow: hidden;
  margin-right: -10px;
  width: 20px;
  display: flex;
}
.splitter-wrapper-content {
  margin: -13px 0;
}
.circle-top {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
}
.circle-bottom {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  position: relative;
  z-index: 3;
  bottom: 0;
  left: 0;
}
.circle-right {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -60px;
  border-radius: 50px;
}
.circle-left {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -60px;
  border-radius: 50px;
}
.coupon-border-right {
  border-width: 0 2px 0 0;
  border-color: #ef3139;
  border-style: dashed;
  width: 2px;
  background: #fff;
  height: 142px;
}
.coupon-border-splitter {
  background-position: right;
  background-size: 2px 8px;
  background-repeat: repeat-y;
  height: calc(100% - 40px);
  width: 2px;
  position: relative;
  right: 9px;
}
.discount-column {
  font-size: 50px;
  padding: 0 35px !important;
  font-weight: 900;
  letter-spacing: -2px;
  text-align: center;
}
.coupon-logo-wrapper {
  text-align: start;
  max-height: 50px;
}
.coupon-logo {
  max-width: 110px;
  vertical-align: top;
  max-height: 36px;
}
.discount-type {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 38px;
  padding: 0;
  margin-top: 12px;
}
.discount-word {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  margin: -20px 0 0 0;
  text-align: right;
}
.code-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 200;
  margin-bottom: 5px;
}
.code-column {
  text-align: center;
}
.service-type {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 200;
  margin-bottom: 16px;
  margin-top: -4px;
}
.dicount-title {
  font-size: 24px;
  margin-bottom: 0px;
}
.code-wrapper {
  font-size: 22px;
  margin: 0 !important;
  font-weight: 300;
  letter-spacing: 5px;
  border-radius: 6px;
  padding: 0 21px;
  border: dashed 1px #ffffff;
  background: transparent;
}
.coupon-info-column {
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 14px;
  text-align: center;
  font-size: 14px;
}
.coupon-info-total {
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 14px;
  text-align: center;
  font-size: 26px;
  direction: ltr;
}
.coupon-expiry {
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 12px;
}
.coupon-min-ammount {
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 20px;
}
.coupon-info {
  text-align: center;
  font-size: 11px;
  margin-bottom: 0px;
}
.coupon-terms {
  font-size: 12px;
  color: #999999;
  padding: 30px 15px 0 15px;
}
.coupon-redeemed {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  background: #ffd807;
  padding: 1px 2px;
  color: #222;
  border-radius: 3px;
  margin: 0;
}

.color-box {
  height: 35px;
  width: 35px;
  margin: 3px;
  cursor: pointer;
  border-style: solid;
  border-radius: 50px;
  border-width: 3px;
  border-color: transparent;
}

.color-box.active-element {
  box-shadow: inset 0px 0 0 4px #fff !important;
}

.overlay-menu {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; /* Black background with opacity */
  z-index: 99; /* Specify a stack order in case you're using a different order for other elements */
}
.menu-link {
  font-size: 1.75rem;
  text-align: center;
  color: #000;
  border-bottom: solid 3px #fafafa;
}
.menu-link i {
  font-size: 22px;
}

/* Coupon Colors */
.white .coupon-content {
  background: linear-gradient(335deg, #e4e4e4 0%, #eaeaea 35%, #fdfdfd 100%);
  color: #3e3e3e;
}
.white .coupon-background-image {
  background-color: #eaeaea;
  background-blend-mode: soft-light;
  opacity: 0.2;
}
.white .coupon-border-splitter {
  background-image: linear-gradient(#fff 50%, #eaeaea 0%);
}
.white .coupon-highlight {
  color: #ff1051;
}

.gray .coupon-content {
  background: linear-gradient(335deg, #b9b8b8 0%, #c1c1c1 35%, #e2e2e2 100%);
  color: #3e3e3e;
}
.gray .coupon-background-image {
  background-color: #e0e0e0;
  background-blend-mode: overlay;
  opacity: 0.2;
}
.gray .coupon-border-splitter {
  background-image: linear-gradient(#fff 50%, #c1c1c1 0%);
}
.gray .coupon-highlight {
  color: #ff1c31;
}

.black .coupon-content {
  background: linear-gradient(335deg, #171717 0%, #444444 35%, #6b6b6b 100%);
  color: #fff;
}
.black .coupon-background-image {
  background-color: #6c6c6c;
  background-blend-mode: multiply;
  opacity: 0.2;
}
.black .coupon-border-splitter {
  background-image: linear-gradient(#fff 50%, #444444 0%);
}
.black .coupon-highlight {
  color: #ffd63f;
}

.red .coupon-content {
  background: linear-gradient(335deg, #960b0b 0%, #da1f3f 35%, #ff1038 100%);
  color: #fff;
}
.red .coupon-background-image {
  background-color: #ff1038;
  background-blend-mode: multiply;
  opacity: 0.2;
}
.red .coupon-border-splitter {
  background-image: linear-gradient(#fff 50%, #da1f3f 0%);
}
.red .coupon-highlight {
  color: #ffd63f;
}

.purple .coupon-content {
  background: linear-gradient(335deg, #460a6b 0%, #7f28bb 35%, #983dfb 100%);
  color: #fff;
}
.purple .coupon-background-image {
  background-color: #5b2398;
  background-blend-mode: multiply;
  opacity: 0.2;
}
.purple .coupon-border-splitter {
  background-image: linear-gradient(#fff 50%, #8e36e3 0%);
}
.purple .coupon-highlight {
  color: #ffd63f;
}

.subscriber-wrapper {
  -ms-flex-align: start!important;
  align-items: start!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  height: 100%;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.info-col.info-col-lg {
  margin: 0 0 1em 0;
  padding: 25px 20px;
  border-radius: 5px;
  border: solid 1px #eeeeee;
  text-align: center;
}

.info-col.info-col-sm {
  margin: 0 0 1em 0;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #eeeeee;
  text-align: center;
}
.info-col-lg .info-col-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #bbbbbb;
}
.info-col-lg .info-col-value {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #444444;
  margin-bottom: -10px;
  text-transform: uppercase;
}

.info-col-sm .info-col-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #bbbbbb;
}
.info-col-sm .info-col-value {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #444444;
  margin-bottom: -2px;
  text-transform: uppercase;
}

.info-col .finished {
  color: #28a745!important;
}
.info-col .started, .info-col .preprocessing {
  color: #ffc107!important;
}
.info-col .cancelled {
  color: #dc3545!important;
}

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

  .coupon-content {
    height: 260px;
  }
  .coupon-content-first {
    border-radius: 16px 16px 0 0;
  }
  .coupon-content-second {
    border-radius: 0 0 16px 16px;
    height: 200px;
  }
  .splitter {
    width: 100%;
    height: 0;
    background: #f33239;
    position: relative;
    z-index: 9999;
  }
  .coupon-content-first, .coupon-background-image {
    height: 320px;
  }
  .splitter-wrapper {
    overflow: hidden;
    margin-top: -15px;
    margin-right: 0;
    height: 30px;
    width: 100%;
    display: block;
  }
  .splitter-wrapper-content {
    display: flex;
    margin: 0 -15px;
  }
  .circle-top {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50px;
    position: relative;
    z-index: 3;
    top: 0;
    display: inline-flex;
    right: 0;
  }
  .circle-bottom {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50px;
    position: relative;
    z-index: 3;
    bottom: 0;
    display: inline-flex;
    left: 0;
  }
  .circle-right {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -60px;
    border-radius: 50px;
    right: calc(50% - 35px);
  }
  .circle-left {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: -60px;
    right: calc(50% - 35px);
  } /*
  .coupon-border-splitter {
    position: relative;
    width: 100%;
    top: 12px;
    height: 4px;
    border-width: 2px 0 2px 0;
  }*/
  .coupon-border-splitter {
    position: relative;
    width: 100%;
    top: 14px;
    height: 4px;
    border-color: #f71d1d;
    background-position: bottom;
    background-size: 14px 4px;
    background-repeat: repeat-x;
    right: 0;
    left: 0;
  }
  .discount-type {
    margin-bottom: 30px;
  }
  .discount-word {
    font-size: 14;
    text-align: center;
  }
  .dicount-title {
    font-size: 20px;
    margin: 10px 0 2px 0;
  }
  .coupon-logo-wrapper {
    text-align: center;
  }
  /* Coupon Colors */
  .white .coupon-border-splitter {
    background-image: linear-gradient(to right, #fff 50%, #eaeaea 0%);
  }
  .gray .coupon-border-splitter {
    background-image: linear-gradient(to right, #fff 50%, #c1c1c1 0%);
  }
  .black .coupon-border-splitter {
    background-image: linear-gradient(to right, #fff 50%, #444444 0%);
  }
  .red .coupon-border-splitter {
    background-image: linear-gradient(to right, #fff 50%, #da1f3f 0%);
  }
  .purple .coupon-border-splitter {
    background-image: linear-gradient(to right, #fff 50%, #8e36e3 0%);
  }

}

/* Max Width Queries */
@media screen and (min-width: 769px){
  .initial.hamburger .hamburger-inner:before, .initial.hamburger .hamburger-inner:after, .initial.hamburger .hamburger-inner, .initial.hamburger .hamburger-box, .initial.hamburger {
    transition: none !important;
  }
  .hamburger.initial .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg) !important;
  }
  .hamburger.initial .hamburger-inner:before {
    top: 0 !important;
    transform: rotate(90deg) !important;
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  }
  .hamburger.initial .hamburger-inner:after {
    top: 0 !important;
    opacity: 0 !important;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear !important;
  }
}

@media screen and (max-width: 768px) {
  
  #bla-sidebar{
    width: 280px;
  }
  #bla-left-pane{
    width: 100vw;
  }
  
  #bla-right-pane{
    width: 280px;
    margin-left: -280px;
  }

  /* Dashboard Begin */

  #bla-top-sidebar{
    z-index: 9999;
  }
  
  .bla-load-content {
    padding: 30px 10px !important;
  }

  
  #bla-main-content {
    transition: margin-left 0.4s ease 0s;
    margin-right: 0px;
    min-width: 0;
    width: 100%;
    overflow: auto;
    min-height: calc(100vh - 188px);
    -webkit-overflow-scrolling: touch;
  }



  #bla-main-menu {
    transition: all .4s;
    margin-right: 0px;
    min-width: 0;
    width: 100%;
  }

  #bla-main-footer {
    transition: all .4s;
    margin-right: 0px;
    min-width: 0;
    width: 100%;
  }

  .m-desktop{
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  /* Dashboard End */

 
}

@media screen and (max-width: 576px) {
    
  .m-desktop{
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
    
}

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

  
}




/* NEW CSS */

.bla-load-content {
  background-color: #ffffff;
  padding: 40px 20px;
}

.hide {
  display: none !important;
}

/* waforms-sidebar-disabled */
.waforms-sidebar-disabled .bla-toggle {
  display: none !important;
}

.waforms-sidebar-disabled #bla-left-pane, .waforms-sidebar-disabled #bla-main-menu, .waforms-sidebar-disabled #bla-main-content, .waforms-sidebar-disabled #bla-main-footer {
  width: calc(100vw) !important;
}

/* Sidebar Buttons */
.bla-nav-button{
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #5c5c5c;

}

.bla-nav-button:hover{
    background-color: rgba(0, 0, 0, 0.02) !important;
    transition: all .2s;
    text-decoration: none;
    color: #5c5c5c;
}

a.bla-nav-button.active-link, .bla-nav-button:focus {
    background-color: rgba(0, 0, 0, 0.02) !important;
    transition: all .2s;
    text-decoration: none;
    color: #05ad58;
}

.box-shadow-1 {
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.12);
}

#bla-overlay {
  background: #ffffff;
  color: #666666;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 8;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 20%;
  opacity: .80;
  padding-right: 260px;
}
button {
  margin: 40px;
  padding: 5px 20px;
  cursor: pointer;
}
.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #05ad58;
    border-right-color: transparent;
    border-radius: 50%;
}


.template-content{
  max-width: 768px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
  background: #ffffff;
}
/* Output order styling */
.sortable-div-input-value { 
    background: gray; 
} 
.sortable-div {
    cursor: move;
    }
.sortable-div-index { 
    border: inherit;
}   
.sortable-div-image { 
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
} 
.sortable-img-image {
  border: inherit; 
} 
.remove-button {
    background: rgba(0,0,0,0.2);
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    padding: 5px;
    width: 30px;
    text-align: center;
    margin: 0px;
    cursor: pointer;
}
.remove-box {
    position: absolute;
    right: -30px;
    top: 1px;
    z-index: 0;
}
.multiple-image-reset {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  border-radius: 0 !important;
}
.email_template_input {
  width: 100%;
  height: auto;
  border: 0 !important;
  word-break: break-word;
  outline: none !important;
  resize: none !important;
  overflow: hidden !important;
}
.email_image_title {
  font-size: 26px;
  font-weight: 600;
  color: #3f4448;
  padding: 0 30px;
}
.email_image_desc {
  font-size: 16px;
  color: #3f4448;
  padding: 0 30px;
  margin: 25px auto;
}
.email_image_content{
  padding: 30px 0;
}
.email_image_context_button {
  padding: 0 10px;
  margin: 25px auto;
}
.image-button-container {
    height: 250px; 
    color: #333333; 
    cursor: pointer;
}
.image-button-container:hover {
    color: #777777; 
    background: rgba(0,0,0,0.12);
}
.alert{
    word-break: break-word;
}
.column-wrapper {
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.12);
  margin: 0 !important;
  border-radius: 6px;
  padding: 15px;
}
.column-title {
    padding: 1rem 1.2rem !important;
}
.column-subtitle {
  padding: .6rem 1.2rem !important;
  background-color: #fbfbfb;
}
.column-content {
    padding: .6rem 1.2rem !important;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}