.text-blue-1-50 {
    color: #EFF2F4;
    fill: #EFF2F4;
}

.text-blue-1-100 {
    color: #CFD7DD;
    fill: #CFD7DD;
}

.text-blue-1-200 {
    color: #B7C4CD;
    fill: #B7C4CD;
}

.text-blue-1-300 {
    color: #96A9B6;
    fill: #96A9B6;
}

.text-blue-1-400 {
    color: #8298A8;
    fill: #8298A8;
}

.text-blue-1-500 {
    color: #637E92 !important;
    fill: #637E92 !important;
}

.text-blue-1-600 {
    color: #5A7385 !important;
    fill: #5A7385;
}

.text-blue-1-700 {
    color: #465968 !important;
    fill: #465968 !important;
}

.text-blue-1-800 {
    color: #364550;
    fill: #364550 !important;
}

.text-blue-1-900 {
    color: #2A353D;
    fill: #2A353D !important;
}

.text-blue-2-50 {
    color: #E6F3FE;
    fill: #E6F3FE;
}

.text-blue-2-100 {
    color: #B0DAFA;
    fill: #B0DAFA;
}

.text-blue-2-200 {
    color: #8AC8F8;
    fill: #8AC8F8;
}

.text-blue-2-300 {
    color: #54AFF5;
    fill: #54AFF5;
}

.text-blue-2-400 {
    color: #33A0F3;
    fill: #33A0F3;
}

.text-blue-2-500 {
    color: #0088F0 !important;
    fill: #0088F0;
}

.text-blue-2-600 {
    color: #007CDA;
    fill: #007CDA;
}

.text-blue-2-700 {
    color: #0061AA !important;
    fill: #0061AA !important;
}

.text-blue-2-800 {
    color: #004B84;
    fill: #004B84 !important;
}

.text-blue-2-900 {
    color: #003965;
    fill: #003965;
}

.text-orange-1-500 {
    color: #F05C29;
    fill: #F05C29;
}

.text-red-1-500 {
    color: #d53514;
    fill: #d53514;
}

.text-yellow-1-500 {
    color: #f3ca27;
    fill: #f3ca27;
}

.bg-blue-1-50 {
    background-color: #EFF2F4;
}

.bg-blue-1-100 {
    background-color: #CFD7DD;
}

.bg-blue-1-200 {
    background-color: #B7C4CD;
}

.bg-blue-1-300 {
    background-color: #96A9B6;
}

.bg-blue-1-400 {
    background-color: #8298A8;
}

.bg-blue-1-500 {
    background-color: #637E92;
}

.bg-blue-1-600 {
    background-color: #5A7385;
}

.bg-blue-1-700 {
    background-color: #465968;
}

.bg-blue-1-800 {
    background-color: #364550;
}

.btn.bg-blue-1-800:hover, .btn-m.bg-blue-1-800:hover {
    background-color: #2A353D;
}

.bg-blue-1-900 {
    background-color: #2A353D;
}

.bg-blue-2-50 {
    background-color: #E6F3FE;
}

.bg-blue-2-100 {
    background-color: #B0DAFA;
}

.bg-blue-2-200 {
    background-color: #8AC8F8;
}

.bg-blue-2-300 {
    background-color: #54AFF5;
}

.bg-blue-2-400 {
    background-color: #33A0F3;
}

.bg-blue-2-500 {
    background-color: #0088F0 !important;
}

.bg-blue-2-600 {
    background-color: #007CDA;
}

.bg-blue-2-700 {
    background-color: #0061AA !important;
}

.bg-blue-2-800 {
    background-color: #004B84;
}

.bg-blue-2-900 {
    background-color: #003965;
}

.bg-blue-2-grad {
    background: linear-gradient(102.86deg, rgba(37, 158, 252, 0.92), rgba(103, 185, 248, 1));
}

.border-dashed-blue-1-50 {
    border: 1px dashed #EFF2F4;
}

.border-dashed-blue-1-100 {
    border: 1px dashed #CFD7DD;
}

.border-dashed-blue-1-200 {
    border: 1px dashed #B7C4CD;
}

.border-dashed-blue-1-300 {
    border: 1px dashed #96A9B6;
}

.border-dashed-blue-1-400 {
    border: 1px dashed #8298A8;
}

.border-dashed-blue-1-500 {
    border: 1px dashed #637E92;
}

.border-dashed-blue-1-600 {
    border: 1px dashed #5A7385;
}

.border-dashed-blue-1-700 {
    border: 1px dashed #465968;
}

.border-dashed-blue-1-800 {
    border: 1px dashed #364550;
}

.border-dashed-blue-1-900 {
    border: 1px dashed #2A353D;
}