/* Minification failed. Returning unminified contents.
(128,1): run-time error CSS1019: Unexpected token, found '}'
 */
.vertical-nav {
    min-width: 17rem;
    width: 17rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    overflow-y: auto;
}

.page-content {
    width: calc(100% - 17rem);
    margin-left: 17rem;
    transition: all 0.4s;
}

/* Make the sidebar scrollable */
.sidebar {
    overflow-y: auto;
    max-height: calc(100vh + 50px); /* Ensure the sidebar does not exceed the viewport height */
    height: calc( 100% - ( 3.5rem + 30px )) !important;
}

/* Ensure the sidebar container takes the full height of the viewport */
.main-sidebar {
    height: 100vh !important;
    position: fixed !important;
}



/* for toggle behavior */

#sidebar2.active {
    margin-left: -17rem;
}

.btn-group-min-width{
    min-width: 120px;
}

#content.active {
    width: 100%;
    margin: 0;
}

.content-entry-input-title{
    width: clamp(240px, 100%, 450px)
}

@media (max-width: 768px) {
    #sidebar2 {
        margin-left: -17rem;
    }

    #sidebar2.active {
        margin-left: 0;
    }

    #content {
        width: 100%;
        margin: 0;
    }

    #content.active {
        margin-left: 17rem;
        width: calc(100% - 17rem);
    }
}


@media(max-width: 1390px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

#dropArea {
    background: #b5b5b5;
    border: black dashed 1px;
    height: 100%;
    color: #fff;
    min-height: 100px;
}

.active-drop {
    background: #77bafa !important;
    border: solid 2px blue !important;
    opacity: .5;
    color: black !important;
}


.imagePreview {
    height: 200px;
    transition: .2s ease-in-out;
}

.filecol {
    min-width: 150px;
    cursor: pointer;
}

    .filecol:hover .imagePreview {
        transform: scale(1.05);
    }


.img-object-fit-contain {
    object-fit: contain;
}
.remainingchars {
    float: right;
    font-size: smaller;
    font-weight: 400;
}

#customAssetModal .call-delete,
#customAssetModal .call-move {
    display: none;
}
}

.small-text {
    font-size:50%;
}

.delivery-cost-container {
    flex-wrap: nowrap;
    width: 100%;
    
}

.delivery-cost-container .input-group {
    flex: 1;
}

@media (max-width: 768px) {
    .delivery-cost-container {
        flex-wrap: wrap;
    }

        .delivery-cost-container .input-group {
            margin-bottom: 5px;
            width: 100%;
            flex: none;
        }
}

select {
    max-width: 280px !important;
}
