:root {
    --api-border-color: #dee2e6;
}

.text-elipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cp {
    cursor: pointer;
}

.hover-button {
    background-color: transparent;
    box-shadow: none !important;
    color: transparent;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hover-button:hover {
    background-color: #EAEAEA !important;
    color: #EAEAEA !important;
}

.sel-none {
    /* Remove highlight ability */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}


/* DMS STYLING FOR FOLDER AND FILE */

.folder {
    padding: 5px;
}

.folder-active {
    background-color: #f4f4f4;
    border-radius: 5px;
}

.folder:hover {
    cursor: pointer;
    background-color: #eee;
    border-radius: 5px;
}

.file {
    padding: 5px;
}

.file:hover {
    cursor: pointer;
    /* font-weight: 600; */
    background-color: #6baed860;
    border-radius: 5px;
}

.file td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.file td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* INPUT STYLING FOR MOVING LABELS */

.input-field {
    position: relative;
}

.input-field input,
.input-field textarea {
    color: #495057;
    outline: none;
}

.input-field label {
    position: absolute;
    top: 50%;
    left: 0.6rem;
    transform: translateY(-50%);
    color: #adb6be;
    font-size: 14px;
    font-weight: normal;
    pointer-events: none;
    transition: 0.3s ease-out all;
}

textarea:focus~label,
textarea:valid~label,
input:focus~label,
input:disabled~label,
input:valid~label,
select:valid~label,
select:active~label,
select option:checked~label {
    top: -1px;
    left: 12px;
    padding: 0 5px;
    /* background: #fff; */
    /* color: #adb6be; */
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

.fs-material-9 {
    font-size: 0.65rem;
    line-height: initial;
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 10
}

label .material-symbols-outlined {
    font-size: 1rem;
    line-height: initial;
    color: #59606D;
    margin-right: 5px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    border: 1px solid #6BAED8;
}

.border-tl-br {
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.bg-cust {
    background-color: #6BAED8;
}

.map-footer {
    height: 20px;
    bottom: 0px;
    border-top-left-radius: 0px;
    background: rgba(173, 181, 189, 0.511)
}

.bg-white-65 {
    background: rgba(255, 255, 255, 0.65);
}

.bg-white-75 {
    background: rgba(255, 255, 255, 0.75);
}

.bg-gradient-gray {
    background: linear-gradient(25deg, #59606D 0%, #757e8a 100%);
}

.bg-gradient-blue {
    background: linear-gradient(25deg, #6BAED8 0%, #8ccaf0 100%);
}


/* LOADER TO USE */

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #006055 #006055 transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #D7293B #D7293B;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.loader::before {
    width: 32px;
    height: 32px;
    border-color: #34B689 #34B689 transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.menu-transition {
    transition: width 0.3s ease-in-out;
}

.hover-item {
    transition: background-color 0.3s ease-in-out;
}

.hover-item:hover {
    background-color: rgb(242, 242, 242);
}

.c-tooltip-container {
    font-size: 11px !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border: none !important;
    color: white !important;
    font-size: 12px !important;
    text-shadow: 0px 0px 1px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000;
    letter-spacing: 0.5px !important;
    box-shadow: none !important;
}

.pulse-animate {
    animation: pulse2 1s infinite;
}

@keyframes pulse2 {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.bg-white-cust {
    background-color: white;
}

.color-btn::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #000;
    rotate: -45deg;
}

.marker-custom-circle-class {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 0.2rem
}

.rectangle-transition {
    transition: all 2s ease-in-out;
    /* Adjust the duration and easing as needed */
}

.minimized {
    height: clamp(25%, 20vh, 50%) !important;
    width: clamp(25%, 25vw, 30%) !important;
    /* padding-left: 10px; */
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    /* transition: all 500ms ease-in-out; */
}

.map-hidden {
    width: 0 !important;
    height: 0 !important;
    padding-left: 10px;
    margin: 10px;
    padding: 0 !important;

    /* transition: all 500ms ease-in-out; */
}

.button-maximize-parent {
    height: clamp(35%, 20vh, 50%) !important;
    width: clamp(35%, 25vw, 30%) !important;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    /* transition: all 500ms ease-in-out; */
}

.transparent-resize-div {
    position: relative;

    height: clamp(35%, 20vh, 50%) !important;
    width: clamp(35%, 25vw, 30%) !important;

}

.red-square {
    height: 50px;
    width: 50px;
    background-color: red;
}

.hidden-map {
    height: clamp(10%, 5vh, 20%) !important;
    width: clamp(10%, 5vw, 10%) !important;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    /* transition: all 500ms ease-in-out; */
}

.navbar {
    z-index: 1020 !important;
}

.navbar-cust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    text-align: center;
    cursor: pointer;
}

.popup-no-padding .leaflet-popup-content-wrapper .leaflet-popup-content {
    padding: 0px !important;
    margin: 0px !important;
}

.loader-spinner {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid;
    border-color: #f3f3f3 #0000;
    animation: l1 1s infinite;
}

@keyframes l1 {
    to {
        transform: rotate(.5turn)
    }
}

.popup-custom {
    /* padding: 1rem; */
    width: 250px
}

.popup-custom-input {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-width: 1px !important;
}

.image-container {
    width: 100%;
    height: 100px;
    border: 1px solid var(--bs-gray-400);
    background-color: var(--bs-gray-100);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-image {
    transform: scale(0.5);
    border: 2px solid var(--bs-gray-400)
}

.leaflet-custom-icon {
    background-color: transparent !important;
    border: none !important;
}

.border-svg-1 {
    stroke: #ffffffb6 !important;
    stroke-width: 3px !important;
    stroke-linejoin: round;
    overflow: visible;
}

.center-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hidden-color-picker {
    height: 0px;
    width: 0px;
    visibility: hidden;
}

.color-picker-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #59606d
}

.label-svg-center {
    gap: 20px 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.multi-select-head {
    background-color: var(--bs-sidenav-gray);
    width: fit-content;
    padding: 0.25rem;
    border-radius: 0.25rem;
    gap: 0.25rem;
}

.w-fit {
    width: fit-content;
}

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

.text-disabled {
    color: var(--bs-gray-500);
}

.bg-dark {
    background-color: var(--bs-dark) !important;
}

.selected-multi-select-head-item {
    background-color: var(--bs-dark) !important;
    color: white !important;
    border-radius: 0.25rem;
}

.multi-select-head-item {
    background-color: transparent;
    transition: all 0.15s ease-in-out;
}

.nav-slider-container {
    height: 100%;
    top: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    transition: all 0.25s ease-out;
}

.nav-slider {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid var(--bs-icon-bg);
    border-radius: 0.25rem;
}

.bg-nav {
    background-color: var(--bs-sidenav-gray);
}

.vertical-align-middle {
    vertical-align: middle;
}

.dotted-spaced {
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.hover-item {
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
    user-select: none;
    border-radius: 0.25rem;
    padding-left: 0.25rem;
}

.hover-item:hover {
    background-color: rgb(242, 242, 242);
}

.h-30px {
    height: 30px;
}

.w-20px {
    width: 20px;
}

.w-80px {
    width: 80px;
}

.w-100px {
    width: 100px;
}

.max-w-80 {
    max-width: 80%;
}

.h-20px {
    height: 20px;
}

.site-item {
    background-color: var(--bs-gray-100);
    position: relative;
}

.hide-item-success-tag {
    background-color: var(--bs-gray-100);
    position: relative;
}

.site-item::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 3px;
    width: 0.4rem;
    height: 90%;
    border-radius: 1rem;
    background-color: #8AC441;
}

.site-item-success:before {
    background-color: #8AC441;
}

.site-item-warning:before {
    background-color: #FFC107;
}

.site-item-info:before {
    background-color: var(--bs-info);
}

.site-item-secondary:before {
    background-color: var(--bs-secondary);
}

.site-item-transparent:before {
    background-color: transparent;
}

.site-item-danger:before {
    background-color: #e17360 !important;
}

.superadmin_loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: red;
    opacity: 0.4;
}

.border-gray-500 {
    border: 1px solid var(--bs-gray-500);
}

.hover-grow {
    transition: all 0.1s ease-in-out;
    border-radius: 0.25rem;
}

.hover-grow:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.word-break {
    word-break: break-word;
    white-space: break-spaces;
}

.max-width-77p {
    max-width: 77%;
}

#particles-js {
    width: 100%;
    height: 500px;
    background: linear-gradient(to left, #6442ff 0%, #9012fe 100%);
}

.debug {
    border: 1px solid red;
}

.icon-contianer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 105px;
    overflow-y: auto;
    border-radius: 0.5rem;
    border: 1px solid var(--bs-gray-400);
}

.close-button-input {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 14px;
}

.selected-value {
    border: 1px solid var(--bs-icon-bg);
}

.table-head thead th {
    font-size: 0.65rem;
    border-right: 1px solid #78818E;
    color: #fff !important;
}

.choices[data-type*='select-one']:after {
    content: "" !important;
    height: 0px;
    top: 50% !important;
    transform: none !important
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    border-top-right-radius: 2px !important;
    border-top-left-radius: 2px !important;
    top: 0 !important;
    margin-top: 5px !important;
}

.dt-layout-cell {
    overflow-x: auto;
    padding: 0px !important;
}

.dt-info {
    padding: 0.5rem !important;
    font-size: 0.6rem !important;
}

.dt-paging {
    padding: 0.5rem !important;
    font-size: 0.6rem !important;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    background: var(--bs-icon-bg) !important;
    background-color: var(--bs-icon-bg) !important;
    color: white !important;
}

.ellipsis-text-overflow {
    max-width: 200px;
    min-width: 50px;
    white-space: nowrap;
    overflow: hidden;
}

.span-ellipsis-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-select {
    user-select: none;
}

.align-setting-left {
    border: 1px solid var(--bs-icon-bg);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.align-setting-right {
    border: 1px solid var(--bs-icon-bg);
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.align-setting-center {
    border: 1px solid var(--bs-icon-bg);
}

.choices-input-normal {
    border: none;
    background-color: transparent;
}

.multi-input {
    border: none;
    background-color: transparent;
    font-size: 0.75rem;
}

.multi-input:focus {
    outline: none;
}

.ms-drop {
    margin-bottom: 20px
}

.icon-delete {
    height: 13px;
    width: 13px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff4b4b;
    border-radius: 50%;
    color: white;
    cursor: pointer;
}

.leaflet-popup-content {
    margin: 12px !important;
    max-height: 500px;
    overflow: auto;
    min-width: 175px;
}

.td-hover {
    transition: background-color 0.2s ease;
}

.td-hover:hover {
    background-color: #f3f3f3
}

.leaflet-popup-content-wrapper {
    padding: 0px !important;
    border: 1px solid var(--bs-dark);
}

.leaflet-popup-content {
    margin: 0px !important;
}

.leaflet-popup-close-button {
    opacity: 0;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white
}

.group-title {
    background: var(--bs-icon-bg);
    user-select: none;
    padding: 0.25rem;
    padding-left: 0.5rem;
    color: white;
    cursor: pointer;
    border-radius: 0.25rem;
    justify-content: center;
}

.rotate {
    transform: rotateX(180deg)
}

.rotate-transition {
    transition: 0.2s all ease;
}

.on-click-head {
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.radio-checkbox {
    border-radius: 50% !important;
}

.map-bottom-container {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 200px;
    /* height: 100%; */
    z-index: 550;
    background-color: var(--bs-sidenav-gray);
    width: 100%;
    /* top box-shadow only */
    box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.5);
}

.bottom-title-select {
    transition: all 0.3s ease-in;
    background-color: transparent;
}

.bg-blue-measure {
    background-color: #124daf !important;
    border-color: #124daf !important;
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
}

.circular-button {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--bs-dark);
    color: var(--bs-dark);
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    outline: none;
    font-weight: bold;
}

.circular-button.active {
    background-color: var(--bs-dark);
    color: white;
}

.divider {
    border: none;
    height: 2px;
    background-color: var(--bs-dark);
    margin: 0;
    width: 100%;
    max-width: 3rem;
}

.particles-js-canvas-el {
    max-height: 99vh;
}

.timeline-container {
    max-height: 60px;
    overflow-y: hidden;
    overflow-x: visible;
}

.timeline-active {
    width: 0px;
    height: 0px;
    background-color: white;
    border: 3px solid var(--bs-dark);
}

.timeline-selected {
    width: 10px;
    height: 10px;
    background-color: white;
    border: 3px solid var(--bs-dark);
}

.bg-gradient-custom-light {
    background: hsla(0, 0%, 100%, 1);
    background: linear-gradient(305deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 1) 63%, hsla(0, 0%, 95%, 1) 100%);
    background: -moz-linear-gradient(305deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 1) 63%, hsla(0, 0%, 95%, 1) 100%);
    background: -webkit-linear-gradient(305deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 1) 63%, hsla(0, 0%, 95%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
}

.selectable-card {
    cursor: pointer;
    transition: all 0.3s ease;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.selectable-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.selectable-card-sm {
    cursor: pointer;
    transition: all 0.3s ease;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.selectable-card-sm:hover {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.052);
}

.bg-gradient-white-danger {
    background: hsla(0, 0%, 100%, 1);
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 1) 0%, hsla(0, 61%, 89%, 1) 72%, hsla(0, 60%, 84%, 1) 80%, hsla(0, 61%, 80%, 1) 88%, hsla(0, 62%, 70%, 1) 100%);
    background: -moz-linear-gradient(0deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 1) 0%, hsla(0, 61%, 89%, 1) 72%, hsla(0, 60%, 84%, 1) 80%, hsla(0, 61%, 80%, 1) 88%, hsla(0, 62%, 70%, 1) 100%);
    background: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 1) 0%, hsla(0, 61%, 89%, 1) 72%, hsla(0, 60%, 84%, 1) 80%, hsla(0, 61%, 80%, 1) 88%, hsla(0, 62%, 70%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#FFFFFF", GradientType=1);
}

