@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");
* {
  box-sizing: border-box;
}

*:focus {
    outline: none;
}

:root {
  --checkbox-color: #ee9ca7;
  --checkbox-shadow: rgba(238, 156, 167, 0.2);
  --add-button: #ee9ca7;
  --add-button-shadow: rgba(238, 156, 167,0.4);
}

body {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(62deg, rgba(1, 95, 183, 0.9732216701) 13%, rgba(255, 122, 151, 0.5) 4%), linear-gradient(44deg, rgba(0, 43, 99, 0.0792209024) 39%, rgba(242, 140, 143, 0.5) 18%), linear-gradient(118deg, rgba(84, 202, 242, 0.0315299727) 40%, rgba(247, 155, 187, 0.5) 54%), linear-gradient(58deg, rgba(90, 90, 237, 0.1614444357) 83%, rgba(249, 156, 142, 0.5) 23%);
  background-blend-mode: normal, lighten, multiply, hard-light;
  font-family: "DM Sans", sans-serif;
  overflow: hidden;
}

input {
  outline: none;
}

a {
  color:#fff;
}

ul {
  list-style: none;
  padding: 0;
}

.app-container {
  border-radius: 8px;
  width: 100%;
  max-width: 480px;
  max-height: 100%;
  background-color: #10101d;
  padding: 24px;
  overflow: auto;
   margin-bottom: 25px !important;
}

.app-header {
     padding-top:10px;
    background-color: #10101d;
    position: sticky;
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 12px 0;
  color: #fff;
  text-align:center;
   z-index: 100; /* Ensure the fixed content appears above other elements */
   top: 10;
  left: 0;
}

.subheader {
    text-align:center!important;
    color:#fff!important;
    font-size:15px;
}

.submit-task {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: none;
  background: var(--add-button);
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 12px 0 var(--add-button-shadow);
}

.add-task {
  height: 40px;
  font-size: 14px;
  display: flex;
}

.task-input {
  border-right: none;
  width: 100%;
  padding: 0 4px;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  margin-right: 12px;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
}
.task-input:placeholder {
  color: #fff;
}

.task-list-item {
  background-color: #191933;
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 15px;
}

