* {
    padding: 0;
    margin: 0;
}
.container {
    padding-bottom: 100px; /* adjust value as needed */
  }
  

.main-img {
    width: auto;
    max-width: 50px;
    height: 100%;
    max-height: 50px;
}

.drag-drop {
    border: 5px dashed #619ef1;
    padding: 20px;
    min-height: 150px;
    max-height: auto;
    text-align: center;
    background-color: rgba(217, 217, 246, 0.2);
}

.text {
    font-size: 18px;
    font-weight: bold;
}

.browserbtn {
    background-color: #687ddc;
    outline: none;
    border: 0;
    width: 200px;
}

.browserbtn2 {
    background-color: #687ddc;
    outline: none;
    border: 0;
    width: 120px;
}

.border-radius-5 {
    border-radius: 10px;
}

.textarea {
    display: inline-block;
    width: 100%;
    height: 10rem;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
}

textarea {
    box-shadow: none !important;
}

.convo {
    width: 45px;
    height: 45px;
    padding: 5px;
}

.btnrnd {
    border-radius: 25px;
}

.btnspk {
    width: 50px;
    height: 40px;
    max-height: 40px;
    max-width: 50px;
    border-radius: 20px;
}

.w-45 {
    width: 48%;
}

.w-10 {
    width: 4%;
    height: auto;
}

.form-control:disabled {
    background-color: transparent !important;
}

textarea::-webkit-scrollbar {
    width: 0;
}

.wave {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
}
.bg-f{
    background-color: #bbbbbc;
    text-align: end;

}
.textarea{
    box-shadow: none !important;
}
.textarea::-webkit-scrollbar {
    width: 0;
}
.badge-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #D9DEF1;
    color: #555252;
    border-radius: 50px;
    padding: 8px 13px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.badge-custom .badge-text {
    margin-right: 10px;
    font-size: 12px;
    font-weight: normal;
}
.badge-custom .badge-image {
    height: 12px;
    width: 20px;
    object-fit: contain;
}
.badge-custom-two {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #6473C4;
    color: #ffffff;
    border-radius: 50px;
    padding: 8px 13px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.badge-custom-two  .badge-text {
    margin-right: 10px;
    font-size: 12px;
    font-weight: normal;
}
.badge-custom-two  .badge-image {
    height: 12px;
    width: 20px;
    object-fit: contain;
}