body {
    margin: 0
}

body {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'
}

.childInput {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 5px;
}

.border-none {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}

.bg-none {
    background: transparent;
    border: none;
}

.flex {
    display: flex
}
.justify-between {
    justify-content: space-between;
}
.w-95 {
    width: 24rem
}
.h-10 {
    height: 2.5rem
}
.grid {
    display: grid
}
.grid-cols-3 {
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 2px;
}
#imageContainer img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 231 / 308;
    object-fit: cover;
}
.grid-item {
    width: 100%;
    height: auto;
    aspect-ratio: 231 / 308;
    object-fit: cover;
}
.justify-center {
    justify-content: center
}
.items-center {
    align-items: center
}
.uppercase {
    text-transform: uppercase
}
.font-bold {
    font-weight: 700
}
.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}
.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: #191818
}
.w-full {
    width: 100%
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: #000
}
.hover\:bg-white:hover {
    background-color: rgba(255, 255, 255)
}
.mt-4 {
    margin-top: 1rem
}
.mt-8 {
    margin-top: 2rem
}
.mt-12 {
    margin-top: 3rem
}
.mt-24 {
    margin-top: 6rem
}
.pb-4 {
    padding-bottom: 1rem
}
.w-full {
    width: 100%
}
.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.border-2 {
    border-width: 2px
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}
.rounded {
    border-radius: .25rem
}
.p-2 {
    padding: .5rem
}
.p-4 {
    padding: 1rem
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}
.leading-tight {
    line-height: 1.25
}
.block {
    display: block
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}
.max-w-md {
    max-width: 33%;
}
.mb-2 {
    margin-bottom: .5rem
}
.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))

}
.bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
}
.pointer {
    cursor: pointer;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}
.pic {
    margin: 0.1rem;
    position: relative;
}
.pic2 {
    position: relative;
}
.pic-inner2 {
    display: flex;
    border: 2px solid transparent;
    transition: border-color 0.1s ease;

    &:hover {
        border-color: white;
    }
}
.pic-inner {
    border: 2px solid transparent;
    transition: border-color 0.1s ease;

    &:hover {
        opacity: 80%;
        border-color: transparent !important;
    }
}
.pic:hover .pic-inner {
    border-color: rgba(220, 38, 38);
}

.delete:hover ~ .pic .pic-inner {
    border-color: rgba(220, 38, 38);
}
.delete{
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.md-w60 {
    width: 95%
}
.wh-icon {
    width: 30px;
    height: 30px;
}
.icon-delete {
    color: rgb(185, 59, 59);

    &:hover {
        color: rgba(220, 38, 38);
    }
}
.bg-delete {
    background: rgba(0, 0, 0, 0.1);
    border: none;
    width: 35px;
    border-radius: 10px;

    &:hover {
        background: rgba(0, 0, 0, 0.8);
    }
}
.link-text {
    color: white;
    border: none;
    background-color: rgba(33,42,47,.85);
    position: absolute;
    bottom: 8px;
    margin: 3px;
    width: 90%;
    line-height: 1.25rem;
}

.order-text {
    color: white;
    border: none;
    background: transparent;
    position: absolute;
    top: 3px;
    margin: 0px 3px 3px;
    width: 20%;
    font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
    .max-w-md {
        max-width: 100% !important;
    }
    .grid-item {
        width: 32vw;
        aspect-ratio: 231 / 308;
    }
    .pic {
        display: flex;
        margin: 0;
        position: relative;
    }
    .wh-icon {
        width: 30px;
        height: 30px;
    }
    .delete{
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .bg-delete {
        background: rgba(0, 0, 0, 0.5);
        border: none;
        width: 35px;
        border-radius: 10px;
    }
    .mt-24 {
        margin-top: 3rem;
    }
    .link-text {
        color: white;
        border: none;
        background-color: rgba(33,42,47,.85);
        position: absolute;
        bottom: 8px;
        margin: 3px;
        line-height: 1.25rem;
        left: 1px;
        width: 30vw;
    }
    .order-text {
        color: white;
        border: none;
        background: transparent;
        position: absolute;
        top: 3px;
        margin: 0px 3px 3px;
        width: 10vw;
        font-size: 1.5rem;
        left: 1px;
    }
}
