html {
  scroll-behavior: smooth;
}

* {
  font-family: Google Sans, sans-serif;
  font-weight: 400;
  font-size: 13px;
}

body {
  background: #f9f9f9 !important;
}

.font-18 {
  font-size: 18px;
}

/* html body .font-16 {
  font-weight: 500 !important;
} */

.fontSize-58 {
  font-size: 58px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-32 {
  font-size: 32px;
}

.font-22 {
  font-size: 22px;
}

.bg-redlight {
  background-color: rgba(249, 2, 2, 0.1) !important;
}

.btn-red {
  color: #fff;
  background-color: #d80000;
  border-color: #d80000;
}

.color-custom {
  color: #012359;
}

.bg-grey {
  background-color: #f5f5ff;
}

.p-5 {
  padding: 2rem !important;
}

.bg-social-website {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #59d59f;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-website::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #59d59f;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-shopee {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #f7452d;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-shopee::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #f7452d;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-vnexpress {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #9f224e;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-vnexpress::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #9f224e;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-dantri {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #095411;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-dantri::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #095411;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-gamek {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #ed4848;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-gamek::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #ed4848;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-tinhte {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #2af399;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-tinhte::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #2af399;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-24hcom {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #78b43d;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-24hcom::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #78b43d;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-baomoi {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #b2b2b26b;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-baomoi::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #b2b2b26b;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-zingnew {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #009cdb;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-zingnew::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #009cdb;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-kenh14 {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #f0a52b;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-kenh14::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #f0a52b;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-youtube {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #ff0000;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-youtube::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #ff0000;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-facebook {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #0887ef;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-facebook::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #0887ef;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-blog {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #51b7e0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-blog::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #51b7e0;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-tiktok {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #010101;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-tiktok::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #010101;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-telegram {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #2aaaec;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-telegram::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #2aaaec;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-pinterest {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: #e60023;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-pinterest::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: #e60023;
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.bg-social-instagram {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-social-instagram::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 110%;
  width: 110%;
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
  z-index: -1;
  border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
  opacity: 0.3;
}

.section-price::after {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  height: 150%;
  width: 200%;
  background: #f9f9f9;
  z-index: -1;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
}

.section-price {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.font-25 {
  font-size: 25px !important;
}

.decoration-line {
  position: relative;
}

.decoration-line::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #000;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.icon-price-youtube {
  display: inline-block;
  font-size: 50px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fal {
  font-family: "Font Awesome 5 Pro";
}

.icon-price-youtube::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url("../../../../assets/images/traffic-tonghop/icon-shape.png");
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.2;
}

.icon-price-youtube::before {
  content: "\f167";
}

.icon-price-website {
  display: inline-block;
  font-size: 50px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.icon-price-website::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url("../../../../assets/images/traffic-tonghop/icon-shape.png");
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.2;
}

.icon-price-website::before {
  content: "\f0ac";
}

.icon-price-tiktok {
  display: inline-block;
  font-size: 50px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.icon-price-tiktok::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url("../../../../assets/images/traffic-tonghop/icon-shape.png");
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.2;
}

.icon-price-facebook {
  display: inline-block;
  font-size: 50px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.icon-price-facebook::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url("../../../../assets/images/traffic-tonghop/icon-shape.png");
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.2;
}

.icon-price-facebook::before {
  content: "\f39e";
}

.color-white {
  color: #fff !important;
}

ul {
  list-style: none;
  padding-left: 0;
}

.button-price {
  text-decoration: none;
}

.bg-line {
  background: url("../../../../assets/images/traffic-tonghop/bgheader.png");
  height: 9.375rem;
  background-size: cover;
}

.bg-dark-primary {
  background-color: #0064c6;
}

.bg-light-primary {
  background-color: #13a1ff;
}

#tab-traffic .nav-item,
.nav-link.active {
  color: #0abb87;
  border-bottom: 2px solid #0abb87;
  background: transparent !important;
  border: none;
}

#tab-traffic .nav-item .nav-link:hover {
  color: #0abb87 !important;
  background: #44ffa024 !important;
}

#tab-traffic .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #0abb87;
  /* border-bottom: 1px solid #0abb87; */
  background: transparent !important;
  border: none !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent !important;
}

.bg-head {
  background-color: #222253 !important;
}

.nav-tabs .nav-link.active {
  box-shadow: 0px -2px 0px 0px #0abb87 inset;
  border-bottom: none;
}

#tab-traffic .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #0abb87 !important;
  border-bottom: 2px solid #0abb87 !important;
  background: transparent !important;
  /* border: none !important; */
  box-shadow: none;
}

.btn-hover:hover {
  background-color: #456ae3;
  color: #fff;
}

.text-orange {
  color: #f7452c;
}

#render_table_one_paginate .current,
#render_table_two_paginate .current,
#render_table_three_paginate .current,
#tableHistoryPayment_paginate .current {
  background-color: #0abb87 !important;
  border: 1px solid#0abb87 !important;
}

#render_table_one_paginate .paginate_button:hover,
#render_table_one_paginate .paginate_button:active,
#render_table_two_paginate .paginate_button:hover,
#render_table_two_paginate .paginate_button:active,
#render_table_three_paginate .paginate_button:hover,
#render_table_three_paginate .paginate_button:active,
#tableHistoryPayment_paginate .paginate_button:hover,
#tableHistoryPayment_paginate .paginate_button:active {
  background-color: #0abb87 !important;
  border: 1px solid#0abb87 !important;
  color: #fff !important;
}

/* Nút bật tắt bộ lọc */

body {
  background: whitesmoke;
}

body h1 {
  text-align: center;
  color: gray;
}

body h2 {
  text-align: center;
  color: gray;
}

.inactiveMixin {
  content: "";
  position: absolute;
  display: block;
}

.beforeAnimation {
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}

.afterAnimation {
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04),
    0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}

.toggleWrapper {
  height: 30px;
}

.toggleWrapper input.mobileToggle {
  opacity: 0;
  position: absolute;
}

.toggleWrapper input.mobileToggle + label {
  position: relative;
  display: inline-block;
  user-select: none;
  transition: 0.4s ease;
  height: 25px;
  width: 45px;
  border: 1px solid #e4e4e4;
  border-radius: 60px;
}

