h1:focus {
    outline: 0
}

.modal-fullscreen {
    height: auto;
    margin: 0 !important
}

.modal-img-dialog {
    max-width: max-content !important
}

.modal-img-body {
    display: flex
}

    .modal-img-body img {
        object-fit: contain
    }

.table-p-0 > tbody > tr > td {
    padding: 1px !important
}

img {
    height: auto;
    max-width: 100%;
    min-width: 40%
}

.smallcol {
    width: 55px
}

.accordion-body {
    max-height: 70vh;
    overflow-y: auto
}

.logo {
    width: 99px;
    height: 99px
}

.madal-dialog {
    max-height: 80vh
}

@media only screen and (max-width:600px) {
    .overfl-y {
        overflow-y: auto
    }
}

p li div {
    font-size: 1.25rem;
    line-height: 1.2
}

.text-truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-break: anywhere
}

.text-truncate-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-break: anywhere
}

.text-truncate-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    line-break: anywhere
}

.text-truncate-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    line-break: anywhere
}

.flip-card {
    perspective: 1000px;
    width: 270px;
    height: 405px
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d
}

.rotateY {
    transform: rotateY(180deg)
}

.flip-card-back, .flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1)
}

.flip-card-front {
    background: #fff;
    color: #fff;
    flex-direction: column;
   /* justify-content: center;*/
    align-items: center
}

.flip-card-back {
    background: #fff;
    color: #333;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 3000
}

.profile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid rgba(255,255,255,.3);
    margin-bottom: 20px
}

.social-icons a {
    color: #333;
    margin: 0 10px;
    font-size: 24px;
    transition: transform .3s ease
}

    .social-icons a:hover {
        transform: scale(1.2)
    }

@keyframes wave {
    0% {
        transform: rotate(0)
    }

    10% {
        transform: rotate(14deg)
    }

    20% {
        transform: rotate(-8deg)
    }

    30% {
        transform: rotate(14deg)
    }

    40% {
        transform: rotate(-4deg)
    }

    50% {
        transform: rotate(10deg)
    }

    60% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(0)
    }
}

.waving-hand {
    display: inline-block;
    animation: wave 2.5s infinite;
    transform-origin: 70% 70%
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    font-size: 8px;
    text-align: center
}

.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center
}

.cs-icon {
    display: block;
    position: relative;
    transition: .8s;
    z-index: 3
}

    .cs-icon:hover svg {
        -webkit-filter: invert(80%);
        filter: invert(80%)
    }

    .cs-icon:active {
        opacity: .2
    }

.size-48 {
    width: 48px !important;
    height: 48px !important;
    padding: .38em !important
}

.size-42 {
    width: 42px !important;
    height: 42px !important
}

.size-20 {
    width: 20px !important;
    height: 20px !important;
    line-height: 100%;
    margin-top: -2px;
    margin-right: .75rem !important
}

.size-32 {
    width: 32px !important;
    height: 32px !important
}

.size-24 {
    width: 24px !important;
    height: 24px !important
}

.size-16 {
    width: 16px !important;
    height: 16px !important
}

.pointer {
    cursor: pointer
}

.grid table {
    min-width: 100%
}

.quickgrid {
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.8rem;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
    font-family: Inter,ui-sans-serif,system-ui,-apple-system,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}

thead .country-name {
    width: 25rem
}

tbody .country-name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis
}

.quickgrid[theme=default] .col-title {
    font-weight: 500;
    letter-spacing: .05em
}

:is(.dark.quickgrid) {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity))
}

thead {
    position: sticky;
    top: 0;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
    color: rgb(107 114 128 / var(--tw-text-opacity));
    font-weight: 400;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 2.5rem;
    letter-spacing: .6px
}

tr {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity))
}

:is(.darktr) {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity))
}

:is(.darkthead) {
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.sort-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg class="w-6 h-6"fill="currentColor"viewBox="0 0 20 20"xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd"d="M5.293 7.293a1 1 0 011.414 0L10 1.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"clip-rule="evenodd"></path></svg>')
}

:is(.dark.quickgrid[theme=default].col-options) {
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: rgb(55 65 81 / var(--tw-bg-opacity))
}

:is(.dark.quickgrid[theme=default]input) {
    background-color: rgb(55 65 81 / var(--tw-bg-opacity))
}

.page {
    display: flex;
    flex-direction: column;
    position: relative
}

main {
    flex: 1
}

