:root {
    --main-text-color: #13263C;
}

/*General*/
.text-maqprint {
    color: var(--main-text-color);
}

/*Breadcrumb*/
.breadcrumb-container {
    border-bottom: 0.0625em solid black;
    padding : 0.5em;
}

.landing-header{
    min-height:80px;
}

.h-90{
    height: 85vh;
}

.pointer{
    cursor:pointer;
}

/*Drag and Drop*/
.dragging {
    opacity: 0.5;
}

.modal-xxl{
    width: 1400px !important;
    max-width: none;
    max-height: 500px;
}

#modal-content-xxl {
    max-height: 80vh; overflow-y: auto;
}

.not-allowed{
    cursor: not-allowed !important;
}