body{font-size:0.9rem}
.subscriberid span{
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #ccc;
    margin-right: 6px;
    vertical-align: middle;
}
.subscriberid a{
   display:inline-block;
   vertical-align: middle;
}
.table-sm th, .table-sm td{padding:0.8rem;}
.navigation{
   text-align: center; margin-top:25px;
}
.navigation .pagination{display: inline-block;}
.navigation .pagination .page-item{display: inline-block;}
.navigation .total-record-found{font-size:0.85rem}
.card-header{
    display: flex;
    justify-content: space-between;   
}
.card-header p{font-size:14px; margin:0;}
.no-record-notice{text-align: center; margin:50px 0;}
div.dataTables_wrapper div.dataTables_filter input{width:20rem !important; height:35px ; }
div.dataTables_wrapper div.dataTables_filter label{float:left}
.dataTables_wrapper > .row:first-child > div:first-child{display:none;}
.pull-right{float:right}
.btn-white {
    background: #fff;
    border: 1px solid #ccc;
    color: #666;
    font-weight: 400;
}
.websiteselect-img {
    width: 40px;
}
.vmiddle,.table th, .table td{vertical-align: middle !important; }
.browser-icon{display: inline-block; margin-right:5px;}
.browser-icon img{width:100%}
.browser-icon.inactive img{filter:grayscale(100%)}
.active-site{background:#edf2f9}
.siteOption{cursor: pointer;}
.edit-site .data-table td, .edit-site .data-table th{white-space:inherit}
.table-edit-site img{width:50px;}
.download-file-button{position: absolute; bottom:0; right:10px}
#codespot {
    display: block;
    padding: 10px 10px 20px 15px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.page-logs .table-sm th, .page-logs .table-sm td{padding:0.3rem}
.optintype{
    text-align: center; 
    border:1px solid #E9E9E9; 
    padding:25px; 
    box-shadow: 0 15px 45px -5px rgba(39,55,74,.15), 0 15px 40px -20px rgba(39,55,74,.1);
    height:240px;
}    
.optintype.disabled:after {
    width: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    bottom: 0;
    content: ' ';
    background: rgba(255,255,255,0.5);
    cursor: not-allowed;
}
.optintype span{
    font-weight:700; font-size:18px;
}
.optintype *{color:#636E7B}
.optintype:hover:not(.disabled){
    border:1px solid #428bca;
    cursor: pointer;
}

.optintype.active{
    border:2px solid #428bca;
}

.optintype img{
    display: block;
    margin:0 auto;
    padding-bottom:15px;
    max-width:100%;
    max-height:100%
}
.optintype p{font-size:12px;}
.prompt-background {
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
}
.panel {
    border-radius: 3px;
    box-shadow: none;
    position: relative;
}
.panel-body {
    padding: 20px;
}
#_prompt_overlay {
    width: 0%;
    position: initial;
}
#promptPreview #pushboxcontainer {
    position: relative !important;
    left: 45px;
    padding-bottom: 30px;
    z-index: 200;
}


#pushboxcontainer {
    position: fixed;
    z-index: 1000201;
    top: 15px;
    left: 60px;
    font-family: times;
    display: block;
    -webkit-animation: _aimtellShowPushBox 1s forwards;
    animation: _aimtellShowPushBox 1s forwards;
}
.pushPromptPage input, .pushPromptPage .select2-container {
    margin-top: 5px;
    margin-bottom: 5px;
}
.colorpicker-element input{margin-top:0}
.colorpicker-element input {
    margin: 0 !important;
    border-radius: 3px !important;
    height: 33px;
    width: 46px !important;
    margin:0 2px !important;
}

#promptPreview webpushrPromptConatiner {
    position: relative !important;
    left: 30px;
    padding-bottom: 30px;
    z-index: 200;
}


#top-left, #bottom-right{
    background: rgba(0,0,0,.21);
    height:260px;
}
.subscription-bell #top-left, .subscription-bell #bottom-right{
    height:360px;
}
.subscription-bell #bottom-right{display:block !important;}
#middle{
    background-color: rgba(0,0,0,0.21);
    background-image: none;    
}
promptbox3{    height: 175px; display: block;}
prompticon3{position: absolute !important;}
.manage-custom-prompt{margin-top:20px; text-align: right;}
.label-text{font-size:14px;}
[type="color"]{padding:5px 12px;}
.editPrompt > div .row{margin-bottom:10px;}
.card-body hr{    margin-top: 2rem;
    margin-bottom: 2rem;}
