/*************************************
    -   GLOBAL STYLES  -
*************************************/

/* scroll changes start*/
/* html {
  overflow: overlay;
} */
.applyscroll {
  overflow-y: auto;
  overflow-x: hidden;
}

.removescroll {
  overflow: hidden;
}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  z-index: 99999;
}

/* Track */

html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */

html::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c1c1c1;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

html::-webkit-scrollbar-thumb:window-inactive {
  background: #c1c1c1;
}

/*scroll end*/
/* scroll changes start*/
/* #manageSender {
  overflow: overlay;
} */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  /* z-index: 99999; */
}

/* Track */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c1c1c1;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #c1c1c1;
}

.custom-scroll {
  /* height: 95%; */
  overflow-y: auto;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 50px;
}

/*scroll end*/
body {
  font-family: Open Sans;
  font-size: 15px;
  color: #404144;
  font-weight: normal;
}

a,
.list-grid-row a.title {
  color: #0279b5;
}

a:hover,
.list-grid-row a.title:hover {
  color: #489beb;
  cursor: pointer;
  text-decoration: underline;
}

/* Import Fonts*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
/* @import url ("https://fonts.googleapis.com/css?family=Gudea:400,400i,700"); */

/*************************************
    -   COMMON STYLES  -
*************************************/
.container {
  /* width: 100%;
  max-width: none;*/
}

.mb-0 {
  margin-top: 0 !important;
}

.show-mobile {
  display: none;
}

.heading2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.heading3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.bolder {
  font-weight: 600;
}

/* Box Styles */
.box {
  background: #fff;
  margin-bottom: 20px;
}

.box.shadow {
  box-shadow: 0px 0px 7px rgb(0, 0, 0, 0.1) !important;
}

.box .box-header {
  background: #ecedf1;
  height: 50px;
  line-height: normal;
  padding: 8px 20px;
}

.box .box-body {
  padding: 0px;
  /*   overflow-x: auto;*/
  min-height: 290px;
}

.box .box-header .page-heading {
  font-size: 20px;
  font-weight: 600;
  color: #404144;
  line-height: 34px;
}

.bh-left {
  text-align: left;
}

.bh-right {
  text-align: right;
}

.bh-center {
  text-align: center;
}

fieldset {
  border: 1px solid #c9c6c6;
  padding: 5px;
}

legend {
  display: block;
  width: auto;
  padding: 0 5px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  border: auto;
  border-bottom: none;
}

/*************************************
    -   FORMS STYLES  -
*************************************/
/* Forms */
.dropdown .dropdown-menu {
  color: #404144;
  font-size: 14px;
  padding-bottom: 0;
  margin-top: -1px;
  border: 1px solid #b3cefb;
}

.dropdown .dropdown-menu.checkout-header-dropdown {
  color: #404144;
  font-size: 14px;
  padding-bottom: 0;
  margin-top: -1px;
  border: 1px solid #b3cefb;
  left: -49px !important;
}

.dropdown .dropdown-menu.landing-page-dropdown {
  font-size: 16px;
  left: -5.25rem !important;
  width: 34px !important;
  white-space: pre-wrap;
}

.dropdown .dropdown-menu.forms-dropdown {
  top: 0px !important;
  font-size: 16px;
  width: 34px;
}

.dropdown .dropdown-menu.forms-dropdown .dropdown-item {
  width: 100%;
  white-space: pre-wrap;
}

.dropdown .dropdown-menu.profile-dropdown {
  top: -10px !important;
  font-size: 16px;
  transform: translate3d(-5px, 35px, 0px) !important;
}

.dropdown .dropdown-menu.checkout-form-dropdown {
  transform: translate3d(55px, 37px, 0px) !important;
}

.form-control {
  background: #fff;
  border: 1px solid #e3e8ef;
  color: #888;
  font-size: 14px;
  /* height: 34px; */
}

.form-control::placeholder,
.form-control-line::placeholder,
.selectboxOption {
  color: #bbbbbc !important;
}

.form-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.formlabel {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.progressiveStyle {
  background-color: #f1f1f1;
  border: 1px solid #c8c8c8;
  font-size: 9px;
  border-radius: 3px;
  padding: 1px 5px;
  color: #444444;
}

.progressivePublish {
  background-color: #49b11a;
  color: #fff !important;
}

.progressiveUnpublish {
  background-color: #f05364;
  color: #fff !important;
}

.form-control-line {
  font-size: 0.9rem;
  border: 0;
  border-bottom: 1px solid #ddd;
  min-width: 300px;
  max-width: 300px;
}

.form-label-line {
  font-size: 16px;
  min-width: 137px;
}

.mandatory {
  color: #ff0101;
  font-size: 10px;
  padding: 0 2px;
  position: relative;
  top: -4px;
}

/* Buttons */
.btn {
  border-radius: 0;
  border: 0;
  border-radius: 4px !important;
  outline: none;
}

.btn:focus,
.btn:active {
  outline: none;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn-blue {
  background: #5db4fe;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
}

.btn-blue:hover {
  background: #489beb;
}

.btn-small {
  background: #5db4fe;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  height: 27px;
}

.btn-small:hover {
  background: #489beb;
}

.btn-group a,
.btn-group button {
  margin-right: 10px;
}

.btn.disabled,
.btn:disabled {
  background: #bee1ff;
}

.dropdown .dropdown-menu.btnsMenu {
  padding-top: 0;
}

.btn-darkBlue {
  background: #4f657b;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
}

.btn-darkBlue:hover {
  background: #489beb;
}

.btn-blue-text {
  background: transparent;
  color: #5db4fe !important;
  font-size: 15px;
  font-weight: 600;
}

.btn-blue-text:hover {
  color: #5db4fe;
}

/*************************************
    -   HEADER AND PUSH MENU STYLES  -
*************************************/
header {
  margin-bottom: 20px;
}

.navbar {
  line-height: 35px;
  border-bottom: 1px solid #dfe0e2;
  padding: 0;
  font-size: 14px;
  color: #28415d;
}

.navbar .nav .nav-item .nav-link {
  font-size: 14px;
  color: #28415d;
  padding: 0 22px 0 0;
}

.navbar .nav .nav-item .nav-link svg,
.navbar .nav .nav-item .nav-link i {
  font-weight: bold;
  margin-left: 9px;
  position: relative;
  top: 2px;
}

.container.body .right_col {
  background: #fff;
}

.right_col {
  background: #fff;
}

.nav-md .container.body .right_col {
  padding: 10px 20px 0;
  margin-left: 180px;
}

/* .right_col {
  margin-right: 195px;
} */

/* .nav-sm .container.body .right_col {
  padding: 10px 20px;
  margin-left: 70px;
  z-index: 2;
} */
.nav-sm .container-fluid .right_col {
  /* padding: 10px 20px; */
  /* margin-right: 95px; */
  z-index: 2;
}

.right_col {
  /* padding: 10px 20px;
  margin-left: 15px;*/

  z-index: 2;
}

.container {
  padding: 0;
}

/* .nav-md .container.body .col-md-3.left_col {
  min-height: 100%;
  width: 180px;
  padding: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
} */
.nav-md .col-md-3.left_col {
  min-height: 100%;
  width: 180px;
  padding: 0;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  right: 0px;
  top: 0px;
}

.container-fluid {
  padding-top: 15px;
  padding-left: 4px;
  padding-right: 4px;
}

/* .nav-sm .container.body .col-md-3.left_col {
  min-height: 100%;
  width: 70px;
  padding: 0;
  z-index: 9999;
  position: absolute;
} */
.nav-sm .col-md-3.left_col {
  min-height: 100%;
  width: 90px;
  padding: 0;
  z-index: 9999;
  position: fixed;
  right: 0px;
  top: 0px;
}

.left_col {
  box-shadow: 0px 0px 7px rgb(0, 0, 0, 0.1) !important;
}

.col-md-3.left_col {
  min-height: 100%;
  width: 80px;
  padding: 0;
  z-index: 9999;
  position: absolute;
}

.col-md-3.left_col.menu_fixed {
  position: fixed;
  height: 100%;
}

.main_container .top_nav {
  display: block;
  margin-left: 180px;
  background: #fff;
}

.main_container .top_nav .navbar {
  padding-left: 22px;
}

.nav-sm .main_container .top_nav {
  display: block;
  margin-left: 67px;
  z-index: 2;
}

.nav_menu {
  width: 100%;
  position: relative;
}

.nav-sm .nav.side-menu li > a svg,
.nav-sm .nav.side-menu li > a i {
  font-size: 20px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 0px;
}

.nav-sm .nav.side-menu li > a {
  text-align: center !important;
  font-weight: 400;
  font-size: 11px;
  padding: 10px 5px;
  line-height: normal;
}

.nav-sm .col-md-3.left_col .nav.side-menu .moremenu li > a span,
.nav-md .col-md-3.left_col .nav.side-menu .moremenu li > a span {
  margin-left: 7px;
}

.nav.side-menu li > a img,
.nav.side-menu li > a i {
  max-width: 16px;
  margin-right: 7px;
}

.nav.side-menu li.nav-profiles a img {
  max-width: 18px;
}

.nav-md .nav.side-menu .moremenu li > a {
  font-size: 13px;
}

.nav-sm .col-md-3.left_col .nav.side-menu li > a img,
.nav-sm .col-md-3.left_col .nav.side-menu li > a i {
  display: block;
  margin: 0 auto;
}

.nav-md .col-md-3.left_col .nav.side-menu li > a i {
  font-size: 16px;
  margin-right: 10px;
}

.nav-md .col-md-3.left_col .nav.side-menu .moremenu li > a img {
  display: block;
  margin: 0 auto;
}

.nav.side-menu li.nav-campaign a img {
  max-width: 20px;
}

.nav.side-menu li.nav-optin a img,
.nav.side-menu li.nav-optout a img {
  max-width: 20px;
}

.nav.side-menu > li,
.nav.side-menu li .moremenu li {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #f1f3f7;
}

.nav.side-menu .moremenu li > a {
  padding: 10px 0;
  display: block;
  color: #2f2f2f;
  text-align: left !important;
}

.nav.side-menu .moremenu li > a img {
  margin: 0 10px 0px 5px;
  margin-right: 10px !important;
  display: inline-block !important;
}

.nav.side-menu .moremenu li > a span {
  float: left;
  width: 30px;
}

.nav-sm .menu_section h3 {
  display: none;
}

.nav-sm span.fa,
.nav-sm .menu_section h3 {
  display: none;
}

/*.toggle{float:left;margin:0;padding-top:16px;width:70px}*/
.toggle a {
  padding: 15px 15px 0;
  margin: 0;
  cursor: pointer;
}

.toggle a i {
  font-size: 26px;
}

.menu-trigger {
  background: #4f657b;
  color: #fff;
  line-height: 40px;
  text-align: center;
  height: 8px;
}

.nav.side-menu > li > a,
.nav.child_menu > li > a {
  color: #2f2f2f;
  font-size: 13px;
  border-right: 4px solid #fff;
}

.nav.child_menu li li:hover,
.nav.child_menu li li.active {
  background: none;
}

.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
  color: #fff;
}

.nav.side-menu > li {
  position: relative;
  display: block;
  cursor: initial;
}

/* extra menu changes */
.nav-md .moremenu,
.nav-sm .moremenu {
  background-color: #ffffff;
  background-clip: padding-box;
  position: absolute;
  right: 100%;
  bottom: -2px;
  width: 180px;
  /* float: right; */
  /* min-width: 160px; */
  list-style: none;
  font-size: 14px;
  text-align: center;
  z-index: 930;
  padding: 0;
  margin: 0;
  border-radius: 3px;
  border: 2px solid rgb(223, 240, 255);
  box-shadow: -4px 4px 14px rgba(0, 0, 0, 0.04);
}

.nav-md .moremenu ul,
.nav-sm .moremenu ul {
  padding: 0px;
}

.nav-md .moremenu ul li > a,
.nav-sm .moremenu ul li > a {
  text-decoration: none;
  /* border-left: 4px solid white; */
}

.nav.side-menu > li > a:hover {
  /*color:#4f657b;*/
}

.nav.side-menu > li > a:hover,
.nav > li > a:focus,
.nav.side-menu > li.active > a,
.nav.side-menu .moremenu li.active > a,
.nav.side-menu .moremenu li > a:hover {
  text-decoration: none;
  background: #dff0ff;
  border-right: 4px solid #5db4fe;
}

.nav .side-menu .moremenu li > a img {
  margin-left: 5px !important;
}

.nav.child_menu {
  display: none;
}

.nav.child_menu li:hover,
.nav.child_menu li.active {
  background-color: rgba(255, 255, 255, 0.06);
}

.nav.child_menu li {
  padding-left: 36px;
}

.nav-md ul.nav.child_menu li:before {
  background: #425668;
  bottom: auto;
  content: "";
  height: 8px;
  left: 23px;
  margin-top: 15px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%;
}

.nav-md ul.nav.child_menu li:after {
  border-left: 1px solid #425668;
  bottom: 0;
  content: "";
  left: 27px;
  position: absolute;
  top: 0;
}

.nav-md ul.nav.child_menu li:last-child::after {
  bottom: 50%;
}

.nav > li > a {
  position: relative;
  display: block;
  line-height: 38px;
  padding: 0px 15px 0px;
}

/*
.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
  border-right: 5px solid #52a792;
  background-color: #d9d9d9;
}
*/
.nav li.current-page {
  background: rgba(255, 255, 255, 0.05);
}

.nav li li li.current-page {
  background: none;
}

.nav li li.current-page a {
  color: #fff;
}

/*************************************
    -   LIST OF CAMPAIGN STYLES  -
*************************************/
.inner-addon {
  position: relative;
}

.icon-search {
  background: url(/images/icon-search.png) no-repeat right top;
  position: absolute;
  top: 9px;
  right: 9px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.icon-search-adv {
  background: url(/images/searchprofile.svg) no-repeat right top;
  position: absolute;
  top: 9px;
  right: 9px;
  width: 18px;
  height: 27px;
  cursor: pointer;
}

.search-loading {
  background: url(/images/bx_loader.gif) no-repeat right top;
  position: absolute;
  top: 9px;
  right: 9px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.icon-search:hover {
  background: url(/images/icon-search.png) no-repeat right -16px;
}

.customDdMenu.dropdown .form-control.dropdown-toggle.wd5rem,
.dropdown-menu.wd5rem {
  min-width: 116px !important;
}

.customDdMenu.dropdown .form-control.dropdown-toggle.wd5rem,
.dropdown-menu.wd5rem.setminwidth {
  min-width: 80px !important;
}

.customDdMenu.dropdown .form-control.dropdown-toggle {
  cursor: context-menu;
  color: #404144;
  font-size: 14px;
  border: 1px solid #e3e8ef;
}

.customDdMenu.dropdown .dropdown-menu {
  color: #404144;
  font-size: 14px;
  padding: 0;
  margin-top: -1px;
  border: 1px solid #e3e8ef;
  left: 0 !important;
  top: 0 !important;
  border: 1px solid #b3cefb;
  box-shadow: 0 0 10px #ddd;
}

.customDdMenu.dropdown .dropdown-item {
  padding: 0.25rem 1rem;
  /* border-bottom: 1px solid #f1f3f7; */
}

.customDdMenu.dropdown .dropdown-item:focus,
.dropdown-item:hover {
  background: #dff0ff;
}

.customDdMenu.dropdown .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #c8cdd3;
  border-width: 0.4em;
}

/* ------------------- List of Campaigns ------------------- */
.campaignLists .list-grid-header {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  /* margin-bottom: 20px; */
  padding: 8px 15px;
  text-align: left;
  /* z-index: 1; */
  background-color: #fff;
}
.OuterResult {
  overflow-y: auto;
  margin: 5px;
  border: 1px solid #dfdfdf;
}

.section-header {
  display: flex;
  align-items: center;
  color: #4b89dc !important;
  font-size: 18px;
}
.cellData {
  border-radius: 20px;
  padding: 4px 6px;
  color: rgb(9, 9, 9);
  font-size: 14px;
}

.productHeader {
  flex-wrap: nowrap;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  background: #edeff2;
}

.dataReportExport {
  width: 55px;
  user-select: none;
  padding: 0px 5px 0px 4px;
  border-radius: 5px;
  margin: 18px 4px 3px 4px;
  box-sizing: border-box;
}
.dataReportExport.active {
  background-color: #dfdfdf;
}

.fontHeader {
  display: flex;
  align-items: center;
  color: #4b89dc;
  font-size: 15px;
}
.columnClass {
  justify-content: space-between;
}

.date-filter {
  flex: 25%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-filter {
  flex: 25%;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.campaignLists .ligr-campCheckbox {
  flex: 0 0 55px;
  width: 55px;
  text-align: center;
}

.campaignLists .ligr-campCheckbox .status {
  display: block;
  margin-bottom: 0.1rem;
  margin-top: 7px;
}

.campaignLists .ligr-campCheckbox .status span {
  text-align: center;
  display: block;
  font-size: 10px;
  font-family: Tahoma;
  position: relative;
  top: 13px;
}

.campaignLists .ligr-campCheckbox .status.sent {
  background: url(/images/icon-sent-green.png) no-repeat center top;
}

.campaignLists .ligr-campCheckbox .status.sent span {
  color: #49b11a;
}

.campaignLists .ligr-campCheckbox .status.sent.MailChimp span {
  color: orange;
}

.campaignLists .ligr-campCheckbox .status.draft {
  background: url(/images/icon-draft-grey.png) no-repeat center top;
}

.campaignLists .ligr-campCheckbox .status.draft span {
  color: #a6a6a6;
}

.campaignLists .ligr-campCheckbox .status.scheduled {
  background: url(/images/icon-scheduled-orange.png) no-repeat center top;
}

.campaignLists .ligr-campCheckbox .status.scheduled span {
  color: #ff890b;
}

.campaignLists .ligr-campCheckbox .status.failed {
  background: url(/images/icon-failed-red.png) no-repeat center top;
}

.campaignLists .ligr-campCheckbox .status.failed span {
  color: #f05364;
}

.campaignLists .ligr-campCheckbox .status.processing {
  background: url(/images/icon-process-blue.png) no-repeat center top;
}

.campaignLists .ligr-campCheckbox .status.processing span {
  color: #0082c9;
}

.campaignLists .ligr-campName {
  flex: 0 0 33%;
  width: 33%;
  text-align: left;
  white-space: pre-wrap;
}

.campaignLists #website-page-mappings .ligr-campName {
  flex: 0 0 50%;
  width: 33%;
  text-align: left;
  white-space: pre-wrap;
}

.user-name {
  flex: 0 0 25%;
  width: 33%;
  text-align: left;
  white-space: pre-wrap;
}

.campaignLists.importsub .ligr-campName {
  flex: 0 0 32%;
}

.campaignLists.importsub .ligr-ligrimport {
  flex: 0 0 9%;
}

.campaignLists.importsub .ligr-gtinfo {
  flex: 0 0 15%;
}

.campaignLists.importunsub .ligr-campName {
  flex: 0 0 33%;
}

.campaignLists.importunsub .ligr-ligrimport {
  flex: 0 0 10%;
}

.campaignLists.importunsub .ligr-ctinfo {
  flex: 0 0 22%;
}

.ligr-camptypes {
  flex: 0 0 20%;
  width: 20%;
  text-align: left;
}

.campaignLists .ligr-campName .title {
  font-weight: 600;
}

.campaignLists .ligr-campName .desc {
  font-size: 13px;
  color: #9ea3a7;
}

.campaignLists .ligr-campName .desc span + span {
  color: #404144;
}

.campaignLists .ligr-campName .spnColor {
  color: #404144;
}

.fa.fa-ellipsis-h,
.svg-inline--fa {
  /*font-size: 15px; color: #b9babb;
  margin-right: 26px;*/
}

.actionDropdown .fa.fa-ellipsis-h,
.actionDropdown .svg-inline--fa {
  font-size: 18px;
  color: #b9babb;
}

.actionDropdown .fa.fa-ellipsis-h,
.actionDropdown .fa.fa-ellipsis-v,
.actionDropdown .svg-inline--fa {
  -webkit-transition: background 1s;
  transition: background 1s;
  text-align: center;
  font-size: 18px;
  color: #b9babb;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: 15px;
}

.actionDropdown .fa.fa-ellipsis-h:hover,
.actionDropdown .fa.fa-ellipsis-v:hover,
.actionDropdown .svg-inline--fa:hover {
  background: #f5f5f5;
  color: #404144 !important;
  -webkit-transition: color 1s;
}

.campaignLists .list-grid-body .list-grid-row,
.list-grid-body .list-grid-row {
  border: 1px solid #eee;
  border-radius: 4px;
  /* margin-bottom: 10px; */
  padding: 10px 15px;
  text-align: left;
}

.campaignLists .list-grid-body .ligr-campDelivered {
}

.campaignLists .list-grid-body .ligr-campUniOpens {
}

.campaignLists .list-grid-body .ligr-campUniClicks {
}

.campaignLists .ligr-campActions,
.ligrimport {
  text-align: center;
  width: 50px;
  align-self: baseline;
}

/* .campaignLists .col.ligr-campActions a { position: relative; top: 10px; display: block; } */
.campaignLists .list-grid-body .ligr-campDelivered label,
.ligr-campUniOpens label,
.ligr-campUniClicks label,
.ligr-campDelivers label,
.ligr-campActions label,
.ligr-formType label {
  margin-top: 15px;
  /* width: 100px; */
}

.ligr-campActions img {
  margin-top: 18px;
}

.ligr-campUniOpens,
.ligr-campUniClicks,
.ligr-campDelivers {
  width: 120px;
}

.percentCol {
  margin-top: 15px;
}

.ligr-campActions i,
.ligr-campActions svg {
  /* margin-top: 15px; */
}

.circliful {
  width: 25px;
  float: left;
  position: relative;
  top: 7px;
  margin-right: 4px;
}

/*optin styles*/
.campaignLists .ligr-formName {
  flex: 0 0 40%;
  width: 40%;
  text-align: left;
}

.campaignLists .ligr-formName .title {
  font-weight: 600;
}

.campaignLists .ligr-formName .desc {
  font-size: 13px;
  color: #9ea3a7;
}

.campaignLists .ligr-formName .desc span + span {
  color: #404144;
}

.campaignLists .ligr-formType {
  width: 15%;
}

.campaignLists .ligr-formCopy {
  width: 18%;
  text-align: center;
}

/* Dropdown Menu */
.customDdMenuTooltip .dropdown-menu {
  /*padding:0;*/
  transform: inherit !important;
}

.customDdMenuTooltip .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 50px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.customDdMenuTooltip .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 51px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}

.user-data {
  margin-top: 17px;
}

.customDdMenuTooltip .dropdown-menu {
  left: -48px !important;
}

.customDdMenuTooltip .dropdown-menu::before {
  left: 80px;
}

.customDdMenuTooltip .dropdown-menu::after {
  left: 81px;
}

/*.customDdMenuTooltip .dropdown-menu:first-child:hover::after { border-bottom: 6px solid #dff0ff!important;}
.customDdMenuTooltip .dropdown-menu .dropdown-item:hover::after {border-bottom: 4px solid #fff;}*/

.actionDropdown .dropdown-menu {
  box-shadow: 0 0 10px #ddd;
}

.actionDropdown .dropdown-toggle::after {
  display: none;
}

.actionDropdown .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 48.2%;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: #b3cefb;
  content: "";
}

.actionDropdown .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 49%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}

