body {
  
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    color: white;
}
.start-dot-section{
    background-color: #52aade;
}
.main-container {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    max-width: 1000px;
}

.logo-container {
    margin: 0px auto 30px;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.logo::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: -1;
    filter: blur(10px);
}

.tagline {
    font-size: 32px;
    margin: 70px 0;
    font-weight: 300;
}
.tagline1 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 300;
}

.create-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.input-name{
    width: 33%;
}
.create-label{
    text-align: end;
    width: 33%;
}
.createform-button{
    text-align: start;
    width: 33%;
}
.create-form label {
    margin-right: 10px;
    font-size: 17px;
}
.form-control{
    border-radius: 0 !important;
}
.create-button {
    background: linear-gradient(to bottom, #4a4a4a, #2c2c2c);
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    padding: 7px 30px;
    margin-left: 10px;
    border-radius: 999px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.create-button:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.35);
}

.credits {
    margin-bottom: 20px;
    color: #58595b;
    font-size: 18px;
}

.credits-number {
    background-color: transparent;
    border: 1px solid #58595b;
    border-radius: 5px;
    color: #58595b;
    border-radius: 10px;
    padding: 2px 18px;
    margin-left: 5px;
    font-size: 20px;
}

.instructions {
    padding: 20px;
    text-align: left;
    margin-bottom: 30px;
}

.instructions h4 {
    margin-bottom: 15px;
}

.instruction-step {
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 0.8px;
    font-weight: 400;
    display: flex;
    gap: 10px;

}

.app-promo {
    border-top: 1px solid #58595b;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.app-icon {
    height: auto;
    margin-right: 15px;
    width: 117px;
    object-fit: cover;
    border: 2px solid #ffffff;
    border-radius: 30px;
}

.app-info {
    text-align: left;
    font-size: 17px;
}

.app-store-badge {
    height: 40px;
}
.app-store{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.footer {
    font-size: 13px;
    opacity: 0.8;
    padding: 10px;
    background: #58595b;
    text-align: center;
    font-weight: 400;
}

a{
    text-decoration: none;
}

.download-link {
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 20px;
    display: inline-block;
}

.thank-you-message {
    font-size: 18px;
    margin-bottom: 20px;
}
.instruct{
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}
.instruct p{
    width: 60%;
}
.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.home-button {
    background-color: #555;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 30px;
    font-weight: bold;
    text-decoration: none;
    width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-button:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.35);
}

.tpt-button {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 10px 20px;
    width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tpt-button:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.35);
}
.tpt-img{
    width: 120px;
    height: 25px;
}

@media (max-width: 768px){
    .instruct p{
        width: 100%;
    }
    .create-form{
        flex-direction: column;
    }
    .create-label {
        text-align: start;
        width: 100%;
    }
    .input-name {
        width: 100%;
    }
    .createform-button{
        width: 100%;
    }
}

.log-section {
    display: flex;
    justify-content: center;
}

.log-container {
    width: 100%;
    max-width: 500px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    color: #58595b;
    text-align: left;
    margin-bottom: 50px;
}

.tab-header {
    display: flex;
    background-color: #f1f1f1;
}

.tab-button {
    flex: 1;
    padding: 15px;
    border: none;
    background-color: #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.tab-button.active {
    background-color:#5a5a5a ;
    color: white;
}

.tab-content {
    padding: 30px;
}
.tab-content.active {
    display: block;
  }
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px !important;
    font-size: 16px;
    box-sizing: border-box;
}

.form-group input:focus {
    border-color: #45a3e5;
    outline: none;
    box-shadow: 0 0 5px rgba(69, 163, 229, 0.3);
}

