:root {
    --header-height: 64px;
    --breadcrumb-height: 94.792px;
    --tab-bar-height: 60.63px;
    --footer-height: 53px;
    --success-rgb: 10, 179, 156;
    --gn-font-base: 0.8125rem;
    --icon-color: #64748b;
    --default-font-family: "Meiryo UI", sans-serif;
}

.button_icon {
    margin-right: 10px;
}

.col_checkbox {
    width: 1px;
}

.col_id {
    width: 100px;
}

.app-content {
    min-height: calc(100vh - var(--header-height) - var(--footer-height));
}

.scrollToTop {
    bottom: 10px;
    inset-inline-end: 10px;
    opacity: 0.7;
    transition: all ease 0.3s;
}

.scrollToTop:hover {
    opacity: 1;
}

.text-icon {
    color: var(--icon-color);
    fill: var(--icon-color);
}

.text-icon:hover {
    background-color: #dbeafe;
    color: var(--primary-color);
    fill: var(--primary-color);
}

.clearSearchButton {
    color: #878a99;
    margin-right: 5px;
}

.jvm-tooltip,
.pcr-app {
    position: absolute;
    display: none;
}

body {
    font-size: 14px;
}

.main-header-container .header-element .header-link {
    padding: 0.5rem;
    position: relative;
}

.main-header-container .header-element .header-link .countNotify {
    position: absolute;
    right: 4px;
    top: 0px;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #e20000;
    font-size: 10px;
    font-weight: bold;
    border-radius: 100%;
    padding: 3px;
    line-height: 10px;
}
.main-header-container .country-selector .header-link {
    padding: 0.65rem 0.65rem;
}

.main-header-container {
    height: 63px;
}

.header-content-right .header-element {
    border-radius: 50%;
    background-color: #f4f7f9;
}

.custom-page .header-logo img {
    height: 80px;
}

.page {
    min-height: unset;
}

.tab-content,
.nav.nav-tabs {
    background-color: #fff;
}

.tab-content {
    padding: 1rem;
}

.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.required::after {
    content: " *";
    color: red;
}

.sticky-col {
    position: sticky !important;
    border: none !important;
}

th.sticky-col {
    background-color: #e7ecf3;
}

td.sticky-col {
    background-color: #ffffff;
}

th.sticky-col::after,
th.sticky-col::before {
    background-color: #e7ecf3;
    content: "";
    height: 100%;
    width: 1px;
}

td.sticky-col::after {
    right: 0;
}

td.sticky-col::before {
    left: 0;
}

td.sticky-col::after,
td.sticky-col::before {
    background-color: #e7ecf3;
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
}

.table thead th {
    padding: 0.875rem;
}

.sticky-col-left {
    left: 0;
}

.sticky-col-right {
    right: 0;
}

.country-table thead {
    background-color: #e7ecf3;
    line-height: 2;
    position: sticky;
    top: 0;
    background: #e7ecf3;
}

.country-table thead tr {
    position: sticky;
    top: 0;
    background: #e7ecf3;
}

.gino-custom-table th[role="button"]:hover,
.country-table th[role="button"]:hover {
    background-color: #d3d8de;
}

.country-table .table th,
.country-table .table td {
    padding: 8px 15px;
    text-align: center;
    line-height: 1.25;
}

.country-table th:first-of-type,
.country-table th:last-of-type {
    width: 100px;
    text-align: center;
    line-height: 2rem;
    justify-content: center;
}

.country-table th:last-of-type {
    text-align: right;
    justify-content: end;
}

.country-table td:first-of-type,
.country-table td:last-of-type {
    max-width: 300px;
    text-align: center;
    justify-content: center;
}

.country-table td:last-of-type .hstack {
    justify-content: end;
    gap: 10px;
}

.custom-modal-content {
    max-width: 98vw !important;
    width: 600px !important;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: calc(100vh - 60px);
    transform: translate(-50%, -50%);
    overflow: auto;
}

.search-form label {
    margin-bottom: 0;
    width: 125px;
    flex-shrink: 0;
    word-break: break-word;
    font-size: 14px;
}