.help-tooltip{font-size:12px; cursor: pointer;}
.tooltip{font-size:12px;}
.pushImageHolder .removeLargeImage, .pushImageHolder .removeIcon, .action-button-remove {
    position: absolute;
    top: 19px;
    right: 4px;
    border: 0px;
    color: red;
    display: none;
    background: #f9fafd;
}
.action-button-remove {
    top: -3px;
    right: -13px;    
}

.updatePushIconButton, .updatePushImageButton{width:100%}
.pushPreviewContents {
    border-radius: 0 0 5px 5px;
    max-width: 560px;
    padding: 0px;
    min-height: 350px;
    position: relative;
    border:1px solid #edf1fa;
}
.pushPreviewContents.windows{
    background-image: url('../images/windows_placeholder.jpg');
    background-position: center bottom;

}
.pushPreviewContents.mac{
    background-image: url('../images/mac_placeholder.jpg');
    background-position: center top;
}

.pushNotificationPreview {
    padding: 20px 20px 0 20px;
    -moz-box-shadow: 0 15px 45px -5px rgba(39,55,74,.15), 0 15px 40px -20px rgba(39,55,74,.1);
    -webkit-box-shadow: 0 15px 45px -5px rgba(39,55,74,.15), 0 15px 40px -20px rgba(39,55,74,.1);
    box-shadow: 0 15px 45px -5px rgba(39,55,74,.15), 0 15px 40px -20px rgba(39,55,74,.1);
    border: 1px solid #E9E9E9;
    width: 75%;
    background: #FFF;
    margin: 0 auto;
    padding: 10px !important;
    position: absolute;
    bottom: 45px;
    right: 10px;
}
.pushpreviewicon {
    width: 50px !important;
    height: 50px;
}
.pushNotificationPreview img {
    width: 100%;
    max-height: 195px;
}
.pushNotificationPreview .pushTextContents {
    max-height: 110px;
    display: block;
    position: relative;
    padding-right:10px;
    overflow: hidden;
}
.pushTitle {
    max-height: 20px;
    overflow: hidden;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-weight: 600;
}
.pushTitle, .pushBody {
    font-size: 0.8rem;
}
.pushNotificationPreview .pushUrl {
    display: block;
    color: #7a7a7a;
    position: absolute;
    bottom: 0px;
    font-size:0.8rem;
}
.pushNotificationPreview img {
    width: 100%;
    max-height: 195px;
}

.pushpreviewimage {
    margin-top: 10px;
}
.pushBody {
    font-size: 0.8rem;
    display: block;
    max-height: 20px;
    overflow: hidden;
}
.loadspinner{display:none;}
.navbar-vertical.navbar-expand-xl{max-width:13rem}
.sites-dropdown{width:240px;margin-top:-5px;}
.site-selector .sites-dropdown{margin:15px 0;  }
.sites-dropdown button,.sites-dropdown button:hover{        width: 100%;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    border: 0;
    box-shadow: none;
    padding: 0px 8px 0 0;
    color:#333;
}
/* .sites-dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    right: 8px;
    position: absolute;
    top: calc(50% - 3px);
} */
.navbar .sites-dropdown .dropdown-menu{left:0; width:100%;    max-height: 500px; overflow-y: auto; overflow-x:hidden; margin-top:15px; border:none;}
.navbar .sites-dropdown .dropdown-menu:after{display: none;}
.navbar .sites-dropdown .dropdown-item{font-size:14px; font-weight:400;    padding: 5px 8px 5px 4px;}
.navbar .sites-dropdown .dropdown-item img,.navbar .sites-dropdown #dropdownSiteButton img{
    width: 28px;
    margin-right: 5px;
    margin-left: 0px;
    height: 28px;
    margin-bottom: 3px;
    border-radius: 50%;
    border: 1px solid #fff;
}
#dropdownSiteButton:after{display: none;}
.navbar .sites-dropdown .dropdown-item:hover img{background:#fff}
.navbar .sites-dropdown .dropdown-item div{display:inline-block; vertical-align: top;}
.navbar .sites-dropdown .dropdown-item span{display:block; font-size:12px; font-weight: 400}
.navbar .sites-dropdown .dropdown-divider{margin:0; display:none;}
.tab-description{
    text-align: left;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 50px;
    font-size:14px;
}
.action-button fieldset{     padding: 0 15px 0px 15px;
    border: 1px solid #eee;
    position: relative;
    margin-bottom: 20px;}
.action-button fieldset legend{ font-size: 14px; font-weight: 600; margin-left:-5px; padding-left:5px; padding-right:5px; display:inline-block; width:auto;}
.form-control.segmentRecipientTitle{background-color: transparent; border:none;}
.select2.select2-container{margin-bottom:15px;}
.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    height: 36px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #344050;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8e2ef !important;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:35px !important;}
#pushConversionSettings, #pushExpirationSettings {
    display: none;
}
.pushSectionDescription .custom-switch{margin-top:-35px; float:right;}
.tab-content{min-height:400px;}
.push-setting-option-item b{display:block;}
.push-setting-option {
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
    font-size:14px;
    margin-bottom:30px;
}

