@media only screen and (max-width: 600px) {
    :root{
        --background: #EBECF0;
        --table-background: #ffffff;
        --primary: #101824;
        --gray: #A0A7B1;
        --odd-row: #f6f9ff;
        --gray-background: #EDEEF1;
        --gray-mid: #F1F2F6;
    }

    
body{
    padding:0px;
    margin:0px;
    background-color:#8D85B7;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.until img{
width:30%;
}


.main-bar{
    width:100%;
    height:5vh;
    background-color: #8EACCD;
    border-radius: 0px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-bar-wtp{
    width:50%;
    height:10vh;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.main-bar-wtp h2{
    font-size:2rem;
    color:#594B71;
}

.main-bar-wtp img{
    width:10%;
}

.under-menu{
    width:100%;
    height:7vh;
    display:flex;
    justify-content: center;
}

.under-menu-content{
    width:100%;
    height:5vh;
    border-radius: 0px;
    background-color: #8EACCD;
}

.under-menu-content ul{
    width:100%;
    padding:0px;
    display:flex;
    justify-content: space-around;
}

.under-menu-content ul li{
    list-style: none;
}

.under-menu-content a{
    text-decoration: none;
    color:#594B71;
}

.main-content{
    width:100%;
    height:auto;
    display:flex;
    justify-content: center;
    align-items: center;
}

.fafa-soon-text{
    width: 60%;
    height: 50vh;
    border-radius:50px;
    border: 2px solid #FCAB9B;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.fafa-soon-text h1{
    color:#594B71;
    font-size:4rem;
    text-align:center;
}

.fafa-soon-text h1:hover{
    color:#FCAB9B;

}

.table-widget{
    width:100%;
    background-color: #8EACCD;
    padding: 24px;
    border:none;
    box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    text-align:left;
    overflow-x: auto;
}

.table-widget a{
    text-decoration: none;
    color:#594B71;

}

.table-widget table{
    width:100%;
    border-collapse: collapse;
}

.table-widget caption{
    font-size: 1.12rem;
    font-weight: 700;
    text-align:center;
    color:#594B71;
}

.table-widget th {
    padding: 10px 21px;
    font-size: 0.875rem;
    color:#594B71;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.table-widget th img{
    width:100%;
}

.table-widget thead{
    border-top: 2px solid var(--gray-background)
}

.table-widget tfoot{
    margin-top: 16px;
    border-top: 2px solid var(--gray-background)
}

.table-widget td {
    padding: 8px 16px;
    vertical-align: middle;
}

.table-widget tbody tr{
    cursor: pointer;
}

.table-widget tbody tr:nth-child(odd) {
    background-color: var(--odd-row);
}

.table-widget tbody tr:hover {
    background-color: #e2ecff;
}

.table-row-count{
    font-size: 0.8rem;
    font-weight: 700;
    background-color: var(--gray-mid);
    padding: 8px;
    display: inline-flex;
    align-items: center;
    margin-left: 16px;
    border-radius: 8px;
}

.until{
    width:40%;
}
.upneann {
    font-size: 1.12rem;
    font-weight: 700;
    text-align: center;
    color: #594B71;
    margin: 0px;
    padding: 10px 10px;
}

    
    
  }

  @media only screen and (min-width: 768px) and (max-width: 1024px){
    .table-widget {
        width: 100%;
        background-color: #8EACCD;
        padding: 24px;
        border: 2px solid var(--gray-background);
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        text-align: center;
        overflow-x: auto;
        margin-top: 5px;
    }
    .under-menu-content{
        width:100%;
        height:5vh;
        background-color: #8EACCD;
    }
    .under-menu {
        width: 100%;
        height: 5vh;
        display: flex;
        justify-content: center;
    }

    .main-bar {
        width: 100%;
        height: 5vh;
        background-color: #8EACCD;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .main-content {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;

    }
   

    

  }