.actionDropdown .dropdown-menu {
  left: -72px !important;
  top: 8px !important;
}

.actionDropdown .dropdown-menu.unsubscribed {
  left: 0px !important;
  top: 8px !important;
}

.ligr-campActions.actionDropdown .dropdown-menu {
  /* left: 0px !important; */
  /* top: 8px !important; */
}

.expandField .bubbleCont.smallArrow:before {
  border-right: 11px solid transparent;
  border-bottom: 11px solid #b3cefb;
  border-left: 11px solid transparent;
  top: -11px;
}

.expandField .bubbleCont.smallArrow:after {
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f7f9fc;
  border-left: 10px solid transparent;
  top: -9px;
}

.popUp {
  z-index: 99999;
}

.hand-cursor .fa {
  color: #ccc;
}

.hand-cursor.formAction .fa {
  color: black !important;
}

.hand-cursor .fa.fa-sort-desc.sortdown {
  color: #404144;
}

.hand-cursor .fa.fa-sort-asc.sortup {
  color: #404144;
}

/*************************************
    -   CREATE CAMPAIGN STYLES  -
*************************************/
.filter-section {
  /* margin-bottom: 15px; */
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 8px 15px;
}

.creation-header {
  margin-bottom: 15px;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 10px 20px;
}

.create-campaign {
  border: 1px solid #ededed;
  border-radius: 4px;
}

.create-campaign .cc-row {
  padding: 20px 20px;
  border-bottom: 1px solid #ededed;
}

.create-campaign .cc-row .form-group,
.form-inline {
  margin-bottom: 0 !important;
}

.create-campaign .cc-row:last-child {
  border-bottom: 0;
}

.check-circle {
  color: #cbcbcb;
  font-size: 20px !important;
}

.check-circle.nor {
  color: #7d7d7d;
}

.check-circle.valid,
.check-circle.activeMand {
  color: #41ad49;
}

.check-circle.invalid {
  color: red;
}

.create-campaign .campActions {
  text-align: center;
  width: 80px;
  display: block;
}

.form-inline label {
  justify-content: left;
}

.labelInputSection {
  flex: 0 0 60% !important;
}

.rssLabel {
  min-width: 165px;
  font-size: 15px;
}
.cl-input {
  min-width: 64%;
  width: 100%;
}
.charLimitWarn {
  background: url(/images/warning.png) no-repeat left top;
  padding: 4px 0 4px 40px;
  height: 25px;
}
.infosec {
  color: #9d9d9e;
  font-size: 14px;
  font-style: italic;
  background: url(/images/icon-bulb.png) no-repeat 4px 3px;
  padding: 3px 0 6px 26px;
  /* height: 22px; */
  width: 31%;
  flex: 0 0 31% !important;
}

.infosec-without-flex {
  color: #9d9d9e;
  font-size: 14px;
  font-style: italic;
  background: url(/images/icon-bulb.png) no-repeat 4px 3px;
  padding: 3px 0 6px 26px;
}

.designContent {
  padding: 40px 20px;
  border-right: 1px solid #ededed;
}

.design-thumb a,
design-thumb {
  display: block !important;
  text-align: center;
}

.create-campaign .designContent .campActions {
  text-align: right;
  width: 200px;
  display: block;
}

.spamScore {
  padding: 40px 20px;
  position: relative;
}

/*.design-spam { display: flex; flex-wrap: wrap;}
.design-spam .col-md-6 { display: flex;}*/
.spamScore img {
  padding: 20px;
}

.spamScore .spamRating span {
  display: inline-block;
  padding: 2px 5px;
  background: #ededed;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.create-campaign .design-spam .campActions {
  position: absolute;
  right: 35px;
  top: 35px;
}

.create-campaign .cc-row .form-group.labelInputSection {
  flex: 0 0 60% !important;
}

.spamScore .disableSpamScore {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  cursor: not-allowed;
  z-index: 0;
}

.spamScore .disableSpamScoreInfo {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 19px;
  color: #9d9d9e;
  z-index: 9;
  width: 89%;
  text-align: left;
}

.spamScore .disableSpamScoreInfo.notcontent {
  top: 73%;
}

.breadCrumb ul {
  margin-top: 5px;
  margin-bottom: 0;
}

.breadCrumb li {
  list-style: none;
  display: inline-block;
  margin-right: 4px;
}

.breadCrumb li.hand span {
  background: url(/images/icon-hand.png) no-repeat left top;
  display: block;
  width: 13px;
  height: 17px;
  position: relative;
  top: -6px;
  left: 3px;
}

.breadCrumb li i {
  margin: 0 1px;
  color: #54b1fd;
}

.breadCrumb li i.fa-angle-left {
  position: relative;
  top: 2px;
  font-weight: bold;
}

.breadCrumb li i.fa-circle {
  font-size: 6px;
}

.breadCrumb .breadTooltip {
  box-shadow: 0 0 4px #ddd;
  border: 1px solid #e3e8ef;
  border-radius: 2px;
  font-size: 12px;
  padding: 4px 8px;
  position: relative;
  top: -3px;
}

.breadCrumb .breadTooltip.thirdStep {
  right: -78px;
}

.expandField {
  margin: 0px 0 0 0;
  position: relative;
  /* top: 2px; */
}

/* .expandField .bubbleCont {
  display: block !important;
  background: #ebeef3;
  border-radius: 4px;
  padding: 20px 25px;
  margin: 5px 10px;
  box-shadow: 0px 2px 6px #ccc;
} */

.expandField .bubbleCont {
  display: block !important;
  background: #f7f9fc;
  border: 0;
  border-radius: 4px;
  padding: 0px 15px;
  margin: 5px 0px;
  box-shadow: 0px 1px 10px #b1b1b1;
  z-index: 999;
  position: absolute;
  width: 100%;
  border: 1px solid #b3cefb;
}

.expandField .bubbleCont::before {
  position: absolute;
  top: -17px;
  left: 48.9%;
  display: inline-block;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #ccc;
  border-bottom-color: rgb(204, 204, 204);
  border-left: 17px solid transparent;
  border-bottom-color: #b3cefb;
  content: "";
}

.expandField .bubbleCont::after {
  position: absolute;
  top: -16px;
  left: 49%;
  display: inline-block;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #f7f9fc;
  border-left: 16px solid transparent;
  content: "";
}

.expandField .bubbleCont.bubblePadd {
  padding: 20px;
}

.bubbleCont .AddSuccessMessage {
  display: inline-block;
  padding-left: 10px;
  font-style: italic;
}

.expandField .arrow-up {
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f7f9fc;
  position: absolute;
  right: 50%;
  top: -10px;
  margin: 0 auto;
  z-index: 9999;
}

.expandField {
  display: block;
}

.expandField.active {
  display: none;
}

.expandField .arrow-up.scheduleArrow {
  right: 140px;
  top: -6px;
}

.expandField .arrow-up.senderArrow {
  left: -29px;
  top: -10px;
}

.datePicker.fa-calendar {
  position: absolute;
  right: 116px;
  top: 59px;
}

.react-datepicker-wrapper .form-control {
  min-width: 220px;
}

.date-picker-wrapper .react-datepicker-popper {
  margin-left: 50px !important;
}

.datepickerCss .react-datepicker-wrapper .form-control:focus {
  box-shadow: none;
  border: none;
  border-color: #ffff !important;
}

.datepickerCss .react-datepicker-wrapper .form-control {
  border: 0px !important;
  outline: none !important;
  transition: none;
  border-radius: 0;
}

.expandField .close {
  position: absolute;
  /* left: 50px; */
  right: 12px;
  top: 2px;
  margin: 0 auto;
}

.closeIG {
  position: absolute;
  right: 4px;
  margin: 0 auto;
}

.expandField .form-inline {
  margin-bottom: 0;
}

.design-thumb .colThumb .caption-text,
.sentCampaign .colThumb .caption-text {
  margin-top: 90px;
}

/*************************************
    -   CHOOSE FROM GALLERY STYLES  -
*************************************/
.popupHeader {
  margin-bottom: 20px;
}

.popupHeader .popupHeaderLeft {
}

.popupHeader .popupHeaderRight {
  text-align: right;
}

.optoutColLeft {
  position: absolute;
  left: 15px;
  width: 120px;
  height: 100%;
  float: left;
  border: 1px solid #ededed;
  /* border-right: 0; */
}

.optoutColRgt {
  /* float: left; */
  margin-left: 120px;
  /* margin-left: 105px; */
  /* border: 1px solid #ededed; */
  min-height: 450px;
  height: 100%;
}

.parentHorizontalTab {
  border: 1px solid #ededed;
  border-left: 0;
}

.popupTemplateColLeft {
  position: absolute;
  left: 0;
  width: 120px;
  height: 100%;
  float: left;
  border-right: 1px solid #ededed;
}

.optoutColLeft .popupTemplateColLeft {
  border-right: 0;
}

.popupTemplateColRgt {
  float: left;
  margin-left: 120px;
  /* border: 1px solid #ededed; */
  min-height: 450px;
  height: 100%;
  width: 100%;
}

.popupTemplateColRgt .tab-select-outer {
  background: #eee;
}

.popupTemplateColRgt .tab-select-outer #tab-select {
  display: block;
  width: 100%;
  border: 1px solid #ededed;
  padding: 5px;
}

/* Tabs Styles */
.tabs {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}

#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tab-button li {
  /*display: table-cell;*/
}

#tab-button li {
  display: block;
  /*padding: .5em 2em;*/
  padding: 10px 5px;
  /* background: #fff; */
  border-bottom: 0;
  border-left: 1px solid #fff;
  text-align: center;
  color: #404144;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  border-right: 0;
  display: block;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #f1f3f7;
  border-right: 1px solid #f1f3f7;
}

#tab-button li i {
  font-size: 16px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 0px;
  color: #3cc2fe;
}

.optionForm #tab-button li {
  display: inline-block;
  padding: 0px;
  background: #dff0ff;
  color: #393939;
  /*padding: .5em 2em;*/
}

/*#tab-button li:not(:first-child) a {
  border-left: none;
}*/
#tab-button li:hover,
#tab-button li.is-active {
  border-left: 2px solid #b3dbf1;
  background: #b3dbf1;
  color: #2f2f2f !important;
}

.optionForm #tab-button li:hover,
#tab-button li.is-active {
  border-left: 0px;
  background: #b3dbf1;
  color: #2f2f2f !important;
}

.popupTemplateColLeft #tab-button li.is-active:before {
  content: "";
  content: "";
  box-sizing: content-box;
  position: absolute;
  top: 40%;
  right: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 5px solid transparent;
}

.tab-contents {
  padding: 40px;
  float: left;
}

.tab-button-outer {
  display: none;
  width: 120px;
}

.tab-contents {
  margin-top: 20px;
}

.templatesGallery {
  /* position: relative; */
}

.templatesGallery ul {
  padding: 0;
}

.templateContent ul {
  text-align: center !important;
  display: inherit !important;
}

.templateContent li {
  display: inline-flex !important;
}

.templatesGallery .tgThumb li {
  display: inline-block;
  margin: 7px;
  float: left;
}

.fmInput {
  color: #ccc;
  background: #fff !important;
}

.fmInput:focus {
  border: none;
  box-shadow: none;
}

.hand-cursor {
  cursor: pointer;
  /* color: #0279b5 !important;
 */
}

