/* Hyperlink Styles: */

#footer-all a, #footer-all a:visited {
    color: #ff7777;
    text-decoration: none;
    outline: none;
}

/*a:hover {
}*/

a img {
    border: none;
}

#footer-all a.greylink {
    color: gray;
}

#footer-all {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 4px;
    margin: 0;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 11px;
    background-color: rgba(233,233,233,0.7);
    padding: 8px;
}



.footerwhitetransparencybcg_copyr {
    float: left;
    
}

input[type="checkbox"]:checked {
    accent-color: #282829;
}

input[type="checkbox"]:checked + label {
    color: #282829;
}


input[type="radio"]:checked {
    accent-color: #282829;
}

input[type="radio"]:checked + label {
    color: #282829;
}

.has-success .form-control {
    border-color: #282829; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
    border-color: #282829;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #282829;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #282829
}

.form-control:focus {
    border-color: #282829;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.has-success .form-control-feedback {
    color: #282829
}

.has-success .input-group-addon {
    color: #282829;
    background-color: #eeeeee;
    border-color: #282829
}

input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    color: #282829 !important;
}

.alert-info {
    color: #282829 !important;
}

.fa-info-circle {
    color: #a11623 !important;
    text-shadow: 1px 1px 1px #d3d3d3;
}


.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover {
    background: linear-gradient(135deg, #a11623 0%, #e94e5a 100%) !important;
    color: #fff !important;
    border-radius: 20% !important; 
    border: none !important;
}

.text-info {
    color:dimgray
}

.elementor-element-2a7c9f59 .elementor-widget-container {
    min-height: 123px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    font-family: 'Nord', Arial, sans-serif;
    font-weight: bold;
    color: #282829 !important;
    font-size: 14px;
}

.bg-success {
    background-color: #fff1f1 !important;
}

h1,h2 {
    font-family: 'Nord', Arial, sans-serif !important;
}

.panel-success > .panel-heading {
    background: linear-gradient(90deg, #a11623 0%, #b83340 100%) !important;
    border-color: #b83340 !important;
}


.button-group-center {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 32px;
}

.btn-wide {
    min-width: 120px;
    text-align: center;
}

.modal-header {
    background: linear-gradient(90deg, #a11623 0%, #b83340 100%) !important;
    color: white;
    padding: 6px 15px;
}

.modal-header .close {
    color: #fff !important; 
    font-size: 4rem !important; 
    font-weight: bold;
}