/* Input Fields */
.crmEntityFormView .text.form-control .form-control form-select picklist .cell {
    border: 1px solid #949494;
    border-radius: 8px;
    padding: 0 8px 10px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.form-control {
    border: 1px solid #949494;
    border-radius: 0rem !important;
}

.crmEntityFormView .cell {
    padding: 0 8px 10px;

}

/* Input Fields - remove original outlines */
.crmEntityFormView .text.form-control {
    outline: none;
}

/* Input Fields on Focus */
.crmEntityFormView .text.form-control:focus .cell {
    border-color: #66afe9;
    box-shadow: 0 5px 5px rgba(102, 175, 233, 0.5);
}

/* Labels */
.crmEntityFormView .form-control-cell .table-info label.field-label .cell {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Table Layout */
.crmEntityFormView table.section {
    width: 100%;
    table-layout: fixed;
}

.crmEntityFormView .form-control-cell .cell {
    padding: 0 8px 10px;
}

.crmEntityFormView .actions {
    border-top: none;
    margin: 20px 0;
    padding: 0px 0 0 0;
    align-content: center;
}

/* Responsive Styles */
@media (max-width: 576px) {
    .crmEntityFormView .form-control-cell {
        display: block;
        width: 100%;
    }

    .crmEntityFormView table.section {
        table-layout: auto;
    }
}

/* Placeholder Styling */
.crmEntityFormView .text.form-control::placeholder {
    color: #999;
    font-size: 14px;
}

/* form disclaimer */
.form-disclaimer {
    font-size: 12px;
    text-align: center;
    color: #808080;
    margin-top: 10px;
    margin-bottom: 0;
}

.captcha-cell {
    display: flex;
    flex-direction: column;
    padding: 0px 10px 28px;
    align-items: left;
    gap: 15px;
}

.captcha-cell input {
    width: 200px;
    text-align: left;
}

.captcha-cell label {
    display: block;
    text-align: left;
}

.file-cell {
    padding: 0px 10px 28px !important;
}

p, .p, .page_section p, .section-diagonal-left p, .section-diagonal-right p, p.form-text span {
    font-size: 16px !important;
}

.ma__callout-alert__content {
    padding: 5px 10px 0px 10px;
}

.crmEntityFormView .tab-title {
    font-weight: bold !important;
    font-size: 18px !important;
    color: #14558F !important;
    padding-bottom: 10px;
    border-bottom: 0px solid #eee !important;
}

.checkboxes-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checkbox-item {
    flex: 0 1 auto;
}

p, a.register-auth-link {
    color: #14558F
}

.crmEntityFormView, .entitylist, .modal-content, .popover-content {
    border: 0px solid #f2f2f2 !important;
}

div.progress-numeric {
    margin: 20px 0 20px 0;
    padding: 10px;
    list-style: none;
    background: #fdfefd;
    border: solid 1px #f0f0f0;
    -moz-border-radius: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
    font-weight: 700;
    height: fit-content;
    box-shadow: 0px 0px 0px 0 #ccc !important;
    -webkit-box-shadow: 0px 0px 0px 0 #ccc !important;
    -moz-box-shadow: 0px 0px 0px 0 #ccc !important;
}


div.progress-numeric span.number {
    background-color: #14558f;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    display: inline-block;
    font-size: 1.6em;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}


label {
    font-weight: normal;
    color: #141414;
    font-size: 16px;
    font-family: 'Noto Sans VF';
}

.columnBlockLayout {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 5px !important;
}