@import url('css/global-theme.css');

/* Remove rz-body transform only while the CreatorsIndex mobile drawer is open.
   Scoped so the rest of the app is unaffected. */
.ci-drawer-open .rz-body {
  transform: none !important;
}

@keyframes ci-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@keyframes af-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/*OTI THES APO CSS EDW*/
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.page-container {
    opacity: 1;
    transition: opacity 0.6s ease;
}

.page-container.fading {
    opacity: 0;
}

a, .btn-link {
    color: #006bb7;
}

#offer-dates .rz-form-field {
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.valid.modified:not([type=checkbox]) {
    outline:none !important; 
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

::selection {
    background-color: #ff9700 !important;
    color: black !important;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #ff9700;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
.driver-popover{
    background-color:var(--rz-primary) !important ;
}
.driver-popover-next-btn{
    color:black !important ;
}
.driver-popover-description{
    font-family: var(--rz-primary) !important;
}
.gallery-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.2s ease;
}



.gallery-container {
    position: relative;
    width: 85vw;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}

.image-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    animation: zoomIn 0.25s ease;
}



.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    line-height: 1;
    color: white;
    background: rgba(255,255,255,0.08);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav.left { left: 20px; }
.nav.right { right: 20px; }

.notification-bell {
    display: inline-block;
    transform-origin: top center;
    animation: bell-float-shake 3.5s ease-in-out infinite;
    will-change: transform;
}

@keyframes bell-float-shake {
    0%   { transform: rotate(0deg) translateY(0); }

    4%   { transform: rotate(10deg) translateY(-1px); }
    8%   { transform: rotate(-7deg) translateY(0); }
    12%  { transform: rotate(15deg) translateY(-1px); }
    16%  { transform: rotate(-4deg) translateY(0); }
    20%  { transform: rotate(12deg) translateY(0); }
    24%  { transform: rotate(15deg) translateY(0); }
    100% { transform: rotate(0deg) translateY(0); }
}
.counter {
    position: absolute;
    bottom: 20px;
    color: white;
    font-size: 14px;
    opacity: 0.7;
}
@keyframes zoomIn {
    from { transform: scale(0.96); opacity: 0.5; }
    to { transform: scale(1); opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.creator-video-thumb {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    transition: transform .2s ease, box-shadow .2s ease;
}
.creator-video-thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
}

.creator-video-thumb:hover .creator-video-thumb-overlay {
    background: rgba(0,0,0,0.18);
}

.creator-video-play-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255,151,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    transition: transform .15s ease, background .15s ease;
}

.creator-video-thumb:hover .creator-video-play-btn {
    transform: scale(1.1);
    background: rgba(255,151,0,1);
}

.video-viewer-dialog .rz-dialog {
    background: #0a0a0a;
    border: none;
    box-shadow: none;
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
}

.video-viewer-dialog .rz-dialog-content {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0a0a;
}

