html {
  scroll-behavior: smooth !important;
}

.a-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    line-height: 1.4285714;
    vertical-align: middle;
}

.p-5-c {
    padding: 5rem!important;
}

.progress-with-label {
    height: 20px !important;
    font-weight: 700;
}

.progress-with-label > div > div {
    line-height: 1px;
}

.action-card-max-width {
    max-width: 118px;
    min-width: 118px;
}

.action-card-max-width .action-icon {
    max-width: 75px;
    margin: auto;
}

.action-card-max-width .action-label {
    max-width: 74px;
    margin: auto;
}

.action-label {
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.6;
}

.form-parent-center {
    max-width: 690px;
    margin: auto;
}

.form-width-child > div {
    width: 100% !important;
}

.card-w-350 {
    width: 350px;
}

ul.errorlist {
    list-style-type: disclosure-closed;
}

ul.errorlist > li {
    width: 100%;
    margin-top: .25rem;
    font-size: 85.7142857%;
    color: #d63939;
}

/* Emoji Reaction */

.a8119c18-abd4-4142-a915-b817634c2df7 {
    fill: #4caf50 !important;
}

.ec346200-a4b9-4027-a7eb-56bc28cfd73f {
    fill: #2e7d32 !important;
}

.e24c63fd-1194-4cc4-a4b8-0660ed8b5612 {
    fill: #8bc34a !important;
}

.b2e1e5d7-8dd3-420f-8f8f-6cdd9a931cc6 {
    fill: #4caf50 !important;
}

.b62fd0db-9100-41fe-87d2-b06e871364b5 {
    fill: #ef5350 !important;
}

.f5d876d7-0e2e-4496-be59-1a6db56b45f7 {
    fill: #f8203d !important;
}

/* Quick Tip */

span.form-help {
    width: auto;
    border-radius: 10px;
    padding: 8px 5px;
    font-size: 0;
}

span.form-help::before {
    content: "Quick Tip";
    font-size: .75rem;
}


.popover-body {
    background-color: #d9edfe;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color: #b5cee1;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}


label.form-label {
    font-size: 15px;
}

/*Disable class*/

.disabled-section {
    filter: grayscale(1);
}

.disabled-section:after {
    content: "--- DISABLED ---";
    position: absolute;
    text-align:center;
    left:50%;
    top:30%;
    z-index: 2;
}

/*Generic styles*/
.form-group > label {
    margin-bottom: 5px;
    margin-top: 10px;
}

/* v1.4 */

body::before {
    content: " ";
    position: absolute;
    background-color: #001c38;
    width: 100%;
    height: 50vh;
    top: 0;
}

body > div {
    position: relative;
}

.action-card-max-width {
    height: 100%;
}