@font-face {
    font-family: 'Volkhov';
    src: url('../fonts/Volkhov-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Volkhov';
    src: url('../fonts/Volkhov-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Volkhov';
    src: url('../fonts/Volkhov-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Volkhov';
    src: url('../fonts/Volkhov-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Volkhov', serif;
    background: #F8F8F8;
    overflow: hidden;
}

.header {
    height: 90px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #D8E1E7;
    background: #F8F8F8;
}

.main-content {
    /*height: calc(100% - 90px);*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    padding: 20px 0; 
}

.box-expore {
    width: 774px;
    height: 517px;
    flex-shrink: 0;
    border-radius: 20.421px;
    border: 1.276px solid #EBECEE;
    background: #FFF;
    box-shadow: 0px 8.934px 0px -1.276px rgba(212, 215, 224, 0.40);
    backdrop-filter: blur(17.347px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    flex-direction: column;
    
}

.box-expore h1 {
    color: #000;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Volkhov';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    max-width: 568px;
}

.box-expore h1 span {
    color: #7F56D9;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Volkhov';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.box-expore p {
    color: #425466;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 133.333% */
    max-width: 668px;
}

.btn-custom, .btn-custom:hover, .btn-custom:active {
    display: flex;
    width: 370.139px;
    padding: 12.763px 20.421px;
    justify-content: center;
    align-items: center;
    gap: 10.211px;
    border-radius: 10.211px;
    background: #65557D;
    box-shadow: 0px 1.276px 2.553px 0px rgba(16, 24, 40, 0.05);
    color: var(--Base-White, #FFF);
    font-family: Inter;
    font-size: 17.869px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.527px; /* 142.857% */
}

.btn-custom-2, .btn-custom-2:hover, .btn-custom-2:active {
    display: flex;
    width: 100%;
    padding: 12.763px 20.421px;
    justify-content: center;
    align-items: center;
    gap: 10.211px;
    border-radius: 10.211px;
    background: #65557D;
    box-shadow: 0px 1.276px 2.553px 0px rgba(16, 24, 40, 0.05);
    color: var(--Base-White, #FFF);
    font-family: Inter;
    font-size: 17.869px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.527px; /* 142.857% */
}

.btn-custom-modal, .btn-custom-modal:hover, .btn-custom-modal:active {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10.211px;
    border-radius: 10.211px;
    background: #65557D;
    box-shadow: 0px 1.276px 2.553px 0px rgba(16, 24, 40, 0.05);
    color: var(--Base-White, #FFF);
    font-family: Inter;
    font-size: 17.869px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.527px; /* 142.857% */

    display: flex;
    padding: 11.045px 17.672px;
    justify-content: center;
    align-items: center;
    gap: 8.836px;
}


.btn-custom-modal-default, .btn-custom-default:hover, .btn-custom-default:active {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10.211px;
    color: #000;
    font-family: Inter;
    font-size: 17.869px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.527px; /* 142.857% */

    display: flex;
    padding: 11.045px 17.672px;
    justify-content: center;
    align-items: center;
    gap: 8.836px;

    border-radius: 8.836px;
    border: 1.104px solid var(--Gray-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    box-shadow: 0px 1.104px 2.209px 0px rgba(16, 24, 40, 0.05);
}


.btn-text-signos {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;

    width: 100% ; 
}

.btn-text-signos, .btn-custom:active, .btn-custom:hover {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;

    width: 100% ; 
}

.btn-text-default-x {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;

    border: 1px solid transparent;
    
    background: transparent;

    color: #000;
}

.btn-text-default-x:hover , .btn-text-default-x.active {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;

    border: 1px solid transparent;
    
    background: transparent;

    color: #000;
}

.btn-text-default {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;

    width: 100%;

    background: #fff;

    border: 1px solid #000;

    color: #000;
}

.img-smart-vector {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.img-smart-vector img {
    width: 680px;
}

.title_modal {
    color: #010001;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Volkhov';
    font-size: 20.274px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.descriptiopn_modal {
    color: #425466;
    text-align: center;
    font-family: 'Poppins';
    font-size: 15.205px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.alert_modal {
    color: #C23939;
    font-family: 'Inter';
    font-size: 15.463px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.09px;

    margin-top: 20px !important;
}

.box-chat {
    width: 878px;
    min-height: calc(100vh - 120px); 
    max-height: calc(100vh - 120px); 
    flex-shrink: 0;
    border-radius: 20.421px;
    border: 1.276px solid #ddd;
    background: #FFF;
    box-shadow: 0px 8.934px 0px -1.276px rgba(212, 215, 224, 0.40);
    backdrop-filter: blur(17.347px);
    overflow-y: auto;
    padding: 20px;
    z-index: 10;   

}

.box-chat .you, .box-chat .iQuilibrio {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.box-chat .you {
    align-items: flex-end;
}

.box-chat .iQuilibrio {
    align-items: flex-start;
    margin-top: 40px;
}

.box-chat .message-container {
    width: 50%;
}

.box-chat .message-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 10px;
}

.box-chat .you .user, .box-chat .iQuilibrio .user {
    color: var(--Gray-700, #344054);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; 
}

.box-chat .you .time, .box-chat .iQuilibrio .time {
    color: var(--Gray-600, #475467);
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; 
}

.box-chat .you .msg, .box-chat .msg {
    padding: 10px 14px;
    border-radius: 10px;
    word-break: break-word; 
    position: relative;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    gap: 8px;
}

.iQuilibrio .msg {
    

    padding: 10px 14px;
    border-radius: 10px;
    word-break: break-word; 
    position: relative;
    color: var(--neutral-07100, #141718);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
    gap: 8px;

    padding-bottom: 30px;
}

.box-chat .you .msg {
    background: #66567E;
}

.box-chat .iQuilibrio .msg {
    border-radius: 10px;
    border: 1px solid #D0D5DD;
    background: var(--Gray-100, #F2F4F7);
    position: relative;
}

.box-chat .you .msg::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
}

.box-chat .iQuilibrio .msg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
}

.card-signos {
    display: flex;
    padding: 8px 16px 8px 8px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 64px;
    border: 1px solid var(--neutral-03100, #E8ECEF);
    background: var(--neutral-01100, #FEFEFE);

    cursor: pointer;
}

.card-signos img {
    display: flex;
    width: 40px;
    padding: 8px 8px 6px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: rgba(254, 171, 73, 0.20);
}


.card-signos-img  {
    display: flex;
    padding: 8px 16px 8px 8px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 64px;
    border: 1px solid var(--neutral-03100, #E8ECEF);
    background: var(--neutral-01100, #FEFEFE);

    cursor: pointer;
}

.card-signos-img img {
    display: flex;
    width: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: rgba(254, 171, 73, 0.20);
}

.p-bold {
    font-weight: bold;
    font-style: normal;
}

.p-normal {
    font-weight: normal;
    font-style: normal;
}

.iQuilibrio .msg .lupa {
    position: absolute;
    bottom: -30px; 
    left: 10px; 

    width: 43px;
    height: 43px;
}

.message-container {
    margin-top: 10px;
}

.dig-error-email {
    color: red;
    font-weight: 100;
}

.card-org{
    display: flex;
    padding: var(--spacing-none, 12px) var(--spacing-none, 19px) var(--spacing-none, 12px) var(--spacing-none, 11px);

    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--spacing-none, 4px);
    
    border-radius: var(--radius-md, 8px);

    border: 1px solid #E8ECEF;

    background: #FFF;
}

.open {
    display: none;
}

.close {
    display: block;
}



.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner-border {
    width: 3rem;
    height: 3rem;
    color: #66567E !important;
}

.dot {
    display: inline-block;
    animation: blink 1.5s infinite;
}

.dot:nth-child(2) {
    animation-delay: 0.5s;
}

.dot:nth-child(3) {
    animation-delay: 1s;
}

.btn-back {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

@keyframes blink {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .btn-custom-2{
        padding-bottom: 10px;
    }
    .box-expore {
        width: 342px;
        height: auto;
        border-radius: 13.946px;
        border: 0.872px solid #EBECEE;
        box-shadow: 0px 6.101px 0px -0.872px rgba(212, 215, 224, 0.40);
        backdrop-filter: blur(11.847px);

        padding: 20px;
    }
    
    .box-expore h1 {
        color: #010001;
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Volkhov';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .box-expore  p {
        color: #425466;
        text-align: center;
        font-family: 'Poppins';
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .box-expore h1 span {
        color: #7F56D9;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Volkhov';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .btn-custom-2 {
        font-size: 12px;
    }

    .img-smart-vector img {
        width: 378px;
    }

    .box-chat {
        width: 90%;
    }

    .box-chat .message-container {
        width: 100%;
    }
    .close {
        display: none;
    }
    .open {
        display: block;
    }
    
}