.whatsBase {
    position: fixed;
    width: 55px;
    height: 55px;
    display: flex;
    left: 97.5%;
    top: 93%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999;
}

/*.customChat-R9TmY {*/
/*    !*bottom: 1rem; *!*/
/*    !* padding: 10px 0 0 0; *!*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    font-family: "co-light", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;*/
/*    overflow: hidden;*/
/*    position: fixed;*/
/*    !* right: 1rem; *!*/
/*    transition: all 0.5s ease-out;*/
/*    z-index: 2147483647;*/
/*    !*position: relative;*!*/
/*    cursor: pointer;*/
/*    border: none;*/
/*}*/

/**
 * Chat styles.
 */


/*COPIA*/
/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Fonts variables.
 */
/**
 * Sizes variables.
 */
/**
 * Chat variables.
 */
:root {
    --collapsed-chat-height: 170px;
}

/**
 * Chat styles.
 */
.chat-kARH7 {
    background: #f5f6fdfa;
    border-radius: 20px 20px 20px 0px;
    bottom: 1rem;
    box-shadow: 0 -1px 30px 2px #0002;
    display: flex;
    flex-direction: column;
    font-family: "co-light", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    height: 530px;
    overflow: hidden;
    position: fixed;
    right: 1rem;
    transition: all 0.3s ease-out;
    z-index: 2147483647;
}

.chat-kARH7 *,
.chat-kARH7 *::before,
.chat-kARH7 *::after {
    box-sizing: border-box;
}

.chat-kARH7 *::-webkit-scrollbar {
    background: rgba(139, 151, 152, 0.1);
    height: 0.5rem;
    width: 0.5rem;
}

.chat-kARH7 *::-webkit-scrollbar-thumb {
    background: #8b9798;
}

.chat-kARH7.isCollapsed-2mwcp {
    background: linear-gradient(45deg, var(--primary-color) 40%, var(--accent-color));
    height: var(--collapsed-chat-height);
    overflow: visible;
}

.chat-kARH7.blue-20icM {
    --primary-color: #106ba3;
    --primary-color-light: #5897bf;
}

.chat-kARH7.orange-2WI5h {
    --primary-color: #d9822b;
    --primary-color-light: #e4a86b;
}

