@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
.hide-desktop {
  display: none !important;
}
.container {
  max-width: 1270px;
}
.alert-error {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}
.TD-blue-button {
  background: #1da1f2;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  padding: 15px 20px;
  display: inline-block;
}
.TD-blue-button:hover {
  background: #222d32;
  color: #fff;
  text-decoration: none;
}
.TD-header #navbarSupportedContent {
  justify-content: center;
}
.TD-header ul.navbar-nav li.nav-item a.nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2e363f;
  padding: 0 15px;
}
.TD-header ul.navbar-nav li.last-menu-button a.nav-link,
.right-menu a {
  background: #1da1f2;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  padding: 15px 20px;
}
.TD-header ul.navbar-nav li.last-menu-button a.nav-link svg,
.right-menu a svg {
  margin-right: 5px;
}
.TD-header ul.navbar-nav li.last-menu-button a.nav-link:hover,
.right-menu a:hover {
  background: #222d32;
  color: #fff;
}

.primary-button-login-homepage {
  background: #2e363f !important;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  padding: 18px 33px !important;
  display: inline-block;
  /* border-radius: 30px; */
}

.primary-button-login-homepage span {
  vertical-align: middle;
}

.primary-button-login-homepage:hover {
  background: #3c434c !important;
  text-decoration: none;
  color: #fff;
  opacity: 1 !important;
}

nav .primary-button-login-homepage {
  padding: 15px 20px !important;
}

.TD-header {
  padding: 20px 0;
}
.TD-header nav.navbar {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
img.header-shape {
  position: absolute;
  top: -30px;
  left: 200px;
}
.TD-header ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #1da1f2;
}
.TD-footer {
  background: #2e363f;
  padding: 100px 0;
  margin: 100px 0 0;
}

.footer-text p {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
  color: #ffffff;
}

.custom-divider {
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  margin: 50px 0px;
}
.footer-menu ul {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.footer-menu ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.footer-menu ul li a:hover {
  text-decoration: none;
  color: #007bff;
}

.blue-button {
  display: flex;
  justify-content: end;
  align-items: center;
}

.blue-button a {
  background: #1da1f2;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  padding: 15px 20px;
}
.blue-button span {
  vertical-align: middle;
}

.blue-button a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.td-copy-right {
  display: flex;
  justify-content: end;
}

.td-copy-right p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}
.footer-row {
  position: relative;
}

.footer-row img.footer-shape {
  position: absolute;
  top: -100px;
  left: 100px;
}

.footer-row img.footer-icon {
  position: absolute;
  top: -176px;
  left: 114px;
}
.home-banner-content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #2e363f;
  margin: 0 0 15px;
}

.home-banner-content p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #657281;
  margin: 0 0 20px;
}
.home-banner-content {
  padding: 0 70px;
}
.grey-bg {
  background: #eef1f6;
  padding: 8vw;
}

.feature-header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1da1f2;
}

.feature-header p {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #2e363f;
  max-width: 480px;
}

.feature-header {
  position: relative;
}

.feature-header:after {
  content: "";
  width: 250px;
  background: #1da1f2;
  border-radius: 10px;
  height: 2px;
  position: absolute;
  left: 500px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.place-icon {
  width: 80px;
  height: 80px;
  left: 910px;
  top: 960px;
  background: #2e363f;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.place-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.place-box-items {
  left: 270px;
  text-align: center;
  background: #ffffff;
  box-shadow: 5px 9px 60px 10px rgba(50, 117, 208, 0.15);
  border-radius: 10px;
  padding: 50px 106px;
  z-index: 9;
}
.place-box-items h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #2e363f;
}
.place-box-items p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #657281;
}
.place-boxes:after {
  position: absolute;
  content: "";
  background: url("../img/birds-img.050d58a92828.png") no-repeat;
  width: 180px;
  height: 236px;
  right: -62px;
  top: -110px;
}
.grey-bg:before {
  position: absolute;
  content: "";
  background: url("../img/dotted-image.940ee2268c62.png") no-repeat;
  width: 180px;
  height: 236px;
  left: -40px;
  top: 300px;
}
.grey-bg:after {
  position: absolute;
  content: "";
  background: url("../img/dotted-small-img.b2e440f94c72.png") no-repeat;
  width: 60px;
  height: 100px;
  right: 30px;
  bottom: 200px;
}
img.top-arrow {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.place-icon img {
  animation-name: myanimation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
@keyframes myanimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.black-bg {
  background: #2e363f;
  padding: 5vw;
}
img.circle-blue {
  position: absolute;
  right: 100px;
  top: -50px;
}
.clean-up-account-step {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 40px;
}

.cleanUp-box h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #1da1f2;
  margin: 0;
}

.cleanUp-box h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  margin: 0;
}

.cleanUp-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.cleanUp-box {
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding: 0px 0 40px;
}

.clean-up-account-step .cleanUp-box:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 40px 0 40px;
}
img.white-dott {
  position: absolute;
  bottom: 50px;
}
.home-testimonial {
  padding: 100px 0;
}

.home-testimonial-row {
  padding: 0 8vw;
}

.home-testimonial-row .feature-header p {
  max-width: 400px;
}
.testimonial-boxes {
  position: relative;
  padding-left: 4vw;
  padding-bottom: 5vw;
}
.testimonial-boxes:after {
  content: "";
  background: url("/static/img/testi-shape.9dcb2080ba2b.svg");
  position: absolute;
  right: 0;
  width: 450px;
  height: 530px;
  background-size: cover;
  top: -70px;
  background-repeat: no-repeat;
  z-index: -1;
}
.testimonial-boxes:before {
  content: "";
  background: url("../img/full-blue-circle.bb1c0b625059.svg");
  position: absolute;
  right: 300px;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  bottom: -100px;
}
.testimonial-box-items {
  background: #1da1f2;
  /* box-shadow: 5px 9px 60px 10px rgba(50, 117, 208, 0.15); */
  border-radius: 10px;
  padding: 25px;
}

.twitter-icon-home {
  text-align: right;
}

.testimonial-box-items > p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  max-width: 80%;
  margin: 30px 0 50px;
}

.user-content-name h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
}

.user-content-name p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.user-img-content img {
  width: 50px;
}

.user-img-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-detail-testi-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-inner-boxes .slick-slide {
  margin: 0 15px;
}
.testimonial-inner-boxes:after {
  position: absolute;
  content: "";
  top: 0;
  width: 50px;
  background: #fff;
  height: 100%;
  left: 0;
  bottom: 0;
}
.testimonial-inner-boxes button.slick-prev.slick-arrow:before {
  content: "";
  background: url("../img/left-arrow.2dd618eea395.svg");
  position: absolute;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 0;
  background-size: cover;
}

.testimonial-inner-boxes button.slick-prev.slick-arrow {
  top: auto;
  bottom: -80px;
  left: 300px;
}
.testimonial-inner-boxes button.slick-next.slick-arrow:before {
  content: "";
  background: url("../img/right-arrow.ba9b150fdceb.svg");
  position: absolute;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 0;
  background-size: cover;
}

.testimonial-inner-boxes button.slick-next.slick-arrow {
  top: auto;
  bottom: -80px;
  right: auto;
  left: 355px;
}

.blue-vector {
  position: absolute;
  left: 20px;
  top: 100px;
  z-index: 11;
  width: 60px;
}