.search-form .form-group {
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.search-form .select2-selection__rendered.select2-selection__rendered {
    line-height: 2rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100% !important;
}

.card-footer.card-footer {
    padding: 0;
    padding-top: 1rem;
}

.ck .ck-powered-by {
    display: none;
}

.slide.has-sub.active>.side-menu__item::before {
    content: "";
    width: 3px;
    height: 40px;
    background: var(--primary-color);
    position: absolute;
    inset-inline-start: 0;
}

.awn-toast-wrapper {
    padding: 0px 22px;
}

.bg-antiflash {
    background-color: #f5f8fa !important;
}

.modal .select2-container.select2-container--open {
    position: inherit !important;
}

.modal .select2-container .select2-selection {
    position: relative !important;
}

.select2-results__option:hover {
    background-color: #cecece;
}
.select2-results__option.select2-results__message:hover {
    background-color: #ffffff;
}

.calendar-event-1,
.calendar-event-0:hover {
    background-color: #cc7000 !important;
    color: #ffffff !important;
}

.calendar-event-2:hover {
    background-color: #00bfff !important;
    color: #ffffff !important;
}

.calendar-event-3:hover {
    background-color: #008000 !important;
    color: #ffffff !important;
}

.calendar-event-4:hover {
    background-color: #fe28a2 !important;
    color: #ffffff !important;
}

.calendar-event-5:hover {
    background-color: #9400d3 !important;
    color: #ffffff !important;
}

.calendar-event-6:hover {
    background-color: #808080 !important;
    color: #ffffff !important;
}

.calendar-event-7:hover {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

.calendar-event-8:hover {
    background-color: #fe28a2 !important;
    color: #ffffff !important;
}

ul {
    list-style-type: none;
}

.simplebar-placeholder {
    display: none !important;
}

.side-menu__item {
    word-break: break-all;
}

.app-sidebar .side-menu__label {
    white-space: unset;
    line-height: 1.5rem;
}

.main-menu {
    max-width: 100%;
}

.footer {
    /* position: sticky;
    bottom: 0; */
    background: #ffffff;
    z-index: 1;
}

.model-detail-table tbody th {
    width: 1px;
    text-wrap: nowrap;
    vertical-align: baseline;
    font-weight: 600 !important;
    letter-spacing: 0.1rem;
}

.function-star-icon-wrapper {
    position: absolute;
    top: 0;
    /* right:  32px; */
    left: 0;
    cursor: pointer;
    padding: 10px;
}

.function-star-icon-wrapper:hover {
    background-color: #cacaca;
}

.app-sidebar .slide.has-sub.open .side-menu__icon {
    color: var(--primary-color);
}

.slide.has-sub .slide-menu::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: hsla(220, 3%, 80%, 0.57);
    left: 27px;
}

.slide.has-sub .slide-menu .side-menu__item::after {
    position: absolute;
    content: "" !important;
    top: 48%;
    width: 16px;
    height: 1px;
    left: -1px;
    background: hsla(220, 3%, 80%, 0.57);
}

.slide.has-sub .slide-menu .side-menu__item::before {
    position: absolute;
    content: "" !important;
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px !important;
    border-radius: 100%;
    background: hsla(220, 3%, 80%, 0.57);
}

.slide.has-sub .slide-menu .side-menu__item.active:after {
    background: var(--primary-color);
    color: var(--primary-color);
}

.slide.has-sub .slide-menu .side-menu__item.active:before {
    width: 5px;
    height: 5px;
    background: var(--primary-color);
}

.slide.has-sub .slide-menu .side-menu__item:hover:after,
.slide.has-sub .slide-menu .side-menu__item:hover:before {
    background: var(--primary-color) !important;
}

.function-search-checkbox:hover {
    background-color: #cecece;
}

.has-clear-btn-input-group {
    position: relative;
    width: 50vw;
    max-width: 300px;
    min-width: 80px;
}

.has-clear-btn-input-group i {
    z-index: 6;
    right: 2px;
    top: 2px;
}

.has-clear-btn-input-group i:hover {
    font-weight: bold;
    color: var(--primary-color);
    cursor: pointer;
}

.logo-upload-control .control-img-wrapper {
    position: relative;
    padding: 8px;
    background-color: rgb(243, 246, 249);
    border-radius: 50%;
    display: inline-block;
}

.logo-upload-control img {
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    background-color: #fff;
}

.logo-upload-control label {
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    background-color: rgb(243, 246, 249);
    border: solid 1px rgb(233, 235, 236);
}

.square-upload-control.logo-upload-control label {
    transform: translate(40%, 40%);
}

.square-upload-control.logo-upload-control .control-img-wrapper {
    padding: 0;
}

.square-upload-control.logo-upload-control img,
.square-upload-control.logo-upload-control .control-img-wrapper {
    border-radius: 0;
}

.logo-upload-control input {
    display: none;
}

.logo-upload-control .icon-wrapper {
    cursor: pointer;
    display: flex;
    color: #878a99;
    padding: 8px;
    line-height: 14px;
}

.logo-upload-control i.ri {
    font-size: 14px;
    line-height: 14px;
}

/* Company Status */

.company-status-1,
.company-status-2,
.company-status-3 {
    border-radius: 100px;
    line-height: 1;
    padding: 4px 24px;
}

.company-status-1 {
    background-color: #e8fadd !important;
    color: #72e128 !important;
}

.company-status-2 {
    background-color: #fff3dd !important;
    color: #fdb528 !important;
}

.company-status-3 {
    background-color: #e8e9ed !important;
    color: #6d788d !important;
}

.login {
    min-height: calc(100vh - 21px);
}

.login-submit-btn {
    border-radius: 1000px;
    background-color: #007cff;
    padding: 12px 50px;
    margin-top: 12px;
    border: none;
    color: #fff;
    font-weight: 600;
}

.text-melrose {
    color: #9CA6FF
}

.bg-melrose {
    background-color: #aab2ff
}

.login-submit-btn:hover {
    box-shadow: 0px 0px 20px 0 rgba(170, 178, 255, 0.5);
}

.proviso::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    width: 23px;
    height: 23px;
    background: rgba(203, 203, 203, 0.7);
    border-radius: 50%;
    font-size: 17px;
    content: "!";
    color: #525252;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
}

