
.cc-like-wrapper {
    margin-top: 20px;
}

.cc-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.cc-modal-content {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    width: 300px;
}

#bottomPopup {
      position: fixed;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #333;
      color: white;
      padding: 20px 30px;
      border-radius: 10px 10px 0 0;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      transition: bottom 0.5s ease;
      z-index: 1000;
    }
    
    
        .search-container {
      position: relative;
      width: 300px;
      margin: 50px auto;
    }
    
    
    .cc-password-toggle.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

