/**
 * @package       ECL COM_SDITRACKING Component
 * @subpackage    modules/mod_sditracking
 * @version       2.0.1-dev
 * @author        Econsult Lab.
 * @copyright     Copyright (c) 2024 Econsult Lab. All rights reserved.
 * @license       GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
 * @link          https://econsultlab.ru
 */

#result_msg {
}

#result_msg > .msg-wrap {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

#result_msg > .msg-image {
    flex-shrink: 0;
    width: 64px;
}

#result_msg > .msg-wrap > .msg-text {
    font-size: 22px;
    line-height: 1;
    padding-left: 20px;
}

@media (max-width: 767px) {
    #modal-loader #result_msg > .msg-wrap > .msg-text {
        font-size: 16px;
        line-height: 1;
        padding-left: 16px;
    }
}