.toggleWrapper input.mobileToggle + label:before {
  content: "";
  position: absolute;
  display: block;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 23px;
  width: 45px;
  top: 0;
  left: 0;
  border-radius: 30px;
}

.toggleWrapper input.mobileToggle + label:after {
  content: "";
  position: absolute;
  display: block;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04),
    0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: whitesmoke;
  height: 20px;
  width: 20px;
  top: 1px;
  left: 0px;
  border-radius: 60px;
}

.toggleWrapper input.mobileToggle:checked + label:before {
  background: #2ecc71;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}

.toggleWrapper input.mobileToggle:checked + label:after {
  left: 24px;
}

.group-filter-sex form label input {
  opacity: 1;
  position: absolute;
}

.group-filter-sex form label input {
  opacity: 0;
  position: absolute;
}

.group-filter-sex form label {
  position: relative;
  width: 120px;
  height: 30px;
  background-color: #fff;
  border-radius: 4px;
}

.group-filter-sex form label.active,
.group-filter-sex form label:hover {
  background-color: #09bb87;
  color: #fff;
}

.payments-vietcombank:hover,
.payments-vietcombank.active {
  filter: drop-shadow(0 0 3px green);
}

.payments-techcombank:hover,
.payments-techcombank.active {
  filter: drop-shadow(0 0 3px red);
}

.payments-momo:hover,
.payments-momo.active {
  filter: drop-shadow(0 0 3px #b0006d);
}

.hover-underline:hover {
  text-decoration: underline;
}

.left-sidebar {
  width: 60px;
}

.skin-dark .left-sidebar {
  background: #fff !important;
  margin-top: 60px;
}

.active-traffic {
  padding: 10px;
  background-color: rgba(90, 141, 238, 0.2);
  transition: all 0.15s ease;
  border-radius: 5px;
}

.tooltip-inner {
  color: #333 !important;
  font-weight: 600;
  background-color: white !important;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}

.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #fff;
}

.sidebar-nav .nav-tabs {
  border-bottom: none !important;
}

#sidebarnav li.active {
  background-color: #eff0ff;
}

#sidebarnav .nav-link.active .fa-facebook-square {
  color: #4285f4 !important;
}

#sidebarnav .nav-link.active .fa-youtube-square {
  color: #ff0000 !important;
}

#sidebarnav .nav-link.active .fa-tiktok {
  filter: opacity(100) !important;
}

#sidebarnav .nav-link.active .fa-globe {
  color: #59d59f !important;
}

#sidebarnav .nav-link.active .fa-instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-pills .nav-link.active i {
  color: #4285f4 !important;
}

.nav-pills .nav-link.active .text-dark {
  color: #4285f4 !important;
}

.nav-link:hover {
  background: none !important;
}

.left-sidebar .sidebar-nav ul > li.active a:before {
  background: none !important;
}

.left-sidebar .sidebar-nav ul > li.active a {
  padding-left: 15px !important;
}

.mini-sidebar .sidebar-nav #sidebarnav > li > a {
  padding: 15px 15px !important;
}

.content-service::-webkit-scrollbar {
  width: 2px;
  height: 8px;
}

.content-service::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f9f9f9;
  border-radius: 10px;
}

.content-service::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.sidebar-nav > ul > li > a:hover i {
  color: #bcc6d4 !important;
}

#tab-traffic .nav-link.active {
  box-shadow: none !important;
  background-color: #e7f8f3 !important;
  border-bottom: 1px solid #0abb87 !important;
}

#tab-traffic {
  /* justify-content: center; */
  width: 100%;
  border-bottom: 1px solid #dee2e6 !important;
}

.nav-tabs .nav-item {
  margin-bottom: -2px !important;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/* menu mobie */

.sidebarMobile i {
  color: #8d97ad;
}

.sidebar-nav .sidebarMobile li a.active {
  background-color: #eff0ff;
  color: #007bff;
}

.sidebarMobile div .show .card-body div:first-child {
  color: #007bff;
}

.sidebarMobile div .show .card-body div:first-child > i {
  color: #007bff;
}

.sidebarMobile div .card-body .text-info > i {
  color: #007bff;
}

.sidebarMobile div .card-body .text-dark > i {
  color: #8d97ad !important;
}

/* icon khi menu khi active */

.sidebarMobile div .card-header .active a .fa-home {
  color: #007bff;
}

@media (max-width: 767px) {
  .skin-dark .left-sidebar {
    max-width: 100% !important;
  }
}

.allToolsControler .fa-instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.allToolsControler .toolTraffic a:hover {
  background-color: #eff0ff57 !important;
}

.allToolsControler .toolTraffic a:hover h3 {
  color: #333 !important;
}

.allToolsControler .toolTraffic a:hover p {
  color: #333 !important;
}

.ml-280 {
  /* margin-left: 280px!important */
  margin-left: 300px !important;
}

.sideBarMenuTraffic {
  width: 240px;
  margin-left: 60px;
  height: 100%;
  padding-top: 25px;
  z-index: 10;
  background: #f9f9f9;
}

.w-170 {
  width: 170px !important;
}

.extension-facebook img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.traffic-watting .nav-link {
  cursor: not-allowed;
}

.traffic-watting .nav-link div {
  color: #6c757d !important;
}

.topbar .top-navbar {
  background: #3d6cf3 !important;
}

.topbar .top-navbar .navbar-header a {
  background: #3d6cf3 !important;
}

/* menu tool 3F */

.icon-active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.3s;
}

.icon-no-active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s;
}

.left-sidebar .sidebar-nav ul > li.active a:before {
  background-color: none !important;
  box-shadow: none !important;
}

.icon-dot::before {
  content: "";
  height: 4px;
  position: absolute;
  left: -8px;
  top: 8px;
  width: 4px;
  border-radius: 50%;
  background-color: #333;
}

.icon-dot-vip::before {
  content: "";
  height: 4px;
  position: absolute;
  left: 2px;
  top: 6px;
  width: 4px;
  border-radius: 50%;
  background-color: #333;
}

.icon-dot-ads::before {
  content: "";
  height: 6px;
  position: absolute;
  left: -8px;
  top: 7px;
  width: 6px;
  border-radius: 50%;
}

