/* base */
.background{
  background-color: #F9FAFB;
  color: #101828;
}

.background2{
  background-color: #F5f7f9;
  color: #F9FAFB;
}

/* Black Friday sale banner */
.black-friday-container {
  position: inherit;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #F9FAFB;
  padding: 0px 0;
}

.black-friday {
  background-color: #FFFFFF;
  color: #12141D;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  max-width: 1280px;
}

.black-friday p {
  margin: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
}

.black-friday-btn {
  background-color: #12141D;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  padding: 8px 16px;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 16px;
}

.black-friday-btn:hover {
  opacity: 0.9;
}

.countdown-timer {
  color: #12141D;
}

@media (max-width: 850px) {
  .black-friday {
      font-size: 14px !important;
      padding: 10px;
  }
  
  .black-friday p {
      font-size: 14px !important;
  }
  
  .black-friday-btn {
      padding: 6px 12px;
      font-size: 12px !important;
      margin-left: 10px;
      margin-right: 10px;
  }
}

@media (max-width: 650px) {
  .black-friday {
      font-size: 11px !important;
      padding: 6px;
  }
  
  .black-friday p {
      font-size: 11px !important;
  }
  
  .black-friday-btn {
      padding: 4px 10px;
      font-size: 11px !important;
      margin-left: 8px;
      margin-right: 8px;
  }
}

@media (max-width: 526px) {
  .black-friday {
      font-size: 11px !important;
      padding: 4px;
  }
  
  .countdown-timer {
      display: none !important;
  }
}

@media (max-width: 398px) {
  .black-friday-btn {
      margin-left: 2px;
      margin-right: 2px;
      padding: 4px 8px;
  }
  
  .black-friday p {
      gap: 3px;
  }
}

/* gdpr, terms, privacy page */


.gdpr-body {
  width: 70%;
  margin: 80px auto 0px;
  color: #000;
}

.terms {
  width: 70%;
  margin: 100px auto 100px;
  color: #000
}

.privacy22 {
  width: 70%;
  margin: 100px auto 100px;
  color: #000
}
/* blog */


.blog-nav {
  height: 72px;
  position: fixed;
  background-color: #F9FAFB;
  box-shadow: 0 0.5px 0 0 #dfe3e9;
  overflow-y: visible;
  width: 100%;
  top: 0;
  margin-bottom: 100px;
}

.blog-logo {
  position: absolute;
  top: 18px;
  left: 70px;
}

.blog-logo span{
  display: inline-block;
  text-decoration: none;
  color: #101828;
  font-weight: 600;
  font-size: 22px;
  margin-right: 4px;
}

.blog-logo img{
  display: inline-block;
}

.blog-signup {
  position: absolute;
  right: 70px;
  top: 24px;
  color: #101828;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.blog-signup:hover {
  color: #101828;
  font-size: 14.2px;
}