.image-viewer-dialog .rz-dialog {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: rgba(0,0,0,0.95) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.image-viewer-dialog .rz-dialog-wrapper {
    padding: 0 !important;
}

.image-viewer-dialog .rz-dialog-content {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
}

/*#blazor-error-ui{*/
/*    background-color: pink;*/
/*}*/
/*UPLOAD COMPONENT*/
.op-upload-wrapper {
    position: relative;

    display: flex;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
/ / border: 2 px dashed rgba(0, 0, 0, 0.33);
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    justify-content: center;

    &:hover {
        border: 2px dashed #ff9700;
    }

    &.disabled {
        border: 2px double rgba(0, 0, 0, 0.33) !important;
    }

    .op-upload {
        display: flex;
        flex-direction: row;
        font-size: 1rem;
        line-height: 1.5rem;

        .op-upload-text {
            display: flex;
            box-sizing: border-box;
            max-width: 100%;
            margin: 0.75rem;
            font-weight: 600;
            -webkit-box-align: center;
            align-items: center;
            min-width: 0;
            min-height: 0;
            flex-direction: row;

            .op-upload-link, a {
                cursor: pointer;
                color: var(--rz-primary);

                &:hover {
                    text-decoration: underline;
                }

                font-size: 1rem;
                line-height: 1.5rem;
                white-space: nowrap;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                font-weight: 600;
            }
        }
    }

    .rz-fileupload {
        .rz-fileupload-buttonbar {
            background-color: unset;
            padding: 0;

            .rz-fileupload-choose {
                box-sizing: border-box;
                font-size: inherit;
                line-height: inherit;
            / / color: rgb(125, 76, 219);
            / / color: white;
                font-weight: 300;
                text-decoration: none;
                cursor: pointer;
                align-self: center;
                margin: 0.75rem;
            }

            .rz-button-text {
                text-transform: none;
            }

            .op-upload-delete {
                display: inline-block;
                box-sizing: border-box;
                cursor: pointer;
                font-style: inherit;
                font-variant: inherit;
                font-weight: inherit;
                font-stretch: inherit;
                font-size: inherit;
                font-family: inherit;
                text-decoration: none;
                margin: 0;
                background: transparent;
                overflow: visible;
                text-transform: none;
                color: inherit;
                outline: none;
                border: none;
                text-align: inherit;
                line-height: 0;
                padding: 0.75rem;

                &:hover {
                / / background-color: rgba(221, 221, 221, 0.4);
                    background-color: #cbd1f3;
                    color: rgb(0, 0, 0);
                }

                svg {
                    display: inline-block;
                    flex: 0 0 auto;
                    width: 1.5rem;
                    height: 1.5rem;
                    fill: rgb(102, 102, 102);
                    stroke: rgb(102, 102, 102);
                }
            }
        }
    }
}
.job-listing-add {
    display: flex;
    gap: 10px;
}
/* Carousel item with overlaid delete button */
.op-carousel-item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.op-carousel-item img,
.op-carousel-item .rz-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

/* Shared overlay delete button (used in carousel + image grid) */
.op-upload-delete-overlay {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.15s;
    z-index: 10;

    &:hover {
        background: rgba(200, 0, 0, 0.85);
    }
}

/* Image grid mode (OpUploadComponent with ShowPreviews) */
.op-upload-image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
    width: 100%;
}

