.callout {
    display: flex;
    padding: 20px;
    margin: 10px 0 20px 0;
    border: 0px solid;
    border-left-width: 13px;
    border-radius: 6px;
    border-left-color: #F99D1C;
    color: #858585;
    background: rgb(249, 157, 28, 0.12);
}
.callout:hover {
    cursor: pointer;
}
.callout img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    align-self: center;
}
.msg-text {
    font-size: 16px;
    text-align: justify;
}

/* Modal */
.modal-req-info .modal-content {
    border-radius: 20px;
    border: none;
}
.modal-req-info .modal-header {
    display: grid !important;
    border-bottom: none;
}
.modal-req-info .modal-footer {
    border-top: none;
    padding-bottom: 40px;
    padding-right: 30px;
}
.modal-req-info .modal-title{
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'PoppinsMedium'
}
.modal-req-info .modal-sub-title {
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    color: #858585;
    font-family: 'Poppins'; 
    line-height: 25px;
    
}
.modal-req-info .req-info-content{
    font-family: 'Poppins';
    padding-left: 40px;
    padding-right: 40px;
}
.modal-req-info .btn-close-modal {
    width: 128px;
    background: #2860D7;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
}
.modal-req-info .btn-close-modal:hover {
    color: #fff;
}
.req-content-title {
    color: #7A7878;
    font-size: 22px;
    vertical-align: middle;
    font-family: 'PoppinsMedium';
}
.req-info {
    padding-top: 20px;
}
.label-req-info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #1C1C1C;
}
.req-merchant-logo{
    display: flex;
    align-items: center;
}
.req-merchant-logo img {
    margin: auto;
    border: 2px solid rgba(52, 120, 246, 0.12);
    width: 68px;
    height: 68px;
    border-radius: 100px;
    margin-right: 20px;
}
@media only screen and (max-width: 760px) {
    .msg-text{
        font-size: 12px;
    }
    .callout img {
        align-self: baseline;
    }

    .modal-req-info .modal-content {
        width: 90%;
        left: 5%;
    }
    .modal-req-info .modal-title{
        font-size: 18px !important;
    }
    .modal-req-info .modal-sub-title {
        font-size: 14px !important;
    }
    .modal-req-info .btn-close-modal {
        font-size: 14px !important;
    }
    .modal-req-info .btn-close-modal {
        width: 95px;
        font-size: 14px;
    }
    .req-content-title {
        font-size: 18px !important;
    }
    .label-req-info {
        font-size: 14px;
    }
    .req_info_field {
        font-family: 'PoppinsMedium';
    }
    .req_info_data_field {
        color: #858585 !important;
    }
}