/* custom css */

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}

footer {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.side-navigation-item.active:before {
    content: "";
    top: -6px;
    bottom: -6px;
    left: -0.85rem;
    width: 2px;
    position: absolute;
    background-color: #00549a;
}

img, svg {
    max-width: 100%;
}

/*scrollbars*/
* {
    scrollbar-width: thin;
    scrollbar-color: #0d6efd white;
}
    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    *::-webkit-scrollbar-track {
        background: white;
        border-left: 1px solid #ccc;
        border-top: 0;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #0d6efd;
        border-radius: 0;
        border: 0px solid white;
    }

/*.row {
    --bs-gutter-x: 0px !important;

}*/


.spinner {
    text-align: center;
    height: 100%;
    position: Fixed;
    width: 100%;
    left: 50%;
    top: 0;
    transition:all 1s;
    pointer-events:none
}

.spinner-border {
    margin-top: auto;
    margin-bottom: auto;
}

.spinner {
    text-align: center;
    height: 100%;
    position: Fixed;
    width: 100%;
    left: 0 !important;
    top: 0;
    z-index: 999;
}

.blogCardListImage {
    width: 100%;
}

.blogListImage {
    height: 100%;
}

/* site sepecific */

.BGGray {
    background-color: #ededed
}

.colContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.dropdown-menu li label  {
    padding-left:10px
}
.form-check-label label {
    margin-left: 10px;
}
.row.justify-content-center.align-items-center.h-100 {
    margin-top: 100px;
}
.searchFooter li {
    list-style: none;
    display: inline;
    text-decoration: none;
}