.common-text h3 {
  color: #2e363f;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 25px;
}
.common-text p {
  color: #657281;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
}
.privacy-policy-page .grey-bg:after {
  bottom: 40%;
}
.common-text p a {
  color: #1da1f2;
}
.common-text {
  position: relative;
  padding-right: 20%;
}
.common-text::after {
  position: absolute;
  content: "";
  background: url("../img/birds-img.050d58a92828.png") no-repeat;
  width: 180px;
  height: 236px;
  right: 0px;
  top: 0px;
}
.common-text h4 {
  color: #657281;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(46, 54, 63, 0.3);
  width: auto;
  display: inline-block;
  padding: 0 25px 25px 0;
  margin: 0 0 30px;
}
.white-box-info {
  background: #ffffff;
  box-shadow: 5px 9px 60px 10px rgba(50, 117, 208, 0.15);
  border-radius: 10px;
  padding: 38px;
  margin: 30px 0 0;
}
.white-box-info h3 {
  font-size: 30px;
  font-weight: 700;
  color: #2e363f;
  margin: 0 0 20px;
}
.white-box-info ul {
  margin: 0;
  padding-left: 17px;
}
.white-box-info ul li a {
  color: #1da1f2;
  text-decoration: underline;
}
.white-box-info li {
  color: #657281;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.faq-page .common-text {
  padding-right: 10%;
}

.faq-accordions button.btn-link {
  color: #2e363f;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
  position: relative;
  z-index: 9;
}
.faq-accordions .card {
  background-color: transparent;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  border-left: 0;
  right: 0;
  border-right: 0;
}
.faq-accordions .card-header:first-child {
  border-radius: 0;
}
.faq-accordions .card-header {
  padding: 0;
  margin-bottom: 0;
  color: inherit;
  background-color: transparent;
  border-bottom: none;
  border-top: 1px solid rgba(46, 54, 63, 0.3);
}
.faq-accordions .card-body {
  color: #657281;
  font-size: 16px;
  border-top: 1px solid rgba(46, 54, 63, 0.3);
}
.faq-accordions button.btn-link:hover,
.faq-accordions button.btn-link:focus {
  outline: none;
  text-decoration: none;
}
.faq-accordions {
  margin: 0 0 40px;
}
.faq-accordions .card-body a {
  color: #1da1f2;
  text-decoration: underline;
}
.faq-accordions .card:last-child {
  border-bottom: 1px solid rgba(46, 54, 63, 0.3);
}
.faq-accordions ul {
  padding: 0 0 0 20px;
}
.faq-accordions ul li {
  list-style: none;
  color: #2e363f;
  font-size: 14px;
  margin: 12px 0;
  position: relative;
  padding-left: 23px;
}
.faq-accordions ul li svg {
  position: absolute;
  left: 0;
  top: 7px;
}
.faq-accordions .card-body ol li {
  list-style: disc;
  margin: 10px 0;
}
.faq-page .grey-bg:after {
  bottom: 10%;
}
.faq-page img.top-arrow {
  top: 85%;
  transform: none;
}
.faq-accordions button.btn-link::after {
  content: "\2212";
  position: absolute;
  right: 16px;
  top: 8px;
  color: #2e363f;
  font-size: 23px;
}
.faq-accordions button.btn-link.collapsed::after {
  content: "\002B";
}
.faq-page h2,
.terms-conditions-page h2 {
  color: #2e363f;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 25px;
}

.faq-page h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.faq-page h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  border: none;
  padding: 0px;
  margin: 0px;
}

.terms-conditions-page .white-box-info h2 {
  margin: 0 0 20px;
}

.terms-conditions-page .terms-heading {
  color: #657281;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(46, 54, 63, 0.3);
  width: auto;
  display: inline-block;
  padding: 0 25px 25px 0;
  margin: 0 0 30px;
}

.home-banner-content p a {
  color: #1da1f2;
  text-decoration: underline;
}
.p-small-text {
  color: #657281;
  font-size: 16px;
  border-top: 1px solid rgba(46, 54, 63, 0.3);
  margin: 30px 0 0;
  padding: 25px 0 0;
}
.tweet-contact-form label {
  color: #2e363f;
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.tweet-contact-form .tweet-input-field input,
.tweet-contact-form textarea,
.tweet-contact-form .tweet-input-field select {
  color: #657281;
  font-size: 16px;
  padding: 15px 20px;
  line-height: 1;
  height: auto;
  background: #eef1f6;
  border-radius: 6px;
  border: none;
  width: 100%;
  position: relative;
}
.tweet-contact-form .tweet-input-field input:focus {
  outline: none;
}
.tweet-input-field {
  margin: 0 0 30px;
  position: relative;
}
.tweet-input-field span {
  position: absolute;
  left: 0;
  top: 0;
  background: #1da1f2;
  border-radius: 6px 0px 0px 6px;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  padding: 3px 12px;
}
.tweet-contact-form .tweet-input-field span + input {
  padding-left: 65px;
}
.tweet-contact-form textarea {
  height: 160px;
  resize: none;
}

#delete-tweets-by-id .tweet-contact-form textarea {
  height: 300px;
  resize: vertical;
}
.tweet-submit-btn {
  margin: 30px 0 0;
}
.tweet-submit-btn input[type="button"] {
  background: #1da1f2;
  border-radius: 4px;
  border: none;
  color: #fff;
  padding: 17px;
  line-height: 1;
  min-width: 180px;
  font-size: 18px;
}
.tweet-submit-btn input[type="submit"] {
  background: #1da1f2;
  border-radius: 4px;
  border: none;
  color: #fff;
  padding: 17px;
  line-height: 1;
  min-width: 180px;
  font-size: 18px;
}

.tweet-submit-btn-exclude .exclude-tweets-btn,
.list-task-twt-del-btn {
  background: #1da1f2;
  border-radius: 4px;
  border: none;
  color: #fff;
  padding: 17px;
  line-height: 1;
  min-width: 180px;
  font-size: 18px;
  margin: 0px;
}

.tweet-submit-btn-exclude .exclude-tweets-btn:hover,
.list-task-twt-del-btn:hover {
  cursor: pointer;
  background: #1da1f2;
  border: none;
  color: #fff;
}