.push-delivery {
    padding-bottom: 15px;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 5px;
}
.schedule-delivery {
    display: none;
    font-size:14px;
}
.schedule-note{margin-bottom:20px;}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
#generalpopup .modal-header h5{ color:#fff }
.modal-header{    border-top-left-radius: 0.286rem;
    border-top-right-radius: 0.275rem;}
.modal-body{min-height:100px;}
.nopadding {padding: 0;}
.pushActionButtons span{
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    color: #2c7be5;
    text-transform: uppercase;
    font-weight: 600;
}
.result-name{font-size:30px; font-weight: 600; text-align:center}
.result-value{font-size:16px; text-align:center}
.page-campaign-result .card-body{padding:10px 10px 0 10px}
#campaign-results-preview {
    border: 1px solid #C9C9C9;
    padding: 10px;
    display: inline-block;
    width: 100%;
    -moz-box-shadow: 0 15px 45px -5px rgba(39,55,74,.15), 0 15px 40px -20px rgba(39,55,74,.1);
    -webkit-box-shadow: 0 15px 45px -5px rgba(39,55,74,.15), 0 15px 40px -20px rgba(39,55,74,.1);
    box-shadow: 0 15px 45px -5px rgba(39,55,74,.15), 0 15px 40px -20px rgba(39,55,74,.1);
}
#campaign-results-preview-title {
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#campaign-results-preview-body {
    display: block;
    padding-bottom: 10px;
    font-size:14px;
}
#campaign-results-preview-domain {
    display: block;
    color: grey;
    font-size:14px;
}
.connector.add-button{
    text-align: center;
    padding-top: 65px;
}
#all-subscriber-disclaimer {
    font-style: italic;
    display: block;
    margin: 50px auto;
    text-align: center;
}
.connector.and-text{margin-bottom:15px;}
.segmentgroup .condition .and-or-condition-toggle {
    display: inline-block;
}
.segmentgroup .condition:first-of-type .and-or-condition-toggle {
    display: none;
    margin-right: 10px;
}
.segmentFilterName {
    padding-top: 10px;
    background-color: transparent !important;
}
.segmentname {
    padding-top: 0px;
}
.segmentgroup .condition .segmentFilterName {
    width: 70%;
    float: right;
}
.segmentgroup .condition:first-of-type .segmentFilterName {
    width: 100% !important;
}
.and-or-condition-toggle .and-condition, .and-or-condition-toggle .or-condition {
    display: inline-block;
    border: 1px solid #ccc;
    margin-left: 2px;
    height: 40px;
    width: 50px;
    padding:0;
}
.and-or-condition-toggle .and-condition.active, .and-or-condition-toggle .or-condition.active {
    background: #2c7be5;
    color: #FFF;
}
.connector.add-button button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 2px;
    height: 50px;
    border-left: 1px dashed #b0bccc;
    box-sizing: border-box;
}
#conditions .add-segment-condition {
    padding: 15px 10px 20px 10px;
    cursor: pointer;
    display: inline-block;
    color: #4d5969;
    font-weight: 600;
}
.segmentvaluespinner {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 10px;
}
.segmentvaluespinner {
    display: none;
}
.segmentgroup .condition:first-of-type {
    margin-top: 15px;
}

