.front_error .error {
    font-size: 15px;
}

.signup-modal .form .form-control.error {
    width: auto !important;
}

.ticket-scan-part .ticket-image {
    border-radius: 20px;
    overflow: hidden;
}

.error {
    color: red;
    display: block;
}

.password-show {
    background: transparent;
    border: transparent;
    line-height: 1;
}

.icon-like-fill {
    color: #05cee2;
}

.events-category .category {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.events-category .category img {
    width: 18px;
    margin-right: 10px;
}

.modal-close-icon {
    font-size: 22px;
}

.user-image img {
    width: 86px;
    height: 86px;
    object-fit: cover;
}

.success-msg {
    margin-top: 15px;
    color: #4BB543;
    font-size: 20px;
    font-weight: 400;
}

.forgot-password-form .success-msg {
    margin-top: 15px;
    color: #4BB543;
    font-size: 20px;
    font-weight: 400;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {

    -webkit-appearance: none;
    margin: 0;
}

.common-modal-confirm .btn {

    margin-right: 8px;
    margin-left: 8px;
    width: 130px;
    padding: 16px 24px;
}

div:where(.swal2-icon).swal2-error {
    border-color: #F22833 !important;
    color: #F22833 !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background-color: #F22833 !important;
}

div:where(.swal2-container) h2:where(.swal2-title),
div:where(.swal2-container) .swal2-html-container {
    color: var(--main-black) !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    border: 1px solid var(--border-color) !important;
    color: var(--thm-dark) !important;
    background: transparent !important;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 12px !important;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    line-height: 1;
    margin-right: 8px;
    margin-left: 8px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:hover {
    border-color: var(--arrow-gray) !important;
    color: var(--purple_faded) !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background: var(--thm-dark) !important;
    color: var(--main-white) !important;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 12px !important;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    line-height: 1;
    border: none;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:hover {
    background: var(--light-purple) !important;
    color: var(--main-white) !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
    background: #F22833 !important;
    color: var(--main-white) !important;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 12px !important;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    line-height: 1;
    border: none;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:hover {
    background: #ff4126 !important;
    color: var(--main-white) !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    border-radius: 27px !important;
}

div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) textarea:where(.swal2-textarea) {
    border-radius: 17px !important;
    border-color: var(--border-color) !important;
    box-shadow: none !important;
}

div:where(.swal2-container) input:where(.swal2-input):focus, div:where(.swal2-container) input:where(.swal2-file):focus, div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
    border-color: var(--border-color) !important;
    box-shadow: none !important;
}

.refund-ticket-btn {
    width: 225px;
}

/* - RS: follower Slider Design Changes */
.follower-slider .slick-track {
    display: flex;
}

.follower-slider .slick-slide .card.event-card {
    border-radius: 24px;
    width: 175px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    border: none;
}

.follower-slider .slick-list {
    width: 100%;
    text-align: center;
}

.follower-slider .slick-slide {
    margin: 0;
    width: auto !important;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.event-card .follower-image {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}

.faviroute-list-wrapper .event-card .follower-image img,
.follower-slider .event-card .follower-image img {
    max-height: 115px;
    object-fit: contain;
}

.faviroute-list-wrapper .row {
    margin: 0 !important
}

.faviroute-list-wrapper .col.mb-4.follower-card-col > div {
    width: 175px;
}

.faviroute-list-wrapper .col.follower-card-col {
    min-width: auto;
    margin-bottom: 0 !important;
    padding: 15px;
    max-width: 215px !important;
}

.dynamic-more-content ul, .dynamic-more-content-xxx ul {
    list-style: inside;
    list-style-type: disc;
}

.dynamic-more-content ol, .dynamic-more-content-xxx ol {
    list-style: inside;
    list-style-type: decimal;
}