@media (max-width: 725px){
    #demand-details {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .details-top-row {
        display: flex;
        height: auto;
        min-height: fit-content;
        text-align: center;
    }
}


@media (max-width: 1023px){
    .details-top-row {
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: center;
    }
}

#TemplateImageEditor.e-image-editor {
    background-color: white;
    border: none;
}

#TemplateLogoImageEditor.e-image-editor {
    background-color: white;
    border: none;
}

/* Styles for PDFViewer */
.e-pv-sidebar-toolbar {
    z-index: 10 !important;
}

.e-pv-sidebar-content{
    z-index: 10 !important;
}

.e-pv-sidebar-resizer{
    z-index: 10 !important;
}

.e-pv-sidebar-content-splitter{
    z-index: 10 !important;
}

/* width */
.custom-scrollbar__tertiary::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.custom-scrollbar__tertiary::-webkit-scrollbar-track {
    background: #F5F6FA;
}

/* Handle */
.custom-scrollbar__tertiary::-webkit-scrollbar-thumb {
    background: #1689FC; 
    border-radius: 10px;
}

/* Handle on hover */
.custom-scrollbar__tertiary::-webkit-scrollbar-thumb:hover {
    background: #1187fc; 
}