<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.deals li {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

li.deal .preview .over {
    opacity: 0;
}

li.deal .preview .over.hover {
    opacity: 1;
}

li.deal .preview span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
}

li.deal .preview button {
    position: absolute;
    right: 29%;
    top: 36%;
    z-index: 100;
    padding: 16px 30px;
}

li.deal .preview button.tpl-preview {
    right: 58%;
}

li.deal .preview button.test {
    right: 10%;
}

li.deal .text button {
    position: absolute;
    right: 46%;
    top: 36%;
    z-index: 100;
    padding: 16px 30px;
}

li.deal .upgrade {
    height: 76px;
    width: 70px;
    position: absolute;
    z-index: 20;
    background-size: 70px;
    top: -7px;
    left: 9px;
    background-repeat: no-repeat;
    min-height: unset;
}

li.deal .container .exp {
    background: #FAFAFA;
    font-size: 20px;
    height: 100px;
    padding: 18px 17px;
    width: 100%;
    color: #333333;
    position: relative;
    font-family: Open Sans Hebrew;
}

li.deal .container .exp h2 {
    font-size: 17px;
}

li.deal .container .exp h2 .mark {
    background: #f9f94178;
    font-weight: bold;
}

li.deal .container .exp span.fa {
    position: absolute;
    left: 10px;
    top: unset;
    bottom: 8px;
    color: #777;
}

li.deal .container .exp a {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: rgba(78, 143, 199, 0.42);
}

li.deal .container .exp a:hover {
    color: rgba(78, 143, 199, 1);
}

li.deal .container .exp a span {
    font-size: 14px;
}

li.deal .preview {
    cursor: pointer;
    height: 180px;
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

li.deal .preview &gt; img {
    width: 100%;
    height: auto;
}

li.deal .shadow {
    background-image: url("../images/card-shadow.png");
    background-repeat: no-repeat;
    bottom: 10px;
    height: 20px;
    opacity: 0.8;
    position: absolute;
    width: 165px;
}

li.deal .shadow.left {
    background-position: 17px 0;
    left: 0;
}

li.deal .shadow.right {
    background-position: -461px 0;
    right: 24px;
}

li.deal .stats {
    top: 150px;
    z-index: 100;
}

.page.deal.edit {
    position: relative;
    padding: 35px 30px 200px;
}

.page.deal.edit.loading {
}

.deal.edit .nav {
    position: absolute;
    left: 0;
    top: -39px;
    z-index: 1;
}

.deal.edit .prog.nav {
    top: 0;
    left: 0;
    z-index: 1;
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    display: none;
}

.deal.edit .nav.open {
    display: block;
}

.deal.edit .nav.enter {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: transform linear 0.2s, opacity linear 0.2s;
    transition: transform linear 0.2s, opacity linear 0.2s;
    -moz-transition: transform linear 0.2s, opacity linear 0.2s;
    -ms-transition: transform linear 0.2s, opacity linear 0.2s;
    -o-transition: transform linear 0.2s, opacity linear 0.2s;
    opacity: 1;
}

.deal.edit .slider .nav.nav-tabs {
    position: absolute;
    right: 0;
    top: 62px;
    padding: 0px 12px;
    z-index: 3;
    border: none;
    height: auto;
}

.deal.edit .nav .ball {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(78, 143, 199, 0.54);
    border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    -webkit-border-radius: 35px 35px 35px 35px;
    display: inline-block;
    height: 60px;
    margin-right: 12px;
    padding: 4px;
    width: 60px;
    cursor: pointer;
}

.deal.edit .nav .ball:hover {
    box-shadow: 0px 0 4px 0px #4e8fc7;
    -moz-box-shadow: 0px 0 4px 0px #4e8fc7;
    background-color: rgba(78, 143, 199, 0.48);
    -moz-transition: background 0.18s linear;
    -ms-transition: background 0.18s linear;
    -o-transition: background 0.18s linear;
    transition: background 0.18s linear;
}

.deal.edit .nav .inner-ball {
    border-radius: 65px 65px 65px 65px;
    -moz-border-radius: 65px 65px 65px 65px;
    -webkit-border-radius: 65px 65px 65px 65px;
    color: #666666;
    font-size: 20px;
    padding: 19px 25px;
    text-shadow: 0 1px 0 #999999;
    height: 60px;
    width: 60px;
    margin-top: -5px;
    margin-right: -5px;
}

.deal.edit .nav .go {
    color: #666666;
    position: absolute;
    right: -74px;
    top: -4px;
    width: 430px;
}

.deal.edit .go span {
    margin-left: 42px;
}

.deal.edit .box {
    position: relative;
}

.box .colorPicker.new {
    position: relative;
    top: 0;
    background-color: #FFFFFF;
    right: 0;
    display: block;
}

.box .colorPicker {
    position: absolute;
    right: -60px;
    top: 20px;
    background: red;
    height: 50px;
    width: 100%;
    text-align: center;
}

.deal.edit .nav .ball.fill-true {
    box-shadow: 0px 0 4px 0px #4e8fc7;
    -moz-box-shadow: 0px 0 4px 0px #4e8fc7;
}

.deal.edit .nav .ball.fill-true.red {
    background-color: #FF3366;
    box-shadow: 0px 0 4px 0px #FF3366;
    -moz-box-shadow: 0px 0 4px 0px #FF3366;
    float: left;
}

.deal.edit .nav .ball.fill-true.red:hover {
    background: #FF3366;
}

.deal.edit .nav .ball.fill-true:hover {
    background: #FFFFFF;
}

.deal.edit .nav .inner-ball.fill-true {
    background-color: #4e8fc7;
    color: #FFFFFF;
}

.deal.edit .nav .inner-ball.fill-true.red {
    background-position: -217px 4px;
    color: black;
    margin-top: 0px;
}

.deal.edit .nav .menu {
    display: inline-flex;
    width: 100px;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Open Sans Hebrew';
    text-align: center;
    height: 65px;
    position: relative;
    vertical-align: top;
    align-items: center;
    font-size: 19px;
}

.deal.edit .nav .menu span {
    display: inline-block;
    height: 40px;
    cursor: pointer;
    padding: 8px 15px;
    width: 100%;
}

.deal.edit .nav .manu.fill-true {
    box-shadow: 0px 0 4px 0px #4e8fc7;
    -moz-box-shadow: 0px 0 4px 0px #4e8fc7;
}

.deal.edit .nav .manu.fill-true.red {
    background-color: #FF3366;
    box-shadow: 0px 0 4px 0px #FF3366;
    -moz-box-shadow: 0px 0 4px 0px #FF3366;
    float: left;
}

.deal.edit .nav .manu.fill-true.red:hover {
    background: #FF3366;
}

.deal.edit .nav .menu:hover .line {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.31);
    bottom: 0px;
    width: 100%;
}

.deal.edit .nav .line.fill-true {
    position: absolute;
    border: 3px solid #FFFFFF !important;
    bottom: 0px !important;
    width: 100% !important;
}

.deal.edit .frame .explain {
    position: absolute;
    right: -242px;
    top: 187px;
    z-index: 500;
}

.edit-area .card-container {
}