.op-upload-image-tile {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 6px;
    overflow: hidden;
    background: #f0f0f0;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}
.op-upload-image-tile-video {
    position: relative;
    width: 400px;
    height: 300px;
    border-radius: 6px;
    overflow: hidden;
    background: #111;

    video {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }
}

.op-upload-image-placeholder,
.op-upload-image-uploading {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8e8e8;
}

.op-upload-add-tile {
    width: 110px;
    height: 110px;
    border-radius: 6px;
    border: 2px dashed rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.15s;

    &:hover {
        border-color: #ff9700;

        span { color: #ff9700 !important; }
    }
}
.op-upload-profile {
    width: 110px;
    height: 110px;
    border-radius: 6px;
    /*border: 2px dashed rgba(0, 0, 0, 0.25);*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.15s;

}

@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.profile-img-wrapper {
    position: relative;
    width: 180px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
    /*border:3px solid var(--rz-base-200);*/
    background: linear-gradient(white, white) padding-box,
    linear-gradient(135deg, #ff9700, #ff9700,#ff9700) border-box;
    border: 2px solid transparent;
    box-shadow: 0 0 12px rgba(255, 151, 0, 2.4);
}
.profile-img-wrapper-home {
    position: relative;
    width: 30%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}
.profile-img-job-listing {
    position: relative;
    width: 30%;
    aspect-ratio: 1 / 1;
}

.profile-img-wrapper .rz-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.profile-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.2s ease;
    /*pointer-events: none;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: white;
    font-size: 0.7rem;
}

.profile-img-wrapper:hover .profile-img-overlay {
    opacity: 1;
}

.pictures-div .rz-carousel-item{
    /*flex-direction:column;*/
    /*background-color:pink;*/
}
.lottie-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff9700;
}

.lottie-fullscreen ::deep lottie-player {
    width: 100%;
    height: 100%;
    max-width: 100vmin;
    max-height: 100vmin;
}

.fully-centered {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

/*//Carousel*/
.carousel-card {
    height: 90%;
    width: 70vw;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

.card-header {
    display: flex;
    justify-content: flex-end;
}

.card-body {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.slide-content {
    flex: 3;
    display: flex;
    align-items: center;
    flex-direction: row;
    /*gap: 1rem;*/

}

.text-area {
    flex: 3;
    text-align: center;
}

.text-area .rz-text-subtitle1 {
    font-size: 6rem;
}

.lottie-column {
    align-items: center;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;

}

.lottie-sm {
    width: 60px;
    height: 60px;
}

.lottie-md {
    width: 100px;
    height: 100px;
}

.lottie-lg {
    width: 150px;
    height: 150px;
}

.lottie-xlg {
    width: 70%;
    height: 70%;
}

/* pager container spacing */

.rz-carousel-pager {
    gap: 8px;
}

/* default dot */

.rz-carousel-pager-button {
    width: 8px;
    height: 8px;

    border-radius: 999px;

    background:
            rgba(255,255,255,.18) !important;

    border:
            1px solid rgba(255,255,255,.06);

    transition:
            all .22s ease;

    opacity: .7;

    box-shadow:
            none;
}

/* hover */

.rz-carousel-pager-button:hover {
    background:
            rgba(255,151,0,.35) !important;

    opacity: 1;

    transform:
            scale(1.15);
}

/* active */

.rz-carousel-pager-button.rz-state-active {
    width: 26px;
    background:
            linear-gradient(
                    90deg,
                    #ff9700,
                    #ffb347
            ) !important;

    border:1px solid rgba(255,151,0,.25);
    opacity: 1;
    box-shadow:0 0 14px rgba(255,151,0,.35);
    transform:scale(1.02);
}

.rz-navigation-item-text {
    font-weight: bold;
    color:white;
    /*font-family: monospace;*/
    /*font-size: 1.2rem;*/

}

.animated-menu .rz-panel-menu .rz-navigation-item-wrapper:hover {
    transform: scale(1.035);
    transition: transform 0.9s ease;
}

.animated-menu .rz-navigation-item:hover {
    transform: scale(1.035);
    transition: transform 0.9s ease;
}

.animated-menu .rz-navigation-menu {
    right: 0;
    left: auto;
    min-width: 200px;
}

.rz-splitbutton-menu {
    /*background-color: transparent;*/
    border-radius: 15px;
    gap: 4px;
}

/*//Carousel*/
.op-message {
    background-color: #fac5a6;
    border: #b4b4b4 solid 1px;
    border-radius: 10px;
    padding: 0.625rem 0.44rem 0.625rem 0.94rem;
    margin-bottom: 0.188rem;
    margin-top: 0.25rem;
/ / margin-right: 1.25 rem;
    display: flex;
    flex-wrap: nowrap;

    i {
        &.rzi-info {
            color: var(--rz-primary);
        / / #12a4f5
        }

        font-size: 3rem;
        color: #5f6368;
    }

    .message-header {
        font-weight: bold;
    / / border-bottom: 1 px solid black;
        color: #0e566c;
    }

    .message-div p {
        color: black;
        font-size: 0.833rem;
    }

    .message-attention {
        font-size: 0.833rem;
        font-weight: bold;
        color: crimson;
    }
}

.op-success-message {
    background-color: darkseagreen;
    border: #b4b4b4 solid 1px;
    border-radius: 10px;
    padding: 0.625rem 0.44rem 0.625rem 0.94rem;
    margin-bottom: 0.188rem;
    margin-top: 0.25rem;
/ / margin-right: 1.25 rem;
    display: flex;
    flex-wrap: nowrap;

    i {
        &.rzi-info {
            color: var(--rz-primary);
        / / #12a4f5
        }

        font-size: 3rem;
        color: #5f6368;
    }

    .message-header {
        font-weight: bold;
    / / border-bottom: 1 px solid black;
        color: #0e566c;
    }

    .message-div p {
        color: #468497;
        font-size: 0.833rem;
    }

    .message-attention {
        font-size: 0.833rem;
        font-weight: bold;
        color: crimson;
    }
}

.op-info-message {
    background-color: lightyellow;
    /*background-color: #efc78f;*/
    border: #b4b4b4 solid 1px;
    border-radius: 10px;
    padding: 0.625rem 0.44rem 0.625rem 0.94rem;
    margin-bottom: 0.188rem;
    margin-top: 0.25rem;
/*/ / margin-right: 1.25 rem;*/
    display: flex;
    flex-wrap: nowrap;
    color:red;

    i {
        &.rzi-info {
            color: var(--rz-primary);
        / / #12a4f5
        }

        font-size: 3rem;
        color: #5f6368;
    }

    .message-header {
        font-weight: bold;
    /*/ / border-bottom: 1 px solid black;*/
        color: red;
    }

    .message-div p {
        color: blue;
        font-size: 0.9rem;
    }

    /*.message-attention {*/
    /*    font-size: 0.833rem;*/
    /*    font-weight: bold;*/
    /*    color: crimson;*/
    /*}*/
}

.op-attention-message {
    background-color: lightslategrey;
    border: #b4b4b4 solid 1px;
    border-radius: 10px;
    padding: 0.625rem 0.44rem 0.625rem 0.94rem;
    margin-bottom: 0.188rem;
    margin-top: 0.25rem;
/ / margin-right: 1.25 rem;
    display: flex;
    flex-wrap: nowrap;

    i {
        &.rzi-info {
            color: var(--rz-primary);
        / / #12a4f5
        }

        font-size: 3rem;
        color: #5f6368;
    }

    .message-header {
        font-weight: bold;
    / / border-bottom: 1 px solid black;
        color: #0e566c;
    }

    .message-div p {
        color: #468497;
        font-size: 0.833rem;
    }

    .message-attention {
        font-size: 0.833rem;
        font-weight: bold;
        color: crimson;
    }
}

.dashboard-card {
    border: 1px solid #ffffff1a;
    flex: 1;
    /*height: 40dvh;*/
}
.jl-title-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255,151,0,0.20), rgba(255,151,0,0.06));
    border: 1px solid rgba(255,151,0,0.15);
}
.jl-title-icon-feed {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255,151,0,0.20), rgba(255,151,0,0.06));
    border: 1px solid rgba(255,151,0,0.15);
}
.tools-card{
max-width: 50%;
}
.rz-button {
    text-transform: none !important;
}

