body{
    font-family: ui-sans-serif,system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
    background-color: white !important;
}
#wrapper, #menu{
     background-color: white !important;
}
#logo{
    margin-top: 10px;
}

.btn.btn-info {
    background-color: #408BFF!important;      
    border-color: #408BFF !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 0.475rem;         
    padding: 0.55rem 1.25rem;           
    transition: all .2s ease-in-out;
}

.btn.btn-info.btn-sm {
    background-color: #408BFF !important;      
    border-color: #408BFF !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 0.475rem;         
    padding: 0.35rem 1rem;           
    transition: all .2s ease-in-out;
    font-size: 1em;
}



.btn.btn-info:hover {
    background-color: #007ACC !important; 
    border-color: #007ACC !important;
}

.btn.btn-info:active,
.btn.btn-info:focus {
    background-color: #005FA3 !important;     
    border-color: #005FA3 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 149, 232, 0.25) !important;
}

.form-control {
    display: block;
    width: 100%;
    border-style:solid;
    border-width: 1px;
    border-color: oklch(92% 0.004 286.32);
    background-color: #fff;
    color: oklch(14.1% 0.005 285.823);
  }

.panel_s{
    box-shadow: none;
}

.form-control:focus {
    border-color: #6c757d;          /* gray border */
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25); /* gray shadow */
    outline: none;
}
.form-control:focus,
.form-select:focus {
    border-color: #6c757d !important;
    box-shadow: 0 0 0 0.2rem rgba(108,117,125,.25) !important;
}

