body {
  --primary-color: var(--primary-color);
  --secondary-color: var(--secondary-color);
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  border-top: 1px solid #f4f4f4;
  padding: 12px 8px;
  vertical-align: middle;
  color: #008ca9;
  font-weight: normal;
  text-transform: capitalize;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
  padding: 12px 8px;
  vertical-align: middle;
  color: #008ca9;
  font-weight: normal;
  text-transform: none;
}
.impersonate-sticky-info {
	position:fixed;
	top:0;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	text-align:center;
	z-index:9999;
	max-width:600px;
	color: #ffffff;
	background-color: var(--primary-color);
	padding: 5px;
	border: 0;
    padding-bottom: 4px;
}
.impersonate-sticky-info hr {
	padding: 0px;
	margin:0px;
	color:#ffffff;
	background:#ffffff;
}

.impersonate-sticky-info a {
	color: #ffffff;
	font-weight:bold;
    text-decoration:underline;
}

.impersonate-sticky-info .switch-btn {
  background-color: #fe62a1 !important;
  margin-top: 4px;
  text-decoration: none;
  position: absolute;
  left: 615px;
}

.subscribers-table {
	overflow-x: scroll;
}

.subscribers-table table {
	margin-bottom: 0px;
	padding-bottom:0px;
}

.subscribers-table table td, .subscribers-table table th {
	max-width:300px;
}

.panel-tiny {float:left; max-width: 190px;margin-right:10px}
.panel-tiny .panel-heading {}
.panel-tiny .panel-body {min-height:70px; font-size: 12px}
.panel-tiny .panel-footer {}
.panel-tiny .panel-heading h3 {font-size: 14px; margin:0; padding:0}

#csv-import {}
#csv-import .counters {font-size:12px;}
#csv-import .counters .total-processed {font-weight:bold;}
#csv-import .counters .total {font-weight:bold;}
#csv-import .counters .success {font-weight:bold;}
#csv-import .counters .error {font-weight:bold;}
#csv-import .counters .percentage {font-weight:bold;}
#csv-import .counters .added {font-weight:bold;}
#csv-import .counters .duplicate {font-weight:bold;}
#csv-import .alert{margin:0; padding:1px; margin-bottom:2px; font-size:12px}
#csv-import .log-info {}
#csv-import .log-errors {max-height: 460px; overflow-y: scroll}
#csv-import .progress {margin-bottom:2px;}

#csv-export {}
#csv-export .counters {font-size:12px;}
#csv-export .counters .total-processed {font-weight:bold;}
#csv-export .counters .total {font-weight:bold;}
#csv-export .counters .success {font-weight:bold;}
#csv-export .counters .error {font-weight:bold;}
#csv-export .counters .percentage {font-weight:bold;}
#csv-export .alert{margin:0; padding:1px; margin-bottom:2px; font-size:12px}
#csv-export .log-info {}
#csv-export .log-errors {max-height: 460px; overflow-y: scroll}
#csv-export .progress {margin-bottom:2px;}

.btn-spinner-xs-right {
    display:none;
    width:16px;
    height:16px;
    background:url(../img/grid-view-loading.gif);
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 3px;
}
.btn-spinner-xs-right.active {
    display:block;
}

.subscribers-table .counter{
    font-size: 12px;
}