/*Selector-buttons*/
.selector-btn {
    transition: all 0.25s ease;
    box-shadow: 9px 9px 16px rgb(163, 177, 198, 0.6),
    -9px -9px 16px rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 30%;
    font-size: 20px;
    color: #4a5568;
    border-radius: 12px;
    padding: 16px 40px;
    font-weight: 600;
}

.selector-btn:hover {
    transform: translateY(-15px);
    border: 4px solid #ff9700;
    font-size: 180%
}
.selector-btn-small {
    transition: all 0.25s ease;
    box-shadow: 9px 9px 16px rgb(163, 177, 198, 0.6),
    -9px -9px 16px rgba(255, 255, 255, 0.5);
    /*width: 100%;*/
    /*height: 30%;*/
    /*font-size: 20px;*/
    color: #4a5568;
    /*border-radius: 12px;*/
    /*padding: 16px 40px;*/
    /*font-weight: 600;*/
}

.selector-btn-small:hover {
    transform: translateY(-2px);
    border: 4px solid #ff9700;
    /*font-size: 180%*/
}

.selector-div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    /*padding: 20px;*/
}

.selector-div-child {
    flex: 1;
    display: flex;
    height: 80%;
    font-size: 5.75rem;
    justify-content: center;
    align-items: center;
}

.reveal-downwards .form-full-width .rz-form-field-content {
    width: 50vw;
}

.reveal-downwards .form-full-width {
    width: 50vw;
}
.rz-tabview-nav li a, .rz-tabview-nav li a:not([href]):not([class]), .rz-tabview-nav li button{
    text-transform: none !important;    
}
.rz-tabview-nav .rz-tabview-selected,
.rz-tabview-nav li .rz-tabview-title {
    text-transform: none !important;
    color: white !important;
    font-weight: 700 !important;
}
.rz-tabview {
    overflow: hidden;
}

.rz-tabview-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 3px;
    margin-bottom: -3px;
    
}

.rz-tabview-nav::-webkit-scrollbar {
    display: none;
}
    
.rz-button {

    font-weight: 600;
    text-transform: none;
    /*border: 1px solid #b3bdce;*/
}

.button-group {
    display: flex;
    justify-content: center; /* space between buttons */
    gap: 20px; /* spacing */
    flex-wrap: wrap;

    /*display: flex;*/
    /*flex-wrap: wrap;        !* Allow buttons to wrap to next line *!*/
    /*justify-content: center; !* Center horizontally *!*/
    /*gap: 10px;              !* Space between buttons *!*/
}