.segmentgroup .condition {
    padding: 10px;
}
#conditions .ui-autocomplete {
    padding-top: 5px;
    border-radius: 5px;
    top: 41px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1 !important;
    max-height: 300px;
}
.btn-default{background:#e4e7ea}
#segment-title-edit {
    cursor: pointer;
    font-style: italic;
    font-weight:400;
}
.subscriberMatchingCount{display:block; text-align:right; font-size:14px; margin-top:5px}
#subscriberMatchingCount-num{font-weight: 600}
#segment-title{
    font-size: 24px;
    font-weight: 300;
    color: #5e6e82;    
}
#conditions .connector:first-of-type {
    display: none;
}
#conditions .ui-front {
    z-index: unset;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{background:#2c7be5}
.connector.and-text:last-child, .connector.and-text + .connector.and-text {
    display: none;
}
#card-errors{
    display: none;
    color: #781d2d;
    background-color: #fad7dd;
    border-color: #f8c7d0;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.payment-alert {
    display: inline-block;
    padding-right: 30px;
}
.navbar-brand{margin-left:0 !important;}
.navbar-brand img{width:200px;}
.table-sites  td{
    padding:0.5rem;
}

.add-site-full .add-site-steps span.active {
    color: #1a68d1;
}
.add-site-full .add-site-steps .step-bubble.active {
    background-color: #1a68d1;
    color: #FFF;
}
.add-site-full .heading-hero-text{
    font-size:36px;
    display: block;
    text-align: center;
    font-weight: 600;
    color:#000;
    padding-bottom:20px;
    padding-top:20px;
}

.add-site-full .toggleLoadImage{
    cursor: pointer;
}

.add-site-full .add-site-steps span{
    text-align: center;
    display: block;
    font-size:14px;
}

.add-site-full .add-site-steps span.hide-on-whitelabel{
    display: inline-block;
}

.add-site-full .add-site-steps .step-bubble{
    display: block;
    padding: 15px;
    background: #E9E9E9;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: bold;
}

.add-site-full .add-site-box{
    border:1px solid #E9E9E9;
    padding:40px 50px;
    box-shadow: 0 15px 45px -5px rgba(39,55,74,.15), 0 15px 40px -20px rgba(39,55,74,.1);
    background:#fff;
}


.add-site-full .add-site-box-container .change-icon{
    display: block;
    max-width: 100%;
    margin:0 auto;
}


.add-site-full .add-site-box-container .withimage{
    border:1px solid #E9E9E9 !important;
}

.add-site-full .add-site-box-container #url-warning{
    display: none;
}


.add-site-full .add-site-box-container .change-icon.imagepreview{
    background:none;
}


.add-site-full .add-site-box-container .site-details span{
    display: block;
    margin-bottom:5px;
    font-weight:500;
    font-size:0.9rem;
}

.add-site-full .add-site-box-container .site-details input{
    display: block;
    margin-bottom:25px;
}


.add-site-full .add-site-cta button.next-step{
    display: block;
    margin:0 auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
    cursor: pointer;
}

.add-site-full .add-site-cta .next-step{
    cursor: pointer;
    min-width:225px;
}

.add-site-full .start-over{
    cursor: pointer;
    display: block;
    display: none;
    text-align: center;
    padding-bottom:20px;
    margin-top:-20px;
}


.add-site-full .heading-byline-mobile{
    display: block;
    font-size:15px;
    text-align: center;
}

.add-site-full-mobile img{
    width:300px;
    display: block;
    margin:0 auto;
}

.add-site-full #url-locked{
    display: none;
}


.add-site-full .verify-install-container span.verify-text-sub{
    display: block;
    text-align: center;
    font-size:14px;
}

.add-site-full .add-site-cta span.next-step{
    padding:10px;
    color:#FFF;
    border-radius: 10px;
    padding-left:25px;
    padding-right:25px;
}

.add-site-full .add-site-cta img{
    display: inline;
    padding-left:10px;
}

.add-site-full .add-site-footer{
    display: block;
    padding-top:20px;
    padding-bottom: 75px;
}

.add-site-full .add-site-box-container .change-icon-container span{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight:600;
    margin-top:10px;
    cursor: pointer;
}
.change-icon-container small{
    display:block;
    text-align:center;
}
.add-site-full .add-site-box-container .change-icon-container img{
    width:125px;
    height:125px;
    margin-top:10px;
    cursor: pointer;
}

.add-site-full .platform-option{
    display: block;
    text-align: center;
    margin:0 auto;
    padding:25px;
    background:#fafbfc;
    border:1px solid #d9e1ed;
    position:relative;
}

.add-site-full .platform-option.selected{
    border: 2px solid #428bca;
}

.add-site-full .verify-install{
    display: block;
    text-align: center;
    margin:0 auto;
    width:400px;
    margin-top:-50px;
}

