.wrapper.angled.lower-start:after {
    border-left-color: transparent;
    border-left-width: 100vw;
    border-bottom-width: 3rem !important;
    bottom: -3rem !important;
}

.wrapper.angled.lower-end:after {
    border-right-color: transparent;
    border-right-width: 100vw;
    border-bottom-width: 3rem !important;
    bottom: -3rem !important;
}

.wrapper.angled.upper-end:before {
    border-right-color: transparent;
    border-right-width: 100vw;
    border-top-width: 3rem !important;
    top: -3rem !important;
}

.logo-txt-home{
   font-size:36px !important;
   font-weight:bolder !important;
}



.bg-soft-primary {
    background-color: #ef3f6e !important;
}

.solid-mono.text-primary .fill-primary {
    fill: #ef3f6e !important;
}

.solid-mono.text-primary .fill-secondary {
    fill: #107134!important;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .7rem;
    color: #fff;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #fff!important;
}

.icon-list.bullet-soft-primary.bullet-bg i {
    background-color: #ef3f6e!important;
}

.icon-list.bullet-soft-primary i {
    color: #fff;!important;
}