.error{
    color:red !important;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 0.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.radio-list-2{display: flex; align-items: center; margin-bottom:10px;}
.radio-list-2 .form-check{margin-right: 10px;}
.radio-list-2 .form-check:last-child{margin-right:0;}   
.radio-list-2 .form-check .form-check-label{padding-top:2px;}
.radio-list-2 .form-check .form-check-input{border-radius:50px;}


/*-----for comment list------home hage and other page----------24-aug-2024-------------*/
/* .custon-img-comment-list{ */
     /* height: 50px; */
/* } */


.products_of_event-custom-checkbox{
    width: 15px;
    height: 25px;
    position: absolute;
}


/* #reply_of_commment-error {
    margin-left: 22px;
} */


.ai-icon-event {position:absolute; top:10px; right:10px; z-index:11; color:#fff; background:#000; padding:5px 8px; border-radius:5px;}
.ai-icon-frame {position:absolute; top:10px; right:10px; z-index:11; color:#fff; background:#000; padding:5px 8px; border-radius:5px;font-size: 10px;}
