select.form-select{
    font-size: 0.845rem !important;
} 
th {
    font-size: 12px !important;
}
.table-responsive .table tr td {
    padding: 8px 20px !important;
    font-size: 15px !important;
}
.avatar-text.icon-primary:hover {
    background-color: #3454d1 !important;
    color: white;
    border:none;
}
.avatar-text.icon-warning:hover {
    background-color: #ffa21d !important;
    color: white;
    border:none;
}
.card-header {
    padding: 10px 19px;
}
.avatar-text.icon-success:hover {
    background-color: #17c666 !important;
    color: white;
    border:none;
}
.avatar-text.icon-danger:hover {
    background-color: #ea4d4d !important;
    color: white;
    border:none;
}
.avatar-text.icon-indigo:hover {
    background-color: #6610f2 !important;
    color: white;
    border:none;
}
.avatar-text.icon-info:hover {
    background-color: #3dc7be !important;
    color: white;
    border:none;
}
.mb-10{
    margin-bottom: 10px !important;
}
.pedd{
    --bs-card-spacer-y: 17px !important;
    --bs-card-spacer-x: 5px !important;
}
.f-23{
    font-size: 23px;
}
.alert.alert-dismissible.d-flex.alert-soft-info-message.profile-overview-alert {
    color: #41b2c4;
    background-color: #f0f9fa;
    border: 1px dashed #8fd2dc;
}
.alert.alert-soft-light-message {
    color: #283c50;
    background-color: #e9eff4;
    border: 1px dashed #283c50;
    padding:6px;
    text-align:center;
}
.img_border{
    border-radius: 20px;
}
.welcome-screen-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.dropdown .dropdown-menu .dropdown-item {
    padding: 2px 12px !important;
}
.card-footer.hstack.justify-content-around {
    padding: 5px;
}
.w-25{
    width:25%;
}
.w-75{
    width:75%;
}
.bg-gray{
    background-color:#f2f2f2 !important;
}
.fs-25 {
    font-size: 25px;
}
.agent-status-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 0;
}

.status-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 600;
}

.status-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.10);
}

.status-dot {
    width: 30px;
    height: 13px;
    min-width: 10px;
    border-radius: 10%;
    display: inline-block;
    box-shadow: 0 0 0 2px rgb(60 60 112 / 15%);
}
.theme-customizer.theme-customizer-open {
    width: 500px;
}
.alert.alert-soft-warning-message {
    color: #ffa21d;
    background-color: #fff6e9;
    border: 1px dashed #ffa21d;
    padding:6px;
    text-align:center;
}
a.btn.btn-light-brand {
    padding: 7px 9px;
}
.report-section {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
}
.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}
.section-heading {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #17324d;
}
.section-heading i {
    color: #2563eb;
    font-size: 15px;
}
.section-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.archive-option {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 15px;
}
.custom-select-wrapper {
    position:relative;width:100%
}
.custom-select-wrapper select {
    display:none!important
}
.custom-select-box{
    min-height:38px;
    padding:9px 12px;
    border:1px solid #ced4da;
    border-radius:6px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    font-size:14px
}
.custom-select-box:hover,
.custom-select-box.open {
    border-color:#3454d1
}
.custom-select-box i {
    font-size:11px;transition:.2s
}
.custom-select-box.open i {
    transform:rotate(180deg)
}
.custom-select-dropdown {
    display:none;
    position:absolute;
    top:calc(100% + 3px);
    left:0;
    right:0;
    background:#fff;
    border:1px solid #dee2e6;
    border-radius:6px;
    box-shadow:0 5px 20px rgba(0,0,0,.12);
    z-index:99999;
    overflow:hidden
}
.custom-select-dropdown.show {
    display:block
}
.custom-select-search {
    margin:8px;width:calc(100% - 16px)
}
.custom-select-options {
    max-height:250px;overflow-y:auto
}
.custom-select-option {
    padding:9px 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    font-size:14px
}
.custom-select-option:hover {
    background:#f5f7fa
}
.custom-select-option.selected {
    background:#eaf1ff;
    color:#3158d8
}
.option-check {
    display:none
}
.custom-select-option.selected .option-check {
    display:block
}
