.colorbox-bg-image {
    background-image: url(/static/assets/images/backgrounds/bg_colorbox_2024.png);
    background-position: center;
    /* background-size: contain;
    background-repeat: repeat; */
    background-size: cover;
    background-repeat: no-repeat;
}

.custom_card_header {
    display: none;
}

#chat_content{
    overflow: scroll;
    height: 70vh;
}

.bg-light-info {
    background-image: linear-gradient(98deg, #315ACF , #583E80);
    border: 0px;
}

.btn-primary{
    background-color: #315ACF;
}

.bg-light {
    background-color: #F6F9FC !important;
}

.rounded-1 {
    border-radius: 9px !important;
}

#chat_content {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#chat_content::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

#custom_chat_ins{
    display: none;
}

#user_question{
    border-radius: 20px;
    background-color: #F1F2F4;
    border-color: #F1F2F4;
}

.container_question{
    padding-bottom:0px !important; 
    padding-top:0px !important;
    position: sticky;
    bottom: 0px;
}

#chat_content{
    height: calc(100vh - 160px) !important;
}

#ask_form{
    margin: 5px 10px;
}

#div_question_suggestion{
    margin: 5px 10px;
}

.card-suggestion{
    text-align: left;
    border-color: #d4d9e2;
    color: #2a3547;
    width: 100%;
}

.card-suggestion > p {
    margin: 0px;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .hide_mobile {
        display: none;
    }
}

.btn_accordion{
    border: 0px;
    background-color: transparent;
    color: #828282;
    margin: 5px 10px 5px 0px;
    font-size: 12px;
}

.accordion_welcome{
    /* margin-top: -1rem; */
    margin-bottom: 0px;
}

.accordion-item{
    background-color: transparent;
    border: none;
}

.accordion-body{
    padding-top: 0px;
    padding-bottom: 0px;
}

.swal2-popup .swal2-styled.swal2-confirm {
	background-color: #315ACF !important;
}
.swal2-popup .swal2-styled:focus {
	background-color: #4f73d9 !important;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
	background-color: #4f73d9 !important;
}