.task-list-telegram {
background: rgb(34,158,217);
background: linear-gradient(150deg, rgba(34,158,217,1) 0%, rgba(34,134,217,1) 100%);
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.task-list-os {
background: rgb(255,16,122);
background: linear-gradient(150deg, rgba(255,16,122,1) 0%, rgba(205,1,137,1) 100%);
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.task-list-manyhoes {
background: rgb(189,78,255);
background: linear-gradient(150deg, rgba(189,78,255,1) 0%, rgba(127,78,255,1) 100%);
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.task-list-instagram {
background: #f09433;
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.task-list-reddit {
background: rgb(255,69,0);
background: linear-gradient(150deg, rgba(255,69,0,1) 0%, rgba(213,33,0,1) 100%);
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.task-list-ai {
background: rgb(255,124,83);
background: linear-gradient(150deg, rgba(255,124,83,1) 0%, rgba(255,83,83,1) 100%);
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.task-list-premium {
background: rgb(218,182,42);
background: linear-gradient(90deg, rgba(218,182,42,1) 0%, rgba(166,135,0,1) 100%);
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.task-list-ph {
  background-color: #FE9804;
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.task-list-sl {
  background-color: #45BF88;
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.task-list-item input {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check' stroke='%23fff'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0;
  transition: 0.2s;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.task-list-item input:hover {
  border-color: var(--checkbox-color);
  box-shadow: 0 0 0 3px var(--checkbox-shadow);
}
.task-list-item input:checked {
  background-size: 10px;
  border: 1px solid var(--checkbox-color);
  background-color: var(--checkbox-color);
}
.task-list-item input:checked + span {
  color: rgba(255, 255, 255, 0.5);
  -webkit-text-decoration: line-through rgba(255, 255, 255, 0.8);
          text-decoration: line-through rgba(255, 255, 255, 0.8);
}
.task-list-item-label {
  display: flex;
  align-items: flex-start;
  color: #fff;
  margin-right: 8px;
  font-size: 15px!important;
  line-height: 24px;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}

.delete-btn {
  margin-left: auto;
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ff3d46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-trash-2'%3E%3Cpolyline points='3 6 5 6 21 6'/%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3Cline x1='10' y1='11' x2='10' y2='17'/%3E%3Cline x1='14' y1='11' x2='14' y2='17'/%3E%3C/svg%3E");
  background-size: 16px;
  background-position: center;
  cursor: pointer;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}

.search-container {
  text-align: center;
  padding-bottom:10px;
  border:none!important;
  margin-top: 20px;
  position: sticky;
  top: 50;
  left: 0;
  width: 100%;
  background-color: #10101d;
  box-shadow: none;
  
  z-index: 100; /* Ensure the fixed content appears above other elements */
}

#searchInput {
  padding: 8px;
  width: 100%;
  border-radius: 4px;
  border:none;

}

.filtered-results {
  margin-top: 20px;
  text-align: center;
}

.fixed-content {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #10101D; /* Set the background color you want */
  box-shadow: none;
  
  z-index: 100; /* Ensure the fixed content appears above other elements */
}

.app-container {
    padding-top: 0px !important;
}

.fixed-content {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.app-container {
    margin-top: 25px !important;
}

a {
    text-decoration:none;
}

.title {
    text-align: center;
  margin-top: 10px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #10101d;
  box-shadow: none;
  height:50px;
  
  z-index: 100; /* Ensure the fixed content appears above other elements */
    
}








.telegram {
  background:#229ED9;
  width:180px;
  height:45px;
  border-radius:4px;
  position:relative;
  -webkit-user-select: none;
}
.telegram .tgicon {
  position:absolute;
  top:0px;
  left:3px;
  width:45px;
  height:45px;
  display: flex;
justify-content: center;
align-items: center;
  -webkit-user-select: none;
}
.telegram .tgtxt {

  top:0px;
  left:48px;
  
  height:45px;
  display: flex;
  color:#fff;
  font-family: sans-serif;
  font-size:15px;
  -webkit-user-select: none;
}


.task-list-item a {
  display: flex;
  align-items: center; /* Vertically centers the content */
  text-decoration: none; /* Prevents underline on links */
  color: #fff; /* Sets text color */
}


.circle {
  display: inline-block; /* Ensures the circle stays inline with the text */
  position: relative; /* Prevents it from being positioned relative to the viewport */
  width: 15px;
  height: 15px;
  margin-right: 10px; /* Adds spacing between the circle and the text */
}


.circle:before {
  content: "";
  position: absolute;
  display: block;

  box-sizing: border-box;
  border-radius: 45px;
  background-color: #00FF10;
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00FF10;
  border-radius: 50px;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}


.task-list-item {
    font-size: 15px!important;
}

.task-list-item.injected {
    font-size: 15px!important;
}

a {
    font-size: 15px;
}


#contentLockerOverlay {
    display: flex;
}
.content-locker-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.content-locker {
    background: #10101D;
    color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 400px;
    padding: 20px;
    text-align: center;
    font-family: var(--font-family-sans-serif);
}

.recaptcha {
    width: 200px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-locker img {
    max-width: 100%;
    margin-bottom: 15px;
}

.recaptcha {
    padding-left: 0px !important;
}

.recaptcha {
    width: 200px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-locker p {
    font-size: 1rem;
    margin: 10px 0;
}

.content-locker .completion-check {
    margin-top: 20px;
    font-size: 1rem;
    font-weight: bold;
}

.content-locker h1 {
    font-size: 1.2rem;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding-bottom: 15px;
}

.content-locker .site-option {
    background: #0070F0;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
    text-align: left;
    cursor: pointer;
    color:white;

}

.content-locker .site-option .details {
    font-size: 0.8rem;
    margin-top: 5px;
}

a {
    text-decoration:none;
}
.content-locker .site-option .rating {
    color: var(--white);
    font-size: 0.8rem;
    margin-top: 5px;
}

.fa-star {
    color: #FFC109;
}

.lockbutton1 {
    background: #EDEDED;
    border-color:#000;
    border:solid;
    border:1px;
    color: #0070F0;
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.lockbutton2 {
    background: linear-gradient(150deg, rgba(34,158,217,1) 0%, rgba(34,134,217,1) 100%);
    color: #fff;
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    text-align: center;
    -webkit-appearance: none;
    box-sizing: border-box;
    margin-bottom: 20px !important;
}


.neon-button {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    padding: 2px 5px;
    border: 1px solid #00ffcc;
    background-color: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 0 5px #00ffcc, 0 0 4px #00ffcc;
    animation: pulse 0.5s infinite alternate;
    margin-right: 10px;
        }
        
        @keyframes pulse {
            0% {
                box-shadow: 0 0 10px #00ffcc, 0 0 40px #00ffcc;
            }
            100% {
                box-shadow: 0 0 20px #00ffcc, 0 0 60px #00ffcc;
            }
        }