.ms-drop ul>li.hide-radio.selected {
    color: #fff !important;
    background-color: var(--bs-gray-400) !important;
}

.circle {
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

.danger-circle {
    box-shadow: 0px 0px 2px 1px #ea0606;
}

.popup_card {
    transition: all 0.2s ease;
    max-width: 100%;
}

.max-width-66px {
    max-width: 66px !important;
}

.text-underline {
    text-decoration: underline;
}

.popup-body {
    border: 1px solid var(--bs-dark);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

.absolute-center {
    top: 50%;
    transform: translateY(-50%)
}

.linking-line {
    z-index: 2;
    border-top: 2px solid var(--bs-dark);
    width: 80%;
}

.table-fixed {
    table-layout: fixed;
}

.leaflet-popup-content {
    min-width: 245px !important;
}

.min-w-tr {
    min-width: 40px;
}

.steps ul {
    display: flex;
    justify-content: center;
}

.fixed-plugin-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    transition: all 0.2s ease-out;
}

.circle-md {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

table.dataTable>tbody>tr.selected>* {
    box-shadow: none !important;
    background-color: rgb(239, 239, 239) !important;
    color: #000 !important;
}

.form-select {
    color: #495057;
}

.min-height-none {
    min-height: none !important;
}

.pe-0 {
    padding-left: 0 !important;
}

.text-black {
    color: #000 !important;
}

hr.solid-divider {
    border: 0;
    height: 1px;
    background-color: black;
    margin: 20px 0;
}

.color-banner {
    right: 10px;
    height: 15px;
    width: 15px;
    min-width: 15px;
    border-radius: 4px;
}

.custom-card-height {
    max-height: 89vh;
    overflow: auto;
}

.custom-scrollbar-hide {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    padding-right: 0.25rem;
    margin-right: 0.25rem;
}

/* .custom-scrollbar-hide:has(:-webkit-scrollbar:vertical) {
    padding-right: 0.25rem;
    margin-right: 0.25rem;
} */

.custom-scrollbar-hide::-webkit-scrollbar-thumb {
    background: #7f7f7f0c;
    border-radius: 1rem;
}

.custom-scrollbar-hide:hover::-webkit-scrollbar-thumb {
    background: #7f7f7f60;
}

.custom-scrollbar-hide::-webkit-scrollbar {
    width: 0.35rem;
    height: 0.35rem;
    background-color: transparent;
}

.custom-scrollbar-hide::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar-hide::-webkit-scrollbar-thumb:hover {
    background-color: #555555a9;
}

.selected-icon {
    background-color: var(--bs-info);
    border-radius: 8px;
}

canvas.leaflet-markers-canvas-layer {
    pointer-events: none;
}

.custom-option-button {
    width: 16px;
    height: 16px;
    left: -5px;
    top: -5px;
    border-radius: 50%;
}

.map-progress {
    width: 184px;
    height: 14px;
    border-radius: 16px;
    color: #fff;
    border: 1px solid;
    position: relative;
    padding: 2px;
}

.map-progress-bar {
    width: 50%;
    height: 100%;
    border-radius: inherit;
    background: currentColor;
}

.custom-map-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1030;
    opacity: 0.95
}

.pnlm-load-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: fit-content;
    margin: -75px 0 0 -100px;
    background-color: #fff !important;
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: none;
    color: var(--pnlm-info-text-color);
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 0px 20px 27px #0000000D;
}

