a:not([href]):not([tabindex]) {
     color: unset;
     text-decoration: unset;
}
.hover {
    cursor: pointer;
}
a {
    cursor: pointer;
}
.inmodal .modal-body {
    background: #f8fafb;
    max-height: 80vh;
    overflow: scroll;
    overflow-x: hidden;
}
.modal-content {
    max-height: 90vh;
    overflow: auto;
    overflow-x: hidden;
}

.nav-header {
    padding: 33px 25px;
    background-color: #2f4050;
    background-image: unset;
}
app-menu {
    background-color: #2f4050;
}
.nav > li > a {
    color: #a7b1c2!important;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    display: block;
}
.logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: none;
    padding: 10px 5px;
}
.btn-massive {
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    line-height: 60px;
    font-size: 18px;
}
.vendor-logo {
    max-width: 185px;
}
.vendor-logo img {
    max-width: 185px;
}
.modal-body {
    padding: 20px;
}
.snippet-container {
    font-family: 'axiformalight', sans-serif;
    position: relative;
    border: 1px dashed #ccc;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.snippet-container p {
    margin-bottom: 5px!important;
}
.snippet-container b, .snippet-container strong {
    font-family: 'axiformaextrabold', sans-serif!important;
    font-weight: bold;
}

.ql-editor {
    font-family: 'axiformalight', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.ql-editor p {
    margin-bottom: 5px;
}
.ql-editor b, .ql-editor strong {
    font-family: 'axiformaextrabold', sans-serif!important;
    font-weight: bold;
}

.ql-size-large {
    font-size: 2.5rem;
}
.bg-coffee {
    background-color: #9d9c9c;
    /*color: white;*/
}
.dd-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 28px;
    font-size: 15px;
    line-height: 35px;
}

.full-screen-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: auto;
    outline: 0;
    background-color: white;
}
.full-screen-modal .modal-backdrop.show {
    opacity: 1;
}
.full-screen-modal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}
.full-screen-modal .close {
    padding: 0;
    position: absolute;
    right: 20px;
    top: 0px;
    background-color: #fff;
    color: #000;
    opacity: 1;
    font-size: 50px;
    font-weight: 200;
}


@media (min-width: 576px) {
    .modal-xl {
        max-width: 500px;
    }
}
@media (min-width: 992px) {
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1150px;
    }
}