.not-allowed-imp,
.not-allowed-imp:hover {
  cursor: not-allowed !important;
  background-color: white !important;
  color: #00000073 !important;
}

.hand-color {
  color: #0279b5 !important;
}

.tab-relative {
  position: relative;
}

/* Tabs Styles */
.tab-content {
  /* padding: 20px; */
  padding: 5px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}

.highcharts-figure {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

.nav-tabs .nav-item.nav-link {
  color: #404144;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 2px solid #4f657b;
  color: #0279b5 !important;
  /*background: #dff0ff;
  font-weight: bold;*/
}

#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.break-word {
  word-wrap: break-word;
}

textarea.form-control {
  height: auto;
}

/************************************************
    -   CAMPAIGN PREVIEW FOR DESKTOP STYLES  -
************************************************/
.responsiveBtn {
  position: relative;
  top: -8px;
}

.responsiveBtn ul {
  margin-bottom: 0;
}

.responsiveBtn li {
  display: inline-block;
  width: 54px;
  height: 50px;
}

.desktopBtn a {
  border-left: 1px solid #fff;
}

.responsiveBtn li a {
  display: inline-block;
  position: absolute;
  width: 56px;
  height: 50px;
  text-align: center;
  border-right: 1px solid #fff;
}

.responsiveBtn li a img {
  padding-top: 10px;
  position: relative;
  top: 2px;
}

.responsiveBtn li a:hover,
.responsiveBtn li.active a {
  background: #c5d7e8;
  border-bottom: 2px solid #4f657b;
}

.responsiveBtn .responsiveBtnTitle {
  margin: -4px 0 0 0;
}

.responsiveBtn .responsiveBtnTitle li {
  color: #9ea3a7;
  display: inline-block;
  width: 56px;
  height: 20px;
  font-size: 11px;
}

.responsiveBtn .responsiveBtnTitle .desktopTxt {
  margin-left: 60px;
  width: 56px;
}

.emailTemplatePreview {
  padding-top: 10px;
  text-align: center;
  position: absolute;
  top: 50px;
  bottom: 0px;
  min-width: 99%;
  max-width: 100%;
}

/*************************************
    -   Create Segment STYLES  -
*************************************/
.createSegment .selectedIntGroup,
.createSegment .selectIntGroup {
  margin-bottom: 10px;
  border: 1px solid #e5eaf1;
  border-radius: 4px;
}

.createSegment .selectIntGroupHeader {
  font-size: 14px;
  padding: 5px 25px;
  line-height: 40px;
  border-bottom: 1px solid #e5eaf1;
}

.createSegment .selectIntGroupBody {
  padding: 0px;
}

.subscribeCount {
  line-height: 32px;
}

.addGroup label {
  margin-right: 5px;
  background: #ebeef3;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 25px;
  color: #4f657b;
  display: inline-block;
  line-height: normal;
}

.addGroupGreyTag label {
  margin-right: 10px;
  background: #fff;
  padding: 4px 10px;
  padding-right: 0px;
  font-size: 14px;
  border-radius: 25px;
  color: #4f657b;
  position: relative;
  border: 1px solid #ccc;
  line-height: normal;
}

.addGroupGreyTag label.active {
  color: #1abb9c;
  /* box-shadow: 0 0 5px #999; */
  border: 1px solid #1abb9c;
}

.addGroupGreyTag label.active:hover {
  color: #4f657b;
  box-shadow: 0 0 5px #999;
  cursor: pointer;
}

.addGroupGreyTag label.selectedGroups {
  color: #1abb9c;
}

/* .addGroupGreyTag label span {
  border-left: 1px solid #ddd;
  font-size: 13px;
  padding: 5px 9px 4px 7px;
  margin-left: 4px;
  background: #ebeef3;
  text-align: center;
  border-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: normal;
} */
/* .addGroupGreyTag label.active span,
.addGroupGreyTag label:hover span {
  background: #1abb9c;
  color: #fff;
} */

.addGroupGreyTag label:hover {
  color: #4f657b;
  box-shadow: 0 0 9px #eee;
  cursor: pointer;
}

.selectLabel {
  padding-left: 15px;
  border-right: 1px solid #eee;
  line-height: normal;
  padding: 20px 0px;
  background: #f1f5fa;
}

.selectLabel span {
  display: inline-block;
  line-height: 28px;
  font-weight: normal;
  word-break: break-all;
}

.addGroupGreyTag .noshadow {
  box-shadow: none;
}

.addGroupRow {
  padding: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
}

.tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}

.ng-binding-value {
  display: inline-block;
}

.tree li input.ng-binding-cbox {
  position: absolute;
  left: -16px;
  top: 18px;
  z-index: 999;
  border: 1px solid #ddd !important;
}

.tree li::before,
.tree li::after {
  content: "";
  left: -11px;
  position: absolute;
  right: auto;
}

.tree li::before {
  border-left: 1px solid #ddd;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}

.tree li:last-child::before {
  height: 30px;
}

.tree > ul > li::before,
.tree > ul > li::after {
  border: 0;
}

.tree li .ng-binding {
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  width: 350px;
}

.ng-bindingParent {
  display: inline-block;
  padding: 0px 8px;
  width: 393px;
}

.ng-bindingParent label {
  font-weight: 600;
  padding-left: 5px;
  position: relative;
  top: 5px;
}

.ng-bindingParent img {
  position: relative;
  left: 6px;
  top: 3px;
  padding-right: 5px;
}

.ng-binding img {
  padding-right: 5px;
}

.ng-binding-value {
  width: 100px;
  padding: 2px 5px;
  text-align: right;
}

.tree li::before,
.tree li::after {
  content: "";
  left: -11px;
  position: absolute;
  right: auto;
}

.tree li::after {
  border-top: 1px solid #ddd;
  height: 20px;
  top: 25px;
  width: 25px;
}

.properties {
  margin-bottom: 25px;
  margin-bottom: 25px;
  border: 1px solid #e5eaf1;
  border-radius: 4px;
}

.fa.fa-floppy-o,
.fa-clock-o,
.fa-paper-plane-o {
  display: inline-block;
  padding-right: 6px;
}

.menu ul {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 120%;
  left: 0px;
  padding: 10px 18px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background: #fff;
  width: 200px;
  z-index: 9999;
}

.menu ul::after {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0%;
  left: 22px;
  content: "";
  transform: translate(0%, -100%);
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
}

.toggle-nav {
  padding: 5px;
  float: left;
  display: inline-block;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin-left: 13px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  color: #777;
  font-size: 20px;
  transition: color linear 0.15s;
}

.dropdown-menu {
  /*transform: translate3d(-21px, 25px, 0px) !important;*/
  min-width: 10.2rem;
}

.menu ul::before {
  position: absolute;
  top: -6px;
  left: 22px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
  border-left: 6px solid transparent;
  content: "";
}

.toggle-nav:hover,
.toggle-nav.active {
  text-decoration: none;
  color: #66a992;
}

.toggle-nav {
  display: none;
}

.menu a {
  display: block;
}

.menu ul.active {
  display: none;
}

.sentCampaign {
  border: 1px solid #eee;
  border-radius: 4px;
}

.sentCampaign .row-details {
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 15px;
  text-align: left;
  word-wrap: break-word;
}

.sentCampaign .row-details label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #999;
}

.sentCampaign .tempaltePriview {
  padding: 20px 40px;
  padding-right: 20px;
}

.sentCampaign .tempaltePriview img {
  max-width: 100%;
  border: 1px solid #eee;
}

.sentCampaign .templateCol {
  padding: 0px;
}

.disableSec {
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0.7;
}

.box-body .creation-header {
  margin-bottom: 20px;
  border: 1px solid #ededed;
  border-radius: 4px;
  /* padding-top: 10px;
  padding-bottom: 0px;
  height: 50px; */
}

.sortIcon-TextPosition {
  font-size: 13px;
  padding-right: 8px;
  padding-left: 8px;
}

.sortIcon-NumberPosition {
  font-size: 13px;
  margin-right: 58px;
}

.sortIcon-MaxNumberPosition {
  font-size: 13px;
}

/*************************************
    -   RESPONSIVE STYLES  -
*************************************/
@media (max-width: 480px) {
  .box .box-header {
    height: auto;
  }

  .box .box-header .page-heading {
  }
}

@media (max-width: 509px) {
  .customDdMenuTooltip .dropdown-menu {
    left: 60px !important;
  }

  .navbar .nav .nav-item .nav-link {
    padding-right: 10px;
  }
}