#Campaign_send_at.spinner {
    background-image: url(../img/grid-view-loading.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.panel-delivery-servers-pool .form-group .item, 
.panel-campaign-attachments .form-group .item {
    border-left: 5px solid #367fa9;
    background: #eeeeee;
    padding: 3px;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
}

.MultiFile-list {
    padding-top:10px;
    font-family: 'Noto Sans', sans-serif;
    padding-bottom:20px;
}

header .dropdown-menu .menu h3 small.percentage {
    color:#000000!important;
    font-size:80%;
    font-family:Arial, Helvetica, sans-serif;
}

.price-plan-box-wrapper .box .box-header .box-title {
    padding: 10px 0px 5px 10px!important;
}

.price-plan-box-wrapper .box .box-header > .pull-right {
    padding: 10px 10px 5px 5px;
}

.price-plan-payment {
    position: relative;
    /* width: 90%; */
    /* margin: 10px auto; */
    background: #fff;
    border: 1px solid #f4f4f4;
    padding:10px;
}

.timeinfo {
    font-size: 12px;
    display:none;
    color:#ffffff;
    border-top: 1px solid #2c3b41;
    width: 100%;
    padding: 7px 10px 7px 6px;
}

.list-subscriber-actions-scrollbox { height: 175px; overflow-y:scroll}
.list-subscriber-actions-scrollbox .list-group-item {padding: 4px 7px 2px 7px;}

#emoji-list, #emoji-list-content {
    width: 100%;
    display:none;
}

#emoji-list-wrapper {
    width:100%; 
    max-height: 200px; 
    overflow-y: scroll; 
    font-size: 18px;
}

#emoji-list span, #emoji-list-content span {
    cursor: pointer;
    margin: 3px;
}

.list-fields-buttons a {
    margin-top: 5px; 
    margin-bottom: 5px;
    min-width: 220px;
    text-align: left;
}

.survey-fields-buttons a {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 220px;
    text-align: left;
}

.grid-filter-cell {
	position: relative;
}

#page-preloader, #list-merge-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
  }

  #page-preloader.ajax-loading-icon, #list-merge-preloader.ajax-loading-icon {
      position: unset;
      padding: 20px 0;
  }
  .loading-icon {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ajax-loading-icon .loading-icon > .bar {
    background: #007790 !important;
  }
  .ajax-loading-icon .loading-icon {
    top: auto !important;
    height: auto !important;
  }
  .loading-icon > .bar {
    background: #f7f7f7;
    float: left;
    margin: 6px 2px;
    height: 12px;
    width: 4px;
  }
  .loading-icon > .bar:nth-child(1n) {
    margin-left: 4px;
    animation: bar1 linear 500ms infinite;
  }
  .loading-icon > .bar:nth-child(2n) {
    animation: bar2 linear 500ms infinite;
  }
  .loading-icon > .bar:nth-child(3n) {
    animation: bar3 linear 500ms infinite;
  }
  .loading-icon > .bar:nth-child(4n) {
    animation: bar4 linear 500ms infinite;
  }
  
  @keyframes bar1 {
    0%, 50%, 100% {
      transform: translateY(0);
    }
    25% {
      transform: translateY(-6px);
    }
    75% {
      transform: translateY(6px);
    }
  }
  @keyframes bar2 {
    0%, 100% {
      transform: translateY(-6px);
    }
    25%, 75% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(6px);
    }
  }
  @keyframes bar3 {
    0%, 100% {
      transform: translateY(6px);
    }
    25%, 75% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-6px);
    }
  }
  @keyframes bar4 {
    0%, 50%, 100% {
      transform: translateY(0);
    }
    25% {
      transform: translateY(6px);
    }
    75% {
      transform: translateY(-6px);
    }
  }
  body.preloader {
    overflow: hidden;
  }


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    color: unset;
}
  .ms-options-wrap > .ms-options > ul label {
    padding-left: 26px;
  }
  .ms-options-wrap, .recipients-count  {
    position: relative;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  .recipients-count {
    padding-top:7px;
  }
  .side-subscribers-count {
    position: fixed;
    bottom: 10px;
    color: #b8c7ce;
    width: 222px;
    padding: 8px 10px 8px 10px;
  }
  #ui-datepicker-div {
    z-index: 99 !important;
  }

  #CustomerEmailTemplate-grid, #ListSubscriber-grid {
    overflow: auto;
  }
