/******************************
- IMPORT CSS  -
******************************/
/* @import url("../css/easy-responsive-tabs.css");
@import url("../css/colorpicker.css"); */

/*************************************
- GLOBAL & COMMON STYLES  -
*************************************/
body,
html {
  height: 100%;
}

/* body {
  background: #dedede url(/images/content-bg.jpg) repeat left top;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #333333;
} */
/* Overriding The Default Text Selection Color With CSS */
::-moz-selection {
  color: #000;
  background: #a8d1ff;
}

::selection {
  color: #000;
  background: #a8d1ff;
}

/* a,
a:hover {
  color: #003366;
} */
a,
input,
a:focus {
  outline: none !important;
}

a,
button {
  transition: all 0.5s ease;
  /* webkit-transition: all 0.5s ease; */
  -o-transition: all 0.5s ease;
  transition: all 0.2s ease-out;
}

body {
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.7s ease-out 0s;
}

/* Text Color Styles */
.blue-text {
  color: #003366;
}

.grey-text {
  color: #9ea3a7 !important;
}

.dark-text {
  color: #212529;
}

/* Heading Styles */
.h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: normal;
}

.h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: normal;
}

.h3 {
  font-size: 20px;
  font-weight: 600;
  /* margin-bottom: 15px; */
  line-height: normal;
}

.h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: normal;
}

.h5 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: normal;
}

/* Paddings and Margins Styles*/
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

/* Flex Column Styles */
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-flex [class*="col-"] {
  margin-bottom: 20px;
}

/* Button Styles */
.btn.btn-default {
  border-radius: 0;
  color: #003366;
  /* line-height: 30px; */
  font-size: 14px;
  background: #fff;
}

.btn.btn-default:hover {
  background: #f0f0f0;
}

/* .btn.btn-primary {
  border-radius: 0;
  background: #003366;
  border: 0;
  /* /* line-height: 30px; should end here only commnet
  font-size: 14px;
} */
/* .btn.btn-primary:hover {
  background: #074079;
} */

.btn.btn-primary.btn-lg {
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}

.btn.btn-secondary {
  background: #b3dbf1;
  color: #003366;
  border: 0;
  border-radius: 4px;
  font-size: 13px;
  color: #003366;
  padding-right: 15px;
  padding-left: 15px;
}

.btn.btn-secondary:hover {
  background: #a0d0ea;
}

.btn.btn-bordered {
  background: transparent;
  border: 1px solid #5db4fe !important;
  color: #212529;
  border: 0;
  border-radius: 4px;
}

.btn.btn-bordered:hover {
  background: #fff;
  border: 1px solid #a0d0ea !important;
}

/*Common Styles*/
.section {
  margin-bottom: 20px;
}

.card-body {
  padding: 30px;
}

.box-block {
  padding: 20px 0px;
  border: 1px solid #e2e8ef;
  border-radius: 4px;
  margin-bottom: 15px;
}

.box-block:hover {
  border: 1px solid rgba(3, 27, 78, 0.1);
  box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
}

.boxIG {
  background-color: #fff;
  border: 1px solid #d7d8d7;
  padding: 30px;
  padding-top: 10px;
}

.shadowIG {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
}

.darkInputField {
  background: #cccccc14;
  border: 1px solid #c9c6c6;
}

.form-control {
  font-size: 0.9rem;
}

.bold {
  font-weight: 600 !important;
}

.mainHeadExplain {
  font-size: 12px;
  font-weight: normal;
}

.dropdown-menu.show {
  padding: 0;
  font-size: 0.8rem;
}

.dropdown-menu.show a {
  padding: 0.25rem 1rem;
}

.dropdown-menu.show a:hover {
  background: #edf1f6;
}

.dropdownRes button {
  background: #003366 !important;
  color: #fff !important;
}

.dropdownRes button,
.dropdownRes .dropdown-menu.show {
  width: 100%;
  text-align: left;
}

.dropdown-menu.show a {
  color: #000;
  /* border-bottom: 1px solid #eee; */
  display: block;
  padding: 10px 10px;
  text-decoration: none;
}
.dropdown-menu.show a:last-child {
  border-bottom: 0;
}

.dropdown-menu.show a:hover {
  background: #b3dbf1;
  color: #003366;
}

.dropdown-menu.show a.btn-cc {
  display: block;
  border-left: 1px solid #ccc;
  background: #eee;
  text-align: center;
  line-height: 12px;
}

