@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.roboto {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* chatbox */
@media only screen and (max-width: 425px) {
    .chatbox {
      width: unset;
      left: 20px;
    }
}

.chatbot{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}

.chatbot img{
    width: 80px;
    cursor: pointer;
}

.chatbox {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 10px;
    display: none;
    z-index: 2;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    width: 0px;
    /* transition: right 0.3s ease-out; */
    transition-timing-function: ease;
}

.chat-header {
    background-image: url("../img_2/wave_2.png");
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-content {
    padding: 120px 10px 10px 10px;
    height: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    transition-timing-function: linear;
}

.chat-input {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: linear;
}

.chat-input input{
    border-radius: 10px;
}

#close-button {
    cursor: pointer;
}

.chat-header img{
    width: 55px;
}

.selectize-dropdown{
    background-color: var(--bs-primary-bg-subtle)!important;
}

.custom-option i{
    color: #26418F;
}

.selectize-dropdown-content{
    max-height: none!important;
}

.selected-background{
    background-color: var(--bs-primary-bg-subtle)!important;
}

.needs-validation{
    place-content: center;
}

.text_size, .text-small{
    font-size: smaller;
}

.button_chat{
    background-color: #26418F!important;
}

#reason-section{
    display: none;
}

.date1{
    font-size: small;
}

.reason1{
    font-size: smaller!important;
}

.card1{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.filter{
    width: 0;
    padding: 0;
    height: -webkit-fill-available;
    background-color: white;
    position: absolute;
    top: 67px;
    right: 0px;
    border-radius: 0 0 10px 10px;
    visibility: hidden; /* Initial state is hidden */
    transition: width 0.5s ease, padding 0.5s ease, visibility 0.5s ease;
}

.characters_remaining{
    font: small-caption;
}

.icon-button{
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.icon-button:hover {
    opacity: 0.5;
}

#go_top, #go_top_admin{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 99;
}

.close{
    opacity: 1;
}

.selectize-dropdown-content{
    width: 100%!important;
}

.wave_bg{
    background-image: url("../img_2/wave_2.png");
}

.ds, .dn{
    display: none;
}

.inboxcontent{
    padding: 120px 10px 10px;
    display:none;
    height: 420px;
}

label{
    margin-bottom: 0px!important;
}

.selectize-dropdown .selected{
    background-color: inherit !important;
    color: inherit !important;
}
