@font-face {
    font-family: 'helvetica';
    src: url('../font/helvetica-255/helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica-bold';
    src: url('../font/helvetica-255/helvetica-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --theme-color: #3498db;
    --secondary-color: #2ecc71;
    -- font-size:11px;
    --theme-family: 'helvetica';
    --theme-family-bold: 'helvetica-bold';
}


.font-size {
    font-size: 11px !important;
}

.border-none {
    border: 0;
}

body {
    /*font-family: 'helvetica';*/
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    /*font-size: 11px;*/
    box-sizing: border-box;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    width: 100%;

}

.media-wrapper {
    position: relative;
    display: inline-block;
}

.media-actions {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    gap: 8px;
    opacity: 0 !important; /* hidden by default */
    transition: opacity 0.3s;
    z-index: 9999;
}

.media-wrapper:hover .media-actions {
    opacity: 1 !important; /* only visible on hover */
}

.media-actions span {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 6px 8px;
    cursor: pointer;
    font-size: 14px;
}
.selected-asset {
    color: #333333;
    font-weight: bold !important;
}
.ui-effects-transfer {
    border: 3px dotted red;
    z-index: 500;
}
/*#scrollableContent {
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}
*/
    #scrollableContent::-webkit-scrollbar {
        display: none;
    }

#scrollableContent {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.loaderLogoColor {
    border: 16px solid #DD0000;
    border-radius: 50%;
    border-top: 16px solid #083b79;
    border-bottom: 16px solid #083b79;
    width: 50px;
    height: 50px;
    -webkit-animation: spinLogoColor 1.5s linear infinite;
    animation: spinLogoColor 1.5s linear infinite;
}

@-webkit-keyframes spinLogoColor {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinLogoColor {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
input {
    font-family: var(--theme-family);
}

.text-theme {
    font-size: 11px;
    font-family: 'helvetica';
}

.dropdown-toggle::after {
    display: none !important;
}



.text-theme-bold {
    font-size: 11px;
    font-family: helvetica-bold;
}

.text-theme-bold-heading {
    font-size: 23px !important;
    font-family: helvetica-bold;
    line-height:1.4;
}


.content-container {
    flex: 1;
    max-width: 50%;
    padding: 20px;
}



.forgot-container, .login-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.forgot-Form, .login-Form {
    width: 500px;
    text-align: left;
    font-size: 14px;
    padding: 0px 20px;
}

.form-input {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid black;
    box-shadow: none;
    padding: .375rem .75rem;
    padding-left: 0;
    width: 100%;
}

    .form-input:focus {
        box-shadow: none;
        outline: none;
    }

.forgot-password a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    border-bottom: 1px solid black;
}


.remember-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.no-border {
    border: none !important;
    box-shadow: none !important;
}

    .no-border:focus {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }
#HomeContainer {
    max-width: 100%;
    overflow-x: hidden;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
    display: none;
    overflow: hidden;
}

.lightbox-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 90vh;
    background-color: #fff;
    overflow: hidden;
}

/* Close Button */
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 66px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .lightbox-close img {
        width: 16px;
        height: 16px;
    }

/* Gallery Items */
.gallery-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    padding: 60px;
    box-sizing: border-box;
}

    .gallery-item.active {
        display: flex;
    }

.lightbox-title h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.name {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
    font-weight: 400;
}

.creation {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .creation img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

/* Navigation Arrows */
.lightbox-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

    .lightbox-arrows:hover {
        background-color: rgba(255, 255, 255, 1);
    }

    .lightbox-arrows img {
        width: 20px;
        height: 20px;
    }

.arrow-prev {
    left: 20px;
}

.arrow-next {
    right: 20px;
}

/* Number Indicator (optional) */
.number {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #000;
    font-size: 14px;
}
.image-wrapper {
    position: relative;
}

.delete-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 16px;
    /*border-radius: 50%;*/ /* round circle */
    cursor: pointer;
    display: none; /* hidden by default */
    transition: background 0.2s, transform 0.2s;
}

    .delete-icon:hover {
        background: rgb(0 0 0 / 90%); /* red hover */
        transform: scale(1.1); /* small zoom effect */
    }
.edit-icon {
    position: absolute;
    top: 10px;
    right: 49px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 16px;
    /*border-radius: 50%;*/ /* round circle */
    cursor: pointer;
    display: none; /* hidden by default */
    transition: background 0.2s, transform 0.2s;
}
    .edit-icon:hover {
        background: rgb(0 0 0 / 90%); /* red hover */
        transform: scale(1.1); /* small zoom effect */
    }

.image-wrapper:hover .delete-icon,
.image-wrapper:hover .edit-icon {
    display: flex; /* show both icons */
}
@media (max-width: 768px) {
    .lightbox-content {
        width: 95%;
        height: 85vh;
        padding: 40px 20px;
    }

    .gallery-item {
        padding: 40px 20px;
    }

    .lightbox-title h1 {
        font-size: 20px;
    }

    .name {
        font-size: 16px;
    }

    .lightbox-arrows {
        width: 30px;
        height: 30px;
    }

        .lightbox-arrows img {
            width: 15px;
            height: 15px;
        }

    @media (max-width: 767px) {
        .col-12 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    asset-img {
        width: 80px; /* default desktop size */
        height: 80px;
        object-fit: cover; /* keep proportions but fill box */
    }

    @media (max-width: 768px) {
        .asset-img {
            width: 100%; /* full width on mobile */
            height: auto; /* keep aspect ratio */
        }
    }

    @media (max-width: 576px) {
        .image-wrapper img {
            max-height: 300px; /* shrink further on very small phones */
        }
    }
}