.dropdown-menu.show a.btn-cc small {
  font-weight: bold;
  color: #003366;
}

/*****************************************
- SINGUP FORMS PAGE STYLES  -
*****************************************/
/* Tabbed Box Styles */
.sfLeftColSection .availFields {
  background: #edf1f6;
  padding: 15px 15px 15px 20px;
  border-radius: 4px;
  font-size: 14px;
}

/*.sfLeftColSection .availFields h4 { font-weight: 600; margin-bottom: 14px; line-height: normal;}*/
.sfLeftColSection .availFields ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  max-height: 350px;
}

.sfLeftColSection .availFields ul li {
  margin-bottom: 7px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  height: 34px;
}

.sfLeftColSection .availFields .dragSection {
  width: auto;
  position: relative;
  height: 25px;
}

.sfLeftColSection .availFields .dsDotts {
  position: absolute;
  width: 20px;
  left: 4px;
  top: 4px;
  cursor: move;
}

.sfLeftColSection .availFields .dsDotts i {
  padding-left: 0px;
}

.sfLeftColSection .availFields .dsCheckBoxName {
  position: absolute;
  left: 16px;
}

.sfLeftColSection .availFields .dsCheckBoxName input {
  margin-right: 10px;
  position: relative;
  top: 6px;
}

.sfLeftColSection .availFields .dsMandatory {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  top: 4px;
}

.sfLeftColSection .availFields .dsMandatory span {
  display: block;
  color: #999;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.sfLeftColSection .availFields .dsMandatory span:hover {
  box-shadow: 0 0 4px #999;
}

.sfLeftColSection .availFields .dsMandatory span.activeMand,
.asteric {
  color: red;
}

.formPreview {
  max-height: 400px;
  overflow-y: auto;
}

/*.sfLeftColSection .formPreview h3 { font-size: 24px;}*/
.sfLeftColSection .formPreview .embededForm {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
}

