.loader {
    text-align: center;
    display: none;
}

.loader span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFC107;
    margin: 1px 10px 11px -1px;
}
#rating-filter {
    width: 20% !important;
    float: right;
    margin: 0 0 10px 0;
}
.loader span:nth-child(1) {
    animation: 1s jump infinite ease-in-out;
}

.loader span:nth-child(2) {
    animation: 1s 0.333s jump infinite ease-in-out;
}

.loader span:nth-child(3) {
    animation: 1s 0.667s jump infinite ease-in-out;
}

@keyframes jump {
    0% {
        transform: translateY(0) scale(1);
    }

    30% {
        transform: translateY(-10px) scale(1.2);
    }

    60% {
        transform: translateY(0) scale(1);
    }
}
.cons-section {
    background-color: bisque;
    border-radius: 11px;
    padding: 20px;
}

.cons-header {
    margin: 15px 0 16px 0;
    padding: 32px 0 12px 1px;
}

.cons-card-image {
    border-radius: 50%;
    height: 80px;
}
.notification-number {
    width: 25px;
    height: 25px;
    background: red;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 14px;
}
.cons-image {
    text-align: center;
    padding: 10px 0 0px 0;
}

.card-section {
    width: 13rem !important;
    text-align: center;
    height: 250px !important;
    border-radius: 1.5rem !important;
    padding: 16px;
}

.cons-name {
    margin: 11px 0 0 0;
}
.registration_button {
    width: 40% !important;
    padding: 3px;
}
.toast-error {
    background-color: #f44336 !important;
}
.active-success-label {
    background-color: #4caf50;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 15px;
}

.active-danger-label {
    background-color: red;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 15px;
}

.top-left-position {
    position: absolute;
    top: 10px;
    left: 10px;
}
.reg-span {
    margin-left: -23px;
}
.mini-profile {
    height: 55px;
    width: 55px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    object-position: top !important;
}
.dark-header {
    background-color: #43484c !important;
    color: white !important;
}
.justify-center {
    justify-content: center !important;
}
.filter-section .filter-wrapper {
    border: 1px solid #fbd247 !important;
}

.filter-wrapper .form-control {
    border: 1px solid #fbd247 !important;
}

.filter-bg {
    background-color: #fbd247 !important;
    border-radius: unset !important;
    border: none !important;
    font-weight: 600 !important;
}
.social_link {
    display: flex;
    width: 100%;
    justify-content: center;

}
.filter-address {
    width: calc(100% - 98px) !important;
}

/* .social_link ul {
    display: flex;
} */

.social_link ul li {
    height: 48px;
    width: 48px;
    background: #616665;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    color: #212529;
    font-size: 30px;
    /* margin: 0px 3px 0 3px; */
    list-style: none !important;
}

.social_link ul li a {
    color: #212529 !important;
}
.tag-name {
    text-decoration: none;
    font-size: 17px;
    color: #FF9800 !important;
    padding: 0 9px 2px 8px;
    margin: 0px 7px 7px 0px;
    border: 1px solid black;
    border-radius: 6px;
}

.advisor_result_section {
    background: #dddddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 11px 0 13px 0;
    display: none;
    margin: -11px 0 0 0;
    max-height: 250px;
    overflow: scroll;
}

.result_section {
    background: #dddddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 0 13px 0;
    display: none;
    margin: -10px 0 0 0;
}
.event-cover {
    height: 445px;
}
@media only screen and (max-width: 1024px) {
    .filter-section {
        display: inline;
        padding: 5px;
    }

    .filter-section .form-control {
        margin: 5px 0px 5px 0px;
    }

    .filter-section a {
        float: right;
    }

    .filter-section form {
        width: 100%;
    }

    .filter-section .position-relative {
        padding: 10px;
    }

    .filter-section .event-submit {
        /* float: right; */
    }
}

@media only screen and (min-width: 1024px) {
    .filter-section {
        display: flex;
    }

    .filter-section .form-control {
        margin: 0px 3px 0px 3px;
    }

    .filter-section .position-relative {
        display: flex;
    }
        .card-img-top {
            width: 8rem !important;
        }

}