@media (max-width: 767px) {
    .side-subscribers-count{
        display: none !important;
    }
}
  .side-subscribers-title{
    line-height: 30px;
  }
  .side-subscribers-count .subscriber-progress {
    width: 100%;
    border: 1px solid #b8c7ce;
    height: 10px;
  }
  .side-subscribers-count .subscriber-progress .progressed {
    background: var(--secondary-color);
    width: 100%;
    height: 100%;
  }
  .subscriber-progress-text {
    line-height: 30px;
    display: flex;
    justify-content: space-between;
  }

  #accordion-publish .ui-accordion-header {
    margin: 10px 0;
    background: #fff;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    position: relative;
  }

  #accordion-publish .ui-accordion-header {
    height: 53px;
    padding: 0 5px;
  }

  #accordion-publish .ui-accordion-header h4 {
    line-height: 0;
    font-size: 30px;
  }

  #accordion-publish .ui-accordion-header span {
    display: block;
    font-size: 11px;
    line-height: 0px;
  }

  #accordion-publish .ui-accordion-content {
    padding: 15px;
  }

  #accordion-publish .ui-accordion-content textarea {
    width: 100%;
  }

  #inline-iframe-code .item {
    display: inline-block;
    width: auto;
    height: 36px;
  }

  #inline-iframe-code input.item {
    width: 80%;
  }

  .file-container {
    background-color: #fff;
    height: 300px;
    position: relative;
    border-radius: 5px;
  }

  .file-container .image-holder {
    height: 255px;
    position: relative;
    overflow: hidden;
  }

  .file-container .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .file-container .file-info {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(242, 244, 247);
    padding-top: 5px;
  }

  .file-container .file-info .file-info-content {
    display: flex;
  }
  
  .file-container .file-info .file-info-content .file-content-item {
    margin: 5px;
  }

  .file-container .file-info .dropdown-content {
    position: absolute;
    display: none;
    border: 1px solid rgb(203, 203, 203);
    border-radius: 7px;
  }

  .file-container .file-info .dropdown {
    z-index: 100;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
  }

  .file-container .file-info .dropdown-content a {
    display: block;
    padding: 5px;
    z-index: 100;
    background: #fff;
  }

  .file-container .file-info .dropdown-content a:hover{
    background: var(--primary-color);
  }

  .file-container .file-info .dropdown:hover .dropdown-content {
    display: block;
  }

  .file-container-scroller{
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 20px;
    height: 100%;
    overflow-y: auto;
  }

  #file-upload-popup {
    visibility: hidden;
    transform: translateY(100%);
    position:fixed; background: #F2F4F7;left:0; right: 0; bottom: 0; top: 0%; z-index: 999999;
    transition: 1s;
  }

  #file-upload-popup.show {
    visibility: visible;
    transform: translateY(0);
  }

  #file-upload-popup .row #btn-file-upload {
    margin-right: 50px;
  }

  #file-upload-popup .row .divider {
    border-top:1px solid #000;margin-top: 30px;
  }

  .file-container .image-holder .file-chooser {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    display: none;
  }


  .file-container .image-holder:hover .file-chooser {
    display: flex;
  }

  #file-upload-popup #btn-file-upload-popup {
    position: absolute;
    right: 50px;
    top: 0px;
    font-size: 30px;
    cursor: pointer;
  }

  #file-upload-popup .file-info-content{
    max-width: 100%;
    overflow: hidden;
  }

  #file-upload-popup span.file-content-item{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
  }

  #file-upload-popup #preview-popup{
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background: rgba(0,0,0,.8);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
  }

  #file-upload-popup #preview-popup-image-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    max-height: 90vh;
    position: relative;
  }

  #preview-popup-image-holder #btn-close-preview {
    position: absolute;
    right: -40px;
    top: -50px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
  }

  .signup-form {
    background: #fff;
    width: 100%;
    height: 320px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: relative;
    border-radius: 5px;
  }

  .signup-form img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .signup-form .choose-btn{
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    right:0;
    top:0;
    bottom: 0;
    z-index: 3;
    display: none;
    justify-content: center;
    align-items: center;
  }

  .signup-form .form-name {
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    background: #fff;
    z-index: 4;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
  }

  .signup-form:hover .choose-btn { 
    display: flex;
  }

  #form {
    max-width: 100%;
    max-height: 100%;
  }

  @media screen and (max-width: 1470px) and (min-width: 992px)  { 
    #bottom-progress {
      justify-content: flex-start !important;
    }
  }

  @media screen and (max-width: 1200px) { 
    .resize-thumbnail {
      max-width: 20%;
    }
    .affiliate-link {
      top: -73px !important;
      left: 120px !important;
    }
  }

  @media screen and (max-width: 992px) {
    .right-pane {
        display: none;
    }
    #form-content-drag-drop {
        width: 100% !important;
    }
    #bottom-progress .wizard {
       /* position: relative;
       top: -100px; */
       display: none;
    }
    #bottom-progress .form-action{
        position: relative;
        top: 0;
    }
}