@media (max-width: 640px) {
  .campaignLists .ligr-campCheckbox,
  .ligr-campName {
    flex: inherit !important;
    width: 100%;
    margin-bottom: 10px;
    text-align: left !important;
  }

  .campaignLists .ligr-campCheckbox .status span {
    text-align: left;
  }

  .campaignLists .ligr-campCheckbox .status.sent {
    background-position: left top;
  }

  .ligr-campActions i,
  .ligr-campActions svg {
    margin-top: 0;
  }

  .campaignLists .list-grid-header {
    margin-bottom: 10px;
  }

  .form-control-line {
    min-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .designContent {
    border-right: 0;
  }

  .form-inline .form-group {
    display: block;
  }

  .create-campaign .campActions {
    text-align: center;
    width: 100%;
  }

  .fa-check-circle {
    float: left;
  }

  .popupTemplateColRgt {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .tab-button-outer {
    z-index: 0;
    display: block;
  }

  .tab-select-outer {
    display: none;
  }

  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .show-mobile {
    display: inline-block !important;
  }

  .hide-mobile {
    display: none !important;
  }
}

/*optout styles*/
.ligr-optout-createdby {
  flex: 0 0 300px;
  width: 300px;
  text-align: left;
}

.ligr-optintype {
  flex: 0 0 200px;
  width: 200px;
  text-align: left;
}

.dot {
  color: #b9babb;
}

.react-datepicker__time-container {
  width: 80px !important;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 100% !important;
}

.react-datepicker__time-list-item {
  border-bottom: 1px dotted #7d7d7d;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  display: block;
  width: auto !important;
  margin-right: 0 !important;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  padding: 8px 0px !important;
  width: 62px !important;
  font-weight: normal;
}

.tf-tree li li:before {
  border: 0 !important;
  /* width: 0 !important; */
}

.tf-tree li li::before,
.tf-tree .tf-nc::after,
.tf-tree .tf-nc::before,
.tf-tree .tf-node-content::after,
.tf-tree .tf-node-content::before {
  border: 0 !important;
}

.sfRighColSection .form-inline {
  margin-bottom: 1rem !important;
}

.divShow {
  display: flex;
}

.divHide {
  display: none;
}

/**/
.form-control-line:hover {
  /* border-bottom: 1px solid rgb(64, 64, 64); */
  border-bottom: 1px solid #5db4fe;
}

.form-control-line {
  /* border-radius: 4px; */
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #888;
}

select.form-control-line,
.dropdownSelectbox {
  background-image: linear-gradient(45deg, transparent 50%, rgb(194, 194, 194) 50%),
    linear-gradient(135deg, rgb(194, 194, 194) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  color: #888;
}

select.form-control-line:focus,
.dropdownSelectbox:focus {
  background-image: linear-gradient(45deg, rgb(64, 64, 64) 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #404144 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: rgb(64, 64, 64);
  outline: 0;
}

.popup_inner .popup_inner {
  width: 100%;
}

/* .popup_inner .popup_inner {
  height: 900px;
} */

.toast-top-center {
  position: relative;
  top: 100px !important;
  /* right: 100px !important; */
}

.toast-success {
  /* background-color: #51a351; */
  background-color: #96c457 !important;
  /* #96C457,  #87ae77, */
}

.toast-info {
  /* background-color: #2f96b4; */
  background-color: #a4b6ff !important;
  /* #C4E6F6, #A1C6B7 , #A4B6FF */
}

.toast-warning {
  /* background-color: #f89406; */
  background-color: #fd9a24 !important;
}

.toast-error {
  /* background-color: #bd362f; */
  background-color: #f6807e !important;
}

.interactions .popup .closeBtn {
  position: absolute;
  top: 35px;
  right: 45px;
  float: right;
}

.interactions .popup .box-body {
  padding: 0px !important;
}

.interactions .popup button {
  position: absolute;
  top: 0px;
  float: right;
}

.campaignstats .popup button {
  top: 10px !important;
}

.optionForm .popup .btn-md {
  position: absolute;
  top: 5px;
  right: 5px;
}

.popup {
  z-index: 99999 !important;
}

/*.toast.toast-error {
  background-color: #bb7571 !important;
}
.toast.toast-success {
  background-color: #7db97d !important;
}
.toast.toast-info {
  background-color: #61b1c7 !important;
}
.toast.toast-warning {
  background-color: #d4902f !important;
} */

.react-confirm-alert-body h1 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #3a3a3a;
  top: -20px;
  position: relative;
  padding-bottom: 0px;
  padding-top: 12px;
}

.react-confirm-alert-body {
  text-align: left !important;
  background-color: #fff !important;
  box-shadow: unset !important;
  width: 450px !important;
  padding: 25px !important;
  border-radius: 2px !important;
}

.confirm-alert-body-w-100 {
  width: 100% !important;
}

.fa.disabled {
  display: none !important;
}

.react-confirm-alert-button-group {
  justify-content: flex-end !important;
}

.react-confirm-alert-button-center {
  justify-content: center !important;
}

.react-confirm-alert-button-group > button {
  border-radius: 2px !important;
  color: #fff !important;
  height: 36px !important;
}

/* .modal-dialog {
  top: 55px !important;
} */

.react-confirm-alert-overlay {
  z-index: 111111 !important;
  background-color: rgba(0, 0, 0, 0.37) !important;
}

/* Custom Popup Colours */
.react-confirm-alert-button-group .okAction {
  background-color: #2981cc !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

.react-confirm-alert-button-group .backCancle {
  background-color: #7b7b7bf7 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

.react-confirm-alert-button-group .deleteAction {
  background-color: #c14343 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

.react-confirm-alert-button-group .warningAction {
  background-color: #fd9a24 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

.closeButton {
  position: absolute;
  border: 1px solid #9c9c9c;
  background: unset;
  font-size: 13px;
  cursor: pointer;
  margin-left: 24px;
  text-align: center;
  height: 35px;
  width: 66px;
  border-radius: 2px;
  color: #000;
}

.upperPart {
  border-radius: 3px;
  background: #fff;
}

.lowerPart {
  padding-bottom: 14px;
}

/* Custom Popup Colours */

.page-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10px;
}

.container-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay {
  background: rgba(255, 255, 255, 1);
  height: 100%;
  width: 100%;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

/*Success Campaign Styles */
.successCamp {
  margin: 25px;
}

.successCampWrap {
  margin: -1px auto;
}

.scShadow {
  display: inline-block;
  /* box-shadow: 0px 0px 7px rgb(0, 0, 0, 0.1); */
  padding: 20px;
  text-align: center;
}

.successCampWrap .scShadow {
  padding: 45px;
}

.scShadow img {
  max-width: 60%;
  border-radius: 50%;
}

.scShadow img {
  margin: 0 auto;
}

.successCamp .scShadow .scCont {
  padding-right: 50px;
  padding-top: 20px;
}

.scShadow .scCont {
  padding: 20px;
  text-align: left;
}

.scShadow .scCont p {
  margin-bottom: 0;
}

.scShadow .scCont p strong {
  color: green;
  font-weight: 600;
}

.scShadow .scCont p:nth-child(1) {
  padding-bottom: 15px;
  font-size: 25px;
}

.scShadow .scCont p:nth-child(2) {
  padding-bottom: 25px;
  font-size: 19px;
  color: #666;
}

.scShadow .scCont p:nth-child(3) {
  padding-bottom: 35px;
  font-size: 17px;
  color: #777;
}

.successCamp .scShadow {
  padding: 0;
}

.successCamp .scShadow .col-5 {
  padding: 0 0 0px 15px;
  text-align: left;
}

.successCamp .scShadow img {
  border-radius: inherit;
}

.successCamp .scCont {
  padding-left: 40px;
}

@media (max-width: 780px) {
  .successCamp .col-5,
  .successCamp .col-7 {
    max-width: 100%;
    flex: auto;
  }

  .successCamp .scShadow img {
    max-height: inherit;
    max-width: 100%;
  }

  .scShadow .scCont {
    text-align: center;
  }

  .successCamp .scShadow .scCont {
    padding: 20px 50px;
  }
}

/* Optin Styles */
.optionForm {
  border: 1px solid #ededed;
  border-radius: 4px;
}

.optionForm .option-formPreview {
  padding: 20px;
}

.optionForm .option-formSettings {
  border-left: 1px solid #ededed;
  padding-left: 0;
}

.optionForm .option-formSettings #tab-button li {
  cursor: pointer;
}

.optionForm .option-formSettings #tab-button li a {
  float: left;
  border-right: 0;
  padding: 10px 20px;
  font-size: 13px;
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #dff0ff;
  font-weight: 600;
}

.optionForm .option-formSettings #tab-button li a:hover,
.optionForm .option-formSettings #tab-button .is-active a {
  border-bottom: 2px solid #5db4fe;
}

.optionForm .option-formSettings .option-formSetTabs {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ededed;
  height: 42px;
}

.optionForm .option-formSettings #tab-button {
  display: inherit;
}

.optionForm .option-formSettings .tab-contents {
  padding: 0px;
  width: 100%;
}

.settingShadowBox {
  box-shadow: 0 0 5px #eee;
}

.setting-tab-cont section {
  margin-bottom: 5px;
  float: left;
  width: 100%;
}

.setting-tab-cont .add-field {
  display: block;
  text-align: right;
  margin-bottom: 0.5em;
  color: #5db4fe;
  font-weight: bold;
}

.optionForm .option-formSettings .optionF-design-row {
  /* padding: 10px; */
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-top: 0;
}

.sectionOutLine {
  border: 1px solid rgb(206, 212, 218);
  padding: 0px 15px 0px 15px;
  border-radius: 4px;
}

.optionForm .option-formSettings .optionF-AccorRow {
  background: #f8f8f8;
  line-height: 35px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #ebebeb;
}

.optionForm .option-formSettings .optionF-AccorRow i {
  padding-right: 10px;
  color: #999;
}

.optionForm .option-formPreview {
  background: #f7f9fb;
  height: 100%;
}

.optionForm .option-formPreview .embededForm {
  border: 1px solid #ddd;
  padding: 20px 30px;
  border-radius: 5px;
  background: #fff;
}

.optionForm .option-formPreview .subscriberForm {
  background: #999;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.optionForm .option-formPreview .subscriberForm .subscriberFormInner {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.optionForm .option-formPreview h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.optionForm .option-formPreview h4,
.setting-tab-cont h4 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}

.asteric {
  color: red;
}

.closeBtn {
  position: absolute;
  right: 14px;
  top: 2px;
  font-size: 25px;
  color: #999;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
}

.optionForm .form-control-line {
  min-width: 100%;
}

.colorSwatcher span {
  display: inline-block;
  position: relative;
  top: 7px;
}

.colorSwatcher i {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #eee;
}

.optionForm .colorSwatcher .form-control-line {
  min-width: auto;
  /* width: 100px; */
}

/*
.availFields {

}
.availFields ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fcfcfc;
}
.availFields ul li {
  border-bottom: 1px solid #eee;
  height: 40px;
  line-height: 40px;
  cursor: move;
  font-size: 14px;
}
.availFields ul li:hover .dsDotts img {
  display: inline-block;
  color: #404144;
}
.availFields .dragSection {
  width: auto;
  position: relative;
}
.availFields .dsDotts {
  position: absolute;
  width: 35px;
  right: 4px;
  top: 0px;
  cursor: move;
  text-align: center;
}
.availFields .dsDotts img {
  display: none;
}
.availFields .dsCheckBoxName {
  position: absolute;
  left: 38px;
  height: 37px;
}
.availFields .dsCheckBoxName input {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.availFields .dsMandatory {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 10px;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
}
.availFields .dsMandatory:hover {
  box-shadow: 0 0 5px #ccc;
}
.availFields .mandatory {
  font-size: 22px;
  color: #bfbfbf;
}
.availFields .dsMandatory .mandatory.activeMand {
  color: red;
}
*/
.availFields ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.availFields li {
  display: inline-block;
  width: 75%;
  /* border: 1px solid #ddd; */
  margin: 2px 2px 10px 0;
  position: relative;
  text-align: left;
  padding: 4px 14px;
  padding-left: 35px;
  /* cursor: move; */
  cursor: default;
}

.availFields li label {
  display: inline-block;
  /*padding: 9px 5px;
  padding-left: 0px; */

  /* cursor: pointer; */
  cursor: default;
  margin-bottom: 0;
}

.availFields li i {
  line-height: 22px;
  font-style: normal;
  word-break: break-word;
  word-wrap: break-word;
}

.manageText {
  word-break: break-word;
  word-wrap: break-word;
}

.availFields li:hover,
.availFields li.selected {
  /* border: 1px solid #ccc; */
  box-shadow: 0 0 7px #e6e5e5;
  /* color: #0279b5;  */
}

.availFields li span {
  background: #fff;
  width: 77px;
  text-align: center;
  display: block;
  color: #999;
  font-size: 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
  padding: 0;
  border: 1px solid #ddd;
  height: 40px;
  transition: all 400ms;
  margin-right: 4px;
}

/*.availFields li span:hover,
.availFields li span.active {
  background: #eee;
}*/

.availFields li span.active strong,
.availFields li span:hover.checked strong {
  color: #f00;
}

.availFields li.error {
  border: 1px solid #f00;
}

.availFields li span.active,
.availFields li span:hover i {
  color: #000;
}

.availFields li span i {
  display: block;
  background: #eee;
  width: 76px;
  line-height: 12px;
  padding-bottom: 2px;
}

.availFields li span strong {
  position: relative;
  top: 1px;
  font-size: 20px;
}

.availFields .fa-check-circle.check-circle {
  position: absolute;
  left: 10px;
}

/* .availFields .dsDotts {
  position: absolute;
  width: 35px;
  left: 0px;
  top: 8px;
  cursor: move;
  text-align: center;
} */
.availFields .dsDotts {
  position: absolute;
  width: 35px;
  left: 0px;
  top: 11px;
  float: left;
  cursor: move;
  text-align: center;
  opacity: 0.7;
}

.availFields li:hover .dsDotts {
  opacity: 0.99;
}

.availFi li:hover .dsDotts {
  opacity: 0.99;
}

.availFields .dsCheckBoxName {
  border: 1px solid #eee;
  padding: 8px 10px;
  float: left;
  width: 83%;
}

.availFields .dsCheckBoxName label input {
  position: relative;
  top: 2px;
}

.setting-tab-cont {
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

/* .setting-tab-cont .form-group.formOption {
  margin-bottom: 30px;
} */
.setting-tab-cont .form-group.formOption h4 {
  font-weight: normal;
  margin-bottom: 0;
}

.setting-tab-cont .webhookRow {
  margin-bottom: 10px;
}

.webhookRow .fa-minus,
.fa-plus {
  color: #5db4fe;
  border: 1px solid #5db4fe;
  border-radius: 50%;
  padding: 5px;
  width: 25px;
  height: 25px;
  font-weight: normal;
}

.webhookRow .fa-minus:hover,
.fa-plus:hover {
  border: 1px solid #489beb;
  color: #489beb;
}

.ligr-webhook {
  font-size: 13px;
  color: #9ea3a7;
}

.addingPos {
  cursor: pointer;
  float: right;
  bottom: 56px;
  position: absolute;
  right: 20px;
}

.option-formPreview .btn.btn-default {
  margin-top: 15px;
  border-radius: 4px;
  background: #f90;
  color: #fff;
}

.box-body .creation-header.noBottBorder {
  border: 0;
}

label[for="lock-changes"] input[type="checkbox"] {
  background: url(/images/check-nor.png) 0 0px no-repeat;
  z-index: 10;
  display: block;
  float: left;
  font-size: 12px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin: 0 6px 0 0;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  cursor: pointer;
}

label[for="lock-changes"] input[type="checkbox"]:checked {
  background: url(/images/check-active.png) 0 0px no-repeat;
}

.expandField .bubbleCont.bubblePadd.centerbubble {
  width: 75%;
}

.bubbleCont .form-label-line {
  min-width: 80px;
}

.expandField .bubbleCont.bubblePadd {
  margin: 0 auto;
  position: absolute;
  /* left: 0; */
  right: 0;
}

/* .colThumb .thumbnail { height: 175px;} */
.colThumb .thumbnail,
.caption-style-4 .caption-text {
  cursor: pointer;
}

.caption-style-4 .caption-text {
  top: 0px !important;
  cursor: pointer !important;
}

.caption-style-4 .caption-text .btn-group {
  position: relative;
  top: 0px;
}

.tab-contents .caption-style-4 .caption-text {
}

.del_thumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  cursor: pointer;
}

.del_thumb a {
  text-decoration: underline !important;
}

.resp-tabs-container .contentwrap {
  padding: 10px 50px 50px 50px;
}

.Outform .formHeader,
.Outform .formFooter,
.thankspage {
  background: #fff !important;
  border: 1px dashed #aaceed !important;
}

.formHeader .nl-container,
.formFooter .nl-container {
  background: #fff !important;
}

.optoutEmail span {
  display: inline-block;
  position: relative;
  background: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 25px;
  padding: 5px 20px;
  min-width: 250px;
}

.optoutEmail span.disabled {
  opacity: 0.5;
}

.formFooter {
  background: #fff !important;
}

.chooseReason {
  background: #f6f6f6;
  padding: 10px 15px;
  border-radius: 5px;
}

.list-reasons {
  border: 1px solid #eee;
  position: relative;
  max-height: 100px;
  overflow-y: auto !important;
  width: 91% !important;
}

.list-reasons li {
  border-bottom: 1px solid #efefef !important;
  padding: 5px 10px;
  position: relative;
}

.list-reasons li i {
  margin-right: 6px;
  color: #8f8f8f;
}

.list-reasons li i.selected {
  color: #41ad49;
}

.list-reasons li:last-child {
  border-bottom: 0 !important;
}

.list-reasons li input {
  vertical-align: top;
  margin-top: 4px;
}

.list-reasons li span.list-reasons li span {
  /* position: absolute;
  right: 0; */
}

.list-reasons li span {
  width: 93%;
  display: inline-block;
}

.list-reasons li span i {
  display: none;
  position: absolute;
  right: 0;
  top: 7px;
  cursor: pointer;
}

.list-reasons li span i:hover {
  color: #e68181;
}

.list-reasons li:hover i {
  display: block;
  font-size: 17px;
}

.recipientTabs {
  /* width: 415px; */
  position: relative;
  top: -20px;
  z-index: 1;
}

.recipientTabs.tabs {
  width: 300px;
}

.recipientTabs .recipientTabsPos {
  position: absolute;
  z-index: 9999;
  width: 100%;
  min-width: 375px;
}

.recipientTabs.tabs {
  background: #fff;
  max-width: auto;
  margin: 0;
}

.recipientTabs .nav-item .nav-link {
  background: #fff;
  cursor: pointer;
  border-bottom: 0;
  line-height: 28px;
  font-size: 14px;
}

.recipientTabs .nav-item .nav-link.active {
  background: #dff0ff;
  border-bottom: 0;
}

.recipientTabs .tab-content {
  background: #dff0ff;
  padding: 5px;
  font-size: 13px;
  border-radius: 0.25rem;
  border-top-left-radius: 0rem;
}

.recipientTabs .nav-tabs {
  margin-bottom: 0px;
  border-bottom: 0 !important;
}

.recipientTabs .tab-content .form-control {
  width: 100%;
}

.recipientTabs .tab-content .tabContbox {
  height: 100%;
  padding: 7px;
}

.recipientTabs .tab-content .tabContbox {
  padding: 0 0 0 5px;
  background: #fff;
}

.recipientTabs .tab-content .tabContbox .tabContboxScroll {
  height: 100px;
  overflow-y: auto;
}

.recipientTabs .tab-content .tabContbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recipientTabs .tab-content .tabContbox li {
  line-height: 30px;
  padding: 0 1px;
}

.recipientTabs .tab-content .tabContbox li:hover {
  background: #eee;
  cursor: pointer;
}

.recipientTabs .tab-content .inputBox {
  position: relative;
  background: #dff0ff;
  padding: 0px;
  padding-bottom: 0;
}

.recipientTabs input.form-control {
  color: #d8d8d8;
  font-size: 13px;
  margin-bottom: 5px;
}

.recipientTabs .tabContbox span {
  color: #8c8c8d;
  display: block;
  padding-bottom: 5px;
}

.recipientTabs .selectedItem {
  position: relative;
  background: #fff;
  border: 1px solid #e3e8ef;
  color: #888;
  font-size: 14px;
  line-height: 34px;
  padding: 0 10px;
}

.recipientTabs .fa.fa-angle-down {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  font-size: 18px;
}

.recipientTabs .react-dropdown-tree-select .dropdown .dropdown-content {
  position: relative;
}

.recipientTabs .react-dropdown-tree-select .dropdown .dropdown-trigger {
  border: 0;
}

.recipientTabs .react-dropdown-tree-select .tab-content .tabContbox li {
  line-height: normal;
  padding: 0;
}

.recipientTabs .react-dropdown-tree-select .dropdown .dropdown-content {
  box-shadow: none;
  border-top: 0;
}

.recipientTabs .react-dropdown-tree-select .dropdown,
.recipientTabs .react-dropdown-tree-select .dropdown .dropdown-trigger.arrow {
  display: block;
}

.recipientTabs .recipientTabs .tab-content .tabContbox ul {
  width: 94%;
  display: inline-block;
}

.recipientTabs .react-dropdown-tree-select .dropdown .tag-list .tag-item {
  padding: 0;
  margin: 0 5px 0 0;
  width: auto;
}

.recipientTabs .react-dropdown-tree-select .dropdown .tag-list .tag-item:last-child {
  width: 98%;
  margin: 0;
}

.recipientTabs .react-dropdown-tree-select .dropdown .tag-list .tag-item input.search {
  width: 100%;
  border-bottom: 0 !important;
}

.recipientTabs .react-dropdown-tree-select .dropdown .dropdown-trigger {
  padding: 0 !important;
}

.recipientTabs .react-dropdown-tree-select .dropdown .dropdown-trigger.arrow.bottom {
  padding: 0;
}

.recipientTabs .react-dropdown-tree-select .dropdown .dropdown-trigger.arrow.bottom::after,
.recipientTabs .react-dropdown-tree-select .dropdown .dropdown-trigger.arrow.top::after {
  position: relative;
  top: -2px;
  font-size: 10px !important;
  color: #5cb3fd !important;
}

.recipientTabs .react-dropdown-tree-select .dropdown .infinite-scroll-component .tree .toggle {
  font-style: normal;
  font-size: 19px;
  position: absolute;
  right: 11px;
}

.recipientTabs .tabContbox span {
  padding-bottom: 0;
}

.recipientTabs .react-dropdown-tree-select .dropdown .infinite-scroll-component .tree .toggle.expanded {
  right: 13px;
}

.recipientTabs .react-dropdown-tree-select .dropdown .infinite-scroll-component .toggle .node > label {
  line-height: 30px;
}

.recipientTabs .react-dropdown-tree-select .dropdown .infinite-scroll-component .toggle {
  white-space: normal !important;
  margin-right: 0px !important;
}

.recipientTabs .react-dropdown-tree-select .dropdown .tag-list .tag-item span {
  background: none;
  border: 0;
  display: inline-block;
  line-height: normal;
  padding-left: 4px;
}

.recipientTabs .react-dropdown-tree-select .dropdown .tag-list .tag-item:hover {
  background: none !important;
}

.react-dropdown-tree-select .dropdown .dropdown-content {
  border-top: 0;
  background: white;
}

.recipientTabs .react-dropdown-tree-select .dropdown .dropdown-trigger.arrow.bottom::after,
.recipientTabs .react-dropdown-tree-select .dropdown .dropdown-trigger.arrow.top::after {
  content: "";
  width: 100%;
}

.recipientTabs .react-dropdown-tree-select .dropdown .tag-list .tag-item input {
  background: url(/images/icon-search1.png) no-repeat right 7px !important;
}

.recipientTabs .react-dropdown-tree-select .dropdown .tag-list li:last-child {
  border-top: 2px solid #dff0ff;
}

.recipientTabs .react-dropdown-tree-select .dropdown .tag-list li:first-child {
  border-top: none;
}

.tabContbox input[type="checkbox"] {
  margin: 10px 4px;
  position: relative;
  top: 1px;
}

.recipientTabs .dropdown-content {
  overflow: auto;
  max-height: 260px;
}

.recipientTabs .dropdown-content::-webkit-scrollbar {
  width: 8px;
  z-index: 99999;
}

.recipientTabs .dropdown-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #eaeaea;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.recipientTabs .dropdown-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.164);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.recipientTabs .tag-remove {
  display: none;
}

.recipientTabs .tree input {
  display: none;
}

/* Assign to Interest Groups Styles*/
/* Assign to Interest Groups Styles*/
.IgHeadingRow {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.IgHeading {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
}

.IgHeading span {
  color: #8a8a8c;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
}

.igSubHeading {
  padding: 15px 15px;
}

.igSubHeading h4 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.optionForm .optionF-AccorRow {
  background: #f8f8f8;
  line-height: 35px;
  padding: 0 10px;
  float: left;
  width: 100%;
}

.optionForm .optionF-design-row {
  padding: 20px;
  float: left;
  width: 100%;
}

.inteGroupLabel {
  list-style: none;
  padding: 0;
  font-size: 13px;
  clear: both;
}

.inteGroupLabel li {
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 20px;
  padding: 3px 15px;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
}

.inteGroupLabel li.dragMoveGroups {
  padding-left: 26px;
}

.inteGroupLabel li.dragMoveGroups:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/images/icon-dag.png) no-repeat left top / 8px;
  width: 13px;
  height: 20px;
  left: 11px;
  top: 7px;
}

.optionF-design-row small {
  display: block;
  clear: both;
  color: #9d9d9e;
}

.inteGroupLabel li:hover {
  border: 1px solid #5db4fe;
  cursor: pointer;
}

.inteGroupLabel li.selectDragMoveItem {
  background: #5db4fe;
  color: #fff;
}

.inteGroupLabel li.movedTotalItem {
  border: 1px dashed #e1e1e1;
  background: #fcfcfc;
  padding: 3px 20px;
}

.inteGroupLabel li.notMove {
  border: 0;
  font-size: 22px;
  line-height: 24px;
  padding: 3px 0px;
  color: #5db4fe;
}

.inteGroupLabel li.dragMoveGroups:before {
  cursor: text;
  background: none;
}

/* Assign to Interest Groups Styles for V2 */
.assign-interest-group .btn-darkBlue:hover {
  background: #4f657b;
}

.assign-interest-group {
}

.assign-interest-group .aig-upload-file .uploadFile {
  text-align: center;
  background: #fff;
  padding: 20px;
  color: #4f657b;
  border: 1px dashed #cdcdcd;
  height: 128px;
}

.assign-interest-group .aig-upload-file .uploadFile.uploaded {
  padding: 15px;
  border: 0;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
  color: #999;
}

.delIcon {
  color: #4f657b;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  line-height: 13px;
  font-size: 10px;
  cursor: pointer;
}

/*
.delTag {
  color: #ccc;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  line-height: 13px;
  font-size: 10px;
  cursor: pointer;
  position: absolute;
  margin-left: -20px;
  margin-top: -3px;
  top: 8px;
  right: 19px;
  font-size: 12px !important;
}

.delTag:hover {
  color: #999;
} */

.delTag {
  margin-left: 5px;
}

.delTag:hover {
  color: #999;
}

.boxHeader {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: #dff0ff;
  position: relative;
}

.boxHeader .aigHea,
.bbWrap .label {
  font-weight: 600;
}

.aig-fieldMapping .boxHeader.collaTab,
.assign-interest-group .aig-upload-file .uploadFile.uploaded {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
  border: 1px solid #efefef;
}

.boxBody {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
  border: 1px solid #efefef;
  padding: 20px;
}

.mandatoryHeader {
  float: right;
  display: inline-block;
  text-align: right;
  font-size: 13px;
  padding-right: 35px;
  font-style: italic;
  color: #294661;
  padding-left: 20px;
  background: url(/images/icon-bulb.png) no-repeat left 8px / 15px;
}

.addNewIcon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5db4fe;
  border-radius: 50%;
  border: 1px solid #5db4fe;
  background: #fff;
  text-align: center;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.collapseArrowHeader {
  position: absolute;
  right: 20px;
  top: 6px;
  cursor: pointer;
  height: 20px;
  padding: 4px;
  text-align: center;
  font-size: 19px !important;
}

.aig-fieldMapping .dropdown-toggle:before {
  content: "" !important;
}

.bbWrap {
  width: 75%;
  margin: 0 auto;
}

.bbWrap .fmInput {
  float: left;
  color: #999;
}

.filedBox {
  position: relative;
}

.filedBox:focus .sub-menu,
.filedBox:focus-within .sub-menu,
.filedBox:hover .sub-menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu {
  background: #fff;
  text-align: left;
  border: 1px solid #e3e8ef;
  visibility: hidden;
  padding: 5px 10px;
  margin-top: 4px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
  opacity: 0;
  font-size: 13px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu dt {
  text-align: center;
  background: #eee;
  font-weight: normal;
  padding: 5px 0;
  margin-bottom: 5px;
}

.sub-menu dd {
  margin-bottom: 0.2rem;
  text-align: center;
}

.filedBox:hover .sub-menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.skipFiled {
  display: block;
  background: url(/images/info-icon.png) no-repeat left 7px;
  cursor: pointer;
  width: 25px;
  height: 30px;
  position: absolute;
  left: -24px;
}
.update-preference-tooltip {
  left: 0px;
}

.matchedField {
  display: block;
  cursor: pointer;
  width: 25px;
  height: 30px;
  position: absolute;
  left: -50px;
  top: 2px;
}

.assign-interest-group .aig-fieldMapping input {
  display: inline-block;
}

.mappingArrow {
  float: left;
  min-width: 30px;
  max-width: 40px;
  text-align: center;
}

.mappingArrow img {
  margin-top: 4px;
}

.aig-fieldMapping .boxHeader.collaTab {
  /* box-shadow: 0 0 10px rgb(0, 0, 0, 0.1); */
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
  border: 1px solid #efefef;
}

@media (max-width: 919px) {
  .bbWrap {
    width: 90%;
  }

  .mappingArrow {
    width: 30px;
  }
}

.selectIntGroupBody {
  padding: 0px;
}

.addGroupRow {
  padding: 0px 0;
  margin-bottom: 0px;
  border-bottom: 1px solid #eee;
}

.selectLabel {
  max-width: 300px;
  padding-left: 15px;
  border-right: 1px solid #eee;
  padding-right: 15px;
  line-height: 40px;
  padding-left: 15px;
  background: #f6f6f6;
  color: #4f657b;
}

.selectLabel span {
  display: inline-block;
  line-height: 28px;
  font-weight: normal;
}

.addGroupGreyTag .noshadow {
  box-shadow: none;
}

#manageSender .addGroupGreyTag label {
  margin-bottom: 15px !important;
}

.addGroupGreyTag {
  padding-top: 20px;
  padding-bottom: 15px;
}

#manageSender .addGroupGreyTag {
  padding-top: 20px;
  padding-bottom: 30px;
}

