.col-md-55,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 10px;
    padding-left: 10px
}

.profile-slider-img {
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.organizer-tile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 177px;
}

.organizer-feed-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 335px;
}

.feed-like {
    display: inline-flex;
    background-color: #34328e;
    padding: 2px 3px;
    border-radius: 50%;
    font-size: 11px;
    margin: 3px;
}

.tile-organizer-info {
    color: white;
    min-height: 23px;
}

.black-header {
    width: 100%;
    height: 22px;
    background: #212121;
}

img.black-header-left-image {
    width: 24px;
    margin: 5px;
}

.black-header-left {
    float: left;
    color: white;
    font-weight: 400;
}

.black-header-right {
    float: right;
    color: white;
    font-weight: 400;
}

span.black-header-right-span {
    margin: 5px;
    cursor: pointer;
    font-size: 15px;
}

.app-header.header.top-header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 0 !important;
}

.white-header-nav {
    float: right;
    margin: 15px;
    display: inline-flex;
}

.white-header-link {
    margin: 15px;
    font-weight: 400;
    cursor: pointer;
    color: black;
}

.white-header-link.active {
    color: orange;
}

.app-content.page-body {
    min-height: 500px;
}

.white-header {
    background-color: white;
    color: black;
}

.white-header-left {
    display: inline-flex;
    margin: 10px 15px;
}

.dark-mode {
    background-color: #171a1f;
    color: white;
}

.padding-0 {
    padding: 0 !important;
}

.padding-1 {
    padding: 1px !important;
}

.padding-3 {
    padding: 3px !important;
}

img.left-box-home {
    width: 100%;
}

img.right-box-home {
    width: 100%;
}

.home-login {
    position: relative;
    padding: 15px 0;
    min-height: 11em;
    text-align: center;
}

img.green-background-home {
    position: absolute;
    width: 100%;
    z-index: -2;
    right: 0;
    top: 0;
}

a {
    color: white;
}