.pnlm-load-box p {
    margin: 20px 0;
    line-height: 1.625;
    font-weight: 400;
}

.pnlm-lbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    display: none;
}

.pnlm-loading {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-name: pnlm-mv;
    -webkit-animation-name: pnlm-mv;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    height: 10px;
    width: 10px;
    background-color: #59606D;
    position: relative;
}

.pnlm-lbar {
    width: 150px;
    margin: 0 auto;
    border: #59606D 1px solid;
    height: 6px;
}

.pnlm-lbar-fill {
    background: #fff;
    height: 100%;
    width: 0;
}

.pnlm-load-box p {
    margin: 20px 0;
}

.no-arrow::after {
    display: none !important;
}

.no-select::selection {
    background-color: transparent;
}

.fade-animation {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.helper {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    background-color: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px -2px var(--bs-dark);
    cursor: pointer;
}

.soft-shadow {
    box-shadow: 0px 0px 8px -3px #262d3c52;
}

.bg-permission-success {
    background: linear-gradient(to right, #d7f8d4 0%, #bff1b9 100%);
}

.bg-permission-danger {
    background: linear-gradient(to right, #f8d4d4 0%, #f1b9b9 100%);
}

.permission-card {
    transition: all 0.3s ease;
}

.permission-card:hover {
    box-shadow: 0px 0px 4px -2px black;
}

.on-click-body {
    margin-top: 35px !important;
}

.leaflet-popup-close-button {
    z-index: 999999999;
}

.dropdown-menu.fixed {
    position: fixed !important;
}

#mainAccordion {
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.accordion h3 {
    font-size: 14px;
    padding: 8px;
    background: var(--bs-dark);
    color: white;
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordion div {
    font-size: 12px;
    padding: 8px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 5px;
}

.accordion p {
    margin: 5px 0;
    font-size: 12px;
}

.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: rgb(251, 174, 155);
    border-radius: 50%;
    opacity: 1;
    animation: explode 0.5s ease-out forwards;
    z-index: 999999999999999999999999
}

@keyframes explode {
    0% {
        transform: scale(0.6) translate(0, 0);
        opacity: 1;
    }

    100% {
        transform: scale(0.7) translate(var(--x), var(--y));
        opacity: 0;
    }
}

.ui-accordion {
    padding-top: 0px !important;
}

.selected-row {
    background-color: var(--bs-dark) !important;
}

.selected-row>td {
    color: white !important;
}

.custom-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 0;
    flex-shrink: 0;
}

.custom-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 0;
    flex-shrink: 0;
}

.bottom-menu {
    position: absolute;
    /* min-width: 260px;
    max-width: 450px;
    width: 60%; */
    background: var(--bs-gray-100);
    box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.3);
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    overflow: hidden;
    z-index: 1040;
}