.icon-dot-ads-info::before {
  background-color: #03a9f3 !important;
}

.icon-dot-ads-violet::before {
  background-color: #8950fc !important;
}

.text-violet-ads {
  color: #8950fc !important;
}

.icon-dot-ads-warning::before {
  background-color: #fec107 !important;
}

.icon-dot-ads-danger::before {
  background-color: #e46a76 !important;
}

.icon-dot-ads-success::before {
  background-color: #0abb87 !important;
}

.icon-dot-ads.verified-ads::before {
  background-color: #0abb87 !important;
}

.icon-dot-ads.tracking::before {
  background-color: #0984e3 !important;
}

.icon-dot-ads.no-verified-ads::before {
  background-color: #fd397a !important;
}

li a.active .icon-dot::before {
  background-color: #007bff;
}

.dropDownTool3F div {
  font-weight: bolder !important;
}

.icon-tool-3f {
  filter: grayscale(1);
  width: 25px;
}

a.active .icon-tool-3f {
  filter: grayscale(0);
}

.kind-of-feeling.active {
  border: 3px solid #1fab89;
  background: #1fab89;
  margin-bottom: 10px;
  border-radius: 50%;
}

.fqa-traffic > a:hover {
  color: #333 !important;
}

.box-tool-3f:hover {
  -webkit-box-shadow: 0px -1px 5px 3px rgba(191, 184, 191, 0.5);
  -moz-box-shadow: 0px -1px 5px 3px rgba(191, 184, 191, 0.5);
  box-shadow: 0px -1px 5px 3px rgba(191, 184, 191, 0.5);
}

.box-tool-3f .hidden-text {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 36px;
}

.hidden-content-backlink {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* #tablePaymentHistory td,
#tablePaymentHistory th {
    padding: 15px 10px !important;
} */

/* #tablePaymentHistory tbody tr td {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
} */

/* #table-manager-cidads tbody tr td,
#table-manager-doctor tbody tr td {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
} */

.overplay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.table-qc-format th {
  background: white !important;
}

.dataTables_wrapper .dataTables_paginate {
  /* float: none !important; */
  justify-content: end !important;
  border-top: none !important;
}

.sidebar-nav ul li a {
  padding: 15px 35px 15px 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: default;
  color: white !important;
}

.listSupport {
  display: flex;
  flex-wrap: wrap;
}

.listSupport .aSupport {
  width: 25%;
  padding: 20px 0px;
  text-align: center;
}

.doSupportRating {
  padding: 10px 15px;
  cursor: pointer;
}

.swiper-button-disabled {
  display: none !important;
}

/* .btn-buy-vip {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  line-height: 1.1;
  font-weight: 600;
  overflow: hidden;
  width: auto;
  font-size: 16px;
  padding: 15px 30px;
}

.normal .btn-content-vip {
  background-color: transparent;
  border-style: solid;
  border: 1px solid #3867d6;
  border-radius: 35px;
}

.btn-buy-vip .button-content-wrapper {
  color: #3867d6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
} */

.normal .btn-content-vip:hover {
  background: #3867d6;
}

.btn-buy-vip:hover .button-content-wrapper {
  color: white !important;
}

/* .button-gradient {
  color: #ffffff !important;
  box-shadow: 23px 0px 32px 0px rgba(0, 0, 0, 0.2);
  padding: 16px 30px;
  border: none !important;
}

.btn-content-vip .button-gradient .button-content-wrapper {
  color: white;
}

.button-gradient:after {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffb06c 30%, #ff7268 100%);
}

.button-gradient:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
} */

.pricing_highlighter {
  color: #1c1c25;
  background: #ffffff;
  padding: 6px 8px 6px 4px;
  border-radius: 50px 0px 0px 50px;
}

.pricing_highlighter {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 10px;
  font-size: 16px;
  font-weight: 800;
}

.pricing_highlighter-icon:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.pricing_highlighter-icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  margin-right: 13px;
}

.pricing_highlighter-icon {
  background: -webkit-linear-gradient(left, #ff7268 30%, #ffb06c 100%);
}

.text-mode {
  color: #4c6c83;
}

.page-wrap {
  scroll-behavior: smooth;
}

#scroll-bottom {
  position: fixed;
  left: 50%;
  bottom: 10px !important;
  cursor: pointer;
  border: 1px solid #bdc3c7;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  transition: all 1s;
  bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Upgrade {
  background: #dae3f4;
  color: #000;
}

.Grow {
  background: #e2f0d9;
  color: #000;
}

.Promote {
  background: #fff1ca;
  color: #000;
}

.img-mode {
  width: 35px;
  height: 35px;
  margin: auto;
}

.box-icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
}

.event-timeline:nth-child(1) .box-icon {
  background-color: #ffeae1;
  color: #ea6b35;
}

.event-timeline:nth-child(2) .box-icon,
.event-timeline:nth-child(8) .box-icon {
  background-color: #e1f0ff;
  color: #3699ff;
}

.event-timeline:nth-child(3) .box-icon,
.event-timeline:nth-child(9) .box-icon {
  background-color: #fff4de;
  color: #ffa800;
}

.event-timeline:nth-child(4) .box-icon {
  background-color: #c9f7f5;
  color: #1bc5bd;
}

.event-timeline:nth-child(5) .box-icon {
  background-color: #ffe2e5;
  color: #f64e60;
}

.event-timeline:nth-child(6) .box-icon {
  background-color: #eee5ff;
  color: #8950fc;
}

.event-timeline:nth-child(7) .box-icon {
  background-color: #ffe6db;
  color: #e05417;
}

.img-wapper {
  max-width: 260px;
}

/* set button(top and bottom of the scrollbar) */

.page-wrap::-webkit-scrollbar-button {
  display: none;
}

.events-wrapper {
  position: relative;
}

.timeline-wrapper::before {
  display: none !important;
}

.timeline-wrapper .event-timeline {
  flex: 0 0 16.66666% !important;
  z-index: 1;
  position: relative;
  flex-basis: 0;
  flex: auto;
}

/* .timeline-wrapper .event-timeline>div{
margin-bottom: 20px;
} */