.contact-page .grey-bg:after {
  display: none;
}
.contact-page .grey-bg::before {
  position: absolute;
  content: "";
  background: url("../img/birds-img.050d58a92828.png") no-repeat;
  width: 180px;
  height: 236px;
  right: 50px;
  top: 50px;
  left: inherit;
}
.contact-page .feature-header:after {
  content: "";
  width: 250px;
  background: #1da1f2;
  border-radius: 10px;
  height: 2px;
  position: absolute;
  left: 250px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tw-eraser-dashboard-main {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.tw-eraser-dashboard-main a:hover {
  text-decoration: none;
}
.tw-eraser-dashboard-left-sidebar {
  background: #2e363f;
  width: 22%;
  padding: 50px 40px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
.tw-top-sec {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.tw-top-sec .tw-user-img {
  width: 30px;
  background: #fff;
  border-radius: 50%;
  margin-right: 15px;
  height: 30px;
}

.tw-top-sec .tw-user-img img {
  width: 60px;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
.tw-top-sec h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.tw-top-sec h5 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.tw-plan-info span {
  color: #eef1f6;
  font-size: 12px;
  font-weight: 400;
  margin-right: 20px;
}
.tw-plan-info span.tw-current-plan {
  background: #363f48;
  border-radius: 6px;
  padding: 4px 6px;
}
.tw-eraser-dashboard-left-sidebar hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 50px 0;
}
.tw-services ul {
  margin: 0;
  padding: 0;
  display: block;
  border: none;
}
.tw-services ul li {
  list-style: none;
}
.tw-services ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 20px 30px;
  display: flex;
  margin: 0 -40px;
  border-left: 8px solid transparent;
  align-items: center;
  justify-content: space-between;
}
.tw-services ul li a.active {
  color: #1da1f2;
  border-left: 8px solid #1da1f2;
}
.tw-services ul li a:hover {
  background: #363f48;
  color: #fff;
}
.tw-services {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 50px;
}
.tw-bottom-links {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.tw-bottom-links a {
  color: #fff;
  margin: 0 10px;
}
.tw-bottom-logo {
  text-align: center;
  margin: 60px 0 30px;
}
.tw-copyright {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 0 20px;
  text-align: center;
}
.tw-services ul li a svg {
  color: #fff;
  fill: #fff;
}
.tw-services ul li #account-option svg {
  color: #2f363f;
  fill: #2f363f;
  stroke: #fff;
}

.tw-bottom-links a.active {
  color: #1da1f2;
}
.tw-services ul li a.active svg {
  color: #000;
  fill: #1da1f2;
}

.tw-services ul li #account-option.active svg {
  color: #1da1f2;
  stroke: #1da1f2;
}
.tw-eraser-dashboard-right {
  width: 100%;
  padding: 80px 60px;
  min-height: 100vh;
  padding-left: 27%;
}
.tw-eraser-dashboard-right h3 {
  color: #2e363f;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid rgba(46, 54, 63, 0.3);
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 80px;
}
.tw-eraser-dashboard-right h3::after {
  content: "";
  position: absolute;
  right: -7px;
  width: 113px;
  height: 130px;
  background-size: auto;
  top: -20px;
}
.tw-eraser-dashboard-right #premium-page {
  border-bottom: 1px solid rgba(46, 54, 63, 0.3);
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 80px;
}

.tw-eraser-dashboard-right #premium-page .premium-heading {
  color: #2e363f;
  font-size: 30px;
  font-weight: 700;
}

.tw-eraser-dashboard-right .tweet-contact-form .tweet-input-field input,
.tw-eraser-dashboard-right .tweet-contact-form .tweet-input-field select {
  background: #eef1f6;
}

.tw-eraser-dashboard-right
  .contact-page
  .tweet-contact-form
  .tweet-input-field
  input,
.tw-eraser-dashboard-right
  .contact-page
  .tweet-contact-form
  .tweet-input-field
  select {
  background: #fff;
}

.tw-eraser-dashboard-right .input-side-info {
  font-size: 14px;
  color: #657281;
  font-weight: 400;
}
.tw-eraser-dashboard-right .tweet-input-field .input-side-info {
  margin: 15px 0 0;
}
.tw-input-consent {
  position: relative;
  color: #657281;
  font-size: 16px;
  padding-left: 25px;
}
.tw-input-consent input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}
.tw-input-consent label {
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  margin: 0;
  background: #eef1f6;
  border-radius: 3px;
}
.tw-input-consent input[type="checkbox"]:checked + label::before {
  content: "L";
  font-size: 15px;
  position: absolute;
  left: 4px;
  -ms-transform: scaleX(-1) rotate(-35deg);
  -webkit-transform: scaleX(-1) rotate(-35deg);
  transform: scaleX(-1) rotate(-43deg);
  top: -4px;
}
.tw-input-consent a {
  color: #1da1f2;
  text-decoration: underline;
}
.tw-eraser-dashboard-right .tweet-submit-btn i {
  position: absolute;
  left: 21px;
  top: 17px;
  color: #fff;
}
.tw-eraser-dashboard-right .tweet-submit-btn {
  position: relative;
  margin: 40px 0 0;
}
.tw-eraser-dashboard-right .tweet-submit-btn input[type="button"] {
  padding-left: 45px;
  cursor: pointer;
}

.tw-eraser-dashboard-right .tweet-submit-btn input[type="submit"] {
  /* padding-left: 45px; */
  cursor: pointer;
}

.premium-plan-main {
  margin: 50px 0;
}
.premium-white-box {
  padding: 0;
}
.premium-plan-boxes {
  display: flex;
  margin: 100px 0 0;
  flex-wrap: wrap;
}
.premium-plan-boxes .premium-plan-box {
  flex: 0 0 33.33%;
  background: #fff;
  padding: 30px 20px;
  position: relative;
  border: 1px solid #e0e0e0;
}
.premium-plan-boxes .premium-plan-box h4 {
  font-size: 18px;
  text-align: center;
  color: #2e363f;
  font-weight: 700;
}
.premium-pricing-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  color: #7a7a7a;
  font-weight: 400;
  margin: 0 0 20px;
  white-space: nowrap;
}
.premium-pricing-box span.premium-pricing-box-currency {
  font-size: 2.5em;
  font-weight: 600;
  color: #000;
}
.premium-pricing-box span.premium-pricing-box-price {
  font-size: 2.5em;
  font-weight: 600;
  margin: 0 7px;
  color: #000;
}
.premium-plan-box hr {
  border: none;
  border-top: 1px solid rgba(46, 54, 63, 0.2);
}
.subscribe-btn {
  border: 1px solid #1da1f2;
  border-radius: 4px;
  width: 100%;
  color: #1da1f2;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 10px;
  background: none;
  margin: 25px 0;
  background: #1da1f2;
  color: #fff;
}
.premium-price-list ul {
  margin: 0;
  padding: 0;
}
.premium-price-list ul li {
  list-style: none;
  color: #000;
  font-size: 14px;
  margin: 15px 0;
  display: flex;
  align-items: baseline;
}
.premium-price-list ul li i {
  margin-right: 10px;
}
.premium-price-list {
  margin: 25px 0 0;
}
.premium-plan-boxes .premium-plan-box.most-popular{
  border: 3px solid #1da1f2;
}
.premium-plan-boxes .premium-plan-box .most-popular {
  border-radius: 12px 12px 0px 0px;
  background: #1da1f2;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 13px 5px;
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  margin: 0 -3px;
}
.premium-free-plan {
  display: flex;
  border-top: none;
  align-items: center;
  background: #fff;
  padding: 30px;
  text-align: center;
  margin: 50px 0 0;
  border: 1px solid #e0e0e0;
}
.premium-free-plan .premium-free-plan-box {
  flex: 0 0 33.33%;
  padding: 0 25px;
  background: #fff;
}
.premium-free-plan .premium-free-plan-box h2 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
}
.premium-free-plan .premium-free-plan-box p {
  margin: 0;
  font-size: 14px;
}
.premium-free-plan .premium-free-plan-box p i {
  color: #1da1f2;
  margin-right: 10px;
}
.premium-free-plan .premium-free-plan-box:first-child {
  text-align: left;
  padding: 0 0 0 10px;
}
.premium-build-annually {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #7a7a7a;
  letter-spacing: 0.1em;
  margin: 0px 0 30px 0;
  display: none;
  font-weight: 300;
}
.premium-save-priice {
  text-align: center;
  color: #2e363f;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
.premium-plan-switch {
  max-width: 300px;
  margin: 20px auto;
  border-radius: 10px;
  background: #546475;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.premium-plan-switch label {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  width: 50%;
  text-align: center;
  position: relative;
  padding: 12px;
  border-radius: 7px;
  cursor: pointer;
  margin: 0px;
}
.premium-plan-switch label.selected {
  background: #1da1f2;
}
.delete-likes-progress h5 {
  color: #1da1f2;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
}
.likes-tweets-progress h6 {
  color: #2e363f;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}
.likes-tweets-completed {
  background: #a7c2e0;
  height: 48px;
  border-radius: 6px;
  padding: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
}
.likes-tweets-completed-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1da1f2;
}
.likes-tweets-completed span {
  position: relative;
  z-index: 11;
}
.likes-tweets-progress {
  width: 75%;
}
.delete-likes-progress h5 img {
  max-width: 20px;
  margin: 0 0 0 5px;
}
.delete-likes-progress {
  display: none;
}
.tw-tasks-tab table {
  width: 90%;
  margin-bottom: 50px;
}
.tw-tasks-tab table td {
  color: #657281;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 20px;
  border-bottom: 1px solid #657281;
}
.tw-tasks-tab table td:first-child {
  border-left: 1px solid #657281;
}
.tw-tasks-tab table td:last-child {
  border-right: 1px solid #657281;
}
.tw-tasks-tab table th {
  background: #2e363f;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 20px;
}
.tab-pane .home-banner-content {
  padding: 0;
}
.tab-pane .home-banner-content p {
  font-size: 16px;
  line-height: 1.5;
}
.tab-pane .grey-bg {
  background: #eef1f6;
  padding: 6vw;
}
.tw-eraser-dashboard-right
  .tweet-contact-form.loggedin-pages
  .tweet-input-field
  input,
.tw-eraser-dashboard-right
  .tweet-contact-form.loggedin-pages
  .tweet-input-field
  select {
  background: #fff !important;
}
.tw-eraser-dashboard-right .white-box-info h3,
.tw-eraser-dashboard-right .common-text h3 {
  margin: 0 0 20px;
  border: none;
  padding: 0;
}
.tw-eraser-dashboard-right .white-box-info h3::after,
.tw-eraser-dashboard-right .common-text h3::after {
  display: none;
}
.tw-eraser-dashboard-right .common-text {
  padding-right: 0;
}
.tw-bottom-links .nav-tabs {
  justify-content: center;
  border: none;
}
.mobile-bottom-tabs,
.mobile-logout,
.mobile-dashboard-toggle {
  display: none;
}
button:hover,
button:focus {
  outline: none;
}

.mode-description {
  background: #ffffff;
  box-shadow: 0px 10px 30px 10px rgba(66, 105, 149, 0.05);
  border-radius: 10px;
  padding: 0px;
  border: none;
  margin-bottom: 30px;
}

.mode-description .card-header {
  background: #fff !important;
  box-shadow: 0px 10px 30px 10px rgba(66, 105, 149, 0.05);
  border-radius: 10px 10px 0px 0px;
  padding: 25px 20px 25px 30px;
}

.mode-info .card-header {
  background: #b8daff !important;
}

.mode-description .card-header .card-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #2e363f;
  margin: 0px;
}