.proviso {
    display: block;
    margin: 32px auto 16px;
    text-align: left;
    position: relative;
    padding-left: 30px;
}

.awn-toast-wrapper {
    cursor: auto;
}

.awn-toast-icon {
    align-self: start;
    top: 10px;
    right: 10px;
    padding: 8px;
}

.awn-toast-icon:hover {
    /* background: #000; */
    cursor: pointer;
}

.password-control {
    position: relative;
}

.password-control i {
    position: absolute;
    color: #94a3b8;
    top: 52%;
    right: 10px;
    transform: translateY(-50%);
}

.modal-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.modal-title {
    width: 86%;
}

.modal-dialog {
    max-width: unset !important;
}

.modal-maximized {
    width: 80vw !important;
    height: 80vh !important;
    max-width: 80vw !important;
    max-height: 80vh !important;
    top: 10vh !important;
    left: 10vw !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modal-maximized .modal-content {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.btn-maximize {
    font-size: 18px !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 100px !important;
    background: #dddddd;
}

.btn-maximize:hover {
    background: #d1d1d1;
}

.modal-header .btn-close {
    font-size: 24px !important;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px !important;
    background: #dddddd;
}

.modal-header .btn-close {
    margin: unset !important;
}

.modal-content {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2), 0px 8px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    /* Tùy chọn: bo tròn góc */
}

.modal-maximized .modal-header .modal-title {
    width: 95%;
}


.group-filter-calendar-custom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: Arial, sans-serif;
    padding: 20px;
    margin-right: 10px;
}

.group-filter-calendar-custom .filter-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group-filter-calendar-custom label {
    font-size: 14px;
    margin-right: 10px;
}

.group-filter-calendar-custom select {
    padding: 5px;
    font-size: 14px;
}

