.dash-convo h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #2a2d2f;
  margin: 0px;
}
.dash-convo h3 {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2a2d2f;
  margin: 0px;
  font-weight: 500;
}
.dash-convo h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2a2d2f;
  margin: 0px;
}
.dash-convo h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #5f6368;
  margin: 0px;
}
.dash-convo p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px !important;
  color: #5f6368;
  line-height: 28px;
  margin: 0px;
}
.dash-convo .accordion-body p {
  max-width: 875px;
  width: calc(100% - 30px);
}
.dash-convo span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2a2d2f;
}
.dash-convo .card {
  width: 100%;
  max-width: 100%;
  margin: 10px 0px;
  padding: 0px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.dash-convo .card .card-body {
  padding: 15px;
}
.dash-convo .icontrol {
  width: 100%;
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #94979a;
  padding: 8px 10px !important;
  line-height: 1;
  color: black;
  border: 1px solid #e4e4e4 !important;
}
.dash-convo .icontrol::-moz-placeholder {
  color: #94979a;
}
.dash-convo .icontrol::placeholder {
  color: #94979a;
}
.dash-convo .icontrol:focus {
  border: 1px solid #e4e4e4 !important;
}
.dash-convo .common-btn {
  background-color: #1967D2;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2a2d2f;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  color: white;
  border: 1px solid transparent;
}
.dash-convo .common-btn:hover {
  background-color: transparent;
  border: 1px solid #1967D2;
  color: #1967D2;
}
.dash-convo table {
  border-collapse: collapse;
  border-spacing: 0;
}

.conv-dash-yellow-bg {
  background-color: #fdf5e0;
}

.conv-yellow-text {
  color: #fccb1e;
}

.conv-blue-text {
  color: #1967D2;
  text-shadow: 0px 1px #000;
}

.dash-area .head-title {
  padding: 24px 0px 0px;
}
.dash-area .card .card-body .purchase-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dash-area .card .card-body .purchase-box h4 {
  white-space: nowrap;
}
.dash-area .form-box {
  width: 100%;
  margin: 0px;
  padding: 0px 20px;
  position: relative;
}
.dash-area .form-box .icontrol {
  border: none;
  height: 38px;
}
.dash-area .upgrade-btn .common-btn {
  width: 180px;
  color: black;
  background-color: #fccb1e;
}
.dash-area .upgrade-btn .common-btn:hover {
  background-color: transparent;
  border: 1px solid #fccb1e;
}
.dash-area .upgrade-btn .common-btn:focus {
  box-shadow: none;
  border: none;
}

.card .card-body .title-text h3 {
  margin-bottom: 8px;
  color: #2a2d2f;
}

.pixels-wholebox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pixels-wholebox .pixels-part .pixels-box {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 16px 0px;
  background-color: transparent;
  position: relative;
  border-radius: 4px;
}
.pixels-wholebox .pixels-part .pixels-box.convo-active {
  border: 1px solid #09BD83;
  box-shadow: 0px 0px 2px #09BD83;
}
.pixels-wholebox .pixels-part .pixels-box .pixels-image img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pixels-wholebox .pixels-part .pixels-box .pixels-text h5 {
  margin-left: 8px;
  font-size: 16px;
  white-space: nowrap;
}

.gtmnotconnected .pixels-part:not(.gtmsettings) {
  filter: grayscale(1);
  pointer-events: none;
}

.integrate-btn .common-btn {
  margin-top: 24px;
  width: 180px;
  background-color: #1967D2;
  color: white;
}
.integrate-btn .common-btn:hover {
  background-color: transparent;
  border: 1px solid #1967D2;
  color: #1967D2;
}

.product-feed .card-body .feed-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-feed .card-body .feed-box h3 {
  white-space: nowrap;
  margin-right: 74px;
}
.product-feed .card-body .feed-box .progress {
  background: #e4e4e4;
  height: 8px;
  border-radius: 4px;
}
.product-feed .card-body .feed-box .progress .progress-bar {
  background: linear-gradient(90deg, #1967D2 0%, #1967D2 100%);
}
.product-feed .card-body p {
  margin: 24px 0px;
}
.product-feed .card-body .tablediv tr {
  border: 1px solid #dee2e6;
}
.product-feed .card-body .tablediv tbody tr td {
  vertical-align: middle;
}
.product-feed .card-body .tablediv span {
  font-size: 12px;
  margin: 0;
  color: #5f6368;
}
.product-feed .card-body .tablediv p {
  margin: 0;
}
.product-feed .card-body .tablediv .synced {
  background-color: #c3f6e7;
  color: #09bd83;
}
.product-feed .card-body .tablediv .draft {
  background-color: #f5e0aa;
  color: #DCA310;
}
.product-feed .card-body .tablediv .deleted {
  background-color: #c8d1cf;
  color: #5d6261;
}
.product-feed .card-body .tablediv .inprogress {
  background-color: #c8e3f3;
  color: #209EE1;
}
.product-feed .card-body .tablediv .failed {
  background-color: #f8d9dd;
  color: #f43e56;
}
.product-feed .card-body .tablediv .badge {
  height: 29px;
  width: 74px;
  font-size: 10px;
}
.product-feed .card-body .progress-steps {
  list-style: none;
  padding-left: 42px;
  position: relative;
  z-index: 1;
}
.product-feed .card-body .progress-steps::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: auto;
  border-left: 2px solid #CCC;
}
.product-feed .card-body .progress-steps li {
  counter-increment: list;
  position: relative;
  margin: 0px 0px;
}
.product-feed .card-body .progress-steps li.disable .step-box h4 {
  color: #5f6368;
}
.product-feed .card-body .progress-steps li::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -24px;
  height: 100%;
  width: 10px;
  height: 100%;
  width: 2px;
  background-color: #cacaca;
}
.product-feed .card-body .progress-steps li::after {
  content: counter(list);
  width: 32px;
  height: 32px;
  background-color: #1967D2;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -39px;
  top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.product-feed .card-body .progress-steps li:last-child:before {
  border: none;
  background-color: transparent;
}
.product-feed .card-body .progress-steps .step-box h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #2a2d2f;
  margin-bottom: 12px;
}
.product-feed .card-body .progress-steps .step-box .channel-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product-feed .card-body .progress-steps .step-box .channel-box .channel {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 20px 20px 0px;
  min-width: 300px;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 0px 2px #09BD83;
  cursor: pointer;
}
.product-feed .card-body .progress-steps .step-box .channel-box .channel.convo-inactive::after {
  content: "";
  position: absolute;
  right: 7px;
  background-image: url(../images/icon/add_circle_black.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: auto;
  background-position: center;
}
.product-feed .card-body .progress-steps .step-box .channel-box .channel.convo-active {
  border-radius: 4px;
  border: 1px solid #09bd83;
  background-color: white;
  box-shadow: 0px 0px 4px 0px rgba(6, 6, 6, 0.08);
}
.product-feed .card-body .progress-steps .step-box .channel-box .channel.convo-active::after {
  content: "";
  position: absolute;
  right: 7px;
  background-image: url(../images/icon/check_circle_black.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: auto;
  background-position: center;
}
.product-feed .card-body .progress-steps .step-box .channel-box .channel .channel-image img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-feed .card-body .progress-steps .step-box .channel-box .channel h5 {
  margin-left: 12px;
  font-size: 15px;
  white-space: nowrap;
}
.product-feed .card-body .progress-steps .step-box .channel-box .channel h5 .badge {
  border-radius: 19px;
  border: 1px solid #fff;
  background-color: #ff388c;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  padding: 2px 7px;
  position: absolute;
  right: 5px;
  top: 13px;
}
.product-feed .card-body .start-btn {
  margin-top: 10px;
  display: flex;
  justify-content: end;
}
.product-feed .card-body .start-btn .common-btn {
  width: 200px;
  border: 1px solid transparent;
}
.product-feed .card-body .start-btn .common-btn:hover {
  background-color: transparent;
  color: #1967D2;
  border: 1px solid #1967D2;
}

.product-feed .card-body .progress-steps li.disable::after {
  background-color: #F1F2F4;
  color: #1967D2;
  border: 1px solid #1967D2;
}

.campaign-manage {
  background-image: url("../images/conv-campaign-p-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.campaign-manage .card-body .title-text h3 {
  margin-bottom: 24px;
}
.campaign-manage .campaign-wholebox {
  margin-top: 20px;
}
.campaign-manage .campaign-wholebox .campaign-content a {
  margin-bottom: 16px;
  display: inline-flex;
}
.campaign-manage .campaign-wholebox .campaign-content a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.campaign-manage .campaign-wholebox .campaign-content a span {
  margin-left: 6px;
}
.campaign-manage .campaign-wholebox .campaign-content h3 {
  color: #5f6368;
}
.campaign-manage .campaign-wholebox .campaign-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign-manage .campaign-wholebox .campaign-image img {
  width: 100%;
  height: auto;
}

.feed-manage {
  background-image: url("../images/bkg_product_Feed.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 712px;
}
.feed-manage .card-body .title-text h3 {
  margin-bottom: 24px;
}
.feed-manage .feed-wholebox {
  margin-top: 20px;
  padding-top: 100px;
}
.feed-manage .feed-wholebox .text-superai {
  font-size: 96px;
}
.feed-manage .feed-wholebox .feed-content a {
  margin-bottom: 16px;
  display: inline-flex;
}
.feed-manage .feed-wholebox .feed-content a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.feed-manage .feed-wholebox .feed-content a span {
  margin-left: 6px;
}
.feed-manage .feed-wholebox .feed-content h3 {
  color: #5f6368;
}
.feed-manage .feed-wholebox .feed-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feed-manage .feed-wholebox .feed-image img {
  width: 100%;
  height: auto;
}

.commoncard-box .card-body .title-title h3 {
  margin-bottom: 24px;
}
.commoncard-box .card-body .card-content {
  text-align: center;
}
.commoncard-box .card-body .card-content .card-image {
  margin-bottom: 24px;
}
.commoncard-box .card-body .card-content .card-image img {
  width: 100%;
  margin: 0 auto;
  max-width: 25%;
}
.commoncard-box .card-body .card-content .card-content h3 {
  margin-bottom: 16px;
}

.genrated-box {
  margin: 10px 0px;
}
.genrated-box ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0px;
}
.genrated-box ul li {
  width: 25%;
  padding: 4px;
}
.genrated-box .revenue-box {
  background: #ffffff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  margin: 0px 0px;
  transition: all 0.5s ease;
  transform: translateY(0px);
}
.genrated-box .revenue-box:hover {
  background-color: #1967D2;
  color: white;
  transform: scale(1.2);
  transform: translateY(-5px);
  transition: all 0.5s ease;
}
.genrated-box .revenue-box:hover h3 {
  color: white;
}
.genrated-box .revenue-box:hover p {
  color: white;
}
.genrated-box .revenue-box:hover .market-box .price {
  color: white;
}
.genrated-box .revenue-box:hover .market-box .market span {
  color: white;
}
.genrated-box .revenue-box h3 {
  font-size: 14px;
}
.genrated-box .revenue-box .card-body p {
  margin: 4px 0px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.genrated-box .revenue-box .market-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.genrated-box .revenue-box .market-box .price {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: #2a2d2f;
}
.genrated-box .revenue-box .market-box .market {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.genrated-box .revenue-box .market-box .market img {
  position: relative;
  top: -1px;
}
.genrated-box .revenue-box .market-box .market span {
  color: #5f6368;
  font-weight: 400;
  font-size: 12px;
  display: block;
  margin-left: 4px;
}

.videocard .videoimage iframe {
  width: 100%;
  max-width: 100%;
}
.videocard .card-body .title-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.videocard .card-body .title-dropdown h3 {
  margin: 0px;
}
.videocard .card-body .title-dropdown .three-dots .dropdown-toggle {
  background-color: white;
  color: white;
  border: none;
}
.videocard .card-body .title-dropdown .three-dots .dropdown-toggle::after {
  display: none;
}
.videocard .card-body .title-dropdown .three-dots .dropdown-toggle span {
  position: relative;
  top: -4px;
}
.videocard .card-body .title-dropdown .three-dots .dropdown-menu li a {
  padding: 10px 15px;
  transition: all 0.3s ease;
}
.videocard .card-body .title-dropdown .three-dots .dropdown-menu li a:hover {
  background-color: #1967D2;
  color: white;
}
.videocard .card-body .card-content p {
  margin-bottom: 24px;
}
.videocard .card-body .watch-videobtn .common-btn {
  width: 180px;
  background-color: transparent;
  color: #5f6368;
  border: 1px solid #5f6368;
}
.videocard .card-body .watch-videobtn .common-btn:hover {
  background-color: #5f6368;
  color: white;
}

.recent-post .card-content {
  margin: 24px 0px;
}
.recent-post .card-content:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  width: 18%;
  height: 80%;
  background-image: url(../images/recentpostbox_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80%;
  bottom: 0;
}
.recent-post .card-content a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  position: relative;
}
.recent-post .card-content a:hover span {
  color: #1967D2;
}
.recent-post .card-content a img {
  margin-right: 8px;
  position: relative;
  top: 0px;
}
.recent-post .card-content a span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #1967D2;
}
.recent-post .visit-blog .common-btn {
  width: 100%;
}

.get-premium .card-body .card-content .card-image img {
  width: 100%;
  max-width: 100%;
}
.get-premium .premium-btn .common-btn {
  width: 100%;
  background-color: #fccb1e;
  color: black;
}
.get-premium .premium-btn .common-btn:hover {
  background-color: transparent;
  border: 1px solid #fccb1e;
}

.need-help .card-body {
  text-align: center;
}
.need-help .card-body .title-title h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  color: #2a2d2f;
}
.need-help .card-body .title-title p {
  padding: 0px 60px;
  margin-bottom: 16px;
}
.need-help .book-demo .common-btn {
  background-color: transparent;
  color: #1967D2;
  border: 1px solid #1967D2;
}
.need-help .book-demo .common-btn:hover {
  background-color: #1967D2;
  color: white;
  border: 1px solid #1967D2;
}

.subscribe-news .card-body {
  text-align: center;
}
.subscribe-news .card-body .title-title p {
  margin-bottom: 24px;
}
.subscribe-news .form-box .icontrol {
  margin-bottom: 16px;
}
.subscribe-news .form-box .icontrol::-moz-placeholder {
  text-align: center;
}
.subscribe-news .form-box .icontrol::placeholder {
  text-align: center;
}
.subscribe-news .form-box .common-btn {
  width: 100%;
  background-color: #1967D2;
  color: white;
}
.subscribe-news .form-box .common-btn:hover {
  background-color: transparent;
  color: #1967D2;
}

.table-box {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin: 30px 0px;
}
.table-box h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #2a2d2f;
  text-align: center;
  background-color: #f5f6f7;
  padding: 15px 0px;
}
.table-box .custom-table {
  width: 100%;
  overflow-x: auto;
}
.table-box .custom-table thead tr th {
  font-style: normal;
  font-weight: 500;
}
.table-box .custom-table tbody {
  border: none;
  border-top: 1px solid #e4e4e4;
}
.table-box .custom-table tbody tr {
  border-bottom: 1px solid #e4e4e4;
}
.table-box .custom-table tbody tr:last-child {
  border: none;
}
.table-box .custom-table tbody tr .th-data {
  font-style: normal;
  font-weight: 500;
  color: #5f6368;
}
.table-box .custom-table tbody tr td {
  font-style: normal;
  font-weight: 400;
  color: #5f6368;
}
.table-box .custom-table tbody tr td.blue {
  color: #209ee1;
}
.table-box .custom-table tbody tr td.yellow {
  color: #dca310;
}
.table-box .custom-table tbody tr td.red {
  color: #f43e56;
}
.table-box .custom-table tr th,
.table-box .custom-table tr td {
  padding: 10px 10px;
  font-size: 16px;
  white-space: nowrap;
}
.table-box .view-report {
  text-align: right;
  width: 100%;
}
.table-box .view-report .common-btn {
  padding: 15px;
  color: #1967d2;
  background-color: transparent;
  border: none;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
}
.table-box .view-report .common-btn:hover {
  color: rgba(25, 102, 210, 0.6666666667);
  background-color: transparent;
}
.table-box .create-campaign {
  margin: 15px;
}
.table-box .create-campaign .common-btn {
  width: 180px;
}

.progress-wholebox {
  margin-top: 15px;
}

.upgradetosstmodal .modal-dialog {
  min-width: 736px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  pointer-events: auto;
  overflow: initial;
}
.upgradetosstmodal .modal-dialog .btn-close {
  position: absolute;
  background-color: white;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  opacity: 1;
}
.upgradetosstmodal .modal-content {
  background-color: black;
  padding: 24px 24px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: auto;
}
.upgradetosstmodal .modal-content::after {
  content: "";
  background-image: url("../images/sst_popup_bg1.png");
  background-size: cover;
  width: inherit;
  height: inherit;
  background-position: initial;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.upgradetosstmodal .modal-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: 1.44px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.upgradetosstmodal .modal-content h2 span {
  color: #69acfa;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  text-transform: capitalize;
}
.upgradetosstmodal .modal-content .listing span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: block;
  margin-left: -32px;
}
.upgradetosstmodal .modal-content .listing li {
  color: #cecece;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  list-style-type: disc;
  margin: 10px 0px;
}
.upgradetosstmodal .modal-content .discount-btn {
  text-align: end;
  margin-top: 54px;
  display: flex;
  justify-content: center;
}
.upgradetosstmodal .modal-content .discount-btn .common-btn {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px;
  background: #69acfa;
  width: 312px;
  height: 40px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}

.convo_sst {
  border-radius: 8px;
  background-color: #1967d2;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 8px 8px;
}
.convo_sst .convcard-center {
  padding: 0px 10px;
}
.convo_sst .convcard-center .convcard-title h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
.convo_sst .convcard-center .convcard-title p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin: 0px;
}
.convo_sst .convcard-right .convcard-right-arrow {
  border-radius: 1px 8px 8px 1px;
  background-color: #fefefe;
  padding: 8px 8px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}