.mode-info .card-header .card-title {
  color: #004085;
}

.mode-description .card-body {
  background: #fff !important;
  box-shadow: 0px 10px 30px 10px rgba(66, 105, 149, 0.05);
  border-radius: 0px 0px 10px 10px;
  padding: 16px 20px 30px 30px;
  font-size: 16px;
  color: #657281;
}

.mode-info .card-body {
  background: #cce5ff !important;
  color: #004085;
}

.mode-description .card-body a {
  color: #1da1f2;
  text-decoration: underline;
}

.mode-description .plan-text {
  font-size: 16px;
  color: #657281;
}

.tw-tasks-in-prog-tab .heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #1da1f2;
  margin-bottom: 30px;
}

.tw-tasks-in-prog-tab #progress_spinner {
  border-width: 0.15em;
  width: 1.3em;
  height: 1.3em;
}

.tw-tasks-in-prog-tab .subheading {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #2e363f;
  margin-bottom: 20px;
}

.tw-tasks-in-prog-tab .progress-bar-div #progress_bar {
  height: 3rem;
  background-color: #a7c2e0;
}

.tw-tasks-in-prog-tab .progress-bar-div #progress_bar .progress-bar,
.tw-tasks-in-prog-tab .progress-bar-div #progress_bar .task-progress-bar {
  background: #1da1f2;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
.tw-tasks-in-prog-tab .message-div {
  font-size: 16px;
  line-height: 20px;
  color: #657281;
  margin-top: 20px;
}

.tw-tasks-in-prog-tab #progress_message,
.tw-tasks-in-prog-tab #task_description {
  color: #657281;
}

#delete-tweets h3 {
  margin: 0 0 50px;
}

.delete-tweet-btn {
  padding-left: 45px !important;
}

.success-message-page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-content {
  max-width: 50%;
  text-align: center;
}

.success-content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #2e363f;
  margin: 40px 0 20px;
}

.success-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #657281;
}

.success-content .button {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background: #1da1f2;
  border-radius: 4px;
  display: inline-block;
  padding: 15px 40px;
  margin: 30px 0 0;
}

.saving-badge {
  background: #363f48;
  border-radius: 6px;
  padding: 4px 6px;
  color: #eef1f6;
  font-size: 12px;
  font-weight: 400;
  margin-right: 20px;
  cursor: pointer;
}

.selected-membership-text {
  text-align: center;
  padding: 40px;
}

.subscribe-btn:hover {
  cursor: pointer;
}

#delete-tweets-by-id h3 {
  margin-bottom: 30px;
}
#delete-tweets-by-id .input-top-info {
  font-size: 16px;
  color: #657281;
  font-weight: 400;
}
#delete-tweets-by-id .input-top-info a {
  text-decoration: underline;
  color: #1da1f2;
}

#delete-tweets-by-id .input-top-info a:hover {
  text-decoration: underline;
  color: #1da1f2;
  cursor: pointer;
}

#delete-tweets-by-id .tweet-contact-form {
  margin-top: 50px;
}

.stop-auto-task {
  color: #007bff !important;
}

/***************deletion-page-css*****************/
.deletion-main-box {
  border: 1px solid #657281;
  background: #fff;
  width: 85%;
}