.top-row {
    align-items: center;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem
}

    .top-row ::deep .btn-link, .top-row ::deep a {
        margin-left: 1.5rem;
        text-decoration: none;
        white-space: nowrap
    }

        .top-row ::deep .btn-link:hover, .top-row ::deep a:hover {
            text-decoration: underline
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis
        }

@media(max-width:64.98px) {
    .top-row {
        justify-content: space-between
    }

        .top-row ::deep .btn-link, .top-row ::deep a {
            margin-left: 0
        }
}

@media(min-width:641px) {
    .page {
        flex-direction: row
    }

    .sidebar {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 250px
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1
    }

        .top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;
            width: 0
        }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important
    }
}

#blazor-error-ui {
    background: #ffffe0;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,.2);
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: .75rem;
        top: .5rem
    }

.badge-interactive {
    transition: .8s;
    cursor: pointer
}

    .badge-interactive:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }

.xsmall {
    font-size: .43em
}

.bgxxx, .bgxxx:before {
    --s: 60px;
    --c1: #F2B4A8;
    --c2: #91204D;
    --_g: radial-gradient(25% 25% at 25% 25%,var(--c1)99%,#0000 101%);
    background: var( - - _g)var( - - s)var( - - s) / calc(2 * var( - - s))calc(2 * var( - - s)),var( - - _g)0 0 / calc(2 * var( - - s))calc(2 * var( - - s)),radial - gradient(50% 50%,var( - - c2)98%,#0000)0 0 / var( - - s)var( - - s),repeating - conic - gradient(var( - - c2)0 25%,var( - - c1)0 50%)calc(.5 * var( - - s))0 / calc(2 * var( - - s))var( - - s);
    animation: g14 2s infinite linear
}

    .bgxxx:before {
        content: "";
        position: fixed;
        z-index: -1;
        inset: 0;
        - webkit - mask:linear - gradient(#000 50%,#0000 0)0 0 / 1% calc(2 * var( - - s));
        animation-direction: reverse
    }

@keyframes g14 {
    to {
        background - position:calc(3 * var( - - s))var( - - s),calc(2 * var( - - s))0,calc(2 * var( - - s))0,calc(2.5 * var( - - s))0
    }
}

.toast-message-container {
    position: fixed;
    top: 190px;
    right: 20px;
    z-index: 1000;
}

.toast-message-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,.2)
}

.toast-message-success {
    background-color: #28a745
}

.toast-message-failure {
    background-color: #dc3545
}

.toast-message-alert {
    background-color: #ffc107;
    color: #212529
}

.toast-message-warning {
    background-color: #f80
}

.toast-message-default {
    background-color: #17a2b8
}

.toast-close-button {
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

    .toast-close-button:hover {
        color: #000
    }

@keyframes slide-in {
    from {
        transform: translateX(100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-out {
    from {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(100%);
        opacity: 0
    }
}

.cpsmall {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.spl-theme {
    display: inherit !important
}

.text-blue-500 {
    color: var(--bs-blue) !important
}

.text-indigo-500 {
    color: var(--bs-indigo) !important
}

.text-purple-500 {
    color: var(--bs-purple) !important
}

.text-pink-500 {
    color: var(--bs-pink) !important
}

.text-red-500 {
    color: var(--bs-red) !important
}

.text-orange-500 {
    color: var(--bs-orange) !important
}

.text-yellow-500 {
    color: var(--bs-yellow) !important
}

.text-green-500 {
    color: var(--bs-green) !important
}

.text-teal-500 {
    color: var(--bs-teal) !important
}

.text-cyan-500 {
    color: var(--bs-cyan) !important
}

.cs-link {
    display: block;
    position: relative;
    transition: .8s;
    z-index: 3;
    cursor: pointer
}

    .cs-link h4:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }

.cs-teaser-img {
    max-height: 185px;
    overflow: hidden
}

    .cs-teaser-img:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }

.user-name-link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 7rem
}

.img-card {
    max-height: 155px
}

.loader {
    width: 40px;
    aspect-ratio: 1;
    --c: no-repeat linear-gradient(#000 0 0);
    background: var(--c)0 0,var(--c)0 100%,var(--c)50% 0,var(--c)50% 100%,var(--c)100% 0,var(--c)100% 100%;
    background-size: 8px 50%;
    animation: l7-0 1s infinite;
    position: relative;
    overflow: hidden;
    top: 5%
}

   /* .loader:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #000;
        top: calc(50% - 4px);
        left: -8px;
        animation: inherit;
        animation-name: l7-1
    }*/

@keyframes l7-0 {
    16.67% {
        background-size: 8px 30%,8px 30%,8px 50%,8px 50%,8px 50%,8px 50%
    }

    33.33% {
        background-size: 8px 30%,8px 30%,8px 30%,8px 30%,8px 50%,8px 50%
    }

    50% {
        background-size: 8px 30%,8px 30%,8px 30%,8px 30%,8px 30%,8px 30%
    }

    66.67% {
        background-size: 8px 50%,8px 50%,8px 30%,8px 30%,8px 30%,8px 30%
    }

    83.33% {
        background-size: 8px 50%,8px 50%,8px 50%,8px 50%,8px 30%,8px 30%
    }
}

@keyframes l7-1 {
    20% {
        left: 0
    }

    40% {
        left: calc(50% - 4px)
    }

    60% {
        left: calc(100% - 8px)
    }

    100%,80% {
        left: 100%
    }
}

.invert {
}

    .invert:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }

.bs-docs-sidenav {
    display: block
}

.lead span {
    display: inline;
    margin: 0 3px 0 3px
}

.klgn {
    font-family: 'klingon',sans-serif
}

.fontsize20 {
    font-size: 20px
}

.fontsize22 {
    font-size: 22px
}

.fontsize24 {
    font-size: 24px
}

.fontsize32 {
    font-size: 32px
}
.fontsize42 {
    font-size: 42px
}

.category-footer {
    margin-top: -10px;
    font-size: 14px;
    display: block
}


.cpelem {
    border: 5px solid black;
    box-sizing: border-box;
}

.cpelem-sel-false {
}

.cpelem-sel-true {
    border-color: green;
}

    .cpelem-sel-true::after {
        content: "\f00c"; /* Unicode for a checkmark icon */
        font-family: "Font Awesome 5 Free"; /* Or your specific Font Awesome family */
        font-weight: 900; /* Adjust weight based on icon style (e.g., solid) */
        margin-left: 5px; /* Add spacing after the element's content */
        color: green;
    }

.quickgrid-cell {
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    max-width: 15rem;
    /*display: block;*/
}


.autocomplete {
    position: relative
}

    .autocomplete .options {
        position: absolute;
        top: 40px;
        left: 0;
        background: white;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        border-radius: .5rem;
        box-shadow: 0 30px 25px 8px rgba(0,0,0,.1)
    }

    .autocomplete .option {
        display: block;
        padding: .25rem;
        background-color: #fff
    }

        .autocomplete .option .option-text {
            padding: .25rem .5rem
        }

        .autocomplete .option:hover {
            background: #1E90FF;
            color: #fff
        }

        .autocomplete .option.disabled {
            background-color: lightgrey;
            cursor: not-allowed
        }

            .autocomplete .option.disabled:hover {
                background: lightgrey;
                color: var(--bs-body)
            }

.w-tran-0 {
    width: 0 !important;
    transition: width 4s,opacity 5s;
}

.w-tran-300px {
    width: 300px;
    transition: width 4s,opacity 5s;
}

.btn-inside-input {
    margin-left: -27px !important;
    z-index: 9;
    line-height: normal;
}


.animcontainer {
    position: relative;
    width: 100%
}

.animimage {
    display: block;
    width: 100%;
    height: auto
}

.animoverlay {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 42px;
    padding: 20px;
    text-align: center
}

.overlay-container {
    position: relative;
}

.overlay-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s ease;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.5);
    color: #f1f1f1;
    opacity: 0;
    color: white;
    font-size: 42px;
    line-height: 42px;
    padding: 0 15px;
    text-align: center;
    z-index: 9;
}

.overlay-container:hover .overlay-box {
    opacity: 1
}

.hovermenu {
    max-height: 50px;
    transition: max-height 0.85s ease-out;
    overflow: hidden;
}

    .hovermenu:hover {
        max-height: 300px;
        transition: max-height 1.25s ease-in;
    }



#myTextInput {
    width: 300px;
    padding: 10px 15px;
    margin: 8px 0;
    border: 1px solid #4CAF50;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #f9f9f9;
}

    #myTextInput:focus {
        outline: none; /* Remove default outline */
        border-color: #007bff; /* Change border color on focus */
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Add a subtle shadow on focus */
    }

    #myTextInput::placeholder {
        color: #999;
        font-style: italic;
    }