@media (max-width: 800px) {
  .blog-signup {
   visibility: hidden;
  }

  .blog-logo {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
}

.blog-post-title {
  font-weight: 600;
  margin-top: 10px;
  color: #000c2D!important;
  text-decoration: none!important;
}

.blog-title {
  font-size: 48px;
  font-weight: 700;
  color: #F9FAFB;
  margin-top: 100px;
}

.blog-card {
  margin-bottom: 1em;
  padding: 2em;
  width: 71%;
  border-radius: 6px;
  background-color: #FFFFFF;
  margin: 1em auto;
}

.blog-card a {
  color: #000c2D;
  text-decoration: none;
}

.blog-post-image {
    width: 100%;
    height: 40%;
}


.blog-post-date {
  margin-top: 10px;
}

.blog-footer {
  position: relative;
  background-color: #F9FAFB;
  color: #101828;
  margin-top: 100px;
  height: 300px;
}

.blog-footer-main {
  padding-top: 80px;
  margin-left: 100px;
}

.blog-footer-main h3 {
  font-size: 16px;
  font-weight: 600;
}

.blog-footer-main p{
  font-size: 15px;
}

.blog-signup2 {
  color: #101828;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

.blog-signup2:hover {
  color: #101828;
  font-size: 14.2px;
}

.blog-footer-copyright {
  position: relative;
  text-align: center;
  margin: 70px auto;
  width: 100%;
  font-size: 14px;
}


/* app_base */
.app-sidebar{ 
  box-sizing: border-box;
  position: fixed;
  width: 230px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #fff;
  border-right: 0.5px solid #101828;
  padding: 0;
  z-index: 10;
}

.is-logo3 {
  width: 36px;
}

.app-right {
  margin-left: 230px;
}

/* app_nav */

.app-nav {
  position: relative;
  height: 100%;
}

.app-nav-header{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  color: #101828;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  text-size-adjust: none;
}


.app-nav-group{
  font-family: 'Graphik Web', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}


.lastone{
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.guides {
  margin-left: 3px;
}

.app-nav-group ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.app-nav-group li {
  padding: 10px;
  padding-inline-start: 0.8rem;

}

.app-nav-group a:hover {
  opacity: 70%;
}

.app-nav-group a{
  text-decoration: None;
  color: hsl(220, 43%, 11%);
}

.app-nav-img {
  margin-left: 6px;
  padding-bottom: 3px;
}

.dash-text {
  padding-left: 3px;
}

.active {
  background-color: #316bff;
  width: 100%;
  margin-left: 0px;
  padding-inline-start: 0px;
}

.active a {
  color: #F9FAFB!important;
}

.active i {
  color: #F9FAFB!important;

}
.app-nav-group .active a:hover {
  opacity: 100%!important;
}

.ts-home {
  text-decoration: none;
}

/* app_home */


.app-head{
  padding-left: 0;
  /* border-bottom: 1px solid #101828; */
  height: 64px;
  background: #F9FAFB;
}

.head-container {
position: relative;
}

.app-head h1{
  position: absolute;
  left: 30px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
  color: #101828;
  top: 20px;
  z-index: 0;
}


.app-credits{
  position: absolute;
  right: 25px;
  padding-bottom: 5px;
  top: 15px;
}

.app-credits p{
  display: inline-block;
  font-family:'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  padding-right: 10px;
  z-index: -1;
}

.zero-credits {
  color: #b81c1c!important;
  font-weight: 600!important;
}

.app-credits form{
  display: inline-block;
}

.app-button {
  width: 200px;
  height: 50px;
  left: 1197px;
  top: 63px;
  background: #316bff;
  color: #F9FAFB;
  border-radius: 30px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: none;
}

.app-button:hover {
  box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.2);
}

.app-welcome{
  margin-top: 120px;
  text-align: center;
}

.app-welcome h1{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 58px;
  color: #101828;
}

.app-welcome p{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #475467;
}

.welcome-button-container {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 10px;
}

.app-welcome button{
  width: 180px;
  height: 64px;
  left: 692px;
  top: 394px;
  background: #fff;
  border-radius: 10px;
  color: #101828;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: none;
  display: inline-block;
}

.app-subscribe-btn {
  background-color: #316bff!important;
  color: #F9FAFB!important;
}

.app-welcome button:hover {
  box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.2);
}

/* Niche ideas */

.niches-container {
  margin: 0 auto;
  padding: 0 20px;
}

.niches-explain {
  margin: 30px auto;
}

.niches {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px; /* adjust this value to add space between the divs */
}

.niche {
  width: 100%;
  background-color: #242632;
  padding: 18px;
}

.niche img {
  width: 40px;
  border-radius: 30px;
  margin: 4px;
  transition: transform 0.2s ease-in-out;
}


.niche img:hover {
  transform: scale(1.15); /* Adjust this value as needed */
}

.niche a {
  text-decoration: none;
}

.niche-message {
  text-align: center;
  margin: 100px;
}

.niche-message p{
  margin-top: 20px;
}

.get-ideas {
  position: relative;
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end; /* align the button to the end */
}

.get-ideas button{
  position: absolute;
  top: 82px;
  right: 15px;
  background-color: #316bff;
  color: #F9FAFB;
  width: 120px;
  text-align: center;
  border: none;
  border-color: #242632;
  border-radius: 5px;
  padding: 8px;
  z-index: 999;
  font-weight: 500;
}

.get-ideas button:hover{
  opacity: 85%;
}

.get-ideas a {
  text-decoration: none;
}


/* app_results */


.table {
  --bs-table-color: inherit !important;
  --bs-table-bg: transparent !important;
}

.table > :not(caption) > * > * {
  color: inherit !important;
  background-color: transparent !important;
}

head, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: none;
  border-width: 0;
}
.app-results .table {
  border: none;
  border-bottom-width: none;
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.app-results .table tr:nth-child(odd){
  background-color: #fff!important;
}

.app-results .table tr:nth-child(even){
  background-color: #F9FAFB!important;
}

.app-results thead th{
  color: #101828!important;
  background-color: #F9FAFB!important;
  padding: 20px auto!important;
  font-size: 14px!important;
}


.app-results thead{
  color: #475467!important;
}

.app-results tbody{
  color: #101828!important;
  font-size: 14px;
}

.app-results tbody th{
  font-weight: 900;
  font-size: 14px;
}

.row-checkbox, .select-all-checkbox {
  position: relative;
  transform: scale(1.3);
  margin-top: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.row-checkbox::before, .select-all-checkbox::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -6px;
  right: -6px;
}

.row-checkbox:checked, .select-all-checkbox:checked {
  background-color: #316bff !important;
  border-color: #316bff !important;
  position: relative;
}

.row-checkbox:checked::after, .select-all-checkbox:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.row-checkbox:hover, .select-all-checkbox:hover {
  box-shadow: 0 0 12px #316bff;
}

.results-top {
  display: flex;
    justify-content: space-between;
}


.search-container {
  position: relative;
  margin: 20px 0px 10px 30px;
}

.search-container input{
  color: #14171F;
  width: 206px !important;
  border: 1px solid #E9ECF2 !important;
  height: 35px !important;
  display: flex;
  padding: 8px 16px;
  position: relative;
  font-size: 13px;
  word-wrap: break-word;
  box-shadow: none !important;
  align-items: center;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px !important;
  background-image: url('/static/images/app-icons/search.png');
  background-repeat: no-repeat;
  background-size: 20px 20px; /* Adjust these values to change the size of the image */
  background-position: 5px 50%; /* Adjust these values to change the position of the image */
  padding-left: 30px; /* Adjust this value based on the size of your image */
}

#clear-search {
  display: none;
}

.clear-search {
  position: absolute;
  top: 50%;
  right: 6px;  /* Adjust as needed */
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #14171F;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px; /* Diameter of the circle */
  height: 24px; /* Diameter of the circle */
  border-radius: 50%; /* Makes it round */
  text-align: center; /* Centers text horizontally */
  line-height: 1.25; /* Remove any specific line-height */
  padding: 0; /* Remove padding to avoid displacement */
}


