body {
    padding-bottom: 40px;
    position: relative;
}

.custom-font-poppins {
    font-family: "Poppins", sans-serif;
}

.custom-header {
    background-color: #ffffff;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.custom-footer {
    background-color: #ffffff;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    color: black;
    position: absolute;
    bottom: 0;
    height: 64px;
}

.custom-main-color {
    color: #f5f5f5;
}

.custom-main-bg-color {
    background: #f5f5f5;
}

.custom-nav-link {
    color: #333;
    text-decoration: none;
    margin-left: 20px;
    margin-bottom: 4px;
    margin-top: 4px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.custom-nav-link:hover,
.custom-nav-link:active {
    background: linear-gradient(97.81deg, #8A87F9 -3.43%, #8A87F9 49.6%, #8A87F9 94.42%);
    border-radius: 10px;
}

.custom-nav-link-active {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 500;
    transition: color 0.3s ease;
    /* background: linear-gradient(97.81deg, #FEBD8F -3.43%, #EB63D3 49.6%, #8A87F9 94.42%); */
    background: #8A87F9;
    border-radius: 10px;
}

.custom-profile-image-round {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.custom-profile-container {
    border: 2px solid #8A87F9;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
    display: flex;
    gap: 4px;
    align-items: center;
}



.custom-login-button {
    background: black;
    color: white;
    padding: 8px 15px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.custom-login-button:hover {
    transform: translateY(-2px);
    color: #8A87F9;
}

.custom-title {
    background: linear-gradient(91.22deg, rgba(113, 47, 254, 0.9) 6.88%, rgba(188, 42, 141, 0.9) 52.57%, rgba(251, 0, 241, 0.9) 69.82%, rgba(255, 0, 107, 0.9) 87.36%, rgba(255, 24, 135, 0.9) 93.2%);
    color: #333;
    font-size: 48px;
    margin-bottom: 10px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 600px) {
   .custom-title {
    font-size: 36px;
   }
}

@media screen and (max-width: 370px) {
    .custom-title {
     font-size: 30px;
    }
 }

.custom-subtitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

.custom-form-container {
    background-color: white;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 720px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.custom-form-group {
    margin-bottom: 25px;
    text-align: left;
}

.custom-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #444;
}



input[type="text"],
select {
    width: 100%;
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

input[type="text"]:focus,
select:focus {
    outline: none;
    border-color: #7028e4;
}

select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 12px top 50%;
    background-size: 12px auto;
}

.custom-button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.custom-button {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.custom-button-submit {
    background: linear-gradient(97.81deg, #FEBD8F -3.43%, #EB63D3 49.6%, #8A87F9 94.42%);
    color: white;
    margin-right: 10px;
}

.custom-button-reset {
    background-color: #e0e0e0;
    color: #333;
    margin-left: 10px;
}

.custom-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-card-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-card {
    flex-basis: calc(50% - 20px);
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    line-height: 40px;
}

.custom-card-header {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0;
}

.custom-history-table {
    width: 100%;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: 50px;
    color: #333;
}

.custom-history-table th, .custom-history-table td {
    padding: 15px;
    text-align: left;
}




.custom-history-table select{
    width: auto;
}


.custom-history-table th {
    background-color: #f9f9f9;
    font-weight: bold;
}

.custom-history-table tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.custom-download-link {
    color: #8a2be2;
    text-decoration: none;
    font-weight: bold;
}
.custom-download-link:hover {
    text-decoration: underline;
}

.custom-terms {
    line-height: 45px;
}

.custom-hr {
    height: 1px;
    width: 100%;
    background-color: #333;
    z-index: 1000;
}