/**
 * Filename:    board_tour.css
 *
 * Description: Implementation of the board_tour class.
 *
 * Copyright © 1999-2024 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.
 */

.update_message__window
{
    width: 469px;
    max-height: 396px;
    min-height: 374px;
    border-radius: 12px;
}

.update_message__window .modal_window__content
{
    padding: 0;
}

.update_message__window .modal_window__container__header,
.update_message__window .modal_window__container__center__content
{
    display: none;
}

.update_message__window .modal_window__container__center
{
    gap: 16px;
    min-height: 316px !important;
}

.update_message__window .modal_window__container__center__image__content
{
    min-width: 469px;
    max-height: 316px !important;
    overflow: hidden;
    justify-content: flex-start;
}

.update_message__window .modal_window__container__center__image__content > img
{
    width: 100%;
    min-height: 316px;
    height: auto;
    padding: 0 !important;
}

.update_message__window .modal_window__container__center__navigator,
.update_message__window .modal_window__container__center__info__title
{
    margin: 0 !important;
}

.update_message__window .modal_window__container__center__info
{
    max-height: 0px;
    max-width: 0px;
}

.update_message__window .modal_window__container__center__info__title
{
    font-size: 14px !important;
    line-height: 18px;
}

.update_message__window .modal_window__container__center__info__description
{
    font-size: 12px;
    line-height: 16px;
    color: rgb( var(--color-gray650) );
}

.update_message__window .modal_window__container__footer
{
    margin-bottom: 16px;
    justify-content: center;
    padding-top: 0px !important;
}

.update_message__window .first_button,
.update_message__window .second_button
{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    padding: 6px 20px;
    font-size: 12px;
}

.update_message__window .second_button
{
    font-weight: normal;
    color: rgb( var( --color-gray650 ) );
    outline: 1px solid rgb( var( --color-gray350 ) );
    border: 0;
}