@font-face {
    font-family: EurobankSans-Bold;
    src: url(../../assets/fonts/EurobankSans-Bold.ttf)
}

#open-converse {
    left: 20px;
    background-size: 28px !important;
    position: relative;
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    z-index: 2147483640 !important
}

#open-converse:hover {
    background-color: #021342
}

#open-converse #open-converse-tooltip {
    font-family: EurobankSans-Bold;
    visibility: hidden;
    width: max-content;
    max-width: 300px;
    background-color: #021342;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    left: 75px;
    bottom: 50px;
    text-align: left;
    z-index: 1;
    font-size: initial
}

#open-converse #open-converse-tooltip::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #021342 transparent transparent
}

#open-converse:hover #open-converse-tooltip {
    visibility: visible;
    background-color: #021342
}

#chat-window {
    left: 20px;
    clip-path: circle(0 at 92% 88%);
    width: 350px !important;
    height: 500px !important;
    background-color: #fff;
    position: fixed;
    top: unset !important;
    bottom: 10px;
    right: 20px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .12) !important;
    border-radius: 5px;
    z-index: 2147483647 !important
}

#chat-window #chat-messages {
    height: calc(100% - 157px) !important;
    padding: 15px 20px 15px 20px !important;
    box-sizing: unset
}

#active-chatbot {
    width: 12px;
    height: 13px;
    margin: 6px;
    display: inline-block;
    background-color: #08d013;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    z-index: 6;
    transition: all .15s ease-in;
    right: 320px
}

chatbot-img {
    width: 100%
}

#user-input {
    font-size: 14px;
    background-color: unset
}

input,
textarea {
    font-size: 14px
}

.chat-header-btn.close {
    background: url(../../assets/img/minimize_eurobank.svg) no-repeat !important;
    background-size: 20px !important;
    right: 0 !important
}

.chat-header-btn.close:before {
    content: unset
}

.field-container.checkbox.error label {
    border-color: red !important
}

@keyframes shimmy {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(0, 15px)
    }
}

#chat-messages::-webkit-scrollbar {
    width: 12px
}

#chat-messages::-webkit-scrollbar-track {
    border-radius: 10px
}

#chat-messages::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px
}

#chat-input-send:hover #btn-tooltip-cancel {
    visibility: visible;
    background-color: #fff
}

#chat-input-send:hover #btn-tooltip-cancel::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    box-shadow: 6px 6px 6px 0 #0000001a, -1px -1px 3px 0 #ffffff4d
}

#reload-btn #reload-btn-tooltip {
    visibility: hidden;
    width: 80px;
    height: unset;
    box-sizing: unset;
    background-color: #fff;
    color: #565a5e;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 35px;
    z-index: 1;
    font-size: 12px;
    box-shadow: 6px 6px 6px 0 #0000001a, -1px -1px 3px 0 #ffffff4d
}

#reload-btn:hover #reload-btn-tooltip {
    visibility: visible;
    background-color: #fff
}

#reload-btn:hover #reload-btn-tooltip::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

#chat-resize-btn #resize-btn-tooltip {
    visibility: hidden;
    width: 100px;
    height: unset;
    box-sizing: unset;
    background-color: #fff;
    color: #565a5e;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 35px;
    z-index: 1;
    font-size: 12px;
    box-shadow: 6px 6px 6px 0 #0000001a, -1px -1px 3px 0 #ffffff4d
}

#chat-resize-btn:hover #resize-btn-tooltip {
    visibility: visible;
    background-color: #fff
}

#chat-resize-btn:hover #resize-btn-tooltip::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 85%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

#close-btn #close-btn-tooltip {
    visibility: hidden;
    width: auto;
    height: unset;
    box-sizing: unset;
    background-color: #fff;
    color: #565a5e;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 35px;
    z-index: 1;
    font-size: 12px;
    box-shadow: 6px 6px 6px 0 #0000001a, -1px -1px 3px 0 #ffffff4d
}

#close-btn:hover #close-btn-tooltip {
    visibility: visible;
    background-color: #fff
}

#close-btn:hover #close-btn-tooltip::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

.field-container.text input {
    width: 255px !important
}