.button-group .rz-button {
    flex: 1; /* equal width */
    min-width: 200px; /* prevents too small buttons */

    /*flex: 1 1 200px;       !* Grow/shrink, base width 200px *!*/
    /*min-width: 120px;      !* Avoid very small buttons *!*/
    /*max-width: 250px;      !* Optional: avoid huge buttons on wide screens *!*/
}

.button-group .rz-button:last-child {
    margin-right: 0; /* remove extra margin on last */
}

.notification-badge {
    background-color: yellow;
}

/*.rz-datalist-content {*/
/*    width: 340px;*/
/*    height: fit-content;*/
/*}*/
.rz-navigation-item{
    
}
.rz-navigation-menu .rz-open {
    height: 150px;
    background: #ff9700;
}
.rz-menu:not(.rz-profile-menu) .rz-navigation-menu{
    border-radius: 15px;
}
.application .op-card .op-card-body, .rz-dialog-wrapper .op-card .op-card-body {
    padding: 1rem 1.25rem;
    /*background-color: var(--tc-card-body-bg);*/
    display: flex;
    flex-direction: column;
}

/*.fab-wrapper {*/
/*    position: relative;*/
/*    right: -20px;*/
/*    top: 50px;*/
/*    height: 5rem;*/
/*}*/
/*.fab-cell {*/
/*    position: relative;*/
/*    overflow: visible !important;*/
/*    height: 52px;*/
/*}*/
/*.rz-fab-menu-list {*/
/*    z-index: 9999 !important;*/
/*}*/
/*.rz-fabmenu-items.rz-fabmenu-direction-left*/
/*{*/
/*    transform:scale(0.6);*/
/*    transform-origin: right center;*/
/*}*/
/*.rz-flex-row-reverse{*/
/*    flex-direction: row !important;*/
/*}*/
.shake-subtle {
    animation: shake-subtle 1.6s infinite;
}

.nav-buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;

    display: flex;
    gap: 10px;
}

.reveal-downwards {
    transform: scaleX(0);
    transform-origin: top;
    animation: grow-down cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s forwards;
    animation-delay: 0.4s;
}

@keyframes shake-subtle {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(3deg);
        transform: scale(120%);
    }
    /* Clockwise */
    75% {
        transform: rotate(-3deg);
    }
    /* Anti-clockwise */
}

