.wishHeart {
    color: #9d8ddc;
}
.mt-15{
    margin-top: 20px;
}
.mb-15{
    margin-bottom: 20px;
}
.opacity-sticky {
    background: #eee !important;
    opacity: 0.5;
}
.message{
    padding: 8px; 
    border-radius: 6px; 
    text-align: center; 
    font-size: 16px; font-weight: 600;
    border: 1px solid rgba(219, 38, 38, 0.05);
    margin-bottom: 20px;
}
.successMessage{
    background-color: rgb(84 211 84 / 5%); 
    color: #21e651; 
}
.errorMessage{
    background-color: rgba(219, 38, 38, 0.05); 
    color: #dc2626;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.5)
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.each_accordion_wrp h5 {
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    user-select: none;
    font-size: 19px;
    color: #666;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #b3b3b3;
    font-family: 'Catarman', sans-serif;
}
.each_accordion_wrp ul {
    display: none;
    padding: 20px 10px;
}
.each_accordion_wrp h5.hasChild::before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #666;
    position: absolute;
    top: 40%;
    right: 0;
    transform: rotate(90deg);
}
.each_accordion_wrp h5.hasChild::after {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #666;
    position: absolute;
    top: 38%;
    right: 0;
}
.each_accordion_wrp ul li {
    list-style: none;
}
.each_accordion_wrp ul li a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
.catList label{
    font-size: 23px;
    border-bottom: 1px solid #c6c6c6;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
:hover {
    transition: 0.3s;
}
.py-10{
    padding:10px 0;
}
.help-error{
    color:#f00;
}
.message{
    border-radius: 6px; 
    text-align: center; 
    font-size: 16px; 
    font-weight: 600;
    padding: 8px; 
    border: 1px solid rgba(219, 38, 38, 0.05); 
    margin-bottom:10px;
}
.successMessage{
    color: #21e651; 
    background-color: rgb(84 211 84 / 5%); 
    
}
.errorMessage{
    color: #dc2626; 
    background-color: rgba(219, 38, 38, 0.05); 
}