body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1rem;
    line-height: 1.6 !important;
}

.btn {
    font-size: 1 !important;
    font-weight: 600 !important;
}

.app-page-title {
    margin: 0px 0px 30px 0px;
}

.btn-primary:hover {
    background-color: #9de6ba !important;
    color: black !important;
    border-color: #00401A;
}

label {
    font-weight: bold;
    color: #00401A;
}

.callback-card {
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
}

.callback-card:hover {
    box-shadow: 0 3px 10px rgba(0, 64, 26, 0.2);
}

.border-crm {
    border-color: #9de6ba !important;
}

.callback-form select:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 26, 0.25);
    border-color: #00401A;
}

.avatar {
    font-size: 1.3rem;
    font-weight: bold;
}
