* {
    box-sizing: border-box;
    text-decoration: none
}

*,body,html {
    margin: 0;
    padding: 0
}

body,html {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
}

html {
    scroll-behavior: smooth
}

h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase
}

h2 {
    font-size: 20px;
    font-weight: 600
}

a {
    color: inherit;
    text-decoration: none
}

.error-message {
    color: red;
    font-weight: 500;
    font-size: 18px;
    padding-top: 40px
}

.page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    line-height: 18px;
    background-color: #fff;
    border-radius: 8px;
    margin: 8px
}

.page-container .page-title {
    color: #e00303;
    padding: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-bottom: 2px solid;
    text-align: center
}

.page-container .page-content {
    padding: 16px
}

.page-container .page-content .note {
    margin-bottom: 16px
}

.Layout_layout__fMmlh {
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: 100vh;
    height: 100%;
    font-size: 14px;
    color: #303030
}

.Layout_main__gmMSA {
    width: 100%;
    max-width: 720px;
    margin: 12px auto;
    flex: 1 1
}

@import"https://unpkg.com/css.gg@2.0.0/icons/css/link.css";.static-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 18px;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    font-style: italic
}

.main-heading {
    margin: 15px 0
}

.main-heading,.main-heading span {
    display: flex;
    align-items: center;
    justify-content: center
}

.main-heading span {
    background: #516fff;
    color: #f3f3f3;
    width: 40px;
    height: 40px;
    font-size: 28px;
    font-weight: 700;
    border-radius: 100%;
    margin-right: 15px
}

.section {
    background: #f9f9f9;
    padding: 12px;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 20px
}

.section img {
    max-width: 100%;
    border: 1px solid;
    border-radius: 12px;
    height: auto
}

.section .heading {
    text-transform: uppercase;
    color: #516fff
}

.section .content {
    margin-top: 12px
}

.section .links {
    padding: 12px
}

.section .links a {
    background: rgba(81,111,255,.3);
    padding: 12px;
    display: block;
    margin: 12px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    display: flex;
    gap: 12px
}

.break-icon {
    margin: 12px 0;
    font-size: 24px
}

.break-icon i {
    color: #516fff
}

.note {
    margin: 12px 0;
    word-break: break-word
}

.underline {
    text-decoration: underline
}

.icon-link {
    text-decoration: none!important;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.uppercase {
    text-transform: uppercase
}

.bold {
    font-weight: 700
}

.mar-10 {
    margin: 12px
}

.mar-15 {
    margin: 15px
}

.mar-top-10 {
    margin-top: 12px
}

.mar-top-15 {
    margin-top: 15px
}

.mar-top-20 {
    margin-top: 20px
}

.hl-black {
    background: #000
}

.hl-black,.hl-blue {
    color: #f3f3f3;
    padding: 4px 8px;
    border-radius: 6px;
    margin: 4px
}

.hl-blue {
    background: #516fff
}

.bg-light-green-1 {
    background: rgba(0,174,214,.18)
}

.bg-light-green-1,.bg-light-green-2 {
    padding: 12px;
    margin: 12px 6px;
    border-radius: 12px
}

.bg-light-green-2 {
    background: rgba(0,214,66,.18)
}

.bg-light-red-1 {
    background: rgba(214,0,0,.18)
}

.bg-light-purple-1,.bg-light-red-1 {
    padding: 12px;
    margin: 12px 6px;
    border-radius: 12px
}

.bg-light-purple-1 {
    background: rgba(33,0,214,.18)
}

.bg-light-yellow-1 {
    background: rgba(255,234,81,.278)
}

.bg-light-brown-1,.bg-light-yellow-1 {
    padding: 12px;
    margin: 12px 6px;
    border-radius: 12px
}

.bg-light-brown-1 {
    background: rgba(165,42,42,.322)
}

.bg-white {
    background: #fff;
    padding: 12px;
    margin: 12px 6px;
    border-radius: 12px
}

.half-red {
    background: linear-gradient(90deg,red 53%,#fff 0)
}

.full-red,.half-red {
    border: 1px solid red;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700
}

.full-red {
    background: red;
    color: #f3f3f3
}

hr {
    border-top: 1px solid #ccc
}

.sangam-list {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    width: 300px;
    margin: 32px auto;
    grid-row-gap: 20px;
    row-gap: 20px;
    justify-items: center
}

.sangam-list .sangam-item {
    background: #fff;
    color: #333;
    border: 1px solid #cacaca;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 767px) {
    .panel-chart>table {
        width:100%;
        font-size: 12px
    }

    .panel-chart>table>tbody>tr>td {
        padding: 12px 0
    }
}

.Footer_footer__Q5T55 {
    text-align: center;
    padding: 24px;
    background-color: #303030;
    color: #fff;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.Footer_footer__Q5T55 a {
    text-decoration: underline
}

.Drawer_root__ovpQ_ {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: flex
}

.Drawer_backdrop__iyGnk {
    flex: 1 1;
    opacity: 0;
    background: rgba(0,0,0,.5);
    transition: all .2s ease-in-out
}

.Drawer_container__h8miF {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    transform: translateX(100%);
    transition: all .2s ease-in-out;
    box-shadow: 0 0 3px #ccc
}

.Drawer_closeButton__BhqJM {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 28px;
    height: 28px;
    cursor: pointer
}

.Drawer_closeButton__BhqJM,.Header_header__NLhag {
    display: flex;
    align-items: center;
    justify-content: center
}

.Header_header__NLhag {
    padding: 16px 12px;
    background-color: #fff;
    box-shadow: 0 2px 5px #ccc
}

.Header_logo__SAQTw {
    font-size: 32px;
    letter-spacing: 2px
}

.Header_menuIconContainer__ZdmS8 {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.Header_nav__oYJNb {
    display: block;
    background-color: #fff;
    width: 240px;
    height: 100%;
    padding: 32px 16px 16px;
    text-align: center;
    font-style: italic
}

.Header_nav__oYJNb a {
    color: #303030;
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
    text-decoration: underline
}

@font-face {
    font-family: __brownies_c86deb;
    src: url(/_next/static/media/6c2bd3674486b571-s.p.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: __brownies_Fallback_c86deb;
    src: local("Arial");
    ascent-override:110.81%;descent-override:36.94%;line-gap-override:0%;size-adjust:67.68%}

.__className_c86deb {
    font-family: __brownies_c86deb,__brownies_Fallback_c86deb
}