#manageSender .selectLabel {
  padding-bottom: 6px;
}

.addGroupGreyTag label {
  margin-right: 10px !important;
  background: #fff;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 25px;
  color: #4f657b;
  position: relative;
  border: 1px solid #ccc;
  line-height: normal;
  cursor: pointer;
  position: relative;
  transition: all 0.7s ease;
}

.addGroupGreyTag label:hover {
  box-shadow: 0 0 10px #ddd;
}

.addGroupGreyTag label.active {
  color: #444;
  border: 1px solid #039be5;
  cursor: default;
  background-color: #e1f5fe;
}

.addGroupGreyTag label span {
  border-left: 1px solid #b0b0b0;
  font-size: 13px;
  margin-left: 4px;
  padding-left: 5px;
  text-align: center;
  display: inline-block;
  line-height: 12px;
}

.addGroupGreyTag label.active span {
  border-left: 1px solid #039be5;
}

.addGroupGreyTag a a {
  position: relative;
}

.diamondIcons {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: rgb(133, 131, 131);
  position: relative;
  top: -13px;
}

.diamondIcons:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 25px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: rgb(133, 131, 131);
}

.step-indicator {
  border-collapse: separate;
  display: table;
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 0px;
}

.step-indicator li {
  display: flex;
  position: relative;
  float: none;
  padding: 0;
  list-style: none;
  margin-bottom: 45px;
}

.step-indicator li .step {
  background-color: #fff;
  border-radius: 50%;
  font-size: 13px;
  height: 20px;
  line-height: 17px;
  margin: 0 auto;
  position: relative;
  width: 20px;
  z-index: 1;
  float: left;
  margin-right: 7px;
  margin-left: 0;
}

.step-indicator li.active .step {
  background: #41ad49;
  color: #fff;
}

.step-indicator li.process .step {
  background: #7d7d7d;
  color: #fff;
}

.step-indicator li.stepOne:after {
  background-color: #41ad49 !important;
}

.step-indicator li.stepTwo:after {
  background-color: d !important;
}

.step-indicator {
  border-collapse: separate;
  text-align: center;
}

.step-indicator .caption {
  line-height: normal;
  text-align: left;
  color: #ccc;
  font-size: 13px;
  font-weight: 600;
}

.step-indicator li.active .caption {
  color: #294661;
}

.step-indicator li::after {
  background-color: #7d7d7d;
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  height: 75px;
  top: 0;
  left: 9px;
}

.step-indicator li:last-child:after {
  background: none;
  width: 0;
}

.concent-Box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.closeBtnTag {
  position: absolute;
  margin-left: -20px;
  margin-top: -3px;
  background: rgb(248, 160, 0);
}

.autoMappedField {
  border: 1px solid #aaf4a8;
  /* box-shadow: 1px 1px 1px 1px #aaf4a8; */
}

.moreGroups {
  display: inline-block;
  box-shadow: none;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid rgb(93, 180, 254);
  border-radius: 50%;
  color: rgb(93, 180, 254);
  padding: 0;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 21px;
  position: relative;
  top: 4px;
  transition: all 0.7s ease;
}

.moreGroups:hover {
  background: rgb(93, 180, 254);
  color: #fff;
}

/*
.list-drag {list-style: none; padding:0;}
.list-drag li{ display: inline-block; width:200px; border: 1px solid #ddd; margin:10px 10px 10px 0; position: relative; text-align: center; }
.list-drag li label{ display: inline-block; padding:10px; display: block; cursor: pointer; margin-bottom:0;}
.list-drag li:hover, .list-drag li.selected { border: 1px solid #ccc; box-shadow: 0 0 10px #ddd; color:#0279b5;}
.list-drag li span { background: #ddd; line-height:16px; display: block;left:0; right:0; color:#fff; font-size:10px;cursor: pointer; }
.list-drag li span:hover, .list-drag li span.active  { background: red; }
.list-drag .fa-check-circle.check-circle { position: absolute; left:10px;}
*/

.list-drag {
  list-style: none;
  padding: 0;
}

.list-drag li {
  display: inline-block;
  width: 75%;
  border: 1px solid #ddd;
  margin: 10px 10px 5px 0;
  position: relative;
  text-align: left;
  padding-left: 30px;
  cursor: move;
}

.list-drag li label {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 0;
}

.list-drag li:hover,
.list-drag li.selected {
  border: 1px solid #ccc;
  box-shadow: 0 0 9px #e6e5e5;
  color: #0279b5;
}

.list-drag li span {
  background: #fff;
  width: 77px;
  text-align: center;
  display: block;
  color: #999;
  font-size: 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #eee;
  height: 42px;
  transition: all 400ms;
}

.list-drag li span:hover,
.list-drag li span.active {
  background: #eee;
}

.list-drag li span.active strong,
.list-drag li span:hover strong {
  color: #f00;
}

.list-drag li span.active,
.list-drag li span:hover i {
  color: #000;
}

.list-drag li span i {
  display: block;
  background: #eee;
  width: 76px;
  line-height: 12px;
  padding-bottom: 2px;
}

.list-drag li span strong {
  position: relative;
  top: 1px;
  font-size: 20px;
}

.list-drag .fa-check-circle.check-circle {
  position: absolute;
  left: 10px;
}

/* Animated Slideout Content Popup */
.sliderContBoxOverlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  z-index: 100000;
}

.sliderContBox {
  position: fixed;
  /* top: 40px; */
  right: 0;
  bottom: 0;
  top: 0px;
  min-width: 550px;
  background: #fff;
  border: 1px solid #0279b5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  z-index: 100001;
  will-change: transform;
  transition: transform 0.3s ease;
  transform: translate3d(0, 0, 0);
}

.sliderContBox .scb-header {
  background: #0279b5;
  padding: 10px 30px;
  line-height: 30px;
  height: 50px;
  color: #fff;
}

.sliderContBox .scb-header label {
  font-size: 17px;
  font-weight: normal;
  color: #fff;
}

.sliderContBox .scb-cont {
  background: #fff;
  padding: 20px 30px;
}

.sliderContBox .closeBtn {
  color: #fff;
  position: absolute;
  right: 0px;
  top: -1px;
  height: 51px;
  background: transparent;
  width: 52px;
  text-align: center;
  line-height: 43px;
}

.sliderContBox .closeBtn i {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  opacity: 0.8;
}

.sliderContBox .closeBtn:hover i {
  opacity: 0.99;
}

.sliderContBox .closeBtn:hover {
  background: #1885bb;
}

.sliderContBox .form-label {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0.3rem;
}

.sliderContBox .form-control {
  min-width: auto;
}

.verifyMessage {
  color: #a5a5a6;
  border: 1px solid #eee;
  padding: 7px 10px;
  border-radius: 4px;
}

.btn-2-call {
  background: #55aefd;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
}

.btn-2-calle:hover {
  background: #0279b5;
}

.sliderContBox.wd700 {
  min-width: 700px;
}

/*************************************
    -   RESPONSIVE STYLES  -
*************************************/
@media (max-width: 780px) {
  .successCamp .col-5,
  .successCamp .col-7 {
    max-width: 100%;
    flex: auto;
  }

  .successCamp .scShadow img {
    max-height: inherit;
    max-width: 100%;
  }

  .scShadow .scCont {
    text-align: center;
  }

  .successCamp .scShadow .scCont {
    padding: 20px 50px;
  }
}

/* @media (max-width: 480px) {
  .box .box-header {
    height: auto;
  }
  .box .box-header .page-heading {
  }
}

@media (max-width: 509px) {
  .customDdMenuTooltip .dropdown-menu {
    left: 60px !important;
  }
  .navbar .nav .nav-item .nav-link {
    padding-right: 10px;
  }
}

@media (max-width: 640px) {
  .campaignLists .ligr-campCheckbox,
  .ligr-campName {
    flex: inherit !important;
    width: 100%;
    margin-bottom: 10px;
    text-align: left !important;
  }
  .campaignLists .ligr-campCheckbox .status span {
    text-align: left;
  }
  .campaignLists .ligr-campCheckbox .status.sent {
    background-position: left top;
  }
  .ligr-campActions i,
  .ligr-campActions svg {
    margin-top: 0;
  }
  .campaignLists .list-grid-header {
    margin-bottom: 10px;
  }
  .form-control-line {
    min-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .designContent {
    border-right: 0;
  }
  .form-inline .form-group {
    display: block;
  }
  .create-campaign .campActions {
    text-align: center;
    width: 100%;
  }
  .fa-check-circle {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .show-mobile {
    display: inline-block !important;
  }
  .hide-mobile {
    display: none !important;
  }
} */

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky {
  position: sticky;
  top: 0px;
}

#profileList .list-grid-header {
  border-bottom: 1px solid #ededed;
  margin: 0;
  padding: 0 0 20px;
  align-items: center;
}

#profileList .list-grid-body .list-grid-row {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0;
  /* align-items: center; */
}

#profileList .list-grid-body .list-grid-row:nth-child(even) {
  background-color: #fff;
}

#profileList .list-grid-body .list-grid-row:hover {
  background-color: #fafafa;
}

#website-page-mappings .list-grid-body .list-grid-row:hover {
  background-color: #fafafa;
}

.valid-email {
  background-image: url(/images/emailidvalid.png);
}

.invalid-email {
  background-image: url(/images/emailidinvalid.png);
}

.unknown-email {
  background-image: url(/images/emailidunknown.png);
}

.pending-email {
  background-image: url(/images/emailidpending.png);
}

#profilesPage .email-status,
.scb-cont.custom-scroll .email-status {
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: center;
  padding-left: 30px;
}

.sortStyling {
  width: 41px;
  height: 37px;
  margin-top: 4px;
  position: relative;
  border: 0px solid #c9c6c6;
  border-radius: 4px;
}

.sortStyling .fa {
  color: #489beb;
  position: absolute;
  top: 30%;
  left: 86%;
}

#profilesPage .filter-section {
  /* margin-bottom: 10px; */
}

#profilesPage .list-grid-header {
  padding: 10px 0;
}

#profileList .selection-checkbox {
  margin-left: 10px;
}

.positionDown {
  padding: 2px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: white;
  text-align: center;
}
/* Import subscriber selected groups associations Css */
.workflowGroupList {
  width: 90px;
  min-width: 90px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 12px;
  margin-left: 18px;
}

.email-field {
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}

img.profileIconTable {
  width: 30px;
  margin: 0 10px 0 10px;
  position: relative;
  top: 0px;
}

.filterIcon {
  margin-right: 10px;
}

.filterIcon img {
  width: 25px;
}

.profileEmailLabels {
  color: #7f7979;
  font-size: 12px;
}

.profileEmailLabels span {
  display: block;
}

.btn-center {
  display: block;
  margin: 10px auto 0;
}

.mandatory-display-text {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.filter-section select.form-control {
  width: 200px;
}

.filter-dropdown.dropdown-toggle {
  background-color: #eee;
  padding: 4px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  cursor: pointer;
}

.filter-dropdown.dropdown-toggle::after {
  border: none;
}

.no-data-available {
  text-align: center;
  font-size: 16px;
  padding-top: 20px;
}

.react-datepicker__input-container .form-control {
  min-width: 180px !important;
  padding: 0 5px;
}
.react-datepicker__input-container .form-control.client-reputation {
  min-width: 140px !important;
  padding: 0 5px;
}
.form-control.search-input.client-reputation {
  width: 140px !important;
}

.datePicker.fa-calendar {
  left: 200px !important;
}

.bubbleCont.bubblePadd.smallArrow {
  max-width: 325px !important;
  min-width: 300px !important;
}

.recipientTabs .nav-link {
  position: relative;
  display: block;
  line-height: 38px;
  padding: 0px 9px 0px;
}

.recipientTabs .nav-item input {
  margin-right: 3px;
}

.segments .tabs .nav-item {
  cursor: pointer;
}

.container__editor .tag {
  border: 0 !important;
  background-color: #ffffff !important;
}

/* sort icon designs*/
.campaignLists .sortup {
  position: relative;
  top: 2px;
}

.campaignLists .sortdown {
  position: relative;
  top: -3px;
}

.action-anchor {
  color: #0279b5 !important;
  cursor: pointer !important;
  width: 250px;
}

.action-anchor:hover {
  text-decoration: underline !important;
  color: #2186b9 !important;
}

.css-kj6f9i-menu {
  position: inherit !important;
  box-shadow: none !important;
}

.css-fk865s-option,
.css-dpec0i-option:hover {
}

.css-11unzgr {
  padding-top: 0 !important;
  overflow-x: hidden !important;
}

.select-dropdown {
  width: 400px;
}

.select-dropdown.selected-lp-type {
  width: 240px;
}

#wTProfileFilters .select-dropdown,
#wStProfileFilters .select-dropdown {
  width: 290px;
}

