*{
    font-family: 'Poppins', sans-serif;
    color: #313131 !important;
}
:root{
    --bg-1color : #005e60;
    --bg-2color : #e52d37;
}
html{
    height: 100%;
}
body{
    height: 100%;
    background: rgb(233,236,239);
background: radial-gradient(circle, rgba(233,236,239,1) 35%, rgba(164,254,206,1) 100%);
}
    .preloading
    {
    position: fixed;
    z-index: 999;
    min-width: 100%;
    height: 100%;
    background-color: #000000cf;
    top: 0;
}

.theme-btn{
    color: #fff !important;
    background-color: var(--bg-1color);
}
.theme-btn:hover, .theme-btn:focus{
    color: #fff !important;
    background-color: #0260b9;
}
.theme-btn-2 {
    color: #161d21 !important;
    background-color: #c8ff09;
}
.theme-btn-2:hover, .theme-btn-2:focus {
    background-color: #c8ff09;
}
.back-btn{
    color: #fff !important;
    background-color: var(--bg-2color);
}
.back-btn:hover, .back-btn:focus{
    color: #fff !important;
    background-color: #e52d37;
}
h4{font-size: 18px; font-weight: 600; margin-bottom: 0;}
h5{font-size: 14px; font-weight: 600; margin-bottom: 0;}
h6{font-size: 12px; font-weight: 500; margin-bottom: 0;}
p{font-size: 14px; margin-bottom: 0;}
.main-container{
    position: relative;
    max-width: 540px;
    width: 100%;
    min-height: 100%;
    padding-bottom: 70px;
    margin: auto;
    background-image: url(https://gevernova.mpurl.in/assets/images/ge-bg.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.inner-card {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background-color: rgb(255 255 255 / 90%);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    /*padding: 0.5em;*/
    border-image: initial;
}
.time-bar {
    background-color: #c8ff09;
    padding: 8px;
    margin-bottom: 16px;
    color: black;
}
.trasperent-bg td {
    background-color: #00000000 !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.grid-icon {
    display: flex;
    padding: .5em;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background-color: #ffffff1a;
    min-height: 95px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #ffffff;
}
.icon-container{
    max-width: 540px;
    width: 100%;
    margin: auto;
}
h5.grid-icon-text {
    font-size: 12px;
    margin-top: 8px;
    color: white !important;
}
.grid-icon img {
    height: 40px;
}
@media only screen and (max-width: 960px) {
    .main-container {
        max-width: 960px;
        border-radius: 0px;
    }
    .header, .footer{
        border-radius: 0px !important;
    }
  }
.body {
    padding: 0 1em 1em;
    
}

a:has(> .grid-icon){
    text-decoration: none;
    color: #313131;
    cursor: pointer;
}
.header {
    display: flex;
    height: 60px;
    background-color: white;
    justify-content: center;
    align-items: center;
}
.footer {
    width: 100%;
    position: absolute;
    border-top: 2px solid var(--bs-secondary-bg);
    bottom: 0;
    left: 0;
    padding: 1em;
    background-color: var(--bs-tertiary-bg);
    border-radius: 0px 0px 10px 10px;
}