.timeline-wrapper .event-timeline:nth-child(even) > div {
  margin-bottom: 40px;
}

.timeline-wrapper .event-timeline:nth-child(odd) > div {
  margin-bottom: 20px;
}

.timeline-wrapper .event-timeline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #dfdfdf;
  transform: translateX(-50%);
  z-index: -1;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.1s;
}

.timeline-wrapper .event-timeline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #dfdfdf;
  transform: translate(-50%, calc(50% + 1.5px));
  transition: 0.3s all ease-in-out;
  transition-delay: 0.1s;
}

.event-timeline > div {
  transition: 0.3s all ease-in-out;
}

.event-timeline.check::after,
.event-timeline.check::before,
.event-timeline.check > .box-icon {
  background: #0983e3 !important;
  color: #fff !important;
}

.event-timeline .bottom-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 0;
  margin-top: 3px;
  width: 100%;
  box-shadow: -0.75px 0 0 0px #e3f0d9 inset, 0.75px 0 0 0px #e3f0d9 inset;
  white-space: nowrap;
}

.event-timeline:first-child .bottom-text {
  box-shadow: 1.5px 0 0 0px #dbe3f5 inset, -0.75px 0 0 0px #dbe3f5 inset;
}

.event-timeline:nth-child(2) .bottom-text {
  box-shadow: 0.75px 0 0 0px #dbe3f5 inset, -0.75px 0 0 0px #e3f0d9 inset;
}

.event-timeline:nth-child(5) .bottom-text {
  box-shadow: 0.75px 0 0 0px #e3f0d9 inset, -0.75px 0 0 0px #fff1ca inset;
}

.event-timeline:last-child .bottom-text {
  box-shadow: -1.5px 0 0 0px #fff1ca inset, 0.75px 0 0 0px #fff1ca inset;
}

.progress {
  background: #dfdfdf;
}

.progress-bar {
  height: 3px;
  transition: 0.3s all ease-in-out !important;
}

.list-style {
  list-style: none;
}

.popup-demo {
  position: relative;
}

.popup-demo:before {
  content: "demo";
  position: absolute;
  display: block;
  right: -42px;
  top: 1px;
  font-size: 10px;
  background: #0abb87;
  padding: 2px 5px;
  border-radius: 10px;
  color: #fff;
}

.icon-vip {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgb(255, 244, 222);
  position: absolute;
  top: 0;
  left: 50%;
  color: #f3b133;
  transform: translate(50%, -50%);
}

.icon-vip i {
  line-height: 2.2;
  font-size: 12px;
}

/* @media(max-width: 992px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
} */

.browser-mockup {
  border: none;
  border-top: 2em solid #eee;
  border-radius: 10px;
  /* overflow: hidden; */
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.1);
}

iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* checkbox */

.cstm-switch {
  display: inline-flex;
  margin: 0;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
}

.cstm-switch .cstm-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

input[type="checkbox"] {
  margin-top: 5px;
  width: 1.2em;
  height: 1.2em;
  color: #363839;
  border: 1px solid #bdc1c6;
  border-radius: 4px;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

input[type="checkbox"]::before {
  position: absolute;
  content: "";
  display: block;
  top: 2px;
  left: 7px;
  width: 5px;
  height: 12px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.cstm-switch .cstm-switch-input:not(:checked) ~ .cstm-switch-indicator {
  background: #e3ebf6 !important;
}

.cstm-switch .cstm-switch-indicator {
  position: relative;
  display: inline-block;
  width: 2.25rem;
  height: 1.25rem;
  transition: 0.3s border-color, 0.3s background-color;
  vertical-align: bottom;
  border: 1px solid#ffffff29;
  border-radius: 50px;
}

.cstm-switch .cstm-switch-indicator:before {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  content: "";
  transition: 0.3s left;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.cstm-switch .cstm-switch-input:checked ~ .cstm-switch-indicator {
  background: #007bff;
}

.cstm-switch .cstm-switch-input:checked ~ .cstm-switch-indicator:before {
  left: calc(1rem + 1px);
}

/* end checkbox */

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.swal2-content .panel-heading {
  font-weight: 500;
  font-size: 16px;
  margin-top: -10px;
  border-bottom: 1px #f4f4f4 solid;
  padding-bottom: 15px;
}

.btn-submit-data-intro {
  background-color: #0abb87;
  border: 0;
  padding: 12px 31px;
  color: #d4f8ed;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 18px;
}

#showIframe {
  width: 100%;
  height: 700px;
}

@media (max-width: 992px) {
  #showIframe {
    width: 100%;
    height: 300px;
  }
}

@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
}

.btn-light-primary {
  color: #3699ff !important;
  background-color: #e1f0ff;
  border-color: transparent;
  display: inline-block;
  text-align: center;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}

/* menu  */

@media (max-width: 767px) {
  .skin-dark .left-sidebar {
    max-width: 100% !important;
  }
}

@media (max-width: 576px) {
  #tab-traffic > li > a {
    padding: 10px 13px;
  }

  .tab-fff-ads > li > a {
    padding: 24px 13px !important;
    width: 60px;
    padding-left: 24px !important;
  }

  .skin-dark .left-sidebar {
    margin-top: 0px !important;
  }

  .ml-280 {
    margin-left: 0px !important;
  }

  .w-170 {
    width: 100% !important;
  }

  .topBarMenu {
    width: 100%;
  }

  .topRightMenu {
    display: none;
  }

  .skin-dark .left-sidebar.active {
    left: 0 !important;
  }

  .menu-mobie-tool-3f {
    right: -100% !important;
    left: 100% !important;
    transition: all 0.2s ease-in-out !important;
    width: 80%;
    margin-left: 20% !important;
  }

  .left-sidebar.menu-mobie-traffic {
    width: 80% !important;
  }
}

.left-sidebar .sidebar-nav ul > li.active a:before {
  background-color: none !important;
  box-shadow: none !important;
}

table.dataTable tbody tr td {
  padding: 15px 10px !important;
}

table.dataTable thead tr th {
  padding: 15px 10px !important;
}

.text-whitesmoke {
  color: #8d97ad !important;
}

.empty-state-ads {
  position: relative;
}