.deletion-task-head {
  background: #2e363f;
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.deletion-plan-head {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.deletion-plan-status {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-active {
  border-radius: 4px;
  background: #46d68c;
  color: #2e363f;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  padding: 5px;
}
.deletion-task-progress .progress-bar,
.deletion-task-progress .task-progress-bar {
  font-size: 0px;
  border-radius: 100px;
  background: #46d68c;
}
.deletion-task-progress .progress {
  border-radius: 100px;
  background: #cff3e1;
  height: 24px;
}

.deletion-premium-plan {
  border-radius: 10px;
  background: #ebf7ff;
  padding: 40px 45px;
  color: #2e363f;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.deletion-premium-plan a {
  color: #1da1f2;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-decoration-line: underline;
}
.deletion-inner-box {
  display: flex;
  flex-flow: column;
  gap: 30px;
  padding: 30px 40px;
}
.custom-tooltip {
  position: relative;
  top: -2px;
}

.custom-tooltip::before,
.custom-tooltip::after {
  opacity: 0;
  visbility: hidden;
  margin-top: -0.5em;
}
.custom-tooltip::before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  bottom: 32px;
  left: 50%;
  margin-left: 0;
  width: 180px;
  text-align: center;
  border-radius: 4px;
  background: #1ea1f1;
  color: white;
  font-size: 0.8em;
  line-height: 1.1;
  padding: 10px 15px;
  transform: translateX(-50%);
  visibility: hidden;
}
.custom-tooltip::after {
  content: "";
  border: 7px solid transparent;
  border-top-color: #1ea1f0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.custom-tooltip:hover {
  cursor: pointer;
}

.custom-tooltip:hover::before,
.custom-tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}
.deletion-monthly-content {
  color: #2e363f;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.deletion-monthly-limit-number {
  color: #2e363f;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.deletion-monthly-limit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
.custom-select-new {
  position: relative;
  display: inline-block;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select-new {
  position: relative;
  display: inline-block;
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: auto;
  padding: 0 35px 0 0px;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  cursor: pointer;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-options:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.custom-option {
  position: relative;
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 15px;
  font-weight: 600;
  color: #2f363f;
  line-height: normal;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-select-new.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  z-index: 9;
}
.deletion-history-list ul {
  list-style: none;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #e7ebef;
  background: #fff;
  padding: 20px 25px;
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.deletion-history-list ul li {
  border-bottom: 1px solid #e7ebef;
  padding-bottom: 15px;
}

.deletion-history-list ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.deletion-history-list ul li {
  color: #2e363f;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.deletion-history-list ul li span {
  color: #717a7f;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 7px;
  text-align: right;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.change-history-filter {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 2px 7px;
  border-radius: 6px;
}
.disabled-btn {
  opacity: 0.5;
  pointer-events: none;
}
.detetion-tweet-containg {
  color: #2e363f;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.detetion-serach-filter input {
  border-radius: 6px;
  background: #eef1f6;
  color: #454545;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  padding: 12px 27px;
  width: 100%;
  border: 0px;
}

.detetion-serach-filter input::placeholder {
  color: #717a7f;
}

.detetion-serach-filter input:focus {
  outline: none;
  box-shadow: none;
}

.deletion-filter-list {
  color: #2e363f;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /***please-use-display-flex-when-show-filter*******/
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  position: relative;
  margin-top: 20px;
  padding-right: 120px;
  margin-bottom: 30px;
  display: flex;
}
.deletion-clear-filter {
  position: absolute;
  right: 0;
  color: #1da1f2;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}
.deletion-clear-filter:hover {
  color: #1da1f2;
  text-decoration: none;
}
.deletion-filter-list span {
  border-radius: 5px;
  background: #e7e9ed;
  color: #2e363f;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 5px 10px;
}

.deletion-filter-list span a {
  color: #1da1f2;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.deletion-tweet-fetching {
  border-radius: 10px;
  background: #fffbf9;
  color: #ff6e30;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 0;
}

.run-auto-deletion-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.run-auto-deletion-btns button {
  border-radius: 4px;
  border: 2px solid #1da1f2;
  background: #fff;
  width: 100%;
  color: #1da1f2;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 0;
  cursor: pointer;
}

.deletion-showing-entry {
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2e363f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  padding: 10px 0;
  margin: 0 0 30px;
}
.deletion-showing-entry .custom-select-trigger {
  color: #2e363f;
  font-size: 16px;
  line-height: 34px;
}

.deletion-showing-entry .custom-select-trigger:after {
  border-color: #2e363f;
}

.deletion-history-serach {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.search-tweets-btns {
  border-radius: 4px;
  border: 1px solid #1da1f2;
  background: #1da1f2;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 16px 15px;
  cursor: pointer;
}
.custom-modal-body {
  padding: 40px;
}
.custom-modal-body button.close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  padding: 0;
  border: 0;
  opacity: 1;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.search-tweets-modal-icon {
  display: flex;
  justify-content: center;
  margin: 20px 0 30px;
}
.search-tweets-modal-form {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin: 30px 0 0;
}
.modal-form-group {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.modal-form-group label {
  color: #2e363f;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.modal-form-group select {
  color: #2e363f;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  padding: 10px 10px;
  appearance: none;
  background-image: url("../img/select-bg.4d41e895f8d8.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
  border-radius: 5px;
  border: 1px solid #e7ebef;
  background-color: #eef1f6;
  height: 40px;
}
.custom-modal-body button {
  border-radius: 4px;
  border: 1px solid #1da1f2;
  background: #1da1f2;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 10px 0;
  cursor: pointer;
}
#run-auto-task.show,
#delete-tweets-task.show {
  background: rgb(1 1 1 / 40%);
  z-index: 999999;
}
.modal-form-group select:focus,
.modal-form-group input:focus {
  outline: none;
  box-shadow: none;
}

.modal-form-group input {
  border-radius: 5px;
  border: 1px solid #e7ebef;
  background: #eef1f6;
  color: #393939;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  height: 40px;
  padding: 10px;
}

.modal-form-group input[type="checkbox"] {
  border-radius: 5px;
  border: 1px solid #e7ebef;
  background: #eef1f6;
  color: #393939;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  height: 20px;
  padding: 10px;
  margin-right: 5px;
  vertical-align: middle;
}

.modal-form-group input::placeholder {
  color: #657281;
}
.search-tweets-modal-form p {
  color: #657281;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.search-tweets-modal-form p a {
  color: #1da1f2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.search-tweets-modal-form p strong {
  color: #657281;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.search-tweets-modal-form p a:hover {
  color: #1da1f2;
  text-decoration: none;
}
.search-tweets-modal-form p input#terms,
.search-tweets-modal-form p input#termsn {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.search-tweets-modal-form p label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.search-tweets-modal-form p label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #eef1f6;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}

.search-tweets-modal-form p input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 7px;
  height: 12px;
  border: solid #343434;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.stop-automatic-task {
    color: #ff6e30;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 4px;
    background: #ffc8b0;
    border: 0px;
    padding: 0 15px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 !important;
}
.stop-automatic-task:hover {
  color: #ff6e30;
}

.tweet-reply-retweets ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.tweet-reply-retweets ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7ebef;
  border-bottom: 1px solid #e7ebef;
  padding: 15px 0;
}

.tweet-reply-retweets ul li span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2e363f;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tweet-type-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tweet-type-option-check input,
.deletion-history-list ul li span.delete_tweets_custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.tweet-type-option-check label,
.deletion-history-list ul li span.delete_tweets_custom-checkbox label {
  position: relative;
  cursor: pointer;
  margin: 0;
  /* Select All */
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #2e363f;
}

.tweet-type-option-check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #717a7f;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 2px;
}

.tweet-type-option-check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.tweet-type-option-check input:checked + label:before,
.deletion-history-list
  ul
  li
  span.delete_tweets_custom-checkbox
  input:checked
  + label:before {
  background: #1ea1f1;
  border-color: #1ea1f1;
}

.tweet_type-dropdown {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #2e363f;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tweet_type-dropdown select {
  /* Frame 626076 */
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px;
  border: 1px solid #e7ebef;
  border-radius: 5px; /* Retweets */
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height, or 125% */
  color: #2e363f;
}

.deletion-history-list ul li span.delete_tweets_custom-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #717a7f;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0px;
  border-radius: 2px;
}
.deletion-history-list
  ul
  li
  span.delete_tweets_custom-checkbox
  input:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.deletion-history-list ul li span button {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #1da1f2;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  background: #ffffff;
  border: 2px solid #1da1f2;
  border-radius: 4px;
  cursor: pointer;
}
.delete_archived_tweets_modal {
  z-index: 9999999999999;
}

.delete_archived_tweets_modal .modal-body {
  padding: 40px;
  text-align: center;
}

.custom-modal-body h2 {
  color: #2e363f;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.delete_archived_tweets_modal .modal-body h2,
#delete-task-for-selected-tweets .modal-body h2,
#delete-task .custom-modal-body h2
{
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  /* identical to box height */
  text-align: center;
  color: #2e363f;
  margin: 20px 0 10px;
}

.delete_archived_tweets_modal .modal-body p,
#delete-task-for-selected-tweets .modal-body p,
#delete-task .modal-body p
 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #717a7f;
  margin: 0 0 20px;
}

.delete_tweets_items ul {
  list-style: none;
  margin: 0;
  text-align: left;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e7ebef;
  border-radius: 10px;
  padding: 5px 15px;
}

.delete_tweets_items ul li {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #2e363f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #e7ebef;
  padding: 10px 0 10px;
}

.delete_tweets_items .tweet-text-span {
  width: 80%;
}

.delete_tweets_id {
  display: flex;
  flex-flow: column;
  gap: 15px;
  overflow-y: scroll;
  height: 230px;
  padding-right: 30px;
}

#delete-task .delete_tweets_id {
  overflow-y: auto;
  padding-right: 0px;
}

.delete_tweets_items ul li span {
  /* Hello World */
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #717a7f;
}

.delete_tweets_items ul li:last-child {
  border: 0px;
}

.delete_tweets_id::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: #e0e6f0;
}

.delete_tweets_id::-webkit-scrollbar {
  width: 7px;
  background-color: #e0e6f0;
  border-radius: 100px;
}

.delete_tweets_id::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #1da1f2;
}

.delete_tweets_term label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #657281;
  text-align: left;
  position: relative;
  cursor: pointer;
}

.delete_tweets_term {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 15px 0;
}

.delete_tweets_term input {
  padding: 0px;
  margin-bottom: 0;
  margin-top: 7px;
}

.delete_tweets_term input:checked + label:before {
  background: #1ea1f1;
  border-color: #1ea1f1;
}

.delete_tweets_term label a {
  color: #1ea1f0;
}

.delete_tweets_confirms button {
  background: #1da1f2;
  display: block;
  width: 100%;
  border: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  height: 50px;
  border-radius: 5px;
}
#tw-archive_tweets .delete_archived_tweets_modal .modal-body button.close {
  position: absolute;
  top: 15px;
  right: 22px;
  opacity: 1;
}
#tw-archive_tweets .delete_archived_tweets_modal .modal-content {
  border: 0px;
  border-radius: 10px;
}
#tw-archive_tweets .change-history-filter {
  padding: 0;
  border: 0;
}
.disabled-archived {
  background: #ffffff;
  opacity: 0.4;
  border: 2px solid #1da1f2;
  border-radius: 4px;
  pointer-events: none;
}