@media screen and (max-width: 530px) {
  .circleNumber {
    position: unset !important;
  }
  .not-likely {
    bottom: 0px !important;
    left: 5px !important;
  }
  .extremely-likely {
    bottom: 0px !important;
    left: unset !important;
    right: 5px !important;
  }
}
select {
  height: 37px !important;
}

.reply-header-avatar,
.ticket-header-avatar {
  max-width: 60px;
  max-height: 60px;
}

.select-holder {
  position: relative;
  cursor: pointer;
  color: #000;
}

.select-holder::after {
  content: ' ';
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  border-top-color: #999;
  margin-top: -3px;
}

.select-holder select {
  text-align: left;
  font-size: 13px;
  color: #aaa !important;
  white-space: nowrap;
  padding-left:0px !important;
}
#html-editor {
  display: none;
  position:fixed;left:0;right:0; top:50%;bottom:31px; background:#fff; z-index:9999999999;
}
#drag-bar {
  cursor:pointer;width:100%; height:3px; background: #000; position:absolute;
  top:0; left:0; right:0;
}
#editor-options {
  padding: 10px 0;
}
.editor-options {
  margin:10px 5px;
  padding: 10px;
  cursor: pointer;
}
.form-group label {
  text-transform: capitalize;
}
.news-title {
  white-space: pre-wrap;
}
.news-content {
  padding: 10px 0;
}

.login-page, .register-page {
  background-color: var(--primary-color8);
}

.modal.in .modal-dialog {
  margin-top: 60px;
}
/* Custom */

[data-notify="container"][data-notify-position="top-center"].alert {
  width: 50%;
  padding: 7px 12px;
}

/* unique subscriber bar */
.customer-usage-container {
  text-align: right;
}

.customer-usage-container .loading-bar {
  position: relative;
  height: 10px;
  border-radius: 15px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4), 0 -1px 1px #fff, 0 1px 0 #fff;
}

.customer-usage-container .loading-bar .percentage {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  display: block;
  height: 100%;
  border-radius: 15px;
  background-color: var(--primary-color);
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  animation: animate-stripes 3s linear infinite;
}

.customer-usage-container .loading-bar .percentage.pink {
  background-color: var(--secondary-color) !important;
}