@keyframes fade-in-right {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes grow-down {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

.button-shine {
    background: linear-gradient(90deg, var(--rz-primary) 40%, #ffffff44 50%, var(--rz-primary) 60%);
    background-size: 200% auto;
    animation: shine 3s linear infinite;
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 3px white;
    }
    50% {
        box-shadow: 0 0 10px white, 0 0 20px var(--rz-primary);
    }
}

.button-glow {
    animation: glow 2s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-4px);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.emoji-picker {
    display: none;
    position: absolute;
    left: 30px;
    bottom: 80%;
    background: var(--rz-base-700);
    border-radius: 20px;
    padding: 4px 8px;
    gap: 4px;
    box-shadow: 0 2px 8px #0004;
    z-index: 10;
}

.message-bubble-wrapper:hover .emoji-picker {
    display: flex;
}
.box {width: 70dvw; border: 1px solid #ffffff1a; display: flex;}
.box > * {
    border: 1px solid #ffffff1a;
    border-radius: 5px;
    /*background-color: rgb(96 139 168 / 0.2);*/
    float: left;
}
.jl-title {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.05;
}
.rz-dialog.mobile-fullscreen-dialog {
    max-height: 40%;
    display: flex;
    flex-direction: column;
}

/* CONTENT */
.rz-dialog.mobile-fullscreen-dialog .rz-dialog-content {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
}
.rz-dialog.mobile-fullscreen-dialog-collaboration {
    max-height: 100%;
    display: flex;
    flex-direction: column;
}

/* CONTENT */
.rz-dialog.mobile-fullscreen-dialog-collaboration .rz-dialog-content {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
}
/*.creators-grid{*/
/*    display:grid; */
/*    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); */
/*    gap:1rem;*/
/*}*/
/* Desktop: always show both */
@media (min-width: 768px) {
    .panel-users  { display: flex !important; width: 15dvw;flex-direction:column }
    .panel-chat   { display: flex !important; max-width: 80dvw;  }
    .rz-chat {display: flex !important;width:50dvw !important;max-height:70dvh !important;}
    .web-form{width:40% !important;}
    
    .search-menu{display:inline-table; width: 10% !important;}
    .creators-grid{display:grid; grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); gap:1rem;}
    .search-sidebar-wrap { display: block; }
    .filters-open { filter: none !important; }
    .listings-grid{display:grid; grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); gap:1.25rem; grid-auto-rows: minmax(450px, auto);}
    /*.rz-datalist-content { width: 100%; }*/
    /*.rz-datalist-data { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 1rem; width: 100%; }*/
    /*.rz-datalist-data > li { margin: 0 !important; }*/
    
}
.back-btn { display: none; }
/* Mobile: stack vertically */
@media (max-width: 768px) {
    .search-sidebar-wrap { display: none; }
    .search-sidebar-wrap.sidebar-open { display: flex; }
    .filters-open { filter: blur(2px) brightness(40%); }
    .selector-div {
        flex-direction: column;
    }

    .selector-div-child {
        height: auto;
        font-size: 2rem;
    }

    .selector-btn {
        font-size: 15px;
    }

    .selector-btn:hover {
        transform: translateY(-15px);
        border: 4px solid #ff9700;
        font-size: 150%
    }

    .reveal-downwards .form-full-width .rz-form-field-content {
        width: 85vw;
    }
    .job-listing-add {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .button-group {
        align-items: stretch;
        max-height: 80vh;
        overflow-y: auto;
    }

    .button-group .rz-button {
        width: 100%;
        flex: none;
    }

    .card-body {
        flex-direction: column;
    }

    .carousel-card {
        width: 90vw;
    }

    .slide-content {
        flex-direction: column;
        text-align: center;
        align-items: normal;
    }
    .tools-card{
        max-width: 100%;
    }
    .lottie-column {
        flex: 1;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem;
    }
    /* SHARE SECTION */

    .collab-share-box {
        padding: 0.85rem !important;
        border-radius: 16px !important;
    }

    .collab-share-box .rz-text-h6 {
        font-size: 0.9rem !important;
    }

    .collab-share-box .rz-text-body2 {
        font-size: 0.76rem !important;
        line-height: 1.35 !important;
    }

    .collab-share-user {
        padding: 0.6rem !important;
        border-radius: 14px !important;
    }

    .collab-share-user img {
        width: 34px !important;
        height: 34px !important;
    }

    .collab-share-user .rz-text {
        font-size: 0.8rem !important;
    }

    .collab-share-user .rz-button {
        min-height: 34px !important;
        width: 34px !important;
    }
    .collab-details-shell{
        padding:.7rem;
        border-radius:18px;
    }

    .collab-title{
        font-size:1.35rem;
    }

    .collab-subject{
        font-size:.92rem;
    }

    .collab-grid{
        grid-template-columns:1fr;
    }

    .collab-status-btn{
        width:100%;
        min-width:unset;
    }

    .collab-status-bar{
        justify-content:stretch;
    }
    .lottie-xlg {
        width: 200px;
        height: 200px;
    }

    .text-area .rz-text-subtitle1 {
        font-size: xx-large;
    }
    
    /*CommonMenuBar*/
    .creator-logo{
        max-width:50% !important;
    }   
    .search-bar{
        max-width:40% !important;
    }
    .rz-form{
        width: 100%;        
    }
    .rz-form-field {
        display: flex;
    }
    .rz-form-field-content{
        display: flex;
    }
    .application .op-card .op-card-body{
        padding: 0rem;
    }
    .op-card-body .rz-form{       
        width: 100%;        
    }
    /*ChatToggle*/
    .panel-users  { display: block; width: 100%; max-width: 100%; }
    .panel-chat   { display: none;  }

    .chat-active .panel-users { display: none; }
    .chat-active .panel-chat  { display: flex; width: 100%; max-width: 100%; }
    .rz-chat {display: flex !important;max-height:60dvh !important;}

    .box {width:100%; border: 1px solid #ffffff1a; display: flex;}
    .creators-grid{width:100%;display:grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap:1rem;}
    .listings-grid{width:100%;display:grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap:1rem; grid-auto-rows: minmax(200px, auto);}
    
    .back-btn { display: block; }
    .response-carousel{
        width:90dvw !important;
    }
    /*todo maybe can use this as universal for wrapper of all dialogs?*/
    /*this works fine for ExpressionOfInterestDialog,need to make same but different for OtherDialogs that maybe need to be centered and half size(SaveErrorsDialog) or fullscreen but scrollable(CollaborationOffer)*/
    .rz-dialog.mobile-fullscreen-dialog {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 100vw !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        min-height: 100dvh !important;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        border: none !important;
        transform: none !important;
        background: linear-gradient( 180deg, rgba(20,20,24,.98), rgba(12,12,16,1) ) !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
    }

    /* CONTENT */
        .rz-dialog.mobile-fullscreen-dialog .rz-dialog-content {
            flex: 1 !important;
            display: flex !important;
            flex-direction: column !important;
            overflow: hidden !important;
            padding: 1rem !important;
        }
    .rz-dialog.mobile-fullscreen-dialog-collaboration {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 100vw !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        min-height: 100dvh !important;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        border: none !important;
        transform: none !important;
        background: linear-gradient( 180deg, rgba(20,20,24,.98), rgba(12,12,16,1) ) !important;
        display: flex !important;
        flex-direction: column !important;
        /*overflow: hidden !important;*/
    }

    /* CONTENT */
        .rz-dialog.mobile-fullscreen-dialog-collaboration .rz-dialog-content {
            flex: 1 !important;
            display: flex !important;
            flex-direction: column !important;
            /*overflow: hidden !important;*/
            padding: 1rem !important;
        }
    .glass-steps {

        justify-content: flex-start;

        padding: 1rem;

        gap: .75rem;
    }

    .glass-step {

        min-width: 115px;
    }

    .glass-circle {

        width: 72px;
        height: 72px;
    }

    .glass-circle img {

        width: 38px;
        height: 38px;
    }

    .glass-step-text {

        font-size: .74rem;
    }

    .glass-line {

        min-width: 24px;

        margin-top: 36px;
    }
    .ci-sidebar { display: none !important; }
    .ci-mobile-top { display: flex !important; }
    .ci-grid {
        grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
        gap: 0.65rem;
        padding: 0.75rem;
    }

}
@keyframes ci-shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
@keyframes newItemGlow {
  0%   { background-color: #ff9700; }
  100% { background-color: transparent; }
}
.new-item-glow {
  animation: newItemGlow 1.2s ease-out;
  border-radius: 4px;
}

/* ===== GLASSMORPHISM LIST CARDS (shared: JobListings / Collaborations) ===== */

.gm-list-shell {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.gm-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(16px);
    transition: all .25s ease;
}

.gm-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255,151,0,0.18);
    box-shadow: 0 14px 40px rgba(0,0,0,0.22);
}

.gm-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,151,0,0.07), transparent 35%);
    pointer-events: none;
}

