﻿:root,
[data-bs-theme=light] {
    --bs-font-sans-serif: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

[data-bs-theme=dark] {
}

a.softdesign-link {
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

    a.softdesign-link:hover {
        background-color: #020578;
        padding: 10px;
        color: #fcfe4b;
    }

@media (min-width: 1200px) {
    .auth-full-bg {
        /*height: 100vh;*/
        height: 100%;
    }
}

@media (max-width: 992px) {

    .navbar-brand-box {
        width: auto;
        display: none;
    }
}

.text-white{
    color:white!important;
}

.text-justify{
    text-align:justify!important;
}

.btn-glass {
    border: 0;
    text-decoration: none;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    /*-webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px); problem with iphones*/
    color: rgba(255,255,255,0.8);
}

    .btn-glass:hover {
        background-color: rgba(255,255,255,0.2);
    }

.badge-normal {
    font-size: 1rem;
}

.event-grid-thumb {
    max-width: 100px;
    height: 100px;
    object-fit: cover;
}

.event-thumb {
    max-width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: top;
}

#main-event-info-table td {
    max-width: 183px;
}

.qr-size-150 > img {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
}

.td-actions .dropdown i {
    font-size: 1.25rem;
}

.validation-summary-errors {
    width: 100%;
    margin-top: 5px;
}

    .validation-summary-errors ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .validation-summary-errors[role="alert"] {
        background-color: #ffe0db;
        border-color: #ffc5bb;
        color: #ff3e1d;
        position: relative;
        padding: 0.9375rem 0.9375rem;
        margin-bottom: 1rem;
        border: 0 solid transparent;
        border-radius: 0.375rem;
    }

/*Role-Checkbox*/
.role-checkbox input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

    .role-checkbox input[type="checkbox"] + label {
        padding: 0.52em 0.593em;
        font-size: 1rem;
        font-weight: 500;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        background-color: #e7e7ff;
        color: #696cff;
        cursor: pointer;
    }

    .role-checkbox input[type="checkbox"] + label {
        background-color: #ffe0db;
        color: #ff3e1d;
        text-decoration: line-through;
    }

    .role-checkbox input[type="checkbox"]:checked + label {
        background-color: #e7e7ff;
        color: #696cff;
        text-decoration: none;
    }
/**********************************/

/*********** .socialsharing *************/
.socialsharing {
    text-align: center;
}

    .socialsharing a {
        display: inline-block;
        padding: .7em;
        line-height: 0;
        margin-bottom: 2em;
    }

    .socialsharing path {
        fill: gray;
    }

    .socialsharing svg {
        width: 24px;
        height: 24px;
    }
/************* .socialsharing **************/

.tox-promotion {
    display: none;
}

.tox-statusbar__branding {
    display: none;
}

.text-transform-none {
    text-transform: none !important;
}



/*Upload Page*/
#event-upload-photos-page {
    /*display: grid;
    place-content: center;
    height: 100dvh;
    width:100%;*/
}

    #event-upload-photos-page h1,
    #event-personal-gallery-page h1 {
        font-size: 1.5rem;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
        letter-spacing: 1rem;
        color: white;
    }

    #event-upload-photos-page h2,
    #event-personal-gallery-page h2 {
        font-size: 1rem;
        text-align: center;
        line-height: 1.2;
        letter-spacing: 0.2rem;
        color: white;
    }

@media (min-width:400px) {
    #event-upload-photos-page h1,
    #event-personal-gallery-page h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        letter-spacing: 1rem;
    }

    #event-upload-photos-page h2,
    #event-personal-gallery-page h2 {
        font-size: 1.5rem;
    }
}

@media (min-width:768px) {
    #event-upload-photos-page h1,
    #event-personal-gallery-page h1 {
        font-size: 6rem;
        line-height: 1.2;
        letter-spacing: 1rem;
    }

    #event-upload-photos-page h2,
    #event-personal-gallery-page h2 {
        font-size: 2rem;
    }
}

#event-upload-photos-page h1 > .fancy-capturing,
#event-personal-gallery-page h1 > .fancy-capturing
#event-upload-photos-page h1 > .fancy-moments,
#event-personal-gallery-page h1 > .fancy-moments {
    display: block;
}

.bg-overlay-full {
    position: fixed;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(/assets/images/event-upload-photos-bg.jpg);
    background-position: center;
    background-size: cover;
}

.auth-full-bg {
    min-height: 150px;
}