.customer-usage-container .loading-bar .percentage.pink.flash{
  animation: blinker 1.2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes animate-stripes {
  0% { background-position: 0 0; }
  100% { background-position: 60px 0; }
}

/* Custom filter */
.filter-input-group {
  border: 1px solid #ccc;
  padding-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 7px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
}

.filter-input-group input {
  border: unset !important;
  flex: 1 1 auto;
  padding-right: 5px !important;
  height: 40px !important;
  max-height: 40px !important;
}

.filter-input-group input:focus {
  box-shadow: none;
}

.filter-input-group i {
  color: #ccc;
}

.grid-filter-cell select {
  border-color: #ccc !important;
}

/* Input effect */

.form-group {
  position: relative;
  margin-bottom: 5px;
}

.form-group label {
  transition: top .1s, left .1s;
  color: #777;
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
}

.form-group label.error {
  color: var(--secondary-color);
}

.form-group.effect-no-data label {
  /* top: 35px;
  left: 10px; */
}

.form-group .drag-n-drop-container label {
  color: white;
  top: 0;
  left: 0;
}

.form-group.effect-no-data .ms-options label,                 /* ignore checkbox in multiselect */
.form-group.effect-no-data label[for="Customer_new_avatar"],  /* ignore avatar input */
#billingUserInfo .form-group.effect-no-data label,            /* ignore stripe card form in frontend site*/
#card-info-section .form-group.effect-no-data label {         /* ignore stripe card form in members site */
  top: 0;
  left: 0;
}

.ms-options-wrap > button, 
input[type="text"], 
input[type="password"], 
input[type="search"], 
input[type="email"], 
input[type="number"], 
select,
table thead input[type="text"],
table thead input[type="password"],
table thead input[type="search"],
table thead input[type="email"],
table thead input[type="number"],
table thead select {
  max-height: 40px !important;
  height: 40px !important;
  border-radius: 7px;
}

.btn {
  padding: 10px 20px;
  height: 40px;
}

.option-list .btn {
  height: auto;
}

.form-group input::placeholder,
.effect-no-data input::placeholder {               /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00000000;
}

.form-group input:-ms-input-placeholder,      /* Internet Explorer 10-11 */
.effect-no-data input:-ms-input-placeholder {      /* Internet Explorer 10-11 */
  color: #00000000;
}

.form-group input::-ms-input-placeholder,    /* Microsoft Edge */
.effect-no-data input::-ms-input-placeholder {    /* Microsoft Edge */
  color: #00000000;
}
/*  */

/* Custome layout*/

.content-wrapper {
  margin-top: 69px;
  min-height: calc(100vh - 69px) !important;
}

.main-footer, .result-popup-hidden, .affiliate-content-hidden, .low-score-feedback-content-hidden {
  display: none;
}
.not-likely {
  position: absolute;
  bottom: -27px;
  left: -13px;
  white-space: nowrap;
}
.extremely-likely {
  position: absolute;
  bottom: -27px;
  left: -25px;
  white-space: nowrap;
}
.affiliate-content a {
  color: white;
}
.col-feedback, .col-success, .affiliate-content {
  margin: 5px 5px;
  color: white;
}

.low-score-feedback-content a {
  color: white;
}
.low-score-feedback-content {
  margin: 5px 5px;
  color: white;
  /* Feedback From Customer Rating Low Score */
}
.pointer-close {
  cursor: pointer;
  padding: 0;
  text-align: right;
  position: absolute;
  top: 0;
  right: 10px;
}
.content-feedback, .result-popup {
  border-radius: 5px;
  border: 1px solid #e7e4e4;
  background-color: var(--primary-color);
  /* opacity: 0.6; */
}
.service-feedback-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  /* height: 100px; */
  color: white;
  text-align: center;
  z-index: 9999;
}
.service-feedback-footer .service-feedback .circleNumber {
  border-radius: 3em;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  color: white;
  height: 33px;
  width: 33px;
  display: inline-block;
  font-family: 'Roboto', Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  border: 1px solid white;
  margin: 0 6px;
  position: relative;
}

.service-feedback-footer .service-feedback .circleNumber:hover {
  cursor: pointer;
  background: var(--secondary-color);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; 
}
/*  */

.ui-datepicker .ui-datepicker-header {
  background-color: var(--primary-color);
}
.ui-datepicker td .ui-state-highlight {
  background-color: unset;
  color: var(--secondary-color);
}
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  background-color: var(--primary-color);
}