.empty-state-ads:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url(../../../dist/images/v8/no-data.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.left-sidebar {
  transition: all 0.2s ease-in-out !important;
}

.sticky-toolbar {
  width: 46px;
  position: fixed;
  top: 30%;
  right: 0;
  list-style: none;
  margin: 0;
  z-index: 95;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 0.42rem;
  border-bottom-left-radius: 0.42rem; 
  transition: all 0.3s ease-in-out;  
  transform: translateX(0%);
} 

.sticky-toolbar-set {
  width: 40px;
  position: fixed;
  top: 30%;
  right: -46px;
  list-style: none;
  margin: 0;
  z-index: 95;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 0.42rem;
  border-bottom-left-radius: 0.42rem; 
  transition: all 0.3s ease-in-out;  
  transform: translateX(0%);
} 

.sticky-toolbar-set.active{
  right: 0px;
}

.nav-item-close{
    position: absolute;
    top: -40px;
    cursor: pointer;
    padding: 20px;
}

.sticky-toolbar.active{
  right: -54px;
}

.sticky-toolbar .btn.btn-icon.btn-sm,
.btn-group-sm > .btn.btn-icon {
  height: calc(1em + 1.1rem + 2px);
  width: calc(1em + 1.1rem + 2px);
}

.sticky-toolbar .btn.btn-bg-light {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
}

.sticky-toolbar .btn.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.3rem + 2px);
  width: calc(1.5em + 1.3rem + 2px);
}

.sticky-toolbar .btn.btn-hover-success:hover {
  color: #ffffff !important;
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
}

.sticky-toolbar .btn.btn-hover-primary {
  color: #3699ff;
}

.sticky-toolbar .btn.btn-hover-primary:hover {
  color: #ffffff !important;
  background-color: #3699ff !important;
  border-color: #3699ff !important;
}

.sticky-toolbar .btn.btn-hover-success {
  color: #1bc5bd;
}

.sticky-toolbar .btn.btn-hover-warning {
  color: #ffa800;
}

.sticky-toolbar .btn.btn-hover-warning:hover {
  color: #ffffff !important;
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
}

.sticky-toolbar .btn.btn-hover-danger {
  color: #f64e60;
}

.sticky-toolbar .btn.btn-hover-danger:hover {
  color: #ffffff !important;
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
}

.sticky-toolbar .btn.btn-icon i {
  padding: 0;
  margin: 0;
}

.sticky-toolbar .btn-sm,
.btn-group-sm > .btn {
  padding: 0.55rem 0.75rem;
  font-size: 0.925rem;
  line-height: 1.35;
  border-radius: 0.42rem;
}

.sticky-toolbar .btn.btn-sm i,
.btn-group-sm > .btn i {
  font-size: 16px;
}

.sticky-toolbar .btn i {
  font-size: 1.3rem;
  padding-right: 0.35rem;
  vertical-align: middle;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sticky-toolbar .btn i {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
}

/* custom scrollbar */
#SearchCity_wrapper,
#SearchNetwork_wrapper,
#SearchKeyword_wrapper,
#SearchQuery_wrapper,
#getCompetitorReport_wrapper,
.select-option-adword {
  /* overflow: hidden; */
  overflow-y: scroll;
  height: 300px;
  scroll-behavior: smooth;
}

#SearchCity_wrapper::-webkit-scrollbar-track {
  background-color: rgba(253, 244, 244, 0.2);
  border-radius: 6px;
}

#SearchCity_wrapper::-webkit-scrollbar {
  width: 6px;
}

#SearchCity_wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

#SearchNetwork_wrapper::-webkit-scrollbar-track {
  background-color: rgba(253, 244, 244, 0.2);
  border-radius: 6px;
}

#SearchNetwork_wrapper::-webkit-scrollbar {
  width: 6px;
}

#SearchNetwork_wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

#SearchKeyword_wrapper::-webkit-scrollbar-track {
  background-color: rgba(253, 244, 244, 0.2);
  border-radius: 6px;
}

#SearchKeyword_wrapper::-webkit-scrollbar {
  width: 6px;
}

#SearchKeyword_wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

#SearchQuery_wrapper::-webkit-scrollbar-track {
  background-color: rgba(253, 244, 244, 0.2);
  border-radius: 6px;
}

#SearchQuery_wrapper::-webkit-scrollbar {
  width: 6px;
}

#SearchQuery_wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

#getCompetitorReport_wrapper::-webkit-scrollbar-track {
  background-color: rgba(253, 244, 244, 0.2);
  border-radius: 6px;
}

#getCompetitorReport_wrapper::-webkit-scrollbar {
  width: 6px;
}

#getCompetitorReport_wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.select-option-adword::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.select-option-adword::-webkit-scrollbar {
  width: 6px;
}

.select-option-adword::-webkit-scrollbar-track {
  background-color: rgba(253, 244, 244, 0.2);
  border-radius: 6px;
}

/* end custom scrollbar */
.recommend-report ul {
  list-style-type: disc !important;
  padding-left: 15px;
}

/* .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
} */
.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  padding-top: 1px;
  color: #333 !important;
  opacity: 1 !important;
  background: whitesmoke !important;
}

.swiper-pagination-bullet-active {
  color: #fff !important;
  background: #007aff !important;
}

.applySuggesitonToGoogle:hover > i {
  color: white;
}

/* .recommend-report .applySuggesitonToGoogle{
    top:-90px
  } */
.empty-state.h-150 {
  height: 150px;
}

.h-120px {
  height: 150px;
}

.empty-state:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(../../../dist/images/v8/no-data.png);
  background-size: contain;
}

.empty-state:after {
  content: "";
}

.custom-popup-adword {
  height: auto;
  width: 400px;
  display: none;
  position: absolute;
  z-index: 1;
}

.custom-popup-adword .select-search-adword .input-search {
  width: 100%;
  border: none;
}

.border-bottom-color-info {
  border-bottom: 1px solid dodgerblue;
}

.select-option-adword {
  height: auto;
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}

.custom-popup-adword .select-search-adword .input-search:focus {
  outline: none;
  caret-color: #6c757d;
}

.select-option-adword .item-adword:hover {
  background-color: #f5f5f5;
}