.auth-full-bg .bg-overlay {
    background: url(../images/chuttersnap-ZZOCECWiwBI-unsplashws.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-glass {
    color: #fff;
    background-color: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    border-radius: 15px;
    padding: 25px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

@media (max-width:450px) {
    .card-glass {
        padding: 25px 0;
    }
}

.card-glass .dropzone.dz-clickable,
.card-glass .dz-image-preview,
.card-glass .dz-image-preview p {
    --bs-heading-color: white;
    --bs-card-color: white;
    --bs-body-color: white;
    color: white;
}

.card-glass .dropzone.dz-clickable {
    border: 1px dashed var(--bs-border-color);
    border-radius: 15px;
}

.card-glass button[type='submit'] {
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 16px 20px;
    font-size: 1.5rem;
}

.card-glass .dz-image-preview > div {
    border: 1px solid rgba(255,255,255,0.5);
    max-width: calc( 100% - 10px );
}

.card-glass #dropzone-preview li.dz-success.dz-complete > div {
    background: rgba(18, 215, 74, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.1px);
    -webkit-backdrop-filter: blur(7.1px);
    border: 1px solid rgba(18, 215, 74, 0.53);
}

    .card-glass #dropzone-preview li.dz-success.dz-complete > div:before {
        content: 'Ανέβηκε!!!';
        position: absolute;
        padding: 5px;
        background-color: rgba(18, 215, 74, 0.7);
        z-index: 2;
    }

.card-glass #dropzone-preview li.dz-error.dz-complete:not(.dz-success) > div:before {
    content: 'Σφάλμα...';
    position: absolute;
    padding: 5px;
    background-color: rgba(215, 18, 18, 0.7);
    z-index: 2;
}

.card-glass #dropzone-preview li.dz-error.dz-complete:not(.dz-success) > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(215, 18, 18, 0.4);
    z-index: 1
}



.dz-image-preview img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-height: 200px;
}

@media (max-width:500px) {
    .dz-image-preview [data-dz-name] {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 150px;
    }
}

@media (max-width:430px) {
    .dz-image-preview [data-dz-name] {
        max-width: 130px;
    }
}



.dropzone.dz-clickable {
    background-color: #e76bea3b;
    color: white;
}

    .dropzone.dz-clickable .bxs-cloud-upload:before {
        color: white;
    }

#dropzone-preview {
    /* display: grid; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /*grid-template-columns: repeat(3, 1fr);*/
    /* grid-template-rows: repeat(3, 1fr); */
    align-items: stretch;
    gap: 20px;
}

.dropzone-preview-item {
    position: relative;
}

    .dropzone-preview-item [data-dz-remove] {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
    }

#dropzone-preview .dz-image-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15%;
    right: 15%;
    border: 3px solid rgba(0,0,0,.8);
    background: rgba(0,0,0,.8);
    border-radius: 10px;
    overflow: hidden;
}

#dropzone-preview .dz-image-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity .4s ease-in;
}

#dropzone-preview .dz-image-preview .dz-progress .dz-upload {
    background: #fff;
    display: block;
    position: relative;
    height: 100%;
    width: 0;
    transition: width 300ms ease-in-out;
    border-radius: 17px;
}


[data-dz-thumbnail] {
}

[data-dz-name] {
    display: none;
}

[data-dz-size] {
    display: none;
}

[data-dz-errormessage] {
    display: block;
    text-align: center;
}

/* HTML: <div class="loader"></div> */
.loader-wrapper {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100dvh;
    z-index: 9999;
    backdrop-filter: blur(15px);
}

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

.loader {
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 30px;
    background: radial-gradient(circle closest-side,#000 94%,#0000) right/calc(200% - 1em) 100%;
    animation: l24 1s infinite alternate linear;
}

    .loader::before {
        content: "Loading!!!";
        line-height: 1em;
        color: #0000;
        background: inherit;
        background-image: radial-gradient(circle closest-side,#fff 94%,#000);
        -webkit-background-clip: text;
        background-clip: text;
    }

@keyframes l24 {
    100% {
        background-position: left
    }
}


/*CopyLink tooltip*/
.copyLink {
    position: relative;
}

.badge.copyLink-tooltip {
    visibility: hidden;
    position: absolute;
    top: -20px;
    left: 10px;
    opacity: 0;
    transition: opacity 0.3s;
}

    .badge.copyLink-tooltip.show {
        visibility: visible;
        opacity: 1;
    }



/*Events Grid images section*/
.event-photos .grid-images {
    background: #f8f8fb;
}

.personal-gallery.event-photos .grid-images {
    background: transparent;
}

/* clear fix */
.event-photos .grid-images:after {
    content: '';
    display: block;
    clear: both;
}

.event-photos .grid-images .grid-sizer,
.event-photos .grid-images .grid-item {
    width: calc( 25% - 5px );
}

.event-photos .grid-images .grid-item {
    float: left;
    margin-bottom: 5px;
    transition: all .3s ease-in-out;
    overflow: hidden;
    border: calc(.25rem + 1px ) solid transparent;
}

    .event-photos .grid-images .grid-item.selected {
        border: calc(.25rem + 1px ) solid white;
        border-color: white;
        border-radius: var(--bs-border-radius);
        -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.5);
    }

    .event-photos .grid-images .grid-item.request-delete {
        border: 1px solid #7d4814c2;
        border-radius: var(--bs-border-radius);
    }

    .event-photos .grid-images .grid-item.request-delete:before {
        content: '';
        position: absolute;
        bottom: 0;
        height: 40px;
        width: 100%;
        left: 0;
        background: url(/assets/images/rip.svg) bottom;
        transform: rotate(180deg);
        z-index:2;
    }

    .event-photos .grid-images .grid-item.request-delete:after {
        content: '';
        position: absolute;
        top: 0;
        height: 40px;
        width: 100%;
        left: 0;
        background: url(/assets/images/rip.svg) bottom;
        z-index: 2;
    }

        .event-photos .grid-images .grid-item.request-delete > a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #7d4814c2;
            mix-blend-mode: overlay;
            backdrop-filter: blur(3px);
            z-index: 1;
        }

    .event-photos .grid-images .grid-item img {
        display: block;
        width: 100%;
        max-width: 100%;
        transition: all .3s ease-in-out;
    }

    .event-photos .grid-images .grid-item.selected img {
        transform: scale(1.1);
    }