.clear-search:hover {
  background-color: rgba(0, 0, 0, 0.1); /* shaded background on hover */
}

#action-buttons {
  display: none;
  flex-direction: row; /* Align children in a row */
  float: right;
  margin: 20px 25px 0px 0px;
}

#action-buttons button {
  margin-left:8px;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  height: 35px;
  font-weight: 600;  
  display: inline-block;
}

#action-buttons button:hover {
  box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.2);
}

.results-export-users {
  background-color: #101828;
  color: #F9FAFB;
}

.results-export-users:hover {
  opacity: 85%;
}

.results-export-emails {
  background-color: #316bff;
  color: #F9FAFB;
}

.results-delete {
  background-color: #fff;
}

#delete-all-modal {
  z-index: 99999;
  width: 100%;  
  height: 100%;
  position: fixed; /* use fixed to cover the entire screen */
  top: 0; /* align to the top */
  left: 0; /* align to the left */
  display:none;
  background-color: rgba(22,22,22,0.5);
}

.delete-all-modal {
  display: none;
  background-color: #f1f1f1;
  min-width: 400px;
  text-align: center;
  z-index:400;
  padding:30px; 
  position: fixed;
  top: 35%; 
  left: 40%; 
  margin-left: auto; 
  margin-right: auto; 
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  color: #12141d;
  border: 1px solid #d3d4d5;
  border-radius: 4px;
}

.button-container {
  /* display: flex; */
  justify-content: space-between; /* This will add space between the buttons */
}

.delete-all-modal h2{
  font-weight: 700;
}

.results-loader {
  position: fixed; /* Use fixed instead of absolute */
  top: 48%; /* Position at 50% from the top */
  left: 50%; /* Position at 50% from the left */
  transform: translate(-50%, -50%); /* Move the loader back by half of its width and height */
  z-index: 999999;
  border: 5px solid #fff !important;
  border-top: 6px solid #316bff !important;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.app-results .results-btn{
  background: #101828;
  padding: 6px 12px;
  border: none;
  border-radius: 5px;
  color: #F9FAFB;
  font-weight: 700;
  border: none;
  font-size: 14px;
  display: inline-block;
}

.app-results .results-btn:hover{
  opacity: 80%;
}

.app-results-card {
  width: 100%;
  margin: 0 auto;
}

.app-results .m2 {
  position: relative;
}

.app-results .c1 {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #101828;
  border-radius: 90px;
  display: inline-block;
}

.app-results .c2 {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #316bff;
  border-radius: 90px;
  display: inline-block;
}

.app-results .icon {
  color: #F9FAFB;
  position: absolute;
  right: 4px;
  top: 4px;
}

.app-results .s1 {
  position: absolute;
  left: 50px;
  top: 12px;
  font-weight: 500;
}

.check2 {
  width: 14px;
}

.results-pfp {
  border-radius:30px;
  margin-right: 4px;
}

.results-pfp2 {
  border-radius: 30px;
  margin-right: 4px;
  background-color: #101828;
}

.results-link {
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

.results-link img {
  position: absolute;
  width: 9px;
  height: 9px;
  bottom: 5px;
}

.results-username {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 380px;
}  


.profile-link {
  text-decoration: none;
  color: #101828;
}

.profile-link:hover {
  color: inherit;
  opacity: 100%;
}

.link-hover:hover {
  color: inherit;
  opacity: 50%;
}

.view-form {
  display: inline-block;
}

.more-btn {
  display: inline-block;
  margin-left: 10px;
}

.profile-user:hover {
  opacity: 50%;
  color: #101828;
}



/* app_results2 */

.app-head-results2 {
  position: fixed;
  background-color: #F9FAFB;
  z-index: 100;
  width: calc(100% - 230px);
}

.app-results2 .table {
  margin-top: 168px;
  border: none;
  border-bottom-width: none;
  scroll-margin-left: 0px;
}


.app-results2-head{
  padding-left: 0;
  white-space: nowrap;
  border-bottom: 1px solid #101828;
  width: 100%;
}

.app-results2-head h1{
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #101828;
  margin-top: 5%;
  margin-bottom: 0%;
  margin-left: 100px;
}

.results2-listname {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 60%;
}

.results2-head img {
  margin-right: 0px!important;
}

.app-results2-head .app-credits{
  margin-left: 600px;
}

.app-results2 .table tr:nth-child(odd){
  background-color: #F9FAFB;
}

.app-results2 .table tr:nth-child(even){
  background-color: #fff;
}

.app-results2 thead th{
  color: #101828;
  background-color: #fff;
}

.app-results2 thead{
  background-color: #fff !important;
  color: #101828;
  font-size: 14px;
  padding-left: 2px !important;
}

.app-results2 tbody{
  color: #101828;
  font-size: 14px;
}

.app-results2-card {
  padding: 20px 0px;
}

.app-results2-export {
  white-space: nowrap;
  margin-top: 36px;
  padding-left: 8px;
  position: relative;
}

.app-results2-export form {
  display: inline-block;
}

.app-results2-export button {
  background: #101828;
  border-radius: 15px;
  color: #F9FAFB;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 25px;
  margin-bottom: 10px;
}

.load-more-btn {
  margin-left: 20px;
  background: #316bff;
  border-radius: 10px;
  color: #F9FAFB;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  border: none;
  padding: 15px;
}

.load-more-btn:hover {
  box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.2);
}

