/* body */

.body-for-sticky {
    position: relative;
    min-height: 100%;
    padding-bottom: 6rem;
}

.cmp-content-title {
    margin-bottom: 20px;
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.cmp-line hr {
    border-top: 1px solid #19236A;
}

.cmp-line-fat {
    border-top: 3px solid #19236A;
}

.cmp-line-opacity-05 {
    opacity: 0.5;
}


/* .cmp-line-margin-1 {
    margin-bottom: 1px;
    margin-top: 1px;
} */

.cmp-line-opacity-1 {
    opacity: 1;
}

.cmp-plus {
    --b: 2px;
    width: 20px;
    aspect-ratio: 1;
    border: none;
    background: conic-gradient(from 90deg at var(--b) var(--b), transparent 90deg, #EC0058 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/ calc(50% + var(--b)) calc(50% + var(--b));
    display: inline-block;
    margin: 1px;
}


/* material */

.form-group>label {
    top: 18px;
    left: 6px;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 0.9em;
}

.form-group>input {
    height: 60px;
    margin-bottom: 20px;
}

.form-group>select {
    height: 60px;
    margin-bottom: 20px;
}

.cmp-title-content-plus {
    font-weight: bold;
    color: #EC0058;
    text-align: right;
    font-weight: 800;
    font-size: 44px;
}

.cmp-more-plus {
    font-weight: bold;
    color: #EC0058;
    text-align: right;
    font-weight: 700;
    font-size: 18px;
}

.btn-red {
    background-color: #ec0058;
}

.btn-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: #19236A;
    --bs-btn-border-color: #19236A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #19236A;
    --bs-btn-hover-border-color: #19236A;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #19236A;
    --bs-btn-active-border-color: #19236A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #19236A;
    --bs-btn-disabled-border-color: #19236A;
}

.error-message {
    color: #ffffff;
    border: 1px solid #19236A;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    margin-top: -5px;
    background-color: #ec0058;
}

.success-message {
    color: #ffffff;
    border: 1px solid #19236A;
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
    margin-top: -5px;
    background-color: #ec0058;
}

.red {
    color: #EC0058;
}


/* cmp-table */

.cmp-table {
    color: #19236A;
    margin-bottom: 20px;
}

.cmp-table td {
    border-top: 1px solid #19236A;
    border-bottom: 1px solid #19236A;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    word-break: break-word;
}

.cmp-table .price-value {
    color: #ec0058;
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: #19236a1f;
    color: var(--bs-table-hover-color);
}


/* form control */

.form-control {
    border: 1px solid #19236A;
}


/* footer */

.cmp-footer {
    background-color: #19236A;
    color: white;
    font-size: 10px;
    bottom: 0;
    width: 100%;
}

.cmp-footer-content {
    margin-top: 10px;
}

.cmp-generic-link {
    color: #19236A;
}

.gallery-more {
    padding: 10px;
    display: flex;
    flex-direction: row-reverse;
    font-weight: 700;
    color: #19236A;
    text-decoration: none;
}