.bg-light-info {
    background-color: #5D87FF !important;
    color: #fff !important;
}

.form-control {
    border-color: #aaa;
}

.pad-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.bot_name {
    margin: 0rem 0.5rem;
    line-height: 45px;
    margin-left: 0px;
}

.text_justify {
    text-align: justify;
}

@keyframes dot-flashing {
    0% {
        background-color: #7C8FAC;
    }

    70% {
        background-color: #DFE5EF;
    }

    100% {
        background-color: #DFE5EF;
    }
}








.float_left {
    float: left;
}

.boxContainerSoundWaveParent {
    justify-content: center;
    margin: 5px 0px 0px 0px;
    padding: 0;
    align-items: center;
    height: 30px;
}

.boxContainerSoundWave {
    display: flex;
    justify-content: space-between;
    height: 26px;
    --boxSize: 4px;
    --gutter: 2px;
    width: calc((var(--boxSize) + var(--gutter)) * 5);
}

.box {
    transform: scaleY(.4);
    height: 100%;
    width: var(--boxSize);
    background: #12E2DC;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    border-radius: 8px;
    animation-play-state: running;
}

.box1 {
    animation-name: quiet;
}

.box2 {
    animation-name: normal;
}

.box3 {
    animation-name: quiet;
}

.box4 {
    animation-name: loud;
}

.box5 {
    animation-name: quiet;
}


@keyframes quiet {
    25% {
        transform: scaleY(.6);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(.8);
    }
}

@keyframes normal {
    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(.6);
    }
}

@keyframes loud {
    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(1.2);
    }
}

.custom-bg{
    background-size: cover;
    position:fixed;
    top: 0; 
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.btn_chat_ins{
    position: absolute;
    left: 20px;
    bottom: 30px;
    padding: 5px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background-color: #FFD12A;
    animation: bounce .3s infinite alternate;
}
.custom_card_header{
    background-color: #FFD12A;
}

.btn_close_card_header{
    float:right;
    padding:0px;
}

@keyframes bounce {
    to { transform: scale(1.2); }
}

.mr_2px{
    margin-right:2px;
}

.carousel-caption{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* border-bottom-right-radius: ;
    border-bottom-left-radius: ; */
    background: rgba(100, 100, 100, 0.5);
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    right: 4px;
    left: 4px;
    bottom: 4px;
    border: 0px;
}

.carousel-caption h5{
    color: white;
}

.bg-circle-black{
    height: 2.5rem;
    background-color: #999;
    border-radius: 5px;
}

.splide__slide img {
    /* max-width: 900px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.rounded-circle{
    margin:5px;
}

#thumbnail_user_question{
    max-height: 70px;
    margin: 5px 10px;
}

#_preview{
    max-height:250px;
}