.header_area .classynav ul li a {
    font-size: 15px !important;
    color: #787878;
    
}

.dn{
    display: flex !important;
}

/* CSS GERAL DE TODAS AS TELAS */
.main-title {
    font-size: 20px;
}

button[disabled] {
    border: 1px solid #999999;
    background-color: lightgrey;
    color: #666666;
    opacity:0.01;
}

.main-cardtitle {
    font-size: 18px;
}
.btn-main {
    height: 40px;
    color: #71db46;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    background: rgba(0,0,0,.03);
    border-radius: 2px;
    letter-spacing: 1.5px;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    .btn-main:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        background-color: white;
        color: #71db46;
    }

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #71db46;
}

input:focus + .slider {
    box-shadow: 0 0 1px #71db46;
}

input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 10px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #71db46;
        display: block;
        transition: 0.3s;
    }

.box-menu{
    padding:60px;
    margin-top:-60px;
}

card-header-ajuste {
    max-height: 40px !important;
}

.box-btn {
    display: inline-block;
    min-width: 170px;
    height: 40px;
    color: #71db46;
    font-family: "Poppins", sans-serif !important;
    border-radius: 0;
    padding: 0 0px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 40px;
    background: rgba(0,0,0,.03);
    border-radius: 2px;
    letter-spacing: 1.5px;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    .box-btn:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        background-color: white;
        color: #71db46;
    }

.box-title {
    color: green;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin-top: 15px;
}

/* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: green;
        }

/* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
}

.menu-overlay-on {
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1050;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


