﻿.ati-image-modal {
    display:flex;
    align-items: center;
}

.ati-image-modal-container {
}

.ati-image-explorer {
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ati-image-explorer-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    width: 98%;
}

.ati-image-explorer-header-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
}

.ati-image-explorer-header-info-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
}

    .ati-image-explorer-header-info-avatar > p {
        font-family: "Dm Sans";
        font-size: 1rem;
        margin: 0;
    }


.ati-image-explorer-header-info-profile {
    gap: 0.15rem;
    display: flex;
    flex-direction: column;
    max-width: 40vw;
}

    .ati-image-explorer-header-info-profile > h5 {
        font-family: "Dm Sans";
        font-size: 1rem;
        letter-spacing: -0.01rem;
        margin: 0;
    }

    .ati-image-explorer-header-info-profile > h6 {
        font-family: "Dm Sans";
        font-size: 0.7rem;
        letter-spacing: -0.01rem;
        margin: 0;
    }

.ati-image-explorer-header-info-profile-date {
}

    .ati-image-explorer-header-info-profile-date > p {
        font-family: "Dm Sans";
        font-size: 0.65rem;
        margin: 0;
    }

.ati-image-explorer-header-controls {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.ati-image-explorer-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    position: relative;
    top: 8vh;
}

.ati-image-explorer-footer-images-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
    overflow: hidden;
    scroll-behavior: smooth;
}

.ati-image-explorer-footer-image {
    height: 6rem;
    width: 6rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

    .ati-image-explorer-footer-image.active {
        height: 6rem;
        width: 6rem;
        border-radius: 0.25rem;
        border: solid 0.2rem #677179;
        cursor: pointer;
    }

.ati-image-explorer-visualizer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    position: relative;
    top: 7vh;
}

.ati-image-explorer-visualizer-image-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.ati-image-explorer-visualizer-image {
    height: 70vh;
    cursor: zoom-in;
}

.ati-image-explorer-no-content {
}

.ati-image-explorer-modal-config {
    width: 100vw;
    height: 100vh;
    max-width: 100vw !important;
    background-color: white;
    padding-top: 0rem;
}

.ati-image-explorer-zoom-container {
    width: 100%;
    height: 100%;
}

.ati-image-explorer-zoom-modal-config {
    width: 100vw;
    max-width: 100vw !important;
    background-color: transparent !important;
    margin-top: 79vh !important;
    align-items: center;
    padding-top: 0rem;
}

.ati-image-explorer-zoom-image {
    cursor: zoom-out;
}