.home-login-input,
.home-login-input:hover,
.home-login-input:visited,
.home-login-input:focus,
.home-login-input:active {
    text-align: center;
    border: 0;
    border-bottom: 1px solid white;
    background: transparent;
    width: 100%;
    padding: 8px 0 5px 0;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.home-login-input::placeholder {
    color: white;
    opacity: 1;
}

.home-login-input:-webkit-autofill,
.home-login-input:-webkit-autofill:hover,
.home-login-input:-webkit-autofill:focus,
.home-login-input:-webkit-autofill:active {

    -webkit-text-fill-color: white !important;
    box-shadow: none;
    -webkit-box-shadow: 0 0 0 30px #42bb50 inset;
    background-color: transparent !important;
    border-bottom: 1px solid white;
}

meter {
    /* Reset the default appearance */
    /* -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; */

    margin: 0 auto 1em;
    width: 100%;
    height: .5em;

    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

meter[value="1"]::-webkit-meter-optimum-value {
    background: red;
}

meter[value="2"]::-webkit-meter-optimum-value {
    background: yellow;
}

meter[value="3"]::-webkit-meter-optimum-value {
    background: orange;
}

meter[value="4"]::-webkit-meter-optimum-value {
    background: green;
}

meter[value="1"]::-moz-meter-bar {
    background: red;
}

meter[value="2"]::-moz-meter-bar {
    background: yellow;
}

meter[value="3"]::-moz-meter-bar {
    background: orange;
}

meter[value="4"]::-moz-meter-bar {
    background: green;
}

.feedback {
    color: #9ab;
    font-size: 90%;
    padding: 0 .25em;
    margin-top: 1em;
}


.home-register-input,
.home-register-input:hover,
.home-register-input:visited,
.home-register-input:focus,
.home-register-input:active,
.home-register-input:read-only {
    border: 0 !important;
    background: #4e4d4d !important;
    color: #fff !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    outline: none !important;
}

.home-register-input::placeholder {
    color: white;
    opacity: 1;
}

.home-register-input:-webkit-autofill,
.home-register-input:-webkit-autofill:hover,
.home-register-input:-webkit-autofill:focus,
.home-register-input:-webkit-autofill:active {

    -webkit-text-fill-color: white !important;
    box-shadow: none !important;
    -webkit-box-shadow: 0 0 0 30px #4e4d4d inset !important;
    background-color: transparent !important;
    background: #4e4d4d !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 5px !important;
    /* border-bottom:1px solid white; */
}


.search-form-label {
    margin-top: 6px;
}

.search-form-input,
.search-form-input:hover,
.search-form-input:visited,
.search-form-input:focus,
.search-form-input:active,
.search-form-input:read-only {
    border: 0 !important;
    background: #4e4d4d17 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    outline: none !important;
}

.search-form-input::-webkit-input-placeholder,
.search-form-input::-moz-placeholder,
.search-form-input:-ms-input-placeholder,
.search-form-input::-ms-input-placeholder {
    color: #495057 !important;
    opacity: 1;
}

.search-form-input::placeholder {
    color: #495057 !important;
    opacity: 1;
}

.search-form-input:-webkit-autofill,
.search-form-input:-webkit-autofill:hover,
.search-form-input:-webkit-autofill:focus,
.search-form-input:-webkit-autofill:active {
    box-shadow: none !important;
    -webkit-box-shadow: 0 0 0 30px #4e4d4d17 inset !important;
    background-color: transparent !important;
    background: #4e4d4d17 !important;
    border: 0 !important;
    border-radius: 5px !important;
}

.dynamic-form-input,
.dynamic-form-input:hover,
.dynamic-form-input:visited,
.dynamic-form-input:focus,
.dynamic-form-input:active,
.dynamic-form-input:read-only {
    border: 0 !important;
    background: #4e4d4d !important;
    color: #fff !important;
    /* border-radius: 5px !important; */
    box-shadow: none !important;
    outline: none !important;
    margin-right: 5px;
}

.colored {
    color: #c12b73;
}

.slot-edit-button:hover {
    color: #b62872;
}

.slot-edit-button-inverse:hover {
    color: white;
}

.dynamic-form-input::placeholder {
    color: white;
    opacity: 1;
}

.dynamic-form-input:-webkit-autofill,
.dynamic-form-input:-webkit-autofill:hover,
.dynamic-form-input:-webkit-autofill:focus,
.dynamic-form-input:-webkit-autofill:active {

    -webkit-text-fill-color: white !important;
    box-shadow: none !important;
    -webkit-box-shadow: 0 0 0 30px #4e4d4d inset !important;
    background-color: transparent !important;
    background: #4e4d4d !important;
    color: #fff !important;
    border: 0 !important;
    /* border-radius: 5px !important; */
    /* border-bottom:1px solid white; */
}

.home-register-btn, .home-register-btn:focus {
    background: transparent;
    color: white;
    border: 0;
    outline: 0;
    padding-top: 32px;

}

.home-radio[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 5px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #42bb50;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
}

.home-radio[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 5px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
}

.home-radio-label {
    margin: 0 15px;
}

.home-radio-row {
    min-height: 50px;
    display: inline-flex;
    padding-top: 10px;
}

.register-home-btn {
    display: block;
    padding-top: 20px;
}

footer.footer {
    background: #212121;
    font-size: 0.875rem;
    border-top: 0;
    padding: 1.25rem 0;
    box-shadow: none;
}

.register-title {
    display: inline-flex;
    width: 100%;
}

.register-title-dash {
    width: 100%;
    border-bottom: 5px solid #4e4d4d;
    margin-bottom: 10px;
    border-radius: 5px;
}

.register-title-dash.active {
    border-bottom: 5px solid #DFB62B;
}

.register-title-dash.done {
    border-bottom: 5px solid #4EB85B;
}

.registration-icon.active {
    color: #DFB62B;
}

.registration-icon.done {
    color: #4EB85B;
}

.register-title-text {
    /* color: #4ab957; */
    font-size: 23px;
}

.login-error {
    color: #b62872;
    margin: 5px;
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
    background-color: #4e4d4d;
    border: 0;
    border-radius: 10px;
}

.iti__country-list {
    background-color: #4e4d4d !important;
    white-space: nowrap;
    max-height: 200px;
    max-width: 356px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 10px;
}

.head_actions {
    cursor: pointer;
}

.for-checkbox-tools {
    margin: 0 15px;
    font-size: 18px;
}

.iti {
    position: relative;
    display: block;
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #fffefe;
}

.home-login-btn, .home-login-btn:focus {
    background: transparent;
    color: white;
    border: 0;
    outline: 0;
    padding-top: 22px;

}

.register-info {
    margin: 15px 0;
}

.selection-summery-box {
    font-size: 18px;
    margin: 7px 0;
}

.selection-summery-detail {
    float: right;
}

.selection-summery-title {
    display: inline-flex;
    text-transform: capitalize;
}

.ticket-slider-img {
    padding: 5px;
}

.slick-prev {
    left: 3px;
    z-index: 1;
}

.ticket-slider-box-title {
    background-color: #424040;
    margin: 5px;
    padding: 5px 20px;
    /* text-align: center; */
}

.ticket-slider-box-info {
    font-size: 12px;
    color: #989393;
}

.ticket-slider-box-name {
    text-transform: uppercase;
}

.ticket-slider-buy {
    text-align: right;
}

.buy-ticket {
    background-color: #212121;
    padding: 1px 8px;
    border-radius: 7px;
    cursor: pointer;
    text-transform: capitalize;
}

.buy-ticket-fa {
    margin-left: 5px;
}

/* .vertical-slider-wrapper .slick-dots li .vertical-slider-tab .fa{
   position: absolute;
   bottom: -20px;
   left: 50%;
   margin-left: -5px;
   opacity: 0;
   transition: all 0.3s ease;
} */
.vertical-slider-wrapper .slick-dots li .vertical-slider-tab:before {
    font-size: 0;
}

/* .vertical-slider-wrapper .slick-dots li.slick-active .vertical-slider-tab .fa{
    bottom: -8px;
    opacity: 1;
} */
.vertical-slider-img {
    /* width: 50%; */
}

/* .vertical-slider-tab.tab {
    padding: 10px;
} */
.vertical-slider-name {
    font-size: 14px;
}

.vertical-slider-title {
    font-size: 21px;
}

.mini-event-desc-name {
    font-size: 18px;
}

.background-film {
    background-color: #0000001c;
}

.vertical-slider-info {
    font-size: 13px;
}

.ticket-slider-box {
    width: 250px !important;
    height: 325px;
}

.featured-events-box {
    background-color: #424040;
    margin: 5px 0;
    padding: 0 5px;
}

.footer-box {
    display: inline-flex;
}

img.footer-box-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    margin-right: 10px;
}

.footer-box-title {
    text-transform: capitalize;
    padding: 7px 4px 7px 0;
    font-size: 18px;
}

.padding-0-5 {
    padding: 0 5px;
}

.footer-box-title-arrow {
    float: right;
}

.footer-box-slider {
    min-height: 180px;
    object-fit: cover;
}

.footer-box-date {
    text-align: right;
}

button.register-home-btn {
    margin: 0 auto;
    background-color: transparent;
    border: 0;
}

.fc-daygrid-day-top {
    position: absolute;
    z-index: 10;
    right: 6px;
    bottom: 0;
}

.package-table {
    width: 100%;
}

.thank-you-box {
    text-align: center;
}

.thank-check {
    background: #4eb85b;
    font-size: 31px;
    width: 75px;
    margin: 10px auto;
    padding: 15px;
    border-radius: 60%;
    height: 75px;
}

.profile-tab {
    display: inline-flex;
    padding: 10px;
    cursor: pointer;
    color: white;
    text-transform: capitalize;
}

.profile-tab:hover {
    color: orange;
    text-decoration: unset;
}

.profile-description {
    width: 100%;
}

.supplier-tab {
    margin: 8px 0;
}

.suppliers-tab {
    margin: 10px 0;
}

.profile-select {
    background: #40454B !important;
    border-radius: 5px !important;
    color: white !important;
    border: 0 !important;
    padding: 0.5rem;
}

.edit-profile-btn, .edit-profile-btn:hover {
    color: white;
    display: block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

.tile-view-btn, .tile-view-btn:hover {
    color: white;
    display: block;
    text-decoration: none;
}

.map-marker {
    font-size: 18px;
    margin-right: 5px;
}

.tile-website-btn, .tile-website-btn:hover {
    color: white;
    display: block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

.profile-tab.active {
    color: orange;
    border-bottom: 1px solid;
}

.user-info-box {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 2;
}

.user-right-share {
    position: absolute;
    bottom: 10%;
    right: 30px;
    z-index: 2;
}

.profile-name {
    font-size: 19px;
    font-weight: 400;
    display: block;
    color: white;
    text-transform: capitalize;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
    max-height: unset !important;
}

.gm-style .gm-style-iw-d {
    padding: 0 !important;
    overflow: unset !important;
    max-height: unset !important;
}

.read-more-btn {
    cursor: pointer;
    text-decoration: underline !important;
    text-transform: capitalize;
    color: gray !important;
    display: inline-flex;
}

.profile-type {
    font-size: 16px;
    display: block;
    color: white;
    text-transform: capitalize;
    min-height: 25px;
}

.profile-info-content {
    font-size: 16px;
    margin-bottom: 5px !important;
}

button.gm-ui-hover-effect {
    color: white !important;
    background-color: white !important;
    border-radius: 0 50%;
    z-index: 2;
}

.social-col {
    text-align: center;
    cursor: pointer;
    padding: 5px;
    font-weight: 400;
}

.social-cols {
    /* background-color: white; */
    border-top: 1px solid;
    color: #686e78;
    text-transform: capitalize;
    margin-top: 3px;
}

.feeds-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 1px !important;
}

.feed-title-name {
    font-size: 18px;
    font-weight: 400;
}

.calendar-title {
    text-align: center;
    width: 100%;
    font-size: 20px;
}

.calendar-events-count {
    font-size: 16px;
    margin-top: 7px;
    color: #929396;
}

.feeds-row-box {
    margin-bottom: 10px;
    background-color: #2b2d30;
}

.feeds-img {
    height: 165px;
    object-fit: cover;
    width: 100%;
}

.event-type-name {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.display-view-types.display-tile .slick-track {
    display: flex;
}

.profile-likes {
    text-align: center;
}

.popup-distance-2 {
    background: #000000ff;
    padding: 1px 10px;
    border-radius: 50px;
    right: 0;
    top: 0;
    margin: 0 2px !important;
}

.distance-svg {
    margin: auto;
}

.distance-to-user {
    width: max-content;
    margin: auto 4px;
}

.color-white {
    color: white;
}

.checked {
    color: orange;
}

.profile-description {
    font-size: 19px;
}

.thank-title {
    font-size: 30px;
}

.fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
    height: 50px;
    width: 100%;
}

.fc .fc-daygrid-day-events {
    width: 100%;
    height: 100%;
}

.fc .fc-daygrid-day-events .fc-daygrid-event-harness {
    width: 100%;
    height: 100%;
}

.fc .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event {
    width: 100%;
    height: 100%;
    border: none;
}

.fc .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event
.fc-event-main {
    width: 100%;
    height: 100%;
}

.fc .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event
.fc-event-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fc-h-event {
    background: transparent;
    border: transparent;
}

.fc-event-title.fc-sticky {
    position: absolute;
    left: 4px;
}

a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end.fc-event-past {
    margin: 0;
}

.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 0;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 0;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 0;
}

.profile-update-box {
    margin: 10px auto;
}

.card {
    background: transparent;
    box-shadow: unset;
}

.row.justify-content-center {
    padding: 15px;
}

table.events-table {
    width: 100%;
    margin: 20px 0;
}

.table-actions {
    padding: 0 5px;
    font-size: 15px;
    color: #B62872;
}

.table-actions:hover {
    color: #B62872;
}

.edit-event-form {
    margin: 30px 0;
}

.create-event-form {
    width: 50%;
    margin: 20px auto;
}

.create-event-btn {
    text-align: center;
}

.profile-title-text {
    font-size: 19px;
    font-weight: 400;
}

.profile-picture {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.logo-picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    margin: 20px 15px;
    border-radius: 50%;
    min-height: unset;
    object-fit: cover;
}

.list-website {
    position: absolute;
    bottom: 7px;
    left: 7px;
}

.recommended-size {
    font-size: 11px;
}

.inline-flex {
    display: inline-flex;
}

.flag-header {
    width: 30px;
}

.object-cover {
    object-fit: cover;
}

.home-register-textarea,
.home-register-textarea:hover,
.home-register-textarea:visited,
.home-register-textarea:focus,
.home-register-textarea:active {
    border: 0;
    background: #4e4d4d;
    box-shadow: unset;
    color: white;
}

.country-select {
    display: inline-flex;
    cursor: pointer;
    color: #25282D;
    font-size: 14px;
    position: relative;
}

.dev-sep {
    height: 21px;
    border-left: 1px solid #b5bac4;
    display: inline;
    margin: 0 10px;
}

.auth-header-item {
    color: #7f7f7f;
    border-bottom: solid 1px #424040;
    width: 100%;
    cursor: pointer;
}

a.sign-up {
    color: #7f7f7f;
}

a.sign-up:hover,
a.sign-up:focus {
    color: #7f7f7f;
    text-decoration: unset;
}

.sign-up-header {
    color: #7f7f7f;
}

.sign-in-header {
    color: #7f7f7f;
}

.country-arrow-down {
    font-size: 9px;
    vertical-align: middle;
}

.blue-nav-link.active {
    color: white;
    text-decoration: underline;
}

.country-select-box {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    padding: 10px 5px;
    z-index: 99;
    color: #7C8698;
    left: 0;
    top: 25px;
}

.country-select-box.hidden {
    display: none;
}

.header-search-icon {
    color: #7f7f7f;
}

.blue-nav-link {
    color: white;
    font-size: 14px;
}

.blue-nav-link:hover,
.blue-nav-link:focus {
    color: white;
    text-decoration: underline;
}

.auth-header-name {
    display: inline;
    vertical-align: super;
}

.select-country {
    border-bottom: solid 1px #424040;
    padding: .5rem 1rem;
    display: block;
    position: relative;
}

.select-country img[alt="flag"] {
    width: 1.5rem;
}

.select-country.active {
    color: #4fb758;
    cursor: pointer;
}

.select-country.active::after {
    content: '\2022';
    position: absolute;
    right: 1rem;
}

.select-country.selected {
    color: #c12b73;
}

.select-country.target.selected:after {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    right: 1rem;
}

.country-info {
    width: 100%;
    position: relative;
}

.country-description {
    margin: 20px 0;
}

.flag-img {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 40px;
}

.flag-img img {
    width: 100%;
    height: 25px !important;
}

img.flag-image {
    width: -webkit-fill-available;
    margin: 15px 0;
}

.show-password {
    display: inline-flex;
    margin: 10px;
    float: right;
}

.featured-info-box {
    bottom: 5px;
    left: 8px;
    text-align: left;
}

.featured-title {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.featured-title-main {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.featured-address {
    color: #fff;
    font-size: 12px;
}

.featured-address-main {
    color: #fff;
    font-size: 14px;
}

.featured-date {
    color: #fff;
    font-size: 12px;
}

.featured-date-main {
    color: #fff;
    font-size: 16px;
}

.search-form {
    width: 100%;
    padding: 1.2rem 1rem;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .search-form {
        width: 100%;
        padding: 1rem 0;
        border-radius: 0;
    }
}

.search-title {
    font-size: 18px;
    font-weight: bolder;
}

.search-collapse {
    color: black;
}

.search-collapse.hidden {
    display: none;
}

.search-collapse-organizer {
    color: black;
}

.search-collapse-organizer.hidden {
    display: none;
}

.search-collapse-supplier {
    color: black;
}

.search-collapse-supplier.hidden {
    display: none;
}

.search-collapse-place {
    color: black;
}

.search-collapse-place.hidden {
    display: none;
}

.search-collapse-row {
    color: black;
}

.search-collapse-row.hidden {
    display: none;
}

.filter-search-btns {
    float: right;
    margin: 0;
}

.submit-search-filter {
    background: #B62872;
    color: white;
    border-radius: 5px !important;
    width: 130px;
}

.submit-search-filter:hover {
    color: white;
    text-decoration: underline;
}

.close-search {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #b62872;
}

.reset-search-filter {
    border: 1px solid #B62872;
    color: #B62872;
    border-radius: 5px !important;
    width: 130px;
}


.filter-btn-sep {
    border-right: 1px solid #f3eded;
    display: block;
}

.search-value {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #9b9797;
    margin: 7px 0;
}

.search-value-title {
    font-size: 22px;
    font-weight: 400;
}

.search-value-container {
    padding: 20px 0 10px;
}

.featured-icon {
    font-size: 10px !important;
    vertical-align: revert;
    margin-right: 3px;
}

div.favorite-btn i.favorite {
    color: #FFA41D;
}

.featured-icon-main {
    font-size: 13px !important;
    vertical-align: revert;
    margin-right: 3px;
}

.slider-event-img img {
    height: 58px;
    width: 100%;
    object-fit: cover;
}

.event-poster-img {
    height: 150px !important;
    object-fit: cover;
}

.show-password-input {
    cursor: pointer;
    position: absolute;
    font-size: 18px;
    right: 15px;
    top: 40px;
    color: white;
}

.show-password-input-no-lable {
    cursor: pointer;
    position: absolute;
    font-size: 18px;
    right: 24px;
    top: 10px;
    color: white;
}

.country-info-img {
    max-height: 300px;
    object-fit: cover;
}

.country-image {
    min-height: 300px;
}

.country-image.fixed {
    position: fixed;
    top: 70px;
}

.slick-slider {
    width: auto;
}

.flag-icon {
    font-size: 18px;
    vertical-align: middle;
}

.search-input,
.search-input:hover,
.search-input:visited,
.search-input:focus,
.search-input:active {
    background-color: #262729 !important;
    color: white !important;
}

.rounded-pill {
    border-radius: 5px !important;
    color: white !important;
}

.navigation-img-box {
    position: absolute;
}

.navigation-items {
    text-align: center;
}

.navigation-item {
    display: inline-block;
    margin: 6px auto;
}

.navigation-icon {
    color: #34328f;
    width: 100%;
    font-size: 25px;
}

a.navigation-link {
    width: 100%;
}

span.navigation-link {
    color: #34328f;
}

.navigation-icon.active {
    color: #c12b73;
}

span.navigation-link.active {
    color: #c12b73;
}

img.image-display {
    max-width: 300px;
}

.upload-file-label {
    background-color: #3490dc;
    border-radius: 6px;
    text-align: center;
    margin: 0 auto;
}

label.control-label {
    color: white !important;
}

.auth-header-photo svg {
    width: 2rem;
    height: 2rem;
    border: 1px solid #A5A5A5;
    border-radius: 50%;
}

.auth-header-photo img {
    width: 2rem;
    height: 2rem;
    border: 1px solid #A5A5A5;
    border-radius: 50%;
    object-fit: cover;
}

.auth-header-photo {
    display: inline-flex;
}

.session-row-right {
    float: right;
    display: inline-flex;
}

.session-row-left {
    display: inline-flex;
}

.session-row {
    background-color: #34328e;
    font-size: 16px;
}

a.not-allowed {
    cursor: no-drop;
}

.procced-free {
    margin: 15px 0;
}

.disabled {
    cursor: not-allowed !important;
}

.tabcontent {
    display: none;
    margin: 25px 0;
}

.tablinks {
    padding: 15px;
    height: 100px;
    width: 140px;
    margin: 0 15px;
    font-size: 18px;
    position: relative;
    background-color: #24272c;
}

.tab {
    display: inline-flex;
}

.tab-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.tab-icon {
    font-size: 25px;
}

.tablinks.active {
    color: #b62872;
    border: 1px solid #b62872;
}

.register-text {
    color: #85878d;
}

.verified-title {
    width: max-content;
}

.verified-text {
    font-size: 19px;
    padding: 20px 0;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
    background-color: #b62872;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #b62872 !important;
    background: #b62872 !important;
    font-weight: normal;
    color: #b62872 !important;
    border-radius: 50%;
}

.submit-search-filter {
    float: right;
}

.search-filter-title {
    font-size: 20px;
    font-weight: 400;
}

.lds-dual-ring {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #24272c;
}

.select2-container--default .select2-selection--single {
    background-color: #4e4d4d !important;
    border: 0 !important;
    border-radius: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.action-edit-function, .action-edit-function:hover {
    cursor: pointer;
    color: #DFB62B;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: .75;
}

.pac-container{
    z-index: 2000;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: auto !important;
    padding: 0 !important;
}