.ui-datepicker .ui-datepicker-title select {
  padding: 5px 10px !important;
}

.btn-danger {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.modal#modal-preview .modal-dialog {
  width: 1000px;
}

/* Export box */

.segment-export-box {
  text-align: center;
}
.segment-export-box .main-icon {
  color: var(--secondary-color);
  font-size: 70px;
}

.segment-export-box .export-text-header {
  padding: 30px 0 20px;
  font-size: 24px;
  color: #333;
}
/*  */

table.table-blast-info-confirm > tbody > tr > th {
  text-transform: unset;
}

.table-large-footer #page_size{
  margin-top: 30px;
  margin-bottom: 60px;
}

.copy-api-group .copy-api-btn {
  min-width: 60px !important;
  height: 25px !important;
  margin-left: 10px;
}

/* Table */

.box-body .table-responsive {
  /* overflow: visible !important; */
}

.campaign-table-cont table.table tr td {
  white-space: nowrap;
}

.campaign-table-cont table.table tr td.campaign-table-list_name,
.campaign-table-cont table.table tr td.campaign-table-name,
.campaign-table-cont table.table tr td:first-child {
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
}

input[type=radio] {
  position: relative;
  --radio-size: 16px;
  --radio-padding: 3px;
  vertical-align: text-top;
  margin-top: 0;
}
input[type=radio]::before {
  content: " ";
  width: var(--radio-size);
  height: var(--radio-size);
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 100%;
  border: 1px solid var(--primary-color);
  background-color: white;
}
input[type=radio]:checked:before{
  box-shadow: 0 0 5px var(--primary-color);
}
input[type=radio]::after {
  transition: all .3s;
  content: " ";
  width: calc(var(--radio-size) - calc(2 * var(--radio-padding)));
  height: calc(var(--radio-size) - calc(2 * var(--radio-padding)));
  left: var(--radio-padding);
  top: var(--radio-padding);
  position: absolute;
  background: none;
  border-radius: 100%;
}
input[type=radio]:checked::after {
  background: var(--primary-color);
}



.option-right::before {
  left: 90%;
}

@media (min-width: 1440px) { 
  .option-right .option-list {
    left: 50% !important;
  }  
}
@media (min-width: 1024px) { 
  .option-right .option-list {
    left: 25%;
  }  
}

/*progressbar*/
#progressbar {
  padding: 0;
  text-align: center;
  margin-bottom: 0px;
  overflow: hidden;
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
    color: #514b75;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    width: 33.33%;
    float: left;
    position: relative;
}
#progressbar li hr {
  margin: 0;
  padding: 0;
  position: absolute;
  border-top: 5px dotted #797979;
  top: 35%;
  right: -34%;
  width: 70%;
}
#progressbar li , #progressbar li a , #color-list a{
  color: var(--primary-color) !important;
} 
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  line-height: 43px;
  display: block;
  font-size: 17px;
  color: var(--primary-color);
  background: white;
  border-radius: 27px;
  margin: 0 auto 10px auto;
  border-style: solid;
  border-color: var(--primary-color);
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
  background: var(--primary-color);
  color: white;
}
#progressbar li.active {
  color: var(--secondary-color);
}
#progressbar li hr.active{
  border-color: var(--primary-color);  
}
#progressbar li .click-url {
    width: 56px;
    height: 50px;
    background: none;
    position: absolute;
    top: 0;
    left: 45%;
    cursor: pointer;
}

.button-add-test-mail-custom, .button-add-spin-token {
  background: #FFFFFF;
  color: var(--primary-color4);
}
.spin-token-icon {
  font-size: 20px;
  padding: 10px;
  background: #FFFFFF;
  color: var(--primary-color4);
}

.show-copy {
  margin-left: 15px !important;
  font-size: 15px !important;
  font-weight: bold !important;
  margin-left: 20px !important;
}

.test-mail-blast-label {
  text-transform: none !important
}

