/**
 * Filename:    feedback_sceen.css
 * 
 * Description: Implementation of the feedback_sceen class.
 * 
 * Copyright © 1999-2023 by Interact Solutions Ltda.
 * Rua Carlos Fett Filho, 47/301
 * 95.900.000, LAJEADO, RS
 * BRAZIL
 * 
 * The copyright to the computer program(s) herein
 * is the property of Interact Solutions Ltda., Brazil.
 * The program(s) may be used and/or copied only with
 * the written permission of Interact Solutions Ltda.
 * or in accordance with the terms and conditions
 * stipulated in the agreement/contract under which
 * the program(s) have been supplied.
 */

.feedback_sceen
{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feedback_sceen__circle
{
    height: 34px;
    width: 34px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    padding: 12px;
    background: rgb( var( --color-gray250 ) );
}

.feedback_sceen__label
{
    color: rgb( var( --color-gray500 ) );
    font-size: 13px;
    text-align: center;
    white-space: wrap !important;
    margin: 12px;
	max-width: 295px;
}