.edit-area .button-container {
    height: auto;
    width: 199px;
    position: absolute;
    left: -338px;
    top: 100px;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.edit-area .edit-alert {
    position: absolute;
    background: rgba(255, 51, 102, 0.79);
    width: 199px;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    left: -303px;
    top: 400px;
    padding: 15px 20px;
    color: #FFF;
    font-size: 15px;
}

.edit-area .button-container .campaign-load {
    bottom: -25px;
    right: 2px;
    display: block;
    width: 199px;
    margin-top: 270px;
    position: absolute;
    z-index: 1;
}

.deal.edit .frame {
    height: auto;
    padding: 0;
    position: relative;
    overflow: inherit;
}

.deal.edit .frame .edit-area .tpl-action:hover {
    background: #F0F0F0;
}

.deal.edit .frame .edit-area .tpl-action {
    left: -1px;
    padding: 14px;
    border: 1px solid rgba(147, 154, 166, 0.27);
    border-radius: 0px;
    box-shadow: none;
    background: #FFFFFF;
    width: 100px;
    height: 96px;
    padding: 26px 0;
    z-index: 2;
}

.deal.edit .frame .edit-area .tpl-action.ne {
    border-radius: 3px 0 0 0;
}

.deal.edit .frame .edit-area .tpl-action.nw {
    border-radius: 0 3px 0 0;
}

.deal.edit .frame .edit-area .tpl-action.se {
    border-radius: 0 0 3px 0;
}

.deal.edit .frame .edit-area .tpl-action.sw {
    border-radius: 0 0 0 3px;
}

.deal.edit .frame .edit-area .tpl-action .fa {
    font-size: 21px;
    color: #8A929F;
}

.deal.edit .frame .edit-area .tpl-action.backgroundLoading .fa {
    color: #FFFFFF;
}

.deal.edit .frame .edit-area .intro-help {
}

.deal.edit .frame .edit-area .guide-save {
    position: absolute;
    bottom: 50px;
    z-index: 10;
    right: -10px;
}

.deal.edit .help-design {
    position: absolute;
    z-index: 10001;
    top: 108px;
    left: -1px;
}

.deal.edit .frame .edit-area a.tpl-action {
    font-size: 14px;
    color: #999999;
    text-align: center;
    float: left;
    display: block;
    position: relative;
    vertical-align: top;
    margin-left: -1px;
    margin-top: -1px;
}

.deal.edit .frame .edit-area a.tpl-action.disable &gt; * {
    opacity: 0.5;
}

.deal.edit .frame .edit-area a.tpl-action &gt; .highlight {
    position: absolute;
    height: 43px;
    width: 43px;
    border: 3px solid #52b266;
    top: 16px;
    border-radius: 50%;
    right: 28px;
    background: #52b266;
    z-index: -1;
}

.deal.edit .frame .edit-area .tpl-action .fa.edit {
    color: #FFFFFF;
    background: none;
}

.deal.edit .frame .edit-area a.tpl-action .text {
    padding: 12px 0px;
}

.deal.edit .frame .edit-area a.tpl-action.backgroundLoading .text {
    color: #FFFFFF;
}

.deal.edit .frame .header {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 25px;
    padding: 20px 0 5px;
}

.deal.edit .frame .plan .header {
    margin-bottom: 10px;
}

.deal.edit .frame .title h3 {
    color: #666666;
    font-size: 22px;
    font-weight: normal;
    line-height: 45px;
    text-shadow: 0 1px 0 #999999;
    width: 600px;
}

.deal.edit .frame .title h3.underline {
    border-bottom: 1px dotted #C9C9C9;
}

.deal.edit .frame .subject label {
}

.deal.edit .subject .text.field, .deal.edit .details textarea {
    box-shadow: none;
    font-size: 17px;
    display: block;
}

.deal.edit .details .text-details.blank, .deal.edit .details .text-details.updated {
    position: relative;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

.deal.edit .details .text-details.blank {
    border: 1px dashed #4e8fc7;
    height: 300px;
    padding: 20px;
    color: #C0B6B6;
    border-radius: 5px;
    margin-top: 40px;
    width: 608px;
}

.deal.edit .details .text-details.updated {
    background: #FFFFFF;
    overflow: hidden;
    font-size: 14pt;
    font-family: Open Sans Hebrew, Nachlieli CLM, Arial, Tahoma, Verdana, Helvetica, ellinia, noto sans hebrew, anka_clmbold, open sans hebrew, arial, verdana, asakimbold, nootregular, trashim_clmbold, gan_clmbold, mirimedium, Assistant;
    color: #333333;
}

.deal.edit .details .text-details.updated ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.deal.edit .details .text-details.updated ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: initial;
}

.deal.edit .details .text-details &gt; .zi {
    z-index: 1;
    position: absolute;
    cursor: pointer;
}

.deal.edit .a_btn {
    position: fixed;
    z-index: 5;
    right: 50%;
    margin-right: -606px;
    background: #FFFFFF;
    width: 50px;
    height: 50px;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    top: 118px;
    text-align: center;
    padding: 8px;
    color: #666666;
}

.deal.edit .a_btn.off {
}

.deal.edit .a_btn.add, .deal.edit .a_btn.edit, .deal.edit .a_btn.stt {
}

.deal.edit .a_btn_pabs.edit {
    position: absolute;
    top: 6px;
    margin-right: -340px;
    right: 50%;
    z-index: 100;
}

.deal.edit .a_btn.add.top {
    top: 0px;
}

.deal.edit .a_btn.add {
    right: -61px;
    top: 10px;
    display: none;
}

.deal.edit .a_btn.sttgen {
    right: 180px;
    top: -18px;
}

.deal.edit .a_btn.sttgen.abs{
    position: absolute;
    right: 50%;
    margin-right: -420px;
    top: 20px;
}

.deal.edit .biz-details .preview &gt; .edit, .deal.edit .biz-details .preview &gt; .edit {
    position: absolute;
    left: 10px;
    top: 0px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 13px 28px;
    width: 125px;
}

.deal.edit .details .text-details &gt; .edit span, .deal.edit .biz-details .preview &gt; .edit span {
    padding: 0;
    top: 0;
    font-size: 13px;
    margin-left: 7px;
}

.deal.edit .sec {
    width: 699px;
    margin-right: -50px;
    padding: 0 50px;
    position: relative;
}

.deal.edit .sec.card-container {
    overflow: hidden;
}

.deal.edit .sec.mceOpen {

}

.deal.edit .sec.map {
    margin-right: 0;
    padding: 0 0;
}

.deal.edit .sec.callbtn {
    padding: 0px 50px 0px;
}

.deal.edit .share.container .bsmore:hover, .deal.edit .sec.hover {
    border: 1px dashed #4e8fc7;
}

.deal.edit .sec.info {
    padding: 0;
    overflow: unset;
}

.deal.edit .sec.info .actions {
    background: #FFFFFF;
    margin-top: -15px;
    padding: 0 50px 25px;
}

.deal.edit .sec.info .view {
    padding: 0;
}

.deal.edit .details .text-details &gt; .background {
    background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAEElEQVR42mNg4GDAABwEGQAEbwAp6j1UdAAAAABJRU5ErkJggg==);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.deal.edit .details .text-details &gt; .background:hover {
    cursor: pointer;
}

.deal.edit .pop-form {
    z-index: 10;
}

.deal.edit .pop-form {
    -webkit-transition: transform 0.1s, opacity 0.25s;
    -moz-transition: transform 0.1s, opacity 0.25s;
    transition: transform 0.1s, opacity 0.25s;
}

.deal.edit .pop-form {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    display: none;
}

.deal.edit .pop-form.open {
    display: block;
}

.deal.edit .pop-form.enter {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.deal.edit .pop-form .actions {
    padding: 0px 0px;
    position: relative;
    text-align: right;
    width: 100%;
}

.deal.edit .pop-form &gt; .actions &gt; button {
    display: inline-block;
    padding: 8px 20px;
    height: 40px;
    width: 105px
}

.deal.edit .details body {
    direction: rtl;
}

.deal.edit .details textarea {
    margin: 4px 0;
    padding: 10px;
    resize: none;
    text-indent: 0;
    border: 1px solid #bdc8d4;
}

.campaign.edit .help-button {
    background: #1381E0;
    position: fixed;
    bottom: 110px;
    height: 43px;
    width: 90px;
    right: 50%;
    color: #FFF;
    margin-right: -600px;
    border-radius: 23px;
    padding: 13px 16px;
    cursor: pointer;
    box-shadow: 1px 1px 1px 1px #CCC;
}

.campaign.edit .help-button span {
    border: #FFFFFF solid 2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 8px;
    padding: 3px 7px;
}

.help-suggest-box {
    background: #FFFFFF;
    position: fixed;
    top: 812px;
    height: 43px;
    width: 43px;
    left: 51%;
    margin-left: 492px;
    z-index: -1;
    border-radius: 50%;
}

.help-suggest-box &gt; div {
    padding: 40px 30px;
    height: 100%;
    background: #f3f3f3;
}

.help-suggest-box.show {
    transform: translate(-820px, -620px);
    z-index: 100001;
}

.help-suggest-box.open {
    height: 400px;
    border-radius: 3px;
    width: 700px;
    box-shadow: 1px 1px 4px 1px #CCC;
}

.help-suggest-box.video {
    transform: translate(-1030px, -620px);
    width: 1070px;
    height: 630px;
}

.help-suggest-box .close-modal {
    position: absolute;
    top: 6px;
    right: 12px;
}

.help-suggest-box .box {
    background: #fff;
    padding: 40px 20px 30px;
    border: 1px solid #eee;
    font-size: 18px;
}

.help-suggest-box .box &gt; img {
    position: absolute;
    height: 50px;
    border-radius: 50%;
    width: 50px;
    opacity: 0.9;
    top: -24px;
    left: 30px;
}

.help-suggest-box .title {
    margin-bottom: 20px;
}

.help-suggest-box .message {
}

.frame .step-action {
    height: 142px;
    width: 100%;
}

.frame .step-action button {
    float: left;
    margin-right: 10px;
    margin-top: 49px;
    padding: 8px 23px;
}

.campaign.edit .deal-display {
    background: unset;
    position: relative;
}

.campaign.edit .deal-display .subject {
    min-height: unset;
    background: #000000;
    text-align: center;
    color: #FFFFFF;
}

.campaign.edit .deal-display .frame {
}


.campaign.edit .upload {
    margin: 1px 0;
}

.fb-content .highlight {
    background: #eee;
    border: 1px solid #DDD;
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    border-radius: 3px;
    vertical-align: 2px;
}

.fb-content input.err {
    border: 1px solid #ff3366;
}

.fb-content .preview-image img {
    width: 200px;
    max-height: 400px;
}

.campaign-sms-text .advanced {
    padding: 20px 0;
}

.campaign-sms-text .advanced input[type=number] {
    width: 70px;
    text-align: center;
    font-size: 17px;
}

.campaign-sms-text label {
}

.campaign-sms-text .help a {
    vertical-align: -1px;
}

.campaign-sms-text .comment &gt; div {
    width: 380px;
    font-size: 14px;
    color: #999;
}

.campaign-sms-text .comment span.fa {
    font-size: 26px;
    top: -5px;
    display: inline-block;
    height: 20px;
    padding: 0;
    margin-left: 4px;
}

.time-picker {
    position: absolute;
    width: 110px;
    height: 150px;
    background: #ffffff;
    overflow-y: scroll;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 3px #cccccc;
    top: 38px;
    font-size: 17px;
    right: 242px;
    z-index: 1;
}

ul.time-picker li {
    cursor: pointer;
    height: 29px;
    width: 100%;
    padding: 5px 9px;
}

ul.time-picker li:hover {
    background: #EEE;
}

.pick-area.campaign .container, .pick-area.rule .container, .pick-area.filter .container {
    height: auto;
    position: absolute;
    padding: 10px 0;
    width: 460px;
}

.pick-area.filter .stats.warning {
    background: rgba(255, 51, 102, 0.76);
}

.pick-area.filter .stats {
    width: 115%;
    background: #E4E4E5;
    margin-right: -20px;
    padding: 12px 20px;
    margin-bottom: -30px;
    border-top: 5px solid #FFFFFF;
}

.plus.container {
    border-right: 1px solid #CCCCCC;
    height: 27px;
    margin-right: 22px;
    visibility: hidden;
    right: 0;
    top: 48px;
}

.plus.container .sign {
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    position: absolute;
    right: -15px;
}

.plus.container .sign:hover {
    background: #F9F9F9;
}

.plus.container .sign span {
    top: 0;
    padding: 0;
}

.campaign.edit .content {
    position: relative;
    margin-bottom: 32px;
}

.campaign.edit .content .biz-details .preview {
    background: #FFFFFF;
    height: inherit;
    padding: 25px 20px;
    position: relative;
}

.campaign.edit .content .biz-details .preview &gt; ul {
    text-align: right;
}

.campaign.edit .content .biz-details .preview &gt; ul &gt; li {
    width: 231px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
}

.campaign.edit .content .biz-details ul &gt; li {
    display: inline-block;
    position: relative;
}

.campaign.edit .content .biz-details .edit-form ul &gt; li {
    width: auto;
    margin: 0 0px 20px 37px;
    position: relative;
    vertical-align: top;
    text-align: right;
}

.campaign.edit .content .biz-details .edit-form ul &gt; li:nth-child(2n+1) {
    margin: 0 0px 30px 0px;
}

.campaign.edit .content .biz-details .preview &gt; ul &gt; li &gt; .fa {
    top: 0;
    padding: 0;
    margin-left: 10px;
    float: right;
}

.campaign.edit .content .biz-details .edit-form ul &gt; li label, .campaign.edit .content .biz-details .edit-form ul &gt; li &gt; .comment {
    font-size: 13px;
    font-family: arial;
}

.campaign.edit .content .biz-details .edit-form ul &gt; li label {
    display: block;
    color: #000;
}

.campaign.edit .content .biz-details .edit-form {
    padding: 0px 0px;
}

.campaign.edit .content .biz-details .edit-form form {
    background: #FFFFFF;
    padding: 0px 0px 30px;
    height: auto;
}

.biz-details form input {
    padding: 0 30px 0px 5px;
    font-size: 16px;
    width: 240px;
    height: 35px;
}

.biz-details form input.ltr {
    padding: 0 5px 0px 31px;
}

.biz-details form input.location {
    width: 522px;
    text-align: right;
}

.biz-details form input + span.fa {
    position: absolute;
    right: 7px;
    top: 10px;
    font-size: 15px;
    color: #999;
    padding: 0;
    width: 17px;
}

.biz-details form input.ltr + span.fa {
    right: auto;
    left: 7px;
    top: 25px;
}

.limit.part h3 {
    display: inline-block;
    vertical-align: middle;
}

.limit.part input[type="text"] {
    font-size: 16px;
    padding: 5px 10px;
    width: 60px;
}

.limit.part span {
    padding: 10px;
}

.limit.part set {
    display: block;
}

.sendNotif {
    font-size: 17px;
    text-align: right;
}

.deal.edit .distribute .prompts li.fa:before {
    color: LightCoral;
    display: inline-block;
    margin-right: -25px;
    width: 25px;
}

.deal.edit .distribute .prompts li {
    font-size: 15px;
    margin-bottom: 15px;
}

.images.tpls-backgrounds input[type=file] {
    position: relative;
}

.campaign .call {
    position: relative;
}

.campaign .call .campaign-load {
    position: absolute;
    width: 210px;
    top: 186px;
    right: 385px;
}

.campaign .progress {
    border: none;
    box-shadow: none;
    border-right: 3px;
    background: #EDEDED;
    height: 16px;
    width: 100%;
}

.box.distribute .button-container .progress {
    width: 300px;
    margin: auto;
}

.campaign .upload button {
    top: 5px;
}

.campaign .frame .progress-bar {
    background: #4E8FC7;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 8s ease;
    transition: width 8s ease;
}

.campaign .call ul {
    margin-right: 43px;
    text-align: center;
}

.campaign .box.distribute {
    padding: 50px 0;
}

.campaign .box.distribute .part {
    padding: 0 60px
}

.distribute .call li {
    cursor: pointer;
    display: inline-block;
    margin-left: 40px;
    vertical-align: middle;
}

.distribute .call li .text {
    color: #0d84b2;
    padding: 16px 0;
    width: 55px;
    font-size: 15px;
}

.frame button.send {
    display: block;
    float: none;
    font-size: 19px;
    height: 55px;
    margin: 5px auto;
    padding: 16px 30px;
    min-width: 200px;
    display: inline-block;
}

.pop-up.confirm.obact {
    width: 1100px;
    margin-right: -550px;
    padding: 20px 30px 40px;
    text-align: right;
    top: 100px;
    position: relative;
    height: 600px;
}

.pop-up.obact.sms-send .title {
    width: 100%;
    padding: 3px 0 40px;
    margin-bottom: 4px;
}

.pop-up.obact.sms-send .close-modal {
    top: 10px;
    left: 20px;
    margin-top: 0px;
}

.pop-up.confirm.obact .sugg {
    position: absolute;
    left: 50px;
    top: 176px;
}

.pop-up.confirm.obact .frm {
    width: 600px;
}

.pop-up.confirm.obact .message {
    text-align: right;
    padding: 10px 0 6px;
    display: block;
    margin-bottom: 50px;
    color: #1f2532;
    font-size: 15px;
}

.pop-up.confirm.obact textarea {
    background: #eeeeee7a;
    font-size: 18px;
    height: 130px;
    padding: 15px 15px;
    line-height: 21px;
}

.pop-up.confirm.obact textarea.error {
    background: none;
    border: 1px solid #ff3366;
}

.pop-up.confirm.obact button {
    height: 45px;
    margin-left: 10px;
    margin-top: 20px;
}

.pls {
    display: none;
}

.preview-area.sliderOpen {
    height: 780px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 840px;
    direction: ltr;
    right: 20px;
    margin: auto;
    position: relative;
    width: 850px;
}

.pop-up.iminterested {
    width: 700px;
    margin-right: -350px;
    height: 460px;
}

.pop-up.iminterested &gt; .close-modal {
    left: 14px;
    top: 10px;
    position: absolute;
}

.pop-up.iminterested &gt; div {
    text-align: center;
    padding: 40px;
}

.pop-up.iminterested img {
    width: 600px;
    margin-top: 40px;
}

.screen .subject.out {
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}

.screen .subject {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
}

.screen .card-box, .screen .info {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.screen .info.out {
    transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    opacity: 0;
}

.screen .card-box.out {
    transform: translateX(200%);
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    opacity: 0;
}

.deal-display.screen .subject {
    background: none;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.deal-display.screen .card-box {
    margin-right: -30px;
    vertical-align: top;
}

.deal-display.screen .info {
    min-height: 400px;
    vertical-align: top;
    padding: 20px 40px;
    width: 550px;
    margin-top: 0;
}

.share .fb {
}

.share ul li {
    display: inline;
    vertical-align: top;
}

.share .email {
    display: inline-block;
    height: 20px;
    vertical-align: baseline;
    width: 50px;
}

.text ul li {
    line-height: 25px;
}

.deal-tpl-edit form {
    font-size: 16px;
    padding: 0px 80px 50px 177px;
    direction: ltr;
}

.deal-tpl-edit h3 {
    font-family: Helvetica;
    font-size: 24px;
    margin: 0 0 30px;
}

.deal-tpl-edit input {
    width: 200px;
}

.deal-tpl-edit .htmladd textarea {
    background: #FFFFEE;
    height: 520px;
    margin-bottom: 10px;
    padding: 10px;
    width: 665px;
}

.deal-about {
    margin: 0 auto;
    padding: 60px 0;
    width: 700px;
}

.preview-title {
    position: absolute;
    right: 1px;
    top: 40px;
}

.page.campaigns {
    padding: 50px 70px;
}

.page.campaigns .c-main {
    padding: 30px 0pt;
}

.page.campaigns ul.main-container {
    margin-top: 30px;
}

.data .details {
    vertical-align: text-top;
    width: 245px;
}

.data .details .subject {
}

.data .details .subject.bold {
    font-weight: bold;
}

.promotions .data .details .valid {
    color: #969696;
    font-size: 14px;
    font-style: italic;
    padding: 6px 1px;
}

.valid.part input[type="checkbox"] {
    vertical-align: middle;
}

.valid.part .date {
    padding: 10px 18px;
}

.data .sending .info {
    padding: 7pt 15px;
}

.data .sending .loading-animaiton-ball {
    position: absolute;
    left: 30px;
    top: -6px
}

.data .promotion_action {
    border-right: 1px dotted #CCCCCC;
    height: 65px;
    vertical-align: text-top;
    width: 380px;
    padding: 20px 30px 0 0;
    text-align: left;
}

.campaigns .paging.down {
    border-top: 1px solid #DDDDDD;
    margin-top: 30px;
    padding: 20px;
}

.campaigns .paging {
    padding: 6px 210px 0px;
    text-align: right;
    height: 90px;
    width: auto
}

.campaigns .paging span.text {
    vertical-align: top;
    padding: 0;
    margin: 10px 20px;
    display: inline-block;
}

.deals .add-new {
    background-color: #f08080;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    float: left;
    font-family: arial;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    outline: 0 none;
    position: absolute;
    text-align: center;
    width: 30px;
}

.deals .add-new:hover {
    background-color: #cb4949;
}

.deals li.dropdown {
    position: absolute;
    top: 42px;
    left: 102px;
}

.campaigns .dropdown-menu, .deals .dropdown-menu {
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    left: -31px;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    opacity: 0.93;
    padding: 15px 0 25px;
    position: absolute;
    top: 38px;
    z-index: 1000;
}

.campaigns .dropdown-menu, a.just-text, .deals .dropdown-menu a.just-text {
    cursor: default;
    line-height: 30px;
    padding: 18px;
}

.campaigns .dropdown-menu, a.just-text:hover, .deals .dropdown-menu a.just-text:hover {
    color: #0D84B2;
}

.campaigns .dropdown-menu &gt; li &gt; a, .deals .dropdown-menu &gt; li &gt; a {
    width: 170px;
}

.deals .popover.right .arrow:after {
    border-left-width: 0;
    border-right-color: PapayaWhip;
    bottom: -8px;
    content: " ";
    left: 1px;
}

.deals .popover.right {
    background-color: PapayaWhip;
    border: medium none;
    box-shadow: none;
    margin-left: 15px;
    top: -5px !important;
}

.deals .popover-content {
    font-size: 14px;
    padding: 9px 14px;
    width: 137px;
}

.deals .popover.right .arrow {
    border-left-width: 0;
    border-right-color: transparent;
    left: -16px;
    margin-top: -11px;
    top: 50%;
}

.noCustomers.reoccur img {
    height: 107px;
}

.noCustomers.reoccur {
    min-height: 190px;
}

.frame .distribute .button-container {
}

.campaign-banner {
    background: none repeat scroll 0pt 0pt rgba(78, 143, 199, 0.39);
    border-radius: 3px 3px 3px 3px;
    border: 0px solid #C2EBEB;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
    height: 150px;
}

.banner-container &gt; div {
    display: inline-block;
}

.banner-container .text {
    width: 555px;
    color: #333;
}

.banner-container .text h3 {
    color: #EA4732;
    font-size: 19px;
    margin-bottom: 13px;
}

.banner-container .text h5 {
}

.banner-container .picture {
    bottom: -6px;
    left: 40px;
    position: absolute;
}

.banner-container .picture img.bd {
    position: absolute;
    right: -770px;
    top: -156px;
}

.banner-container .picture img {
}

.close-simple-x {
    color: #A9A9A9;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    left: 7px;
    position: absolute;
    top: 6px;
    width: auto;
    z-index: 10;
}

.campaign-faq-cta {
    background: none repeat scroll 0 0 rgba(78, 143, 199, 0.5);
    border: 1px solid #4e8fc7;
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: -680px;
    padding: 11px 20px 6px;
    position: fixed;
    right: 43%;
    text-align: center;
    z-index: 1;
}

.campaign-faq .faq-container {
    background: none repeat scroll 0 0 white;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 6px 2px #333333;
    position: absolute;
    top: 87px;
    width: 850px;
    z-index: 1001;
    right: 50%;
    margin-right: -425px;
}

.campaign-faq .faq-container .faq-item {
    width: 325px;
    font-size: 15px;
}

.campaign-faq .close {
    border: 2px solid white;
    border-radius: 50px 50px 50px 50px;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 8px;
    top: 9px;
    width: 25px;
    opacity: 0.7;
}

.no-campaigns img {
    height: 111px;
    left: 54px;
    position: absolute;
    top: 107px;
    transform: rotate(78deg);
    -moz-transform: rotate(78deg);
    -webkit-transform: rotate(78deg);
}

.no-campaigns .text {
    color: #CCCCCC;
    font-size: 25px;
    position: absolute;
    right: 217px;
    text-align: center;
    text-shadow: 1px 1px 0 #999999;
    top: 218px;
}

.scslider {
    width: 300px;
    top: 0;
    position: absolute;
    padding: 220px 40px 0 0;
}

.scslider .container {
    margin-bottom: 30px;
}

.scslider .container .title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #1f2532;
    font-size: 21px;
}

.scslider ul {
}

.scslider li span {
    display: inline-block;
    vertical-align: text-bottom;
}

.scslider li i {
    font-size: 18px;
    width: 25px;
    text-align: center;
    padding: 0 0;
    margin-left: 5px;
}

.scslider li.scpick {
    padding: 14px 10px 10px;
    margin-bottom: 10px;
    color: #666666;
    width: 180px;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 5px;
}

.scslider li.scpick.picked, .scslider li.scpick:hover {
    background: #1f25322e;
    color: #1f2532;
    box-shadow: 5px 5px 5px 5px #EEEEEE;
}

.slider.image.fileUpload {
    width: 750px;
}

.call .cta {
    position: absolute;
    right: 50%;
    margin-right: -250px;
}

.tpl-action.html-insert {
    top: 70px;
    padding: 12px 4px;
}

.tpl-action .fa.htmladd {
    font-size: 15px;
    font-weight: bold;
}

.tpl-action {
    position: absolute;
    left: -70px;
    padding: 6px 8px;
    border: 1px solid lightblue;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px #ccc;
}

.admin .tpl-action {
    width: 50px;
    text-align: center;
}

.tpl-action .fa {
    font-size: 29px;
    color: lightblue;
    padding-right: 0;
    top: 0;
}

/* Activation */
.activation.container {
    padding: 70px 0;
}

.activation .pg, .activation .page {
    padding: 0;
    max-width: 600px;
    width: 100%;
    margin: auto;
    box-shadow: 10px 16px 41px 11px #999999;
    -o-box-shadow: 10px 16px 41px 11px #999999;
    -webkit-box-shadow: 10px 16px 41px 11px #999999;
    -moz-box-shadow: 10px 16px 41px 11px #999999;
    background: #FFFFFF;
}

.activation .welcome {
    max-width: 700px;
    height: auto;
    margin: auto;
    text-align: center;
}

.activation .welcome .header {
    height: 150px;
    padding: 50px 30px;
    color: #FFFF;
    position: relative;
}

.activation .welcome .header .text {
}

.activation .welcome .header .ficon {
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -66px;
}

.activation .welcome .header .ficon img {
    width: 130px;
    bottom: 0;
}

.activation .welcome .main {
    padding: 130px 40px;
}

.activation .welcome .main .text {
}

/*todo - take our for more template*/
.predec {
    height: auto;
}

.predec .close-handle {
}

.predec ul.menu {
    padding: 45px 0px 60px;
}

.predec ul.menu li {
    display: block;
    height: 60px;
    width: 100%;
    position: relative;
    right: 0px;
    text-align: right;
}

.ob.tpls .tpl.icons {
    background: #EEE;
    padding: 20px 18px;
    width: 150%;
    margin-right: -18px;
    margin-top: 10px;
}

.ob.tpls .tpl.icons .tpls {
    width: 139px;
    vertical-align: 3px;
}

.ob.tpls .tpl.icons img {
    width: 45px;
    border-radius: 50%;
    margin-left: -11px;
    border: 1px solid #CCCCCC;
    margin-bottom: 9px;
}

.ob.tpls .tpl.icons img.stub {
    width: 250px;
    margin-left: -21px;
    margin-bottom: 9px;
    margin-left: 25px;
    border: none;
}

.ob.tpls .tpl.icons svg {
}

.feedback.emo {
    width: 100%;
    margin: 50px 0 20px;
    position: relative;
    text-align: center;
}

.feedback.emo &gt; div &gt; div {
    width: 18%;
}

.feedback.emo img {
    width: 100%;
}

.feedback.emo .rate {
    position: relative;
    height: 40px;
    margin-top: 10px;
}

.feedback.emo span.text {
    font-size: 14px;
    padding: 10px 12px;
}

.feedback.emo .line {
    position: absolute;
    height: 10px;
    width: 150px;
    bottom: 12px;
    right: 48%;
    margin-right: -75px;
    background-image: url('https://res.cloudinary.com/broadcust/image/upload/v1546444840/resources/hor-arrow.png');
    background-repeat: no-repeat;
    opacity: 0.2;
}

.response.approve button.action.blue {
    padding: 10px;
    height: 50px;
}

.unsubscribe {
    margin-top: 30px;
    margin-bottom: 20px;
}

.unsubscribe h5 {
    color: #999999
}

.unsubscribe h5 a {
}

.unsubscribe.image {
    left: 0;
    width: 100%;
    padding: 15px;
    position: relative;
    display: block;
    margin: 0;
}

.pop-up.test-campaign {
    margin-right: -250px;
    padding: 10px 0px 40px 10px;
    width: 500px;
    height: 340px;
}

.pop-up.test-campaign .title {
    background-color: #FFF;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #EEE;
}

.pop-up.test-campaign .close-modal {
    margin-top: -11px;
    margin-left: -3px;
}

.pop-up.test-campaign .content {
    padding: 25px 40px 60px;
}

.pop-up.test-campaign input {
}

.pop-up.test-campaign input[type=radio] {
    margin-left: 10px;
    height: 19px;
    vertical-align: -5px;
    width: 19px;
    margin-bottom: 20px;
}

.pop-up.test-campaign input[type=text] {
    width: 190px;
    margin-top: -10px;
    height: 38px;
    margin-right: 6px;
    font-size: 17px;
    border: 1px solid #CCC;
}

.pop-up.test-campaign .content a {
    color: #666;
    margin: 10px 20px;
    display: inline-block;
}

.pop-up.test-campaign button {
    bottom: 30px;
    padding: 10px 40px;
    height: 40px;
}

.pop-up.send-test .field input.inputError {
    border: 1px solid #ff3366;
}

.pop-up.send-test .actions {
    margin-top: 10px;
}

.pop-up.send-test .field span {
    display: block
}

.pop-up.send-test .field input {
    height: 48px;
    width: 303px;
    font-size: 19px;
}

.pop-up.send-test input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    vertical-align: -4px;
}

.pop-up.send-test .container {
    padding: 30px 40px 100px;
}

.pop-up.send-test .title {
    background: #FFF;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.pop-up.send-test form {
    padding: 0;
}

.pop-up.send-test .text {
    margin-bottom: 20px;
}

.pop-up.send-test {
    width: 650px;
    margin-right: -325px;
    padding: 20px;
}

.pop-up.send-test button {
    width: 200px;
}

.pop-up.image-preview .close-modal, .pop-up.send-test .close-modal {
    position: absolute;
    left: 15px;
    top: 10px;
}

.pop-up.test-campaign span.fa {
    font-size: 16px;
    display: block;
    color: #999;
    margin-bottom: 25px;
}

.pop-up.image-preview {
    width: 1000px;
    margin-right: -500px;
    padding: 20px;
    top: 40px;
    text-align: center;
    min-height: 700px;
}

.pop-up.image-preview .container {
    padding: 10px 30px 40px;
}

.pop-up.image-preview .image {
    max-width: 600px;
    margin: auto;
    margin-top: 10px;
    overflow: hidden;
    width: 600px;
    position: relative;
    min-height: 600px;
}

.pop-up.image-preview img {
    width: 100%;
}

.pop-up.image-preview img.prv {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: .8;
}

.pop-up.image-preview span.fa {
    width: 650px;
    margin-right: -325px;
    padding: 20px;
}

.preview.nav-banner {
    height: 50px;
    background: #333333;
    font-family: arial;
    padding: 14px;
    box-shadow: 0px 2px 5px 0px #999999;
    margin-bottom: 10px;
}

.preview.nav-banner a &gt; div {
    display: inline-block;
}

.preview.nav-banner a {
    color: #F8FFC3;
    width: 150px;
    float: left;
}

.preview.nav-banner .fa.desktop {
    padding: 0;
    top: 2px;
}

.campaigns .dropdown-menu {
    left: -1px;
    top: -33px;
    opacity: 1;
    width: 270px;
    padding: 10px 0px 31px;
}

.campaigns ul.dropdown-menu &gt; li &gt; a {
    width: 100%;
}

.campaigns ul.dropdown-menu &gt; li.menu-item &gt; a {
    width: 100%;
    height: 42px;
}

.campaigns ul.dropdown-menu &gt; li &gt; a div {
    padding: 12px 0;
}

.campaigns ul.dropdown-menu &gt; li &gt; a img {
    float: right;
    width: 70px;
    margin-left: 20px;
    border: 1px solid #ddd;
}

.campaigns ul.dropdown-menu &gt; li &gt; a div {
    padding: 20px;
}

.campaigns ul.dropdown-menu &gt; li &gt; a img {
    float: right;
    width: 70px;
    margin-left: 20px;
    border: 1px solid #ddd;
}

/* cropit*/
.imageBox {
    position: relative;
    height: 500px;
    width: 700px;
    border: 1px solid #CCCCCC;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
}

.imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 602px;
    height: 402px;
    margin-top: -200px;
    margin-left: -295px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.85);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(255, 255, 255, 0.85);
}

