body.page-template-event-papers {
    background: #204666;
    background: linear-gradient(90deg, rgba(32, 70, 102, 1) 0%, rgba(60, 106, 143, 1) 35%, rgba(161, 179, 194, 1) 100%);
}

.custom-protected-wrapper {
    display: flex;
    justify-content: center;
}

.paper-gate {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    padding: 60px 10px 0 10px;

}

.paper-password-gate {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: rgba(255, 255, 255, 0.1);
    /* translucent */
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-radius: 1rem;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.paper-gate-text h2 {
    color: #ffffff;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.paper-gate-text span {
    color: white;
    margin-bottom: 0.5rem;

}

.paper-gate-text span a {
    color: white;

}

.custom-password-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-bottom: 24px;
    padding-top: 24px;
}

.custom-password-form input[type="password"] {
    width: 70%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #fafafa;
    border-radius: 0px;
    background: transparent;
    color: white;
    outline: none;
}

.custom-password-form input[type="password"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.custom-password-form button {
    padding: 12px 20px 12px 20px;
    background-color: #204666;
    border: none;
    font-weight: 400;
    color: white;
    border-radius: 12px;
}

.custom-password-form button:hover {
    background: #145a86;
    cursor: pointer;
}

.custom-search-form input[type="number"] {
    padding: 8px 20px 8px 20px;
    border-radius: 20px;
}

.custom-search-form button {
    padding: 8px 14px 8px 14px;
    background-color: #204666;
    border: none;
    font-weight: 400;
    color: white;
    border-radius: 12px;
}

.custom-search-form button:hover {
    background: #145a86;
    cursor: pointer;
}

.search-paper-container {
    display: flex;
    margin: 150px 0px 100px 0px;
    background: #ffffff;
    flex-direction: column;
    padding: 20px;
    gap: 50px;
    width: 90vw;
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.search-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdf-list-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.paper_by_day {
    background: #f4f4f4;
    padding: 40px;
    border-radius: 12px;
}

.paper_by_day h3 {
    margin-bottom: 30px;
    color: #204666;
    text-transform: uppercase;
    font-weight: 600;
}

.paper-listed-heading {
    display: flex;
    gap: 20px;
    align-items: center;
}

.day {
    background: #145a86;
    border-radius: 8px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.day h2 {
    color: #ffffff;
}

.calendar-paper {
    display: grid;
}

.calendar-paper span {
    font-style: italic;
    color: rgb(110, 110, 110);
}

.bg-blue-100 {
    background: #26b0de;
}

.bg-green-100 {
    background: #12a186;
}

.bg-yellow-100 {
    background: #e88e33;
}

.paper_category h4 {
    padding: 24px 0px 16px 0px;
}

.paper_category ul {
    margin: 0px 0px 0px 10px;
    list-style: none;
    padding: 0px;
}

.search-paper-results h3 {
    padding-bottom: 16px;
}

.search-paper-results ul {
    margin: 0px 0px 0px 10px;
    list-style: none;
    padding: 0px;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    -moz-appearance: textfield;
}

.message-paper-number {
    position: absolute;
    bottom: 0px;
    left: 10px;
    font-size: small;
    color: red;
    display: none;
}

.download-zip {
    padding: 12px 16px 12px 16px;
    background-color: #204666;
    border: none;
    font-weight: 400;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-top: 20px;
}

.download-zip:hover {
    background: #145a86;
    cursor: pointer;
}


@media (min-width: 768px) {

    .custom-search-form input[type="number"] {
        min-width: 300px;
    }

    .custom-search-form {
        padding-top: 0px;
    }

    .search-paper-container {
        padding: 80px;
    }

    .paper_category {
        padding-left: 80px
    }

    .paper-container-heading {
        display: flex;
        justify-content: space-between;
    }

    .download-zip {
        margin-top: 0px;
    }
}