:root {
    --primary: #1E56A0;
    --secondary: #163172;
    --text: #484848;
    --light-blue: #D6E4F0;
    --light-grey: #F6F6F6;
    --black: #000;
    --white: #fff;
    --orange: #F97B69;
    --link: #803C83;
}


body {
    font-family: "Poppins", sans-serif !important;
}

.login {
    background-image: linear-gradient(90deg, #1E56A0 10%, #163172 78%);
    /* background:linear-gradient(60deg, #f97b69 9%, #1e5799 30%,  #ca507c 62%, #163172 87%); */
    /* background: linear-gradient(to right,  rgba(7,68,191,1) 8%,rgba(239,121,52,1) 29%,rgba(188,79,193,1) 73%,rgba(25,29,158,1) 100%); */
    /* background:linear-gradient(60deg, #163172 20%, #1e5799 44%, #ca507c  90%, #d07472 103%); */
}

.box-width {
    width: 960px;
}

.login .card-heading {
    font-size: 47px;
    font-weight: 600;
    color: var(--primary);
}

.login .card-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}

.btn-primary {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    padding: 6px 10px;
}

.btn-primary:hover {
    background-color: var(--white);
    border: 1px solid var(--primary);
    color: var(--bg-primary);
}

.btn-outline-secondary:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

.background-img {
    background-image: url(../img/login.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    border-radius: 0px;
}

.background-color {
    color: #fff;
    background-color: #00000075;
    padding: 80px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    border-radius: 0px;
}

.card {
    border-radius: 16px;
}

.card-title {
    color: var(--black);
}

.forgot-text {
    font-size: 14px;
    color: var(--orange);
}

.remember-text {
    font-size: 14px;
}

.title {
    font-size: 60px;
    font-weight: 600;
    line-height: 42px;
}

.sub-title {
    font-size: 24px !important;
    font-weight: 500;
}

.text {
    font-size: 16px;
}

label {
    color: var(--text);
}

input {
    border-radius: 3px !important;
    height: 45px;
}

a {
    color: var(--link);
}

a:hover {
    color: var(--primary);
}

.form-check-input:checked {
    background-color: #f97b69;
    border-color: #f97b69;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #f97b6985;
}

.form-control:focus {
    border-color: #f97b6985;
    outline: 0;
    box-shadow: none;
}

aside {
    background: linear-gradient(0deg, #1E56A0 5%, #163172 106%);
}

.brand-text {
    font-size: 30px;
    color: var(--white);
}

.brand-subtext {
    font-size: 13px;
}

.nav-link {
    padding: 15px;
    color: #fff;
}

.menu {
    padding: 10px;
    color: #fff;
}

.nav-item .active {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}


.img-round {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.card {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}

.card-header {
    padding: 14px 25px;
}

.card-body {
    padding: 15px 20px;
}

.card-title {
    color: var(--secondary);
    font-size: 18px;
    font-weight: 600;
}

.card,
.card-header {
    border-radius: 16px !important;
}



.content span {
    float: right;
    width: 50%;
    font-weight: 400;
    color: var(--text);
    font-size: 14px;
}

.content {
    font-weight: 500;
    color: var(--text);
}

.content-12 {
    font-weight: 500;
    color: var(--text);
}

.content-12 span {
    font-weight: 400;
    color: var(--text);
    font-size: 14px;
}

.heading {
    font-size: 24px;
    font-weight: 600;
    color: var(--secondary);
}

table tbody td {
    padding: 14px 20px 14px 20px !important;
    border: none !important;
    text-wrap: nowrap;
}

/* table thead th {
    padding: 14px 20px 14px 20px !important;
    border: none !important;
    text-wrap: nowrap;
} */

table thead th {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    font-weight: 500;
    padding: 14px 20px 14px 20px !important;
}

table tbody td {
    color: var(--text);
    font-size: 14px;
}

.input-bg {
    background-color: #fff;
    font-size: 14px !important;
    width: 200px;
    border: 1px solid #ececec !important;
    border-radius: 4px !important;
    color: var(--text) !important;
}

.search {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 14px;
}

label {
    font-weight: 500 !important;
    font-size: 15px;
    color: var(--text);
}

.col-form-label {
    font-weight: 500 !important;
    font-size: 15px;
    color: var(--text);
}

input {
    font-size: 14px !important;
}

textarea.form-control {
    font-size: 14px !important;
}

.btn-outline-secondary {
    background-color: white;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 4px;
    padding: 6px 10px !important;
    font-size: 16px;
    font-weight: 500;
}

.ant-table-column-title {
    font-size: 14px;
}

.form-select {
    font-size: 14px;
    border-radius: 4px;
    height: 45px;
}

/* .form-control{
    height: 45px;
} */

.form-select:focus {
    border-color: #f97b6985;
    outline: 0;
    box-shadow: none;
}

.tab-btn {
    border: none;
    background-color: transparent !important;
    margin-right: 30px;
    color: var(--secondary);
    font-size: 18px;
    font-weight: 600;
}

.tab-active {
    border-bottom: 2px solid #163476 !important
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(93 147 255 / 11%) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f87b69;
    border-color: #f87b69;
}

.page-link {
    color: #f87b69;
}

.page-link:hover {
    color: var(--primary);
}

.plus-bg {
    background-color: #f87b69;
    color: #fff;
    border: 1px solid #f87b69;
    border-color: #f87b69;
    cursor: pointer !important;
}

.minus-bg {
    background-color: #fff;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    border-color: var(--secondary);
    cursor: pointer !important;
}

:where(.css-dev-only-do-not-override-11xg00t).ant-table-wrapper .ant-table-tbody .ant-table-row>.ant-table-cell-row-hover {
    background-color: transparent !important;
}

.ant-table-cell {
    font-family: "Poppins", sans-serif !important;
}

.ant-pagination {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.ant-pagination-total-text {
    margin-right: auto !important;
    margin-left: 14px !important;
}

.ant-table-pagination-right {
    display: flex !important;
    align-items: center !important;
}

/* pagination */

.ant-pagination .ant-pagination-item-active {
    font-weight: 500;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--white) !important;
}

.ant-pagination .ant-pagination-item:hover {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--white) !important;
}

.ant-pagination .ant-pagination-item {
    background-color: var(--white);
    border-color: var(--secondary);
    color: var(--secondary);
}

.ant-btn-default {
    background-color: var(--white);
    border-color: var(--secondary);
    color: var(--secondary);
}

.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--white) !important;
}

.ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
    background-color: var(--white);
    border-color: var(--secondary);
    color: var(--secondary);
    cursor: pointer !important;
}

/* .ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector:hover {
    background-color:var(--white)!important;
    border-color:var(--secondary)!important;
    color: var(--secondary)!important;
} */



.ant-pagination-total-text {
    font-weight: 500;
}

.custome-select .ant-select {
    width: 100% !important;
    height: 38px !important;
}

.ant-select-selector {
    border: 1px solid #dee2e6 !important;
    border-radius: 3px !important;
}

.inline-block {
    display: inline-block;
}


/*************** Multiform css start**************/

#heading {
    text-transform: uppercase;
    color: var(--orange);
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    /* border: 1px solid #ccc; */
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    /* background-color: #ECEFF1; */
    font-size: 16px;
    letter-spacing: 1px
}



#msform .action-button {
    width: 100px;
    background: var(--orange);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

#msform .action-button-previous {
    width: 100px;
    background: var(--primary);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: var(--orange);
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: var(--orange);
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: var(--orange)
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--orange)
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: var(--orange)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.ant-table-column-has-sorters::before {
    background-color: transparent !important;
}



/*************** Multiform css End**************/

.circle-user {
    height: 132px;
    width: 132px;
    border-radius: 50%;
}

.icon-camera {
    position: absolute;
    top: 81%;
    right: 40%;
    color: #000000;
    font-size: 20px;
    background-color: white;
    height: 34px;
    border-radius: 50%;
    display: flex !important;
    width: 34px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 8%) !important;
}

.state .ant-select {
    display: block;
    /* height: calc(2.25rem + 10px) !important; */
    width: 100% !important;
}

.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:first-child {
    border-start-start-radius: 0px;
}

.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child {
    border-start-end-radius: 0px;
}

.ant-select-single {
    font-size: 14px;
    height: 32px;
    margin-right: 21px;
}

.ant-table-wrapper .ant-table-column-sorter {
    color: rgb(231 230 230);
}

.ant-table-wrapper .ant-table-column-sorter-up.active,
:where(.css-dev-only-do-not-override-11xg00t).ant-table-wrapper .ant-table-column-sorter-down.active {
    color: #bec5cfb5;
}

.pointer {
    cursor: pointer;
}

.custom-ant-modal .ant-modal-content {
    padding: 0px !important;
}

.custom-ant-modal .ant-modal-content {
    width: 450px;
}

.custom-ant-modal .ant-modal-header {
    padding: 16px !important;
    text-align: center;
    border-bottom: 1px solid #ececee;
    margin: 0px;
}

.custom-ant-modal .ant-modal-body {
    padding: 15px 25px !important;
}

.custom-ant-modal .ant-modal-footer {
    padding: 20px !important;
    padding-top: 0px !important;
    margin: 0px;
}

.custom-ant-modal .ant-modal-title {
    font-weight: 700;
    font-size: 18px;
}