.bottom-left-menu {
    position: absolute;
    background: var(--bs-gray-100);
    box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.3);
    bottom: 2rem;
    left: 2rem;
    border-radius: 4px;
    overflow: hidden
}

.bottom-right-menu {
    position: absolute;
    background: var(--bs-gray-100);
    box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.3);
    bottom: 2rem;
    right: 2rem;
    border-radius: 4px;
    overflow: hidden
}

.annotate-modal .modal-dialog {
    max-width: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    margin: 0 auto;
}

.annotate-modal .modal-content {

    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: auto;
    overflow: visible;
}

.annotate-modal .modal-body {
    padding: 0 !important;
    overflow: visible;
}

.annotate-modal .screenshot-modal {
    border-radius: 16px;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.annotate-modal .screenshot-header {
    padding: 12px 16px;
    background-color: white;
    color: #333;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    flex-shrink: 0;
}

.annotate-modal .button-group {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 6px;
    display: flex;
    gap: 6px;
    border: 1px solid #dee2e6;
    align-items: center;
}

.annotate-modal .screenshot-image-container {
    padding: 0 16px 16px 16px;
    background-color: white;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.annotate-modal .canvas-wrapper {
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0px 0px 5px #ccc;
    position: relative;
    margin: 0 auto;
    display: block;
    flex-shrink: 0;
}

.annotate-modal .canvas-wrapper>canvas {
    border-radius: 12px !important;
    display: block;
}

/* .modal-backdrop.show {
    opacity: 0.85 !important;
} */

.annotate-modal .modal-close-btn {
    margin-left: auto;
    color: white !important;
    border: 1px solid #dc3545 !important;
    border-radius: 50% !important;
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.annotate-modal .modal-close-btn .material-symbols-outlined {
    font-size: 18px;
    color: white;
}

.th-white {
    font-size: 0.65rem;
    border-right: 1px solid rgb(120, 129, 142);
    color: rgb(255, 255, 255);
    text-align: left !important;
}

.btn-transparent {
    background-color: transparent;
}

.btn-transparent:hover {
    background-color: #f6f6f6 !important;
}

.btn-dark-hover {
    background-color: transparent;
}

.btn-dark-hover:hover {
    background-color: #00000056 !important;
}

.breadcrumb-custom {
    border-left: 1px solid #6C7992;
    border-radius: 0 !important;
}

.hover-selected {
    transition: background 0.2s ease;
    border-radius: 0.25rem;
}

.hover-selected:hover {
    background: #ECECEC;
}

.bg-current {
    background: #ECECEC;
}

.rotate-animation {
    transition: all 0.2s ease;
}

.hidden-row {
    opacity: 0.6;
}

.navigation-button {
    width: 30px;
    height: 30px;
    background-color: #ffffff89;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.opacity-transition {
    transition: opacity 0.2s ease;
}

.front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* Let scroll pass through */
}

.front .clickable {
    pointer-events: auto;
    /* Allow clicks on specific elements */
}


.cropper-point {
    width: 8px !important;
    height: 8px !important;
}

.bg-no-permission {
    background: #e19292 !important;
    font-weight: bold;
}

.doc-orbit-back-button {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid var(--bs-gray-400);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.25s ease;
}

.doc-orbit-back-button:hover {
    background-color: var(--bs-gray-200);
}

.doc-orbit-activity-toggle {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.15rem;
}

.doc-orbit-activity-toggle.active {
    color: var(--bs-dark);
    border-bottom: 2px solid var(--bs-dark);
    cursor: default;
}

.doc-orbit-activity-toggle:not(.active):hover {
    border-bottom: 2px solid #36415647;
}

.doc-orbit-approved-file {
    padding: 0.1rem 0.5rem;
    border: 1px solid #4de04f;
    border-radius: 15px;
    background-color: #4de04f12;
}

.doc-orbit-denied-file {
    padding: 0.1rem 0.5rem;
    border: 1px solid #df5151;
    border-radius: 15px;
    background-color: #df515112;
}

.doc-orbit-folder {
    padding: 0.4rem 0.5rem;
    border-radius: 5px;
    background-color: #36415612;
    margin: 0.3rem 0;
}

.doc-orbit-file {
    padding: 0.25rem 1rem;
    border-radius: 5px;
    margin: 0.2rem 0;
    cursor: pointer;
}

.doc-orbit-file:hover {
    background-color: #36415609;
}

.right-menu {
    right: 0;
    top: 0;
    max-height: calc(100% - 1rem);
    width: 300px;
    background-color: #fffffff2;
    transition: 0.2s all;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
}

.border-bottom-dark {
    border-bottom: 1px solid var(--bs-dark);
}

.menu-tab {
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.25rem;
    color: var(--bs-gray-500);
}

.menu-tab-selected {
    color: var(--bs-dark) !important;
}

.input-group-text {
    border-right: 2px solid var(--bs-gray-300) !important;
    min-width: 43px !important;
}

.dropFixedModalItem {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: white;
    border: var(--bs-border-color) 1px solid;
    padding: 0.75rem;
    border-radius: 0.5rem;
    transition: 0.2s all;
}

.dropFixedModalItem:hover {
    background-color: var(--bs-gray-100);
    box-shadow: 1px 1px 2px 0px #737986db;
}

.dropFixedModalItem.selected {
    background-color: var(--bs-gray-200);
    box-shadow: 1px 1px 2px 0px #737986db;
}

.dropdownFixedModal {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #d2d6da;
    text-align: left;
    white-space: nowrap;
    line-height: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    border-radius: 0.5rem;
    background-color: #fff;
    position: relative;
    color: #495057;
}

.dropdownFixedModal::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
}

.compact-dropdown {
    height: 32px !important;
    padding: 0.375rem 0.75rem;
    line-height: 1.2rem;
}

.modal-stack {
    z-index: 1065 !important;
}

.modal-stack-backdrop {
    z-index: 1060 !important;
}

.modal.fade {
    backdrop-filter: blur(0.15rem);
}

.hovered {
    background-color: #d0f0ff;
}

.hover-over {
    transition: background-color 0.3s ease;
}

.absolute-y-center {
    top: 50%;
    transform: translateY(-50%);
}

.form-builder-option-container {
    right: -10px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    height: 35px;
    opacity: 0
}

.line-height-normal {
    line-height: normal;
}

.transition-padding {
    transition: 0.2s padding ease;
}

.adir-group {
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    border-radius: 0.25rem;
    background-color: var(--bs-gray-100);
    margin-bottom: 0.5rem;
    color: var(--bs-dark);
    cursor: pointer;
}

.adir-group:hover {
    background-color: var(--bs-gray-200);
}

.adir-group.unnassigned::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--bs-danger);
    opacity: 0.75;
    border-radius: 100%;
}

