.card-webmovel {
    border-top: 2px solid #078641 !important;
}

.btn-webmovel, .btn-webmovel.disabled {
    box-shadow: 0 2px 6px #caf8df !important;
    background-color: #078641 !important;
    border-color: #078641 !important;
}

.btn-webmovel:focus, .btn-webmovel.disabled:focus {
    background-color: #05632f !important; 
}

.btn-webmovel:focus:active, .btn-webmovel.disabled:focus:active {
    background-color: #05632f !important; 
}

.btn-webmovel:active, .btn-webmovel:hover, .btn-webmovel.disabled:active, .btn-webmovel.disabled:hover {
    background-color: #05632f !important; 
}

.label-webmovel {
    color: #053d1e !important;
}

.a-webmovel {
    color: #078641 !important;
}

.input-webmovel:focus {
    border-color: #679e80 !important;
}

.navbar-bg-webmovel {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-color: #679e80;
    z-index: -1;
}

.main-sidebar .sidebar-menu li.active a {
    color: #679e80;
    font-weight: 600;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 4px;
    background-color: #679e80;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
    color: #679e80;
    font-weight: 600;
}

a.dropdown-item:focus, a.dropdown-item:active, a.dropdown-item.active {
    background-color: #679e80;
    color: #fff !important; 
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
    color: #679e80;
    background-color: inherit; 
}

body.sidebar-mini .main-sidebar .sidebar-menu > li.active > a {
    box-shadow: 0 4px 8px #caf8df;
    background-color: #679e80;
    color: #fff;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li > a:focus, body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li.active > a, body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li.active > a:hover {
    color: #fff;
    background-color: #679e80 !important;
}

a {
    color: #679e80;
    font-weight: 500;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

a:hover {
    color: #05632f;
    font-weight: 500;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="time"], input[type="file"], input[type="tel"], input[type="url"], textarea {
    background-color: #f8f9fa !important;
}

.select2-container {
    width: 100% !important;
}