.select-dropdown170px {
  width: 170px;
}

.css-10nd86i.select-dropdown {
  box-shadow: 0 0 10px #ccc;
  padding: 5px;
}

.css-10nd86i.select-dropdown .css-vj8t7z {
  border: 1px solid #ccc;
  margin-bottom: 3px;
}

.css-10nd86i.select-dropdown .css-2o5izw {
  margin-bottom: 3px;
}

.css-10nd86i.select-dropdown .css-15k3avv {
  border: 0;
  position: inherit;
  box-shadow: none;
}

.css-10nd86i.select-dropdown .css-2o5izw:hover {
  border: 1px solid #5db4fe !important;
  margin-bottom: 3px;
}

.css-10nd86i.select-dropdown .css-1alnv5e:hover {
  background: #ddd;
  color: #111;
}

.css-1pcexqc-container.select-dropdown {
  box-shadow: 0 0 10px #ccc;
  padding: 5px;
}

.css-15k3avv {
  margin-top: 0 !important;
}

.itemsWidth .css-15k3avv {
  width: 100%;
}

.itemsWidth .css-10nd86i {
  max-width: 400px;
}

.css-1s9izoc {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.select-icon {
  position: absolute;
  right: 8px;
  bottom: 0;
  padding-left: 8px;
  border-left: 1px solid #ccc;
}

.select-values {
  border: none;
  padding: 0;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 25px;
}

.custom-dropdown > .select-values {
  padding-right: 25px;
}

/* .select-values:hover{
  border-bottom: 1px solid #5db4fe;
} */
.select-dropdown [role="option"] {
  line-height: 1.5;
  word-break: break-all;
}
.break-words-themepage .select-dropdown [role="option"] {
  word-break: keep-all !important;
}
.css-1ep9fjw,
.css-1wy0on6 {
  display: none !important;
}

.select-dropdown .css-bg1rzq-control {
  max-height: 150px !important;
  overflow: auto !important;
}

.select-dropdown .css-1szy77t-control {
  max-height: 150px !important;
  overflow: auto !important;
}

.dll-align {
  transform: translate3d(-9px, 28px, 0px) !important;
}

.dll-align-theme-page {
  transform: translate3d(0px, 0px, 0px) !important;
}

.no-border-shadow {
  border: none !important;
  box-shadow: none !important;
}

.filter-container {
  width: 150px;
  border-radius: 4px;
  padding: 3px;
  padding-left: 8px;
}

.form-filter-section .filter-container {
  width: 115px;
}
.profile-search-container {
  width: 8.5rem;
  input {
    width: 100% !important  ;
  }
}
.flexgrowShrink {
  flex: 1 1 0 !important;
  fieldset {
    width: 100% !important;
  }
}
.flexgrowShrink-3 {
  flex: 3 1 0 !important;
}
.textOverflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  font-family: Open Sans;
  color: #888 !important;
  &::placeholder-shown {
    color: #888 !important;
    font-weight: normal;
    font-family: Open Sans;
    color: #888 !important;
  }
}
.react-datepicker__input-container .width-100 {
  min-width: 100% !important;
  width: 100%;
}
.filter-section-container {
  .totalProfiles {
    display: flex;
    width: 56%;
    justify-content: flex-end;
    align-items: center;
  }

  @media (max-width: 1390px) {
    .create-sort-dropdown {
      width: unset;
      min-width: unset !important;
      width: 3.8rem;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block;
      font-size: 13px !important;
      overflow: hidden;
    }
    .totalProfiles {
      flex-direction: column;
      font-size: 14.5px;
    }
    .form-filter-section .filter-container {
      width: 100% !important;
    }
    .selected-profiles-dropdown {
      span {
        display: flex;
        float: right;
        white-space: nowrap;
      }
    }
  }
}
.subscriberInfo-filter-container {
  width: 125px;
  border-radius: 4px;
  padding: 3px;
  padding-left: 8px;
}

.filter-header {
  font-size: 10px;
}

.filter-header-themeDropDown {
  font-size: 10px;
  padding: 0px;
}

.filter-container .icon-search {
  top: 20px;
  z-index: 2;
  left: auto !important; /* Override inline style to allow proper right positioning */
  right: 9px !important;
}

/* Adjust search icon position when sidebar is expanded */
.profiles-list-sidebar-view .filter-container .icon-search {
  right: 15px !important;
}

/* PROFILES PAGE SPECIFIC: Better search icon positioning at all zoom levels */
.profiles-list-sidebar-view .filter-container .icon-search {
  top: 50%;
  transform: translateY(-50%);
  right: 8px !important;
  position: absolute;
}

/* PROFILES PAGE SPECIFIC: Unified positioning for sidebar view */
.profiles-list-sidebar-view .filter-container .icon-search {
  right: 8px !important;
}

/* PROFILES PAGE SPECIFIC: Ensure the profile search fieldset container properly contains the icon */
.profiles-list-sidebar-view .form-group.inner-addon .filter-container {
  position: relative;
  overflow: visible;
}

/* PROFILES PAGE SPECIFIC: Ensure the search input has proper padding to accommodate the icon */
.profiles-list-sidebar-view .filter-container .search-input {
  padding-right: 30px !important;
}

.search-input {
  border: none;
  position: relative;
  top: -4px;

  padding: 0 !important;
}

.search-input:focus {
  border: none;
  box-shadow: none;
}

/* .sender-email .css-15k3avv {
  left: -120px;
  width: 418px;
} */
.nonEditableTxt {
  color: #888888;
}

.card {
  /* height: 220px !important;
  overflow: hidden !important; */
  border: 1px solid #ccc;
}

.card .thumbnail {
  height: 230px;
  overflow: hidden;
}

.tab-contents .caption-style-4 .colThumb {
  height: 260px;
  width: 150px;
  border: 0 !important;
}

.templateName {
  height: 45px;
  line-height: 14px;
  font-size: 13px;
  padding: 15px 0 !important;
  color: #888888;
  padding-top: 15px;
}

.caption-style-4 .blur {
  height: 230px !important;
}

.hyperLink {
  color: #0279b5 !important;
}

.selectWebsitesList {
  background: #fff;
  padding: 0px;
  margin-bottom: 15px;
}

.selectWebsitesList span {
  display: inline-block;
  margin-right: 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.segmentsAccordion.segmentPreview {
  padding-bottom: 30px;
}

.segmentsAccordion.segmentPreview .profilesCount {
  text-align: right;
  font-size: 12px;
}

.segmentsAccordion.segmentPreview .profilesCount span {
  margin-left: 5px;
  background: #e5e9f2;
  color: #4f657b;
  border-radius: 3px 3px 0 0;
  padding: 2px 10px;
  width: 180px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
}

.segmentsAccordion.segmentPreview .crea-and.active a,
.segmentsAccordion.segmentPreview .crea-and span {
  height: 19px !important;
  width: 36px !important;
  border-radius: 3px;
  line-height: 17px !important;
}

.segmentsAccordion.segmentPreview .crea-and span {
  right: inherit !important;
  left: 30px !important;
  top: -10px;
  z-index: 99;
}

.segmentsAccordion.segmentPreview .selectIntGroupBody {
  border-bottom: 0px;
  padding: 15px 15px;
}

*/ .segmentsAccordion.segmentPreview .selectIntGroupBody .addGroupRow {
  border-bottom: 0 !important;
  margin-bottom: 0px;
}

.segmentPreview .crea-and,
.segmentPreview .crea-or {
  position: relative;
}

.segmentPreview .crea-and {
  padding: 10px 0;
}

.segmentPreview .crea-and,
.segmentPreview .crea-or {
  position: relative;
  text-align: left;
}

.segmentsAccordion.segmentPreview .addGroupRow .selectLabel {
  position: relative;
  padding: 20px 15px;
  line-height: normal !important;
}

.segmentsAccordion.segmentPreview .addGroupRow span {
  padding-right: 2px;
}

.segmentsAccordion.segmentPreview .addGroupRow .selectLabelDesc {
  padding: 7px 15px 7px 0px;
  width: 100%;
}

.segmentPreview .addGroupRow .crea-and span {
  position: absolute;
  left: 0 !important;
  z-index: 99;
  text-transform: uppercase;
}

.segmentsAccordion.segmentPreview .crea-or span {
}

.segmentPreview.segmentsAccordion .crea-or {
  text-align: left;
  padding: 10px 10px !important;
}

.segmentPreview.segmentsAccordion .crea-or span {
  margin-left: 67px !important;
}

.segmentPreview.segmentsAccordion .crea-or::after {
  left: 88px !important;
  right: inherit !important;
}

.propertyValue.selectedValues {
  color: #1c0f0f;
  font-size: 14px;
  margin-bottom: 0;
}

.selectedValues span {
  display: inline-block;
  margin: 0 9px 0 0px;
  color: #1c0f0f;
  font-size: 14px;
}

.or-div {
  background: #eee;
  padding: 0 6px;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 4px !important;
}

.segmentsAccordion .crea-or {
  text-align: center;
  padding: 10px 50px !important;
}

.segmentsAccordion .crea-and a,
.segmentsAccordion .crea-and.active a,
.segmentsAccordion .crea-and span,
.segmentsAccordion .crea-and.active span {
  border: 0;
  color: #4f657b !important;
  /* left: -100px !important; */
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
  background: #fff !important;
  border: 1px solid #e5e9f2 !important;
  border-radius: 4px !important;
}

.segmentsAccordion .crea-and.active:before {
  content: inherit;
  width: 0px;
}

.segmentsAccordion .crea-and::before {
  left: 50%;
  right: 0;
}

.segmentsAccordion .crea-or span {
  z-index: 99;
  border: 0 !important;
  border-radius: 50px;
  text-decoration: none;
  font-size: 11px;
  padding: 3px;
  background: #4c647c !important;
  color: #fff !important;
  /* margin-left: -100px !important; */
  margin-left: 0 !important;
}

.segmentsAccordion .crea-or span::before {
  content: none !important;
  position: inherit;
  left: 423px;
  top: 0px;
  background: #d4dbe3;
  width: 1px;
  height: 40px;
  z-index: 9;
}

.incValidLabel {
  display: inline-block;
  color: #607386;
  border: 1px solid #e5e9f2;
  border-radius: 4px;
  padding: 2px 6px;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 10px;
  text-transform: uppercase;
}

.incValidLabel.valid {
  border: 1px solid #198c19;
}

.selectIntGroupBody1 {
  padding: 0 15px;
  border: 1px solid #e5e9f2;
  margin-bottom: 15px;
}

.selectIntGroupBody1 .addGroupRow .selectLabel {
  padding: 10px 15px !important;
  line-height: normal !important;
}

.selectIntGroupBody1 .addGroupRow .selectLabel span {
  line-height: normal !important;
}

.selectIntGroupBody1 .addGroupRow .addGroupGreyTag {
  padding: 10px 15px !important;
  line-height: normal !important;
}

.imgHover {
  padding: 4px;
  margin: 0 4px;
  display: inline-block;
}

.imgHover:hover {
  background: #eee;
}

.segmentsAccordion .segTitleDescAtIcon a {
  position: inherit !important;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 17px;
  top: 0 !important;
  margin: 0 !important;
}

.segmentsAccordion .segTitleDescAtIcon span a {
  position: inherit !important;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 17px;
  margin: 0 !important;
  padding: 4px;
}

.hand-cursor .fa {
  font-size: 15px;
  position: relative;
  top: 2px;
}

.segTitleDescAtIcon .searchSegment {
  position: inherit !important;
  float: left;
  margin-bottom: 0 !important;
}

.searchBesideActions {
  float: right;
  position: relative;
  top: 6px;
}

.sortIcon-NumberPosition,
.segmentWindowMaximize {
  margin-right: 0 !important;
}

.searchSegment.form-group {
  margin-bottom: 0 !important;
}

.searchSegment .form-control {
  height: 30px !important;
}

.searchSegment {
  margin-left: 47px;
}

.segmentsAccordion .card-header {
  padding: 0.35rem 1.25rem !important;
}

.propertyCount {
  display: inline-block;
  margin-right: 15px;
  background: transparent;
  color: rgb(34, 136, 204);
  border-radius: 4px;
  padding: 0 6px;
  position: relative;
  top: 2px;
  border: 1px solid rgb(34, 136, 204);
}

/*.segmentsAccordion .card-body .checkListBars .progress-bar-active { background: rgb(93, 180, 254) !important;}*/
.segmentsAccordion .crea-or::after {
  background-color: #7d7d7d;
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  height: 45px;
  top: 0;
  left: 0px;
  right: 0;
  margin: 0 auto;
}

.sepa-and {
  width: 38px;
  height: 21px;
  background: #2ecc71;
  border-radius: 3px;
  text-align: center;
  position: relative;
  margin: 0px auto 0 auto;
}

.sepa .sepa-and span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 9px;
  color: #fff;
}

.sepa .vertical-line {
  width: 2px;
  height: 20px;
  background: #2ecc71;
  margin: 0px auto 0 auto;
}

.vertical-line {
  display: inline-block;
  border-left: 1px solid #ccc;
  margin: 0 10px;
}

.includeProfiles legend {
  /*color:#026d02;*/
  font-size: 16px;
  font-weight: 600;
}

.profilesCount {
  position: relative;
  bottom: -10px;
}

.propertyHea {
}

.propertyHea span {
  color: #2f5275;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
}

.propertyHea span span {
  color: #545555;
  font-size: 14px;
  font-weight: normal;
}

.propertyValue {
  margin-top: -5px;
}

.propertyHeading {
  color: #2f5275;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
}

/* .propertyValue {margin-top: -29px;margin-left: 160px;} */
.brackets {
  color: #2f5275;
  font-size: 15px;
  font-weight: 600;
  padding: 0 3px;
}

.excludeProfiles legend {
  color: #a2394e;
  font-size: 16px;
  font-weight: 600;
}

.propText .addGroupRowPrev {
  padding: 0px;
  margin-bottom: 0px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgb(246, 246, 246);
  margin-bottom: 0;
  position: absolute;
  bottom: -6px;
  left: 193px;
}

@media (max-width: 1085px) {
  .infosec {
    flex: 0 0 100% !important;
  }

  .recipientTabs .recipientTabsPos {
    position: inherit;
  }

  .recipientTabs {
    top: 0px;
  }
}

.mergetag-container {
  position: relative;
  top: 0px;
  left: 0px;
  max-height: 200px;
  overflow: scroll;
  /* max-width: 600px;
    min-width: 400px; */
  overflow-x: hidden;
  z-index: 5;
}

.subjectMergetag {
  background-color: #f8f9fa;
  border-radius: 4px;
  margin: 0px 1px;
  padding: 3px 0px;
  border: 1px solid #eee;
  /* display: inline-block; */
}

.dropdownSubject {
  position: absolute;
  top: 233px;
  left: 240px;
  min-width: 47%;
}

.dropdownSubject .mergetag-container {
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 5px #ddd;
}

.dropdownSubject .list-group-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.subjectAutoInput {
  /* max-width: none;
  height: 38px; */
  overflow: hidden;
  display: inline;
  padding-right: 0.5em;
}

.subjectAutoInput[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgb(170, 169, 169);
}

.subjectAutoInput[placeholder]:empty:focus:before {
  content: "";
}

/*
  .zp-hmenu {
    position: relative;
    width: 2em;
    height: 1em;
    font-size: 12px;
    cursor: pointer;
    float: left;
    margin: 1px 0 0 4px;
}

  .zp-hmenu .item {
    display: block;
    position: absolute;
    width: 60%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
}
 .zp-expand {
  border-left: 0;
  bottom: 26px;
  position: fixed;
  width: 70px;
  height: 40px;
}
.ZPExpdView {
  display: block;
  width: 50px;
  height: 40px;}

  .menu-anim .item {
    transition: all 0.25s cubic-bezier(0, 0.58, 0.38, 1.49);
  }

  .ZPsbarMini .item:nth-child(1) {
    width: 60%;
    transition: all 0.25s cubic-bezier(0, 0.58, 0.38, 1.49);
}
.zp-hmenu .item:nth-child(2) {
  left: -30%;
  top: 50%;
  transform: translateY(-50%);
}
.ZPsbarMini .item:nth-child(2) {
  width: 90%;
  left: 0;
  transition: all 0.25s cubic-bezier(0, 0.58, 0.38, 1.49) 0.125s;
}
.zp-hmenu .item:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  left: -30%;
  width: 90%;
}
.ZPsbarMini .item:nth-child(3) {
  width: 60%;
  transition: all 0.25s cubic-bezier(0, 0.58, 0.38, 1.49) 0.25s;
}
.zp-hmenu .item:nth-child(3) {
  bottom: 0;
}
*/

#page-numbers {
  position: absolute;
  bottom: 0;
}

.popup_inner .table-responsive .table td,
.popup_inner .table-responsive .table th {
  line-height: normal;
}

.popup_inner .box .container {
  max-width: 100%;
}

.fa.toggleUI {
  font-size: 22px !important;
  opacity: 0.8;
  color: green;
}

.toggleLabel {
  cursor: pointer;
}

.semibold {
  font-weight: 600 !important;
}

#manageSender.scb-cont ul {
  list-style: none;
  padding: 0 !important;
}

#manageSender.scb-cont ul li {
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  font-size: 13px;
}