.accept {
    background-color: #036e3e52;
    color: var(--color-green);
    padding: 4px 5px 4px 5px;
    border-radius: 6px;
}

.revoke {
    background-color: #d7e2e9;
    color: var(--bg-primary);
    padding: 4px 5px 4px 5px;
    border-radius: 6px
}

.invitation-sent {
    background-color: #ffedb5fc;
    color: var(--bg-primary);
    padding: 4px 5px 4px 5px;
    border-radius: 6px
}

.box-width-signup {
    width: 628px;
}

.invoice-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--orange);
}

.invocie-heading {
    color: var(--orange);
    font-size: 35px;
    font-weight: 700;
}

.text {
    font-size: 15px;
    color: var(--text);
    font-weight: 400;
}


.btn-outline-primary {
    padding: 20px 15px;
    min-width: 280px;
    background-color: var(--white);
    color: var(--primary);
    border: 1px dashed #1e56a094;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    display: block;
    margin-right: 15px;
}

.btn-outline-primary:hover {
    background-color: #1e56a0b0;
    color: var(--white);
    border: 1px solid var(--primary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #1e56a0b0;
    color: var(--white);
    border: 1px solid var(--primary);
}

.btn-secondary {
    padding: 10px 20px;
    width: 280px;
    background-color: #1e56a0b0;
    color: var(--white);
    border: 1px solid var(--primary);
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    margin-right: 15px;
}

.btn-secondary:hover {
    background-color: var(--white);
    color: var(--primary);
    border: 1px solid var(--primary);
}

.btn-secondary:active {
    background-color: var(--white) !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: var(--white);
    color: var(--primary);
    border: 1px solid var(--primary);
}

.btn-secondary:focus {
    background-color: var(--white);
    color: var(--primary);
    border: 1px solid var(--primary);
}

.react-datepicker-wrapper {
    width: 100%;
}

.sidebar-collapse .second-img {
    display: block !important;
    padding: 2px 5px !important;
    margin: 0px !important;
}

.second-img {
    display: none;
    font-size: 28px;
    font-weight: 700;
}

.sidebar-collapse .first-img {
    display: none;
}

.search-box {
    margin-right: 0.9rem;
    width: 209px;
}

.detail .custome-select {
    width: 270px;
}

@media screen and (max-width:676px) {
    .detail .custome-select {
        width: 180px;
    }

    .navigate-button {
        width: 100%;
    }
}

.box-content h3 {
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
}

.title-box {
    font-size: 17px;
    font-weight: 600;
    color: #163172;
    margin-bottom: 15px;
}

.box-content span {
    font-size: 14px;
    /* color: #989898; */
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.border-bottom {
    border-bottom: 1px solid #C5D4FB !important;
}

.border-tops {
    border-top: 1px solid #C5D4FB !important;
}

.add-title-box {
    font-size: 17px;
    font-weight: 600;
    color: #163172;
    /* margin-bottom: 15px; */
}

.btn-primary:focus-visible {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

.btn-primary:focus {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

.btn-primary:active {
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) ipo !important;
    color: var(--white) !important;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 12px;
}

/* .bg{
    border: 1px solid #1e56a0 !important;
} */

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(249 249 249);
}

.fa-pen-to-square {
    color: #163172;
    font-size: 24px;
}

/* .box-content {
    margin-top:20px;
 } */


.tax-font {
    font-size: 14px;
    font-weight: 400;
    color: #484848;
    margin-bottom: 0;
}

.tax-width {
    width: auto;
}

.card-bg {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #e3eefc;
}

.table-child th {
    background-color: #e4e4e4 !important;
    color: black !important;
    font-weight: 500;
    border-bottom: 1px solid #c8c8c8 !important;
    border-top: 1px solid #c8c8c8 !important;
    padding: 7px 10px 7px 10px !important;
}

.table-child td {
    padding: 5px 12px 5px 12px !important;
}

.box-content .title-blue {
    color: #1e56a0;
    font-size: 16px;
}

.ant-select-selection-item {
    color: var(--bs-body-color);
    font-size: 14px;
    font-weight: 400 !important;
    font-family: 'poppins';
}


.date-picker-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.date-picker-container .form-control {
    padding-right: 85px;
    /* Add space for the calendar icon */
}

.date-picker-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* Make sure the icon doesn't block clicks */
}

.icon-blue {
    color: #1e56a0 !important;
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.ant-select-selection-placeholder {
    color: var(--text) !important;
    font-size: 14px;
    font-family: 'poppins';
}

.detail-main .custom-cell-style {
    /* padding-left: 52px !important; */
    padding: 5px 12px 5px 52px !important;
    width: 12% !important;
}

.detail-main .custom-cell-stylef {
    padding: 5px 12px 5px 52px !important;
    width: 35% !important;
}

.detail-main .custom-cell-stylel {
    padding: 5px 12px 5px 1px !important;
    width: 14% !important;
}

.custome-select .invoice-select {
    height: 32px !important;
}

.invoice-input {
    height: 30px !important;
}

.important {
    padding: 4px 5px 4px 5px !important;
}

.invoice-table-header {
    background-color: var(--primary);
    position: sticky;
    top: 0;
    z-index: 1;
}

.invoice-table-header .form-label {
    color: white !important;

}

.react-datepicker-popper {
    z-index: 18 !important;
}

.navigate {
    background-color: #fff;
    border: 1px solid var(--primary);
    color: 1px solid var(--primary);
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    padding: 6px 10px;
}

.navigate:focus {
    background-color: var(--primary);
    color: var(--primary);
    border: 1px solid var(--primary);
}

.navigate:hover {
    background-color: var(--primary);
    color: var(--primary);
    border: 1px solid var(--primary);
}

.history-ant-modal .ant-modal-content {
    padding: 0px !important;
}

.history-ant-modal .ant-modal-content {
    width: 1000px;
}

.history-ant-modal {
    right: 180px;
}

.history-ant-modal .ant-modal-header {
    padding: 16px !important;
    text-align: center;
    border-bottom: 1px solid #ececee;
    margin: 0px;
}

.history-ant-modal .ant-modal-body {
    padding: 15px 25px !important;
}

.history-ant-modal .ant-modal-footer {
    padding: 20px !important;
    padding-top: 0px !important;
    margin: 0px;
}

.history-ant-modal .ant-modal-title {
    font-weight: 700;
    font-size: 18px;
}

.online-order {
    background-color: #1e56a026 !important;
    /* Light blue */
}

.circle {
    position: relative;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    width: 40px;
    align-items: center;
    border: 1px solid var(--primary);
    cursor: pointer;
}

.bell-icon {
    color: var(--primary);
}

.sub-circle {
    top: -6px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    justify-content: center;
    width: 20px;
    align-items: center;
    display: flex;
    border-radius: 50%;
    background-color: var(--primary);
    right: -4px;
}

.notification {
    padding: 9px 6px 9px 6px;
    border: 1px solid rgba(5, 5, 5, 0.06);
    border-radius: 4px;
    width: 100%;
    color: #222222;
}

.not-icon {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary);
    color: #fff;
    margin-right: 10px;
}

.ant-drawer {
    z-index: 1100 !important;
}

.ant-drawer-title {
    color: var(--secondary) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.ant-drawer-header {
    padding: 16px 12px !important;
    border-bottom: 1px solid #ececee !important;
}

.ant-drawer-close {
    position: absolute;
    right: 16px !important;
    /* Adjust if needed */
}

.ant-drawer-body {
    padding: 0 !important;
}





/* chat */

.chat-box-drawer .ant-drawer-body {
    padding: 0 !important;
}

.chat-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.chat-button {
    background-color: #1e56a0;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.chat-button:hover {
    background-color: #154785;
    transform: translateY(-2px);
}

.chat-button.hidden {
    display: none;
}

.chat-messages {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.message {
    padding: 10px 15px;
    border-radius: 18px;
    max-width: 80%;
    word-wrap: break-word;
}

.user-message {
    background-color: #e6f7ff;
    color: #0d47a1;
    align-self: flex-end;
    border-bottom-right-radius: 5px;
}

.agent-message {
    background-color: #f0f2f5;
    color: #333;
    align-self: flex-start;
    border-bottom-left-radius: 5px;
}

.chat-input-container {
    position: sticky;
    bottom: 0;
    background-color: white;
    width: 100%;
    border-top: 1px solid #eee;
}

.chat-input-form {
    display: flex;
    padding: 10px;
}

.chat-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
    font-size: 14px;
}

.send-button {
    background-color: #1e56a0;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 4px;
}

.send-button:hover {
    background-color: #154785;
}

.message.failed {
    color: red;
}

.message.sending {
    opacity: 0.6;
}

.emoji-picker {
    position: absolute;
    bottom: 50px;
    left: 10px;
    z-index: 1000;
}

.emoji-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
}

:where(.css-dev-only-do-not-override-11xg00t).ant-btn-primary {
    background: var(--primary) !important;
}

:where(.css-dev-only-do-not-override-11xg00t).ant-list-split .ant-list-item {
    border-block-end: none !important;
}
.ant-select-show-search:where(.css-dev-only-do-not-override-11xg00t).ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: pointer !important;
}
.ant-select-show-search:where(.css-11xg00t).ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: pointer !important;
}

/* chat end */