.bg-image{
    background-image: url('https://mdbootstrap.com/img/Photos/Others/images/76.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.template-card{
    background: #e7ddd0;
}

.selected-template {
    border: 2px solid #f3170d !important; 
}
.template-item{
    border: 2px solid #329d4a; 
    background-color: #9edb9f;
    border-radius: 5px;
}

.template-item img{
    object-fit: cover;
    /* height: 305px; */
    width: 100%;
}
.download-template{
    border: 2px solid #2D9C6E !important; 
    background-color: #fff;
    border-radius: 5px;
    font-size: 15px;
}
.btn-green{
    background-color: #00E887
}
.text-14px{
    font-size:14px;
}
.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main.flex-fill {
    flex: 1;
}
.responsive-heading {
    font-size: 30px;
}
.responsive-notes{
    font-size: 16px;
}
.responsive-template-generator-heading{
    font-size: 26px;
}
.btn-outline-green {
    border: 1px solid #28a745; /* Green border */
    color: #28a745;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}
.btn-outline-green:hover {
    background-color: #28a745;
    color: #fff;
    border-color: #28a745;
}
.btn-outline-green.active {
    background-color: #28a745 !important;
    color: #fff !important;
    border-color: #fff !important; /* White border */
}
.black-header{
    background-color: #333333;
    color: #fff
}
.table-bordered th,
.table-bordered td {
    border: 2px solid #9d9c9c !important; 
}
.table-bordered {
    border: 2px solid #9d9c9c !important;
}
.navbar-nav .link_li:hover .nav-link span {
    color: #ffffff !important; /* Change this to any color you like */
}
.logout-page {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
}

.logout-icon {
    font-size: 5rem;
    color: #198754;
    animation: bounce 1.5s infinite;
}

.logout-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #333;
}

.logout-message {
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 30px;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.welcome-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 2rem;
    flex-direction: column;
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    animation: fadeIn 1.5s ease-in-out;
}

.logo-icon {
    font-size: 5rem;
    color: #fff;
    margin-right: 0.5rem;
}

.brand-name {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.welcome-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.welcome-subheading {
    font-size: 1.2rem;
    font-weight: 500;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.welcome-btn {
    font-size: 1.1rem;
    padding: 0.75rem 2rem;
    background-color: #fff;
    color: #1d2b64;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.welcome-btn:hover {
    background-color: #1d2b64;
    color: #fff;
    text-decoration: none;
}
.help-welcome-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
    color: #333;
}
.help-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.help-brand-logo .logo-icon {
    font-size: 2.5rem;
    color: #fff;
    margin-right: 0.5rem;
}
.help-welcome-heading {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}
.step-box {
    background: #e7ddd0;
    border-radius: 15px;
    padding: 1rem 1.5rem;
    margin: 1rem auto;
    max-width: 700px;
    text-align: left;
    width: 100%;
}

.step-box h5 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.step-box p {
    font-size: 0.95rem;
    margin-bottom: 0;
}
.margin-left {
    margin-left: 74px;
}
.logo-group {
    height: 46px;
    width: 100%;
}
.page-wrap {
    min-height: 80vh;
    padding: 2rem;
}

.emoji-icon {
    font-size: 5rem;
}

.expired-heading {
    font-size: 2.5rem;
    font-weight: bold;
    /* color: #3333; */
}

.expired-subheading,
.expired-description,
.expired-contact {
    font-weight: bold;
}

.expired-subheading {
    font-size: 1.5rem;
    color: #fff;
}

.expired-description {
    font-size: 1.1rem;
    color: #000;
}

.expired-contact {
    font-size: 1.1rem;
    color: #fff;
}
@media (max-width: 310px) {
    .logo-group {
        height: 36px !important;
        width: 80% !important;
    }
    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
    .logout-heading {
        font-size: 1.2rem;
    }

    .logout-message {
        font-size: 0.85rem;
    }

    .logout-icon {
        font-size: 2.2rem;
    }
    .emoji-icon {
        font-size: 2.5rem;
    }

    .expired-heading {
        font-size: 1.3rem;
    }

    .expired-subheading,
    .expired-description,
    .expired-contact {
        font-size: 0.85rem;
    }
}
@media (max-width: 576px) {
    .step-box h5 {
        font-size: 1rem;
    }
    .step-box p {
        font-size: 0.9rem;
    }
}
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}
@media (max-width: 768px) {
    .responsive-heading {
        font-size: 22px;
    }
    .responsive-notes {
        font-size: 14px;
    }
    .responsive-template-generator-heading{
        font-size: 24px;
    }
    .logout-heading {
        font-size: 1.6rem;
    }

    .logout-message {
        font-size: 1rem;
    }

    .logout-icon {
        font-size: 3rem;
    }
    .emoji-icon {
        font-size: 4rem;
    }

    .expired-heading {
        font-size: 2rem;
    }

    .expired-subheading {
        font-size: 1.3rem;
    }

    .expired-description,
    .expired-contact {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .responsive-heading {
        font-size: 20px;
    }
    .responsive-notes {
        font-size: 14px;
    }
    .responsive-template-generator-heading{
        font-size: 22px;
    }
    .help-brand-logo .logo-icon {
        font-size: 2rem;
    }
    .help-welcome-heading {
        font-size: 1.5rem;
    }
    .logout-heading {
        font-size: 1.4rem;
    }

    .logout-message {
        font-size: 0.9rem;
    }

    .logout-icon {
        font-size: 2.5rem;
    }
    .emoji-icon {
        font-size: 3.2rem;
    }

    .expired-heading {
        font-size: 1.6rem;
    }

    .expired-subheading {
        font-size: 1.1rem;
    }

    .expired-description,
    .expired-contact {
        font-size: 0.95rem;
    }
}
