﻿/*
 * ************************************************
 *  Copyright (c) CRIF S.p.A - All Right Reserved *
 * ************************************************
 */

.rms-title {
    color: rgb(50, 164, 221);
    padding-bottom: 24px;
}

.rms-subtitle {
    font-weight: bold;
    padding-bottom: 18px;
}

.rms-grey-container {
    background-color: rgb(249, 249, 250);
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

li.rms-blue-line {
    list-style-image: url('../image/S1-Blue-Bullet-01.png');
}

li.rms-green-line {
    list-style-image: url('../image/GW-Green-Bullet-01.png');
}

a.rms-link {
    color: orange;
}

.mt-5 {
    margin-top: 36px;
}

.pb-5 {
    padding-bottom: 36px;
}

.d-flex {
    display: flex;
}