﻿.smart-style-3 body, body.smart-style-3 {
    background: #f0f0f0 !important;

    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}



.smart-style-3 input:not([type]),
.smart-style-3 input[type=color],
.smart-style-3 input[type=email],
.smart-style-3 input[type=number],
.smart-style-3 input[type=password],
.smart-style-3 input[type=tel],
.smart-style-3 input[type=text],
.smart-style-3 input[type=url],
.smart-style-3 textarea {
    border-color: #D3D3D3;
    border-radius: 3px !important;
}

    .smart-style-3 input:not([type]):focus,
    .smart-style-3 input[type=color]:focus,
    .smart-style-3 input[type=email]:focus,
    .smart-style-3 input[type=number]:focus,
    .smart-style-3 input[type=password]:focus,
    .smart-style-3 input[type=tel]:focus,
    .smart-style-3 input[type=text]:focus,
    .smart-style-3 input[type=url]:focus,
    .smart-style-3 textarea:focus:not(.form-comentario) {
        box-shadow: inset 0px 0px 7px #eee !important;
    }


    /* Navigation*/
.smart-style-3 .dropdown-menu {
    background: #fff;
}
.smart-style-3 nav ul {
    width: auto;
}
.smart-style-3 nav ul:not(.dropdown-menu) li a {
    color: white !important;
}
.smart-style-3 nav ul.dropdown-menu li a {
    color: #444 !important;
}
    .smart-style-3 nav ul.dropdown-menu li a {
        padding: 5px 20px;
    }


.select2-container .select2-choice .select2-arrow b:before, 
.select2-selection__arrow b:before {
    font-family: "Font Awesome 5 Pro";
}

label input[type=checkbox].checkbox:checked + span:before {
    font-family: "Font Awesome 5 Pro";
}