.form-check {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.form-check input {
    margin-right: 10px;
}

.button {
    display: block;
    width: 100%;
    padding: 14px;
    background-color: #5a5a5a; /* Gray button like in the image */
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #4a4a4a;
}

.forgot-password {
    text-align: center;
    margin-top: 20px;
}

.forgot-password a {
    color: #45a3e5;
    text-decoration: none;
}

.forgot-password a:hover {
    text-decoration: underline;
}

.alternative-login {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.alternative-login p {
    margin-bottom: 15px;
    color: #666;
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-button {
    width: 40px;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    cursor: pointer;
  }
  
  .social-button:hover {
    background-color: #e0e0e0;
  }
  
  .social-button svg {
    width: 20px;
    height: 20px;
  }
.tpt-logo {
    width: 140px;
    margin-top: 15px;
}

.hide {
    display: none;
}

.error-message {
    color: #e74c3c;
    font-size: 14px;
    margin-top: 5px;
}
        /* Forgot Password Styling */
        .forgot-password-header {
            text-align: center;
            margin-bottom: 20px;
        }
        
        .forgot-password-header h2 {
            font-size: 24px;
            color: #5a5a5a;
            margin-bottom: 10px;
        }
        
        .forgot-password-header p {
            color: #666;
            font-size: 15px;
            line-height: 1.5;
        }
        
        .back-link {
            display: block;
            text-align: center;
            margin-top: 20px;
            color: #45a3e5;
            text-decoration: none;
            font-size: 15px;
        }
        
        .back-link:hover {
            text-decoration: underline;
        }

/* For iPad indication */
.ipad-note {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.app-store-badge {
    display: block;
    margin: 10px auto;
    width: 120px;
}


.navbar-container {
    width: 100%;
    position: relative;
}

/* Background colors */
.bg-blue {
    background-color: transparent; /* Light blue from the image */
    height: 50px;
    width: 100%;
}

.bg-gray {
    background-color: #5a5a5a; /* Dark gray from the image */
    height: 50px;
    width: 100%;
}

/* Logo styling */
.logo-nav {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 10;
}




.hide {
    display: none;
}







/* Navigation menu */
.nav-menu {
    display: flex;
    height: 50px;
    justify-content: flex-end;
    padding: 0;
}

.nav-item {
    color: white;
    font-weight: bold;
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.nav-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-item.active {
    background-color: #45a3e5;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #45a3e5 !important;
} 
.nav-item.active::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    margin-right: 10px;
}

.dropdown-arrow {
    display: inline-block;
    margin-left: 5px;
}
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
/* Show the dropdown on hover */
.dropdown:hover .dropdown-menu{
    display: block;
    top: 50px;
    left: 0;
  }
/* Responsive design */
.mobile-menu-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 55px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 100;
}

@media (max-width: 768px) {
    .logo {
        left: 10px;
    }
    
    .logo-circle {
        width: 120px;
        height: 120px;
    }
    
    .logo-text-start, .logo-text-dot {
        font-size: 26px;
    }
    
    .nav-menu {
        display: none;
        position: absolute;
        top: 270px;
        left: 0;
        width: 100%;
        background-color: #5a5a5a;
        flex-direction: column;
        padding-left: 0;
        z-index: 1;
    }

    
    .nav-menu.show {
        display: flex;
    }
    
    .nav-item {
        width: 100%;
        padding: 15px 20px;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background-color: #5a5a5a;
        text-align: right;
        justify-content: center;

    }
    .logo-nav{
        left: 8px;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
}

.table-container {
    max-width: 1000px;
    margin: 100px auto 50px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
  }
  
  .header h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333333;
  }
  
  .styled-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    color: #5a5a5a;
  }
  
  .styled-table thead tr {
    background-color: #5a5a5a;
    color: #ffffff;
    text-align: left;
  }
  
  .styled-table th,
  .styled-table td {
    padding: 12px 15px;
    border: 1px solid #dddddd;
  }
  tr td:first-child{
    text-align: left;
  }
  
  .styled-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  
  .styled-table tbody tr:hover {
    background-color: #f1f1f1;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  

  /*update passward*/

  #update-password-form{
    padding: 30px;
  }
  #update-password-form h4{
    text-align: center;
    font-weight: 500;
  }


  .profile-form {
    max-width: 600px;
    margin: 20px auto;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    color: #5a5a5a;
    text-align: start;
    margin-top: 75px;
  }
  .profile-avatar {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
  }
  .form-group textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px !important;
    font-size: 16px;
    box-sizing: border-box;
  }
  .form-group textarea:focus {
    border-color: #45a3e5;
    outline: none;
    box-shadow: 0 0 5px rgba(69, 163, 229, 0.3);
}
.password-wrapper {
    position: relative;
  }
  
  .password-wrapper input {
    width: 100%;
    padding-right: 40px; /* Space for the eye icon */
  }
  
  .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .eye-icon, .eye-slash {
    width: 24px;
    height: 24px;
  }
  .icon-wrapper {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
  }

  .eye-icon, .eye-slash {
    position: absolute;
    top: 0;
    left: 0;
  }

  .eye-icon {
    z-index: 1;
  }

  .eye-slash {
    z-index: 2;
  }