:root {
    --ad-menu-size: 360px;
}

.btn-primary {
    border-color: #00a300;
    background-color: #00a300;
}

.btn-primary:hover {
    border-color: #006c00;
    background-color: #006c00;
}

/* Active */
#menu-wrapper .sidebar-nav .active{
 background-color:#00a300 !important;
}

/* Division */
#sidebar > div{
 transform:translatex(0px) translatey(0px);
}

/* Active */
#sidebar div div .active{
 background-color:#00a300 !important;
}

/* Menu theme switch */
/* #menu_theme_switch{
 background-color:#00a300 !important;
 border-color:#00a300 !important;
} */

/* Link */
/* #adianti_div_content .active a{
 background-color:#00a300;
 border-color:#00a300;
} */

.checkbox-wrapper-51 input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.checkbox-wrapper-51 .toggle {
    position: relative;
    display: block;
    width: 42px;
    height: 24px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-51 .toggle:before {
    content: "";
    position: relative;
    top: 1px;
    left: 1px;
    width: 40px;
    height: 22px;
    display: block;
    background: #c8ccd4;
    border-radius: 12px;
    transition: background 0.2s ease;
}
.checkbox-wrapper-51 .toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    display: block;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(154,153,153,0.75);
    transition: all 0.2s ease;
}
.checkbox-wrapper-51 .toggle span svg {
    margin: 7px;
    fill: none;
}
.checkbox-wrapper-51 .toggle span svg path {
    stroke: #c8ccd4;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 24;
    stroke-dashoffset: 0;
    transition: all 0.5s linear;
}
.checkbox-wrapper-51 input[type="checkbox"]:checked + .toggle:before {
    background: #00a300;
}
.checkbox-wrapper-51 input[type="checkbox"]:checked + .toggle span {
    transform: translateX(18px);
}
.checkbox-wrapper-51 input[type="checkbox"]:checked + .toggle span path {
    stroke: #00a300;
    stroke-dasharray: 25;
    stroke-dashoffset: 25;
}

.fabImport {
  position: fixed;
  bottom: 20px;
  /* right: 20px; */
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050; /* acima de modais/backdrops */
}
