.border-dashed {
    --bs-border-style: dashed;
}

.border-solid {
    --bs-border-style: solid;
}

/* width */
::-webkit-scrollbar {
    width: 1px;
    height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #494949;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b8b8b8;
}

.table-responsive {
    overflow-x: auto;
}

table {
    width: 100%;
}

th {
    text-transform: uppercase !important;
    font-weight: light !important;
    font-size: 12px !important;
}

td {
    padding-top: 18px !important;
    padding-bottom: 4px !important;
}

th,
td {
    white-space: nowrap !important;
    padding-right: 24px !important;
}

th:first-child,
td:first-child {
    padding-left: 20px !important;
}

th:last-child,
td:last-child {
    padding-right: 20px !important;
}

.tbl-link {
    max-width: 180px;
    margin-bottom: -8px !important;
}

.modal::after {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
}

.google_translate_element {
    margin-top: -10px;
}

.goog-te-combo {
    cursor: pointer;
    font-family: Arial, sans-serif;
    color: var(--bs-primary);
    /* Use Bootstrap primary color */
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px dashed var(--bs-primary);
    /* Use Bootstrap primary color */
    width: 100%;
    font-weight: light;
    text-transform: uppercase;
    background-color: var(--bs-light-bg-subtle);
    /* Subtle primary color for background */
}

#google_translate_element a {
    display: none;
}

.goog-te-gadget {
    color: transparent !important;
}

body {
    top: 0px !important;
}

body>.skiptranslate>iframe.skiptranslate {
    display: none !important;
    visibility: hidden !important;
}

.account_avatar {
    object-fit: cover;
}

.nav-link.tab-btn-toggler.active {
    background-color: var(--bs-primary);
    color: white;
}