body,
table, td, p, ul, li,
textarea, .input-text, input[type="text"],
select {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 15px !important;
    line-height: 1.4em !important;
    color: #3f3f3f;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Khand, Arial, Helvetica, sans-serif !important;
    font-weight: 600!important;
    font-style: normal;
}

h1 {
    font-size: 26px;
    margin-bottom: 14px;
}

.legalis-packages {
    float: left;
    margin-right: 30px;
}

.legalis-packages-box {
    background-color: rgb(242, 242, 242);
    margin-top: 10px;
    display: inline-block;
}

td.package-name,
td.package-header {
    padding-right: 20px;
}

td.package-header {
    padding-top: 20px;
    padding-bottom: 10px;
}

table tr:last-child td {
    padding-bottom: 20px;
}

#pnlContactData table tr:last-child td {
    padding-bottom: 8px!important;
}

#pnlContactData table.registration-address-table tr td {
    padding-bottom: 0px!important;
}

td.package_check_box {
    padding-left: 20px;
}

.package_check_box {
    width: 20px;
}

table input[type="checkbox"] {
    height: 15px;
    margin: 0 5px 1px 1px;
    width: 15px;
}

h2 {
    font-size: 22px!important;
}

ul.legalis-registration-list {
    margin-top: 10px;
    list-style-type: none;
    padding: 0;
}

ul.legalis-registration-list li:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f45c";
    color: #c1322a;
    transform: skewY(160deg) scale(0.7,0.8);
    position: absolute;
}

ul.legalis-registration-list li {
    padding-left: 20px;
    position: relative;
}

.popover {
    max-width: 350px;
}

.popover-element {
    cursor: pointer;
    color: #c1322a;
}

.institution-fields-table, .institution-fields-table table {
    width: 100%;
}

#pnlContactData table.institution-fields-table tr:last-child td {
    padding-bottom: 0!important;
}

.institution-fields-table tbody {
    vertical-align: top;
}

.institution-fields-table .empty-table-cell {
    padding-inline: .375rem;
}

.small-sizes-star {
    color: var(--clr-gray-200);
    font-size: 0.8em;
    line-height: 1em;
    vertical-align: super;
}

@media (width >= 800px) {
    .institution-lawyer-range .small-sizes-star {
        display: none;
    }
}

@media (width < 800px) {
    .institution-fields-table > tbody > tr > td {
        display: block;
        width: 100%;
    }

    .institution-lawyer-range {
        white-space: normal !important;
    }

    .institution-lawyer-range .starmark {
        display: none;
    }

    .institution-lawyer-range-input {
        padding-top: 10px;
    }
}