#manageSender.scb-cont .fa.fa-history {
  margin-right: 7px;
  color: #d0d0d0;
}

/* Loading Animation Styles begin */
@keyframes loaderAnimation {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.loading-animation {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: loaderAnimation;
  animation-timing-function: linear;
  background-color: #f6f7f9;
  background-image: linear-gradient(to right, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
  background-size: 1000px 104px;
  height: 100%;
  width: 100%;
}

.loading-animation div {
  border-color: white;
  border-style: solid;
  box-sizing: content-box;
}

/* Loading Animation Styles end */

.slide-left {
  transform: translate3d(100%, 0, 0);
}

.create-campaign #dropdownMenuLink {
  max-width: 100%;
  width: 100%;
}

.createFields .fa {
  font-size: 20px;
}

.webhookTable {
  position: absolute;
  bottom: 44px;
  overflow-y: auto;
  top: 85px;
  width: 97.4%;
  overflow-x: hidden;
}

.disableGroups {
  color: rgb(205, 202, 202) !important;
}

.listViewStyles,
.listViewStyles li {
  display: flex !important;
}

.listViewStyles {
  flex-direction: column;
}

.newLpListView {
  /* min-height: 38px !important;
  max-height: 45px !important; */
  height: auto !important;
  width: 474px !important;
}

.newLpListView li {
  display: flex !important;
  padding: 0 !important;
  border-bottom: none !important;
}

.listViewStyles li input,
.newLpListView li input {
  margin-right: 15px;
}

.sendpointer {
  padding: 10px 10px;
}

.bubbleCont.bubblePadd.smallArrow.ScheduleCamp {
  min-width: 320px !important;
}

.saveCamp:hover {
  background-color: #489beb;
}

.abIcon {
  background: url(/static/media/ABTest.aef2f669.svg) no-repeat right top;
  height: 25px;
  width: 25px;
  float: left;
  top: 15px;
  position: relative;
  left: 10px;
}

.addTag {
  margin-left: 50px;
}

.overflowTag {
  padding: 0px;
  overflow: auto;
  height: 95%;
}

.darkgrey {
  color: green !important;
}

.colorBlue:hover {
  text-decoration: underline;
  color: rgb(2, 121, 181);
  cursor: pointer;
}

.campaignImport {
  min-width: 650px;
  max-width: 650px;
}

.sticky-header,
.optoutHeader {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  /* padding-top: 15px !important; */
}

.optoutHeader {
  /* padding-top: 25px !important; */
}

.cross-symbol {
  position: relative;
  right: 10px;
}

.remove-icon.dropdown-toggle::after {
  border: none;
  margin: 0;
}

.menu-list-icon {
  margin-top: -2px;
}

.react-tooltip-lite {
  background: #333;
  color: white;
  max-width: 200px !important;
  /* To fit the content with in the tooltip */
  word-break: break-all;
  word-wrap: break-word;
  /* word-break: keep-all !important; */
}

.wordBreak_keep_all {
  word-break: keep-all !important;
}

.react-tooltip-lite-arrow {
  border-color: #333;
}

/* admin Settings */

.disabled-feature {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
  /* pointer-events: none; */
}

a.disabled-feature {
  background: #e4e4e4 !important;
}

.disabled-feature > * {
  pointer-events: none;
}

.newLine {
  display: block;
}

.sender-name {
  outline: 0px solid transparent !important;

  background: linear-gradient(to right, #000 33%, #fff 0%) top/11px 1px repeat-x,
    /* top */ linear-gradient(#000 33%, #fff 0%) right/1px 11px repeat-y,
    /* right */ linear-gradient(to right, #000 33%, #fff 0%) bottom/11px 1px repeat-x,
    /* bottom */ linear-gradient(#000 33%, #fff 0%) left/1px 11px repeat-y;
  /* left */

  /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"); */
}

/* Float four columns side by side */
.reputation .column {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

/* Remove extra left and right margins, due to padding */
/* .row {
  margin: 0 -5px;
} */

/* Clear floats after the columns */
.reputation .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .reputation .column {
    width: 100%;
    display: block;
  }
}

/* Style the counter cards */
.reputation .card {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  padding: 16px;
  text-align: center;
  background-color: #fff;
  height: 200px;
  position: relative;
}

.reputation .card a {
  position: absolute;
  top: 8px;
  right: 8px;
}

.border-at-top {
  border-top: 1px solid #eee;
}

.border-only-bottom {
  border-bottom: 1px solid #eee !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.clientsummary {
  padding: 0 !important;
  flex: 0 0 16% !important;
  width: 33%;
  text-align: left;
  white-space: pre-wrap;
}

.ThresholdExceeded {
  background: rgb(242, 210, 203);
}

/* All the paddings and margins of react-select are re-declared here to increase CSS Specificity
 * MES-936: There is a conflict with `tf-tree *` defined for Workflow Builder
 */
/* react-select style overrides start */
div.select-dd__value-container {
  padding: 2px 8px;
}

div.select-dd__single-value {
  margin-left: 2px;
  margin-right: 2px;
}

div.select-dd__multi-value {
  margin: 2px;
}

div.select-dd__multi-value__label {
  padding: 3px;
  padding-left: 6px;
}

div.select-dd__multi-value__remove {
  padding-left: 4px;
  padding-right: 4px;
}

div.select-dd__indicator-separator {
  margin-bottom: 8px;
  margin-top: 8px;
}

div.select-dd__indicator {
  padding: 8px;
}

div.select-dd__menu {
  margin-bottom: 8px;
  margin-top: 1.6px;
}

div.select-dd__menu-list {
  padding-bottom: 4px;
  padding-top: 4px;
}

div.select-dd__group-heading {
  font-weight: bold;
  padding-left: 5px;
  padding-top: 0;
}

div.select-dd__group {
  padding-bottom: 8px;
  padding-top: 8px;
}

div.select-dd__option {
  padding: 8px 12px;
}

div.select-dd__menu-notice {
  padding: 8px 12px;
}

/* react-select style overrides end */

.reasons-tooltip {
  list-style: none;
}

.reasons-tooltip li::before {
  content: "\2022";
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

.brown-color {
  color: brown;
}

.green-color {
  color: green;
}

.overview-stats {
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.overview-stats div {
  padding: 20px 10px;
  border: 1px solid #ddd;
  text-align: center;
  min-width: 95px;
  width: 9%;
}

.overview-stats div :nth-child(2) {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}

.overview-stats div :nth-child(1) {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 14px;
}

.emailreport {
  font-weight: 600;
  overflow-x: auto;
}

.email-campaign-name {
  display: block;
  font: 14px arial;
  font-weight: 500;
  width: 768px;
}

.greyTBorder {
  width: 97%;
  margin: 0 auto;
  border-top: 4px solid #ddd;
}

.greyTBorder thead tr {
  border-bottom: 1px solid #dddd;
}

.greyTBorder thead tr th {
  padding: 10px;
  background-color: #f9fbfc;
}

tbody {
  font-size: 10pt;
}

.greyTBorder thead tr th:first-child {
  width: 75%;
}

.greyTBorder.bounce thead tr th:first-child {
  width: auto;
}

.greyTBorder thead tr :not(:first-child),
.opens-clicks thead tr :not(:first-child) {
  text-align: left;
}

.greyTBorder tbody tr {
  border-bottom: 1px dashed #999;
}

.greyTBorder tbody tr td {
  padding: 5px 5px 5px 14px;
}

.greyTBorder.bounce tbody tr td {
  padding: 10px 10px 10px 14px;
}

.greyTBorder tbody tr :not(:first-child),
.opens-clicks tbody tr :not(:first-child) {
  text-align: left;
}

table {
  border: 1px solid #ddd;
}

.opens-clicks {
  border-top: 4px solid #ddd;
}

.opens-clicks thead tr th {
  padding: 10px;
  border-bottom: 1px solid #dddd;
  background-color: #f9fbfc;
}

.opens-clicks tbody tr td {
  padding: 10px;
  border-bottom: 1px dashed #999;
}

.report-heading .report-info {
  position: absolute !important;
  bottom: 21px;
  right: 260px;
}

/* .react-tooltip-lite .emailreport{
  max-width:400px !important;
  width:400px !important

}  */
.export-detailed {
  padding: 5px 13px;
}

.crm-icon {
  width: 21px;
  margin-top: -4px;
  margin-left: -3px;
}

.overflow {
  width: max-content;
}

.scroll-bar {
  position: sticky;
  overflow: scroll;
}

.hide {
  display: none;
}

.display {
  display: block;
}

.set-width-url {
  width: 70%;
}

.green-background,
.green-background:hover {
  background-color: green;
}

.bounce-info .react-tooltip-lite {
  width: 700px !important;
  max-width: 700px !important;
}

.campaign-report-info .react-tooltip-lite {
  width: 300px !important;
  max-width: 300px !important;
  font-size: 14px;
  /* Added max height*/
  max-height: 250px;
  overflow: auto;
}
/* For hideing scroll bar */
/* .campaign-report-info .react-tooltip-lite::-webkit-scrollbar {
  display: none;
} */

.logo-footer .react-tooltip-lite {
  width: 322px !important;
  max-width: 330px !important;
  font-size: 14px;
  text-align: left;
}

.profile-import-actions .react-tooltip-lite {
  width: 300px !important;
  max-width: 330px !important;
  word-break: break-word !important;
}
.workflow-description .react-tooltip-lite {
  width: auto;
  max-width: 300px;
  min-width: 300px !important;
  font-size: 14px;
  text-align: center;
  border-radius: 0px;
  white-space: normal;
  word-wrap: break-word !important;
}

.deleted-tags .react-tooltip-lite {
  width: auto;
  max-width: 300px;
  min-width: 222px !important;
  font-size: 14px;
  text-align: center;
  border-radius: 0px;
  white-space: normal;
  display: inline !important;
}

.deleted-groups .react-tooltip-lite {
  width: auto;
  max-width: 300px;
  min-width: 222px !important;
  font-size: 14px;
  text-align: center;
  border-radius: 0px;
  white-space: normal;
  display: inline !important;
}

.radioFields {
  padding: 12px !important;
}

/* Edit Profile Fields Restriction */
.disableSelection {
  background: #f3f3f3;
  opacity: 0.7;
  border-radius: 5px;
}

.disableSelection > * {
  pointer-events: none;
}

/*Segments*/
.segmentLeftPanelDisplay {
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

#spamScore .accordian {
  padding: 6px 15px;
}

#spamScore .accordian span {
  font-family: "Open Sans";
  font-weight: "Regular";
  font-size: 14px;
  color: #315b84;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
}

#spamScore .accordian .spam-tooltip-text {
  color: #fff;
  position: absolute;
  z-index: 1;
}

#spamScore .accordian .fa-exclamation-triangle {
  color: #f6a108;
}

#spamScore .accordian .fa-times-circle {
  color: #ea3232;
}

#spamScore .accordian .spam-tooltip-text {
  display: none;
}

#spamScore .accordian .fa-times-circle:hover .spam-tooltip-text {
  display: block;
  visibility: visible;
  margin-top: 12px;
}

#spamScore .accordian .fa-exclamation-triangle:hover .spam-tooltip-text {
  display: block;
  visibility: visible;
  margin-top: 12px;
}

.spam-tooltip-text {
  background-color: #74767b;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 6px;
}

.info-icon .spam-tooltip-text {
  display: none;
}

#manageSender.scb-cont ul.blacklist ul {
  padding-left: 20px !important;
}

.info-icon .info-img-colored :hover .spam-tooltip-text {
  display: block;
  visibility: visible;
}

#spamScore .accordian-header {
  display: flex;
  align-items: center;
  justify-content: unset;
  padding: 5px 10px;
  cursor: pointer;
  background: none;
  text-transform: none;
  border: 1px solid #c2c2c2;
  border-radius: 2px 2px 0px 0px;
}

#spamScore .non-content-accordian {
  display: flex;
  align-items: center;
  justify-content: unset;
  padding: 5px 10px;
  cursor: auto;
  background: none;
  text-transform: none;
  border: 1px solid #c2c2c2;
  border-radius: 2px 2px 0px 0px;
}

.spam-content {
  padding: 20px 10px;
}

#spamScore .accordian-title {
  margin-left: 20px;
}

#spamScore .fa-caret-up,
#spamScore .fa-caret-down {
  position: absolute;
  right: 40px;
}

#spamScore .accordian-content {
  padding: 5px 10px;
  border: 1px solid #c2c2c2;
  border-top: none;
  border-radius: 0px 0px 2px 2px;
  font-size: 12px;
}

.action-content {
  text-align: left;
  letter-spacing: 0px;
  color: #767a84;
  opacity: 1;
}

.non-accordian {
  cursor: auto;
}

.profile-field-tooltip {
  position: relative;
  display: inline-block;
}

.profile-field-tooltip .profile-field-tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: grey;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -42px;
}

.profile-field-tooltip:hover .profile-field-tooltiptext {
  visibility: visible;
}

.timeCustomWidth {
  width: 70px !important;
  min-width: 60px !important;
}

.tf-tree .tf-nc.expandBox.date-delay-workflow {
  width: 400px;
}

.workflow-time-picker .react-datepicker__time-list li::before {
  content: none;
}

.date-based-addicon {
  width: 0px !important;
  opacity: 1.5 !important;
  height: auto !important;
  margin-top: 20px !important;
}

.date-based-addicon::after {
  content: "";
  display: block;
  left: calc(50% - 0.03125em);
  position: absolute;
  width: 0.0625em;
  border: 1px solid #ddd !important;
  height: 20px;
}

.disable-delete {
  color: darkgray !important;
}

.tf-tree .tf-nc .tf-nc-hd.actionDelay {
  background-color: #ff0000;
}

.tf-tree .tf-nc .tf-nc-hd.eventBg {
  background-color: #a349a4;
}

.csb-profiles label {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 300px;
}

.red-background,
.red-background:hover {
  background-color: tomato;
}

.rename_thumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  cursor: pointer;
}

.rename_thumb a {
  text-decoration: underline !important;
}

.move_thumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  cursor: pointer;
}

.move_thumb a {
  text-decoration: underline !important;
}

.customised-screen input,
.customised-screen textarea {
  margin-bottom: 15px;
}

.customised-image-styles,
.customised-image-styles:hover {
  width: 280px;
  cursor: pointer;
  display: inline;
}

.plan-select div .dropdown .form-control {
  border: 1px solid rgb(221, 221, 221);
  padding: 2px 2px 2px 9px;
  max-width: 370px;
  min-width: 362px;
}

.summary-info ul li {
  margin-bottom: 10px;
  display: flex;
  color: #404144;
  font-weight: 600;
  justify-content: space-between;
}

.summary-info ul li i {
  font-size: 24px;
  opacity: 0.8;
  color: #3d77b4;
  margin-right: 5px;
  cursor: pointer;
}

.setting-tab-cont section .accordian .accordian-header {
  text-transform: none;
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
}

.setting-tab-cont section .accordian .accordian-title {
  margin-left: 20px;
}

.setting-tab-cont section .accordian .accordian-header .fa-caret-up,
.setting-tab-cont section .accordian .accordian-header .fa-caret-down {
  position: absolute;
}

.setting-tab-cont section .accordian .accordian-content {
  padding: 0px;
}

.heading {
  white-space: pre-wrap;
}

.importLP {
  margin-left: 2% !important;
  height: 41px;
  top: 6px;
}

.no-italics {
  font-style: normal;
}

.prefixSubject {
  min-width: 100px !important;
  margin-right: 10px;
}

