@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Pinyon+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}
body {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    overflow-x: hidden;
    font-family: "Poppins", serif;
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}
ul {
    padding-left: 20px !important;
}
ol {
    padding-left: 20px !important;
}
li{
    margin-bottom: 20px;
}
/* Custom Scrollbar for WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 5px;  /* Width of the scrollbar */
}
::-webkit-scrollbar-track {
    background: #000000;  /* Background of the scrollbar track */
}
::-webkit-scrollbar-thumb {
    background: #888;  /* Color of the scrollbar thumb */
}
::-webkit-scrollbar-thumb:hover {
    background: #555;  /* Color when hovered */
}
.container-8percent{
    margin: 0 8%;
}
.grey-bg{
    background-color: #F4F4F4;
}

.loader-body{
    height: 50vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
img{
    -webkit-user-drag: none;
    user-select: none;
}
/* Navbar */

.all-top{
    width: 100%;
    height: 60px;
}
.topbar{
    width: 100%;
    background-color: #02283a;   
    padding: 3px 0;
    margin: 0;
}

.topbar-text{
    color: #f8f9fa;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.top-nav-text{
    color: #ffffff;
}
.navbar-custom{
    width: 100%;
    background-color: white;
    padding: 10px 0;
}

.custom-navbar-logo{
    height: 50px;
}

.nav-text{
    color: #000 !important;
    font-weight: 500;
    font-size: 15px;
    padding: 4px 0px 4px 15px;
}

.nav-text-active{
    font-weight: 600;
    color: #023E8A !important;
}

.nav-text:hover{
    color: #000 !important;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; 
}

.nav-adjust{
    height: 70px;
    width: 100%;
    background-color: transparent;
}


/* sidebar  */

.sidebar{
    background-color: #E5E5E5;
    border-radius: 30px;
}
.sidebar-item{
    padding: 0px 20px;
}
.sidebar-head{
    color: #065B84;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0px 30px;
    text-align: left;
}
.sidebar-underline{
    background-color: #000000;
    margin: 0px 25px 10px 25px;
    height: 1px;
}
.sidebar-text{
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px;
}
.sidebar-item-active .sidebar-text{
    box-shadow: #777777 0 0 4px ;
    font-weight: 600;
    border-radius: 5px;
    color: #ffffff !important;
    background-color: #065B84;
}
.sidebar-drop-down{
    color: #ffffff;
   border: 1px solid rgb(255, 254, 254);
}
.sidebar-dropdown-item{
    background-color:#818181 ;
    text-align: left;
}

.inner-sidebar-drop-down{
    color: #ffffff;
   border: 1px solid rgb(255, 254, 254);
}
.inner-sidebar-dropdown-item{
    background-color:#065B84 ;
    text-align: left;
}

.sidebar-button{
    display: block;
    margin: 0 auto;
    background-color: #065B84;
    border: 1px solid rgb(255, 254, 254);
    color: rgb(255, 255, 255);
    padding: 10px 15px;
    border-radius: 25px;
    margin-top: 15px;
    font-size: 14px;
}
#page-content{
    padding: 20px 0px;
}

/*  */

#footer{
    border-top:#013155  1px solid;
    background-color: #013155;
}

.footer-top-body{
    padding: 50px 0;
}
.footer-head{
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-text{
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}
.footer-text a{
    color: #ffffff !important;
   text-decoration: none;
}

.footer-copyright {
    background-color: #1a1a1a;
    color: #ffffff;
}

.footer-bottom-text{
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 10px 0;
    text-align: center;
}
.footer-bottom-text a{
    color: #ffffff;
    text-decoration: none;
}


@media only screen and (max-width: 992px) {
    .nav-adjust{
height: 100px;
    }
    .sidebar-head{
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-adjust{
        height: 90px;
            }
            
}
@media only screen and (max-width: 576px) {
    .topbar-text{
        font-size: 8px;
    }
    .custom-navbar-logo{
        height: 20px;
    }
    .nav-adjust{
        height: 70px;
            }
            

}