﻿:root {
    --darkColor1: #1565C0;
    --lightColor1: #E3F2FD; /* 50 زمینه متن*/

    --hoverColor1: #37474F; /* 800 */
    --hoverColor2: #ebebeb; /* 50 */
}

.bg-primary {
    color: white !important;
    background: #1565C0 !important;
}
.btn-primary {
    color: white !important;
    background: #1565C0 !important;
    border-color: #1565C0 !important;
}
.bg_color_footer {
    background: #0D47A1 !important;
}