.badge-1yT4j {
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: #fa3e3e;
    border-radius: 50%;
    color: white;
    display: none;
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.badge-1yT4j.isCollapsed-2mwcp {
    display: flex;
}

.customChat-R9TmY {
    bottom: 1rem;
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    font-family: "co-light", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    overflow: hidden;
    position: fixed;
    right: 1rem;
    transition: all 0.5s ease-out;
    z-index: 2147483647;
}

.customChat-R9TmY *,
.customChat-R9TmY *::before,
.customChat-R9TmY *::after {
    box-sizing: border-box;
}

.customChat-R9TmY *::-webkit-scrollbar {
    background: rgba(139, 151, 152, 0.1);
    height: 0.5rem;
    width: 0.5rem;
}

.customChat-R9TmY *::-webkit-scrollbar-thumb {
    background: #8b9798;
}

.customChat-R9TmY.isCollapsed-2mwcp {
    background: linear-gradient(45deg, var(--primary-color) 40%, var(--accent-color));
}

.customChat-R9TmY.blue-20icM {
    --primary-color: #106ba3;
    --primary-color-light: #5897bf;
}

.customChat-R9TmY.orange-2WI5h {
    --primary-color: #d9822b;
    --primary-color-light: #e4a86b;
}

.header-3UrRw {
    align-items: center;
    color: #0e3533;
    cursor: pointer;
    display: flex;
    font-size: 1.1rem;
    justify-content: center;
    padding: 1rem;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-out;
    background-color: #005a13;
}

.closeIcon-2hMbq {
    color: #a7b6c2;
    position: absolute;
    right: 15px;
    top: 25px;
    padding: 5px;
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
    transition: all 0.2s ease-out;
}

.closeIcon-2hMbq:hover {
    background: #5c7080;
    opacity: 0.2;
}

.isCollapsed-2mwcp .closeIcon-2hMbq {
    display: none;
}

.icon-1JyE_ {
    display: flex;
    padding: 0.5rem;
}

.icon-1JyE_ img {
    max-width: 3rem;
    max-height: 3rem;
}

.icon-1JyE_ path {
    fill: var(--primary-color);
}

.isCollapsed-2mwcp .icon-1JyE_ path {
    fill: #ffffff;
}

.content-tHzGc {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 450px;
    max-width: 100vw;
    overflow: hidden;
    transition: all 0.2s ease-out;
    width: 350px;
}

.isCollapsed-2mwcp .content-tHzGc {
    height: 0;
    opacity: 0;
    width: 0;
}

.customImg-j9TFO {
    cursor: pointer;
    max-width: 400px;
    max-height: 250px;
}

.messages-1VLkL {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow-x: hidden;
    padding: 1rem;
    will-change: transform;
}

/**
 * IMPORTS
 */
/**
 * Fonts variables.
 */
.errorIndicator-4Hl_8 {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.errorIndicator-4Hl_8 button {
    align-items: center;
    background-color: #00a7cf;
    border-radius: 0.5em;
    border: none;
    color: #fff;
    display: flex;
    font-family: "co-light", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-size: 15px;
    justify-content: space-between;
    margin-top: 1em;
    padding: 0.7em 1em;
    text-transform: uppercase;
    transition: 0.2s ease-in;
    cursor: pointer;
}

.errorIndicator-4Hl_8 button:hover {
    cursor: pointer;
    opacity: 0.8;
}

.errorIndicator-4Hl_8 button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.errorIndicator-4Hl_8 button span {
    align-items: center;
    display: flex;
    margin-left: 1em;
    cursor: pointer;
}

.errorIndicator-4Hl_8 p {
    margin: 0;
}

.errorIndicator-4Hl_8 > span {
    margin-bottom: 0.5em;
}

.iconSpin-3hCsO {
    animation: spin-7mIBV 2s linear infinite;
}

@keyframes spin-7mIBV {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Default theme variables.
 */
:root {
    --accent-color: #7986cb;
    --font-color: #9e9e9e;
    --font-color-dark: #616161;
    --font-color-light: #e0e0e0;
    --primary-color: #f57c00;
    --primary-color-dark: #e65100;
    --primary-color-light: #ff9800;
}

/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Common variables.
 */
:root {
    --attachment-height: 100px;
    --attachment-width: 150px;
}

/**
 * Attachment variables.
 */
:root {
    --attachment-box-shadow: 0 1px 5px #e0e0e0;
    --remove-background: #616161;
}

/**
 * Attachment styles.
 */
.attachment-23pUY {
    align-items: center;
    border-radius: 5px;
    box-shadow: var(--attachment-box-shadow);
    display: flex;
    flex-direction: column;
    height: var(--attachment-height);
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: var(--attachment-width);
}

.attachment-23pUY:hover .remove-36OYs {
    transform: scale(1);
}

.remove-36OYs {
    background: var(--remove-background);
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    padding: 3px 5px;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    transform: scale(0);
    transition: transform 0.2s cubic-bezier(0.97, 1.93, 0.58, 0.75);
    z-index: 2;
}

.remove-36OYs:hover {
    background: var(--primary-color-light);
}

/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Fonts variables.
 */
/**
 * Font families.
 */
/**
 * Font weights.
 */
/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Default theme variables.
 */
:root {
    --accent-color: #7986cb;
    --font-color: #9e9e9e;
    --font-color-dark: #616161;
    --font-color-light: #e0e0e0;
    --primary-color: #f57c00;
    --primary-color-dark: #e65100;
    --primary-color-light: #ff9800;
}

/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Common variables.
 */
:root {
    --attachment-height: 100px;
    --attachment-width: 150px;
}

/**
 * Thumbnail styles.
 */
.extension-3rJQK {
    color: var(--font-color);
    font-size: 0.9rem;
    font-weight: 700;
    padding: 2px 0;
    text-transform: uppercase;
}

.image-2OJwb {
    background-position: center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.name-1NRNU {
    color: var(--font-color);
    font-size: 0.7rem;
    overflow: hidden;
    word-wrap: break-word;
}

.thumbnail-3ZpNK {
    align-items: center;
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    max-height: 100%;
    padding: 0.5rem;
    text-align: center;
}

/**
 * IMPORTS
 */
/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Common variables.
 */
:root {
    --attachment-height: 100px;
    --attachment-width: 150px;
}

/**
 * Attachments styles.
 */
.attachments-p6YWC {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(var(--attachment-width), 1fr));
    padding: 1rem;
}

.attachments-p6YWC.isEmpty-1_RuP {
    display: none;
}

/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Default theme variables.
 */
:root {
    --accent-color: #7986cb;
    --font-color: #9e9e9e;
    --font-color-dark: #616161;
    --font-color-light: #e0e0e0;
    --primary-color: #f57c00;
    --primary-color-dark: #e65100;
    --primary-color-light: #ff9800;
}

/**
 * Audio variables.
 */
:root {
    --audio-duration-color: #607d8b;
    --audio-duration-font-size: 0.9rem;
    --audio-icons-color: #90a4ae;
    --audio-icons-hover-color: var(--primary-color);
    --audio-timeline-background: #e0e0e0;
    --audio-timeline-box-shadow: inset 0 0 0 7px #ffffff;
}

/**
 * Audio styles.
 */
.audio-3DafW {
    align-items: center;
    display: flex;
    justify-content: center;
}

.duration-2dYrQ {
    color: var(--audio-duration-color);
    font-size: var(--audio-duration-font-size);
}

.icon-2JvwF {
    cursor: pointer;
    transition: all 0.1s ease-out;
}

.icon-2JvwF svg:not(:root) {
    fill: var(--audio-icons-color);
    padding-top: 2px;
}

.icon-2JvwF.download-22BDF {
    margin-left: 1rem;
}

.icon-2JvwF.mute-2wd_L {
    margin: 0 0.25rem;
}

.icon-2JvwF:hover svg:not(:root) {
    fill: var(--audio-icons-hover-color);
}

input[type=range].timeline-2qD7k {
    flex: 1;
    margin: 0 0.5rem;
    -webkit-appearance: none;
}

input[type=range].timeline-2qD7k::-webkit-slider-runnable-track {
    background: var(--audio-timeline-background);
    box-shadow: var(--audio-timeline-box-shadow);
    cursor: pointer;
    height: 1rem;
    -webkit-appearance: none;
    width: 100%;
}

input[type=range].timeline-2qD7k::-webkit-slider-thumb {
    background: var(--primary-color);
    border-radius: 50%;
    height: 0.75rem;
    margin-top: 2px;
    transition: all 0.1s ease-out;
    -webkit-appearance: none;
    width: 0.75rem;
}

input[type=range].timeline-2qD7k:active::-webkit-slider-thumb, input[type=range].timeline-2qD7k:focus::-webkit-slider-thumb, input[type=range].timeline-2qD7k:hover::-webkit-slider-thumb {
    transform: scale(1.3);
}

/**
 * File picker styles.
 */
.button-1Uu2A {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.button-1Uu2A input[type="file"] {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/**
 * Image styles.
 */
.image-2ZAlR {
    max-width: 100%;
}

/**
 * Text styles.
 */
.text-HhEgA {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Textarea styles.
 */
.textarea-1vhxx {
    resize: none;
}

/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Default theme variables.
 */
:root {
    --accent-color: #7986cb;
    --font-color: #9e9e9e;
    --font-color-dark: #616161;
    --font-color-light: #e0e0e0;
    --primary-color: #f57c00;
    --primary-color-dark: #e65100;
    --primary-color-light: #ff9800;
}

/**
 * Timeline variables.
 */
:root {
    --timeline-box-background: #ffffff;
    --timeline-box-box-shadow: 0 3px 12px -1px #9e9e9e;
    --timeline-box-box-shadow-hover: 0 3px 18px 1px #9e9e9e;
    --timeline-icon-border: 1px solid #e0e0e0;
    --timeline-icon-color: #90a4ae;
    --timeline-icon-color-hover: var(--primary-color);
    --timeline-icon-size: 2.5rem;
    --timeline-info-grid-gap: 4rem;
    --timeline-info-grid-template-columns: 75px 1fr;
    --timeline-info-list-grid-gap: 2rem;
    --timeline-info-list-grid-template-columns: repeat(auto-fit, 1fr);
    --timeline-line-background: #e0e0e0;
    --timeline-presentation-max-height: 400px;
    --timeline-time-color: #607d8b;
}

/**
 * Timeline styles.
 */
.box-1dqCF {
    align-items: center;
    background: var(--timeline-box-background);
    border-radius: 4px;
    box-shadow: var(--timeline-box-box-shadow);
    margin-bottom: 2rem;
    padding: 1.5rem 2rem;
    position: relative;
    transition: all 0.2s ease-out;
}

.box-1dqCF:before {
    border-color: transparent;
    border-right-color: #ffffff;
    border-style: solid;
    border-width: 8px;
    content: '';
    position: absolute;
    right: 100%;
    top: 1rem;
}

.item-pCTYD:active .box-1dqCF,
.item-pCTYD:focus .box-1dqCF,
.item-pCTYD:focus-within .box-1dqCF,
.item-pCTYD:hover .box-1dqCF {
    box-shadow: var(--timeline-box-box-shadow-hover);
}

.icon-1B0mw {
    align-items: center;
    border: var(--timeline-icon-border);
    border-radius: 50%;
    color: var(--timeline-icon-color);
    display: flex;
    flex-shrink: 0;
    height: var(--timeline-icon-size);
    justify-content: center;
    line-height: 0;
    transition: all 0.1s ease-out;
    width: var(--timeline-icon-size);
}

.item-pCTYD:active .icon-1B0mw,
.item-pCTYD:focus .icon-1B0mw,
.item-pCTYD:focus-within .icon-1B0mw,
.item-pCTYD:hover .icon-1B0mw {
    color: var(--timeline-icon-color-hover);
    transform: scale(1.1);
}

.icon-1B0mw svg {
    fill: currentColor;
}

.info-21FSM {
    align-items: center;
    display: grid;
    grid-auto-flow: column;
    grid-gap: var(--timeline-info-grid-gap);
    grid-template-columns: var(--timeline-info-grid-template-columns);
}

.infoList-3Qgsb {
    align-items: center;
    display: grid;
    grid-auto-flow: column;
    grid-gap: var(--timeline-info-list-grid-gap);
    grid-template-columns: var(--timeline-info-list-grid-template-columns);
}

.item-pCTYD {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: auto 1fr;
    will-change: transform;
}

.line-18BW7 {
    align-items: center;
    display: flex;
    flex-flow: column;
}

.line-18BW7:after {
    background: var(--timeline-line-background);
    content: '';
    flex: 1;
    margin: 4px 0;
    width: 1px;
}

.item-pCTYD:last-child .line-18BW7:after {
    background: linear-gradient(var(--timeline-line-background), transparent);
}

.presentation-1MuFT {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 0;
    max-height: 0;
    overflow: auto;
    transition: all 0.5s;
}

.presentation-1MuFT.expanded-nS5Bg {
    margin-top: 2rem;
    max-height: var(--timeline-presentation-max-height);
}

.time-t5p2H {
    color: var(--timeline-time-color);
    text-align: center;
}

.time-t5p2H .day-3p43z {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.8rem;
    text-align: center;
}

.time-t5p2H .month-CnABk {
    line-height: 1.2rem;
}

.toggle-1JiAa {
    cursor: pointer;
}

/**
 * IMPORTS
 */
/**
 * Fade animations.
 */
@keyframes fadeIn-LIki3 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut-2_PNE {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/**
 * Colors variables.
 */
/**
 * Fonts variables.
 */
/**
 * Font families.
 */
/**
 * Font weights.
 */
/**
 * Toast variables.
 */
:root {
    --toast-actions-grid-gap: 0.5rem;
    --toast-actions-margin: 0.5rem 0;
    --toast-border-left: 4px solid;
    --toast-border-radius: 4px;
    --toast-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.4);
    --toast-color: #000000;
    --toast-description-color: #000000;
    --toast-danger-color: #e57373;
    --toast-success-color: #81c784;
    --toast-warning-color: #ffb74d;
}

/**
 * Toast styles.
 */
.action-3WjYc:last-child {
    margin-right: 0.5rem;
}

.actions-2-qBD {
    align-items: center;
    display: inline-grid;
    flex: 1;
    grid-auto-flow: column;
    grid-gap: var(--toast-actions-grid-gap);
    justify-content: flex-end;
    justify-self: flex-end;
    margin: var(--toast-actions-margin);
}

.body-1oETA {
    display: flex;
    flex-direction: column;
}

.body-1oETA > :not(:empty) + :not(:empty) {
    margin-top: 0.25rem;
}

.content-2j7Tv {
    align-items: center;
    display: flex;
    padding: 1rem;
    word-break: break-word;
}

.content-2j7Tv > * + * {
    margin-left: 1rem;
}

.description-3df4P {
    color: var(--toast-description-color);
}

.icon-RJsxA {
    fill: currentColor;
    line-height: 0;
}

.toast-tcxUc {
    align-items: center;
    background: #ffffff;
    border-color: var(--toast-color);
    border-left: var(--toast-border-left);
    border-radius: var(--toast-border-radius);
    box-shadow: var(--toast-box-shadow);
    color: var(--toast-color);
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
}

.toast-tcxUc.animationIn-C0jfu {
    animation-name: fadeIn-LIki3;
}

.toast-tcxUc.animationOut-WXDkh {
    animation-name: fadeOut-2_PNE;
}

.toast-tcxUc.danger-3N_oM {
    border-color: var(--toast-danger-color);
    color: var(--toast-danger-color);
}

.toast-tcxUc.hidden-2Xdd5 {
    display: none;
}

.toast-tcxUc.success-1OcMC {
    border-color: var(--toast-success-color);
    color: var(--toast-success-color);
}

.toast-tcxUc.warning-2tcus {
    border-color: var(--toast-warning-color);
    color: var(--toast-warning-color);
}

/**
 * IMPORTS
 */
/**
 * Fonts variables.
 */
/**
 * Font families.
 */
/**
 * Font weights.
 */
/**
 * Toasts container variables.
 */
:root {
    --toasts-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    --toasts-font-size: 0.85rem;
    --toasts-margin-top: 2rem;
    --toasts-max-width: 480px;
    --toasts-z-index: 9999999999;
}

/**
 * Toasts container styles.
 */
.toasts-2o7iY {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: var(--toasts-font-family);
    font-size: var(--toasts-font-size);
    justify-content: center;
    left: 0;
    margin: var(--toasts-margin-top) auto auto;
    max-width: var(--toasts-max-width);
    position: absolute;
    right: 0;
    top: 0;
    z-index: var(--toasts-z-index);
}

/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Fonts variables.
 */
/**
 * Media viewer styles.
 */
.viewer-3_Vdv {
    display: flex;
    flex-direction: column;
}

.media-173QF {
    display: grid;
    height: 100%;
    position: relative;
    user-select: none;
    width: 100%;
}

.media-173QF img {
    background-color: #fff;
    background-image: linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    box-shadow: 0 0 60px 0px #00000088;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.download-27VPp {
    align-items: center;
    background: #2a3742b5;
    border-radius: 30px;
    color: #ddd;
    cursor: pointer;
    display: grid;
    font-size: 1.2rem;
    grid-auto-flow: column;
    grid-gap: 0.75rem;
    margin-right: 1rem;
    padding: 0.75rem 1.5rem;
    transition: all 0.2s ease-out;
}

.download-27VPp:hover {
    background: var(--primary-color);
    color: #ffffff;
}

.nav-2sRYn {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.previous-2IwaM {
    align-items: center;
    box-sizing: border-box;
    color: #5c7080;
    cursor: pointer;
    display: flex;
    height: 100%;
    opacity: 0;
    padding: 2rem;
    position: absolute;
    top: 0;
    transition: all 0.1s ease-out;
    width: 50%;
    justify-content: flex-start;
    left: 0;
}

.previous-2IwaM:hover {
    color: var(--primary-color-light);
}

.media-173QF:hover .previous-2IwaM {
    opacity: 1;
}

.next-16xSQ {
    align-items: center;
    box-sizing: border-box;
    color: #5c7080;
    cursor: pointer;
    display: flex;
    height: 100%;
    opacity: 0;
    padding: 2rem;
    position: absolute;
    top: 0;
    transition: all 0.1s ease-out;
    width: 50%;
    justify-content: flex-end;
    right: 0;
}

.next-16xSQ:hover {
    color: var(--primary-color-light);
}

.media-173QF:hover .next-16xSQ {
    opacity: 1;
}

.footer-174OW {
    align-items: center;
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: repeat(auto-fit, 100px);
    justify-content: center;
    padding: 0 2rem 1rem;
}

.thumbnail-1tdHr {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    max-height: 80px;
    opacity: 0.5;
    overflow: hidden;
}

.thumbnail-1tdHr.isActive-B-EMX, .thumbnail-1tdHr:hover {
    opacity: 1;
}

.thumbnail-1tdHr > img {
    width: 100%;
}

.expand-37hfI {
    cursor: zoom-in;
}

/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Fonts variables.
 */
/**
 * Popover styles.
 */
.popover-2YNGF {
    background: #2a3035;
    bottom: 0;
    font-family: "co-light", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    height: 100vh;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    transition: all 0.1s ease-out;
    visibility: hidden;
    width: 100vw;
    z-index: 100;
}

.popover-2YNGF:hover .header-1JdnE {
    opacity: 1;
}

.popover-2YNGF.isOpen-1wWWD {
    opacity: 1;
    visibility: visible;
}

.popover-2YNGF.isOpen-1wWWD .content-2LGuK {
    opacity: 1;
    transform: translateY(0%);
}

.header-1JdnE {
    align-items: center;
    background: linear-gradient(#2a37427a, transparent);
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 2rem 2rem 4rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease-out;
    z-index: 1;
}

.close-1_zx3 {
    color: #5c7080;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 2rem;
    position: absolute;
    right: 0rem;
    top: 0rem;
    transition: color 0.1s ease-out;
}

.close-1_zx3:hover {
    color: var(--primary-color-light);
}

.content-2LGuK {
    flex: 1;
    opacity: 0;
    overflow: auto;
    padding: 2rem;
    transform: translateY(5%);
    transition: all 0.4s 0.2s ease-out;
}

/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Sizes variables.
 */
/**
 * Message styles.
 */
.message-1_SkA {
    align-items: center;
    animation-duration: 0.4s;
    animation-name: messageIn-1Rv5w;
    animation-timing-function: cubic-bezier(0.5, 2.03, 0.68, 0.64);
    background: #ffffff;
    border-radius: 20px 15px 20px 0;
    box-shadow: 0 2px 10px -1px #2a37422e;
    color: #8b9798;
    font-size: 0.9rem;
    line-height: 1.1rem;
    margin-bottom: 0.5rem;
    max-width: 80%;
    padding: 0.7rem;
    position: relative;
    transform-origin: left bottom;
    width: fit-content;
    word-break: break-word;
    display: flex;
}

.message-1_SkA:last-child {
    margin-bottom: 0;
}

.message-1_SkA.isOutgoing-1DS1U {
    align-self: flex-end;
    animation-name: messageOut-1f3Sw;
    background: var(--primary-color);
    border-radius: 15px 20px 0 20px;
    box-shadow: 0 2px 10px -1px #2a374299;
    color: var(--outgoing-font-color);
    transform-origin: right bottom;
}

.failure-JRPOf {
    align-items: center;
    background: #f33;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 18px;
    justify-content: center;
    margin-right: 10px;
    min-width: 18px;
    text-align: center;
    cursor: pointer;
}

.failure-JRPOf .tooltip-3L24K {
    visibility: hidden;
    width: 140px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -70px;
}

.failure-JRPOf .tooltip-3L24K::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.failure-JRPOf:hover .tooltip-3L24K {
    visibility: visible;
}

.loading-1O7jp {
    display: inline-block;
    position: relative;
    min-width: 20px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    transform: translateY(5px);
}

.loading-1O7jp div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: rotate-33sVR 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.loading-1O7jp div:nth-child(1) {
    animation-delay: -0.45s;
}

.loading-1O7jp div:nth-child(2) {
    animation-delay: -0.3s;
}

.loading-1O7jp div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes rotate-33sVR {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.time-3n9H0 {
    bottom: 0.5rem;
    font-size: 0.7rem;
    opacity: 0.7;
    position: absolute;
    right: 0.5rem;
    z-index: 1;
}

.image-2DX5s > div {
    align-items: center;
    border-radius: 10px 15px 0 15px;
    display: flex;
    justify-content: center;
    margin: -0.4rem;
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.image-2DX5s > div > img {
    width: 100%;
}

.image-2DX5s p {
    margin: 12px 0 0 0;
}

.image-2DX5s a {
    text-decoration: none;
}

.progress-5hcmG {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.progress-5hcmG + img {
    filter: blur(5px);
}

.text-zg47T:after,
.unsupported-FoPLr:after {
    content: '';
    margin-right: 48px;
}

.text-zg47T a {
    text-decoration: none;
}

.unsupported-FoPLr {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-style: italic;
    opacity: 0.7;
}

.unsupported-FoPLr:after {
    flex: 100%;
}

.unsupported-FoPLr .text-zg47T {
    flex: 1;
    margin-left: 0.5rem;
}

/**
 * Animations
 */
@keyframes messageIn-1Rv5w {
    from {
        opacity: 0;
        transform: scale(0.5) translate3d(-10px, 0, 0);
    }
    to {
        opacity: 1;
        transform: scale(1) translate3d(0%, 0, 0);
    }
}

@keyframes messageOut-1f3Sw {
    from {
        opacity: 0;
        transform: scale(0.5) translate3d(10px, 0, 0);
    }
    to {
        opacity: 1;
        transform: scale(1) translate3d(0%, 0, 0);
    }
}

/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Progress styles.
 */
.background-2ZdRN,
.progress-VRc1Y {
    fill: none;
}

.background-2ZdRN {
    position: relative;
    stroke: rgba(0, 0, 0, 0.3);
}

.progress-VRc1Y {
    stroke: #67af50;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cancel-29LOj {
    color: #eeeeee;
    position: absolute;
}

/**
 * IMPORTS
 */
/**
 * Sizes variables.
 */
:root {
    --chat-height: 450px;
    --chat-width: 350px;
}

/**
 * Common variables.
 */
:root {
    --message-padding: 0.7rem;
    --message-text-margin-right: 48px;
}

/**
 * Common styles.
 */
/**
 * Image message styles.
 */
.image-2Ao6Z {
    align-items: center;
    border-radius: 10px 15px 0 15px;
    display: flex;
    justify-content: center;
    margin: calc(var(--message-padding) / -2);
    max-height: calc(var(--chat-height) / 3);
    overflow: hidden;
    position: relative;
}

/**
 * IMPORTS
 */
/**
 * Common variables.
 */
:root {
    --message-padding: 0.7rem;
    --message-text-margin-right: 48px;
}

/**
 * Common styles.
 */
/**
 * Text message styles.
 */
.text-1psZ6:after {
    content: '';
    margin-right: var(--message-text-margin-right);
}

/**
 * IMPORTS
 */
/**
 * Common variables.
 */
:root {
    --message-padding: 0.7rem;
    --message-text-margin-right: 48px;
}

/**
 * Common styles.
 */
/**
 * Unsupported message styles.
 */
.unsupported-2wVVO {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-style: italic;
    opacity: 0.7;
}

.unsupported-2wVVO:after {
    content: '';
    margin-right: var(--message-text-margin-right);
}

.unsupported-2wVVO:after {
    flex: 100%;
}

.unsupported-2wVVO .text-2paA4 {
    flex: 1;
    margin-left: 0.5rem;
}

/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Default theme variables.
 */
:root {
    --accent-color: #7986cb;
    --font-color: #9e9e9e;
    --font-color-dark: #616161;
    --font-color-light: #e0e0e0;
    --primary-color: #f57c00;
    --primary-color-dark: #e65100;
    --primary-color-light: #ff9800;
}

/**
 * Common variables.
 */
:root {
    --message-padding: 0.7rem;
    --message-text-margin-right: 48px;
}

/**
 * Common styles.
 */
/**
 * Message variables.
 */
:root {
    --message-background: #ffffff;
    --message-box-shadow: 0 2px 10px -1px #e0e0e0;
    --message-color: #9e9e9e;
    --message-outgoing-background-color: linear-gradient(-45deg,
    var(--primary-color-light),
    var(--primary-color));
    --message-outgoing-color: #ffffff;
}

/**
 * Message styles.
 */
.message-_eKQi {
    align-items: center;
    animation-duration: 0.4s;
    animation-name: messageIn-3D4MO;
    animation-timing-function: cubic-bezier(0.5, 2.03, 0.68, 0.64);
    background: var(--message-background);
    border-radius: 20px 15px 20px 0;
    box-shadow: var(--message-box-shadow);
    color: var(--message-color);
    font-size: 0.9rem;
    line-height: 1.1rem;
    margin-bottom: 0.5rem;
    max-width: 80%;
    padding: var(--message-padding);
    position: relative;
    transform-origin: left bottom;
    width: fit-content;
    word-break: break-word;
}

.message-_eKQi:last-child {
    margin-bottom: 0;
}

.message-_eKQi.isOutgoing-1-F4R {
    align-self: flex-end;
    animation-name: messageOut-FJfws;
    background: var(--message-outgoing-background-color);
    border-radius: 15px 20px 0 20px;
    color: var(--message-outgoing-color);
    transform-origin: right bottom;
}

.time-2UtbJ {
    bottom: 0.5rem;
    font-size: 0.7rem;
    opacity: 0.7;
    position: absolute;
    right: 0.5rem;
    z-index: 1;
}

/**
 * Message animations.
 */
@keyframes messageIn-3D4MO {
    from {
        opacity: 0;
        transform: scale(0.5) translate3d(-10px, 0, 0);
    }
    to {
        opacity: 1;
        transform: scale(1) translate3d(0%, 0, 0);
    }
}

@keyframes messageOut-FJfws {
    from {
        opacity: 0;
        transform: scale(0.5) translate3d(10px, 0, 0);
    }
    to {
        opacity: 1;
        transform: scale(1) translate3d(0%, 0, 0);
    }
}

/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Message composer variables.
 */
:root {
    --message-composer-background: #ffffff;
    --message-composer-border-top: 1px solid #f5f5f5;
}

/**
 * Message composer styles.
 */
.actions-2tLo7 {
    align-items: stretch;
    display: flex;
    justify-content: center;
}

.composer-2sfgu {
    background: var(--message-composer-background);
    border-top: var(--message-composer-border-top);
}

.content-3zZlo {
    display: contents;
}

/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Fonts variables.
 */
/**
 * Message composer variables.
 */
:root {
    --message-composer-background: #ffffff;
    --message-composer-border-top: 1px solid #f0f0f0;
}

/**
 * Message composer styles.
 */
.actions-2pO-_ ::-webkit-input-placeholder {
    color: #8b9798;
    white-space: nowrap;
}

.actions-2pO-_ svg:not(:root) {
    width: 1.5rem;
    color: #a7b6c2;
}

.actions-2pO-_ button {
    padding: 0 0.5rem;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.actions-2pO-_ button:hover, .actions-2pO-_ button:focus, .actions-2pO-_ button:active {
    background: none;
    border: none;
    box-shadow: none;
}

.actions-2pO-_ button:hover svg:not(:root), .actions-2pO-_ button:focus svg:not(:root), .actions-2pO-_ button:active svg:not(:root) {
    color: var(--primary-color);
}

.textarea-22U4e {
    flex: 1;
    padding: 1rem;
    max-height: 8rem;
    background: none;
    border: none !important;
    font-family: "effra-light", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #5c7080;
    overflow-x: hidden;
    box-shadow: none;
    resize: none;
    outline: none;
    margin-bottom: 0px !important;
}

#buttonsRegioes{
    margin-bottom: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#buttonsRegioes button{
    position: relative;
    border: none;
    border-radius: 4px;
    padding: 2%;
    background-color: #00911f;
    color: white;
    margin-top: 1%;
    cursor: pointer;
}

#buttonsFiliais{
    margin-bottom: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#buttonsFiliais button{
    position: relative;
    border: none;
    border-radius: 4px;
    padding: 2%;
    background-color: #00911f;
    color: white;
    margin-top: 1%;
    cursor: pointer;
}

#buttonUrl button{
    position: relative;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    background-color: #00911f;
    color: white;
    margin-top: 1%;
    padding: 2% 5%;
    font-weight: 500;
    cursor: pointer;
}


/**
 * IMPORTS
 */
/**
 * Colors variables.
 */
/**
 * Theme variables.
 */
:root {
    --accent-color: #00a7cf;
    --primary-color: #c8da2b;
    --primary-color-light: #c8da2b;
    --outgoing-font-color: #0e3533;
}