/* Toggle Switch */
.group-filter-calendar-custom .switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
}

.group-filter-calendar-custom .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.group-filter-calendar-custom .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 18px;
}

.group-filter-calendar-custom .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.group-filter-calendar-custom input:checked+.slider {
    background-color: #4caf50;
}

.group-filter-calendar-custom input:checked+.slider:before {
    transform: translateX(16px);
}

.content_calendar_event .fc-daygrid-event {
    margin-bottom: 5px;
    /* Điều chỉnh khoảng cách theo ý muốn, ví dụ: 2px */
    border-radius: 4px;
    /* Bo tròn các góc nếu muốn */
}

/* Điều chỉnh thêm cho màu sắc và viền */
.content_calendar_event .fc-daygrid-event.fc-event {
    padding: 2px;
    /* Khoảng cách trong sự kiện để chữ không bị sát viền */
}

.content_calendar_event .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    padding: 0px 10px;
}

.g-20 {
    gap: 20px;
}

.column-data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.column-data .icon-data {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.column-data .icon-data i {
    font-size: 18px;
    color: #b3b3b3;
}

.column-data .title_event {
    width: 90%;
    border: unset;
    border-bottom: 1px solid #b3b3b3;
    color: #000;
    font-size: 20px;
    padding: 5px 0px;
}

.column-data .group-flex-column {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.column-data .group-box-reminders {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}

.column-data .group-box-reminders .lable-input {
    width: 100%;
    font-size: 12px;
    color: #808080;
    margin-right: unset;
}

.column-data .group-box-reminders .group-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.column-data .group-box-reminders .group-item .item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.column-data .group-box-reminders .group-item .item input.form-input {
    border: 1px solid #868686;
    font-size: 14px;
    padding: 5px 10px;
    width: 90%;
}

.column-data .group-box-reminders .group-item .item i {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

.column-data .group-box-reminders .btn-add-reminders {
    padding: 5px;
    background: #c4c4c4;
    border-radius: 5px;
}

.column-data .group-box-reminders .btn-add-reminders i,
.column-data .group-box-reminders .btn-add-reminders span {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.column-data .group-box-check-type {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    flex-direction: column;
}

.column-data .group-box-check-type .lable-input {
    width: 100%;
    font-size: 12px;
    color: #808080;
    margin-right: unset;
}

.column-data .group-box-check-type .input_form_full {
    width: 100%;
    color: #808080;
    border: 1px solid #808080;
    border-radius: 3px;
    padding: 6px;
    font-size: 16px;
}

.column-data .group-box-check-type .group-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.column-data .group-box-check-type .group-item .item {
    padding: 7px;
    border-radius: 5px;
    color: #868686;
    border: 1px solid #868686;
    cursor: pointer;
}

.column-data .group-box-check-type .group-item .active {
    color: #000;
    border: 1px solid #000;
}

.column-data .group-box-check-type .group-item .item-color {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    cursor: pointer;
}

.column-data .group-box-check-type .group-item .active-color {
    border: 3px solid #000;
}

.column-data .group-box-check-type .group-item .active::before {
    content: '✔';
    /* Unicode or text symbol for the checkmark */
    color: green;
    /* Adjust color as needed */
    font-size: 12px;
    /* Adjust size as needed */
    margin-right: 8px;
    /* Space between checkmark and text */
    display: inline-block;
    vertical-align: middle;
}

.column-data .group-flex-column .group-input-flex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.column-data .group-flex-column .column-1 {
    width: 100%;
}

.column-data .group-flex-column .group-input-flex .column-3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
}

.column-data .group-flex-column .group-input-flex .group-input-lable .lable-input {
    width: 100%;
    font-size: 12px;
    color: #808080;
    margin-right: unset;
}

.column-data .group-flex-column .group-input-flex .group-input-lable .input-group {
    width: auto;
    color: #808080;
    border: 1px solid #808080;
    border-radius: 3px;
    padding: 6px;
    font-size: 16px;
}

.column-data .group-flex-column .group-input-flex .group-input-lable .filter-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
}

.group-input-lable .filter-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group-input-lable label {
    font-size: 14px;
    margin-right: 10px;
}

.group-input-lable select {
    padding: 5px;
    font-size: 14px;
}

/* Toggle Switch */
.group-input-lable .switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
}

.group-input-lable .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.group-input-lable .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 18px;
}

