hr.pink-divider {
    border-top: 5px solid #f80e97;
    margin: 0px;
}

.bg-pink {
    --bs-bg-opacity: 1;
    background-color: #f80e97 !important;
}

.txt-pink {
    color: #e1168f !important;
}

.txt-pink a {
    color: #e1168f !important;
}

.bg-primary {
    background-color: #e1168f !important;
    color: #fff !important;
    font-weight: bold;
}

.returnback {
    background-color: #fff;
}

.no-padding-left {
    padding-left: 0px;
}

.dropdown-toggle-go::after {

}

.card-body h4 {
    color: #e1168f;
}

.offcanvas-size-xl {
    --bs-offcanvas-width: min(95vw, 600px) !important;
}
.offcanvas-size-xl-plus {
    --bs-offcanvas-width: min(95vw, 60vw) !important;
}
.offcanvas-size-xxl {
    --bs-offcanvas-width: min(95vw, 90vw) !important;
}
.offcanvas-size-md { /* add Responsivenes to default offcanvas */
    --bs-offcanvas-width: min(95vw, 400px) !important;
}
.offcanvas-size-sm {
    --bs-offcanvas-width: min(95vw, 250px) !important;
}

.moveUp {
    position: relative;
    z-index: 999999;
    top: -60px;
    left: 10px;
    background-color: #e1168f;
    width: 10%;
    color: #fff;
    text-align: center;
    padding: 12px;
}