.app-results2-export .b1{
  background: #316bff;
  color: #F9FAFB;
}

.app-results2-export .b1:hover {
  box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.2);
}

.app-results2-export button:hover {
  opacity: 90%;
}

.app-results2 .results-container {
  position: absolute;
  border-radius: 15px;
  color: #101828;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  border: none;
  background-color: #fff;
  width: 230px;
  height: 75px;
  padding: 0px;
  top: 0px;
  left: 395px;
}

.app-results2 .b2 {
  position: relative;
  width: 100%;
}
.app-results2 .user-results {
  position: absolute;
  left: 12px;
}

.app-results2 .email-results {
  position: absolute;
  right: 12px;
}

.app-results2 .c1 {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #101828;
  border-radius: 90px;
}

.app-results2 .c2 {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #316bff;
  border-radius: 90px;
}

.app-results2 .icon {
  color: #F9FAFB;
  position: absolute;
  right: 8px;
  top: 8px;
}

.app-results2 .s1 {
  position: absolute;
  top: 32.5px;
  left: 47px;
  font-weight: 400;
}

.t-row {
  height: 60px; 
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
}

.t-row-bio{
  height: 60px; 
  width: 400px;
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
  max-width: 400px;
}

.num-column {
  text-align: right;
}


.profile-name {
  display: block;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
}

.profile-username {
  display: block;
  opacity: 60%;
}

.profile-pic {
  width: 40px;
  position: relative;
}

.profile-pic .pic {
  position: absolute;
  top:2px;
  border-radius: 30px;
}

.profile-user {
  display: inline-block;
  margin-left: 45px;
}

.first-name {
  white-space: nowrap;
}

.results2-link {
  position: relative;
  display: inline-block;
  width: 9px;
  margin-left: 2px;
}

.results2-link img{
  position: absolute;
  width: 9px;
  height: 9px;
  bottom: 5px;
  opacity: 60%;
}


.scrape-method {
  text-transform: lowercase;
}

.website-link {
  text-decoration: none;
  color: #101828;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 220px;
}

.website-link:hover {
  color: #316bff;
}
/* Database Search */

.keyword-title {
  margin: 50px auto 30px;
  text-align: center;
  font-weight: 800px;
  font-size: 34px;
}

.keyword-search {
  text-align: center;
  width: 440px;
  margin: 0 auto;
}

.keyword-search[type="submit"] {
  margin-left: -50px;
  height: 20px;
  width: 50px;
}

.keyword-bar {
  position: relative;
}

.keyword-bar input{
  border-radius: 30px;
  height: 50px;
  text-indent: 30px
}

.keyword-bar img {
  position: absolute;
  left: 8px;
  top: 13px;
}


.keyword-subtitle {
  text-align: center;
  margin-top: 20px;
  color: #475467;
}

.keyword-container {
  width: 100%;
  margin-left: 20px;
  margin-top: 30px;
}


.keyword-options {
  position: relative;
  width: 100%;
}


.keyword-filter {
  border-radius: 30px;
  border: #101828 2px solid;
  width: 140px;
  display: inline-block;
  margin: auto 10px;
}

.keyword-filter p {
  text-align: center;
  margin: auto;
  padding: 10px 60px 10px 20px;
  font-weight: bold;
}

.keyword-filter1 {
  border-radius: 30px;
  border: #101828 2px solid;
  width: 200px;
  display: inline-block;
  margin: auto 10px;
}

.keyword-filter1 p {
  text-align: center;
  margin: auto;
  padding: 10px;
  padding-right: 60px;
  font-weight: bold;
}

.keyword-sort {
  border-radius: 30px;
  border: #101828 2px solid;
  width: 140px;
  display: inline-block;
  position: absolute;
  right: 90px;
}

.keyword-sort p {
  text-align: center;
  margin: auto;
  padding: 10px;
  font-weight: bold;
}

.keyword-keyword {
  position: relative;
  border-radius: 30px;
  border: #316bff 2px solid;
  width: 140px;
  display: inline-block;
  margin: 20px 5px 10px;
  vertical-align: top;
}

.keyword-keyword:hover {
  background-color:#316bff;
}


.keyword-keyword p {
  display: inline-block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  margin: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 115px;
  text-align: left;
  overflow: hidden;
}

.keyword-keyword input {
  position: absolute;
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  right: 6px;
  top: 5px;
}

.keyword-keyword button {
  padding: 0px;
  margin: 0px;
  border: none;
  cursor: pointer;
  appearance: none;
  background-color: inherit;
  position: absolute;
}

.ks2 :hover {
  background-color: #316bff!important;
  border-radius: 30px;
}

.kwcontainer {
  position: relative;
}

.keyword-clear {
  display: inline-block;
}

.keyword-clear button{
  border-radius: 30px;
  border: #FF4742 2px solid;
  width: 155px;
  display: inline-block;
  margin: 20px 10px;
  background-color: transparent;
}

.keyword-clear span {
  color: #FF4742;
  display: inline-block;
  text-align: center;
  margin: auto;
  padding: 10px;
  font-weight: bold;
  margin: auto auto;
  z-index: 2;
}

.keyword-clear :hover {
  background-color: #FF4742;
  color: #101828;
  border-radius: 30px;
}

.db2 {
  margin: 5px auto;
}

