.container-tippy-loader-search-component{
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tippy-loader-search-component{
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.tippy-loader-search-component div{
    position: absolute;
    border: 1px solid #0CA589;
    opacity: 1;
    border-radius: 50%;
    animation: search-component-tippy-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.tippy-loader-search-component div:nth-child(2){
    animation-delay: -0.5s;
}

@keyframes search-component-tippy-loader {
    0% {
        top: 9px;
        left: 9px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 18px;
        height: 18px;
        opacity: 0;
    }
}


.tippy-box[data-theme~='tippy-custom-information'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: white;
}
.tippy-box[data-theme~='tippy-custom-information'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: white;
}
.tippy-box[data-theme~='tippy-custom-information'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: white;
}
.tippy-box[data-theme~='tippy-custom-information'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: white;
}

.tippy-box[data-theme~='tippy-custom-information'][data-placement^='top'],
.tippy-box[data-theme~='tippy-custom-information'][data-placement^='bottom'],
.tippy-box[data-theme~='tippy-custom-information'][data-placement^='left'],
.tippy-box[data-theme~='tippy-custom-information'][data-placement^='right']{
    background-color: white!important;
    border: 1px solid var(--ftnGreyBorder);
    -webkit-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.48);
    box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.48);
    padding: 15px!important;
    color: var(--ftnBlueFonts);
    min-width: 300px!important;
}

.tippy-box[data-theme~='tippy-custom-information-big'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: white;
}
.tippy-box[data-theme~='tippy-custom-information-big'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: white;
}
.tippy-box[data-theme~='tippy-custom-information-big'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: white;
}
.tippy-box[data-theme~='tippy-custom-information-big'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: white;
}

.tippy-box[data-theme~='tippy-custom-information-big'][data-placement^='top'],
.tippy-box[data-theme~='tippy-custom-information-big'][data-placement^='bottom'],
.tippy-box[data-theme~='tippy-custom-information-big'][data-placement^='left'],
.tippy-box[data-theme~='tippy-custom-information-big'][data-placement^='right']{
    background-color: white!important;
    border: 1px solid var(--ftnGreyBorder);
    -webkit-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.48);
    box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.48);
    padding: 15px!important;
    color: var(--ftnBlueFonts);
    min-width: 300px!important;
    width: fit-content!important;
    max-width: 100vw!important;
    overflow-y: scroll;
}

.tippy-box[data-theme~='tippy-custom-information-small'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: white;
}
.tippy-box[data-theme~='tippy-custom-information-small'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: white;
}
.tippy-box[data-theme~='tippy-custom-information-small'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: white;
}
.tippy-box[data-theme~='tippy-custom-information-small'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: white;
}

.tippy-box[data-theme~='tippy-custom-information-small'][data-placement^='top'],
.tippy-box[data-theme~='tippy-custom-information-small'][data-placement^='bottom'],
.tippy-box[data-theme~='tippy-custom-information-small'][data-placement^='left'],
.tippy-box[data-theme~='tippy-custom-information-small'][data-placement^='right']{
    background-color: white!important;
    border: 1px solid var(--ftnGreyBorder);
    -webkit-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.48);
    box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.48);
    padding: 5px!important;
    color: var(--ftnBlueFonts);
    min-width: 225px!important;
    max-width: 225px!important;
}


.tippy-custom-information-message-error{
    display: block;
    line-height: 1.3;
    font-family: Metropolis-Medium;
    color: var(--ftnRed);
    font-style: italic;
    font-size: 14px;
    word-break: break-word;
}

.tippy-custom-information-caption{
    line-height: 1.3;
    font-family: Metropolis-Medium;
    color: var(--ftnBlueFonts);
    font-size: 14px;
    word-break: break-word;
}

.tippy-custom-information-caption .semibold{
    font-family: Metropolis-SemiBold;
}

.tippy-box[data-theme~='tippy-custom-information-big-bgblue'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #d5e0f9;
}
.tippy-box[data-theme~='tippy-custom-information-big-bgblue'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #d5e0f9;
}
.tippy-box[data-theme~='tippy-custom-information-big-bgblue'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #d5e0f9;
}
.tippy-box[data-theme~='tippy-custom-information-big-bgblue'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #d5e0f9;
}

.tippy-box[data-theme~='tippy-custom-information-big-bgblue'][data-placement^='top'],
.tippy-box[data-theme~='tippy-custom-information-big-bgblue'][data-placement^='bottom'],
.tippy-box[data-theme~='tippy-custom-information-big-bgblue'][data-placement^='left'],
.tippy-box[data-theme~='tippy-custom-information-big-bgblue'][data-placement^='right']{
    background-color: #d5e0f9!important;
    border: 1px solid var(--ftnGreyBorder);
    -webkit-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.48);
    box-shadow: 4px 4px 17px 0px rgba(0,0,0,0.48);
    padding: 15px!important;
    color: var(--ftnBlueFonts);
    min-width: 300px!important;
    width: fit-content!important;
    max-width: 100vw!important;
}