.test-mail-blast-button {
  text-transform: none !important
}

.custom-btn-padding {
  padding-left : 0;
  padding-right: 0;
}

#no-margin-top {
  margin-top: 0;
}

#custom-padding-bottom {
  padding-bottom: 0;
}

#custom-margin-bottom {
  margin-bottom: 0;
}

#custom-no-scroll-y {
  overflow-y: hidden !important;
  padding-right: 0 !important;
}

/* style signup form */
.bg1 {
	background-image: url(../img/forms/form_9_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
  width: 100%;
}
/*  */

.attached-file {
  color: #3c8dbc;
  font-style: italic;
  font-weight: bold;
}

table.customer-support-ticket td {
  white-space: pre;
  padding: 0 !important;
}

.disabled {
  pointer-events: all !important;
}

i.close-attach:hover {
  color: var(--secondary-color);
  cursor: pointer;
  font-size: 1.2em;
  transition: 0.1s ease-out;
}

i.close-attach {
  line-height: 37px;
  
}
.text-coupon-color{
  color: var(--secondary-color) !important;
}
.payment-failed {
  text-decoration: line-through;
}

[data-perfect-timing-tooltip]:before {
  content: attr(data-perfect-timing-tooltip);
  position: absolute;
  opacity: 0;
  transition: all 0.1s ease;
  padding: 10px;
  color: #000000b8;
  border-radius: 10px;
  box-shadow: 2px 2px 1px var(--primary-color);    
}

[data-perfect-timing-tooltip]:hover:before {
  opacity: 1;
  background: var(--primary-color);
  margin-top: -20px;
  margin-left: 120px;    
  margin-right: -200px;    
}

[data-perfect-timing-tooltip]:not([data-perfect-timing-tooltip-persistent]):before {
  pointer-events: none;
}

/*progressbar*/
#progressbarSplit {
  padding: 0;
  text-align: center;
  margin-bottom: 0px;
  overflow: hidden;
  counter-reset: step;
}
#progressbarSplit li {
  list-style-type: none;
    color: #514b75;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    width: 25%;
    float: left;
    position: relative;
}
#progressbarSplit li hr {
  margin: 0;
  padding: 0;
  position: absolute;
  border-top: 5px dotted #797979;
  top: 35%;
  right: -34%;
  width: 70%;
}
#progressbarSplit li , #progressbarSplit li a , #color-list a{
  color: var(--primary-color) !important;
} 
#progressbarSplit li a.current-link-active {
  color: var(--secondary-color) !important;  
} 
#progressbarSplit li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  line-height: 43px;
  display: block;
  font-size: 17px;
  color: var(--primary-color);
  background: white;
  border-radius: 27px;
  margin: 0 auto 10px auto;
  border-style: solid;
  border-color: var(--primary-color);
}
/*progressbar connectors*/
#progressbarSplit li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbarSplit li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbarSplit li.active:before,  #progressbarSplit li.active:after{
  background: var(--primary-color);
  color: white;
}
#progressbarSplit li.current-link-active:before,  #progressbarSplit li.current-link-active:after{
  background: var(--secondary-color);
  color: white;
  border-color: var(--secondary-color);
}
#progressbarSplit li.active {
  color: var(--secondary-color);
}
#progressbarSplit li hr.active{
  border-color: var(--primary-color);  
}

.init-setup-process li {
  cursor: pointer;
}
.init-subuser-setup-process {
  display: flex;
  justify-content: center;
}

