.navbar-custom {
    background-color: #ffffff;
    border-bottom: 2px solid #64A70B;
    margin-bottom: 0px;
    height: 60px;
}

.navbar-custom.navbar .menu-bar>.navbar-nav>li>a {
    font-family: 'ARLRDBD';
    font-weight: normal;
    color: #64A70B;
    font-size: 14px;
    height: 60px;
    line-height: 2rem;
    margin-left: 9px !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
    color: #fff !important;
    background-color: #42256b;
    text-decoration: none;
}

.dropdown-menu {
    margin-top: 8px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    background-color: #62a600;
}

.dropdown-menu>li>a {
    color: #fff;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #70bb05;
    color: #ffffff;
}

.dropdown-toggle::after :hover {
    color: #ffffff;
}

.navbar-expand-xl.navbar.navbar-custom {
    height: 60px;
}

.modal-dialog {
    max-width: none;
    min-width: 55%;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgb(255 255 255 / 5%);

}

.form-select {
    font-size: 14px !important;
    font-weight: inherit !important;
}

.form-select:focus {
    border-color: #62a600 !important;
    outline: 0 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(98 166 0 / 60%) !important;
}

.greenbtn {
    background-color: #64A70B;
    border: 2px solid #64a70b;
}

.purplebtn {
    background-color: #500878;
    border: 2px solid #500878;
}

.hmheading {
margin-left: 12rem;
margin-top:5rem;
margin-bottom: 3rem;
}

.hmpara{
margin-left: 12rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Arial;
}

.crmEntityFormView .cell div.table-info.required label:after {
        content: '';
}
.crmquickform-cell>.table-info>.field-label{
    display: none;
}

/*.dataTables_filter{
    margin-bottom: 6px; 
}*/

label{
    display:inline-block;
    max-width:100%;
    margin-bottom:5px;
    font-weight:bold
}