body{
    background-color: #fff;
}
.btn.btn-success {
    background-color: #6CBE45;
}
h1,h2,h3,h4,h5{
    color: #383838;
}
a {
    color: #6CBE45;
}
a:focus, a:hover{
    color: #6CBE45;
}
.is-focused .form-control {
background-image: linear-gradient(to top, #8a2caa 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
    color: #6CBE45;
}

.login-form {
    max-width: 305px;
    margin: 0 auto;
}

.login-form h2 {
    margin: 30px 0;
    font-weight: bold;
}


/*custom css*/

.main-panel {
    padding: 0 15px;
}

.logo-normal img{
    width: 50px;
}
.sidebar{
    background-color: #363740;
    box-shadow: none;
}
.sidebar .logo{
    background: #363740;
}
.sidebar .logo:after{
    display: none;
}

.sidebar .nav{
    margin-top: 0;
}
.sidebar .logo .simple-text {
    color: #fff;
    font-size: 19px;
    padding: 5px 20px;
}
.sidebar .sidebar-background:after{
    background: #363740;
    opacity: 1;
}
.sidebar .nav li:first-child>a{
    margin: 0;
}
.sidebar .nav li .dropdown-menu a, .sidebar .nav li a{
    border-radius: 0;
    margin: 10px 0px 0;
    border-left: 3px solid transparent;
}
.sidebar .nav li.active,
.sidebar .nav li .dropdown-menu a:focus,
.sidebar .nav li .dropdown-menu a:hover,
.sidebar .nav li:hover>a{
    border-left: 3px solid #F4FFEF;
    background-color: rgba(255,255,255,0.15);
}
.sidebar .nav p{
    color: #A4A6B3;
}
.navbar.navbar-absolute{
    padding-top: 20px;
}
.navbar .navbar-brand{
    font-size: 25px;
    font-weight: 300;
    margin: 0;
}
.cus-navbar{
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

.main-panel>.content{
    padding: 0 0;
    margin: 0;
}
.cus-card{
    box-shadow: none;
}
.cus-card .card-body{
    padding: 0;
}
.table-responsive{
    border-radius: 20px 20px 0 0;
}
.table thead {
    background-color: #f6f6f6;
    border-radius: 20px 20px 0 0;
}
.table thead tr th{
    font-size: 14px;
    font-weight: bold;
    padding: 25px 8px;
}
.pagination{
    justify-content: center;
}

ul.bredcrumb-ul {
    padding: 15px 0px;
    margin: 0;
}
ul.bredcrumb-ul > li {
    position: relative;
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
ul.bredcrumb-ul > li::before {
    position: absolute;
    content: "/";
    top: 0;
    right: -10px;
}
ul.bredcrumb-ul > li:last-child{
    font-weight: 600;
}
ul.bredcrumb-ul > li:last-child::before{
    content: "";
}
ul.bredcrumb-ul > li > a {
    color: #000;
    display: block;
}
.profile-header-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.profile-img {
    width: 60px;
}
.profile-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.profile-heading  > h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.profile-heading > p {
    margin: 0;
}
.profile-heading {
    margin-left: 15px;
}
.cus-menu .dropdown-toggle:after{
    display: none;
}
.cus-menu .dropdown-menu > li a.dropdown-item > i {
    margin-right: 15px;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus,
.dropdown-menu a:hover{
    background-color: #6CBE45;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(54 176 39 / 40%);
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-item .nav-link:focus,
.nav-tabs .nav-item .nav-link:hover{
    color: #333 !important;
    border-radius: 0;
    font-weight: normal;
    min-width: 120px;
    text-align: center;
    border-bottom: 3px solid transparent !important;
}
.nav-tabs .nav-item .nav-link.active{
    font-weight: bold;
    border-bottom: 3px solid #6CBE45 !important;   
}
.no-shadow{
    box-shadow: none;
}
.bg-color-grey{
    background-color: #f8f8f8;
}
.profile-details-card {
    border-radius: 20px;
    padding: 20px;
}
.profile-details label {
    font-size: 12px;
    margin: 0;
}
.profile-details h4 {
    font-size: 14px;
    color: #515151;
}
.profile-details .form-group {
    padding: 0;
    margin-top: 15px;
}
.profile-details .form-group:first-child {
    margin: 0;
}

.edit-img {
    width: 150px;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    height: 150px;
    display: block;
    border-radius: 10px;
}

.edit-img > img {
    width: 100%;
    height: 150px;
    position: relative;
    border-radius: 100px;
}

span.edit-img-icon {
    position: absolute;
    right: -30px;
    top: 10px;
    cursor: pointer;
    color: #6CBE45;
}
.edit-profile-sec .form-group,
.cus-form-group .form-group {
    padding-bottom: 0px;
    position: relative;
    margin: 35px 0 0;
    padding-top: 10px;
}

.category-textbox {
    position: relative;
}
.category-textbox > .trash-category-icon {
    position: absolute;
    right: 0px;
    top: 15px;
    font-size: 18px;
    color: #6CBE45;
    cursor: pointer;
    min-width: 25px;
    text-align: right;
}
.cus-btn.no-color {
    background-color: transparent;
    color: #6cbe45;
}
.no-shadow-hover:hover,
.no-shadow-hover:active,
.no-shadow-hover:focus,
.no-shadow-hover:visited{
    box-shadow: none;
    background-color: transparent !important;
    border-color: transparent !important;
}
ul.timeline-ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.timeline-card {
    padding: 20px 25px;
}
ul.timeline-ul > li > a {
    display: block;
    position: relative;
    padding-right: 25px;
}
ul.timeline-ul > li > a::after {
    width: calc(100% - 12px);
    height: 2px;
    bottom: 12px;
    left: 13px;
    content: "";
    position: absolute;
    background-color: #aaa;
}
ul.timeline-ul > li:last-child > a::after {
    display: none;
}
ul.timeline-ul > li > a > p {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}
ul.timeline-ul > li > a > p.time {
    font-size: 12px;
    font-weight: 100;
    color: #aaa;
}
ul.timeline-ul > li > a > span {
    font-size: 16px;
    color: #aaa;
    position: relative;
    z-index: 3;
    background-color: #f8f8f8;
    border-radius: 80px;
}
ul.timeline-ul > li.active > a::after{
    background-color: #ee9f00;
}
ul.timeline-ul > li.active.last > a::after{
    background-color: #aaa;
}
ul.timeline-ul > li.active > a > span{
    color: #ee9f00;
}


.mdc-button {
    min-width: 34px;
    height: 34px;
    padding: 0;
    margin: 0 5px;
    border-radius: 70px;
}
.mdc-button--raised:not(:disabled), .mdc-button--unelevated:not(:disabled) {
    background-color: #4caf50;
}
.mdc-button:not(:disabled) {
    color: #4caf50;
}
.mdc-button--raised:not(:disabled), .mdc-button--unelevated:not(:disabled) {
    color: #fff;
    color: var(--mdc-theme-on-primary, #fff);
}
.copy_bottom, .copy_bottom a{
	font-size: 12px;
    color: #aaa;
    margin: 5px 0;
}
.vh-100 {
    height: 100vh;
}
.reg_sign {
    min-height: 100vh;
    position: relative;
}

.reg_sign1{
/* position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;

/*    position: fixed;
    text-align: center;
    bottom: 0px;
    width: 100%;
    background: #fff;
    padding-left: 144px;*/
}

a.frontpages {
    color: #e3ba26;
}


.copy_bottom.text-center a {
    color: #aaa;
    font-size: 12px  !important;
}

.copy_bottom.text-center a:hover {
    color: #e3ba26 !important;
}

.align-self-center.reg_sign1 {
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 50%;
    background: #fff;
    padding-left: 0;
}

.copy_bottom.text-center p a {
        font-size: 12px  !important;
}

.copy_bottom.text-center p {
    font-size: 12px !important;
}

.reg_sign1 {
    padding-left: 235px;
}


@media only screen and (max-width: 991px)
{
.align-self-center.reg_sign1 {
    padding-left: 0px !important;
    width: 100% !important;
    z-index: 999;
}
}