.navBankTab .nav-link.active {
  box-shadow: 0px -2px 0px 0px #0abb87 inset;
  border-bottom: none !important;
}

.text-h1 {
  font-size: 36px;
  color: #222;
}

.dataTables_length {
  display: none;
}

.font-mb-12 {
  font-size: 14px;
}

@media (max-width: 786px) {
  .font-mb-12 {
    font-size: 12px !important;
  }
}

.maxwidth-1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.maxwidth-1180 {
  max-width: 1180px;
  margin: 0 auto;
}

.maxwidth-1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.section {
  padding: 30px 0px;
}

.section-content {
  margin: 0 auto;
  line-height: 24px;
  margin-bottom: 100px;
  text-align: left;
}

.section-content p,
.section-content div,
.section-content li {
  font-size: 14px;
}

.section-content h2 {
  text-align: left;
  font-weight: 500;
  color: #444;
  font-size: 24px;
}

.section-content ul li {
  line-height: 24px;
  list-style-type: circle;
}

.section-content ul {
  margin-left: 3rem !important;
}

.section-content img {
  width: 500px;
}

.section-content .width100 {
  width: 980px;
  max-width: 980px;
}

section h2 {
  font-size: 32px;
  color: #444;
}

.width500 {
  width: calc(100% - 500px);
  padding-right: 50px;
}

.section-bg01 {
  background-color: #ebf1f8;
}

.footerMenu {
  padding-left: 60px;
}

.footerMenu ul li a {
  color: #7e8299;
}

/* pricing */
.pricing ul li {
  line-height: 30px;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 1rem;
  font-weight: bold;
  color: #f00;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 90%;
  /* border-radius: 5rem; */
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
  /* background: #e02b20; */
  color: white;
}

.price-disabled {
  text-decoration: line-through;
}

/* pricing */
@media (max-width: 767px) {
  .section-content h2 {
    font-weight: 600;
    font-size: 16px;
  }

  .section-content {
    margin-bottom: 50px;
  }

  section h2 {
    font-size: 20px;
    font-weight: 600;
  }

  .maxwidth-1180 {
    padding: 0px 15px;
  }

  .width500 {
    width: 100%;
    padding-right: 0px;
    text-align: justify;
  }

  .width500 img {
    width: 100%;
  }

  .footerCopyright {
    text-align: c;
  }

  .footerMenu {
    padding-left: 0px;
  }
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel {
  position: relative;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

#index-congculapkehoach .iphone-x {
  position: relative;
  margin: 20px auto;
  width: 300px;
  height: 650px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 0 0 5px #e6e6e6, 0 0 0 11px #e6e6e6, 0 0 0 5px #e6e6e6;
}

#index-congculapkehoach .iphone-x:before {
  top: 0;
  width: 45%;
  height: 21px;
  background-color: #e6e6e6;
  border-radius: 0 0 45px 45px;
}

#index-congculapkehoach .iphone-x:after,
#index-congculapkehoach .iphone-x:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#index-congculapkehoach .iphone-x:after {
  bottom: 7px;
  width: 140px;
  height: 4px;
  background-color: #f2f2f2;
  border-radius: 10px;
}

#index-congculapkehoach .iphone-x:after,
#index-congculapkehoach .iphone-x:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.not-vip {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  pointer-events: none;
  filter: blur(3px);
}

.table-ovr-ads {
  max-height: none;
  height: auto !important;
}

/* aaa */
.AdsHeadline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.AdsDescription {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

svg.svg-icon.text-primary g [fill] {
  fill: #444;
}

thead th {
  background: #ebeef1;
  color: #444;
}

.web-1 .getWebsiteAdsIntelDisplay,
.web-1 .getScrapedSearchAds {
  border: 1px solid #ebeef1;
  overflow: hidden;
}

.web-1 .getWebsiteAdsIntelDisplay .bg-turquoise,
.web-1 .getScrapedSearchAds .bg-turquoise {
  background: #ebeef1;
}

.web-2 .getWebsiteAdsIntelDisplay,
.web-2 .getScrapedSearchAds {
  border: 1px solid #ebeef1;
  overflow: hidden;
}

.web-2 .getWebsiteAdsIntelDisplay .bg-turquoise,
.web-2 .getScrapedSearchAds .bg-turquoise {
  background: #ebeef1;
}

.web-3 .getWebsiteAdsIntelDisplay,
.web-3 .getScrapedSearchAds {
  border: 1px solid #ebeef1;
  overflow: hidden;
}

.web-3 .getWebsiteAdsIntelDisplay .bg-turquoise,
.web-3 .getScrapedSearchAds .bg-turquoise {
  background: #ebeef1;
}

.web-4 .getWebsiteAdsIntelDisplay,
.web-4 .getScrapedSearchAds {
  border: 1px solid #ebeef1;
  overflow: hidden;
}

.web-4 .getWebsiteAdsIntelDisplay .bg-turquoise,
.web-4 .getScrapedSearchAds .bg-turquoise {
  background: #ebeef1;
}

.web-5 .getWebsiteAdsIntelDisplay,
.web-5 .getScrapedSearchAds {
  border: 1px solid #ebeef1;
  overflow: hidden;
}

.web-5 .getWebsiteAdsIntelDisplay .bg-turquoise,
.web-5 .getScrapedSearchAds .bg-turquoise {
  background: #ebeef1;
}

.input-group-2 {
  border: 1px solid #e9ecef;
  background: #fff;
  border-top: 0;
}

.input-group-2 .img-avatar {
  width: 33px;
  height: 33px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #dadce3;
}

.input-group-2 .add-web-domain {
  background-color: rgba(42, 62, 82, 0.1);
  border-radius: 44px;
  margin: 0.2em 0.3em;
}

.input-group-2 .domain-row {
  margin: 0.49em 0.3em;
}

.input-group-2 .quit_domain {
  margin: 0em 0.5em;
  font-size: 13px;
}

.input-button .btn {
  border-radius: 50px !important;
  width: 120px;
}

.empty-state::before {
  background: 50% 50% no-repeat #fff url(../../../dist/images/v8/no-data.png);
  background-size: auto;
}

.empty-state:after {
  content: "";
}

.web-domain {
  padding: 2px 10px;
  color: #fff;
  border-radius: 10px;
}

.web-domain-1 {
  background-color: #eb3c56;
}

.web-domain-2 {
  background-color: #ff9700;
}

.web-domain-3 {
  background-color: #0f9d58;
}

.web-domain-4 {
  background-color: #607d8b;
}

.web-domain-5 {
  background-color: #3d6cf3;
}

#table-content-ads tr td:nth-child(2) a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#table-content-ads tr td:nth-child(3) {
  white-space: nowrap;
}