.total-container {
  display: inline-block;
  margin-left: 5px;
  background-color: #242632;
  padding:25px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 18px;
}

.dbsearch-table {
  color: #101828;
  font-size: 15px;
}

.table tr:nth-child(odd){
  background-color: #242632;
}

.table tr:nth-child(even){
  background-color: #F9FAFB;
}

.dbsearch-table thead th{
  color: #101828;
  background-color: #F9FAFB;
}

.dbsearch-table thead{
  color: #475467;
}

.dbsearch-table tbody{
  color: #101828;
}

.upgrade-contain {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.upgrade-header {
  font-size: 34px;
  font-weight: 800;
  width: 50%;
  margin: 0 auto;
}

.upgrade-button {
  color: #101828;
  font-size: 16px;
  font-weight: 600;
  background-color: #316bff;
  width: 200px;
  padding: 20px;
  border-radius: 30px;
  border: none;
  margin-top: 20px;
}

.db-loading {
  position: absolute;
  justify-content: center;
  top: 262px;
  right: 360px;
}

#loading {
  display: flex;
  justify-content: center;
}

#loading::after {
  content: "";
  width: 45px;
  height: 45px;
  border: 6px solid #dddddd;
  border-top-color: #316bff;
  border-radius: 50%;
  animation: loading 1s linear infinite;
}

@keyframes loading {
  to {
    transform: rotate(1turn);
  }
}

/* scrape-followers */

.app-scrape-head .app-credits {
  margin-left: 560px;
}

.app-scrape-form {
  width: 70%;
  margin: 80px auto 0px;
}

.app-scrape-form form{
  background-color: #F9FAFB;
  color: #101828;
}

.app-scrape-form label {
  font-weight: 600!important;
}

.options-label {
  font-weight: 600!important;
}

.input1{
  text-indent: 20px;
}

.app-scrape-form div{
  border: none;
}

.form-label {
  display: block;
}

.align-icon {
  position: relative;
  top: -4px; /* Adjust this value as needed */
  margin-left: 5px;
  font-size: 14px!important;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-content {
  visibility: hidden;
  width: 400px;
  background-color: #fff;
  color: #101828;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  position: absolute;
  z-index: 999;
  left: 120%; /* Position the tooltip to the right of the icon */
  top: 50%; /* Center the tooltip vertically */
  transform: translateY(-50%); /* Use transform to fine-tune the vertical centering */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-arrow {
  position: absolute;
  top: 50%;
  right: 100%; /* Position the arrow on the left side of the tooltip */
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-style: solid;
  border-color: transparent #242632 transparent transparent;
}

.tooltip-container:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

.btn-group-toggle .btn:not(.active) {
  background-color: transparent;
  border: 1px solid #101828;
  color: #101828;
}
.btn-group-toggle .btn.active {
  background-color: #101828;
  border: 1px solid transparent;
  color: #F9FAFB;
}

.btn-group-toggle .btn {
  padding: 10px;
  margin: 0;
}

.btn-group-toggle .btn input[type="radio"] {
  display: none;
}

.app-scrape-form button{
  background-color: #316bff;
  border-radius: 20px;
  border-color: #316bff;
  border: none;
  padding: 12px 16px;
  margin-top: 25px;
  font-weight: 600;
  border-radius: 30px;
}

.app-scrape-form .button-submit:hover {
  box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.2)!important;
}

.loader-container {
  display: inline-block;
  position: relative;
  width: 100px;
}

.loader {
  position: absolute;
  top: -7px;
  bottom: 0px; /* Adjust this value as needed */
  margin-left: 10px;
  border: 5px solid #fff !important;
  border-top: 6px solid #316bff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.8s linear infinite;
}

.loader2{
  position: absolute;
  top: -22px;
  bottom: 0px; /* Adjust this value as needed */
  margin-left: 10px;
  border: 5px solid #fff !important;
  border-top: 6px solid #316bff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.8s linear infinite;
}

.loader3 {
  position: relative;
  bottom: 0px; /* Adjust this value as needed */
  margin: 0 auto;
  border: 5px solid #fff !important;
  border-top: 6px solid #316bff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.label-text {
  font-size: 0.8rem!important;
  font-weight: 400!important;
}

.label-text::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 0.8em!important;
} 

.arroba {
  position: absolute;
  z-index: 20;
  top: 11px;
  left: 10px;
  background-color: transparent;
}

.keyword-btn-container {
  margin-bottom: 10px;
  font-size: 0px;
}

.btn-selected {
  background-color: #316bff!important;
  color: #101828;
  border: none!important;
  opacity: 100%!important;
  height: 40px!important;
}

.keyword-btn1 {
  border-radius: 6px 0px 0px 6px!important;
  position: relative;
  border: none;
  width: 90px;
  height: 38px;
  color: #101828;
  font-weight: 700;
  background-color: transparent;
  border: 0.5px solid;
  opacity: 80%;
  border-color:  #101828 transparent #101828 #101828 ;
  padding: 0px!important;
  font-size: 14px;
}

.keyword-btn2 {
  border-radius: 0px 6px 6px 0px!important;
  position: relative;
  border: none;
  width: 90px;
  height: 38px;
  color: #101828;
  font-weight: 700;
  background-color: transparent;
  border: 0.5px solid;
  opacity: 80%;
  border-color: #101828 #101828 #101828 transparent;
  padding: 0px!important;
  font-size: 14px;
}