.gm-title-panel {
    position: relative;
    padding: 1rem;
    height: 100%;
}

.gm-title-card {
    height: 100%;
    border-radius: 22px !important;
    overflow: hidden;
    cursor: pointer;
    transition: all .25s ease;
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
}

.gm-title-card:hover {
    transform: scale(1.015);
}

.gm-title-name {
    margin-top: 0.8rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gm-info-card {
    border-radius: 20px !important;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    height: 100%;
    transition: all .2s ease;
}

.gm-info-card:hover {
    border-color: rgba(255,151,0,0.18);
}

.gm-info-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0.45rem;
}

.gm-status-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.gm-status-btn {
    /*width: 170px;*/
    border-radius: 999px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    position: relative;
    overflow: visible;
}

.gm-floating-badge {
    position: absolute;
    top: -10px;
    left: -8px;
    z-index: 10;
    box-shadow: 0 6px 20px rgba(255,0,0,0.35);
}

/* Filter toolbar */

.gm-toolbar {
    position: sticky;
    top: 0.8rem;
    z-index: 20;
    margin-bottom: 1.5rem;
}

.filter-toggle-btn {
    border-radius: 999px !important;
    backdrop-filter: blur(10px);
    padding-inline: 1rem !important;
    height: 48px !important;
}

.gm-filter-shell {
    border-radius: 16px;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    margin-bottom: 1rem;
}