@keyframes blink {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-out-up {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
        display: none
    }
}

#open-converse {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #021342 url(../media/widgetWhite.svg) center no-repeat;
    background-size: 45px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .12)
}

#chat-window {
    background-color: #fff;
    position: fixed;
    bottom: 10px;
    right: 20px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .12);
    border-radius: 5px;
    width: 400px;
    height: 540px;
    visibility: hidden;
    clip-path: circle(0 at 92% 88%);
    transition: all .4s ease-in-out
}

@media (min-device-width:320px) and (max-device-width:568px) {
    #chat-window {
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0
    }
}

@media (min-width:375px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    #chat-window {
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0
    }
}

@media (device-width:360px) and (device-height:640px) and (-webkit-min-device-pixel-ratio:4) {
    #chat-window {
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0
    }
}

@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
    #chat-window {
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0
    }
}

#chat-window-maximize {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .12);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    visibility: visible;
    z-index: 10
}

@media (min-device-width:320px) and (max-device-width:568px) {
    #chat-window-maximize {
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0
    }
}

@media (min-width:375px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    #chat-window-maximize {
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0
    }
}

@media (device-width:360px) and (device-height:640px) and (-webkit-min-device-pixel-ratio:4) {
    #chat-window-maximize {
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0
    }
}

@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
    #chat-window-maximize {
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0
    }
}

.chat-header-btn.close {
    background: #02307b url(../../assets/img/close.svg) center no-repeat;
    background-size: 14px;
    position: absolute;
    right: 5px
}

#user-input {
    height: 30px;
    display: block;
    margin: 0;
    padding: 5px 10px;
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    flex-grow: 1;
    font-style: italic
}

#chat-messages {
    height: 370px;
    background-color: #fff;
    padding: 45px 20px 15px 20px;
    overflow-y: auto;
    overscroll-behavior: contain
}

@media (min-device-width:320px) and (max-device-width:568px) {
    #chat-messages {
        height: calc(100% - 63px - 49px - 40px)
    }
}

@media (min-width:375px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    #chat-messages {
        height: calc(100% - 63px - 49px - 40px)
    }
}

@media (min-device-width:375px) and (max-device-width:812px) and (-webkit-device-pixel-ratio:3) {
    #chat-messages {
        height: calc(100% - 63px - 49px - 40px)
    }
}

#typing-indicator {
    will-change: transform;
    width: auto;
    padding: 12px 9px;
    display: table;
    background: #fff;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: -10px;
    border-radius: 5px;
    z-index: 5;
    visibility: visible;
    animation: fade-in-up .2s ease
}

#typing-indicator span {
    height: 6px;
    width: 6px;
    float: left;
    margin: 0 3px;
    background-color: #7ac7fd;
    border-radius: 50%
}

#typing-indicator span:nth-of-type(1) {
    animation: 1s blink infinite .2222s
}

#typing-indicator span:nth-of-type(2) {
    animation: 1s blink infinite .4444s
}

#typing-indicator span:nth-of-type(3) {
    animation: 1s blink infinite .6666s
}

.field-container.checkbox.error label {
    border-color: #ff0
}

#Datepickk {
    border-radius: 5px;
    overflow: hidden
}

.field-container.text {
    min-height: 70px
}

.field-container.text input {
    width: calc(100% - 28px)
}

.field-container.error .field-label {
    color: #d90368;
    font-weight: 600
}

.field-container.error .dropdown-input,
.field-container.error input,
.field-container.error textarea {
    border: 2px solid #d90368
}

.dropdown-values-container.hidden {
    clip-path: inset(0 0 100% 0)
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .dropdown-values-container.hidden {
        visibility: hidden
    }
}

@media (min-device-width:320px) and (max-device-width:568px) {
    .dropdown-values-container.hidden {
        visibility: hidden
    }
}

@media (min-width:375px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    .dropdown-values-container.hidden {
        visibility: hidden
    }
}

@media (min-device-width:375px) and (max-device-width:812px) and (-webkit-device-pixel-ratio:3) {
    .dropdown-values-container.hidden {
        visibility: hidden
    }
}