.group-input-lable .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.group-input-lable input:checked+.slider {
    background-color: #4caf50;
}

.group-input-lable input:checked+.slider:before {
    transform: translateX(16px);
}

.tooltip-custome {
    position: relative;
}

.tooltip-custome::after {
    content: 'Close';
    /* Tooltip text */
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    position: absolute;
    bottom: -35px;
    /* Adjust the vertical position of the tooltip */
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
}

.tooltip-custome.tooltip-custome-refresh::after {
    font-weight: 400;
    content: 'Refresh';
    font-family: "Meiryo UI", sans-serif !important;
}


.tooltip-custome.tooltip-custome-app::after {
    font-weight: 400;
    content: 'App';
    font-family: "Meiryo UI", sans-serif !important;
}

.tooltip-custome:hover::after {
    visibility: visible;
    opacity: 1;
}

.fa-expand {
    opacity: 0.5;
}

.password-view .group-password-eye {
    position: relative;
}

.password-view .group-password-eye input {
    padding-right: 30px;
}

.password-view .group-password-eye i {
    position: absolute;
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 14px;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-menu::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.overflow-x-auto::-webkit-scrollbar {
    height: 15px;
    width: 8px;
    border-radius: 100px;
}

.btn-maximize .header-link-icon.full-screen-icon {
    width: 1.6rem;
    height: 1.6rem;
}

.btn-maximize .header-link-icon {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    color: var(--header-prime-color);
    fill: var(--header-prime-color);
    transition: all ease .05s;
    position: relative;
    padding: .08rem;
    border-radius: 50%;
}

.group-dashboard .title-group-dashboard {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: var(--bs-heading-color);
}

.btn-light1-primary {
    background-color: rgba(122, 112, 186, 0.1) !important;
    border-radius: 5px;
}

.btn-light1-secondary {
    background-color: rgba(72, 163, 215, 0.1) !important;
    border-radius: 5px;
}

.btn-light1-warning {
    background-color: rgba(215, 119, 72, 0.1) !important;
    border-radius: 5px;
}

.btn-light1-tertiary {
    background-color: rgba(201, 94, 158, 0.1) !important;
    border-radius: 5px;
}

/* === Cấu trúc toast cơ bản === */
.awn-toast {
    display: flex;
    align-items: center;
    padding: 20px 16px;
    padding-bottom:16px;
    border-radius: 2px;
    background-color: #2f2f2f !important;
    color: white !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    min-width: 320px;
    max-width: 400px;
    border: none !important;
    position: relative;
}

/* === Gói nội dung bên trong === */
.awn-toast-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

/* === Nội dung chữ === */
.awn-toast-content {
    flex: 1;
    /* white-space: nowrap; */
    z-index: 1222;
    /* position: absolute; */
    bottom: 0px;
    height: calc(100% - 10px);
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-left: 0;
}

/* === Icon hình tròn trước nội dung === */
.awn-toast-icon {
    order: -1;
    font-weight: bold;
    flex-shrink: 0;
    width: 92%;
    height: calc(100% - 7px);
    font-size: 14px;
    z-index: 1221;
    bottom: 0px;
    top: unset;
}

/* === SUCCESS === */
.awn-toast-success .awn-toast-icon::before {
    content: "✔";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: #b4ecb4;
    color: #1f5f1f;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.awn-toast-icon::after {
    content: "×";
    position: absolute;
    right: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

/* === WARNING === */
.awn-toast-warning .awn-toast-icon::before {
    content: "⚠";
    position: absolute;
    left: 0;
    top: 20px;
    width: 20px;
    height: 20px;
    background: #ffe199;
    color: #a47b00;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    line-height: 10px;
}

/* === ALERT (ERROR) === */
.awn-toast-alert .awn-toast-icon::before {
    content: "❌";
    position: absolute;
    left: 0;
    top: 20px;
    width: 20px;
    height: 20px;
    background: #ffc3c3;
    color: #6b0000;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    line-height: 10px;
}

.awn-toast-content br {
    display: none;
}

/* === Bỏ viền wrapper nếu có === */
.awn-toast.awn-toast-success .awn-toast-wrapper,
.awn-toast.awn-toast-warning .awn-toast-wrapper,
.awn-toast.awn-toast-alert .awn-toast-wrapper {
    border: 0px;
}

/* === “❌” icon đóng nằm sau cùng === */
.awn-toast .fa-x {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    transition: color 0.2s;
    user-select: none;
    position: absolute;
    right: 10px;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
}

.awn-toast .fa-x:hover {
    color: white;
}

.awn-toast-icon i {
    display: none !important;
}

.delete-cursor {
    cursor: pointer;
}


.btn-bg-header {
    background-color: #f4f7f9;
}


.btn-bg-header:hover {
    background-color: #f3f2f2;
}

.cke_autocomplete_panel {
    z-index: 99999 !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    width: 280px !important;
}

.cke_autocomplete_panel .item-sugget-mentions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
    padding: 10px !important;
}

.cke_autocomplete_panel .item-sugget-mentions .avatar-item-sugget-mentions {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 20px;
}

.cke_autocomplete_panel .item-sugget-mentions .infos-item-sugget-mentions {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 0px;
}

.cke_autocomplete_panel .item-sugget-mentions .infos-item-sugget-mentions span:first-child {
    font-size: 14px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}

.cke_autocomplete_panel .item-sugget-mentions .infos-item-sugget-mentions span:last-child {
    font-size: 14px;
    text-align: left;
    color: #7c7c7c;
    font-style: italic;
}

.pointer {
    cursor: pointer !important;
}

.dropdown-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    text-wrap-mode: nowrap;
}