.imag-crop .action.crop {
    margin-left: 130px;
    text-align: center;
    padding: 10px 40px;
}

.imag-crop .action.fa {
    width: 38px;
    height: 38px;
    background: #ffffff;
    vertical-align: top;
    color: #999;
    border: 1px solid #999999;
    padding: 0;
    top: 0;
    margin-left: 10px;
}

.imag-crop .action.fa:hover {
    background: #FFFFFF;
}

.upload-area .error, .images .error {
    background: rgba(255, 51, 102, 0.45);
    padding: 13px 30px;
    margin: unset;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
    width: 97%;
    margin-top: 20px;
}

.images.badges-list .error {
    margin: 0;
}

.pop-up.content-import {
    height: auto;
    width: 600px;
    margin-right: -300px;
    padding: 10px 30px 40px;
    position: relative;
    top: 10px;
}

.pop-up.content-import .container {
    padding: 1px 50px;
}

.pop-up.content-import .container form {
    padding: 0px 0px;
    text-align: left;
}

.pop-up.content-import .container input {
    height: 32px;
}

.pop-up.content-import .container .inline-field {
    display: inline-block;
    width: 140px;
    margin-right: 3px;
}

.pop-up.content-import .container form .error-show {
    border: 2px solid rgba(253, 68, 0, 0.48);
}