.convo_sst .conv-pixel-logo {
  border-right: 1px solid #dadce0;
  height: 30px;
  padding-right: 8px;
}
.convo_sst .conv-pixel-logo .convcard-logo {
  width: 32px;
  height: 32px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.sst-card {
  background-color: black;
  position: relative;
  border-radius: 16px;
  overflow: auto;
}
.sst-card::after {
  content: "";
  background-image: url("../images/sst_dash_bg.png");
  background-size: cover;
  width: inherit;
  height: inherit;
  background-position: initial;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sst-card .card-body {
  z-index: 1;
}
.sst-card .card-body h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  margin: 0px;
}
.sst-card .card-body h2 span {
  color: #68a2ff;
  font-size: 42px;
}
.sst-card .card-body p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  margin: 16px 0px;
}
.sst-card .card-body .discount-btn .common-btn {
  border-radius: 4px;
  background: #68a2ff;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
}

.dash-ga4 h2 {
  color: #2A2D2F;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  margin: 0px;
}
.dash-ga4 h3 {
  color: #1967D2;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0px 0px;
}
.dash-ga4 p {
  color: #1967D2;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 0px;
}
.dash-ga4 .common-btn {
  width: 240px;
  height: 40px;
  border-radius: 4px;
  background: #1967D2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dash-ga4 .icontrol {
  width: 100%;
  height: 38px;
  border: 1px solid #CBCDD0 !important;
  border-radius: 4px;
  background-color: white;
  color: #5F6368;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  text-align: left;
}
.dash-ga4 .icontrol::-moz-placeholder {
  color: #5F6368;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}
.dash-ga4 .icontrol::placeholder {
  color: #5F6368;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}
.dash-ga4 .lcontrol {
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #2A2D2F;
}
.dash-ga4 .input-group-text {
  width: auto;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #1967D2;
}
.dash-ga4 .card {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0px 0px;
  border-radius: 8px;
  border: 2px solid #E4E4E4;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  padding: 16px 16px;
}
.dash-ga4 .card .card-body {
  padding: 0px 0px;
  text-align: center;
}
.dash-ga4 .card-content .smart-powered {
  margin-bottom: 22px;
}
.dash-ga4 .card-content .smart-powered a {
  color: #2A2D2F;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dash-ga4 .card-content .smart-powered a span {
  margin-right: 8px;
}
.dash-ga4 .card-content .genrate-insights {
  margin-top: 40px;
}
.dash-ga4 .card-content h3 {
  margin: 12px 0px;
}
.dash-ga4 .card-content p {
  margin-bottom: 26px;
}
.dash-ga4 .card-content .genrate-insights {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}
.dash-ga4 .smart-insightscard {
  background-color: white;
}
.dash-ga4 .smart-insightscard .smart-insightsbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dash-ga4 .smart-insightscard .smart-insightsbox .smart-powered {
  margin-bottom: 0px;
}
.dash-ga4 .smart-insightscard .smart-insightsbox .genrate-insights {
  margin-bottom: 0px;
  margin-top: 0px;
}
.dash-ga4 .smartprompt-card .smart-promptbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dash-ga4 .smartprompt-card .smart-promptbox .smart-powered {
  margin-bottom: 0px;
}
.dash-ga4 .smartprompt-card .smart-promptbox .genrate-insights {
  margin-bottom: 0px;
}
.dash-ga4 .smartprompt-card .smart-promptbox .genrate-insights .common-btn {
  width: auto;
  background-color: transparent;
  color: #1967D2;
  padding: 0px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dash-ga4 .smartprompt-card .smart-promptbox .genrate-insights .common-btn span {
  margin-right: 8px;
}
.dash-ga4 .smartprompt-card .prompttab-box {
  margin-top: 24px;
  text-align: initial;
}
.dash-ga4 .smartprompt-card .prompttab-box span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: #1967D2;
  margin-bottom: 8px;
}
.dash-ga4 .smartprompt-card .prompttab-box .nav-pills {
  margin-bottom: 42px;
}
.dash-ga4 .smartprompt-card .prompttab-box .nav-pills .nav-item {
  position: relative;
  margin-right: 23px;
}
.dash-ga4 .smartprompt-card .prompttab-box .nav-pills .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #5F6368;
  background-color: transparent;
  border: none;
  padding: 0px 0px;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 24px;
}
.dash-ga4 .smartprompt-card .prompttab-box .nav-pills .nav-item .nav-link::before {
  content: url("../images/reporting-images/unselected.png");
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
}
.dash-ga4 .smartprompt-card .prompttab-box .nav-pills .nav-item .nav-link.active {
  color: #1967D2;
}
.dash-ga4 .smartprompt-card .prompttab-box .nav-pills .nav-item .nav-link.active::before {
  content: url("../images/reporting-images/selected.png");
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
}
.dash-ga4 .smartprompt-card .prompttab-box .nav-pills .nav-item .refresh-btn {
  position: absolute;
  top: 23px;
  right: 0px;
  cursor: pointer;
}
.dash-ga4 .smartprompt-card .prompttab-box .nav-pills .nav-item .refresh-btn:before {
  content: "New updates available";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #2A2D2F;
}
.dash-ga4 .smartprompt-card .prompttab-box .nav-pills .nav-item .refresh-btn:hover .tool-tip {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  transform: translateY(-8px);
  cursor: pointer;
}
.dash-ga4 .smartprompt-card .prompttab-box .nav-pills .nav-item .refresh-btn img {
  width: 15px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dash-ga4 .smartprompt-card .prompttab-box .nav-pills .nav-item .refresh-btn .tool-tip {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  background-color: #2A2D2F;
  color: white;
  top: -32px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 26px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 5px 12px;
  height: auto;
  margin-bottom: 0px;
  transform: translateY(20px);
}
.dash-ga4 .smartprompt-card .prompttab-box .nav-pills .nav-item .refresh-btn .tool-tip p {
  color: white;
  margin-bottom: 0px;
}
.dash-ga4 .smartprompt-card .prompttab-box .tab-content .listing {
  padding: 0px;
}
.dash-ga4 .smartprompt-card .prompttab-box .tab-content .listing li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 18px;
  color: #5F6368;
}
.dash-ga4 .smartprompt-card .prompttab-box .tab-content .listing li::before {
  content: url("../images/reporting-images/insights.png");
  position: absolute;
  left: 0;
  top: 0;
}
.dash-ga4 .smartprompt-card .prompttab-box .response-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.dash-ga4 .smartprompt-card .prompttab-box .response-box .response span {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #2A2D2F;
}
.dash-ga4 .smartprompt-card .prompttab-box .response-box .response-validity {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dash-ga4 .smartprompt-card .prompttab-box .response-box .response-validity p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #5F6368;
  margin-left: 0px;
}
.dash-ga4 .smartprompt-card .prompttab-box .response-box .response-validity p.response-note span {
  color: grey;
  margin-left: 20px;
  font-size: 15px;
  font-style: italic;
  display: block;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 4px;
}
.dash-ga4 .smartprompt-card .prompttab-box .response-box .response-validity p span {
  margin-bottom: 0px;
  font-weight: 700;
  color: #2A2D2F;
}
.dash-ga4 .smartprompt-card .prompttab-box .response-box .response-validity p a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1967D2;
}
.dash-ga4 .smartprompt-card .prompttab-box .robotyping-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-modal .modal-dialog {
  min-width: 500px;
  margin-top: 50px;
}
.custom-modal .modal-dialog .modal-content {
  height: auto;
  border-radius: 24px;
  background: #FFF;
  padding: 24px 24px;
}
.custom-modal .modal-dialog .modal-content .modal-body {
  padding: 0px 0px;
}
.custom-modal .modal-dialog .modal-content .modal-body h2 {
  letter-spacing: 0em;
  text-align: left;
}
.custom-modal .modal-dialog .modal-content .modal-body p {
  color: #5F6368;
  margin: 16px 0px 32px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
.custom-modal .prompt-form .form-box {
  flex-wrap: nowrap;
  margin-bottom: 16px;
}
.custom-modal .prompt-form .form-box .icontrol {
  background-color: #F5F6F6;
  border: 1px solid #CBCDD0 !important;
  box-shadow: none !important;
}
.custom-modal .prompt-form .form-box .icontrol.add {
  border: 1px solid #1967D2 !important;
  border-radius: 4px;
  background-color: white;
}
.custom-modal .prompt-form .form-box .input-group-text {
  margin-left: 16px !important;
  border-radius: 4px !important;
  border: 1px solid #1967D2;
  background-color: #FFF;
}
.custom-modal .prompt-form .form-box .input-group-text.edit {
  border: 1px solid transparent;
}
.custom-modal .prompt-form .form-box .input-group-text span {
  margin-right: 10px;
}
.custom-modal .prompt-form .form-box .input-group-text span img {
  min-width: 20px;
  -o-object-fit: none;
     object-fit: none;
}
.custom-modal .prompt-form .submit {
  padding: 0px 0px;
  margin: 0px;
}
.custom-modal .prompt-form .submit .common-btn {
  width: 100%;
  margin-top: 34px;
  font-weight: 600;
  line-height: 22px;
  font-size: 14px;
}
.custom-modal .btn-close {
  position: absolute;
  right: 8px;
  padding: 8px;
  border-radius: 50%;
  background-color: lightgrey;
  top: 4px;
  opacity: 1;
}
.custom-modal .add-more .common-btn {
  width: auto;
  background-color: transparent;
  border: none;
  color: #1967D2;
  padding: 0px 0px;
}
.custom-modal .add-more .common-btn:hover {
  background-color: transparent;
  border: none;
}

.popupmodal .modal-dialog {
  min-width: 640px;
  margin-top: 50px;
}
.popupmodal .modal-dialog .modal-content {
  height: auto;
  border-radius: 24px;
  background: #FFF;
  padding: 40px 40px;
}
.popupmodal .modal-dialog .modal-content .modal-body {
  padding: 0px 0px;
}
.popupmodal .modal-dialog .modal-content .modal-body h2 {
  font-size: 28px;
  letter-spacing: 0em;
  text-align: left;
  font-weight: 500;
  line-height: 36px;
}
.popupmodal .modal-dialog .modal-content .modal-body p {
  color: #5F6368;
  margin: 8px 0px 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.popupmodal .popup-form .form-box {
  margin-bottom: 8px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.popupmodal .popup-form .form-box .lcontrol {
  min-width: 230px;
  margin: 0px;
}
.popupmodal .popup-form .form-box .icontrol {
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  background-color: #F5F6F6;
}
.popupmodal .popup-form .form-box .icontrol:focus {
  box-shadow: none;
}
.popupmodal .popup-form .form-box .icontrol option {
  font-family: "Roboto";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.popupmodal .popup-form .save .common-btn {
  width: 100%;
}
.popupmodal .modal-dialog .modal-content .btn-close {
  font-size: inherit;
}

.dash-convo .aipowered-card {
  position: relative;
  margin-top: 200px;
}
.dash-convo .aipowered-card .card-image {
  text-align: center;
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
}
.dash-convo .aipowered-card .card-body {
  padding: 116px 15px 15px;
}
.dash-convo .aipowered-card .card-body .title-text h2 {
  color: #1F4161;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}
.dash-convo .aipowered-card .card-body .title-text p {
  color: #114474;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 8px 0px 24px;
}
.dash-convo .aipowered-card .card-body .get-started .common-btn {
  border-radius: 4px;
  border: 1px solid #1F4161;
  background: #FFF;
  background-color: transparent;
  color: #1F4161;
}

.dash-convo .ai-poweredcard {
  border-radius: 8px;
}
.dash-convo .ai-poweredcard .card-body {
  padding: 0px 0px;
}
.dash-convo .ai-poweredcard .card-body .ai-header {
  background-color: #F5F6F6;
  padding: 10px 16px;
  border-bottom: 1px solid #CBCDD0;
  border-radius: 8px 8px 0px 0px;
}
.dash-convo .ai-poweredcard .card-body .ai-header a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  color: #2A2D2F;
  margin-bottom: 8px;
  display: block;
}
.dash-convo .ai-poweredcard .card-body .ai-header a span {
  margin-right: 8px;
}
.dash-convo .ai-poweredcard .card-body .ai-header p {
  color: #5F6368;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box {
  padding: 16px 16px;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .response-note span {
  color: grey;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-right: 20px;
  margin-bottom: 0px;
  display: block;
  line-height: 16px;
  font-style: italic;
  text-transform: initial;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .nav-pills {
  margin-bottom: 20px;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .nav-pills .nav-item {
  position: relative;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  background-color: #FFF;
  margin-right: 25px;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .nav-pills .nav-item.active {
  color: #1967D2;
  border: 1px solid #1967D2;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .nav-pills .nav-item .nav-link {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #5F6368;
  padding: 4px 8px;
  background-color: white;
  padding-right: 36px;
  border: 1px solid transparent;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .nav-pills .nav-item .nav-link.active {
  color: #1967D2;
  border: 1px solid #1967D2;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .nav-pills .nav-item .refresh-btn {
  position: absolute;
  cursor: pointer;
  background-color: #1967D2;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .nav-pills .nav-item .refresh-btn:hover .tool-tip {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  transform: translateY(-8px);
  cursor: pointer;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .nav-pills .nav-item .refresh-btn img {
  width: 15px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .nav-pills .nav-item .refresh-btn .tool-tip {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  background-color: #2A2D2F;
  color: white;
  top: -32px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 26px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 5px 12px;
  height: auto;
  margin-bottom: 0px;
  transform: translateY(20px);
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .nav-pills .nav-item .refresh-btn .tool-tip p {
  color: white;
  margin-bottom: 0px;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .tab-content .tab-pane .listing {
  padding: 0px;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .tab-content .tab-pane .listing li {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .tab-content .tab-pane .listing li::after {
  content: url("../images/insights.png");
  position: absolute;
  top: -1px;
  left: 0;
}
.dash-convo .ai-poweredcard .card-body .prompttab-box .view-report {
  display: flex;
  justify-content: space-evenly;
  margin-top: 18px;
}
.dash-convo .ai-poweredcard .robotyping-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.dash-convo .ai-poweredcard .robotyping-box .ai-typing h2 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: #1967D2;
  margin-bottom: 8px;
}

@media screen and (max-width: 1440px) {
  .pixels-wholebox .pixels-part .pixels-box .pixels-image img {
    width: 30px;
    height: 30px;
  }
  .pixels-wholebox .pixels-part .pixels-box .pixels-text h5 {
    margin-left: 6px;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
  }
  .need-help .card-body .title-title p {
    padding: 0px 15px;
  }
  .campaign-manage .campaign-wholebox .campaign-image img {
    width: 95%;
  }
  .pixels-wholebox .pixels-part .pixels-box.convo-active::after {
    right: 5px;
  }
  .genrated-box ul li {
    width: 25%;
  }
  .dash-convo p {
    font: size 14px;
    line-height: 20px;
  }
  .recent-post .card-content a span {
    font-size: 13px;
    line-height: 19px;
  }
  .commoncard-box .card-body .title-title h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .pixels-wholebox .pixels-part .pixels-box .pixels-text h5 {
    font-size: 14px;
  }
  .genrated-box ul li {
    padding: 8px 12px;
  }
  .genrated-box ul {
    margin: -8px -12px;
  }
  .genrated-box .revenue-box .card-body p {
    margin: 6px 0px 8px;
  }
}
@media screen and (max-width: 1200px) {
  .pixels-wholebox .pixels-part .pixels-box .pixels-text h5 {
    font-size: 12px;
  }
  .pixels-wholebox .pixels-part .pixels-box .pixels-image img {
    width: 25px;
    height: 25px;
  }
  .pixels-wholebox .pixels-part .pixels-box {
    width: 210px;
    min-width: auto;
  }
}
@media screen and (max-width: 991px) {
  .pixels-wholebox .pixels-part {
    width: 50%;
  }
  .pixels-wholebox .pixels-part .pixels-box {
    margin: 6px 0px;
  }
}
@media screen and (max-width: 767px) {
  .product-feed .card-body .progress-steps li .step-box .channel-box {
    display: block;
  }
  .product-feed .card-body .progress-steps::after {
    height: calc(100% - 100px);
  }
  .dash-area .upgrade-btn .common-btn {
    width: auto;
  }
  .dash-area .card .card-body .purchase-box {
    display: block;
  }
  .dash-area .form-box {
    padding: 16px 0px;
  }
  .product-feed .card-body .progress-steps::after {
    height: calc(100% - 188px);
  }
  .genrated-box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .pixels-wholebox .pixels-part {
    width: 100%;
  }
  .pixels-wholebox .pixels-part .pixels-box {
    width: 100%;
    font-size: initial;
  }
  .pixels-wholebox .pixels-part .pixels-box {
    margin: 6px 0px;
  }
  .genrated-box ul li {
    width: 100%;
  }
}
/* stepper css for GA pages */
.gasettings .progress-steps li::before {
  content: counter(list);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #1967D2;
}

.gasettings .progress-steps li {
  counter-increment: list;
  /* position: relative; */
}

.gasettings .progress-steps {
  list-style: none;
  position: relative;
  z-index: 1;
  padding-left: 50px;
}

.gasettings .progress-steps li::after {
  content: "";
  position: absolute;
  width: 1px;
  /* height: calc(100% - 180px); */
  height: 53px;
  left: 15px;
  top: 0;
  background-color: var(--primary-blue, #1967D2);
  z-index: -1;
  margin-top: 22px;
}

.gasettings .progress-steps li.active::before {
  background-color: #1967D2;
  color: #e0f1fb;
}

.gasettings .progress-steps li.not-active::before {
  background-color: #e0f1fb;
  color: #1967D2;
}

.step-wholebox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.step-wholebox .pixels-part {
  width: 50%;
}
.step-wholebox .pixels-box {
  border: 1px solid #eee;
  box-shadow: 0px 0px 2px #585f5b;
}

.pixel-setup .card-body .feed-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pixel-setup .card-body .feed-box h3 {
  white-space: nowrap;
  margin-right: 74px;
}
.pixel-setup .card-body .feed-box .progress {
  background: #e4e4e4;
  height: 8px;
  border-radius: 4px;
}
.pixel-setup .card-body .feed-box .progress .progress-bar {
  background: linear-gradient(90deg, #1967D2 0%, #1967D2 100%);
}

.hover-text {
  display: none;
}

.pixel-box-gasettings:hover .hover-text {
  display: block;
  color: #1967D2;
}

.pixel-box-gadssettings:hover .hover-text {
  display: block;
  color: #1967D2;
}

.pixel-box-fbsettings:hover .hover-text {
  display: block;
  color: #1967D2;
}

.pixel-box-bingsettings:hover .hover-text {
  display: block;
  color: #1967D2;
}

.pixel-box-twittersettings:hover .hover-text {
  display: block;
  color: #1967D2;
}

.pixel-box-pintrestsettings:hover .hover-text {
  display: block;
  color: #1967D2;
}

.pixel-box-snapchatsettings:hover .hover-text {
  display: block;
  color: #1967D2;
}

.pixel-box-tiktoksettings:hover .hover-text {
  display: block;
  color: #1967D2;
}

.conv-text-green {
  color: #09BD83 !important;
}

.gtmsettings a {
  border: 1px solid #eee;
  box-shadow: 0px 0px 2px #585f5b;
}

.nav-link-conv {
  display: block;
  padding: 0.5rem 1rem;
  color: #5f6368;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-pills .nav-link-conv {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link-conv.active {
  color: #0d6efd;
  background-color: #fff;
  border: 1px solid #0d6efd;
}

.nav-pills .nav-link-conv:hover {
  color: #0d6efd;
}

.attributeDiv::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.categoryDiv::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.badgebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  /* background-color: green; */
  /* color: white; */
  padding: 2px 10px;
  border-radius: 30px;
  margin-bottom: 6px;
  position: relative;
  height: 22px;
  font-size: 12px;
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 10px;
}

.badgebox .count-badge {
  width: 22px;
  height: 22px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 4px;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1098039216);
}

.popover-box {
  padding: 4px 2px;
  background-color: transparent;
  border-radius: 4px;
  /* width: 120px; */
  float: right;
  display: flex;
  justify-content: end;
}

.border-synced {
  border: 1px solid #09bd83;
}

.border-draft {
  border: 1px solid #DCA310;
}

.border-inprogress {
  border: 1px solid #209EE1;
}

.border-failed {
  border: 1px solid #f43e56;
}

.inprogress-status {
  border: 2px solid #209EE1;
  border-radius: 50%;
  margin: 2px;
}

.draft-status {
  border: 2px solid #DCA310;
  border-radius: 50%;
  margin: 2px;
}

.synced-status {
  border: 2px solid #09bd83;
  border-radius: 50%;
  margin: 2px;
}

.failed-status {
  border: 2px solid #f43e56;
  border-radius: 50%;
  margin: 2px;
}/*# sourceMappingURL=dashmain.css.map */

.alt-btn-reports:hover {
  color: #fff;
  background-color: #1085f1 !important;
  border-color: #1085f1 !important;
}