.dropdown-menu-custome {
    right: 0 !important;
    left: auto !important;
}

.copyright-tokutei {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 4px;
}

.iframe-mode {
    overflow: auto !important;
}

.cursor {
    cursor: pointer !important;
}

.gino-tab .nav-link {
    border: none;
    font-weight: 500;
    padding: 8px 14px;
    letter-spacing: 1px;
    color: #506690;
    background: transparent;
}

.gino-tab .nav-link.active {
    border-bottom: 1.6px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    background: transparent !important;
    border-radius: 0px !important;
}



/* simple-bar */
/* .simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-mask {
    overflow: auto;
    max-height: inherit;
} */


.height-inherit {
    height: inherit !important;
    max-height: inherit !important;
}

.group-menu-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
}
.group-menu-tabs .menu-tab-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 10px;
    padding: 0px 10px;
    border: none;
    font-weight: 500;
    padding: 8px 14px;
    letter-spacing: 1px;
    color: #506690;
    background: transparent;
}
.group-menu-tabs .menu-tab-btn.active {
    border-bottom: 1.6px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    background: transparent !important;
    border-radius: 0px !important;
}
.group-menu-tabs .dropdown-tabs-menu {
    left: 0px !important;
    top: 100% !important;
}
.gino-tab .nav-link {
    line-height: unset !important;
}

.flatpickr-calendar.open{
    z-index: 10001 !important;
}

.main-chat-body{
    overflow: auto;
}
.r-border {
    border-right: 2px solid #eae8f1;
    height: 40px;
}
.company-info-header{ 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    width: auto;
}
.company-info-header svg {
    width: 17px;
    height: 17px;
    color: #73839c;
}
.company-info-header span {
    font-size: 14px;
    line-height: 17px;
    color: #73839c;
    margin-top: 2px;
}
.btn-create-link-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.btn-create-link-group  .btn-create-link {
    padding: 10px;
    background-color: #00bfff;
    color: #fff;
    font-size: 14px;
    border: 0px;
    border-radius: 5px;
}
.group-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.group-link a {
    text-decoration: unset;
    color: #007cff;
}