/*:root {
    --bg-gradient-dark : linear-gradient(195deg, #42424a 0%, #191919 100%)  !important;
}
.bg-gradient-dark  {
    background-image: linear-gradient(195deg, #42424a 0%, #191919 100%) !important;
}
.bg-gradient-success {
    background-image: linear-gradient(195deg, #66BB6A 0%, #43A047 100%)  !important;
}
.border-radius-md {
    border-radius: 0.375rem;
}*/
.after-login-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    margin: 0;
    padding: 0;
    z-index: 99999 !important;
}

.topNavBar {
    display: flex;
    justify-content: space-between;
}

.error {
    color: red;
}

.records-list {
    width: calc(100vw - 300px) !important;
}



#menu-toggle {
    cursor: pointer;
    border: 1px solid gray;
    margin-left: -15px;
}

#sidenav-main {
    padding-bottom: 280px !important;
    overflow-y: hidden;
}

#sidenav-main.toggled {
    left: 0;
    width: 0;
}

.main-content {
    width: 100%;
    margin-left: 15.6rem !important;
}

.g-sidenav-show .sidenav.fixed-start+.main-content.toggled {
    margin-left: 0 !important;
}

.submenu {
    margin-left: 40px !important;
}

.logout-icon {
    cursor: pointer;
}

.li-group {
    list-style-type: none;
    padding-left: 0;
    /*height: 180px;*/
    /* overflow-y: auto; */
}

/* scroll for submenu */
.scroll {
    height: 190px;
    overflow-y: scroll;
    scrollbar-width: none;
}

/* width */
::-webkit-scrollbar {
    width: 0px;
}

* {
    scrollbar-width: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

.dateCloseIcon {
    padding: 4px;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    cursor: pointer;
}

@media (max-width:1200px) {
    #sidenav-main.toggled {
        left: 17.125rem !important;
        width: 100%;
    }

    .g-sidenav-show .sidenav.fixed-start+.main-content.toggled {
        margin-left: 16.1rem !important;
    }
}

/******************CSS Added By Dipeeka *******************/
/*Input Controls */
.inputcontrol {
    Border: 1px solid lightgray !important;
    padding: 0.5rem 0.5rem !important;
}

select {
    -webkit-appearance: listbox !important;
}

.mendatoryfield {
    color: red;
}

.inputcontrolselect {
    Border: 1px solid lightgray !important;
    padding: 0.65rem 0.5rem !important;
}