.pop-up.content-import .container textarea {
}

.pop-up.content-import .container input, .pop-up.content-import .container textarea {
    border: 1px solid #CCCCCC;
    width: 100%;
    padding: 10px;
    margin: 0px 0;
}

.pop-up.content-import .container form label {
    color: #000;
    font-weight: normal;
    font-size: 13px;
    margin-top: 8px;
    display: block;
}

.pop-up.content-import span.section {
    display: block;
    text-align: center;
    margin: 29px 0 0px 0;
    background: #EEE;
    padding: 6px;
    color: #000000;
}

.pop-up.content-import .text-input {
    position: relative;
    width: 100%;
}

.pop-up.content-import .loader {
    position: absolute;
    top: 7px;
    right: 9px;
}

.pop-up.content-import .select {
    margin: 20px 0 0 0;
}

.pop-up.content-import .select option {
}

.pop-up.content-import .select select {
}

.pop-up.content-import .select select i {
}

.campaigns .list li.fb-content {
    width: 203px;
    border-radius: 10px;
    font-size: 15px;
    margin-right: 20px;
}

.admin li.deal .switch_active {
    left: 5px;
}

.admin li.deal .fa.trash.delete {
    left: 80px;
}

.prog-area .title.perror {
    background-color: rgba(255, 51, 102, 0.83);
}

.prog-area .title.done {
    background: #4e8fc7;
    color: #fff;
    height: 100px;
    padding: 40px;
}