.right-align {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sliderContBox .profile {
  min-width: auto !important;
}

.crm-profile {
  position: absolute;
  right: 6px;
  top: 22px;
}

.cursor-pointer {
  cursor: pointer;
}

.fixed-border-at-top {
  width: 98.5%;
  padding-top: 10px;
  border-top: 1px solid #eee;
  left: 0;
}

.search-on {
  border: 1px solid #c9c6c6 !important;
  border-radius: 4px;
  background-color: white;
  min-width: 204px;
}

.adv-search-applied {
  background: url(/images/advsearchprofile.svg) no-repeat right top !important;
  position: absolute;
  top: 9px;
  right: 9px;
  width: 19px;
  height: 28px;
  cursor: pointer;
}

.search-position {
  position: relative;
  top: 5px;
}

.space-fromdate {
  margin-right: 29px;
}

.feature-style-align .filter-container {
  padding-top: 7px;
}

.feature-style-images .select-dropdown,
.feature-style-align .select-dropdown {
  width: 200px;
}

.theme-page .select-dropdown,
.feature-style-align .select-dropdown {
  width: 166px;
}

.theme-page-subscriberInfo .select-dropdown,
.feature-style-align .select-dropdown {
  width: 145px;
}

.menu_file-exlporer {
  overflow: unset !important;
  position: unset !important;
}

.custom-fields .select-dropdown {
  width: 546px;
}

.lphtml-note-wrapper {
  border: 1px solid #c9c6c6;
  border-radius: 6px;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
  color: #888;
}

.user-short-name {
  border-radius: 50px;
  font-weight: bold;
  width: 28px;
  height: 28px;
  color: #fff;
  padding: 8px 1px 7px 2px;
  text-align: center;
  line-height: 11px;
  align-self: center;
  display: inline-block;
  background: #469fbb;
  cursor: pointer;
}

.selected-form-row {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 5px;
  text-align: left;
}

.lp-cih-form-selection {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  cursor: pointer;
}

.lp-cih-form-selection li {
  border-bottom: none !important;
}

.lp-cih-form-selection .form-selected .card,
.lp-cih-form-selection .form-selected .card:hover {
  box-shadow: 0 0 0 2px #5db4fe;
  margin: 2px;
}

.selected-count {
  position: absolute;
  color: #fff;
  right: 2px;
  border-radius: 50%;
  width: 18px;
  top: 2px;
  background: #0279b5;
  z-index: 1;
}

.lp-plus-icon .fa-plus,
.lp-plus-icon .fa-plus:hover {
  color: #5db4fe;
  border: 1px solid #5db4fe;
  border-radius: 50%;
  padding: 2px 4px;
  width: 20px;
  height: 20px;
  font-weight: normal;
}

.add-bold {
  font-weight: 600;
}

.unsubscribe-profile .sliderContBox {
  min-width: 520px !important;
}

.wordWrap-icon {
  position: relative;
  z-index: 2;
  right: 25px;
  background-color: #fff;
  opacity: 100%;
  cursor: pointer;
  width: 26px;
  margin-top: -2px;
  padding-left: 4.5px;
  float: right;
}

.wordWrap-icon > img {
  height: 12px;
  margin-top: -3.9px;
}

.minmax-icon {
  position: absolute;
  z-index: 2;
  right: -2px;
  border: 1px solid black;
  background-color: #fff;
  opacity: 100%;
  padding: 4px;
  line-height: 0.5;
  cursor: pointer;
  top: -2px;
  width: 24px;
}

.minmax-icon > img {
  height: 15px;
}

.help-icon {
  width: 16px;
  cursor: pointer;
  margin-right: 6px;
  padding-bottom: 2px;
}

.json-to-table {
  overflow-x: auto;
}

.emailsSent div {
  background: none;
  width: 100%;
}

.emailsSent {
  margin-bottom: 15px;
}

.warm-up-settings .recipientTabsPos {
  left: 23px;
}

.warm-up-settings .recipientTabs .tab-content {
  width: 315px;
}

.warm-up-settings .sliderContBox .form-control {
  min-width: 394px;
}

.warm-up-campaign {
  padding: 20px;
  margin-bottom: 10px;
}

.warm-up-settings .accordian-content {
  border: 1px solid #eee;
  border-top: 0;
}

.warm-up-settings .accordian-header {
  border: 1px solid #eaeaea;
  background: none;
}

.warm-up-details {
  display: flex;
  align-items: center;
}

.warmup-ribbon {
  background-color: #336699;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
}

.warm-up-label {
  border-radius: 0;
}

.warm-up-email {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.warm-up-email:focus {
  box-shadow: 0 0 0 0.075rem rgba(0, 123, 255, 0.25);
}

.disable-text {
  opacity: 0.5;
  cursor: not-allowed;
}

.dropdown-menu.show .disable-text:hover {
  background: none !important;
}

.warm-up-recipient {
  text-decoration: underline !important;
  cursor: pointer;
}

.recipients {
  pointer-events: none;
}

.disable-radio input[type="radio"] {
  opacity: 0.3;
}

.disable-radio {
  pointer-events: none;
}

.text-grey {
  color: #888888;
  pointer-events: none;
}

.no-edit {
  opacity: 0.5;
  pointer-events: none;
}

.text-black {
  color: black;
}

.no-cursor {
  cursor: not-allowed;
}

.email-volume {
  display: flex;
  border: 1px solid #eee;
  justify-content: space-between;
  padding: 7px 13px;
  margin-left: 90px;
}

.email-volume div {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 83px;
  width: 140px; */
}

.email-volume div:first-child {
  align-items: initial;
  max-width: 73px;
}

.divider {
  flex-grow: 1;
  border-bottom: 1px solid #afa5a5;
  position: relative;
  bottom: 39px;
  left: 0px;
  border-width: 3px;
}

.warm-up-progress ul {
  list-style-type: disc !important;
  margin-left: 17px;
}

.warm-up-progress ul li {
  border-bottom: none !important;
  font-size: inherit !important;
}

.font-600 {
  font-weight: 600;
}

.w-space {
  margin-right: 3px;
  margin-left: 3px;
}

.link-blue {
  color: rgb(2, 121, 181) !important;
}

.pointer-none {
  pointer-events: none;
}

.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.color-bold {
  font-weight: 500;
  color: black !important;
}

.no-warmup {
  position: relative;
  right: 200px;
  top: 30px;
  font-weight: 600;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.full-width {
  width: 100%;
}

.dropdown_customMergeField {
  position: absolute;
  bottom: 40px;
  left: 15px;
  width: 100%;
}

.action-history {
  list-style-type: "- " !important;
  margin-left: 35px;
  opacity: 0.75;
}

.action-history li {
  border-bottom: none !important;
}
.heading_wrapper {
  width: 230px;
  min-width: 90px;
  background-color: lightgrey;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  margin-left: 18px;
}
.adv-filter-section {
  margin-bottom: 15px;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 10px 35px 0px 20px;
}
.sticky-search {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: -20px;
  z-index: 999;
  background-color: #fff;
  padding: 10px 5px 5px 0px;
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.search-templates {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.search-templates svg.propertySearchIcon {
  width: 19px;
  height: 19px;
  color: #545454;
  position: absolute;
  left: 7px;
  top: 7px;
}

.search-templates .form-control {
  padding-left: 35px;
  display: inline-block;
}

.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
  cursor: pointer;
  display: inline-block;
}

.tagSummaryRow {
  font-weight: 600;
  font-size: 13px;
  position: sticky;
  top: 0;
  background-color: lightgrey;
  color: "white";
  z-index: 1;
}

.drop-down-icon .css-1hwfws3 {
  background-image: linear-gradient(45deg, transparent 50%, rgb(194, 194, 194) 50%),
    linear-gradient(135deg, rgb(194, 194, 194) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  color: #888;
}

.drop-down-icon .css-bg1rzq-control {
  border-style: none;
  border-bottom: 1px solid rgb(221, 221, 221);
  border-radius: 4px;
}

.PricingEstimator-box {
  background: #ffffff;
  color: #333333;
  padding: 0rem 2.25rem 0rem 2.25rem;
  text-align: center;
  height: 100%;
  margin: 0 auto;
  max-width: 800px;
}

.PricingEstimator-right-column {
  width: 100%;
  display: block;
  padding: auto;
  float: left;
  box-shadow: 0px 5px 10px 0px rgba(4, 10, 41, 0.3);
  border-radius: 10px;
  background: #f5f5f5;
  font-size: 14px;
  margin: 20px 0 0 0;
}

.PricingEstimator-right-column table thead th {
  color: #2f7bbd;
  padding: 0 10px;
}

.PricingEstimator-right-column table tbody tr.active {
  background: #2f7bbd;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
}

.PricingEstimator-right-column table tbody td {
  line-height: 25px;
  padding: 0 10px;
  text-align: center;
}

.PricingEstimator-form-group label {
  font-size: 1.25em;
  margin: 0.5rem 0;
  font-weight: 500;
  display: inline-block;
}

.PricingEstimator-form-group input {
  padding: 0.25rem 0 0.5rem 10px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
  -webkit-appearance: none;
  margin: 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  border-radius: 5px;
  border: 1px solid #c9cfd9;
  width: 100%;
  max-width: 372px;
  color: #2f7bbd;
}

.PricingEstimator-total-wrapper {
  border-radius: 5px;
  padding: 0.5rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.PricingEstimator-uppercase-title.small {
  font-size: 0.625rem;
}
.PricingEstimator-uppercase-title.no-top-margin {
  margin-top: 0;
}
.PricingEstimator-uppercase-title {
  font-size: 0.825rem;
  color: #1e9fc4;
  letter-spacing: 2px;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2.25rem;
  margin-bottom: 0.5rem;
  color: #a2acbc;
  display: block;
}

.PricingEstimator-total-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}

.PricingEstimator-total {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  padding-left: 0.2em;
}

.PricingEstimator-dollar-sign {
  align-self: flex-start;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 0.5em;
  line-height: 1;
  margin-right: 0.5rem;
}

.PricingEstimator-total-time {
  align-self: flex-end;
  font-weight: 600;
}

.PricingEstimator-cta-link-blue.no-top-margin {
  margin-top: 0;
  padding: 0.75em 1rem;
}

.PricingEstimator-cta-link-blue {
  vertical-align: middle;
  padding: 0.88rem 1.5rem;
  text-decoration: none;
  border: none;
  letter-spacing: 2px;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  color: #fff;
  margin-top: 2.25rem;
}

.PricingEstimator-h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  padding: 0 10px;
  text-align: center;
}

.PricingEstimator-center {
  text-align: center;
}

.PricingEstimator-sync-rate-table,
.PricingEstimator-volume-rate-table {
  text-align: left;
  width: 100%;
  margin-top: 0.5rem;
  border-spacing: 0;
}

.PricingEstimator-sync-rate-table + .PricingEstimator-h5,
.PricingEstimator-volume-rate-table + .PricingEstimator-h5 {
  border-top: 1px solid #f3f5f9;
  /* margin-top: 1.5rem; */
  display: block;
  padding-top: 0.5rem;
  font-size: 10px;
}
.react-select__menu {
  position: absolute;
  z-index: 1000; /* Adjust this value based on your needs */
}

@media screen and (max-width: 780px) {
  .PricingEstimator-right-column {
    width: 100% !important;
    padding: 0 !important;
  }
  .PricingEstimator-right-column {
    margin: 20px 0 0 0 !important;
  }
}

.merge-tag-drop-down-item {
  padding: 6px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.merge-tag-drop-down-item:hover {
  background-color: #f8f9fa;
}

.domain-not-found-warning {
  background-color: #fffccd;
  padding: 5px;
  margin: 20px;
  border-radius: 10px;
  font-size: 13px;
  align-items: center;
  width: 90%;
}

.bold-text {
  font-weight: bold;
}

.dynamic-step-settings {
  opacity: 0.15;
}

.dynamic-step:hover .dynamic-step-settings {
  opacity: 0.7;
  z-index: 9999;
}
.dynamic-step .dropdown-menu {
  left: 0px !important;
}
.action-required {
  background-color: orange;
  color: white;
  border-radius: 50%;
  padding: 0.5em;
  font-size: 0.75rem;
  line-height: 1;
  top: -10px;
  right: -10px;
  width: 2em;
  height: 2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.tagSubTagPills-filterContainer {
  display: flex;
  align-items: center;
  position: relative;
}

.tagSubTagPills-tagContainer {
  display: flex;
  max-width: 265px;
}

.tagSubTagPills-tag {
  background-color: #f0f0f0;
  width: 120px;
  border-radius: 20px;
  padding: 5px 10px;
  margin-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.tagSubTagPills-addButton {
  text-align: center;
  color: #5db4fe;
  font-weight: bold;
  cursor: pointer;
}

.tagSubTagPills-selectWrapper {
  /* position: absolute;
  top: 30px; */
  right: -135px;
  z-index: 9999;
  background-color: #fff;
}

.productsMapping-selectWrapper {
  padding: 0px;
  border-bottom: none;
  min-width: 65%;
}

.full-vh {
  height: 100vh;
}

.full-h {
  height: 100%;
}

.subscriberListTab > div {
  height: calc(100% - 20px);
  overflow: auto;
}

.black .react-tooltip-lite {
  background-color: #333 !important;
  color: #fff;
  width: 350px;
  word-wrap: break-word;
}

.overFlowBreakWord {
  overflow-wrap: break-word;
}

.max-width-100 {
  max-width: 100%;
}
.width-100 {
  width: 100% !important;
}

/* Forward Animated Panel Styles */
.forward-animated-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 550px;
  background: #fff;
  border: 1px solid #0279b5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  z-index: 100001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.forward-animated-panel.panel-active {
  opacity: 1;
  visibility: visible;
}

.campaign-settings-legend {
  border: 1px solid lightgray;
  padding: 3px;
  background: lightblue;
  border-radius: 4px;
}

.campaign-settings-fieldset {
  padding: 15px 15px 0px 15px;
  margin-top: 20px;
}

.icon-form-associations {
  margin-top: 0px !important;
}

.overflow-anywhere {
  overflow-wrap: anywhere;
}

/* Modern slider for campaign footer settings */
.campaign-slider-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.campaign-slider-label {
  font-size: 15px;
  color: #404040;
  margin-right: 18px;
  min-width: 120px;
}
.campaign-slider-wrapper {
  position: relative;
  display: inline-block;
}

.campaign-slider-value {
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  color: #5db4fe;
  font-size: 12px;
  font-weight: 600;
  background: transparent;
  z-index: 10;
  pointer-events: none;
  white-space: nowrap;
}

/* RC Slider Custom Styling */
.campaign-rc-slider {
  width: 220px !important;
  margin: 0 8px;
  position: relative;
}

/* Fix thumb positioning accuracy */
.campaign-rc-slider .rc-slider-handle {
  position: absolute;
  transform: translateX(-50%) !important;
  margin-left: 0 !important;
}

.campaign-rc-slider .rc-slider-rail {
  background-color: #e0e0e0 !important;
  height: 4px !important;
  border-radius: 2px !important;
}

.campaign-rc-slider .rc-slider-track {
  background-color: #5db4fe !important;
  height: 4px !important;
  border-radius: 2px !important;
  transition: none !important;
}

.campaign-rc-slider .rc-slider-handle {
  width: 16px !important;
  height: 16px !important;
  background-color: #5db4fe !important;
  border: none !important;
  border-radius: 50% !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
  margin-top: -6px !important;
  cursor: pointer !important;
  transition: none !important;
  position: absolute !important;
  transform: translateX(-50%) !important;
  margin-left: 0 !important;
}

.campaign-rc-slider .rc-slider-handle:hover {
  background-color: #4a9ee8 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
  transition: none !important;
}

.campaign-rc-slider .rc-slider-handle:active {
  background-color: #4a9ee8 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
  transition: none !important;
}

/* Additional specific overrides to ensure styles are applied */
.campaign-rc-slider.rc-slider .rc-slider-handle {
  transition: none !important;
}

.campaign-rc-slider.rc-slider .rc-slider-handle:focus {
  transition: none !important;
}

/* Remove all transitions for smooth movement */
.campaign-rc-slider * {
  transition: none !important;
}

/* Ensure track fills smoothly */
.campaign-rc-slider .rc-slider-track {
  transition: none !important;
}

/* Override any rc-slider default transitions */
.rc-slider .rc-slider-handle,
.rc-slider .rc-slider-track,
.rc-slider .rc-slider-rail {
  transition: none !important;
}

/* Additional overrides for smooth movement */
.campaign-rc-slider .rc-slider-handle:focus,
.campaign-rc-slider .rc-slider-handle:active,
.campaign-rc-slider .rc-slider-handle:hover {
  transition: none !important;
  transform: translateX(-50%) !important;
}

.workflowList .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
  -webkit-overflow-scrolling: touch;
}
.workflowList .nav-tabs .nav-item {
  flex-shrink: 0;
  white-space: nowrap;
  margin-bottom: -1px;
}

.workflowList .nav-tabs .nav-link {
  display: block;
  padding: 0.5rem 0.75rem;
  margin-right: 2px;
  color: #495057;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  white-space: nowrap;
  min-width: fit-content;
  text-decoration: none;
  transition: none !important;
}

.workflowList .nav-tabs .nav-link.active,
.workflowList .nav-tabs .nav-item.show .nav-link {
  color: #0279b5 !important;
  background-color: transparent;
  border-color: transparent transparent transparent;
  border-bottom: 3.5px solid #4f657b;
}

.camp-list-sidebar-view .filter-container,
.forms-list-sidebar-view .filter-container {
  width: unset !important;
}

/* Profile filter section sidebar responsive styling */
.profiles-list-sidebar-view .flexgrowShrink .filter-container {
  max-width: 8.5rem !important;
  width: 8.5rem !important;
}

.profiles-list-sidebar-view .flexgrowShrink .select-values {
  max-width: 7.5rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Reduce spacing between filter items when sidebar is expanded */
.profiles-list-sidebar-view .flexgrowShrink-3 .form-group.mr-2 {
  margin-right: 0 !important;
}

.profiles-list-sidebar-view .flexgrowShrink-3 .form-group:not(:last-child) {
  margin-right: 0 !important;
}

/* Ensure the advanced search stays inline when sidebar is expanded */
.profiles-list-sidebar-view .flexgrowShrink-3 {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.profiles-list-sidebar-view .flexgrowShrink-3 .form-group {
  flex-shrink: 1 !important;
  min-width: 0 !important;
}

/* Special handling for the advanced search icon to minimize its space usage */
.profiles-list-sidebar-view .flexgrowShrink-3 .form-group.mt-1 {
  margin-left: 0.1rem !important;
  margin-right: 0 !important;
  flex-shrink: 0 !important;
  min-width: auto !important;
}

/* Fix Actions column width and spacing issues */
#profileList .list-grid-header .col-1:last-child {
  min-width: 80px !important;
  flex: 0 0 80px !important;
  max-width: none !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: none !important;
  padding-left: 0.5rem !important;
  margin-left: -10px !important;
}

/* When sidebar is collapsed, allow more width */
.filter-section:not(.profiles-list-sidebar-view) .flexgrowShrink .filter-container {
  max-width: 12rem;
}

.filter-section:not(.profiles-list-sidebar-view) .flexgrowShrink .select-values {
  max-width: 11rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