.sfLeftColSection .formPreview .subscriberForm {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

.opacityLayer {
  background: #333;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}

.sfLeftColSection .formPreview .subscriberForm .sFormContBox {
  background: #fff;
  padding: 40px;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
}

.closeBtn {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 22px;
  color: #999;
  display: block;
  font-weight: normal;
  cursor: pointer;
}

.closeBtn:hover {
  color: #555;
}

.smallExplain {
  color: #999;
}

/* Campaign Status */
.campaignDateSelection .stackable .col {
  position: relative;
}

.campaignDateSelection .stackable .col .campaignStatus {
  position: absolute;
  left: 5px;
  z-index: 9;
  width: 100%;
  line-height: 16px;
  background: #555;
  color: #fff;
  font-size: 10px;
  border-radius: 25px;
  transition: all 0.55s ease;
}

.campaignDateSelection .stackable .col .campaignStatus:hover {
  transform: translateX(10px);
  transition: all 0.55s ease;
  box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
}

.campaignDateSelection .stackable .col .campaignStatus.doubledCS {
  position: relative;
  top: 20px;
  width: 120%;
}

.campaignDateSelection .stackable .col .campaignStatus.green-status {
  background: #4dbd74;
}

.campaignDateSelection .stackable .col .campaignStatus.canceled-status {
  background: #f05050;
}

.campaignDateSelection .stackable .col .campaignStatus.processing-status {
  background: #e8af42;
}

.campaignDateSelection .stackable .col .campaignStatus.scheduled-status {
  background: #3bc0c3;
}

.campaignDateSelection .stackable .col .campaignStatus.twoDays {
  width: 190%;
}

.campaignDateSelection .stackable .col:hover {
  transform: translateY(-10px);
  transition: all 0.55s ease;
  cursor: pointer;
  background: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}

.campaignDateSelection .stackable .col .hoverCampaign {
  position: absolute;
  left: auto;
  right: auto;
  top: 93px;
  width: 86px;
  padding: 7px 5px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
}

.campaignDateSelection .stackable .col .hoverCampaign:hover {
  box-shadow: 0 0 5px #ccc;
  background: #e0ecf2;
  transition: all 0.5s ease;
}

.campaignDateSelection .stackable .col .hoverCampaign:hover .arrow-down {
  border-top: 10px solid #e0ecf2;
  transition: all 0.5s ease;
}

.campaignDateSelection .stackable .col .hoverCampaign span {
  color: #0088cc;
}

.campaignDateSelection .stackable .col .hoverCampaign .arrow-down {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

/* Right Column Styles */
.sfRighColSection {
  line-height: normal !important;
}

.sfRighColSection .formOption h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: normal;
}

.sfRighColSection .formOption ul {
  padding-left: 0;
  background: #fff;
}

.sfRighColSection .formOption li {
  list-style: none;
  clear: both;
}

.colorSwatcher i {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.formOptionBtn {
  position: absolute;
  bottom: 0;
  width: 93%;
}

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 26px;
  vertical-align: text-top;
  width: 26px;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.colorSwatcher input.form-control {
  display: inline-block !important;
  width: auto !important;
}

.colorSwatcher .input-group-addon i {
  border-radius: 0.25rem;
  height: 35px;
  width: 35px;
}

.colorSwatcher span {
  display: inline-block !important;
  position: relative;
  top: 6px;
  padding-right: 3px;
}

.colorSwatcher .colorSwatcherInput {
  width: 25px;
  height: 25px !important;
  padding: 0;
  border: 0;
  background-color: #fff;
  border: 1px solid #eee;
  /* margin-top: -20px; */
  cursor: pointer;
}

.inputAlign ul {
  list-style: none;
  padding: 0 0 0 0px;
  display: inline-block;
  margin-bottom: 0;
}

.inputAlign ul li {
  display: inline-block;
  margin-right: 40px;
}

/*****************************************
- DASHBOARD PAGE STYLES -
*****************************************/
.desc {
  margin-bottom: 20px;
}

/* Select campiagn on Calender */
.campaignDateSelection .stackable .col {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.campaignDateSelection .stackable .col .item {
  padding-top: 20px;
  padding-bottom: 28px;
  text-align: center;
  display: block;
  min-height: 145px;
}

.campaignDateSelection .stackable .col .date {
  display: block;
  padding-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
}

.campaignDateSelection .stackable .col .week {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
}

.campaignDateSelection .stackable .col {
  background: url(/images/dividerCalender.png) no-repeat left top;
}

.campaignDateSelection .stackable .col::before {
  background: #f5f5f5;
  position: absolute;
  left: -2px;
}

.audienceReport {
  list-style: none;
  padding-left: 0;
}

.audienceReport li {
  margin-bottom: 40px;
  float: left;
  height: 100%;
}

.audienceReport li .arCont {
  padding: 20px;
  border: 1px solid rgba(3, 27, 78, 0.1);
  box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  border-radius: 5px;
  text-align: center;
  height: 100%;
}

.audienceReport li .arCont svg {
  font-size: 26px;
  margin-bottom: 15px;
  color: #003366;
  width: 34px;
  height: 34px;
  stroke: #003366;
}

.campaignList .campaignBlock .campThumb {
  padding-right: 10px;
  float: left;
  height: 45px;
  height: 45px;
}

.campaignList .campaignBlock .campTitleDate strong {
  font-weight: 600;
}

.clock {
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
}

.campaignList .campaignBlock .campTitleDate small {
  display: block;
}

.dropdown.gbDropdownMenu {
  background: #fff;
  border: 1px solid #e2e8ef;
}

/* Right Column Styles */
.calenderDropdown section {
  min-height: 145px;
}

.sfRighColSection .commonRgtListMenu .cRgtListMenuitems {
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin-bottom: 40px;
}

.sfRighColSection .commonRgtListMenu li {
  border-bottom: 1px dashed #999;
  display: block;
  padding: 12px 0;
  transition: all 0.55s ease;
}

.sfRighColSection .commonRgtListMenu li:last-child {
  border-bottom: 0;
}

.sfRighColSection .commonRgtListMenu li a {
  text-decoration: none;
  display: block;
}

.sfRighColSection .commonRgtListMenu li:first-child a {
  padding-top: 0;
}

.sfRighColSection .commonRgtListMenu li:last-child a {
  border-bottom: 0;
}

.sfRighColSection .commonRgtListMenu li.d-flex a span {
  display: block;
  color: #555;
  font-size: 13px;
}

.sfRighColSection .commonRgtListMenu li.d-flex label {
  display: block;
  width: 25px;
}

.sfRighColSection .commonRgtListMenu .cRgtListMenuitems .icon {
  width: 15px;
  height: 15px;
  position: relative;
  top: 4px;
}

.sfRighColSection .commonRgtListMenu .cRgtListMenuitems li:hover .icon {
  color: #003366;
  transform: translateY(5px);
  transition: all 0.55s ease;
}

.deleteIcon {
  width: 17px;
  height: 17px;
}

.sfRighColSection .discoverHelp {
  background: #edf1f6;
  padding: 20px;
  border-radius: 4px;
  clear: both;
}

.sfRighColSection .discoverHelp img {
  padding-top: 10px;
  padding-right: 20px;
}

.sfRighColSection .discoverHelp h6 {
  font-weight: 600;
}

.sfRighColSection .discoverHelp p {
  margin-bottom: 5px;
}

.darkInputFieldBox {
  padding: 20px;
  background: #ccc;
}

.darkInputFieldBox .darkInputField {
  background: #e6e6e6;
}

/*****************************************
- CAMPAIGN PAGE STYLES  -
*****************************************/
.campaignAccordion .card-header {
  background: none;
  border-bottom: 0;
}

.campaignAccordion .card-header h3 a {
  color: #333;
}

.campaignAccordion .card-header h3 a.collapsed {
  color: #003366;
}

.campaignAccordion .card-header h3 {
  margin-bottom: 0;
}

.campaignAccordion .card-header h3 a {
  text-decoration: none;
}

svg.downArrow {
  width: 30px;
  height: 30px;
  stroke: #003366;
  cursor: pointer;
}

.browseTemplate {
  padding-top: 10px;
}

.upload-drop-zone {
  border-width: 1px;
  padding: 20px;
  border-style: solid;
  border-color: #ccc;
  text-align: left;
  /* Form upload */
  height: 100%;
}

.upload-drop-zone a,
.upload-drop-zone input {
  margin: 0px;
  color: #003366;
  text-decoration: none;
}

.upload-drop-zone a span {
  display: block !important;
}

.upload-drop-zone .uploadImage {
  padding-right: 10px;
}

.upload-drop-zone svg.uploadImage {
  width: 55px;
  height: 55px;
  color: #ccc;
  margin-top: -8px;
}

.upload-drop-zone .browseTemplate {
  text-align: right;
}

.upload-drop-zone .addTemplate small {
  display: block;
}

.upload-drop-zone .addTemplate span {
  color: #333;
}

.addInsertGroup svg {
  position: relative;
  top: 4px;
  margin-right: 4px;
}

/*****************************************
- OPT-IN PAGE STYLES  -
*****************************************/

.card-body .opt-in-form .row.box-block.optInBlock {
  margin-left: 0;
  margin-right: 0;
}

.opt-in-form {
  margin-bottom: 20px;
}

.opt-in-form .optInTitleDate {
  padding-right: 10px;
  float: left;
  font-weight: 600;
  padding-left: 20px;
}

.opt-in-form .opt-subscribeForm {
  min-width: 100px;
}

.opt-in-form .opt-formType {
  min-width: 90px;
}

.opt-in-form .opt-createdBy {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.lockImage {
  width: 15px;
  height: 15px;
}

.data {
  text-align: left;
  padding-left: 30px;
  margin-bottom: 10px;
}

/* Modal Box Styles */
.modalBrowseTemplate .modal-dialog {
  min-width: 97%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 30px auto;
}

.modalBrowseTemplate .modal-content {
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}

.modalBrowseTemplate .modal-content .modal-body {
  min-height: 150px;
  overflow-y: auto;
}

.modalBrowseTemplate .card-header {
  border-bottom: 0;
  width: 100%;
  background: #efefef;
}

.modalBrowseTemplate .card-columns .card {
  text-align: center;
  padding-bottom: 0rem !important;
  border: 0;
}

/* .modalBrowseTemplate .card-columns .card:hover,
.modalBrowseTemplate .card-columns .card.activeBorderBox {
  border: 2px solid #b3dbf1;
  box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.26);
} */
.modalBrowseTemplate .card-columns .card.activeBorderBox .card-header {
  background: #b3dbf1;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.thumbnail img {
  height: 230px;
  width: 100%;
}

.modal-header .close {
  font-size: 40px;
}

/*****************************************
- SEGMENTS PAGE STYLES  -
*****************************************/
.card-header.segmentsHeader .segHeainput label {
  display: block;
}

.card-header.segmentsHeader .segHeainput svg.editField {
  width: 16px;
  height: 16px;
  color: #ccc;
  position: relative;
  left: -25px;
  top: 2px;
  cursor: pointer;
}

.card-header.segmentsHeader .segHeainput svg.editField:hover {
  color: #0088cc;
}

.card-header.segmentsHeader .segHeainput .form-control {
  display: inline-block;
  width: auto;
  padding-right: 30px;
}

.card-header.segmentsHeader .card-headerRgt {
  position: relative;
  top: 10px;
}

.card-header.segmentsHeader .card-headerRgt h4 {
  font-size: 24px;
}

.card-header.segmentsHeader .card-headerRgt h4 strong {
  font-weight: 700;
}

.segments {
  position: relative;
  border: 1px solid #eee;
}

.segments .segPropSearch {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.segments .segPropSearch svg.propertySearchIcon {
  width: 20px;
  height: 20px;
  color: #ccc;
  position: absolute;
  left: 6px;
  top: 7px;
}

.segments .segPropSearch .form-control {
  padding-left: 30px;
  display: inline-block;
}

.segments .segmentsMenuCate {
  margin-bottom: 5px;
}

/* Segments Properties Styles */
.segments .segAvailFields {
  background: #f9f9f9;
  padding: 15px 15px 15px 20px;
  border-radius: 4px;
  font-size: 14px;
  border-right: 1px solid #eee;
}

.segments .segAvailFields .segAutoScroll {
  overflow: auto;
  max-height: 450px;
}

.segments .segAvailFields ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.segments .segAvailFields ul li {
  margin-bottom: 7px;
  padding-bottom: 5px;
  margin: 0 0.5rem 0 0;
  padding-bottom: 5px;
  line-height: 20px;
  padding: 2px 5px;
}
.segments .segAvailFields ul li:hover {
  background: #eee;
  border-radius: 4px;
  cursor: move;
}

.segments .segAvailFields .dragSection {
  width: auto;
  position: relative;
  height: 25px;
}

.segments .segAvailFields .dsDotts {
  position: absolute;
  width: 20px;
  top: 2px;
  left: 3px;
  cursor: move;
}

.segments .segAvailFields .dsDotts i {
  padding-left: 0px;
}
.segments .segAvailFields .dsDotts img {
  width: 7px;
}

.segments .segAvailFields .dsCheckBoxName {
  position: absolute;
  left: 16px;
}

.segments .segAvailFields .dsCheckBoxName span {
  position: relative;
  top: 4px;
  cursor: move;
}

.segments .segAvailFields .dsCheckBoxName input {
  margin-right: 10px;
  position: relative;
  top: 6px;
}

/* Segments Accordion Styles */

.segmentsAccordion .segAccorSec {
  /* background: #f2f2f2;
    padding: 4px;*/
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #eee;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  /*border: 1px solid #d9e2ed;
  margin-bottom: 10px;*/
}
.segmentsAccordion .segAccorSec .sectionRow .box {
  margin-bottom: 22px;
}
.segmentsAccordion .segAccorSec.active {
  /* background: #d1e9f7; */
  background: #fff;
  border: 1px solid #1bcf1b;
}

.segmentsAccordion .segAccorSec.active.exclusion {
  background: #fff;
  border: 1px solid #ed9191;
  /* border: 2px solid #ffcccc; */
}

.segmentsAccordion .sectionRow {
  margin-bottom: 4px;
}

.segmentsAccordion .sectionRow .box {
  border-radius: 4px;
}

.segmentsAccordion .card-header {
  /* cursor: pointer; */
  background: transparent;
  padding: 0.65rem 1.25rem;
  border-bottom: 0;
  /* border-bottom: 2px solid #eee; */
  background-color: #f9f9f9;
}

.segmentsAccordion .popupcard-header {
  background: transparent;
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 20px;
  top: 40px;
  border-bottom: 2px solid #eee;
  background-color: #f9f9f9;
  padding-bottom: 0px;
  z-index: 1;
}

.segmentsAccordion .card-header h3 {
  margin-bottom: 0;
  font-size: 16px;
}

.segTitleDescAtIcon .searchSegment {
  position: absolute;
  top: 1px;
  /* right: 74px; */
  width: 71%;
}

.segTitleDescAtIcon .searchSegmentPopup {
  /* position: absolute;
  top: -4px;
  right: 74px; */
  position: absolute;
  margin-right: 0;
  margin-bottom: 0;
  width: 66%;
}
.segTitleDescAtIcon button {
  position: relative;
  top: 1px;
  left: -21px;
}
.segTitleDescAtIcon .searchSegment .form-control {
  height: 30px;
}
.filterActive {
  position: absolute;
  right: 7px;
  top: 1px;
}
.segmentsAccordion .card-body {
  padding: 0.35rem 1.25rem 0.75rem 1.25rem;
}

.segmentsAccordion .card-body .dateFilter{
  padding-bottom: 1.5rem;
  display: flex;
}

.segmentsAccordion .segAndSub {
  padding: 4px 10px;
  font-size: 13px;
}

.segmentsAccordion svg.downArrow {
  width: 22px;
  height: 22px;
  stroke: #003366;
  position: relative;
  top: 2px;
}

.segmentsAccordion svg.closeIcon {
  width: 17px;
  height: 17px;
  stroke: #003366;
}

.segmentsAccordion .card-header h3 {
  color: #003366;
}

.segmentsAccordion .box.activeBox .card-header h3 {
  color: #333;
  font-weight: normal;
}

.segmentsAccordion .card-body .segAccorCehckListRow {
  margin-bottom: 6px;
}

.segmentsAccordion .card-body .segAccorCehckListRow .segCheckBoxName input {
  margin-right: 6px;
  position: relative;
  top: 3px;
}

.segmentsAccordion .card-body .checkListBars .position {
  text-align: right;
}

.segmentsAccordion .progress.progress_sm .progress-bar,
.segmentsAccordion .progress.progress_sm {
  height: 5px;
}

.segmentsAccordion .card-body .checkListBars ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.segmentsAccordion .card-body .checkListBars li {
  display: inline-block;
  text-align: left;
}

.segmentsAccordion .card-body .checkListBars .progress-bar {
  background: #8b8b8b;
}

.segmentsAccordion .card-body .checkListBars .progress-bar-active {
  background: rgb(34, 136, 204);
  border: rgb(34, 136, 204);
}

.segmentsAccordion .card-body .emailVeriProgress {
  padding-left: 0;
}

.segmentsAccordion .card-body .emailVeriCount {
  padding: 0;
}

.segmentsAccordion .segTitleDesc {
  font-size: 12px;
  line-height: 23px;
  text-align: right;
}

.segmentsAccordion .segTitleDescAtIcon {
  text-align: right;
  position: relative;
  top: -5px;
}

.segmentsAccordion .segTitleDescAtIcon a {
  position: absolute;
  top: 2px;
  right: 0px;
}

.segmentsAccordion .sectionRow .box:hover,
.segmentsAccordion .sectionRow .box.activeBox {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 5px !important;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); */
}

.segmentsAccordion .crea-and,
.segmentsAccordion .crea-or {
  position: relative;
}

.segmentsAccordion .crea-and.active a,
.segmentsAccordion .crea-and span {
  height: 21px;
  width: 38px;
  border-radius: 3px;
  text-align: center;
  line-height: 17px;
}
.segmentsAccordion .crea-and:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 15px;
  background: #e5e9f2;
  width: 1px;
  height: 14px;
  z-index: 99999;
}
.segmentsAccordion .crea-and span {
  display: block;
  background: #fff;
  color: #404144;
  border: 2px solid #e2e8ef;
  border-radius: 2px;
  /* margin: 0 auto; */
  font-size: 11px;
  text-decoration: none;
  position: absolute;
  left: 0 !important;
  right: 0;
  top: -6px;
  margin-left: 50px;
}

.segmentsAccordion .crea-and a {
  display: block;
  width: 30px;
  height: 25px;
  background: #e2e8ef;
  border-radius: 2%;
  color: #0088cc;
  /* margin: 0 auto; */
  font-size: 11px;
  line-height: 24px;
  /* text-align: center; */
  text-decoration: none;
  position: absolute;
  left: -148px;
  right: 0;
  top: -10px;
  margin-left: 200px;
}

.segmentsAccordion .segAndSub .segAndSubBtn {
  border: 1px solid #d4dbe3;
  border-radius: 2px;
  text-decoration: none;
  font-size: 11px;
  padding: 2px 5px;
  background: #e2e8ef;
  color: #0088cc;
}

.segmentsAccordion .segAndSub .segAndSubBtn:hover,
.segmentsAccordion .segAndSub .segAndSubBtn.active {
  background: #0088cc;
  color: #fff;
  border-radius: 2px;
}

.segmentsAccordion .crea-or {
  padding: 8px 50px;
}

.segmentsAccordion .crea-or a {
  z-index: 99;
  border: 1px solid #e2e8ef;
  border-radius: 50px;
  text-decoration: none;
  font-size: 11px;
  padding: 3px;
  background: #fff;
  color: #404144;
  margin-left: 165px;
}

.segmentsAccordion .crea-or span {
  z-index: 99;
  border: 2px solid #e2e8ef;
  border-radius: 50px;
  text-decoration: none;
  font-size: 11px;
  padding: 3px;
  background: #fff;
  color: #404144;
  margin-left: 360px;
}

.segmentsAccordion .crea-or a:hover,
.segmentsAccordion .crea-or.active a {
  background: #0088cc;
  color: #fff;
  cursor: pointer;
}

.segmentsAccordion .crea-or a:before {
  content: " ";
  position: absolute;
  left: 227px;
  top: 0px;
  background: #d4dbe3;
  width: 1px;
  height: 40px;
  z-index: 9;
}

.segmentsAccordion .crea-or span:before {
  content: " ";
  position: absolute;
  left: 423px;
  top: 0px;
  background: #d4dbe3;
  width: 1px;
  height: 40px;
  z-index: 9;
}

.creaand-active a {
  display: block;
  width: 25px;
  height: 25px;
  background: #e2e8ef;
  border-radius: 50%;
  color: #0088cc;
  margin: 0 auto;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
}

.segmentsAccordion .crea-and.active a {
  /* border: 1px solid #0088cc;
  color: #0088cc;
  background: #fff; */
  border: 1px solid rgb(93, 180, 254) !important;
  color: rgb(93, 180, 254) !important;
  left: 0 !important;
  right: 0;
}
.segmentsAccordion .crea-and.active a:hover {
  color: #fff;
  background: #0088cc;
}
.segmentsAccordion .crea-and.active:before {
  content: inherit;
  position: absolute;
  left: 50%;
  top: 15px;
  background: #e5e9f2;
  width: 0px;
  height: 14px;
  z-index: 99999;
}

.segmentation-placeholder {
  background: transparent;
  background-color: white;
  padding: 1rem 1.25rem;
  width: 100%;
  border: 2px dashed #d7d7d7;
}
.innerSegmentation-placeholder {
  background: transparent;
  background-color: white;
  padding: 0.65rem 1.25rem;
  width: 100%;
  height: 50%;
  border: 2px dashed #d7d7d7;
}
.divSegment {
  padding: 25px 25px 25px 25px;
}
.segContacts {
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 40px;
  background: #fff;
}
.segFooter {
  font-weight: 300;
  font-style: italic;
  color: #666;
}
.checkbox-input {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  /* -moz-appearance: none; */
  cursor: pointer;
}
.segmentIG-txt {
  text-transform: lowercase;
  border: 1px solid rgb(93, 180, 254);
  color: rgb(93, 180, 254);
}
.seg-TopHeader-label {
  /* padding: 10px; */
  font-weight: 600;
}

.seg-topRightDiv {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 36px;
}
.seg-topRightLabel {
  padding: 10px;
}
.seg-topRightSpan {
  font-weight: 600;
}
.seg-topRightAnchorTag {
  color: rgb(93, 180, 254);
  text-decoration: underline;
  padding-left: 5px;
}
/* Segmentation Popup style */
.segment-Popup {
  overflow: hidden;
  text-overflow: ellipsis;
}

.groups-tags-overflow {
  white-space: nowrap;
  display: inline-block;
  width: 300px;
  cursor: pointer;
}

.groups-tags-headers {
  display: inline-block;
  width: 300px;
  border-top: 0px !important;
}

.pagination {
  display: inline-block;
}

.pagination-active {
  color: #1562e1;
}

.pagination li {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
}

.segment-input {
  background: transparent;
}

.segment-input:focus {
  background-color: #ccc;
}

.segment-input:hover {
  border: solid 1px red;
  background-image: url("https://cdn4.iconfinder.com/data/icons/48-bubbles/48/15.Pencil-512.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 14px;
}
.imgIg {
  position: relative;
  top: -2px;
}
.segmentWindowMaximize {
  margin-right: 24px;
  display: inline-block;
}
.textOverflow {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.menuHoverEffect {
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: color 1s;
}
.menuHoverEffect:hover {
  background: #f5f5f5;
  color: #404144;
  -webkit-transition: color 1s;
}
.featherIconSize {
  height: 20px;
}
.listName {
  word-break: break-all;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*****************************************
- RESPONSIVE STYLES -
*****************************************/
@media (max-width: 767px) {
  .audienceReport li,
  .audienceReport li .arCont {
    height: auto;
  }

  .sfRighColSection .formOptionBtn {
    position: inherit !important;
  }
}

@media (max-width: 640px) {
  .opt-in-Form-card .d-flex {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .upload-drop-zone .addTemplate {
    margin-bottom: 10px;
  }

  .upload-drop-zone,
  .upload-drop-zone .addTemplate a {
    display: block !important;
  }

  .upload-drop-zone,
  .upload-drop-zone .addTemplate,
  .upload-drop-zone .browseTemplate {
    text-align: center;
  }
}
/*
.dragFields {
  border: 1px dashed #edf1f6;
  background-color: #edf1f6;
  cursor: move;
}

.dragFieldsActive {
  border: 1px dashed #ccc;
} */

.btnAlignment {
  height: 34px !important;
}

.popupTextarea {
  margin-left: 30px;
  padding-top: 10px;
  width: 90%;
  max-height: 300px;
  border: 2px solid;
  border-color: #bcb4b4;
  background-color: rgb(255, 255, 255);
  overflow-y: scroll;
}

.popupCopyBtn {
  width: 150px;
  margin-right: 80px;
  margin-left: 30px;
  margin-top: 10px;
}

.titleText {
  margin-left: 20px;
}

.spanCopyToClipboard {
  float: right;
  color: red;
}

.tabActive {
  border-bottom: 2px solid #0073a7 !important;
}

.multiSelectdd {
  width: 92%;
  margin-left: 10px;
  max-height: 120px;
  position: absolute;
  background-color: white;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  padding: 0px, 10px;
}

.form-ControlReps {
  background: #fff;
  width: 92%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background: #fff;
  border: 1px solid #e3e8ef;
}

.buttonContainerBee {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #cbcbcb;
  height: 60px;
  z-index: 1000;
}

.row-flex,
.searchRecipientsComponent_one-column .search-condition_row .search-condition_left-col,
.searchRecipientsComponent_one-column .search-condition_row .search-condition_right-col,
.checkup_details_container_title,
.stats-new_box-container_row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.f-right {
  float: right !important;
}

.btn-group-select_style-primary .dropdown-btn.dropdown-menu {
  background-color: #16a7cd;
  border-radius: 4px;
  padding: 8px 0;
  margin-top: 5px;
}

/* Campaign  */
.block {
  display: inline-block;
}

.react-datetime-picker__button {
  border: 0 !important;
  width: 100%;
}

.popupHide {
  display: none !important;
}

.preview-template:hover {
  background-color: #5f7f6f !important;
}

.pointer {
  cursor: pointer;
}

/* .modal-backdrop.fade {display:none;} */
.modal-backdrop.fade {
  display: none;
}

/* anchor tag pointer on hover */
.aPointer {
  /* text-decoration: underline !important; */
  cursor: pointer;
  margin-bottom: 3px;
  display: inline-block;
}

.fadeOut-plcHoldr {
  transition: 300ms all ease;
  opacity: 0;
  will-change: opacity;
}

/* svg.speedometer g.label {
  display: none;
} */

svg.speedometer {
  height: 136px;
}

.campaign-input {
  width: 97%;
  float: left;
}

.campaign-actionadd {
  width: 3%;
  float: right;
  margin-top: 8px;
}

.margin-25 {
  margin: 25px;
}

.react-datepicker__time-list {
  padding-left: 0 !important;
}

.content {
  /* top: 25px;
  position: absolute;
  width: 100%; */
  /* top: 25px; */
  /* position: absolute; */
  width: 100%;
  /* margin-top: 30px; */
  /* padding-top: 30px;  menu chages commented by Ramya while implementing MKM menu changes*/
}

.goback {
  padding-bottom: 5px;
  text-decoration: underline;
  font-weight: bold;
  color: #1a7ab9;
  display: inline-block;
  padding: 0px;
  font-size: small;
  float: none;
  cursor: pointer;
}

.divOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: #555;
  width: 100%;
  opacity: 0.8;
}

.hide-element {
  display: none !important;
}

/* svg.speedometer g.label {
  display: none;
} */

svg.speedometer {
  height: 136px;
}

/* .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: 9;
} */
/*
.spamScore .disableSpamScoreInfo {
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 100%;
  color: #000;
  z-index: 99;
}
*/
.disable-not-alowed:hover {
  cursor: not-allowed;
}

.importList {
  width: 85%;
  height: 200px;
  border-width: 2px;
  border-color: rgb(102, 102, 102);
  border-style: dashed;
  border-radius: 5px;
}