.save-success-deleted-tweets {
  margin: 60px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 85%;
}
.save-success-deleted-tweets-item,
.save-success-deleted-tweets-inner {
  background: #fff;
  border-radius: 10px;
  padding: 50px 30px;
  box-shadow: 0px 10px 30px 10px rgba(66, 105, 149, 0.1);
}
.save-success-deleted-tweets-item svg {
  margin: 0 auto;
  display: table;
}

.save-success-deleted-tweets-item h4 {
  /* Save and access deleted posts / tweets */
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #2e363f;
  margin: 20px 0;
}

.save-success-deleted-tweets-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #717a7f;
}

.save-success-deleted-tweets-item .summary-deleted-tweets {
  box-sizing: border-box;
  background: #eef1f6;
  border: 1px solid #a1a9b3;
  box-shadow: 0px 10px 30px 10px rgba(66, 105, 149, 0.05);
  border-radius: 10px;
  text-align: left;
  padding: 30px;
  margin: 30px 0 0;
}

.save-success-deleted-tweets-item .summary-deleted-tweets svg {
  display: block;
  margin: 0;
}

.save-success-deleted-tweets-item .summary-deleted-tweets p {
  text-align: left;
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #717a7f;
}

.save-success-deleted-tweets-item h3 {
  /* Standard Plan */
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #2e363f;
}
.save-success-deleted-tweets-inner h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #2e363f;
  margin: 0 0 20px;
  text-align: center;
}

.save-success-deleted-tweets-inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #657281;
  margin: 10px 0 20px;
  text-align: center;
}
.save-success-deleted-tweets-plan {
  position: relative;
}

.save-success-deleted-tweets-plan input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.save-success-deleted-tweets-plan label {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background: #ffffff;
  border: 2px solid #dae0e7;
  border-radius: 7px;
  padding: 20px;
  position: relative;
}

.save-success-deleted-tweets-plan label svg {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}

.save-success-deleted-tweets-plan label p {
  /* Billed Annually */
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #6572819e;
  margin: 0 0 20px;
  text-align: left;
}

.save-success-deleted-tweets-price {
  /* $6.99 */
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #6572819e;
  position: relative;
}

.save-success-deleted-tweets-price span {
  font-size: 14px;
  font-weight: 500;
}

.save-annually-price {
  flex-direction: row;
  justify-content: center;
  padding: 3px 10px;
  gap: 10px;
  position: absolute;
  background: #ffe5c0;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2e363f;
  right: 0;
  bottom: 0;
}
.save-success-deleted-tweets-plan input:checked + label svg {
  display: block;
}

.save-success-deleted-tweets-plan input:checked + label {
  border-color: #1da1f2;
}

.save-success-deleted-tweets-plan input:checked + label p {
  color: #657281;
}

.save-success-deleted-tweets-plan
  input:checked
  + label
  .save-success-deleted-tweets-price {
  color: #2e363f;
}
.save-success-deleted-tweets-inner button {
  border-radius: 4px;
  border: 1px solid #1da1f2;
  background: #1da1f2;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 15px 0;
  cursor: pointer;
  width: 100%;
  margin: 20px 0 0;
}
.save-success-deleted-tweets-inner button:hover,
.save-success-deleted-tweets-inner button:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
}
p.text-center.switch-pera {
  margin: 15px 0;
}
#save-success-deleted-tweets .modal-body {
  padding: 50px 80px;
}

#save-success-deleted-tweets .modal-body button.close {
  position: absolute;
  top: 20px;
  right: 30px;
  opacity: 1;
}

#save-success-deleted-tweets .modal-body h2 {
  text-align: center;
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.chargable-price {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2e363f;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  gap: 20px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #e7ebef;
  margin: 20px 0 20px;
}

.success-deleted-tweets-modal-button {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

button.proceed_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 10px;
  background: #1da1f2;
  border-radius: 4px;
  border: 0px; /* Proceed */
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  cursor: pointer;
}
button.cancel_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 10px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  border: 2px solid #1da1f2;
  background: #fff;
  color: #1da1f2;
  cursor: pointer;
}
button.cancel_button:focus,
button.proceed_button:focus {
  outline: none;
  box-shadow: none;
}

/***************deletion-page-css-end************/

@media only screen and (max-width: 980px) {
  button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  button.navbar-toggler svg.close-menu {
    opacity: 0;
    display: none;
    visibility: hidden;
    transition: 0.5s;
    height: 16px;
  }

  button.navbar-toggler[aria-expanded="true"] svg.open-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }

  button.navbar-toggler[aria-expanded="true"] svg.close-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
  }

  svg.open-menu {
    transition: 0.5s;
  }
  .hide-desktop {
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }

  .success-content {
    max-width: 100%;
  }
  /***********deletion-page-media-css***********/
  .deletion-main-box {
    width: 100%;
  }
  /***********deletion-page-media-end************/
  .save-success-deleted-tweets {
    max-width: 100%;
  }
  .deletion-filter-list {
    display: flex;
  }
  .tw-services ul li a {
    font-size: 14px;
  }
  .stop-automatic-task {
      margin: 20px 0 0;
  }
  .tw-tasks-in-prog-tab.col-md-7 {
      margin-top: 30px !important;
  }
}

.currency-dropdown-menu {
  height: 200px !important;
  overflow: scroll !important;
}

