html {
    scroll-behavior: smooth;
}

.navbar-item img {
    max-height: 2rem;
    margin-bottom: 0.3rem;
}

.hero.is-slant .hero-body .clean-title {
    font-size: 1.9rem;
    margin-bottom: 1rem;
}

.clients-small img {
    height: 55px !important;
}

.hero-body .subtitle strong,
.hero-body .subtitle a {
    color: #fff;
}

.hero-body .subtitle a {
    text-decoration: underline;
}

.modal-card-title {
    font-size: 1.2em;
    font-family: "Nexa Bold", sans-serif !important;
}

.modal.is-active .modal-background {
    background: linear-gradient(45deg, #6a85b6 0%, #3da2d3 100%);
    background: linear-gradient(45deg, #6a85b6e0 0%, #3da2d3fa 100%);
}

.modal.is-active .modal-card .modal-card-head .delete:before,
.modal.is-active .modal-card .modal-card-head .delete:after {
    background-color: #039be5;
}

.modal .flex-card .card-name .name {
    font-weight: 500;
    color: #039be5 !important;
    font-family: "Nexa Bold", sans-serif !important;
    font-size: 1.1em;
}

.modal .flex-card .card-name .position {
    font-weight: 500;
    color: #039be5 !important;
}

.modal .flex-card .card-name .position {
    font-weight: normal !important;
    color: #5f6c7e !important;
}

.modal.is-active.modal-sm .modal-card-body {
    max-height: 420px;
}


.meet-with-specialist {
    margin-top:60px;
    margin-bottom: 0 !important;
}

.condensed-plan .plan-price {
    padding-bottom: 0 !important;
}

div.image-wrapper {
    max-height: 150px !important;

}

.image-template-preview>a>img {
    min-height: 160px !important;
    height: 160px !important;
    background-position: top left;
    padding: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #e5e5e5 !important;
    object-fit: cover;
    object-position: top left;
}
.mcard-content {
    padding: 10px !important;
}
h3.mcard-title {
    margin-top: 10px;
    margin-bottom: 5px;
}
.media-card {
    margin-bottom: 0;
}
.mcard-info {
    margin:0;
}
.card-content > .media {
    margin-bottom: 0 !important;
}
.template-card {
    height: 360px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.template-card img {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}
.template-card:hover img {
    opacity: 1;
}
div.commerce-toolbar {
    margin-bottom: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.documentero-footer-logo { 
    max-height: 40px;
}
.section-category {
    padding-top:60px;
}
.feature-card .card-icon i {
    font-size: 50px;
}
.card-feature-count {
    margin-top: 5px;
    font-size:10px;
}

.feature-card {
    width: auto !important;
    min-width: 250px !important;
}

.template-actions {
    text-align: center;
}

.document-template-view {
    background: white;
    padding: 60px;
    border: 1px solid #ccc;
    max-width: 800px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    margin: 60px auto;
    font-family: Arial;
    color: #000;
    margin-bottom: 20px;
}

.document-template-view * {
    font-family: Arial;
}

.document-template-view.is-spreadsheet {
    padding: 22px;
    max-width: 100%;
    overflow: auto;
    background: #F9F9F9;
}
.use-cases h4 i {
    margin-right: 6px;
}
.sublogo {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 14px;
    margin-left: 6px;
    color: #98a9c3;
}
.steps-container {
    margin-top: 30px;
    margin-bottom: 30px;
}
.process-wrap .process-block {
    min-height: 220px;
}
/* Document template view styles */
.document-template-view h1, .document-template-view h2, .document-template-view h3, .document-template-view h4, .document-template-view h5 {
    font-family: Arial, sans-serif;
    color: #000;
    font-weight: bold;
    margin-top: 10pt;
}
.document-template-view i {
    font-style: italic;
}
.document-template-view p {
    margin: 5px 0;
}
.document-template-view ul, .document-template-view ol {
    list-style-type: initial;
}
.document-template-view h1 {
    font-size: 1.8em;
    margin-bottom: 20px;
}

.document-template-view h1 {
    font-size:18pt;
    text-align: center;
    margin-bottom: 4pt;
}
.document-template-view h2 {
    font-size:14pt;
    margin-bottom: 2pt;
}
.document-template-view h3 {
    font-size:12pt;
    margin-bottom: 1pt;
}
.document-template-view h4 {
    font-size:11pt;
    margin-bottom: 1pt;
}
.document-template-view h5 {
    font-size:10pt;
    margin-bottom: 1pt;
}
.document-template-view body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 1em;
}
.document-template-view table {
    width: 100%;
    border: 1px solid #bfbfbf;
}

.document-template-view table td,
.document-template-view table th {
    padding: 8px;
    min-width: 2pt;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}

.document-template-view table td:last-child,
.document-template-view table th:last-child {
    border-right: 0px solid #bfbfbf;
}

.document-template-view table tr:last-child td,
.document-template-view table tbody tr:last-child th {
    border-bottom: 0px solid #bfbfbf;
}

.document-template-view table th {
    background-color: #ededed;
    font-weight: bold;
    color: #656d77;
}

.document-template-view table {
    overflow: hidden;
}

/* not supported by html to docx */
.document-template-view blockquote {
    display: block;
    border-left: 5px solid #cccccc;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
/* END: Document template view styles */


.use-cases-list .list-text {
    text-transform: capitalize;
}