#progressbarSplit li .click-url {
    width: 56px;
    height: 50px;
    background: none;
    position: absolute;
    top: 0;
    left: 45%;
    cursor: pointer;
}
#low-score-message {
  width: 50%; 
  height: 100px; 
  border-radius: 5px; 
  color: var(--secondary-color);
  margin-bottom: 20px;
}
#submit-message {
  cursor:pointer;
}
.help-aff-link {
  margin-left: 5px;
}
.help-aff-link img {
  width: 18px;  
  height: 18px; 
  border-radius: 100%; 
  border: 2px solid var(--primary-color);
  padding-left: 0.75px;
  background-color: var(--secondary-color);
}
.affiliate-link {
  background-color: white;
  display: none;
  position: absolute;
  top: 32px;
  left: 15px;
  color: var(--primary-color);
  border: 1px solid;
  border-radius: 5px;
  padding: 2px;
}
.affiliate-link a {
  color: var(--secondary-color);
}
.box-style-payment {
  margin-bottom: 10px;
  border: 1px solid #00000017;
  border-radius: 10px;
  color: #848484;
  font-size: 15px;
  box-shadow: 1px 2px 4px 0px;
  height: 55px;

  display: flex;
  padding: 30px 20px;
  align-items: center;
  justify-content: space-between;
  max-width: 650px;
}
.payment-feature {
  padding: 6px 20px;
  height: 35px;
  min-width: 95px;
}

.box-features {
    display: grid;
    justify-items: center;
}

.dropdown-impersonate-sub-users {
  color: white;
}
.dropdown-impersonate-sub-users:hover {
  color: var(--secondary-color1);
}
.sub-dropdown-users {
  padding: 0;
  margin: 0px;
  flex-direction: column;
  left: -204px;
}
.open > .sub-dropdown-users {
  display: flex;
  align-items: flex-start;
}
.sub-dropdown-users a {
  margin: 2px;
  color: var(--primary-color1);
  width: 98%;
  text-align: left;
}
.sub-dropdown-users a:hover {
  color: white;
  background-color: var(--primary-color1) !important;
}
.size-user {
  font-size: 24px;
}
.hide-plain-text {
  display: none;
}
.search-filter-date {
  margin: 13px 0 0 0;
}
.css-readonly-textarea {
  background-color: #ffffff !important;
}
.box-small, .link-style {
  color: var(--primary-color) !important;
}
.link-style:hover {
  color: var(--secondary-color) !important;
}
.list-dns {
  list-style-type: number;
  margin: 0;
}

/* help icon */
.parent-help-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  margin-left: 5px;
}
.help-icon {
  cursor: pointer;
  font-size: 18px;
  margin: -1px 0px 0px -1px;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--secondary-color);
  mask: url(/assets/img/help.svg) no-repeat center;
  mask-size: contain;
  -webkit-mask: url(/assets/img/help.svg) no-repeat center;
  -webkit-mask-size: contain;
}
svg path {
  fill: var(--primary-color) !important;
}
/*  */

.box-css {
  margin-top: -5px;
  margin: 5px 0 0 55px;
}
.small-box-margin {
  margin: -5px 0 0 0;
}

/* css checkbox edit common template */
.box-email-template {
  margin-left: 10px;
}
.box-edit-template, .box-common-template {
  display: none;
}

.header-box-confirmation {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-left: 55px;
  text-transform: capitalize;
}

/* Style the artificial checkbox */
.switch {
  width: 42px;
  height: 22px;
  display: inline-block;
  position: relative;
  color: var(--primary-color);
  margin: 0 0 0 5px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 3px;
  left: 0;
  right: 0;
  bottom: -3px;
  background-color: var(--secondary-color);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: var(--primary-color);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--primary-color);
}
input:checked + .slider:before {
  background-color: var(--secondary-color);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--secondary-color);
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* ------------------ */

.color-txt-record {
  color: var(--secondary-color);
}

.style-btn-copy {
  margin: 5px 0;
  font-size: 13px;
  width: 10px;
  height: 36px;
}

/* css icon refresh */
.css-icon-refresh {
  position: absolute;
  top: -6px;
  left: 0;
  width: 35px;
  height: 30px;
  background: var(--secondary-color) url(../img/arrow_white_bg_2.png) no-repeat center/contain;
}