.add-site-full .verify-install span{
    display: block;
    font-weight: 400;
}

.add-site-full span.verify-text-main{
    font-weight:600;
    font-size:18px;
    display: block;
    text-align: center;
}


.add-site-full .platform-option .selected-check{
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 25px;
    color: #428bca;
    background:#FFF;
    display: none;
}


.add-site-full .platform-options{
    position:relative;
}

.add-site-full .platform-options div{
    -webkit-transition: left 2s ease-in-out;
    -moz-transition: left 2s ease-in-out;
    -o-transition: left 2s ease-in-out;
    -ms-transition: left 2s ease-in-out;
    transition: left 2s ease-in-out;
    z-index:3;
}


.add-site-full .installation-instructions{


    right:0px;
}

.copyToClipboard{
    cursor: pointer;
}

.add-site-full .installation-instructions .step-title{
    font-weight:600;
    display: block;
    font-size:16px;
}


.add-site-full .installation-instructions .steps-footer-note{
    display:block;
}

.add-site-full .installation-instructions .install-step{
    margin-bottom: 25px
}



.add-site-full #install-code{
    background: #F9F9F9F9;
    height:90px;
}

.add-site-full .add-site-step-one{
    cursor: pointer;
}

.add-site-full .step-two-install a{
    display: block;
}

.add-site-full .platform-options .platform-container{
    z-index: 1;
    left:0px;
    max-width: 350px;
}

.add-site-full .platform-options .platform-container.feature{
    z-index: 3;
}

.add-site-full .platform-options .platform-wordpress-container.tuck, .add-site-full .platform-options .platform-wordpress-container.feature{
    left:-240px;
}

.add-site-full .platform-options .platform-shopify-container.tuck, .add-site-full .platform-options .platform-shopify-container.feature{
    left:-550px;
}


.add-site-full .platform-options .tuck-locked:hover, .add-site-full .platform-options .tuck-locked .platform-option{
    cursor:not-allowed;
    border:none;
}

.add-site-full.add-step-three .add-site-footer, .add-site-full.add-step-three .start-over {
    display: none;
}

.add-site-full .platform-option a{
    color:#636E7B;
}

.add-site-full .platform-option .help-box a:hover{
    color:#428bca;
}


.add-site-full .platform-option:hover{
    box-shadow: 0 15px 45px -5px rgba(39,55,74,.15), 0 15px 40px -20px rgba(39,55,74,.1);
    border:2px solid #55acee;
    cursor: pointer;
}



.add-site-full .platform-option .help-box{
    border-top:1px solid #d9e1ed;
    padding-top:10px;
    display: block;
    text-align: center;
    margin-top:25px;
}

.add-site-full .platform-option img{
    display: block;
    text-align: center;
    margin:0 auto;
    padding-bottom:30px;
}

.add-site-full span.question-bubble{
    background: #E9E9E9;
    height: 25px;
    width: 25px;
    padding: 2px 10px;
    border-radius: 50%;
}

.add-site-full span{
    display: inline-block;
}
.add-site-steps hr{margin-top:1.5rem}
.https-label {
    margin-top: 17px;
    display: none;
    position: relative;
}
.add-site-box .input-group-text{height:34px;}
label em{font-size: 12px;}
.add-site-full #install-code{
    background: #F9F9F9F9;
    height:120px;
    font-size:14px;
}
.f-14{font-size:14px !important;}
.sites-dropdown-icon{
    font-size: 16px;
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: 10px;
    padding: 0px 2px 7px 2px;    
}
.plan-box{padding-left:8px; padding-right:8px;}
.plans-wrapper{padding:0 25px;}
.custom-file-label{overflow: hidden; line-height: 22px;}
.navbar-vertical.navbar-expand-xl + .content .navbar-top .navbar-brand {
    display: block;
}
.test-tag{display:none;}
.mark-tag .fa-sync, .duplicate .fa-sync{font-size:10px; display:none;}
.test-tag.active-tag{display:inline-block;}
.remove-tag-badge{cursor: pointer;}
.remove-tag-badge .fa-sync{font-size:9px; display:none;}
.segmentRow td {padding: 5px 0;}
.form-control{font-size:0.9rem;}
.ui-datepicker{width:auto !important;}
#pushContents .pushPreviewContents .emojioneemoji{
    font-size: inherit;
    height: 2ex;
    width: 2.1ex;
    min-height: 8px;
    min-width: 8px;
    display: inline-block;
    margin: -.2ex .15em .2ex;
    line-height: normal;
    vertical-align: middle;
    max-width: 100%;
    top: 0;
}
.emojionearea .emojionearea-picker{z-index:9000 !important}


