@import url('https://fonts.googleapis.com/css2?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');

:root{
    --primary-color:#1F82D4;
    --secondary-color:#10436E;
    --light-color:#ffffff;

}

*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0px;
}

h5{
    font-weight: 600;
}

body{
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 100%;
    background-color: rgba(238, 243, 247, 1);
}

.container{
    max-width: 90%;
}

.navbar-expand-lg .navbar-nav .nav-link{
    margin-left: 30px;
}

.btn-primary{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.sub-header{
    background-color: var(--primary-color);
    position: relative;
    min-height: 250px;
    /* z-index: 5; */
    overflow: hidden;
}

.pattern-left{
    position:absolute;
    left: 0;
    bottom:0;
    display: inline-flex;
    z-index: 1;
    top: 28px;
}

.sub-header .container {
    position: relative;
    z-index: 2; /* higher than .pattern-left */
}

.pattern-right{
    position:absolute;
    right: 0;
    top:0;
    display: inline-flex;
    z-index: 1;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.form-control:focus{
    box-shadow: none;
}

.dropdown-toggle::after{
    margin-left: 20px;
}

.search-wrapper{
    background-color: var(--light-color);
    border-radius: 40px;
    padding: 10px;
    z-index: 5;
    position: relative;;
}

.analytic-overflow-card{
    margin-top: -50px;
    z-index: 1;
    border-radius: 24px;
    box-shadow: 0px 4px 4px 0px rgba(31, 130, 212, 0.06);
    border: 0px;
    margin-bottom: 30px;
}

.font-12{
    font-size: 0.75rem;
}

.font-20{
    font-size: 1.25rem;
}

.card{
    border: 0px;
    box-shadow: 0px 2px 14px 0px rgba(31, 130, 212, 0.1);
    border-radius: 16px;
    overflow: hidden;
}

a.btn-link{
    color: var(--primary-color);
}

.text-bg-primary{
    background: rgba(228, 240, 249, 1) !important;
    color: rgba(31, 130, 212, 1) !important;
    padding: 5px 10px !important;
    border-radius: 4px;
    font-weight: 400;
}

th{
    font-size: 14px;
    font-weight: 400;
    color: #636363 !important;
}

.card-header{
    border-color: rgba(241, 241, 241, 1) !important;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(19, 19, 19, 1);
}

.footer-vertical-list, .footer-horizontal-list{
    padding: 0px;
    margin: 0px;
}

.footer-vertical-list li{
    margin-bottom: 10px;
    list-style: none;
}

.footer-vertical-list li a{
    color: white;
    text-decoration: none;
}

.footer-horizontal-list li{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}

.footer-horizontal-list li a{
    text-decoration: none;
    min-width: 30px;
    min-height: 30px;
    min-width: 30px;
    min-height: 30px;
    background-color: white;
    border-radius: 50%;
    padding: 6px;
    display: block;
}

.footer-horizontal-list li a:hover{
    background-color: var(--secondary-color);
}

.footer-horizontal-list li a:hover img{
    filter: brightness(1) invert(1);
}

.footer-section{
    background: linear-gradient(88.01deg, #2AACF1 0%, #10436E 100.84%);
    position: relative;
    min-height: 250px;
    z-index: 5;
    color: white;
    overflow: hidden;
}

.bottom-footer-bar{
    background-color: var(--secondary-color);
    color: white;
}

.breadcrumb{
    margin-bottom: 0px;
}

.breadcrumb .breadcrumb-item a{
    color: white;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item{
    font-weight: 500;
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before{
    color: white;
}

.footer-section .row{
    z-index: 5;
    position: relative;
}

.dropdown-menu {
    font-size: 14px;             /* Resize font */
    min-width: 120px;            /* Optional: reduce width */
    padding: 1px 0;              /* Less vertical padding */
}

.dropdown-item {
    padding: 6px 12px;           /* Adjust item padding */
    font-size: 13px;             /* Slightly smaller font */
    line-height: 1;            /* Tighter spacing */
    cursor: pointer;
}

.pagination .page-link {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #636363 !important;
}

.pagination .page-item.active .page-link {
    background-color: #636363 !important;
    color: #fff !important;
    border-radius: 4px;
}

.nav-link.dropdown-toggle::after {
    display: none !important;
}

.profile-dropdown {
    color: #636363;
}

/* profile image inside navbar */
.navbar-profile-img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    vertical-align: middle;
}

/* profile icon inside dropdown */
.dropdown-profile-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.nowrapp {
    white-space: nowrap
}

.navbar-initials {
    width: 36px;
    height: 36px;
    background-color: #1F82D4;
    border: 2px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

.tab.card-header{
    border-bottom: 0px;
}

.tab.card-header.active{
    color:#1F82D4 ;
    position: relative;
}

.tab.card-header:hover{
    cursor: pointer;
    color:#1F82D4 ;
    position: relative;
}

.tab.card-header.active::after{
    content:'';
    position:absolute;
    height: 2px;
    background-color: #1F82D4;
    display: block;
    width:100%;
    left:0;
    bottom:0;
}

#backButton{
    display: none;
}