.color-box {

    margin: 15px 0;
    padding-left: 20px;

}
.shadow {

    background: #F7F8F9;
    padding: 3px;
    margin: 10px 0;
    border-radius: 8px;

}
.note-icon {

    background: #47ADE0;
    max-width: 40px;
    min-height: 40px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-weight:normal;
    font-size: 20px;
}
.info-tab {

    display: inline-block;
    position: relative;
    top: 8px;

}
.info-tab {
    float: left;
    margin-left: -23px;
    width: 25px;
    height: 25px;
}
.note-icon::before {
    font-size: 20px;
    top: 10px;
    left: 10px;

}
.info-tab::before, .info-tab::after {

    display: inline-block;
    color: #fff;
    line-height: normal;
    font-family: "Font Awesome 5 Brands";
    position: absolute;

}
.note-icon i::before {
    background: #1d7ead;
}
.info-tab i::before {

    width: 20px;
    height: 20px;
    box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);

}
.info-tab i::before, .info-tab i::after {

    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -15px;
    transform: rotateX(60deg);

}
.info-tab i::after {

    width: 0;
    height: 0;
    border: 10px solid transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    bottom: -18px;

}
.info-tab i::before, .info-tab i::after {

    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -15px;
    transform: rotateX(60deg);

}
.note-icon::after {

    font-size: 17px;
    top: 9px;
    left: 19px;

}
.info-tab::before, .info-tab::after {

    display: inline-block;
    color: #fff;
    line-height: normal;
    font-family: "Font Awesome 5 Brands";
    position: absolute;

}
.note-box {

    color: #144261;
    background: #d5e9f6;
    border-radius: 5px;

}
.note-box, .warning-box, .tip-box {

    padding: 8px 8px 3px 26px;

}
.note-box p {
    margin: 0 0 12px;
}    