* {
    margin: 0;
    padding: 0;
}

.navbar {
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 15px;
    cursor: pointer;
}
.header{
    background: #fff;
    box-shadow: 0px 0px 5px -2px black;
}
.background-footer {
    background: #389B9B;
}
.main-content{
    min-height: 800px;
    margin-bottom: 35px;
}
.font-italic{
    font-style: italic;
}
.nav-list {
    width: 70%;
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    width: 180px;
    border-radius: 50px;
}
.margin-top-5{
    margin-top: 50px;
}
.section {
    min-height: 400px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    max-width: 90%;
    margin: auto;
}

.paras {
    padding: 65px 65px;
    width: 55%;
    margin: 0 auto;
    box-shadow: 0px 0px 7px -4px #b3b3b3;
    border: 1px solid #f1f1f1;
    background-color: #efefef94;
    margin-top: 35px;
    border-radius: 2%;
}
.center {
    text-align: center;
}
.btn-grad{
    background-image: linear-gradient(96deg, #506666 0%, #389b9b 51%, #506666 100%);
}
.btn-grad:hover{
    background-position: 100% 150%;
    transition: all .4s ease-in-out;
    opacity: .9;
}
.sync-trigger{
    border: unset;
    position: relative;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sync-trigger .spinner-border{
    display: none;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    position: absolute;
    right: 25%;
}
.sync-trigger .spinner-border.load{
    display: block;
}
.text-footer {
    text-align: center;
    padding: 10px 0;
    font-family: 'Ubuntu', sans-serif;
    display: flex;
    justify-content: center;
    color: white;
    margin-bottom: 0;
}
.sectionTag{
    text-align: center;
    padding-top: 70px;
}
footer {
    text-align: center;
    padding: 15px;
}
@media (max-width: 991px) {
    .paras{
        width: 100%;
    }
    .main-content{
        height: 100vh;
    }
}
.hidden{
    display: none;
}
body.swal2-toast-shown .swal2-container{
    width: 390px;
}
.file-notice{
    font-style: italic;
    color: #cd5c5c;
    font-weight: 600;
}