.gm-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: flex-end;
}

.gm-filter-item {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex: 1 1 150px;
    min-width: 0;
}

.gm-filter-label {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 700;
    color: rgba(255,255,255,0.45);
}

.gm-filter-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
    align-self: flex-end;
}

.gm-pill {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    font-size: 0.8rem;
    transition: border-color .2s;
    white-space: nowrap;
}

.gm-pill:hover {
    border-color: rgba(255,151,0,0.28);
}

.gm-search-btn {
    border-radius: 999px !important;
    height: 38px !important;
    padding-inline: 1.1rem !important;
    font-weight: 700 !important;
    align-self: flex-end;
    box-shadow: 0 4px 14px rgba(255,151,0,0.20);
}

/* ===== HOME PAGE ===== */
.home-layout {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 1.5rem;
    align-items: start;
    width: 100%;
}
.home-feed {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-calendar {
    display: flex;
    flex-direction: column;
    width: 460px;
    min-width: 400px;
    max-width: 460px;
    position: sticky;
    top: 1rem;
    height: fit-content;
}

.feed-card {
    height: auto;
    border-radius: 18px;
    padding: 1.1rem 1.2rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.07);
    cursor: pointer;
    transition: all .2s ease;
}

.feed-card:hover {
    border-color: rgba(255,255,255,0.14);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.rz-slot-title{
    /*cursor:none;*/
}
.home-calendar-btn      { display: none; }
.home-calendar-close-btn { display: none; }
@media (max-width: 600px) {
    .gm-filter-item { flex: 1 1 100%; }
    .gm-status-btn  { width: 100%; }
}

@media (max-width: 768px) {
    .gm-card          { border-radius: 18px; }
    .gm-title-panel   { padding: 0.65rem; }
    .gm-title-card    { border-radius: 16px !important; }

    .gm-title-card > div {
        flex-direction: row !important;
        justify-content: flex-start !important;
        align-items: center !important;
        padding: 0.75rem !important;
        gap: 0.75rem !important;
    }

    .gm-title-card img,
    .cp-avatar-larger {
        width: 58px !important;
        height: 58px !important;
        min-width: 58px !important;
    }

    .gm-title-name {
        margin-top: 0 !important;
        font-size: 0.95rem;
        text-align: left !important;
    }

    .gm-info-card              { border-radius: 14px !important; }
    .gm-info-card.rz-p-4       { padding: 0.8rem !important; }
    .gm-info-label             { font-size: 0.62rem; margin-bottom: 0.3rem; }
    .gm-info-card .rz-text-h5  { font-size: 1rem !important; line-height: 1.2 !important; }
    .gm-info-card .rz-text-h6  { font-size: 0.85rem !important; }
    .gm-info-card .rz-body1    { font-size: 0.82rem !important; line-height: 1.35 !important; }
    .gm-status-wrap            { padding-top: 0.25rem; }

    .gm-status-btn {
        width: 100% !important;
        min-height: 38px !important;
        font-size: 0.72rem !important;
        letter-spacing: 0 !important;
        padding-inline: 0.7rem !important;
    }

    .gm-floating-badge {
        transform: scale(0.72);
        top: -14px;
        left: -14px;
    }

    .collab-history-btn         { width: 38px !important; height: 38px !important; min-height: 38px !important; }
    .collab-history-btn .rzi    { font-size: 1rem !important; }

    .gm-list-shell .rz-row      { row-gap: 0.55rem !important; }
    .gm-list-shell .rz-column   { padding-bottom: 0 !important; }
    
    .home-feed{
        width: 100%;
        max-width: 100%;
    }
    .home-calendar-btn { display: flex; }

    .home-calendar {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 500;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-y: auto;
        background: rgba(10,10,14,.96);
        padding: 1rem;
        height:100dvh;
        flex-direction: column;
    }

    .home-calendar.calendar-open {
        display: flex;
    }

    .home-calendar-close-btn {
        display: flex;
        align-self: flex-end;
        margin-bottom: 0.5rem;
    }
}




@media (max-width: 900px) {
    .home-layout { grid-template-columns: 1fr; }
}