#table-content-ads tr td:nth-child(4) {
  white-space: nowrap;
}

.compareWeb .table-advertising tbody tr td {
  border-top: 1px solid #e9ecef;
}

.check-top {
  position: relative;
  overflow: hidden;
}

.check-top::before {
  content: "";
  position: absolute;
  right: -28px;
  width: 70px;
  transform: rotate(45deg);
  height: 40px;
  background: #ffd9a3;
  top: -10px;
}

.check-top::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  transform: rotate(45deg);
  height: 20px;
  background: #ffd9a4 url("../../images/v8/crown.svg");
}

.h-60px {
  height: 60px;
  margin-top: -4px !important;
  display: flex !important;
}

.h-62px {
  height: 62px;
  margin-top: -4px !important;
  display: flex !important;
}

#tableAdwords_filter,
#tableMyBuyAdwordsAccount_filter,
#getMyBuyAdwordsAccountBlock_filter {
  position: absolute;
  top: -58px;
  right: 8px;
  display: block !important;
}

#tableAdwords_filter label input,
#tableMyBuyAdwordsAccount_filter label input,
#getMyBuyAdwordsAccountBlock_filter label input {
  border: 1px solid #ebebeb;
  padding: 8px 15px 8px 32px;
  border-radius: 3px;
  background-image: none !important;
}

#tableAdwords_filter label,
#tableMyBuyAdwordsAccount_filter label,
#getMyBuyAdwordsAccountBlock_filter label {
  position: relative;
}

#tableAdwords_filter label i,
#tableMyBuyAdwordsAccount_filter label i,
#getMyBuyAdwordsAccountBlock_filter label i {
  position: absolute;
  left: 20px;
  top: 12px;
}

#tableAdwords_filter label input:focus,
#tableMyBuyAdwordsAccount_filter label input:focus,
#getMyBuyAdwordsAccountBlock_filter label input:focus {
  background-image: none !important;
  border-color: #69b3ff !important;
}

.custom-select-adword .adword-name {
  display: block;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.selected-adword .adword-name,
.select-option-adword .item-adword .adword-name {
  display: block;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.button-wrapper {
  position: relative;
  width: 150px;
  text-align: center;
}
.pointer{
  cursor: pointer;
}
.button-wrapper span.label {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  background: #00bfff;
  cursor: pointer;
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 12px;
}

#upload {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 34px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.columContactStaff::-webkit-scrollbar {
  width: 6px;
}

.columContactStaff::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.columContactStaff::-webkit-scrollbar-track {
  background-color: rgba(253, 244, 244, 0.2);
  border-radius: 6px;
}

.bg-info-supportHeader {
  background: linear-gradient(45deg, #5591f5, #3a75d7);
}

.dataTables_filter {
  /* position: absolute;
    top: -40px;
    right: 8px;
    display: block !important; */
}

.popupRefundHistoryAds .dropdown-menu {
  padding: 0px !important;
}

.popupRefundHistoryAds .dropdown-divider {
  border-top: 1px solid #dddddda1 !important;
}

.popupRefundHistoryAds .dropdown-menu .dropdown-header .text {
  font-size: 16px !important;
}

.popupRefundHistoryAds .dropdown-menu .dropdown-item .text {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-results__option {
  padding: 10px 6px !important;
}

.select2-results__options::-webkit-scrollbar {
  width: 4px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: rgba(253, 244, 244, 0.2);
  border-radius: 6px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #e9ecef !important;
}

.flag_fffads {
  /* width: 29px; */
  padding: 3px 5px;
  /* background: #edf2ff; */
  /* height: 38px; */
  height: calc(1em + 1.1rem + 2px);
  width: calc(1em + 1.1rem + 2px);
}
#translateLanguage .dropdown-toggle:after {
  display: none !important;
}
#translateLanguage.dropleft .dropdown-toggle:before {
  display: none !important;
}
#translateLanguage:hover {
  background-color: rgba(253, 57, 122, 0.2) !important;
}
#translateLanguage .dropdown-menu {
  transform: translate3d(-129px, 0px, 0px) !important;
}
#getRealBlockedIpOnAdWords_filter {
  display: none !important;
}
#getIpHistory_wrapper .dataTables_scrollHeadInner,
#getIpHistoryAnAccount_wrapper .dataTables_scrollHeadInner {
  width: 100% !important;
  padding-right: 0px !important;
}


/* #btn-file-excel .dt-buttons {
  border-radius: 50px !important;
  float: right !important;
  margin-right: 10px;
}

#btn-file-excel .dt-buttons .buttons-excel {
  border-radius: 50px !important;
  border: 1px solid #00c292 !important;
  display: none;
  outline: none !important;
}

#btn-file-excel .dt-buttons { 
  margin-bottom: 0!important;
  padding-top: 0!important;
} */

/* 08-12-2020 */


#tablePaymentHistory_wrapper .dt-buttons, #tablePaymentHistoryByTool_wrapper .dt-buttons, #tablePendingAdsInvoice_wrapper .dt-buttons{
  position: absolute;
  top: -43px;
  right: 0;
}
.btn-muted{
  background: #ccc;
  border:1px #ccc solid;
}

.table-responsive-buy-adwords{
 
  margin-bottom: 20px;
}


/* Scroll 2 */

.sc2::-webkit-scrollbar-track {
  background-color: rgba(165, 165, 165, 0.1);
  border-radius: 10px;
}
.sc2::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.groupCard{
  padding-top: 30px
}