@media only screen and (max-width: 1600px) {
    .personal-gallery.event-photos .grid-images .grid-sizer,
    .personal-gallery.event-photos .grid-images .grid-item,
    .backpanel-gallery.event-photos .grid-images .grid-sizer,
    .backpanel-gallery.event-photos .grid-images .grid-item {
        width: calc( 33.3333% - 5px );
    }
}

@media only screen and (max-width: 1100px) {
    .personal-gallery.event-photos .grid-images .grid-sizer,
    .personal-gallery.event-photos .grid-images .grid-item,
    .backpanel-gallery.event-photos .grid-images .grid-sizer,
    .backpanel-gallery.event-photos .grid-images .grid-item {
        width: calc( 50% - 5px );
    }
}

@media only screen and (max-width: 600px) {
    .personal-gallery.event-photos .grid-images .grid-sizer,
    .personal-gallery.event-photos .grid-images .grid-item,
    .backpanel-gallery.event-photos .grid-images .grid-sizer,
    .backpanel-gallery.event-photos .grid-images .grid-item {
        width: calc( 90% - 5px );
    }

    .personal-gallery.event-photos .grid-images .grid-item,
    .backpanel-gallery.event-photos .grid-images .grid-item {
        float: unset;
        position: relative !important;
        left: unset !important;
        top: unset !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

body.backpanel .swal2-backdrop-show {
    z-index: 99999;
}

.grid-item .select-box {
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 0;
    background-color: white;
    text-align: center;
    width: 100%;
    height: 40px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out .3s ease-in-out;
    padding: 5px;
}

.backpanel-gallery .select-box{
    z-index:3;
}

.grid-item.selected .select-box {
    transform: translate(0,0);
    opacity: 1;
}

    .grid-item .select-box .select-media {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

        .grid-item .select-box .select-media > svg {
            width: 100%;
            height: 100%;
            color: black;
        }

            .grid-item .select-box .select-media > svg.fa-square {
                display: block;
            }

            .grid-item .select-box .select-media > svg.fa-square-check {
                display: none;
            }

    .grid-item.selected .select-box .select-media > svg.fa-square {
        display: none;
    }

    .grid-item.selected .select-box .select-media > svg.fa-square-check {
        display: block;
    }

@media (hover: hover) {
    .event-photos .grid-images .grid-item:hover {
        border: calc(.25rem + 1px ) solid white;
        border-color: white;
        border-radius: var(--bs-border-radius);
        -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.5);
    }

        .event-photos .grid-images .grid-item:hover img {
            transform: scale(1.1);
        }

    .grid-item .select-box {
        transform: translate(0,40px);
        opacity: 0;
    }
    .grid-item:hover .select-box {
        transform: translate(0,0);
        opacity: 1;
    }
}
    /****************************************/

@media only screen and (min-width: 1024px){
    .toolbox .btn-select-group {
        margin-left:auto;
    }
}

/*Payment Methods*/

.payment-method .payment-method__images_wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.pages-footer .payment-method .payment-method__images_wrapper {
    background-color: white;
    border-radius: 3px;
    padding: 5px;
    max-width: fit-content;
    margin: 0 auto;
}

    .payment-method .payment-method__images_wrapper > * {
        /*flex: 1;*/
    }

.payment-method .payment-method__images_wrapper img{
    max-width:100%;
    max-height:65px;
    width:100%;
}

    .payment-method .payment-method__images_wrapper img.visa-secure-logo,
    .payment-method .payment-method__images_wrapper img.mastercard-logo,
    .payment-method .payment-method__images_wrapper img.maestro-logo {
        max-height: 45px;
    }

    .payment-method .payment-method__images_wrapper img.visa-logo{
        max-height:15px;
    }


/*****************/

.btn-extra-lg {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.015625rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}