/* .text-main {
    color: #f69257 !important;
}

.bg-main {
    background-color: #f69257;
}

.bg-section {
    background-color: #ffe9de;
}

.bg-main-light {
    background-color: #FEFAF8;
}

.bg-main-secondary {
    background-color: #D4A3A9;
} */

.backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(233, 207, 209, 1);
    border-radius: 5px;
    text-align: center;
    line-height: 1;
    /* -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); */
    padding: 20px 40px;
}

.modal-backdrop {
    background-color: #D4A3A9;
}

body .modal-open {
    overflow: hidden;
    position: fixed;
}

.modal-content {
    border: 0;
    border-radius: 25px;
}

.btn {
    border-radius: 25px;
}

.btn-main {
    color: white;
    background-color: #f69257;

}

.btn:focus,
.btn.focus{
    outline: #f69257;
    box-shadow: none;
}

.btn-main-secondary {
    color: #f6975e;
    background-color: #ffe8de;

}

.btn-main-secondary:hover {
    color: #ffffff;

}

.border-bottom-main {
    border-bottom: 1px solid #f69257;
}

.radius-25 {
    border-radius: 25px;
}

.bg-main-secondary{
    background-color: #ffe8de;
}