.prog-area &gt; .load {
    border-bottom: 3px solid #4e8fc7;
    height: 0px;
    position: absolute;
    top: 74px;
    width: 5%;
    z-index: -1;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.prog-area &gt; .load.go {
    width: 93%;
    -webkit-transition: width 20s ease-in-out;
    transition: width 20s ease-in-out;
}

.prog-area &gt; .load.go.video {
    -webkit-transition: width 30s ease-in-out;
    transition: width 30s ease-in-out;
}

.prog-area &gt; .load20.go {
    width: 93%;
    -webkit-transition: width 20s ease-in-out;
    transition: width 20s ease-in-out;
}

.prog-area &gt; .load.go.done {
    width: 100%;
    -webkit-transition: width 2s linear;
    transition: width 2s linear;
}

.prog-area &gt; .load &gt; span {
    position: absolute;
    left: -45px;
    box-shadow: 0 0 2px 9px #4e8fc7;
    top: -1px;
    display: block;
    width: 100%;
    height: 0px;
}

.prog-area ul {
    margin: auto;
    width: 270px;
    margin-top: 40px;
}

.prog-area ul li {
    width: 290px;
    position: relative;
    margin-top: 5px;
}

.prog-area ul li .mark-modal {
}

.prog-area ul li .text {
    vertical-align: -7px;
    margin-left: 5px;
    background-color: #FFFFFF;
    z-index: -1;
    width: auto;
    line-height: 26px;
    display: inline-block;
    padding: 3px 0px 3px 13px;
    font-size: 15px;
}

.prog-area ul li span {
    position: absolute;
    top: 8px;
    right: 90px;
    display: block;
    z-index: -1;
    color: #999999;
    font-size: 14px;
}

.prog-area ul li .modal-sprite.check {
    position: absolute;
    right: 250px;
    top: 1px;
}

.prog-area ul li .modal-sprite {
    position: absolute;
    right: -38px;
}

.prog-area ul li .modal-sprite.fb {
    top: 3px;
    right: -36px;
}

.prog-area .scheduled, .prog-area .more-info {
    height: auto;
    text-align: center;
    color: #4e8fc7;
    width: 520px;
    margin: 43px auto;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.prog-area .scheduled span {
    top: 0;
    margin-left: 5px;
}

.prog-area .error-message {
    padding: 40px 80px;
    line-height: 23px;
    margin-bottom: 50px;
}

.prog-area .confirmation {
    width: 100%;
    margin: auto;
    text-align: center;
    font-family: 'OPEN SANS HEBREW';
}

.prog-area .short-url {
    width: 100%;
    height: 40px;
    margin: auto;
    position: relative
}

.prog-area .short-url .tooltip-inner {
    width: auto;
    text-align: center;
    padding: 10px 30px;
}

.prog-area .confirmation a.animate {
    display: inline-block;
    width: 140px;
    vertical-align: top;
    margin: 30px 10px;
}

.prog-area .short-url .message {
    background: rgba(31, 37, 50, 0.60);
    color: #eee;
    font-size: 14px;
    padding: 7px 20px;
    top: 50px;
    position: absolute;
    box-shadow: 0px 4px 5px -3px #999;
    right: 50%;
    margin-right: -100px;
    width: 200px;
}

.prog-area .short-url .message span {
    font-size: 16px;
    top: 3px;
}

.prog-area .short-url input {
    width: 500px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 10px 0 0 10px;
    font-size: 16px;
    padding: 10px 12px;
    color: #666;
    margin-right: -10px;
    background: #E6e6e6;
}

.prog-area .short-url button.link-copy {
    height: 40px;
    border-radius: 0;
    padding: 11px 26px;
    border: none;
    background: white;
    border: 1px solid #ccc;
    vertical-align: top;
    margin-right: -5px;
    width: 70px;
    padding: 10px;
    font-size: 17px;
}

.prog-area .short-url button.link-copy.right {
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    width: 100px;
}

.prog-area .short-url button.link-copy:hover {
    background: #999999;
}

.prog-area .confirmation .short-url a {
    width: auto;
    margin: 0;
}

.prog-area .confirmation a:hover {
    transform: scale(1.1);
}

.prog-area .confirmation a &gt; div {
    border-radius: 50%;
    background: #4E8FC7;
    height: 90px;
    width: 90px;
    padding: 22px 16px;
    display: block;
    margin: auto;
}

.prog-area .confirmation a span {
    font-size: 45px;
    color: #FFF;
    margin: 0;
    left: 0;
    top: 0;
    padding: 0;
    text-shadow: -1px -1px 0 #4E8FC7, 0px -1px 0 #4E8FC7, 1px -1px 0 #4E8FC7, -1px 1px 0 #4E8FC7, 0px 1px 0 #4E8FC7, 1px 1px 0 #4E8FC7;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.prog-area .confirmation .desc {
    margin: 15px 0 0px;
}

.prog-area .confirmation .publish-error {
    line-height: 34px;
}

.prog-area .confirmation .desc .symbol-circle {
    border: 1px solid #4e8fc7;
    border-radius: 50%;
    height: 40px;
    wisth: 40px;
}

.prog-area .confirmation .desc .symbol-circle {
    border: 2px solid #4e8fc7;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding: 2px 3px;
}

.prog-area .confirmation .desc .symbol-circle span {
    color: #4e8fc7;
    font-size: 38px;
    margin: 0;
    padding: 0;
}

.prog-area .confirmation .text {
    width: 380px;
    margin-right: 10px;
    vertical-align: 0;
}

.prog-area .confirmation .main {
    width: 85%;
    display: block;
    height: auto;
    margin: 30px auto 0;
    padding: 30px 0;
    text-align: right;
    min-height: 340px;
}

.prog-area .confirmation .imgdemo {
    width: 100%;
    left: 0;
    border-radius: 5px;
    height: auto;
    cursor: pointer;
    padding: 10px;
}

.prog-area .confirmation .imgdemo img {
    width: 100%;
}

.prog-area .confirmation .imgdemo img.pbtn {
    position: absolute;
    left: 30%;
    width: 100px;
    top: 70px;
}

.prog-area .confirmation .imgdemo a.download {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.prog-area .confirmation .demo, .prog-area .confirmation .imgdemo {
}

.prog-area .confirmation .demo {
    height: 750px;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 370px;
    transform: scale(.33);
    border: 7px solid #999;
    border-radius: 20px;
    transition: all 0.5s ease;
    position: absolute;
    top: -230px;
    left: -60px;
    cursor: pointer;
}

.modal-sprite.sms {
    background-position: -177px 0px;
    height: 25px;
    width: 25px;
}

.modal-sprite.email {
    background-position: 0px 0px;
    height: 25px;
    width: 25px;
}

.modal-sprite.pic {
    background-position: -222px -1px;
    height: 23px;
    width: 26px;
}

.modal-sprite.movie {
    background-position: -269px -1px;
    height: 23px;
    width: 26px;
}

.modal-sprite.fb {
    background-position: -68px -34px;
    width: 24px;
    height: 24px;
}

.prog-area.open {
    display: block;
}

/*resizeble custom*/
.elementResizable {
    border: 1px solid #67d6ff;
}

#nwgrip, #negrip, #swgrip, #segrip, #ngrip, #egrip, #sgrip, #wgrip {
    width: 10px;
    height: 10px;
    border: 1px solid #67d6ff;
    background: #FFFFFF;
}

#swgrip {
    bottom: -5px;
    left: -5px;
}

.deal-details p, .campaign .details p {
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 8px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.campaign .details ul, .deal-display .deal-details ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.campaign .details ul li, .deal-display .deal-details ul li {
    margin: 0;
}

.deal.type .words &gt; .text p, .deal.type .words &gt; .text div, .deal.type .words &gt; .text span {
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}

.slider .tpl-details {
    padding: 0px 10px;
    overflow-y: scroll;
}

.slider .tpl-details form {
    padding: 40px;
    direction: ltr;
    text-align: left;
}

.slider .tpl-details form .image {
}

.slider .tpl-details form .image img {
    max-height: 60px;
    position: absolute;
    right: 50px;
    top: 30px;
}

.slider .tpl-details form input[type=text] {
    height: 40px;
    padding: 10px;
    font-size: 17px;
    margin-bottom: 20px;
    border: 1px solid #999999;
}

.slider .tpl-details form input[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: -5px;
    margin-right: 10px;
    float: left;
}

.slider .tpl-details form .checkbox-select ul li:nth-child(2n) {
    margin-right: 0;
}

.slider .tpl-details form .checkbox-select ul li {
    margin-bottom: 5px;
    width: 300px;
    margin-right: 44px;
    display: inline-block;
}

.slider .tpl-details form .checkbox-select .scmodl ul li {
    margin-right: unset;
}

.slider .tpl-details form .checkbox-select .scmodl ul.sons {
    height: auto;
    padding: 10px 5px 0px;
}

.slider .tpl-details form .checkbox-select .scmodl ul.sons li {
    padding: 0px 0px 0px 20px;
}

.modal.setting-page form ul li em, .slider .tpl-details form .checkbox-select ul li em {
    font-style: italic;
    font-size: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.slider .tpl-details form .checkbox-select ul li .event {
    width: 90px;
    margin: 2px 17px 5px 0;
}

.modal.setting-page form ul li .event label, .slider .tpl-details form .checkbox-select ul li .event label {
    font-size: 14px;
}

.modal.setting-page form ul li .event input, .slider .tpl-details form .checkbox-select ul li .event input {
    width: 70px;
    font-size: 18px;
    padding: 5px 8px;
}

.slider .tpl-details form .modal.setting-page form ul li input {
    width: 18px;
    height: 18px;
    vertical-align: -3px;
    margin-bottom: 13px;
}

.slider .tpl-details form .uiHeader {
    margin-bottom: 20px;
    font-weight: bold;
}

.slider .tpl-details form .uiHeader span {
    font-size: 13px;
    margin-left: 10px;
    height: 15px;
    display: inline-block;
    vertical-align: 0px;
}

.slider .tpl-details form .checkbox-select {
    margin-bottom: 20px;
}

.slider .tpl-details form .checkbox-select .extra {
    margin-top: 10px;
}

.slider .tpl-details form .checkbox-select .extra input {
    font-size: 19px;
    width: 80px;
    display: block;
    padding: 8px 11px 6px 15px;
}

.slider .tpl-details form .checkbox-select .extra label {
    font-size: 15px;
}

.slider .tpl-details form .list {
    margin-top: -15px;
}

.slider .tpl-details form .list .item {
}

.slider .tpl-details form .list .item:first-child .sap {
    display: none;
}

.slider .tpl-details form .search input {
    width: 100%;
}

.slider .tpl-details form .actions {
    position: fixed;
    bottom: 0px;
    background: #FFF;
    box-shadow: 0px 1px 21px 0 #ccc;
    width: 100%;
    padding: 60px 20px 30px;
    left: 0;
}

.slider .tpl-details form .actions .switch-wrap-container {
    margin-bottom: 10px;
    vertical-align: top;
    margin-left: 0;
    font-size: 14px;
    direction: rtl;
    position: absolute;
    right: 30px;
    top: 30px;
}

.slider .tpl-details form button.action {
    padding: 15px 25px;
    margin-right: 10px;
}

.slider .tpl-details form .search .fa:before {
    left: -38px;
    top: -11px;
}

.slider .tpl-details form .rtl {
    direction: rtl;
    text-align: right;
    padding: 0;
    height: auto;
}

.campaign-icon {
    background-image: url('https://b105ff616ffabf542041-4bd9cbd7c940079c5eb5fd18e93586b2.ssl.cf2.rackcdn.com/campaign-actions-sprite.v5.png');
    background-repeat: no-repeat;
    height: 37px;
    width: 39px;
    margin: 0 auto;
    opacity: 0.8;
}

.campaign-icon.add-image {
    background-position: -73px -12px;
    height: 33px;
    width: 74px;
}

.campaign-icon.text {
    background-position: -21px -12px;
    height: 30px;
    width: 26px;
}

.campaign-icon.background {
    background-position: -170px -14px;
    height: 28px;
    width: 35px;
}

.campaign-icon.send {
    background-position: -229px -14px;
    height: 28px;
    width: 35px;
    opacity: 1;
}

.campaign-icon.clock {
    background-position: -285px -14px;
    height: 28px;
    width: 35px;
    opacity: 1;
}

.pointer {
    position: absolute;
    background-color: #52b266;
    height: 60px;
    width: 240px;
    padding: 10px 20px;
    color: #FFF;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 1);
    border-radius: 3px;
}

.pointer:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 13px solid transparent;
    border-right-color: #52b266;
    top: 28%;
    left: 0%;
    margin-left: -26px;
}

.movie .content {
    padding: 40px 70px;
    position: absolute;
    top: 80px;
    margin: 0 50px;
}

.box-title {
    background: none repeat scroll 0 0 white;
    color: #000000;
    height: 59px;
    padding: 18px 12px;
    font-size: 20px;
    margin-bottom: 40px;
}

.box-title * {
    color: #636363;
    display: inline-block;
    margin: 0 4px;
    top: -2px;
    font-size: 24px;
}

.deal-stub * {
    left: 32px;
    position: absolute;
    top: 120px;
}

.deal-stub .card {
    left: 40px;
    top: 166px;
    width: 98px;
}

.deal-stub .bckg {
    width: 115px;
    z-index: 10;
}

.sources .email .no-email, .sources .facebook .no-fb {
    color: gray;
    height: 100px;
    position: absolute;
    right: 141px;
    top: 75px;
}

.sources .email .no-email .fa, .sources .facebook .no-fb .fa {
    color: #CCCCCC;
    font-size: 54px;
    margin-bottom: 15px;
    text-shadow: 0 -1px 0 #969696;
}

.sources .email ul, .sources .joins-stat ul {
}

.sources ul li {
    margin-bottom: 10px;
}

.sources ul li * {
    display: inline-block;
}

.sources .sq {
    border-radius: 5PX;
    height: 15px;
    margin-left: 7px;
    vertical-align: -2PX;
    width: 15px;
}

ul.fb-actions {
    padding: 31px 21px;
}

ul.fb-actions .fa {
    margin-left: 10px;
    top: -3px;
}

ul.fb-actions li * {
    display: inline-block;
    height: 30px;
    vertical-align: top;
}

.pop-up.content-load.open {
    width: 640px;
    height: 350px;
    margin-right: -320px;
    padding: 10px 20px;
}

.pop-up.content-load .close-modal {
    position: absolute;
    left: 20px;
}

.pop-up.content-load .title {
    background: #FFFFFF;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0 20px;
}

.pop-up.content-load form {
    padding: 30px 40px;
}

.pop-up.content-load input[type=text] {
    margin-bottom: 5px;
    height: 40px;
    border: 1px solid #cccccc;
    font-size: 17px;
    padding: 0 12px;
}

.pop-up.content-load input.empty {
    border: 1px solid #ff3366;
}

.pop-up.content-load input[type=checkbox] {
    height: 19px;
    width: 19px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: text-bottom;
    margin-top: 10px;
}

.pop-up.content-load button {
    vertical-align: sub;
    margin-left: 10px;
}

.pop-up.content-load button .fa {
    top: 3px;
}

.pop-up.content-load .actions {
    margin-top: 30px;
}

.pop-up.brand-approve {
    width: 700px;
    height: 500px;
    margin-right: -350px;
    top: 50%;
    margin-top: -320px;
}

.pop-up.brand-approve .title {
    background: none;
    text-align: center;
    padding: 19px;
}

.pop-up.brand-approve &gt; .container {
    padding: 20px;
    text-align: center;
}

.pop-up.brand-approve &gt; .container .text {
    margin: 40px 40px 50px;
}

.pop-up.brand-approve &gt; .container button {
    width: 200px;
}

.inpage nav {
    position: absolute;
}

.inpage nav .item {
    text-align: center;
    padding: 20px 5px;
    vertical-align: text-top;
    height: 60px;
}

.inpage nav .item svg {
    height: 40px;
    position: absolute;
    right: 9px;
    opacity: 0.7;
    top: 7px;
}

.inpage nav.bottom {
    bottom: 0;
    width: 100%;
}

.options nav.bottom {
    margin-right: -9px;
    background: #FFF;
    padding: 0 0px;
}

.promo &gt; div {
    width: 100%;
}

.inpage .preview .edit {
    position: relative;
}

.inpage .preview .edit button.action {
    width: 60px;
    height: 30px;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    padding: 7px;
    margin-bottom: unset;
}

.ob-edit {
    width: 149px;
    height: 45px;
    background: #FFFFFF;
    bottom: 80px;
    position: fixed;
    z-index: 10000000000000000000000;
    padding: 11px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    left: 10px;
    background: #167FFC;
    color: #FFFFFF !important;
}

.inpage header svg {
    position: absolute;
    left: 17px;
    top: 15px;
}

.inpage .details {
    text-align: right;
    padding: 0 30px;
    margin-top: 0;
}

.inpage .details h3 {
}

.inpage .details .header {
    font-size: 15px;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.inpage .details .text-field {
    width: auto;
    margin: 5px 0px 0px 10px;
    color: #666;
    font-size: 15px;
}

.inpage .details .text-field &gt; label {
    margin: 5px 0 1px;
    display: none;
    font-size: 14px;
    color: #1f2532;
}

.inpage.refactor svg {
    margin: 20px auto 0;
    display: block;
    opacity: 0.4;
}

.inpage .actions {
    padding: 0 0px;
    margin: 40px 0 0;
    text-align: center;
}

.inpage .actions a {
}

.inpage .actions button {
    height: auto !important;
    background: #3c9ff5;
}

.upgrade, inpage {
    height: 100%;
    min-height: 570px;
    text-align: center;
    color: #1f2532;
    font-size: 18px;
}

.upgrade header {
    padding: 27px 15px;
}

.upgrade header .back {
    display: none;
}

.upgrade .top {
    position: relative;
    height: auto;
    max-height: 308px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.upgrade .top .image {
    width: 100%;
    z-index: -1;
    min-height: 150px;
}

.upgrade .top .image img {
    width: 100%;
}

.upgrade .top .image .overlay {
    background: none;
    position: absolute;
    opacity: 0.7;
    z-index: 0;
}

.upgrade .top .texts {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    padding: 60px 50px;
    z-index: 1;
    font-size: 30px;
}

.upgrade .top h1 {
    font-size: 38px;
}

.upgrade .top h2 {
    font-size: 28px;
    margin-top: 30px;
}

.upgrade .top .texts.right {
    left: 50%;
    margin-left: -200px;
    width: 60%;
    color: #FFF;
    padding: 54px 0px 0 70px;
}

.upgrade .mid h2 {
    font-size: 28px;
}

.upgrade .pricing {
    position: relative;
    text-align: center;
    height: 160px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.upgrade .pricing .price {
    height: 80px;
    width: 260px;
    display: block;
    position: relative;
    margin: auto;
    font-size: 25px;
}

.upgrade .pricing .price &gt; div {
    position: absolute;
}

.upgrade .pricing .intro {
}

.upgrade .pricing .promoinfo {
    color: #8dc63f;
}

.upgrade .pricing .number {
    font-size: 60px;
    font-weight: bold;
    width: auto;
    margin-left: -49px;
    left: 50%;
    top: -10px;
}

.upgrade .pricing .start_at {
    right: 40px;
    top: 23px;
}

.upgrade .pricing .currency {
    left: 48px;
    top: 23px;
}

.upgrade .pricing .vat {
    left: 48px;
    top: 100px;
    font-size: 16px;
    color: #999999;
    right: 40px;
}

.upgrade .pricing .month {
    top: 61px;
    left: 50%;
    margin-left: -32px;
}

.upgrade .ccexists {
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-top: 75px;
}

.upgrade .ccexists .cardicon {
    background: url(https://static.canva.com/static/images/icon_credit_card.png) no-repeat 10px 50%;
    height: 17px;
    width: 33px;
    vertical-align: -3px;
}

.upgrade .newpro {
    text-indent: 130px;
    position: relative;
}

.upgrade .newpro img {
    opacity: 0.7;
    top: 0px;
    transform: rotate(20deg);
    right: 5px;
}

.upgrade .newpro .text {
    padding: 0 110px 0 0;
    font-size: 17px;
    color: #8dc63f;
}

.upgrade .promotion {
    padding: 0;
    margin-top: 16px;
}

.upgrade .benefit ul {
    padding: 0px 70px;
    margin-bottom: 30px;
    text-align: right;
    width: 100%;
}

.upgrade .benefit ul li {
    margin-bottom: 7px;
    text-align: right;
}

.upgrade .benefit ul li span {
    display: inline-block;
    max-width: 90%;
}

.upgrade .benefit ul li span.fa {
    color: #03de32;
    display: inline-block;
    height: auto;
    margin-left: 5px;
    vertical-align: top;
}

.upgrade .actions button {
}

.upgrade button.action {
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 60px;
    height: 60px;
    padding: 10px;
    position: relative;
}

.upgrade button .loader {
    position: absolute;
    top: 20px;
    right: 50%;
    margin-right: -12px;
}

.upgrade button.fixed {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    position: fixed;
    right: 0;
}

.upgrade button.fixed.bottom {
    bottom: 0;
    margin-bottom: 0;
}

.upgrade .actions a {
}

.upgrade .actions .more {
    margin-top: 40px;
}

.upgrade .actions .more svg {
    fill: #4e8fc7;
}

.upgrade .faqs {
    margin-top: 10px;
    text-align: right;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px 20px;
    opacity: 1;
}

.upgrade.explain .faqs {
    margin-top: 30px;
}

.upgrade .faqs.show {
    opacity: 1;
}

.upgrade .faqs ul {
}

.upgrade .faqs ul li {
    padding: 0px 0px 0px;
    margin-bottom: 15px;
}

.upgrade .faqs ul li .q {
    font-weight: bold;
    margin-bottom: 10px;
}

.upgrade .faqs ul li .text {
    font-size: 17px;
}

.upgrade .faqs .reviews ul {
    margin-top: 30px;
    height: 240px;
    background: #1f25321c;
    position: relative;
    padding: 5px;
    width: 598px;
    margin-right: -20px;
    margin-bottom: 35px;
}

.upgrade .faqs .reviews ul.sticked {
    margin-top: 10px;
}

.upgrade .faqs .reviews ul li {
    border: none;
    margin: 0;
    width: 100%;
    padding: 15px 30px;
    position: absolute;
    background: none;
}

.upgrade .reviews ul li .rating {
    display: none
}

.upgrade .reviews ul li .bottom .text {
    font-size: 16px
}

.upgrade .thanks {
    padding: 20px;
    font-size: 19px;
}

.upgrade .thanks img {
    width: 140px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.upgrade .thanks .text {
}

.upgrade .fixed-back {
    width: 28px;
    height: 28px;
    z-index: 112;
    margin-top: -15px;
    color: #FFF;
    top: 27px;
    right: 10px;
    border: 1px solid #FFF;
    padding: 0px 0px;
    background: #1f253275;
    cursor: pointer;
}

.upgrade .back {
    display: none;
}

.upgrade .top .back {
    top: 186px;
    bottom: 0px;
}

.upgrade .thanks .back {
    right: 10px;
}

.upgrade .old-act {
}

.upgrade .old-act img {
    width: 200px;
    border: 9px solid #FFFFFF;
    height: 110px;
    display: block;
    margin: auto;
}

.upgrade .user {
    margin: 15px 0 40px;
    opacity: 0.8;
    padding: 7px 0;
    height: 70px;
}

.upgrade .user .image {
    width: 20%;
    display: inline-block;
}

.upgrade .user .image img {
    width: 55px;
}

.upgrade .user .name {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0px;
}

.upgrade .payment {
    padding: 5px 16px;
    font-size: 16px;
}

.upgrade .payment .details {
    text-align: center;
    margin: 20px;
}

.upgrade .payment .details i {
    color: #999999;
}

.upgrade .ccard .faqs .reviews {
}

.upgrade .ccard .faqs {
    font-size: 16px;
    padding: 0;
}

.upgrade .ccard .faqs .reviews ul {
    width: 100%;
    margin-top: 10px;
    padding: 5px 0;
    height: 250px;
    margin-right: unset;
    background: none;
}

.upgrade .ccard .faqs .reviews ul li {
    padding: 15px 0px;
}

.share.container {
    background: unset;
}

.share.container &gt; div {
    padding: 10px 15px;
    text-align: right;
    background: #FFFFFF;
}

.share.container .bsmore {
    right: 0;
    border-top: 1px solid #eaeaea;
    background: #fffFFF;
    width: 100%;
    position: relative;
}

.share.container .bsmore a {
}

.share.container .bsmore a img {
    width: 35px;
    vertical-align: -10px;
    margin-left: 5px;
}

.share.container h2 {
    margin-bottom: 5px;
}

.share.container .published {
}

.share.container .options {
    position: relative;
    text-align: right;
    border-top: 1px solid #EEEEEE;
}

.share.container .options a {
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    margin: 0px 6px 10px;
}

.share.container .options a button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 11px;
    font-size: 20px;
    color: white;
    border-color: unset;
    box-shadow: none;
}

.share.container .options a button i {
}

.share.container .options a span {
    position: absolute;
    bottom: -18px;
    text-align: center;
    width: 100%;
    right: 0px;
    font-size: 13px;
}

.share.container .bizlogin {
}

.umessage .story &gt; div.sl {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 65px 5px;
}

.umessage .story &gt; div.sl .header {
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
}

.umessage .story &gt; div.sl .header img {
    height: auto;
}

.umessage .story &gt; div.sl .header img.bc {
    width: 70%;
    margin: -25px 85px;
}

.umessage .story &gt; div.sl .header i {
    opacity: .1;
    left: 113px;
    top: 18px;
}

.umessage .story &gt; div.sl .mid {
    margin: 65px 0px 45px;
}

.umessage .story &gt; div.sl .title {
    font-weight: bold;
    margin-top: -15px;
    border-bottom: none;
    font-size: inherit;
}

.umessage .story &gt; div.sl .text {
    margin-top: 15px;
    line-height: 23px;
    text-align: center;
    font-size: 17px;
}

.umessage .story &gt; div.sl .image {
    position: absolute;
    height: 420px;
    text-align: center;
    width: 100%;
    bottom: 85px;
}

.umessage .story &gt; div.sl .image.thin {
    height: 420px;
}

.umessage .story &gt; div.sl img {
    height: 100%;
}

.umessage .story &gt; div.sl.set {
}

.umessage .story &gt; div.sl.set.small {
}

.umessage .story &gt; div.sl .clust {
    position: relative;
    height: 100%;
}

.biz-details {
    min-height: 130px;
    width: 698px;
    padding: 15px 20px;
    height: auto;
    border-top: 1px solid #EEEEEE;
}

.biz-details .name {
}

.biz-details title {
    font-size: 19px;
}

.biz-details ul {
    text-align: right;
}

.biz-details ul li {
    display: inline-block;
    width: 49%;
    text-align: right;
    margin-top: 15px;
}

.biz-details ul li .fa {
    padding: 0 0 0 10px;
    top: 0;
    font-size: 19px;
    color: #444;
    display: inline-flex;
    width: 30px;
}

.visitor .cta {
    font-size: 17px;
    padding: 13px 0 18px;
    background: #ff3366;
    color: #FFFFFF;
    border-radius: 3px;
    margin-top: 9px;
}

.visitor .fa.gift, .visitor .fa.like, .visitor .fa.check, .visitor .fa.star, .visitor .fa.pencil, .im-interested .fa, .deal-display button .fa {
    vertical-align: 1px;
    font-size: 24px;
    padding: 0;
    margin: 0 8px;
    top: 4px;
}

.deal-display .visitor a:hover {
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

.deal-display .content .editor {
    position: absolute;
    right: -220px;
    top: 20px;
    height: 100%;
    width: 100%;
}

.deal-display .content .editor .switch-wrap-container {
}

.im-interested .form &gt; .title {
    text-align: center;
    padding: 10px 0;
}

.suggestion-area.extended {
    max-height: 400px;
}

.suggestion-area {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ddd;
    width: 100%;
    height: 0px;
    background: rgba(255, 255, 255, 0.94);
    right: 0;
    left: 0;
    max-height: 130px;
    z-index: 1000;
}

.suggestion-area .text {
    width: 300px;
    margin: 30px 8px;
}

.suggestion-area &gt; .page-width {
    width: 700px;
}

.suggestion-area .container {
    padding: 18px 13px;
    position: relative;
}

.suggestion-area .actions {
    margin-top: 10px;
}

.suggestion-area .actions &gt; button {
    display: inline-block;
    width: auto;
    padding: 15px 65px;
}

.suggestion-area .actions &gt; button.cancel {
    padding: 15px 45px;
}

.suggestion-area .conf {
    font-size: 21px;
}

.suggestion-area.minimized .conf {
    font-size: 18px;
    text-align: center;
    padding: 15px;
}

.suggestion-area.minimized {
}

.suggestion-area.minimized .container {
    padding: 0;
}

.suggestion-area.minimized .actions {
    margin-top: 2px;
}

.suggestion-area.minimized button {
    padding: 7px 30px;
    font-size: 13px;
}

.suggestion-area.minimized button.cancel, .suggestion-area.minimized .title {
    display: none;
}

.visitor .cta a {
    color: #FFFFFF;
}

.visitor .cta a span {
}

.sharing-area {
    height: 170px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1;
}

.sharing-area a.share span.fa.facebook {
}

.sharing-area a.share span.fa {
    color: #FFFFFF;
    font-size: 29px;
    padding: 9px 17px;
}

.sharing-area a.share:hover {
    overflow: visible;
    width: 220px;
    transition: width 0.5s;
    /* Animation time */
    -webkit-transition: width 0.5s;
    /* For Safari */
}

.sharing-area a.share.facebook:hover {
    width: 220px;
}

.sharing-area a.share {
    font-size: 17px;
    vertical-align: 4px;
    display: block;
    color: #FFFFFF;
    width: 65px;
    overflow: hidden;
    height: 65px;
    margin-top: 9px;
    position: relative;
    border-radius: 65px;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
}

.sharing-area a.share &gt; div {
    width: 160px;
    position: absolute;
    top: 20px;
    right: 60px;
    display: none;
}

.sharing-area a.share:hover &gt; div {
    display: inline-block;
}

.sharing-area a.share.facebook {
    background: #3b5998;
}

.sharing-area a.share.google-plus {
    background: #dd4b39;
}

.sharing-area a.share.whatsapp {
    background: #25d366;
}

.sharing-area a.share.twitter {
    background: #00aced;
}

.suggestion-area .sharing-area {
    top: 12px;
}

.suggestion-area .sharing-area &gt; div {
}

.suggestion-area .sharing-area a.share.whatsapp {
    height: 50px;
    width: 180px;
    border-radius: 3px;
    padding: 0 16px;
    text-align: center;
}

.suggestion-area .sharing-area a.share span.fa {
    padding: 8px 12px;
    font-size: 29px;
    vertical-align: sub;
}

.powered-by {
    direction: ltr;
    float: right;
    font-size: 16px;
}

.powered-by img {
    height: 15px;
    margin-top: 10px;
}

.powered-by .more {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 1px;
    margin-right: 0px;
    text-align: right;
}

.tplsoptions .reloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #1f2532ab;
    z-index: 100000;
    color: #FFFFFF;
    padding: 30vh 0;
    font-size: 25px;
}

.prog-area .confirmation .pre {
    width: 35%;
    background: #edebeb;
    max-height: 300px;
    border: 1px solid #d5d0d0;
    height: auto;
    min-height: 290px;
}

.prog-area .confirmation .actions {
    text-align: right;
    width: 60%;
    padding: 0px 0;
    margin-left: 25px;
}

.prog-area .confirmation .actions &gt; button {
    background: #FFFFFF;
    border: 1px solid #1f253242;
    height: 45px;
    color: #1f2532b5;
    padding: 10px 20px;
    width: 200px;
}

.slinks {
}

.slinks ul {
    width: 100%;
    margin-top: 15px;
}

.slinks ul li {
    width: 40px;
    display: inline-block;
}

.slinks ul li a {
    color: unset;
    cursor: pointer;
    font-size: 21px;
    margin: 0 80px;
}

.slinks ul li a i {
}

.qr.field {
}

.qr.field label {
    text-decoration: underline !important;
    font-weight: normal;
}

.qr.field img {
    width: 150px;
    height: 150px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #CCC;
}

@media screen and (max-width: 600px) {
    .campaigns.public {
        padding: 0px;
    }
    .admin.actions {
        display: none;
    }
    .campaign-banner {
        display: none;
    }
    .campaigns .mobile-cta {
        /*background: url(https://b105ff616ffabf542041-4bd9cbd7c940079c5eb5fd18e93586b2.ssl.cf2.rackcdn.com/26034131_l.jpg) 0 167px;*/
        /*background-size: 520px;*/
        height: 10px;
        position: relative;
        padding: 0;
    }
    .campaigns .mobile-cta &gt; .img {
        position: relative;
        display: block;
        height: 120px;
        width: 100%;
        display: none;
    }
    .campaigns .mobile-cta &gt; .ol {
        background-image: linear-gradient(270deg, rgba(31, 37, 50, 0) 0%, #1f2532 100%, #1f2532 100%);
        background-image: -webkit-linear-gradient(270deg, rgba(31, 37, 50, 0) 0%, #1f2532 100%, #1f2532 100%);
        position: absolute;
        bottom: 0;
        height: 100%;
        width: 100%;
        display: none;
    }
    .campaigns .mobile-cta &gt; .text {
        position: absolute;
        bottom: 14px;
        text-align: center;
        width: 100%;
        font-size: 18px;
        color: #4e8fc7;
        padding: 6px;
    }
    .campaigns .mobile-cta.fb &gt; .text {
        height: auto;
        padding: 11px;
    }
    .campaigns .paging.down {
        padding: 16px 210px 0px;
        text-align: right;
        height: 90px;
        width: auto;
        margin: 20px 0;
    }
    .paging.up {
        display: none !important;
    }
    .campaigns &gt; .page-header .title {
        display: none;
    }
    .campaigns .page-header {
        background: none;
        box-shadow: none;
    }
    .campaigns .page-header.enter {
    }
    .campaigns .page-header .action-icon {
        display: none;
    }
    .page-header .actions a {
        width: 104px;
        height: 47px;
    }
    .page-header .actions a &gt; .current {
        bottom: -5px;
        border-bottom: 5px solid #4e8fc7;
    }
    .page-header .actions .row {
        padding: 20px 10px 0;
    }
    .campaigns .campaign-cta {
        display: none;
    }
    .campaigns .page-header .actions {
        display: none;
    }
    .campaigns ul.list {
        margin: 12px 0;
    }
    .campaigns ul.list.fb {
        margin: 20px 0;
    }
    .campaigns .list li {
        margin: 1px 0 0 0;
        width: 100%;
        height: 290px;
        position: relative;
    }
    .campaigns .list li.fb-content {
        width: 100%;
        border-radius: 10px;
        font-size: 15px;
        margin-right: 0;
        height: 231px;
    }
    .campaigns .list li &gt; .active {
        position: absolute;
        bottom: 6px;
        width: 100%;
        height: 98%;
        background: #0179bb;
        opacity: 0;
        display: none;
    }
    .campaigns .list li.clicked {
        opacity: 0.5;
    }
    .campaigns .list li .container {
        margin: auto;
        box-shadow: none;
        width: 100%;
        border: none;
    }
    .campaigns .mobile-cta &gt; .text &gt; .edit, .campaigns .list li &gt; .edit {
        background-color: #4e8fc7;
        border-radius: 50%;
        color: #FFFFFF;
        height: 50px;
        width: 50px;
        position: absolute;
        right: 10px;
        top: 15px;
        border: 0px solid #FFF;
        box-shadow: 0px 0px 10px 1px #FFF;
    }
    .campaigns .mobile-cta &gt; .text &gt; .edit span, .campaigns .list li &gt; .edit span {
        top: 16px;
        right: 12px;
        font-size: 20px;
    }
    .pop-up.brand-approve {
        width: 100%;
        height: 100%;
        margin-right: 0;
        top: 0;
        margin-top: 0;
        right: 0;
    }
    .campaigns .list li .container svg {
        position: absolute;
        left: 40%;
        top: 30%;
        display: none;
    }
    .campaigns .list li.clicked .container svg {
        display: block;
    }
    .campaigns .list li .container svg .path {
        stroke: #DDD;
    }
    .campaigns .list li.fb-content .container {
        height: 100%;
    }
    .campaigns .list li .container .exp-mobile {
        height: 50%;
        padding: 22px 10px;
        width: 100%;
        color: #FFF;
        background-image: linear-gradient(270deg, rgba(31, 37, 50, 0) 0%, #1f2532 68%, #1f2532 100%);
        background-image: -webkit-linear-gradient(270deg, rgba(31, 37, 50, 0) 0%, #1f2532 68%, #1f2532 100%);
        position: absolute;
        bottom: 0px;
    }
    .campaigns .list li .container .exp-mobile.video {
        width: 50%;
    }
    .campaigns .list li .container &gt; .exp-mobile .text {
        position: absolute;
        bottom: 17px;
    }
    .campaigns .list li .container &gt; img {
        width: 100%;
        height: 100%;
    }
    .campaign.edit .page-header, .camapgin.edit .nav, .camapgin.edit .button-container, .bottom-bar .prog a:not(.current), .bottom-bar a.active span.fa {
        display: none;
    }
    .bottom-bar a.prev {
        width: auto;
        color: #AAA;
        font-size: 16px;
    }
    .pop-up.facebook-why .diagram {
        width: 100%;
        height: 130px;
        position: relative;
    }
    .pop-up.mobile-campaign-intro, .pop-up.facebook-why {
        width: 100%;
        margin-right: 0;
        height: 100%;
        top: 0;
        right: 0;
        padding: 20px;
    }
    .pop-up.facebook-why .image {
        left: -20px;
        bottom: 148px;
    }
    .pop-up.facebook-why #campaign-preview {
        left: 90px;
        bottom: -210px;
        position: absolute;
        z-index: -1;
        box-shadow: none;
    }
    .pop-up.mobile-campaign-intro {
        padding: 15px 20px;
        text-align: center;
        font-size: 18px;
        color: #515C65;
        line-height: 25px;
        border-radius: 0;
    }
    .pop-up.mobile-campaign-intro img {
        width: 350px;
        margin-right: -175px;
        position: absolute;
        right: 50%;
        margin-top: 10px;
    }
    .pop-up.mobile-campaign-intro img.desktop {
        width: 100%;
        margin-top: 0;
        top: -20px;
        margin-right: 0;
        right: 0;
    }
    .pop-up.mobile-campaign-intro a.back {
        position: absolute;
        top: 476px;
        right: 40%;
        font-size: 21px;
    }
    .pop-up.mobile-campaign-intro a.view {
        position: absolute;
        width: auto;
        text-align: center;
        bottom: 78px;
        right: 50%;
        margin-right: -90px;
    }
    .pop-up.mobile-campaign-intro button {
        width: 310px;
        position: absolute;
        bottom: 15px;
        right: 50%;
        margin-right: -155px;
    }
    .dealPlanForm .options {
    }
    .dealPlanForm .options &gt; div {
    }
    .dealPlanForm .options a {
    }
    .dealPlanForm, .dealPlanForm &gt; .content, .deal.edit .details .text-details.blank, .part .line {
        width: 100%;
    }
    .dealPlanForm.event {
        padding: 90px 40px;
    }
    .dealPlanForm &gt; div &gt; .content {
        margin: 0;
        padding: 15px;
        margin-top: -10px;
    }
    .dealPlanForm &gt; div &gt; .content.image {
        width: 100%;
        min-height: 100%;
        margin: 0;
    }
    .dealPlanForm .facebook button {
        margin-right: 22px;
    }
    .box .html-view {
    }
    .dealPlanForm .facebook a {
        margin-right: 10px;
    }
    .bottom-bar .prog a {
        margin: 0;
        padding: 19px 0;
    }
    .bottom-bar a.next {
        background: #4e8fc7;
        color: #FFF;
    }
    .dealPlanForm &gt; div &gt; .content &gt; div {
        margin: 0;
    }
    .edit-area .card-container {
        margin-right: -99px;
        margin-top: -82px;
    }
    .dealPlanForm &gt; div &gt; .content .details {
        margin-top: -80px;
    }
    .edit-area .card-container.vpw320 {
        margin-top: -90px;
    }
    .deal.edit .details .text-details.blank {
        margin-top: -70px;
    }
    .campaign.edit .content .biz-details .preview {
        margin-top: 20px;
    }
    .deal.edit .pop-form.enter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 60px 6px;
        z-index: 10000;
        margin: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .campaign.edit .content .biz-details .edit-form form {
        background: #FFFFFF;
        padding: 20px 30px 0px;
        height: 90%;
    }
    .campaign.edit .content .biz-details .edit-form ul &gt; li, .biz-details form input.location, .biz-details form input {
        width: 100%;
    }
    .dealPlanForm.settings {
        padding: 50px 30px;
    }
    .dealPlanForm.settings &gt; div &gt; div, .dealPlanForm.settings &gt; div &gt; div:first-child {
        width: 100%;
    }
    .deal.edit .pop-form .actions {
        padding: 20px 0px;
        position: absolute;
        top: -7px;
        width: 100%;
        text-align: right;
    }
    .deal.edit .pop-form &gt; .actions &gt; button {
        padding: 8px 15px;
        height: 35px;
    }
    .deal.edit .pop-form &gt; .actions &gt; button.cancel {
        float: left;
        margin-left: 15px;
    }
    .dealPlanForm {
        padding: 0;
    }
    .dealPlanForm .options {
        display: none;
    }
    .dealPlanForm.settings &gt; div &gt; div, .dealPlanForm.settings &gt; div &gt; div:first-child {
        display: block;
        width: 100%;
        border: none;
        margin: 0;
        padding: 0;
    }
    .dealPlanForm input.cal {
        height: 35px;
    }
    .pick-area.filter .stats {
        width: 115%;
    }
    .campaign .explain-no-customers .message, .campaign .explain-other .message {
        padding: 20px;
        width: 90%;
        margin: auto;
    }
    .campaign .explain-other .message .text {
        width: 70%;
    }
    .distribute .call li .text {
        padding: 15px 0;
        font-size: 14px;
    }
    .pop-up.test-campaign {
        margin-right: 0;
        padding-bottom: 40px;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
    }
    .campaign .call ul {
        margin-right: 0;
    }
    .campaign .call .campaign-load {
        top: 121px;
        width: 140%;
        right: -25px;
    }
    .campaign .reoccurCampaign .call .campaign-load {
        bottom: -56px;
        right: 46%;
        top: initial;
        width: 234px;
    }
    .pop-up.content-share.open {
        width: 100%;
        height: 100%;
        padding: 10px;
        margin-right: 0;
        top: 0;
        right: 0;
        position: fixed;
        border-radius: 0;
        background-color: #eeeeee;
    }
    .pop-up.content-share form.post, .pop-up.content-share .post .field textarea, .pop-up.content-share .post .field {
        width: 100%;
    }
    .pop-up.content-share .post .action button {
        float: right;
    }
    li.deal.fb-content .container .actions button.share {
        margin-top: 11px;
        margin-right: 10px;
        font-size: 15px;
        padding: 10px 0px 10px;
        vertical-align: text-top;
        width: 160px;
    }
    li.deal.fb-content .container .post .image-wrap .image {
        height: 224px;
        background-size: cover;
        background-position: 50% 50%;
    }
    .pop-up.content-share .post .action {
        margin-top: 10px;
    }
    .explain-no-customers {
        margin: 20px 0 30px
    }
    .campaign .explain-no-customers .message {
        text-align: center;
        width: 100%;
    }
    .explain-no-customers .text {
        padding: 20px 0 0;
    }
    .explain-no-customers img.attention {
        float: none;
    }
    .prog-area {
        width: 100%;
        top: 0;
        right: 0;
        border-radius: 0
    }
    .prog-area .confirmation {
        width: 100%
    }
    .prog-area .confirmation a {
    }
    .prog-area .confirmation .text {
        width: 90%;
        margin-top: 20px;
    }
    .prog-area .confirmation .text {
        width: 90%;
        margin-top: 20px;
    }
    .prog-area .confirmation a span {
    }
    .deal.edit .go span {
    }
    .prog-area &gt; .load &gt; span {
    }
    .call .cta {
        display: none;
    }
    .campaign .box.distribute {
    }
    .campaign .box.distribute .part {
        padding: 0 20px 0;
    }
    .campaign.edit .edit-area, .campaign.edit .subject {
    }
    .edit-area .button-container {
        display: none;
    }
    .campaign.edit .subject {
        z-index: 1;
    }
    .campaign-preview .nav-banner .actions {
        display: none;
    }
    .pop-up.content-share .container {
        padding: 0px 20px;
    }
    .pop-up.content-share .container &gt; .title {
        padding: 0px 0 10px;
        border-bottom: 1px solid #CCCCCC;
    }
    .pop-up.content-share .image-wrap &gt; .image {
        display: none;
    }
}

/* deals-new.css */</pre></body></html>