.modal-content .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.fade.zoom:not(.show) .modal-dialog {
    transform: scale(0.8);
}

.map-attribution {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding-right: 40px;
    width: 100%;
    font-size: 12px;
    z-index: 999;
    border-radius: 20px;
}

.table-column-w-10 {
    width: 10%;
}

.table-column-w-15 {
    width: 15%;
}

.table-column-w-20 {
    width: 20%;
}

.table-column-w-25 {
    width: 25%;
}

.table-column-w-30 {
    width: 30%;
}

.table-column-w-35 {
    width: 35%;
}

.table-column-w-40 {
    width: 40%;
}

.table-column-w-45 {
    width: 45%;
}

.table-column-w-50 {
    width: 50%;
}

.table-column-w-55 {
    width: 55%;
}

.table-column-w-60 {
    width: 60%;
}

.table-column-w-65 {
    width: 65%;
}

.table-column-w-70 {
    width: 70%;
}

.table-column-w-75 {
    width: 75%;
}

.table-column-w-80 {
    width: 80%;
}

.table-column-w-85 {
    width: 85%;
}

.table-column-w-90 {
    width: 90%;
}

.table-column-w-95 {
    width: 95%;
}

.table-column-w-100 {
    width: 100%;
}

.table-column-w-fit {
    width: 1%;
    white-space: nowrap;
}

.table-column-w-auto {
    width: auto;
}

.ticket-container {
    height: calc(100% - 41px);
    overflow: hidden;
}

/*!
 * Quill Resize Module v2.0.4
 * https://github.com/mudoo/quill-resize-module
 */
.ql-resize-overlay {
    position: absolute;
    box-sizing: border-box;
    border: 1px dashed #444;
    pointer-events: none
}

.ql-resize-toolbar {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    height: 0;
    min-width: 120px;
    text-align: center;
    color: var(--bs-emphasis-color);
    box-sizing: border-box;
    cursor: default;
    pointer-events: all
}

.ql-resize-toolbar button {
    display: inline-block;
    min-width: 24px;
    height: 32px;
    padding: 5px;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-secondary);
    vertical-align: middle
}

.ql-resize-toolbar button:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.ql-resize-toolbar button:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.ql-resize-toolbar button:not(:first-child) {
    border-left: none
}

.ql-resize-toolbar button.active {
    filter: invert(20%)
}

.ql-resize-toolbar svg {
    width: 18px;
    color: var(--bs-emphasis-color);
}

.ql-resize-handle {
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 1px solid var(--bs-primary);
    box-sizing: border-box;
    opacity: .8;
    pointer-events: all
}

.ql-resize-handle.tl {
    top: -6px;
    left: -6px;
    cursor: nwse-resize
}

.ql-resize-handle.tr {
    top: -6px;
    right: -6px;
    cursor: nesw-resize
}

.ql-resize-handle.br {
    right: -6px;
    bottom: -6px;
    cursor: nwse-resize
}

.ql-resize-handle.bl {
    left: -6px;
    bottom: -6px;
    cursor: nwse-resize
}

.ql-resize-display {
    position: absolute;
    padding: 4px 8px;
    text-align: center;
    background-color: #fff;
    color: #333;
    border: 1px solid #777;
    box-sizing: border-box;
    opacity: .8;
    cursor: default;
    line-height: 1
}

.ql-resize-style-left {
    float: left;
    margin: 0 1em 1em 0
}

.ql-resize-style-center {
    display: block;
    margin: auto
}

.ql-resize-style-right {
    float: right;
    margin: 0 0 1em 1em
}

.ql-resize-style-full {
    width: 100% !important
}

.custom-marker {
    background: transparent;
    display: flex;
    align-items: center;
}

.custom-marker .initial-label {
    background: url('/assets/media/markers/empty.png') no-repeat;
    background-size: contain;
    display: flex;
    padding: 15px 30px 25px 15px;
    align-items: center;
    justify-content: center;
}

.custom-marker img {
    background: transparent;
    width: auto;
    height: 64px;
}

.custom-marker .marker-label {
    display: flex;
    flex-direction: column;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin-left: 4px;
    text-shadow: -1px -1px 2px black,
                1px -1px 2px black,
                -1px 1px 2px black,
                1px 1px 2px black;
    width: max-content;
}

.marker-label-initial {
    margin-left: -8px !important;
}

.custom-marker .marker-label span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: white;
    text-shadow: -1px -1px 2px black,
        1px -1px 2px black,
        -1px 1px 2px black,
        1px 1px 2px black;
}

.custom-marker-container {
    background: transparent;
    border: none;
    width: auto;
}

.quill-no-border .ql-toolbar {
    border-top: none;
    border-right: none;
    border-left: none;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.quill-no-border .ql-container {
    border: none;
}

.comment-box {
    position: relative;
    background: #f6f8fa;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    padding: 10px;
    margin-left: 50px;
}
.comment-box::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #d0d7de transparent transparent;
}
.comment-box::after {
    content: "";
    position: absolute;
    top: 11px;
    left: -8px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #f6f8fa transparent transparent;
}

.wrap-text {
    white-space: normal !important;
    word-wrap: break-word;
    word-break: break-word;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-lines: 1;
}

:root {
    --panel-width: 300px;
    --panel-gap: 24px; /* jarak dari sisi kanan */
}

#employee-panel {
    width: var(--panel-width);
    height: 400px;
    transition: transform 0.3s ease;
    transform: translateX(0);
    border-radius: 1rem;
    right: var(--panel-gap);
    font-family: var(--bs-body-font-family) !important;
    cursor: default !important;
}

#employee-panel.hidden {
    transform: translateX(calc(100% + var(--panel-gap)));
}

#panel-toggle {
    position: absolute;
    top: 20px;
    right: calc(var(--panel-width) + var(--panel-gap));
    z-index: 4;
    transition: right 0.3s ease;
    border-radius: 50%;
}

#employee-panel.hidden + #panel-toggle {
    right: 0;
}


.price-tag {
    background-color: #4285F4;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
}

.price-tag::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #4285F4;
}

.marker-labels {
    color: red;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border: 2px solid black;
    white-space: nowrap;
}