.keyword-type {
  display: block;
}

.show-options {
  background-color: transparent!important;
  border: 1.3px solid #101828!important;
  border-radius: 30px!important;
  color: #101828!important;
  font-weight: 600!important;
  font-size: 14px!important;
}

.show-options:hover {
  box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.2)!important;
}

.show-options-arrow {
  margin-left: 5px;
}

.follower-targeting {
  font-size: 14px;
  margin-bottom: 10px;
}

.min-followers {
  display: inline-block;
  margin-right: 20px;
}

.min-followers label{
  font-size: 0.8rem;
}

.min-followers input{
  margin: 5px 0px;
  font-size: 14px;
  width: 90px;
  border-radius: 6px;
  border: none;
  height: 30px;
}

.max-followers {
  display: inline-block;
}

.max-followers label{
  font-size: 0.8rem;
}

.max-followers input{
  margin: 5px 0px;
  font-size: 14px;
  width: 90px;
  border-radius: 6px;
  border: none;
  height: 30px;
}

.followers-input {
  display: block;
}

.and-targeting {
  margin-bottom: 10px;
}

.email-targeting {
  width: 200px!important;
}


/* profile_form */

.app-profile {
  margin: 60px auto;
  color: #475467;
  width: 70%;
}

.profile-api-keys {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.profile-api-keys h2{
  color: #101828;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  margin-left: 3px;
}

.profile-api-keys table{
  border: 1px solid #242632;
  border-radius: 6px;
}

.profile-api-keys th{
  color: #101828;
  font-weight: 600;
  font-size: 18px;
}

.profile-api-keys td{
  color: #101828!important;
  font-size: 16px;
}

.api-docs {
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px!important;
}

.api-docs:hover {
  color: inset 0 0 0 50px rgba(0, 0, 0, 0.2)!important;
}

.profile-webhook-section {
  width: 640px;
  margin: 0px auto;
}

#full-webhook-url {
  margin: 8px auto;
  width: 640px;
}

.webhook-section {
  margin: 20px 20px 0px 20px;
}

/* upgrade_subscription */

.app-subplans {
  background-color: #F9FAFB;
  margin: 0px auto;
  text-align: center;
  width: 100%;
}

.app-subplans .p07_column {
  margin: 0px 15px 15px;
}

.more-credits {
  background-color: #101828;
  color: #F9FAFB;
  width: 960px;
  padding: 5px 0px;
  font-weight: 600;
  text-align: center;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 5px;
}

.more-credits:hover {
  border: 2px solid #101828;
  opacity: 85%;
}

.more-credits p {
  margin: auto 0px; 
}


.larger-plans {
  display:none;
}

/* view subscription */

.sub-head{
  padding: 20px 0px 20px 90px;
}

/* view subscription */

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left!important;  /* Override any center alignment */
  margin-bottom: 20px;
}

.modal-header h2 {
  text-align: left!important;  /* Override any center alignment */
  margin: 0;  /* Remove default margins */
}
.close {
  font-size: 24px;
  cursor: pointer;
  color: #666;
}

.continue-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.cancel-reason-text {
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left!important;
}

.cancel-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #17181F;
}

.option input[type="radio"] {
  margin: 0;
}


.cancel-link {
  color: #666;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  text-align: right;
  float: right;
  margin-top: 40px;
}

.cancel-link:hover {
  color: #999;
  text-decoration: underline;
}

.confirmation-content {
  padding: 20px;
  line-height: 1.6;
}

.confirmation-content p {
  margin-bottom: 20px;
}

.confirmation-content p:last-child {
  margin-bottom: 0;
}

#finalConfirmationModal .modal-content {
  max-width: 500px;
}

.confirmation-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.btn-secondary {
  background-color: #666;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.btn-secondary:hover {
  background-color: #777;
  color: white!important;
}

.btn-danger {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  width: 200px;
}

.btn-danger:hover {
  background-color: #c82333;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
}

.btn-continue {
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  background-color: #316bff;
  color: white;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
}

.modal h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #17181B;
}

.modal p {
  text-align: left!important;
  margin-bottom: 30px;
  color: #17181B;
}

.modal-buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.btn-secondary {
  flex: 1;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
  color: #17181B;
  width: 219px;
}

.btn-danger {
  flex: 1;
  padding: 10px;
  border-radius: 4px;
  border: none;
  background-color: #bd2f2f;
  color: white;
  cursor: pointer;
}

.other-reason-input {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-height: 80px;
  resize: vertical;
}

.app-subscription-details {
  padding: 40px 100px 0px 100px;
  color: #101828;
}

.app-subscription-details button{
  background-color: #316bff;
  color: #101828;
  border: none;
  margin-bottom: 40px;
}

.app-subscribe-head {
  text-align: center;
  margin-top: 50px;
}

.app-subscribe-head .sub-header {
  padding: 0px;
  width: 80%;
}


.app-subscribe {
  padding: 0px 200px 0px 200px;
}

.sub-price {
  font-size: 2rem;
}

.sub-interval {
  font-size: 1rem;
}

/* webflow pricing page */
.p07 {
  padding: 124px 5%;
  background-color: #fff;
}

.p07_column {
  width: 33.333333333333336%;
  padding: 10px;
}

.p07_block {
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
}

.p07_check_wrap {
  margin-bottom: 25px;
}

.p07_check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p07_icon {
  margin-right: 10px;
}