.card_block{
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.content__group{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.fontsize-24{
  font-size: 24px
}

.btnLang{
  position: relative;
}

.dropdown__Lang{
  max-width: 300px;
  position: absolute;
  top: 91%;
  right: 3.5%;
  background: #fff;
  border-radius: 5px;
  padding: 6px 18px;
  border: 1px solid #e9ecef;
  box-shadow: 1px 0 20px rgb(0 0 0 / 8%);
  transition: 150ms linear all;
  color: #212529;
}

.lang{
  margin: 0;
  font-size: 14px;
}
.dropdown__Lang .lang:hover{
  color:#0984e3;
}
.loading__{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.loading__ .logo__background{
  background: #3d6cf3 !important;
  max-height: 100px;
  width: fit-content;
  padding: 5px;   
  border-radius:5px;
  animation: 800ms linear 0s infinite normal none running poping;
}

@keyframes poping{
  0% {
    transform: scale(1);
  }
  60% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}
.homeSectionCTA{
  padding:50px 0px 100px;
}
.homeBanner{
  padding:50px 0px 70px;
}
.homeBannerContainer{
  max-width:800px;
  margin: 0 auto;
  text-align: center;
}
.homeBannerContainerInput{
  max-width:600px;
  margin: 0 auto;
}
.homeBannerContainerInput button,
.homeBannerContainerInput .form-control{
  height:50px;
}
@media (max-width: 576px) {
  #btnlang{
    position: fixed;
    bottom: 15px;
    left: 10px;
    border-radius: 20px
  }
  #btnlang button{
    border-radius: 20px;
  }
  #btnlang .dropdown__Lang{
    max-width: 300px;
    position: fixed;
    top: 460px;
    left: 20px;
    background: #fff;
    border-radius: 5px;
    padding: 6px 18px;
    border: 1px solid #e9ecef;
    box-shadow: 1px 0 20px rgb(0 0 0 / 8%);
    transition: 150ms linear all;
    color: #212529;
  }
}

.ck.ck-editor__editable_inline, .ck.ck-toolbar {
  border-left: 0!important;
  border-right: 0!important;
  border-bottom: 0!important;
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
  border-color: #e9ecef !important;
  
} 

.ck-content { 
  height: 100vh;
  overflow: auto;
}

.editor-right {
  /* border-color: #c4c4c4 !important; */
  border-color: #ffffff !important;
  border-bottom: 0!important;
  border-top: 0!important;
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
  border-radius: 10px;
}
.editor-right #input-title{font-weight: 700!important;}
.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
  border-color: #e9ecef !important;
}

.ck-content {
  padding: 50px 100px!important;
  font-size:14px;

}
.ck-focused { 
  border: none !important;
  box-shadow: none !important;
}
.ck-content h1{
  font-size: 36px !important;
  padding-bottom: 30px;
  text-align: center !important;
}
.btn-editorAction{
  width: 100px;
  border:1px solid #ccc;
  background-color: #fff;
  font-weight: bold;
}
.ck-content h1{
  font-size: 24px !important;
  font-weight: 600;
  padding-bottom: 30px;
  color:#010101;
  text-align: left;
}
.ck-content h2{
  font-size: 20px !important;
  font-weight: 600;
  padding-bottom: 20px;
  color:#010101;
  text-align: left;
}
.ck-content h3{
  font-size: 20px !important;
  font-weight: 600;
  padding-bottom: 20px;
  color:#010101;
  text-align: left;
}
.ck-content i,
.ck-content b,
.ck-content strong,
.ck-content p,
.ck-content ul,
.ck-content li,
.ck-content span,
.ck-content div{
  font-size: 16px;
  line-height:28px;
  color:#010101;
}
.ck-content ul{
  list-style-type: square;
  padding-left:20px;
}
.ck-content p,
.ck-content div{
  margin-bottom: 10px;
}
.ck-content strong{
  font-size: 16px;
  line-height:28px;
  color:#010101;
  font-weight: bold;
}
.ck-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px  #354ae288;
	border-radius: 1px;
	background-color: #fff;
}

.ck-content::-webkit-scrollbar
{
	width: 2px;
	background-color: #fff;
}

.ck-content::-webkit-scrollbar-thumb
{
	border-radius: 1px;
	-webkit-box-shadow: inset 0 0 1px #354ae288;
	background-color: #555;
}

.swal2-content h3{
  font-weight: bold;
  font-size: 18px;
}
.displayEditor{
  display: flex;
  width: 100%;
  max-width:1280px;
  margin:10px auto 20px;
  flex-direction: row;
}
.displayEditor .col-300px{
  flex: 0 0 360px;
  padding:15px;
  margin:0 auto;
}
.displayEditor .col-full{
  flex:1;
  padding-left:10px;
  
}
.caption-type span{
  font-size: 11px;
  font-style: italic;
  padding-top:5px;
}
.WWYSIWYG_Editor{
	max-width:840px;
}
.col-full .listMyDocument,
.col-full .WWYSIWYG_Editor{
  display: none;
}
.displayEditor select.form-control{
  padding-left:10px;
}
.myDocuments thead tr th{
  background: #fff;
  font-weight: bold;
}
.myDocuments thead tr th span{
  font-weight: bold;
}
.tableTitle{
  font-size: 14px;
  font-weight: 400;
}
.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}
.swal2-content .form-check-label{
  margin:5px 0 0 5px;
}

.aiContentTypes{
  height: 400px; 
  width:330px;
  overflow: hidden auto;
}
.aiContentTypes::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 1px #cccccc;
    border-radius: 0px;
    background-color: #F5F5F5;
}

.aiContentTypes::-webkit-scrollbar
{
    width: 2px;
    background-color: #F5F5F5;
}
.btn-postToBlog{
  background-color: #fff;
  border:1px #ccc solid;
  width: 100px;
}
.aiContentTypes::-webkit-scrollbar-thumb
{
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 1px #cccccc;
    background-color: #ccc;
}
@media (min-width: 768px) {
  .pl-md-6, .px-md-6 {
      padding-left: 6rem!important;
  }
}

.group-tab{
  width: 180px;
  margin: auto;
}

.youtubeFix{
  width: 90%;
  max-width: 900px;
  margin: 20px auto 0px;
}
.youtubeVideo {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
  }
 
 .youtubeVideo iframe, .youtubeVideo object, .youtubeVideo embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  }