.louis_george{
    font-family: 'louis_george_caferegular';
}
.font-icon{
    width: 24px;
    min-width: 30px;
}
.apexcharts-toolbar{
    display: none !important;
}
label{
    font-size: 16px !important;
}
input.form-control, textarea.form-control{
    font-size: 15px;
}
.form-control{
    border: 1px solid #ccc;
    color: #000;
}
.btn{
    font-weight: 600;
    font-size: 15px;
}
.badge-success, .btn-success{
    background-color: #0a2e48 !important;
}
.underline{
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    cursor: pointer;
}
.bg-nick-light{
    background-color: #0a2e48;
}
div.trainings_base{ width: 85%; padding-top: 20px; padding-bottom: 20px; }
div.training_logo_image, div.training_feature_image{ width: 40%; padding-bottom: 0px; }


.td-even{
    width: 35%;
}
.td-odd{
    width: 65%;
}
.card-header{
    background: #EEEEEE !important;
}
.card {
    border: none;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.card-icon {
    font-size: 3rem;
    opacity: 0.8;
}
.metric-title {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.metric-value {
    font-size: 1.4rem;
    font-weight: 700;
}
.list-unstyled li {
    margin-bottom: 8px;
    font-size: 1rem;
}
.swal2-default-outline{
    outline: 0 !important;
    box-shadow: none !important;
}
.swal2-icon.swal2-info {
    border-color: #0a2e48 !important;
    color: #0a2e48 !important;
}
.mr-2{
    margin-right: 10px;
}
.btn-primary{
    color: #fff !important;
}
@media screen and (max-width: 960px){
    div.trainings_base{ width: 94%; }
	div.training_logo_image, div.training_feature_image{ width: 80%; }
}