.is-invalid {
    border-color: #dc3545 !important;
}

.hidden { display: none; }

.text-red {
    color: #F00 !important;
}
.text-success {
    color: #50AE91;
}

.input-error-msg {
    color: #F00 !important;
    text-align: center;
}

.error-message-label {
    margin-top: -8px !important;
    margin-bottom: 10px;
}

/* Margins */
.mb-20 {
    margin-bottom: 20px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-20 {
    margin-top: 20px !important;
}

/* Paddings */
.px-20 {  padding: 0px 20px }


.text-end {
    text-align: right;
}


.estimate-content__detail-value input[type="number"] {
    width: 4em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: .25em;
    background: var(--white);
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    vertical-align: middle;
}


/* for semina */

/* .list-number.custom-seminar-list ol li{
    content: counter(list-number, decimal-leading-zero);
} */

/* .list-number.custom-seminar-list ul li{
    content: counter(list-number, decimal-leading-zero);
} */

.list-number.custom-seminar-list ul li::before{
    content: '';
    top: 8px;
    width: 10px;
    height: 10px;
    background: var(--primary-green-color);
    clip-path: circle(50%);
    border-radius: 5px;
}


.list-number.custom-seminar-list > ol > li ol li{
    list-style-type: decimal;
    padding-left: 12px;
}

/* Width */
.w-full {
    width: 100%;
}


.no-standard-alert {
    /* padding: 0px 20px */
}