.order-by-select {
  border: none;
  font-size: 18px;
  color: #2e363f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

@media screen and (max-width: 767px) {
  img.header-shape {
    display: none;
  }
  .TD-header #navbarSupportedContent {
    background: #2e363f;
    margin: 0 -15px;
    padding: 40px 0 50px;
  }
  .TD-header ul.navbar-nav li.nav-item a.nav-link {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    text-align: center;
  }
  li.nav-item.last-menu-button.hide-desktop {
    text-align: center;
  }
  .TD-header ul.navbar-nav li.last-menu-button a.nav-link {
    display: inline-block;
    line-height: 1;
    margin: 25px 0 0;
  }
  .home-banner-content {
    padding: 0;
    text-align: center;
  }
  .home-banner-content h1 {
    font-size: 35px;
    line-height: 1.3;
  }
  .home-banner-content p {
    font-size: 18px;
    line-height: 1.3;
  }
  .banner-image {
    margin: 35px 0 0;
  }
  .place-boxes {
    display: block;
  }
  .grey-bg {
    text-align: center;
    margin: 0 -15px;
  }
  .feature-header:after {
    width: 140px;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 24px auto 0;
    display: inline-block;
  }
  .feature-header {
    margin-bottom: 20px !important;
  }
  .place-box-items {
    padding: 50px 30px;
    margin-bottom: 20px;
  }
  .clean-upaccount-home .black-bg {
    margin: 0 -15px;
    text-align: center;
    padding: 10vw 5vw;
  }
  .clean-up-account-step {
    display: block;
  }
  .cleanUp-box {
    text-align: left;
    border-bottom: 1px solid #fff;
  }
  .clean-up-account-step .cleanUp-box:nth-child(2) {
    border-left: none;
    border-right: none;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .cleanUp-box:last-child {
    border: none;
    padding: 0 0 70px;
  }
  .clean-upaccount-home .black-bg img.white-dott {
    position: absolute;
    bottom: 40px;
    left: 20px;
  }
  .clean-upaccount-home img.circle-blue {
    position: absolute;
    right: 20px;
    top: -27px;
    max-width: 50px;
  }
  .home-testimonial {
    padding: 50px 0;
    text-align: center;
    margin-bottom: 190px;
  }
  .blue-vector {
    display: none;
  }
  .testimonial-inner-boxes:after {
    display: none;
  }
  .testimonial-box-items > p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #ffffff;
    max-width: 100%;
    margin: 20px 0;
    text-align: left;
  }
  .testimonial-boxes {
    padding-left: 0;
  }
  .testimonial-inner-boxes button.slick-next.slick-arrow {
    right: 40%;
    left: inherit;
  }
  .testimonial-inner-boxes button.slick-prev.slick-arrow {
    left: 40%;
  }
  .testimonial-boxes:after {
    width: 348px;
    height: 400px;
    top: 0;
  }
  .testimonial-boxes:before {
    right: 73%;
    width: 60px;
    height: 60px;
  }
  .footer-row img.footer-shape {
    left: 30px;
  }
  .footer-row img.footer-icon {
    left: 44px;
  }
  .TD-footer {
    text-align: center;
  }
  .footer-text p {
    font-size: 30px;
    line-height: 1.3;
  }
  .TD-footer .blue-button {
    justify-content: center;
    margin: 30px 0 0;
  }
  .footer-menu ul {
    justify-content: center;
  }
  .td-copy-right {
    justify-content: center;
    margin: 35px 0 0;
  }
  .place-boxes:after,
  .grey-bg:before,
  .grey-bg:after {
    display: none;
  }
  .common-text {
    text-align: left;
    padding: 0;
  }
  .common-text h3 {
    font-size: 25px;
  }
  img.top-arrow {
    display: none;
  }
  .common-text::after {
    display: none;
  }
  .white-box-info {
    text-align: left;
    padding: 25px;
  }
  .faq-accordions button.btn-link {
    padding: 0.75rem 25px 0.75rem 0;
  }
  .faq-accordions .card-body {
    padding: 1.25rem 0;
  }
  .faq-accordions button.btn-link::after {
    right: 8px;
  }
  .contact-page .feature-header:after {
    position: relative;
    left: 0;
  }
  .tweet-contact-form label {
    text-align: left;
    font-size: 16px;
  }
  .tweet-submit-btn input[type="button"] {
    width: 100%;
  }

  .tweet-submit-btn input[type="submit"] {
    width: 100%;
  }

  .contact-page .grey-bg {
    padding: 20vw 8vw;
  }
  .tw-eraser-dashboard-right h3::after {
    display: none;
  }
  .tw-eraser-dashboard-main {
    display: block;
  }
  .tw-eraser-dashboard-left-sidebar {
    width: 100%;
    padding: 20px 20px;
    position: relative;
    overflow: inherit;
  }
  body.flash-sale-banner-open .tw-eraser-dashboard-left-sidebar {
    top: 0 !important;
  }
  .tw-eraser-dashboard-right {
    width: 100%;
    min-height: inherit;
    padding: 50px 10px 90px;
  }
  .tw-tasks-tab table {
    width: 100%;
  }
  .tw-eraser-dashboard-right h3 {
    margin: 0 0 40px;
  }
  .tw-tasks-tab table td,
  .tw-tasks-tab table th {
    padding: 10px 12px;
  }
  .tw-tasks-tab table th {
    font-size: 14px;
  }
  .tw-tasks-tab table td {
    font-size: 12px;
  }

  .hide-mobile-data {
    display: none;
    position: absolute;
    right: 0;
    z-index: 9999;
    background: #2e363f;
    top: 135px;
    width: 80%;
    padding-bottom: 50px;
  }
  .hide-mobile-data hr {
    display: none;
  }
  .tw-input-consent {
    margin: 30px 0 0;
  }
  .tw-eraser-dashboard-right .input-side-info {
    margin: -13px 0 20px;
  }
  .tw-eraser-dashboard-right .tweet-submit-btn i {
    left: 27%;
  }
  .likes-tweets-progress {
    width: 100%;
  }
  .premium-white-box {
    padding: 0 0px;
  }
  .premium-plan-boxes .premium-plan-box,
  .premium-free-plan .premium-free-plan-box {
    flex: 0 0 100%;
  }
  .premium-free-plan .premium-free-plan-box {
    padding: 0;
  }
  .premium-plan-boxes.selected-box .premium-plan-box:nth-child(2),
  .premium-plan-boxes.selected-box .premium-plan-box:nth-child(5) {
    margin: 80px 0 30px;
  }
  .premium-free-plan {
    margin: 30px 0 0;
    flex-wrap: wrap;
  }
  .premium-free-plan .premium-free-plan-box:first-child {
    text-align: center;
    padding: 0 0 25px;
  }
  .premium-free-plan .premium-free-plan-box h2 {
    margin: 0 0 10px;
  }
  .premium-free-plan .premium-free-plan-box:not(:first-child) {
    padding: 5px 10px;
    display: flex;
  }
  .premium-plan-boxes {
    margin: 50px 0 0;
  }
  .tab-pane .grey-bg {
    margin: 0 -20px;
  }
  .mobile-bottom-tabs {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
    background: #2e363f;
  }
  .mobile-bottom-tabs .tw-services ul {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  .mobile-bottom-tabs .tw-services ul li a {
    margin: 0;
    display: inline-flex;
    border: none;
    border-top: 5px solid transparent;
    padding: 20px 10px;
  }
  .mobile-bottom-tabs .tw-services ul li a.active {
    border-top: 5px solid #1da1f2;
  }
  .mobile-bottom-tabs .tw-services {
    padding: 0;
    margin: 0;
    border: none;
  }
  .mobile-bottom-tabs .tw-services ul li {
    width: auto;
  }
  .mobile-logout {
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
  }
  .mobile-logout a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
  }
  .mobile-logout a svg {
    fill: #fff;
    margin-right: 5px;
  }
  .tw-top-sec h5 {
    font-size: 12px;
  }
  .tw-top-sec h5 span {
    font-size: 10px;
  }
  .tw-top-sec {
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
  }
  .mobile-dashboard-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 90px;
  }
  .mobile-dashboard-toggle button {
    background: no-repeat;
    border: none;
  }
  .mobile-dashboard-toggle .dashboard-close-menu {
    display: none;
  }
  .hide-mobile-data .tw-services ul li a {
    margin: 0 0px;
  }
  .mobile-dashboard-toggle button.open .dashboard-open-menu {
    display: none;
  }
  .mobile-dashboard-toggle button.open .dashboard-close-menu {
    display: block;
    height: 20px;
  }
  /***********deletion-page-media-css*************/
  .deletion-task-head {
    padding: 20px;
  }

  .status-active {
    font-size: 12px;
  }

  .deletion-inner-box {
    padding: 20px;
  }

  .deletion-premium-plan {
    padding: 30px;
    text-align: center;
    font-size: 14px;
  }

  .deletion-history-list ul {
    padding: 20px;
  }

  .deletion-history-list ul li {
    gap: 20px;
    align-items: flex-start;
    font-size: 14px;
  }

  .deletion-filter-list {
    padding: 0;
  }

  .deletion-clear-filter {
    position: static;
    font-size: 14px;
  }

  .search-tweets-btns {
    margin-top: 0;
  }

  .deletion-tweet-fetching {
    padding: 20px;
    align-items: flex-start;
    line-height: normal;
  }

  .deletion-showing-entry {
    font-size: 14px;
  }

  .deletion-showing-entry .custom-select-trigger {
    font-size: 14px;
  }

  .deletion-filter-list span,
  .deletion-filter-list span a {
    font-size: 14px;
  }

  .deletion-history-list ul li span {
    text-align: right;
    font-size: 14px;
  }

  .detetion-tweet-containg,
  .deletion-plan-head,
  .change-history-filter {
    font-size: 14px;
  }

  .change-history-filter svg {
    height: 14px;
  }

  .change-history-filter {
    gap: 5px;
  }

  .run-auto-deletion-btns button {
    gap: 5px;
    font-size: 13px;
  }

  .run-auto-deletion-btns button svg {
    height: 14px;
  }

  .custom-select-trigger {
    font-size: 14px;
  }

  .custom-select-trigger:after {
    width: 8px;
    height: 8px;
  }

  .deletion-plan-status {
    font-size: 14px;
  }
  .deletion-task-progress .progress {
    height: 15px;
  }
  .custom-modal-body {
    padding: 30px;
  }
  .stop-automatic-task {
    width: 100%;
  }
  /***********deletion-page-media-css-end*************/

  .tweet-reply-retweets ul {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    gap: 0;
  }

  .tweet-reply-retweets ul li {
    width: 100%;
    border-top: 0px;
    padding: 7px 0;
  }

  .tweet-reply-retweets ul li:last-child {
    border: 0px;
  }

  .tweet-type-option-check label,
  .deletion-history-list ul li span.delete_tweets_custom-checkbox label,
  .tweet_type-dropdown {
    font-size: 12px;
  }

  .tweet_type-dropdown select {
    width: fit-content;
  }

  #tw-archive_tweets .delete_archived_tweets_modal .modal-body {
    padding: 20px;
  }

  #tw-archive_tweets .delete_archived_tweets_modal .modal-body h2 {
    font-size: 20px;
    margin: 0 0;
  }

  #tw-archive_tweets .delete_archived_tweets_modal .modal-body p {
    font-size: 16px;
  }

  .delete_tweets_id {
    padding-right: 10px;
  }

  #tw-archive_tweets .delete_archived_tweets_modal .modal-body svg {
    height: 50px;
  }

  .delete_tweets_term {
    margin: 0;
  }
  #tw-archive_tweets .deletion-filter-list {
    display: flex;
  }

  #tw-archive_tweets .deletion-history-list ul li {
    align-items: center;
  }
  .save-success-deleted-tweets {
    max-width: 100%;
    display: flex;
    flex-flow: column;
  }
  #save-success-deleted-tweets .modal-body {
    padding: 50px 15px;
  }
  .save-success-deleted-tweets-item h4 {
    font-size: 24px;
    line-height: 30px;
  }
  select#order-by-select:focus {
      outline: none;
      box-shadow: none;
  }
  .order-by-select {
      font-size: 13px;
  }
}