.adir-group.assigned::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--bs-success);
    opacity: 0.75;
    border-radius: 100%;
}

.adir-group-member {
    padding: 0px 0.5rem;
}

.adir-group-members {
    padding: 0px 1rem;
    max-height: 20vh;
    overflow: auto;
}

.translate-middle-x {
    transform: translateX(-50%);
}

.form-layout {
    border: 1px dashed var(--bs-dark)
}

.btn-static-width {
    width: 33px;
    height: 33px;
}

.menu-number {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid var(--bs-dark)
}

.menu-item {
    transition: opacity 0.1s ease-in;

}

.expandable-content {
    flex: 1;
    min-height: 200px;
    width: 100%;
}

.column-container {
    min-width: 200px;
    min-height: 200px;
    max-width: 200px;
}

.api-builder-focus-container {
    flex: 3;
    min-height: 200px;
    width: 100%;
}

.tree-chevron {
    transition: transform 0.2s ease;
}

.expanded .tree-chevron {
    transform: rotate(90deg);
}

.tree-item.expanded .tree-content {
    display: block;
}



.collection-card {
    border-radius: 8px;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.collection-card:hover {
    background-color: #EAECEF;
}

.collection-card.selected {
    background-color: #EAECEF;
    color: white;
}

.collection-card.selected:hover {
    background-color: #EAECEF;
}

.request-card {
    border-radius: 8px;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.request-card:hover {
    background-color: #EAECEF;
}

.request-card.selected {
    background-color: #EAECEF;
}

.request-card.selected:hover {
    background-color: #EAECEF;
}

.api-collection-content {
    display: none;
}

.expanded .api-collection-content {
    display: block;
}

.vertical-divider {
    height: 100%;
    width: 1px;
    min-width: 1px;
    background-color: var(--api-border-color);
    flex-shrink: 0;
}

.horizontal-divider {
    width: 100%;
    height: 1px;
    min-height: 1px;
    background-color: var(--api-border-color);
    flex-shrink: 0;
}



.api-search-collection-input {
    width: 150px;
    min-width: 150px;
    height: 24px;
    background-color: #aaaaaa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tree-nested-header:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.api-builder-square {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.api-builder-square-line {
    width: 1px;
    height: 100%;
    background: var(--api-border-color);
}


.request-method-select {
    width: 64px;
    height: 32px;
    background-color: #E9ECEF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0px;
    padding: 0 0.5rem;
}

.request-send-button {
    width: 32px;
    height: 32px;
    background-color: #0A7AED;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0px;
    padding: 0 0.5rem;
}

.add-collection-button {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    background-color: #0A7AED;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0px;
}



.request-table {
    width: 100%;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    padding: 0.5rem;
}

.request-table-header {
    background-color: #aaaaaa;
    border-radius: 8px;
    padding: 0.5rem;
}

.api-table {
    background-color: #f8f9fa;
    border: 1px solid var(--api-border-color);
    border-collapse: collapse;
    width: 100%;
}

.api-table th {
    background-color: #e9ecef;
    color: #495057;
    padding: 12px;
    font-weight: 500;
    text-align: left;
    border: 1px solid var(--api-border-color);
}

.api-table td {
    padding: 0;
    border: 1px solid var(--api-border-color);
    background-color: #ffffff;
}

.api-table-input {
    background-color: transparent;
    border: none;
    color: #212529;
    padding: 12px;
    width: 100%;
    outline: none;
}

.api-table-input::placeholder {
    color: #6c757d;
}

.api-table-input:focus {
    background-color: #f8f9fa;
}

.api-nav-tab {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    justify-content: center;
    border-radius: 4px;
}

.api-nav-tab.active {
    cursor: default;
    color: #fff;
    background-color: var(--bs-dark);
}

.api-nav-tab:not(.active):hover {
    background-color: #fff;
    color: #000;
}

.space-0 {
    height: 0 !important;
    width: 0 !important;
}

.space-1 {
    height: 0.25rem !important;
    width: 0.25rem !important;
}

.space-2 {
    height: 0.5rem !important;
    width: 0.5rem !important;
}

.space-3 {
    height: 1rem !important;
    width: 1rem !important;
}

.space-4 {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

.logical-operator-selector {
    position: relative;
}

.logical-operator-selector::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #dee2e6;
    z-index: 0;
}

.logical-operator-selector .btn-group {
    position: relative;
    z-index: 1;
    background: white;
    padding: 0 10px;
}

.responsive-box {
    min-width: 340px;
    max-width: 340px;
}

@media (max-width: 768px) {
    .responsive-box {
        min-width: auto;
        max-width: 180px;
    }
}

.transition-rotate {
    transition: transform 0.25s ease;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-auto-rows: 1fr;
    gap: 1rem;
    padding: 10px;
    height: 100%;
}

.grid-element {
    background-color: var(--bs-gray-100);
    border-radius: 0.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.overflow-x-auto{
    overflow-x: auto;
}