.pager-number-input {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 18px;
    background-color: transparent;
}



.popform-wrapper {
    position: relative;
    display: inline-block;
}

.popform-span {
    transition: opacity 2s, border-width 5s;
    visibility: hidden;
    opacity: 0;
    font-size: 16px;
    position: absolute;
    width: max-content;
    height: auto;
    background-color: #fff;
    color: #616161;
    line-height: 18px;
    left: 100%;
    /*border-radius: 50%;*/
    border-width: 0;
    border-style: solid;
    border-color: #E58445;
    z-index: 9;
}

.popform-span-static {
    transition: opacity 2s, border-width 5s;
    visibility: visible;
    opacity: 100;
    font-size: 16px;
    position: absolute;
    width: 22px;
    height: 22px;
    font-weight: bold;
    line-height: 18px;
    left: 100%;
    text-align: center;
    color: #E58445;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #E58445;
    z-index: 1;
}

.popform-span-off {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}


.popform-wrapper:hover .popform-span {
    visibility: visible;
    opacity: 100;
    border-width: 2px;
}


.video-container {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}

    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.tooltip-wrapper {
    position: relative;
    display: inline-block;
    max-height:30px;
}

.above {
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.left-side {
    left: 100%;
    top: 25%;
}


.tooltip-span {
    transition: opacity 2s, border-width 5s;
    visibility: hidden;
    opacity: 0;
    font-size: 16px;
    position: absolute;
    width: 22px;
    height: 22px;
    font-weight: bold;
    line-height: 18px;
    /* bottom:33px;*/
    text-align: center;
    color: #E58445;
    border-radius: 50%;
    border-width: 0;
    border-style: solid;
    border-color: #E58445;
    z-index: 1;
}

.tooltip-span-static {
    transition: opacity 2s, border-width 5s;
    visibility: visible;
    opacity: 100;
    font-size: 16px;
    position: absolute;
    width: 22px;
    height: 22px;
    font-weight: bold;
    line-height: 18px;
    left: 100%;
    text-align: center;
    color: #E58445;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #E58445;
    z-index: 1;
}

.tooltip-span-off {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}


.tooltip-wrapper:hover .tooltip-span {
    visibility: visible;
    opacity: 100;
    border-width: 2px;
}

.fav-icon {
    max-height: 36px;
    max-width: 36px;
}

.pdf-preview {
    display: block;
}

video::cue {
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent black background */
    color: #f8f9fa; /* White text color */
    /*font-family: Arial, sans-serif;*/
    font-size: 22px;
    text-shadow: 1px 1px 2px black; /* Subtle text shadow for readability */
}

.playing {
    margin: auto;
    font-size: 216x;
    font-family: system-ui,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #0000;
    -webkit-text-stroke: 1px #000;
}

#l3 {
    line-height: 1.5;
    background: radial-gradient(1.13em at 50% 1.6em,#000 99%,#0000 101%) calc(50% - 1.6em) 0/3.2em 100% text, radial-gradient(1.13em at 50% -0.8em,#0000 99%,#000 101%) 50% .8em/3.2em 100% repeat-x text;
    animation: l3 2s linear infinite;
}

@keyframes l3 {
    to {
        background-position: calc(50% + 1.6em) 0,calc(50% + 3.2em) .8em
    }
}


.hidden-element {
    display: none;
}

.hover-trigger:hover + .hidden-element {
    display: block; /* or visibility: visible; opacity: 1; etc. */
}


.autocomplete-popout {
    padding: 10px;
    z-index: 9;
    margin-right: 1.5rem;
    width: 100%;
}

.align-navitem {
    top: -7px;
    position: relative;
}

.place-card-footer{
    position:relative;
    top:20px;
}

.disabled-container {
  opacity: 0.6; /* Reduce transparency */
  pointer-events: none; /* Prevent mouse events on the container */
  /* Add other visual cues like a gray overlay or border */
}
.pricing-card{
    max-width:340px;
}

.text-vertical{
    writing-mode: vertical-rl !important;
}

.w-offcanvas {
  width: 100% !important;
}
@media (min-width: 992px) {
  /* sm=576, md=768, lg=992, xl=1200, xxl=1400 */
  .w-offcanvas {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  /* sm=576, md=768, lg=992, xl=1200, xxl=1400 */
  .w-offcanvas {
    width: 40% !important;
  }
}