@media (max-width: 480px) {
  .mode-description .tw-plan-info span {
    margin: 0px;
  }
  .save-success-deleted-tweets-item,
  .save-success-deleted-tweets-inner {
    padding: 30px 15px;
  }
  .save-success-deleted-tweets-inner h3 {
    margin-bottom: 20px;
  }
  .save-success-deleted-tweets {
    gap: 30px;
  }
  a.navbar-brand img {
    max-width: 120px;
  }
  .footer-menu ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .run-auto-deletion-btns {
    flex-flow: column;
  }
}
@media (max-width: 320px) {
  .tw-top-sec h5,
  .mobile-logout a {
    font-size: 9px;
  }
  .tw-top-sec h5 span {
    font-size: 8px;
  }
  .tw-top-sec .tw-user-img {
    width: 27px;
    margin-right: 10px;
    height: 27px;
  }
  .mobile-logout {
    right: 20px;
  }
  .mobile-logout a svg {
    width: 12px;
  }
  .mobile-bottom-tabs .tw-services ul li a {
    padding: 10px;
  }
  .mobile-bottom-tabs .tw-services ul {
    justify-content: center;
  }
  .your-twitter-profile {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .deletion-showing-entry {
    font-size: 12px;
  }
  .order-by-select {
    font-size: 12px;
  }
  .tweet_type-dropdown select {
    font-size: 10px;
  }
  .tweet-type-option-check label,
  .deletion-history-list ul li span.delete_tweets_custom-checkbox label,
  .tweet_type-dropdown {
    font-size: 9px;
  }
  .detetion-tweet-containg,
  .deletion-plan-head,
  .change-history-filter {
    font-size: 11px;
  }
  .save-success-deleted-tweets {
    margin: 30px 0 0;
  }

  .save-success-deleted-tweets-price {
    font-size: 16px;
  }

  .save-annually-price {
    font-size: 11px;
  }
  .run-auto-deletion-btns button {
    font-size: 9px;
  }
  .deletion-inner-box {
    padding: 10px;
  }
  .run-auto-deletion-btns {
    gap: 5px;
  }
  .hide-mobile-data {
    top: 131px;
  }
  .mobile-bottom-tabs .tw-services ul {
      overflow-x: auto;
      box-sizing: border-box;
      justify-content: flex-start;
  }
}
@media (max-width: 280px) {
  .tw-plan-info {
    display: flex;
    flex-flow: column;
    gap: 20px;
    max-width: 100px;
  }
  .deletion-task-head,
  .deletion-tweet-fetching,
  .run-auto-deletion-btns,
  .deletion-showing-entry,
  .deletion-history-list ul li {
    flex-flow: column;
  }
  .deletion-history-list ul li span {
    text-align: left;
  }
}
@media (max-width: 270px) {
  .flash-sale-year {
    display: none !important;
  }
  .flash-sale-banner-main.flash-sale-banner-new-year label {
    font-size: 8px !important;
  }
}