.p07_text {
  max-width: 560px;
  margin-bottom: 9px;
  color: #0a1f44;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.p07_button {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #ebecf0;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #316bff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.p07_button:hover {
  background-color: #316bff;
  color: #fff;
}

.p07_pricing {
  margin-right: 2px;
  margin-left: 2px;
  font-size: 70px;
  line-height: 50px;
  vertical-align: top;
}

.p07_pricing_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #12141d;
  font-weight: 900;
}

.p07_h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #0a1f44;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}

.p07_block_02 {
  padding: 20px;
  border-radius: 15px;
  background-color: #316bff;
}

.p07_block_03 {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.p07_text_white {
  max-width: 560px;
  margin-bottom: 9px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.p07_h3_white {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}

.p07_pricing_white {
  margin-right: 2px;
  margin-left: 2px;
  color: #fff;
  font-size: 70px;
  line-height: 50px;
}

.p07_date_text_white {
  color: #fff;
}

.p07_button_white {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #ebecf0;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.p07_button_white:hover {
  background-color: #fff;
  color: #0a1f44;
}

.p07_info_text {
  max-width: 200px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  color: #b0b7c3;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}


.p07_column {
  padding-right: 5px;
  padding-left: 5px;
}

.p07_block {
  padding-right: 15px;
  padding-left: 15px;
}

.p07_icon {
  margin-bottom: 10px;
}

.p07_button {
  margin-right: auto;
  margin-left: auto;
}

.p07_block_02 {
  padding-right: 15px;
  padding-left: 15px;
}

.p07_block_03 {
  padding-right: 15px;
  padding-left: 15px;
}

.p07_button_white {
  margin-right: auto;
  margin-left: auto;
}

.p07_column {
  width: 300px;
  display: inline-block;
}

.app-pricing-page{
  display: flex;
  justify-content: center;
}

.btn1 {
  background-color: #12141D;
  border: none;
  border-radius: 10px;
  color: #F9FAFB;
  padding: 15px 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.btn1:hover, .btn2:hover {
  opacity: 85%;
  
}

.btn2 {
  background-color: #fafafa;
  border: none;
  border-radius: 10px;
  color: #101828;
  padding: 15px 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.btn-add {
  padding: 15px 75px;
}


.upgrade-page {
  padding: 0 0 20px;
}

/* DROPDOWN MENU */

.dropbtn:hover {
background-color: #101828;
opacity: 10%;
border-radius: 6px;
padding: 6px;
}

.result-dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  background-color: #f1f1f1;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #d3d4d5;
  border-radius: 4px;
}

.dropdown-content ul {
  margin-block-start: 0;
  padding-inline-start: 0;
  margin-block-end: 0;
}


.dropdown-content li {
  color: #101828;
  padding: 12px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.dropdown-content li:hover {
  background-color: #ddd;
}

.dropbtn {
  padding: 6px;
  border: none;
  position: relative;
  display:block;
  cursor:pointer;
}

.dropcheck {
  position: absolute;
  left: -9999px;
}

.dropcheck:checked ~ .dropdown-content {
  display: block;
}

.drop-icon {
  width: 18px;
  height: 18px;
}


div[id$="_rename"] {
  z-index: 99999;
  width: 100%;  
  height: 100%;
  position: fixed; /* use fixed to cover the entire screen */
  top: 0; /* align to the top */
  left: 0; /* align to the left */
  visibility:hidden;
  display:none;
  background-color: rgba(22,22,22,0.5);
}

div[id$="_rename"]:target {
  visibility: visible;
  display: block;
}

div[id$="_stop"] {
  z-index: 99999;
  width: 100%;  
  height: 100%;
  position: fixed; /* use fixed to cover the entire screen */
  top: 0; /* align to the top */
  left: 0; /* align to the left */
  visibility:hidden;
  display:none;
  background-color: rgba(22,22,22,0.5);
}

div[id$="_stop"]:target {
  visibility: visible;
  display: block;
}
.reveal-modal {
  background-color: #f1f1f1;
  min-width: 400px;
  text-align: left;
  z-index:400;
  padding:30px; 
  position: fixed;
  top: 35%; 
  left: 40%; 
  margin-left: auto; 
  margin-right: auto; 
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  color: #12141d;
  border: 1px solid #d3d4d5;
  border-radius: 4px;
  height: 230px;
}

.reveal-modal h2{
  font-weight: 600;
}

.reveal-modal input{
  text-decoration: none;
  border: solid 1px #12141D;
  border-radius: 4px;
  height: 30px;
  width: 300px;
  font-size: 14px;
}

.reveal-modal input:active{
  border-color: #316bff;
}

.reveal-modal input[type=text]:focus{
  outline: 2px solid #316bff;     /* oranges! yey */
}

.reveal-modal p {
  font-weight: 600;
}

.close-reveal-modal {
  color: #316bff;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  right: 110px;
  bottom: 20px;
}

.close-reveal-modal:hover {
  color: #316bff;
}

.rename-confirm {
  position: absolute;
  right: 20px;
  bottom: 10px;
  background-color: #316bff;
  color: #F9FAFB;
  border: none;
  padding: 10px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
}

.rename-confirm:hover {
  box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.2);
}

.reveal-modal img {
  width: 32px;
  height: 32px;
}

div[id$="_delete"] {
  z-index: 99999;
  width: 100%;  
  height: 100%;
  position: fixed; /* use fixed to cover the entire screen */
  top: 0; /* align to the top */
  left: 0; /* align to the left */
  visibility:hidden;
  display:none;
  background-color: rgba(22,22,22,0.5);
}

div[id$="_delete"]:target {
  visibility: visible;
  display: block;
}

.reveal-modal2 {
  background-color: #f1f1f1;
  min-width: 400px;
  text-align: center;
  z-index:400;
  padding:30px; 
  position: fixed;
  top: 35%; 
  left: 40%; 
  margin-left: auto; 
  margin-right: auto; 
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  color: #12141d;
  border: 1px solid #d3d4d5;
  border-radius: 4px;
}

.reveal-modal2 img {
  width: 40px;
  height: 40px;
}

.reveal-modal2 h2 {
  font-weight: 800;
}

.delete-list {
  display: inline-block;
}

.delete-list-btn {
  display: inline-block;
  background-color: #316bff;
  width: 90px;
  height: 50px;
  border: none;
  border-radius: 4px;
  color: #F9FAFB;
  font-weight: 700;
  margin-right: 10px;
}

.cancel-delete-list {
  display: inline-block;
  width: 90px;
  height: 50px;
  background-color: rgb(70, 70, 70);
  text-align: center;
  border: none;
  border-radius: 4px;
  color: #F9FAFB;
  font-weight: 700;
  text-decoration: none;
  margin:0 auto;
}

.delete-list-btn:hover {
  box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.2);
}

.cancel-delete-list { 
  box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.2);
}

.dropdown-link {
  text-decoration: none;
  color: #12141d;
}

.dropdown-link:hover {
  color: #12141d;
}


/* HAMBURGER */

.dropdown{
height: 0%;
width: 230px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #12141d;
overflow-y: hidden;
transition: 0.5s;
visibility: collapse;
}

.dropdown a{
padding: 8px;
text-decoration: none;
font-size: 12px;
display: block;
transition: 0.3s;
}

.dropdown a:hover, .dropdown a:focus {
color: #101828;
}

.hamburger {
visibility: collapse;
}

/* SUPPORT PAGE */

.support-text {
  margin-left: 10px;
}

.form-container {
  display: flex;
}

.support-stop-btn, .support-restart-btn {
  background-color: #FF4742;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  margin-left: 10px;
}

.support-restart-btn {
  background-color: #2dce89;
  margin-left: 20px;
}

.support-stop-btn:hover, .support-restart-btn:hover {
  opacity: 70%;
}

.support-restart-btn {
  background-color: #2dce89;
  margin-left: 20px;
}


@media (max-width: 770px) {
.app-nav-group {
  border-bottom:none;
  margin: 0;
  padding: 0;
}

.app-nav-group .p1{
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.app-nav-group li{
  margin: 0px;
  padding: 0px;
}
.app-credits {
  right: 0px;
}


.app-credits button {
  width: 120px;
}

.app-head h1 {
  left: 40px;
  top: 30px;
  margin: 0 auto;
}

.app-pricing-page {
  max-width: 95%;
}

.p07_column {
  display: block;
}

.app-sidebar {
  visibility: collapse;
}

.app-right {
  margin-left: 0px;
}

.dropdown{
  visibility: visible;
}

.hamburger {
  visibility: visible;
}

}


@media (min-width: 769px) and (max-width: 1210px) {
  .app-credits {
    right: 0px;
  }

  .app-head h1 {
    left: 40px;
    top: 30px;
    margin: 0 auto;
  }

  .app-pricing-page {
    max-width: 95%;
  }

  .p07_column {
    display: block;
  }
  
}

@media (max-height: 786px) {
  .lastone{
    position: relative;
    margin-top: 10px;
  }
}

/* Progress Bar */

.progress-container {
width: 185px;
position: relative;
}

.progress-wrapper3 {
width: 120px;
position: absolute;
right: 10px;
top: 14px;
}

.progress-bar3 {
width: 100%;
height: 4px;
background-color: #475467;
border-radius: 15px;
right: 10px;
}

.progress3 {
width: 2%;
height: 100%;
border-radius: 15px;
background-color: #2dce89;
}

.progress-text {
position: absolute;
top: 3px;
}

.buy-credits {
  display: inline-block;
  margin-right:10px;
}

.status-complete {
  background-color: #2dce89 ;
}

.status-inprogress {
  background-color: yellow;
}

.status-stopped {
  background-color: #ff0019;
}

.green-dot i {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  margin-right: 0.375rem;
  vertical-align: middle;
  border-radius: 50%;
}

/* Override Bootstrap table styles with maximum specificity */
.app-results2 .table thead tr th,
.app-results2 .table > thead > tr > th,
.app-results2 table > thead > tr > th {
    background-color: #fff !important;
    color: #101828 !important;
    font-size: 14px !important;
}

/* Force background color on the thead itself */
.app-results2 .table thead,
.app-results2 table thead {
    background-color: #fff !important;
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}

/* Reset Bootstrap's table variables */
.app-results2 .table {
    --bs-table-bg: none !important;
    --bs-table-accent-bg: none !important;
    --bs-table-striped-bg: none !important;
    --bs-table-active-bg: none !important;
    --bs-table-hover-bg: none !important;
}

/* Prevent hover color change */
.app-results2 .table thead tr th:hover,
.app-results2 .table > thead > tr > th:hover,
.app-results2 table > thead > tr > th:hover {
    background-color: #fff !important;
    color: #101828 !important;
}