@font-face {
    font-family: "GeneralSansCustom";
    src: url("/liverty-GeneralSans-Regular.otf") format("opentype");
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "GeneralSansCustom" !important;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: "GeneralSansCustom" !important;
}

/* Submit Button CSS */
.btn-primary.submit-btn, .btn.button.previous, .btn.button.next {
    min-width: 117px;
    text-align: center;
    padding: 16px 24px;
    border-radius: 100px;
    border: 1px solid #007173;
    color: #fff;
    background-color: #007173 !important;
}

/* Input and Dropdown CSS */
.form-control.picklist,
input.form-control {
    border-radius: 8px;
    border: 0.3px solid #5e5e5e;
    background-color: rgba(15, 24, 40, 0.02) !important;
    padding: 9px 16px;
    font-size: 16px;
    color: rgba(15, 24, 40);
}

/* Label CSS */
.crmEntityFormView .cell .field-label {
    color: rgba(15, 24, 40);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

/* I agree changes */
html[dir="ltr"] .crmEntityFormView .cell.checkbox-cell div.table-info {
    width: calc(100% - 13px);
    padding-left: 9px;
}

/*Hide the Tab Section of the Form*/
.crmEntityFormView .tab-title {
    display: none !important;
}

.crmEntityFormView,
.entitylist,
.modal-content,
.popover-content,
.crmEntityFormView .actions {
    border: 0px !important;
}

    .crmEntityFormView .actions {
        border: 0px !important;
        text-align: center;
    }

    .crmEntityFormView a.add-folder {
        display: none !important;
    }

@media screen and (min-width: 768px) {
    .form-action-container-left {
        float: none;
    }

    .crmEntityFormView div[data-name="tab_ParticipantSummary"] {
        width: 80% !important;
        margin: auto !important;
    }
}

ol.progress.list-group.top li.list-group-item.active {
    background-color: #007173 !important;
}

.captcha-cell {
    padding: 0 28px 20px;
}

    .captcha-cell input {
        border: 1px solid black;
        border-radius: 5px;
        display: block;
    }
