/*CSS for SIdeBard*/
.row:after {
    content: "";
    display: table;
    clear: both;
}

body {
    min-height: 100vh;
}

.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    /*color: rgba(0, 0, 0, .65);*/
    color: #0E6692 !important;
    background-color: transparent;
    border: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {
    /*color: rgba(0, 0, 0, .85);*/
    color: #8F0E14 !important;
    background-color: #A9BFCD;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    /*color: rgba(0, 0, 0, .85);*/
    color: #8F0E14 !important;
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #A9BFCD;
}

.link-dark {
    color: #0E6692;
    background-color: transparent;
}

.link-dark:hover {
    color: #8F0E14 !important;
    background-color: #A9BFCD;
}


/*CSS for Custom*/

body {
    background: #F1F1F1;
}

h1 {
    color: black;
}

.navbar-expand-lg .navbar-nav{
    position: relative;
    color: #8F0E14;!important;
}


.navbar-text .nav-link{
    position: relative;
    color: #0E6692 !important;
}
.dropdown-item{
    color: #0E6692 !important;
}
.dropdown-item:hover{
    color: #8F0E14 !important;
}
.nav-link:hover {
    border-bottom: 4px solid #8F0E14;
    color: #8F0E14 !important;
}
.nav_Main {
    /*color: grey;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0E6692 !important;
}

.side_shadow {
    /*color: grey;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 1px;
    background-color: white;
    height: 100%;
    padding-top: 40px;
}

.body_shadow {
    /*color: grey;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    height: 100%;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;

}

@media (min-width: 992px) {
      .body_shadow {
    margin-left: auto;
      }
}

@media (max-width: 992px) {
    #main-content {
        margin: auto;
    }
}

.body_main_color {
    background: #F1F1F1;
}

.body_block {
    background-color: #F1F1F1;
}

th {
    border: 3px solid black;
}

td {
    border: 2px solid black;
}

iframe {
    background-color: #F1F1F1;
    padding: 0px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid black;
}
.text-red {
    color: #8F0E14 !important;
}
.no-border .list-group {
    border: 0 !important;
}
.list-group-item{
    border: none !important;
    padding: 0 !important;
}
.no-bullets {
    list-style-type: none;
}
/*The new Css properties for sidebar*/

.fixed_sidebar {
    position: fixed;
    height: 100vh;
    width: 18%;
    z-index: 999;
}

.sidebar_content {
    height: 70%;
    overflow-y: auto;
}

.fixed_logo {
    position: fixed;
    bottom: 0;
    left: 10px;
    width: calc(18% - 10px);
    z-index: 1000;
    display: flex;
    align-items: center;
}
/* New classes for image sizing */
.img-small-1, .img-small-2 {
    width: 100%;
    height: auto;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 1;
}

@media screen and (max-width: 1199px) {
    .dropend:hover > .dropdown-menu {
        left: 0;
        top: 100%;
    }
}

.dropdown .dropdown-menu {
    display: none;
    transition: opacity 1s ease-in-out;
    opacity: 0;
}

.sub_menu {
    display: block;
    padding-left: 0;
}

@media screen and (max-width: 1199px) {
    .nav_Main {
        overflow-y: auto;
    }
}
.custom-dropdown,
.custom1-dropdown {
    position: relative;
}
.custom-dropdown::after,
.custom1-dropdown::after {
    position: absolute;
    right: 10px; /* Adjust this value to control how far from the right edge the arrow should be. */
    top: 50%; /* Adjust vertically to center. */
    transform: translateY(-50%); /* This centers the arrow vertically. */
    margin-left: 0 !important; /* Not needed if using absolute positioning with right and top. */
}
#accountDropdown .dropdown-menu {
    right: 0;
    left: auto;
    top: 20;
}

.active {
    color: red; /* Example: change color to red when active */
}
.custom-bullet, .custom-bullet ul {
    list-style: none; /* Remove default list styling for all nested lists */
    padding-left: 20px; /* Indent the list */
    margin: 0; /* Ensure no default margin is applied */
}

.custom-bullet li {
    position: relative; /* Create a positioning context */
    margin-left: 20px; /* Space between bullet and text */
}

.custom-bullet li::before {
    content: '•'; /* Unicode bullet character */
    position: absolute;
    left: -1.2em; /* Position the bullet */
    font-size: 1.2em; /* Adjust bullet size if needed */
    line-height: 1em; /* Align bullet with text */
}
.resize-logo {
    width: 107px; /* or 50% for percentage */
    height: 82px;
    margin-left: 5px;
    margin-right: 10px;
}




