.navbar-light .navbar-nav .nav-link.active {
    color: rgba(32, 129, 232, 0.9) !important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: black !important;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
}

.activeChildMenu {
    color: rgba(32, 129, 232, 0.9);
}

.btn-outline-success:hover {
    color: #198754;
    background-color: #fff;
    border-color: #198754;
}

.success:hover {
    cursor: default;
    color: black;
}

.success {
    text-decoration: none;
    color: white;
    cursor: default;
}

.staticMenu {
    cursor: pointer !important;
    font-size: 15px;
}

.footer:hover {
    color: black;
}

.childMenuClass {
    color: black;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footerActive {
    color: rgba(32, 129, 232, 0.9);
}

.footerClass {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.footerClass:hover {
    color: black;
}

@media (max-width: 767px) {
    .center-mobile {
        text-align: center;
    }

    .submenu {
        margin-right: 26px;
    }
}

.center-mobile {
    text-align: center;
}

.submenucontent {
    margin-left: 20px;
}

.webViewStyle {
    display: flex !important;
}

/* Style for mobile view */
.mobileViewStyle {
    display: block !important;
}

.collapse-toggle {
    display: flex;
    flex-direction: column;
}

.collapse-btn {
    cursor: pointer;
    margin-bottom: 10px;
}

.childMenuHeader {
    font-size: 15px;
    cursor: pointer;
}

.slick-next {
    width: 34px !important;
    right: -25px !important;
}

.slick-prev {
    left: -24px !important;
    width: 34px !important;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
}

.card .card-header {
  background-color: #f97201d4;
  cursor: default;
  padding: 0px;
}

#LanguageMenu {
  margin-bottom: -6px;
  margin-left: 0px;
}

.singleRecordBody {
    cursor: default;
}

.language-english {
    cursor: pointer;
}

.language-gujarati {
    cursor: pointer;
}

.language-hindi {
    cursor: pointer;
}

.navbar-toggler {
    margin-right: 10px;
}

.navbar_Menu {
    text-align: left;
}

#childMenuBody {
    padding: 10px !important;
}

.list-unstyled h6 a {
    white-space: normal; /* Allow text to wrap to the next line */
    overflow: hidden; /* Hide any overflowing text */
    display: block; /* Display the text as a block element to enable text wrapping */
    max-width: 100%; /* Ensure text does not exceed the container width */
}