*{
    font-family: 'Poppins', sans-serif;
    color: #313131 !important;
}
:root{
    --bg-1color : #0d5192;
    --bg-2color : #e52d37;
}
body{
    background: rgb(0,149,218);
    background: linear-gradient(356deg, rgba(0,149,218,1) 0%, rgba(1,38,66,1) 100%);
    min-height: 100vh;
}
    .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;
}
.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: 600px;
    padding-bottom: 70px;
    margin: auto;
    background-color: white;
    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;
}
.icon-container{
    max-width: 540px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width: 960px) {
    .main-container {
        max-width: 960px;
        border-radius: 0px;
        min-height: 100vh;
    }
    .header, .footer{
        border-radius: 0px !important;
    }
  }
.body{
    padding: 0 1.8em;
}
.grid-icon{
    padding: 1em;
    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;
}
a:has(> .grid-icon){
    text-decoration: none;
    color: #313131;
    cursor: pointer;
}
.header{
   background-color: linear-gradient(356deg, rgba(0,149,218,1) 0%, rgba(1,38,66,1) 100%);
   background-color: white;
    border-radius: 10px 10px 0px 0px;
    padding: 5px 10px;
   /* border-bottom: 2px solid #960000;*/
   border-bottom: 2px solid #E0E0E0;
}
.footer{
    width: 100%;
    position: absolute;
    border-top: 2px solid var(--bs-secondary-bg);
    bottom: 0;
    padding: 1em;
    background-color: var(--bs-tertiary-bg);
    border-radius: 0px 0px 10px 10px;
}