<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
}

.required:after {
    content: "*";
}

.close {
    font-size: 31px;
}
.vertical-align {
    display: flex;
    align-items: center !important;
}
.bootstrap-tagsinput{
    width: 100%;
}

.bootstrap-tagsinput input {
    width: 30%!important;
}

#modal-preview img {
    max-height: 80vh;
    margin: auto;

}

#modal-preview .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
#modal-preview .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
#modal-preview .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    max-width: 80vw;
}

#modal-preview {
    padding-right: 0px !important;
}

#modal-preview .modal-body {
    padding: 0px;
}

#current-viewing {
    border: #fff solid 5px;
}

#modal-preview .close {
    position: absolute;
    top: -40px;
    right: -21px;
    color: #fff;
    opacity: 1;
    font-size: 40px;
    text-shadow: #000 1px 1px 1px;
}

#modal-preview #previous-img-btn{
    position: fixed;
    left: 50px;
    font-size: 35px;
    top: 50%;
    color: #fff;
    text-shadow: #000 1px 1px 1px;
}

#modal-preview #next-img-btn {
    position: fixed;
    right: 50px;
    font-size: 35px;
    top: 50%;
    color: #fff;
    text-shadow: #000 1px 1px 1px;
}

.photo-inspection {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
}
.photo-inspection-container {
    max-width: 100%;
    height:100px;
    overflow: hidden;
    box-shadow: 2px 2px 2px #b7b7b7;
    border: 1px solid #b7b7b7;
}

#dossier-photo-result .post {
    padding-bottom: 15px;
}

#next-img-btn:hover, #previous-img-btn:hover {
    cursor: pointer;
}</pre></body></html>