.outer-cover[data-v-45c87718] {
    display: inline-block;
    width: 360px;
    height: 65px;
    background: #f0f0f0;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    position: absolute;
    top: 45px;
    right: 20px;    
}

.device-container .n-preview[data-v-a42e5b2c] {
    position: absolute;
    top: 40px;
    right: 85px;
    transform: scale(.6);
    transform-origin: right top;
}

.device-container .n-preview[data-v-a42e5b2c] {
    bottom: 130px;
    right: 80px;
}
.outer-cover .simple-block[data-v-45c87718] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 10px;
    height:100%;
}
.outer-cover .simple-block .placeholder-circle[data-v-45c87718] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: url('../images/chrome-icon.png') 50% no-repeat #ccc;
}
.outer-cover .simple-block .text-block[data-v-45c87718] {
    padding: 0 0px 0 11px;
    margin: -2px auto;
    width: 100%;
    font-weight: 400;
    line-height: 1.25;
    min-width: 0;
}
.outer-cover .simple-block .text-block .title-block[data-v-45c87718] {
    font-size: 12px;
    font-weight: 600;
    color:#000;
    height: 15px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}
.outer-cover .simple-block .text-block .domain-block[data-v-45c87718] {
    font-size: 11px;
    margin-bottom: 4px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
}
.outer-cover .simple-block .text-block .subtitle-block[data-v-45c87718] {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 99%;
    color:#333;
}
.outer-cover .simple-block .logo-block[data-v-45c87718] {
    border-radius: 2px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.outer-cover .simple-block .logo-block img{
    width: 44px;
    height: 44px;
    max-width: 44px;
}
.outer-cover .simple-block .cta-block[data-v-45c87718] {
    border-left: 1px solid #ddd;
    text-align: center;
    display: -ms-flexbox;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    top: 0;
    right: 0px;
    height: 65px;
}
.outer-cover .simple-block .cta-block>div[data-v-45c87718] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    font-weight: 500;
    color: #666;
}
.outer-cover .simple-block .cta-block>div[data-v-45c87718]:first-child {

}
.outer-cover .simple-block .cta-block>div[data-v-45c87718] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    
}
preview[data-v-a42e5b2c] {
    bottom: 130px;
    right: 80px;
}

