/* _content/AppWeb/Pages/Components/CommunityEvents/Default.cshtml.rz.scp.css */
body[b-kjc8rc63r1] {
}
/* _content/AppWeb/Pages/Components/Dushera2025/Default.cshtml.rz.scp.css */
.gallery-section[b-g897fdowli] {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.section-header[b-g897fdowli] {
    text-align: center;
    margin-bottom: 40px;
}

    .section-header h2[b-g897fdowli] {
        color: #d93025;
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .section-header .subtitle[b-g897fdowli] {
        color: #ff8c00;
        font-size: 1.2rem;
        font-weight: 500;
    }

    .section-header .decorative-line[b-g897fdowli] {
        width: 100px;
        height: 4px;
        background: linear-gradient(to right, #d93025, #ff8c00);
        margin: 20px auto;
        border-radius: 2px;
    }

.carousel-item img[b-g897fdowli] {
    height: 600px;
    object-fit: cover;
    border-radius: 15px;
}

.carousel-control-prev-icon[b-g897fdowli],
.carousel-control-next-icon[b-g897fdowli] {
    background-color: rgba(217, 48, 37, 0.8);
    border-radius: 50%;
    padding: 20px;
}

.carousel-indicators button[b-g897fdowli] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d93025;
}

.carousel-caption[b-g897fdowli] {
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px 20px;
    border-radius: 0 0 15px 15px;
}

    .carousel-caption h5[b-g897fdowli] {
        font-size: 1.5rem;
        font-weight: 600;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

.thumbnail-container[b-g897fdowli] {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.thumbnail[b-g897fdowli] {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

    .thumbnail:hover[b-g897fdowli] {
        transform: scale(1.1);
        border-color: #d93025;
        box-shadow: 0 5px 15px rgba(217, 48, 37, 0.3);
    }

    .thumbnail.active[b-g897fdowli] {
        border-color: #ff8c00;
        box-shadow: 0 5px 15px rgba(255, 140, 0, 0.5);
    }

.event-info[b-g897fdowli] {
    margin-top: 40px;
    padding: 25px;
    background: linear-gradient(135deg, #fff5f5 0%, #fff8e1 100%);
    border-radius: 15px;
    border-left: 5px solid #d93025;
}

    .event-info h4[b-g897fdowli] {
        color: #d93025;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .event-info p[b-g897fdowli] {
        color: #555;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .event-info .icon[b-g897fdowli] {
        color: #ff8c00;
        margin-right: 10px;
    }

/* ===== Slideshow Container Styles ===== */
.slideshow-container[b-g897fdowli] {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background-color: #000;
    border-radius: 15px;
    overflow: hidden;
}

.slide[b-g897fdowli] {
    display: none;
    position: relative;
    width: 100%;
}

.slide.active[b-g897fdowli] {
    display: block;
}

.slide-image[b-g897fdowli] {
    width: 100%;
    height: 500px;
    object-fit: cover;
 display: block;
}

/* Slide Caption Styles */
.slide-caption[b-g897fdowli] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5), transparent);
    color: white;
    padding: 40px 30px 30px;
    text-align: center;
}

.slide-caption h4[b-g897fdowli] {
  font-size: 1.8rem;
 font-weight: 700;
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.slide-caption p[b-g897fdowli] {
    font-size: 1.1rem;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

/* Navigation Arrows */
.prev[b-g897fdowli], .next[b-g897fdowli] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
  padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s ease;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    user-select: none;
    z-index: 10;
}

.next[b-g897fdowli] {
    right: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.prev[b-g897fdowli] {
    left: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.prev:hover[b-g897fdowli], .next:hover[b-g897fdowli] {
    background-color: rgba(217, 48, 37, 0.8);
    transform: scale(1.1);
}

/* Dots Indicator Styles */
.dots-container[b-g897fdowli] {
    padding: 20px 0;
}

.dot[b-g897fdowli] {
    cursor: pointer;
    height: 15px;
    width: 15px;
 margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.dot.active[b-g897fdowli] {
    background-color: #d93025;
}

.dot:hover[b-g897fdowli] {
    background-color: #ff8c00;
}

/* Transition Controls */
.transition-controls[b-g897fdowli] {
    margin: 20px 0;
}

.transition-selector[b-g897fdowli] {
  padding: 10px 15px;
    font-size: 1rem;
    border: 2px solid #d93025;
    border-radius: 5px;
    background-color: white;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.transition-selector:hover[b-g897fdowli] {
    background-color: #f5f5f5;
 box-shadow: 0 2px 8px rgba(217, 48, 37, 0.3);
}

.transition-selector:focus[b-g897fdowli] {
    outline: none;
    border-color: #ff8c00;
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.3);
}

/* ===== Transition Effects ===== */

/* Fade Transition */
.slide.fade[b-g897fdowli] {
    animation: fade-b-g897fdowli 1s ease-in-out;
}

@keyframes fade-b-g897fdowli {
    from { opacity: 0; }
  to { opacity: 1; }
}

/* Slide Transition */
.slide.slide-transition[b-g897fdowli] {
animation: slideIn-b-g897fdowli 0.8s ease-in-out;
}

@keyframes slideIn-b-g897fdowli {
    from {
     transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Zoom Transition */
.slide.zoom-transition[b-g897fdowli] {
    animation: zoomIn-b-g897fdowli 0.8s ease-in-out;
}

@keyframes zoomIn-b-g897fdowli {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Rotate Transition */
.slide.rotate-transition[b-g897fdowli] {
    animation: rotateIn-b-g897fdowli 0.8s ease-in-out;
}

@keyframes rotateIn-b-g897fdowli {
    from {
        transform: rotate(-5deg) scale(0.9);
        opacity: 0;
    }
    to {
  transform: rotate(0) scale(1);
        opacity: 1;
    }
}

/* Auto-play Button */
#autoPlayToggle[b-g897fdowli] {
    transition: all 0.3s ease;
}

#autoPlayToggle:hover[b-g897fdowli] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(217, 48, 37, 0.3);
}

#autoPlayToggle.playing[b-g897fdowli] {
    background-color: #d93025 !important;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .slide-image[b-g897fdowli] {
        height: 350px;
    }

    .slide-caption[b-g897fdowli] {
        padding: 30px 20px 20px;
    }

    .slide-caption h4[b-g897fdowli] {
        font-size: 1.4rem;
    }

    .slide-caption p[b-g897fdowli] {
    font-size: 0.95rem;
    }

    .prev[b-g897fdowli], .next[b-g897fdowli] {
    padding: 12px;
        font-size: 16px;
    }

    .dot[b-g897fdowli] {
        height: 12px;
        width: 12px;
        margin: 0 4px;
    }
}

@media (max-width: 480px) {
    .slide-image[b-g897fdowli] {
        height: 250px;
    }

    .slide-caption[b-g897fdowli] {
      padding: 20px 15px 15px;
    }

    .slide-caption h4[b-g897fdowli] {
    font-size: 1.2rem;
    }

    .slide-caption p[b-g897fdowli] {
      font-size: 0.9rem;
    }

    .prev[b-g897fdowli], .next[b-g897fdowli] {
        padding: 10px;
        font-size: 14px;
    }
}
/* _content/AppWeb/Pages/Index.cshtml.rz.scp.css */
#maharana-pratap[b-8unoo4fqn8] {
    margin-top: 20px;
}

.quote-section[b-8unoo4fqn8] {
    color: #fff;
    position: relative;
    overflow: hidden;
}

.quote-box[b-8unoo4fqn8] {
    background: linear-gradient(135deg, #8B0000 0%, #FF6B35 100%);
    border-left: 15px solid #FFD700;
    padding: 10px 30px;
    margin: 20px 0;
    border-radius: 10px;
    position: relative;
}

.quote-text[b-8unoo4fqn8] {
    font-size: 1.4rem;
    font-style: italic;
    position: relative;
}

.quote-text-hi[b-8unoo4fqn8] {
    font-family: "Rozha One", serif;
    font-style: italic;
    font-size: 1.8rem;
    position: relative;
}

.quote-author[b-8unoo4fqn8] {
    font-size: 1.1rem;
    margin-top: 15px;
    text-align: right;
    font-weight: 600;
}

.vc[b-8unoo4fqn8] {
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center; /* vertical */
}

.committee-image-container[b-8unoo4fqn8] {
    position: relative;
    margin: 0 auto;
    padding: 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(139, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .committee-image-container:hover[b-8unoo4fqn8] {
        transform: translateY(-5px);
        box-shadow: 0 15px 50px rgba(139, 0, 0, 0.25);
    }

    .committee-image-container[b-8unoo4fqn8]::before {
        content: '';
        position: absolute;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        background: linear-gradient(135deg, var(--krs-dark), var(--krs-color1), var(--krs-color2));
        border-radius: 22px;
        z-index: -1;
        opacity: 0.3;
    }

.committee-image[b-8unoo4fqn8] {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
}

.decorative-corner[b-8unoo4fqn8] {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid #FFA500;
}

    .decorative-corner.top-left[b-8unoo4fqn8] {
        top: 18px;
        left: 18px;
        border-right: none;
        border-bottom: none;
    }

    .decorative-corner.top-right[b-8unoo4fqn8] {
        top: 18px;
        right: 18px;
        border-left: none;
        border-bottom: none;
    }

    .decorative-corner.bottom-left[b-8unoo4fqn8] {
        bottom: 18px;
        left: 18px;
        border-right: none;
        border-top: none;
    }

    .decorative-corner.bottom-right[b-8unoo4fqn8] {
        bottom: 18px;
        right: 18px;
        border-left: none;
        border-top: none;
    }

.info-badge[b-8unoo4fqn8] {
    position: absolute;
    bottom: 45px;
    right: 45px;
    background: linear-gradient(135deg, var(--primary-color), #A52A2A);
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(139, 0, 0, 0.3);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .info-badge i[b-8unoo4fqn8] {
        font-size: 1.2rem;
    }


    /********** our initiatives ************/
.initiative-card[b-8unoo4fqn8] {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: none;
}

    .initiative-card:hover[b-8unoo4fqn8] {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }

.initiative-icon[b-8unoo4fqn8] {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
}

.library-icon[b-8unoo4fqn8] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.qr-icon[b-8unoo4fqn8] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.initiative-btn[b-8unoo4fqn8] {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
}

.mediation-btn[b-8unoo4fqn8] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

    .mediation-btn:hover[b-8unoo4fqn8] {
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        color: white;
    }

.library-btn[b-8unoo4fqn8] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

    .library-btn:hover[b-8unoo4fqn8] {
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(240, 147, 251, 0.4);
        color: white;
    }

.qr-btn[b-8unoo4fqn8] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

    .qr-btn:hover[b-8unoo4fqn8] {
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(79, 172, 254, 0.4);
        color: white;
    }

.coming-soon-icon[b-8unoo4fqn8] {
    font-size: 5rem;
    color: var(--krs-color1);
    margin-bottom: 1rem;
}

@media screen and (max-width: 450px) {
    .committee-image-container[b-8unoo4fqn8] {
        padding: 15px;
        border-radius: 20px;
    }

    .committee-image[b-8unoo4fqn8] {
        border-radius: 5px;
    }

    .decorative-corner.top-left[b-8unoo4fqn8] {
        top: 6px;
        left: 6px;
    }

    .decorative-corner.top-right[b-8unoo4fqn8] {
        top: 6px;
        right: 6px;
    }

    .decorative-corner.bottom-left[b-8unoo4fqn8] {
        bottom: 6px;
        left: 6px;
    }

    .decorative-corner.bottom-right[b-8unoo4fqn8] {
        bottom: 6px;
        right: 6px;
    }
}
/* _content/AppWeb/Pages/Launch.cshtml.rz.scp.css */

html[b-alplrorl3k], body[b-alplrorl3k] {
    margin: 20px;
    padding: 0;
    box-sizing: border-box;
}

body[b-alplrorl3k] {
    font-family: 'Georgia', 'Times New Roman', serif;
    background: linear-gradient(135deg, #8B0000 0%, #DC143C 50%, #FF6347 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
}

/* Decorative elements */
.decoration[b-alplrorl3k] {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 3px solid rgba(255, 215, 0, 0.3);
    border-radius: 50%;
    animation: rotate-b-alplrorl3k 20s linear infinite;
}

    .decoration span[b-alplrorl3k] {
        display: block;
        width: 9px;
        height: 9px;
        background-color: yellow;
        border-radius: 50%;
        position: relative;
        top: 62px;
    }

    .decoration:nth-child(1)[b-alplrorl3k] {
        top: 10%;
        left: 10%;
        animation-delay: 0s;
    }

    .decoration:nth-child(2)[b-alplrorl3k] {
        bottom: 10%;
        right: 10%;
        animation-delay: -10s;
        width: 150px;
        height: 150px;
    }

@keyframes rotate-b-alplrorl3k {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.container[b-alplrorl3k] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    max-width: 95%;
    position: relative;
    border: 2px solid rgba(255, 215, 0, 0.5);
}

.logo-section[b-alplrorl3k] {
    margin-bottom: 2rem;
}

.logo-placeholder[b-alplrorl3k] {
    width: 140px;
    height: 140px;
    background: linear-gradient(45deg, #8B0000, #DC143C);
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border: 3px solid #FFD700;
}

.logo-text[b-alplrorl3k] {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.main-title[b-alplrorl3k] {
    color: #8B0000;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.subtitle[b-alplrorl3k] {
    color: #DC143C;
    font-size: clamp(1rem, 3vw, 1.3rem);
    margin-bottom: 2rem;
    font-style: italic;
}

.coming-soon[b-alplrorl3k] {
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: bold;
    background: linear-gradient(45deg, #8B0000, #DC143C, #FF6347);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    animation: pulse-b-alplrorl3k 2s ease-in-out infinite alternate;
}

@keyframes pulse-b-alplrorl3k {
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

.description[b-alplrorl3k] {
    font-family: Quicksand,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;
    color: #555;
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.countdown[b-alplrorl3k] {
    background: linear-gradient(45deg, #8B0000, #DC143C);
    color: white;
    padding: 1.5rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.countdown-title[b-alplrorl3k] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #FFD700;
}

.countdown-timer[b-alplrorl3k] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.time-unit[b-alplrorl3k] {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.8rem;
    border-radius: 10px;
    min-width: 60px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.time-number[b-alplrorl3k] {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFD700;
}

.time-label[b-alplrorl3k] {
    display: block;
    font-size: 0.8rem;
    margin-top: 0.2rem;
    opacity: 0.9;
}

.contact-info[b-alplrorl3k] {
    background: rgba(139, 0, 0, 0.1);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid rgba(220, 20, 60, 0.3);
}

.contact-title[b-alplrorl3k] {
    color: #8B0000;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.contact-details[b-alplrorl3k] {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

    .contact-details strong[b-alplrorl3k] {
        color: #8B0000;
    }

#launchDateText[b-alplrorl3k] {
    font-family: Quicksand,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;
    margin-top: 18px;
    font-size: 21px;
}

.notification[b-alplrorl3k] {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
}

    .notification.show[b-alplrorl3k] {
        transform: translateX(0);
        opacity: 1;
    }


.password-section[b-alplrorl3k] {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.password-label[b-alplrorl3k] {
    color: #666;
    font-size: 0.95em;
    margin-bottom: 15px;
}

.password-form[b-alplrorl3k] {
    display: flex;
    gap: 10px;
}

input[type="password"][b-alplrorl3k] {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1em;
    transition: border-color 0.3s;
}

    input[type="password"]:focus[b-alplrorl3k] {
        outline: none;
        border-color: #667eea;
    }

button[b-alplrorl3k] {
    padding: 12px 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

    button:hover[b-alplrorl3k] {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    }

    button:active[b-alplrorl3k] {
        transform: translateY(0);
    }


/* Mobile optimizations */
@media (max-width: 768px) {
    .container[b-alplrorl3k] {
        padding: 2rem 1.5rem;
        margin: 1rem;
        border-radius: 15px;
    }

    .countdown-timer[b-alplrorl3k] {
        gap: 0.5rem;
    }

    .time-unit[b-alplrorl3k] {
        min-width: 50px;
        padding: 0.6rem;
    }

    .decoration[b-alplrorl3k] {
        display: none;
    }
}

@media (max-width: 480px) {
    .main-title[b-alplrorl3k] {
        font-size: 1.14rem;
    }

    .container[b-alplrorl3k] {
        margin: 0;
        padding: 1.5rem 1rem;
    }

    .logo-placeholder[b-alplrorl3k] {
        width: 140px;
        height: 140px;
    }

    .logo-text[b-alplrorl3k] {
        font-size: 1.5rem;
    }
}
/* _content/AppWeb/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-9x1habsr7a] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-9x1habsr7a] {
  color: #0077cc;
}

.btn-primary[b-9x1habsr7a] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-9x1habsr7a], .nav-pills .show > .nav-link[b-9x1habsr7a] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-9x1habsr7a] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-9x1habsr7a] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-9x1habsr7a] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-9x1habsr7a] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-9x1habsr7a] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
