#pay-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.99);
    z-index: 1000;
}

#pay-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    border-style: solid;
    border-radius: 30px;
}

#close-pay-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 2em;
    cursor: pointer;
    z-index: 1001;
    transition: fade 3s ease;
}

#close-pay-overlay:hover {
    color: #ccc;
}

.helpInput {
    background-color: #5f5f5f;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    border: none;
    width: 600px;
    height: 50px;
    font-size: 2em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}


.issueInput {
    background-color: #5f5f5f;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    border: none;
    width: 600px;
    height: 200px;
    font-size: 2em;
    resize: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.helpSubmit {
    width: 300px;
    height: 100px;
    background-color: #5f5f5f;
    border-radius: 20px;
    border: none;
    color: white;
    font-size: 2em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    cursor: pointer;

}

.homelinksholder::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 20px #00000080;
}

.homelinksholder::-webkit-scrollbar-thumb {
    background-color: #7d7d7d;
    border-radius: 10px;
}

.homelinksholder::-webkit-scrollbar-thumb:hover {
    background-color: #7d7d7d9a;
}

.homelinksholder::-webkit-scrollbar-track {
    background-color: #1f1f1f;
    border-radius: 10px;
}

.homelinksholder::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 20px #00000080;
}

.homelinksholder::-webkit-scrollbar-thumb {
    background-color: #7d7d7d;
    border-radius: 10px;
}

.homelinksholder::-webkit-scrollbar-thumb:hover {
    background-color: #7d7d7d9a;
}

.homelinksholder::-webkit-scrollbar-track {
    background-color: #1f1f1f;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 14px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #7d7d7d;
    transition: background-color 0.3s;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #7d7d7d9a;
}

::-webkit-scrollbar-track {
    background-color: #1f1f1f;
}

.YT-Embed {
    width: 100vw;
    max-width: 100%;
    aspect-ratio: 16 / 9;
}

.YT-Embedded {
    width: 90%;
    height: 100%;
    border: none;
}