.androidPreviewWrapper{
    width: 300px;
    margin: 0 auto;
    height: 500px;
    background-image: url('../images/android_placeholder.jpg');
    background-position: center top;
    background-size: 300px;
    background-repeat: no-repeat;    
    padding:0;
    margin-top:-45px;
}
.android-notification-wrapper{
    width: 300px;
    background: #fff;
    position: absolute;
    top: 95px;
    border-radius: 8px;    
}
.androidNotificationContent{
    padding:5px 12px 10px 12px;
}
.androidNotificationInfo{
    color:#999
}
.androidNotificationBadge svg{width:12px; color:#999}
.androidNotificationBrowser{
    font-size: 11px;
    font-weight: 600;
    color: #555;    
}
.androidNotificationTitle{
    font-size: 12px;
    color: #333;
    font-weight: 600;
    margin-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;       
}
.androidNotificationMessage{
    font-size: 12px;
    line-height: 13px;
    margin-top: 2px;
    color: #555;
    font-weight: 500;
}
.adnroidNotificationSettings{
    background: #eee;
    border-radius: 0 0 5px 5px;
    padding: 6px 10px;    
}
.adnroidNotificationSettings span{
    font-size: 11px;
    font-weight: 600;
    color : #2c7be5; 
    text-transform:uppercase;
    margin-right:10px;
}
.androidNotifiationText{
    display: flex;
}
.androidNotificationBody{width:240px; padding-right:10px;}
.androidNotificationIcon{}
.androidNotificationIcon *{width:100%}
.androidNotificationIcon div{
    width: 38px;
    height: 38px;
    background: #ccc;
    text-align: center;
    padding-top: 6px;
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}
.androidNotificationImage img{    width: 100%;}
.androidNotificationMessage.pushBody{max-height: unset}
.os-preview img{width:35px; filter:grayscale(1); opacity: 0.5;}
.os-preview .nav-bar-item:hover img,.os-preview .nav-bar-item.active img{filter:grayscale(0); opacity:1}
.android-notification-icon{height:35px; width:35px;}
.androidNotificationBadge img{width:15px; filter: grayscale(1)}
.mac-cta-settings{border-top:1px solid #ddd;}
.windowsNotificationHeader{width:100%; margin-bottom:8px; padding-left:8px;}
.windowsNotificationHeader svg{width:15px;}
.windowsNotificationHeader img{width:20px; margin-right:5px; filter:grayscale(1);}
.windowsNotificationHeader span{font-size:13px;}
.windowsNotificationPreview .pushTextContents .pushTitle{font-size:0.9rem; font-weight:500; color:#000; margin-bottom:3px; white-space:unset;}
.windowsNotificationPreview .pushTextContents .pushBody{
    font-size: 0.9rem;
    font-weight: 500;
    max-height: 90px;
    text-overflow: ellipsis;
}
.windowsNotificationBody{display:flex; padding-left:8px; justify-content: space-between;}
.windowsNotificationPreview .pushActionButtons{    margin:10px -10px 0 -10px;background: #eee;}
.navbar-nav .btn-group-list{ background:#fff; color:#333;     box-shadow: 0 2px 5px 0 rgba(60,66,87, .12), 0 1px 1px 0 rgba(0,0,0, .12);}
.navbar-nav .btn-group-list button{background:#fff; color:#333;}
#navbarDropdownNotification{    background: #fffefe;padding-right: 10px !important;  border:none}
#navbarDropdownNotification:active, #navbarDropdownNotification:focus{ outline:none;}
#ftue_steps{background: none;}
.os-preview{border:0 !important;}
.avatar-2xl {
    height: 2.5rem;
    width: 2.5rem;
}
.avatar {
    position: relative;
    display: inline-block;
}
.avatar-2xl .avatar-name {
    font-size: 0.83333rem;
}
.avatar img, .avatar .avatar-name {
    width: 100%;
    height: 100%;
}
.avatar .avatar-name {
    background-color: #344050;
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.avatar .avatar-name > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
@media(max-width:500px){
    .sites-dropdown{margin:0;}
    #ftue_steps{display: none;}
}
@media(max-width:1200px){
    #top .site-selector{
        top: 10px;
        z-index: 100000;
        /* height: 59px; */
        width: auto;
        left: 100px;      
        background:none;
    }
   .site-selector .sites-dropdown{margin:5px 0}
}

.sending-notification-badge .fa-sync{font-size: 8px; margin-right:1px;}
.white-space-wrap{white-space: unset !important;;}
#top .navbar-glass{min-height:auto !important;}
.navbar-vertical.navbar-expand-xl{overflow-x:hidden }
.chart-progressbar td{padding-bottom:0;}
#codeigniter_profiler{position: relative; z-index:10000}
#line-chart-loader{color:#fff; font-size: 48px;}
.page-loader svg{max-width:40px;}
.site-selector .dropdown-menu{position:unset;}
#top .left-menu{top:70px;}
.active-subscribers{color:#67af9e}
.subscriber-count{position: relative; font-size:12px;}
.subscriber-count a{font-size:12px;}
.subscriber-count.disabled:before{content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    z-index:2;
    width:110%;
    cursor: not-allowed;}
.subscriber-count.disabled a{color:#ccc;}
.page-tracking-code #install-code{
    width: 100%;
    height: 150px;
    padding: 10px;
}
#navbarVerticalCollapse .dropdown-indicator:after{display:none;}
.site-selector.navbar-vertical.navbar-expand-xl{max-width:14.5rem; } 
.container-fluid {
    width: 95%  !important;
    padding-right: calc(50vw - 760px) !important;
    padding-left: calc(50vw - 760px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.navbar-vertical .navbar-nav .nav-link {
    color: #0b1727 !important;
}
.navbar-vertical .navbar-nav{font-weight: 400 !important;}
.navbar-light .navbar-nav .active > .nav-link{color:#0458f5 !important; font-weight:500 !important}
table.dataTable.table-sm>thead>tr>th{    padding-right: 10px !important; padding-left: 10px !important;}
.filter-sites:focus{box-shadow: none;}
#dropdownSiteButton:focus{box-shadow:none;}
#notificationsImprovments .notification{align-items: center; justify-content: space-between; color:#0458f5}
#notificationsImprovments .notification-body{margin-bottom:0;}
#notificationsImprovments  .list-group-item .notification-flush{padding:0.7rem 1rem}
.navbar .dropdown-menu.dropdown-menu-right{border:none;}
.improvements-done a{ color:#a9a9a9 !important}
.improvements-pending a{color:#0458f5!important}
#notificationsImprovments .unread-indicator::before{    right: 0.225rem;top: 0.1rem;}
#notificationsImprovments .dropdown-menu{min-width:23rem}
.spinner-border{    
    width: 3rem;height: 3rem;
    color: #2c7be5!important;
    font-size: 0.5rem;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border 1.25s linear infinite;
}
.loader-size-0 .spinner-border{    width: 1rem;height: 1rem;}
.loader-size-1 .spinner-border{    width: 1.5rem;height: 1.5rem;}
.loader-size-2 .spinner-border{    width: 2rem;height: 2rem;}
.loader-size-3 .spinner-border{    width: 3rem;height: 3rem;}

.loader-border-0 .spinner-border{    font-size: 0.5rem;}
.loader-border-1 .spinner-border{    font-size: 0.8rem;}
.loader-border-2 .spinner-border{    font-size: 1rem;}

.loader-color-white .spinner-border{    color: #fff!important;}
#toast-container>.toast-success{background-color:#009bde !important}
  .block-heading{display:flex; justify-content:space-between; margin-bottom:1.5rem}
  .block-heading h6{margin-bottom:0}
  .ping-location .page-loader {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 25px;
  }
  .timeout-slider{padding-top:0.3rem; padding-bottom:0.3rem}
  .response-time{display:flex;    margin-top: 1.3rem; margin-bottom: .3rem; margin-left:10px; margin-right:10px; justify-content:space-between;}
  
  .response-time .response-datapoint{height:45px; border-radius:2px; width:7px; background:#ccc}
  .response-time .response-datapoint.red{background:rgb(231, 76, 60);}
  .response-time .response-datapoint.green{background:rgb(47, 204, 102);}
  .response-time .response-datapoint.yellow{background:#99c836}
  .response-graph-footer{display:flex; justify-content:space-between;}
  .response-graph-footer div{color:#ccc;}
  .response-graph-footer hr{margin:0.8rem 0.6rem 0 0.6rem; border-top:1px solid rgba(204, 204, 204, 0.35);}
  .response-graph-footer{display:none}
  .location-graph .page-loader{position: absolute; left: 0;right: 0;bottom: 35%;}
  .logs-table .page-loader{margin-top:100px; margin-bottom:100px;}
  .chart-footer{display:flex; justify-content: space-between;}
  .chart-footer p{font-size:12px; color:#ccc; margin-bottom:0}
  .location-chart{margin-top:10px; margin-left:-4px;}
  .response-time .page-loader{margin:10px auto;}

.page-optin .panel-body.prompt-background{height:400px !important; padding:0}
.page-optin input::-webkit-outer-spin-button,
.page-optin input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-optin .optintype{border:3px solid transparent}
.page-optin .optintype.active,.optintype:focus,.optintype:active{border:3px solid rgba(107, 170, 255,1) !important; border-radius:10px !important;}
.page-optin .optintype:hover:not(.disabled){border:3px solid rgba(107, 170, 255,.15)}
.page-optin .custom-radio-success {
    border-radius: 5px !important;
    padding-left: 1rem;
    padding-right: 1rem;
}
.page-optin .custom-radio-success:hover{box-shadow:0 0 0 0.2rem rgba(107, 170, 255,.15)}
.page-optin .custom-radio-success.active{box-shadow:0 0 0 0.2rem rgba(107, 170, 255,1)}
.page-optin .optintype{height:200px}
 .site-type{display:flex;  flex-wrap: wrap;}
    .site-type > div{
    text-align: center;
    background: #edf2f8;
    padding: 7px;
    margin: 2px;
    width: 94px;
    border-radius: 5px;
    font-size: 12px;  
    font-weight:600;    
    cursor:pointer;  
    border:2px solid transparent;
    }
    .site-type > div:hover{border-color:#c2cede}
    .site-type > div.active{border:2px solid #1a68d1;}
    .site-type > div img{    height: 30px;margin-bottom: 5px;}
    
    .site-type-logo{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;        
    }
    .add-site-full .add-site-box-container .site-details span    {display:inline-block !important}
    .self-hosted{display:none}