@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');

body{
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 21px;
}
ul, ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    color: #7948E2;
}
/* Header */
header.site-header.rink-header {
    background: #7948E2;
    padding: 10px 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
}
.header-joinsection a {
    color: var(--background, #FFFEFC);
    /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.h-menu li a {
    color: var(--background, #FFFEFC);
    /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
ul.h-menu {
    gap: 18px;
}
.div-logo {
    width: 90px;
    float: left;
}
.div-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.h-menu li svg {
    height: 24px;
    float: left;
    width: 24px;
}
.search-form label {
    color: var(--font, #303030);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-bottom: 3px;
}
.search-form .input-group {position: relative;}
.search-form .input-group .input-group-prepend, .search-form .input-group .input-group-prepend .input-group-text {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}
.search-form input {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px !important;
    border: 1px solid var(--7-a-7-a-7-a, #7A7A7A);
    height: 36px;
    line-height: 40px;
}
.search-form .input-group .input-group-prepend {
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    display: flex;
    align-items: center;
}
.search-form .input-group input {padding-left: 36px;font-style: italic;}
.search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.search-form span.select2.select2-container.select2-container--default {width: auto !important;min-width: 127px;}
.search-form .col-auto {
    padding: 0 10px;
    font-size: 16px;
    position: relative;
}
.search-form {
    padding-top: 6px;
    padding-bottom: 16px;
}
.content-area {
    background: var(--background, #FFFEFC);
    box-shadow: 0px 2px 14px 0px rgba(53, 27, 21, 0.20);
    position: relative;
    margin-top: 52px;
    height: 85px;
    z-index: 2;
}
.search-form .input-group.date input {
    padding-left: 12px;
    padding-right: 53px;
    font-style: normal;
}
.search-form .input-group.date .input-group-prepend {
    left: auto;
    right: 0;
    border-left: solid 1px #7a7a7a;
    padding: 0 10px;
}
.right-div {
    flex: 1;
    height: calc(100vh - 143px);
    position: relative;
    width: 100%;
    flex: 0 0 calc(100% - 560px);
}
.right-div iframe {
    width: 100%;
    height: 100%;
}
.left-div {
    height: calc(100vh - 145px);
    overflow: auto;
    padding: 12px 16px;
    flex: 0 0 560px;
    min-width: 560px;
}
.address-div, .address-divah {
    display: flex;
    border-radius: 8px;
    border: 1px solid #A1A1A1;
    background: var(--background, #FFFEFC);
    align-items: center;
    margin: 8px 0;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.address-divah{
    cursor: default;
}
.address-title {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}
.address-text p {
    margin: 0;
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 3px 0;
}
.address-content {
    padding-left: 16px;
    padding-right: 16px;
    width: calc(100% - 159px);
}
.address-image {
    flex: 0 0 190px;
    width: 190px;
    height: 160px;
    position: relative;
}
.address-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.address-div:hover, .address-div.open {
    border-radius: 8px;
    border: 1px solid #A1A1A1;
    background: #E2D8FF;
}
.h-menu li a.active, .h-menu li a:hover {
    text-decoration: underline;
}
/* Login css */

.popup_login .modal-dialog {
    width: 392px;
}
.modal .modal-content {
    padding: 20px;
}
.modal .modal-content .modal-header, .modal .modal-content .modal-body {
    padding: 0;
}
.modal .modal-content .modal-title {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.modal .modal-content button.btn-close {
    background: transparent;
    opacity: 1;
}
.modal .modal-content .modal-header {
    padding-bottom: 4px;
}
.modal-body img {
    margin: 20px 0;
}
label {
    color: var(--gray-1, #333);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
}
.form-control {
    display: flex;
    height: 44px;
    padding: 0 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #7A7A7A;
    font-weight: 500;
}
.form .col-auto {
    margin-bottom: 20px;
    position: relative;
}
a.forgot-link {
    color: var(--primary, #7948E2);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 auto 52px;
    display: inline-block;
}
.btn-secondary {
    border: 2px solid #7948E2;
    background: transparent;
    color: #7948E2;
}
.btn-primary {
    border: 2px solid #7948E2;
    background: #7948E2;
    color: #fff;
}
.btn-danger {
    background: #e94857;
    border-color: #e94857;
    color: #fff;
}
.form .btn {
    width: calc(50% - 10px);
}
.btn {
    border-radius: 8px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px 12px;
    justify-content: center;
    text-transform: capitalize;
    border-width: 2px;
    line-height: 18px;
}
.btn-secondary:hover, .btn-secondary:active {
    background: #523098 !important;
    color: #fff;
    border-color: #523098 !important;
}
.btn-primary:hover, .btn-primary:active {
    background: #523098 !important;
    border-color: #523098 !important;
}
.btn-danger:hover, .btn-danger:active {
    color: #e94857 !important;
    border-color: #e94857 !important;
    background-color: transparent;
}
.address-detail-popup {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--background, #FFFEFC);
    max-width: 93%;
    padding: 16px 14px;
    height: calc(100vh - 137px);
    overflow: auto;
    display: none;
    z-index: 1;
    overflow-x: hidden;
}
.address-detail-popup.open{
    display: block;
}
.detail-title {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}
.address-detail-popup .d-flex.justify-content-between {
    width: 100%;
}
.by-content {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}
a {}
.other-info a {
    color: var(--primary, #7948E2);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.other-info {
    margin-bottom: 4px;
}
.other-info svg {
    width: 19px;
    margin-right: 5px;
}
.event_info_data {
    margin: 27px -14px;
    flex-wrap: wrap;
    overflow: hidden;
}
.dt1 {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 49px;
    margin: 11px 15px;
    line-height: 21px;
}
.dt1 span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    white-space: nowrap;
}
.event_content_title {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 21px;
}
.event_content_text {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.event_images_outer {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px;
}
.event_image {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    padding-top: 50%;
    margin: 20px 10px;
    position: relative;
    border-radius: 9px;
    overflow: hidden;
}
.event_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.event_map {
    height: 450px;
}
.close-page, .close-main-page {
    content: "";
    opacity: 0.5;
    background: #040404;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    display: none;
    z-index: 1;
}
.close-page.open, .close-main-page.open{
    display: block;
    z-index: 1;
    position: relative;
}
/* Registration page */


.popup-page-outer {
    position: fixed;
    right: -990px;
    top: 52px;
    height: calc(100vh - 51px);
    background: #fff;
    padding: 20px;
    z-index: 9999;
    overflow: auto;
    display: block;
    animation-duration: 1s;
    width: 659px;
}
.popup-page-outer.open {
    display: block;
    right: 0;
    animation-duration: 1s;
    animation-name: slidein;
}
.custom-new-check .form-check.one:last-child {
    border-radius: 8px;
}
@keyframes slidein {
    from {
        right: -990px;
    }
    75% {
        right: 50px;
    }
    to {
        right: 0;
    }
}
.pages-heding {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: solid 1px #303030;
    padding-bottom: 4px;
    position: absolute;
    left: 20px;
    top: 18px;
    width: calc(100% - 40px);
    background: #fff;
    text-transform: capitalize;
}
img.popup-page-close {
    margin-left: auto;
}
.popup-page-content {
    margin: 60px 0;
    overflow-y: auto;
    height: calc(100vh - 216px);
    display: inline-flex;
    width: 100%;
    padding: 0;
    overflow-x: hidden;
}
.type-box {
    border-radius: 8px;
    border: 4px solid #7948E2;
    background: var(--background, #FFFEFC);
    width: calc(50% - 15px);
    text-align: center;
    padding-bottom: 72px;
    margin: 10px 0;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
    top: -990px;
}
.type-box:last-child{
    bottom: -990px;
    top: auto;
}
.open .type-box:first-child {
    top: 0;
    /* animation-delay: 3s; */
    animation-duration: 3s;
    animation-name: boxtop;
    animation-iteration-count: 1;
}
@keyframes boxtop {
    from {
        top: -990px;
    }
    to {
        top: 0;
    }
}
.open .type-box:last-child {
    bottom: 0;
    /* animation-delay: 3s; */
    animation-duration: 3s;
    animation-name: boxbottom;
    animation-iteration-count: 1;
}
@keyframes boxbottom {
    from {
        bottom: -990px;
    }
    to {
        bottom: 0;
    }
}

.d-flex.user-type-box {
    justify-content: space-between;
}
.type-box-heading {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 8px;
    transition: all 0.3s;
}
.type-box-text {
    color: #767676;
    text-align: start;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    max-width: 269px;
    margin: 0 auto 8px;
    transition: all 0.3s;
    padding-left: 13px;
}
.type-box-text span {
    color: #969696;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: strikethrough;
    display: block;
    text-decoration: line-through;
    margin-top: 8px;
}
a.btn.small-button.join-link {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    background: var(--primary, #7948E2);
}
.small-button {
    font-size: 14px;
    border-radius: 10px;
    width: 161px;
    margin-top: 7px;
}
img.type-image1 {
    width: auto;
    height: 161px;
}
img.type-image2 {height: 161px;padding: 10px 0 24px;}
.close-button {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    background: #fff;
    padding: 16px 20px;
    left: 0;
    width: 100%;
    /* padding: 0; */
}
.d-flex.user-type-box {
    width: 100%;
    margin: auto;
}
.class-for-form {
    max-width: 468px;
}
.form {
    width: 100%;
}
.form-control.tel {
    width: 250px;
}
.form .input-group.date {
    width: 159px;
}
.date .input-group-text {
    border-radius: 0px 8px 8px 0px;
    border-top: 1px solid var(--7-a-7-a-7-a, #7A7A7A);
    border-right: 1px solid var(--7-a-7-a-7-a, #7A7A7A);
    border-bottom: 1px solid var(--7-a-7-a-7-a, #7A7A7A);
    height: 100%;
    background: transparent;
    cursor: pointer;
}
.btn-default[disabled] {
    border-radius: 8px;
    background: #E1E1E1;
    border: solid 2px #E1E1E1;
    opacity: 1;
}
/* .btn-default:hover {
    background: #000;
    border-color: #000;
    color: #fff;
} */

.btn-default {
    border-radius: 8px;
    border: 2px solid #7948E2;
    background: #7948E2;
    color: #fff;
}
.btn-default:hover, .btn-default:focus {
    background: #523098;
    color: #fff;
    border-color: #523098;
}


.date input {font-style: italic;}
.type-form{
    display: none;
}
.col-auto.date-width {
    display: inline-block;
}
.col-auto.cvv-width {
    display: inline-block;
    width: 108px;
    margin-left: 20px;
}
.col-auto.zip-width {
    width: 152px;
}
.formprice-title {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.formprice-amt {
    display: flex;
    align-items: center;
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tag-amount {
    color: var(--background, #FFFEFC);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    padding: 0px 11px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: #32CE54;
    margin-right: 12px;
}
.payment-width {
    max-width: 350px;
}
.popup-page-close{
    cursor: pointer;
}
.filled li, #card_number{
    font-size: 13px;
    color: red;
    font-weight: 500;
    line-height: normal;
}
.col-auto.width-exp {
    width: calc(100% - 134px);
    display: inline-block;
}
.profile-monster-image img {
    width: 100%;
}
.profile-monster-image {
    width: 296px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.form-detail-page {
    padding-top: 19px;
    padding-bottom: 50px;
    height: calc(100vh - 51px);
    overflow: auto;
}
.form-detail-box {
    width: calc(100% - 15px);
}
.form-detail-title {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 0 0 34px;
}
.page-title-home {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
    padding-top: 0;
}
.page-title-content {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 52px;
}
.page-form-title {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 16px;
}
.page-form {
    display: inline-flex;
    align-items: center;
}
.page-form .form {
    display: flex;
    flex-wrap: wrap;
}
.page-form input[type="input"] {
    border: 0;
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 13px 16px;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #7A7A7A;
    width: 342px;
    height: 100%;
}
.page-form input[type="submit"] {
    border-radius: 0px 8px 8px 0px;
    border: 1px solid var(--primary, #7948E2);
    background: var(--primary, #7948E2);
    /* display: flex; */
    height: 47px;
    padding: 0 16px;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    color: var(--background, #FFFEFC);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 166px;
}
.page-form input[type="submit"]:hover{
    background-color: #523098;
}
.btn:focus-visible {
    background-color: #523098;
    border-color: #523098;
    box-shadow: none;
}
.home-page-image img {
    width: 100%;
}
.page-form-outer {
    margin-bottom: 42px;
}
.home-page-image {
    height: 100%;
    display: flex;
    align-items: center;
}
.footer {
    background: var(--primary, #7948E2);
}

.footer-top {
    display: flex;
    padding-top: 45px;
    padding-bottom: 90px;
}
.footer-menu {
    margin-left: auto;
    padding-right: 50px;
}
.left-text {
    color: var(--background, #FFFEFC);
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 505px;
}
.footer-left {
    display: inline-flex;
    align-items: center;
}
.footer-menu ul li a {
    color: var(--background, #FFFEFC);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.footer-social-menu ul {
    display: flex;
}
.footer-social-menu ul li a {
    color: #fff;
    font-size: 24px;
    margin-left: 20px;
}
.footer-copyright {
    color: var(--background, #FFFEFC);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 28px;
}
.footer-left img {
    width: 142px;
    margin-right: 15px;
}
.notification button.btn.btn-secondary.dropdown-toggle {
    border: 0;
    padding: 0;
}
.notification button.btn.btn-secondary.dropdown-toggle::after {
    display: none;
}
.h-menu li .dropdown-menu li {
    color: #000 !important;
    width: 100%;
    display: inline-block;
    padding: 0;
    border-bottom: solid 1px #e4e4e4;
    line-height: normal;
}
.h-menu li .dropdown-menu a{
    color: #000 !important;
    width: 100%;
    display: inline-block;
    padding: 9px 12px;
    font-size: 14px;
}
.h-menu li .dropdown-menu li:last-child a {
    border-bottom: 0;
}
ul.dropdown-menu.dropdown-menu-end.show {
    padding: 0;
    min-width: 217px;
    max-height: calc(100vh - 54px);
    overflow: auto;
}
body.scroll {
    overflow: hidden;
}
.type-box a.small-button {
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
    color: var(--Primary, #7948E2);
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.type-box.page-click:hover {
    background: #7948E2;
}
.type-box.page-click:hover .type-box-heading, .type-box.page-click:hover .type-box-text, .type-box.page-click:hover .type-box-text span {
    color: #fff;
}
.type-box.page-click:hover .small-button {
    background: #fff;
    color: #7948E2;
}
.type-box.page-click:hover  img {
    filter: brightness(0) invert(1);
}
.header-joinsection {
    text-align: center;
    display: flex;
}
.header-section-one, .header-section-three {
    flex: 0 0 40%;
}
.popup-page-content img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.pages-content {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 32px;
}
textarea.form-control {
    height: 150px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.top-bar-topbar {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.top-bar-topbar ul {
    margin: 0 !important;
    border: 2px solid var(--primary, #7948E2);
    border-radius: 8px;
    overflow: hidden;
}
.content-area .container-fluid {
    height: 100%;
}
.top-bar-topbar ul li button, .top-bar-topbar ul li button:focus {
    color:  #7948E2;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    min-width: 122px;
    padding: 5px 24px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0 !important;
    border-right: solid 2px  #7948E2;
}
.top-bar-topbar ul li:last-child button {
    border: 0;
}
.top-bar-topbar ul li button.active {
    background: #7948E2 !important;
    color: #fff;
}
.top-bar-topbar ul li button:hover {
    background: #523098 !important;
    color: #fff;
}
.event-active-text {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.event-active-text span {
    color: rgba(233, 72, 87, 1);
}
.no-event-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto auto;
    padding: 60px 0;
}
.noeventtitle {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 21px;
}
.noeventtext {
    color: #767676;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 49px;
}
.no-event-box {
    width: 430px;
    text-align: center;
}
.no-event-box img {height: calc(100vh - 204px);max-height: 252px;}
span.active-event {
    min-width: 20px;
    height: 19px;
    background: rgba(233, 72, 87, 1);
    color: #fff;
    border-radius: 15px;
    margin-left: 2px;
    display: inline-block;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    font-size: 12px;
    line-height: 23px;
    font-weight: 600;
}
.no-selected-item {
    display: flex;
    height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.no-selected-item img {
    max-width: 561px;
}
.text-arms {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 23px;
}
.address-text span.active-event {
    position: absolute;
    right: 12px;
    bottom: 12px;
}
.detail-div .address-detail-popup {
    width: 100%;
    max-width: unset;
}
.view-your-ticket button {
    color: #FFFEFC;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 12px;
    border-radius: 50px;
    background: #e94857;
    border: solid 1px rgba(233, 72, 87, 1);
    transition: all 0.3s;
    display: flex;
    align-items: center;
}
.view-your-ticket button:hover {
    background: transparent;
    color: rgba(233, 72, 87, 1);
}
.ticket-detail {
    text-align: center;
}
.ticket-detail .heading-3 {
    color: var(--font, #303030);
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 8px;
}
ul.ticket-number li {
    color: var(--font, #303030);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 8px;
}
.ticket-detail .heading {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 8px;
}
.ticket-detail .heading-2 {
    color: #767676;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 4px;
}
.ticket-box {
    border-radius: 8px;
    border: 4px solid var(--primary, #7948E2);
    background: var(--background, #FFFEFC);
    margin: 16px 0;
    padding: 20px;
}
img.ticket-monster {
    margin: 11px 0 0;
    width: 100%;
}
img.ticket-image {
    margin: 17px 0 0;
    width: 100%;
}
.ticket-detail-bg {
    background-image: url(../images/ticket-bg.png);
    background-repeat: no-repeat;
    background-position: top 13px center;
}
.payment-setup a.btn.btn-primary img {
    width: 49px;
    margin: -10px 20px;
    filter: brightness(0) invert(1);
    padding: 4px 0;
}
.payment-setup a.btn.btn-primary:hover img {
    filter: none;
}
.payment-setup {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.timerangepicker-container {
    display:flex;
    position: absolute;
    top: 100%;
    z-index: 11;
    border-radius: 12px !important;
    overflow: hidden;
    border: 2px solid #7948E2;
    padding-bottom: 0;
    background: #fff;
  }
  .timerangepicker-label {
    display: block;
    background-color: #7948E2;
    padding-left: 1em;
    border-bottom: 1px solid #80808073;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 7px;
    margin: 0;
  }
  .timerangepicker-from {
    border-right: none;
    background: #fff;
  }
  .timerangepicker-display {
    box-sizing: border-box;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 0;
    line-height: 30px;
    text-align: center;
    position: relative;
    margin: 31px 4px;
    font-size: 16px;
    padding: 0 0;
  }
  .timerangepicker-display .increment,
  .timerangepicker-display .decrement {
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    width: 30px;
    text-align: center;
    left: 0;
    background: #7948E2;
    border-radius: 0;
    color: #fff;
    line-height: 20px;
  }
  
  .timerangepicker-display .increment {
    margin-top: 0;
    top: -26px;
    height: 18px;
  }
  
  .timerangepicker-display .decrement {
    margin-bottom: 0;
    height: 18px;
    bottom: -22px;
  }
  
  .timerangepicker-display.hour {
  border-left: 0;
  margin-left: 10px;
  border: 0;
  }
  .timerangepicker-display.period {
    /* margin-right: 1em; */
    margin-right: 10px;
  }
  .create-event-heading {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 35px;
}
.create-event-heading span {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
.new-custom-check {
    position: relative;
    padding-left: 35px;
}
.new-custom-check label.form-check-label:before {
    content: "";
    border: solid 2px #000000;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    border-radius: 9px;
}
.new-custom-check input:checked ~ label.form-check-label:before {
    content: "";
    background: #7948E2;
    background: url(../images/icon-Checkbox.svg);
    border: 0;
    border-radius: 0;
    background-size: 100%;
}
.new-custom-check input {
    position: absolute;
}
.new-custom-check input.form-check-input {position: absolute;z-index: 1;margin: 0;width: 100%;height: 24px;opacity: 0;left: 0;}
.sper {
    width: 78%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.sper img {
    width: 100%;
}
.create-event-outer, .edit-event-outer{
    display: none;
    top: 107px;
    /* height: calc(100vh - 137px); */
    width: calc(100% - 560px) !important;
    left: 560px;
}
.create-event-outer .close-button, .edit-event-outer .close-button {
    position: static;
    justify-content: start !important;
}
.create-event-outer .close-button button.btn, .edit-event-outer .close-button button.btn {
    width: auto;
}
.create-event-outer .close-button button.btn:last-child, .edit-event-outer .close-button button.btn:last-child {
    margin-left: 20px;
}
.custom-new-check .form-check {
    border-radius: 0;
    border: 2px solid #7948E2;
    background: var(--background, #FFFEFC);
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 0;
    margin: 0;
}
.custom-new-check {
    display: flex;
}
.custom-new-check .form-check label {
    margin: 0;
    color: var(--primary, #7948E2);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    width: 180px;
    text-align: center;
    padding: 8px 12px;
    transition: all 0.3s;
}
.custom-new-check .form-check input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.custom-new-check .form-check:first-child {
    border-radius: 8px 0px 0px 8px;
}
.custom-new-check .form-check:last-child {
    border-radius: 0px 8px 8px 0px;
}
.custom-new-check .form-check input:checked ~ label {
    color: #fff;
    background: #7948E2;
}
.custom-new-check .form-check input ~ label:hover, .custom-new-check .form-check input:hover ~ label{
    background-color: #523098;
    color: #fff;
}
div#datetimepickerDate {
    display: flex;
    height: 44px;
    padding: 0 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--7-a-7-a-7-a, #7A7A7A);
    position: relative;
}
div#datetimepickerDate input.form-control {
    border: 0;
    border-radius: 0;
    height: 100%;
    padding: 0;
    border-right: solid 1px #7a7a7a;
}
.timerangepicker-to label.timerangepicker-label {
    border-left: 1px solid grey;
}
.timerangepicker-to {
    border-left: 2px solid #7948E2;
}
.filepond--root .filepond--drop-label {
    min-height: 4.75em;
    border-radius: 8px;
    border: 2px solid var(--primary, #7948E2);
}
a.filepond--credits {
    display: none;
}
.col-auto.single-date, .col-auto.from-to-date {
    display: none;
}
.address-detail-popup span.select2.select2-container .selection .select2-selection {
    width: 367px !important;
    height: 44px;
    padding: 0 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--7-a-7-a-7-a, #7A7A7A);
    overflow: auto;
    overflow-x: hidden;
}
span.select2.select2-container .selection .select2-selection li.select2-selection__choice {
    background: #7948E2;
    color: #fff;
    font-size: 16px;
    padding: 3px;
    padding-right: 2px;
    padding-left: 21px;
}
span.select2.select2-container .selection .select2-selection li.select2-selection__choice button.select2-selection__choice__remove {
    height: 25px;
}
.upload_image {
    display: inline-block;
    color: var(--primary, #7948E2);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    border: 2px solid #7948E2;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s;
}
.upload_image:hover {
    color: #fff;
    background: #7948E2;
}
.button-scroll {
    display: flex;
    flex-direction: column;
    margin-top: 17px;
    max-height: 205px;
    overflow: auto;
}
.button-scroll button {
    text-align: left;
    padding: 0;
    height: auto;
    line-height: normal;
    color: var(--primary, #7948E2);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    border: 2px solid var(--primary, #7948E2);
    background: transparent;
    padding: 8px 16px;
    margin-bottom: 8px;
}
.button-scroll button img {
    max-width: 36px;
    max-height: 36px;
    margin: 0;
    margin-right: 28px;
}
.middle_popup .modal-dialog {max-width: 616px;}
.delete-text {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.middle_popup .modal-dialog {max-width: 616px;}
.delete-text {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.input-group-text {
    border: 1px solid #7A7A7A;
    background: transparent;
    color: #7948E2;
    padding: 0 14px;
    font-size: 17px;
    font-weight: 500;
}
.address-detail-popup span.select2.select2-container .selection .select2-selection span.select2-selection__rendered {
    height: 42px;
    padding: 0;
    line-height: 42px;
    font-size: 16px;
}
.address-detail-popup span.select2.select2-container .selection .select2-selection 
 span.select2-selection__arrow {
    height: 42px;
}
.image-upload {
    width: 104px;
    height: 42px;
    position: relative;
}
.image-upload input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}
.image-upload label {
    position: relative;
    border-radius: 8px;
    border: 2px solid #7948E2;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 104px;
    height: 42px;
    color: var(--primary, #7948E2);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}
.image-upload label:hover{
    background-color: #523098;
    color: #fff;
    border-color: #523098;
}
.address-detail-popup .close-button.button-bection.d-flex.justify-content-between.static-form {
    padding: 21px 10px 8px;
}
.gallery, .gallerySingle {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 15px -10px;
}
.gallery img, .gallerySingle img, #image-holder img {
    width: calc(25% - 20px);
    margin: 10px;
    border-radius: 8px;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    object-fit: cover;
}
.title-button {
    white-space: nowrap;
    margin-left: 20px;
}
span.select2-selection.select2-selection--multiple {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px !important;
    border: 1px solid var(--7-a-7-a-7-a, #7A7A7A) !important;
    height: 36px;
    line-height: normal;
    padding-right: 18px;
    overflow: hidden;
    padding-bottom: 3px !important;
}
.search-form .event-type span.select2.select2-container.select2-container--default {
    width: 187px !important;
}
.search-form .event-type span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--multiple {
    overflow: auto;
    overflow-x: hidden;
}
.moreoption ul.dropdown-menu.dropdown-menu-end.show {
    width: 100vw;
    left: 0 !important;
    right: 100vw !important;
    transform: none !important;
    margin: auto !important;
    top: 100% !important;
    border: 0;
    box-shadow: 0px 14px 15px 0 rgba(53, 27, 21, 0.10);
    border-radius: 0;
    padding-top: 6px;
    padding-bottom: 16px;
}
.moreoption .btn-group {
    position: static;
}
.search-form .col-auto button.btn.btn-secondary.dropdown-toggle {
    border-radius: 8px;
    border: 1px solid #7A7A7A;
    height: 42px;
    min-width: 110px;
    text-align: left;
    padding: 0 15px;
}
.search-form .col-auto button.btn.btn-secondary.dropdown-toggle:after {
    left: auto;
    right: 7px;
    position: absolute;
    top: 17px;
}
.search-form .input-group.date-box input {
    border: 0;
    background: transparent;
    padding: 0 5px;
    width: auto;
    width: 102px;
    height: 36px;
    font-style: normal;
    pointer-events: none;

}
.search-form .input-group.date-box {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px !important;
    border: 1px solid var(--7-a-7-a-7-a, #7A7A7A);
    height: 36px;
    line-height: 34px;
    padding: 0 6px;
    cursor: pointer;
}
.input-group-prepend.position-static.border-left {
    border-left: 1px solid var(--7-a-7-a-7-a, #7A7A7A);
    height: 100%;
    padding-left: 8px;
    cursor: pointer;
    margin: 0;
}
.modal-backdrop.fade.show {
    z-index: 999999;
}
.modal {
    z-index: 9999999;
}
.close-main-page.open {
    z-index: 9;
    position: fixed !important;
}
.select2-dropdown {
    z-index: 99999;
}
.pac-container.pac-logo {
    z-index: 9999 !important;
}
span.select2-selection.select2-selection--multiple:after {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 7px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    content: "";
}
.login-page {
    padding: 54px 0 0;
}
.logImgDiv h3 {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-top: 16px;
}
.form-group .forGotLink {
    margin-left: auto;
}
.form-group .forGotLink a {
    color: var(--primary, #7948E2);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}


.form-check.custom-check label.form-check-label {
    position: relative;
    padding-left: 35px;
}
.form-check.custom-check input ~ label.form-check-label:before {
    content: "";
    border: solid 2px #000000;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    border-radius: 9px;
}
.form-check.custom-check input:checked ~ label.form-check-label:before {
    content: "";
    background: #7948E2;
    background: url(../images/icon-Checkbox.svg);
    border: 0;
    border-radius: 0;
    background-size: 100%;
}
.form-check.custom-check {
    position: relative;
    padding: 0;
}
.form-check.custom-check .form-check-input {
    position: absolute;
    left: 0;
    margin: 0;
    FONT-WEIGHT: 200;
}
.password-field {
    position: relative;
}
.password-field button.passView.toggle-password {
    position: absolute;
    right: 6px;
    top: 9px;
    background: transparent;
    border: 0;
}
.lbBtmTxt, .hedSmlTxt {
    font-size: 16px;
    margin-bottom: 27px;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
}
.lbBtmTxt a {
    color: #7948E2;
}
.select2-hidden-accessible {bottom: 0;}
span.select2-selection.select2-selection--single .select2-selection__rendered {
    padding: 0;
}
span.select2-selection.select2-selection--single {
    display: flex;
    height: 40px;
    padding: 0 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #7A7A7A;
    padding-right: 22px;
}
span.select2-selection.select2-selection--single span.select2-selection__arrow {
    height: 42px;
}
span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999;
}
.form-control[type=file] {
    line-height: 40px;
}
.form-control ~ img {
    width: 70px !important;
    height: 70px;
    object-fit: cover;
    margin: 7px;
    border: 1px solid #7A7A7A;
    border-radius: 9px;
}
.profile-images {
    margin: 0 -7px;
}
.profile-images {
    display: flex;
}
.sing-image {
    position: relative;
    margin: 7px;
    border: solid 2px #7948E2;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    padding: 2px;
}
span.delete-file-icon {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-radius: 16px;
    padding: 0;
    display: flex;
}
span.delete-file-icon img {
    width: 20px;
    height: 20px;
}
span.delete-file-icon ~img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.upload__img-wrap {
    display: inline-block;
    margin: 0 -7px;
    width: 100%;
}
.upload__img-box {
    width: 70px;
    height: 70px;
    position: relative;
    margin: 7px;
    border-radius: 5px;
    float: left;
    display: inline-block;
    border: solid 2px #7948E2;
    border-radius: 10px;
    padding: 2px;
}
.upload__img-box .img-bg {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 7px;
}
.upload__img-close {
    background-image: url(http://localhost/ryan/public//assets/front-end/images/icon-modal-close.svg) !important;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-radius: 16px;
    padding: 0;
    display: flex;
    background-position: center;
    background-size: contain;
}
.header-menu .dropdown-toggle img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 2px #fff;
}
header .notification button.btn.btn-secondary.dropdown-toggle, header .notification button.btn.btn-secondary.dropdown-toggle:hover, header .notification button.btn.btn-secondary.dropdown-toggle:active {
    display: flex;
    align-items: center;
    color: #fff;
    outline: none;
    background: transparent;
    box-shadow: none;
}
header .notification button.btn.btn-secondary.dropdown-toggle span {
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
}
.custom-number-radio {
    display: flex;
    gap: 8px;
}
.custom-number-radio input ~ label {
    border-radius: 50px;
    border: 2px solid var(--primary, #7948E2);
    display: flex;
    width: 44px;
    height: 44px;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--primary, #7948E2);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    margin: 0;
}
.custom-number-radio input {
    position: absolute;
    left: -9999px;
}
.attend_event .modal-dialog {
    max-width: 468px;
}
.custom-number-radio input:checked ~ label {
    background: #7948E2;
    color: #fff;
}
.custom-number-input input {
    border-radius: 8px;
    border: 1px solid #7A7A7A;
    display: flex;
    height: 44px;
    padding: 6px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    width: 64px;
    margin-left: 8px;
}
.attend_event .event_info_data.d-flex {
    margin: 0 -15px 20px;
}
.attend_event .event_info_data.d-flex .dt1 {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
}
.attend_event .event_info_data.d-flex .dt1 > span {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.attend_event .formprice {
    padding-bottom: 29px;
}
.home-signup-options .type-box {
    top: 0;
    /* max-width: 418px; */
    width: 100%;
    border-radius: 1px;
    border: 3px solid var(--primary, #7948E2);
    background: var(--background, #FFFEFC);
    margin: 0;
    height: 100%;
}
.home-signup {
    background: #7948E2;
    padding-top: 42px;
    padding-bottom: 60px;
}
.home-signup-heading {
    color: var(--background, #FFFEFC);
    text-align: center;
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding-bottom: 42px;
}
.home-signup-options {
    max-width: 782px;
    margin: 0 auto;
}
.hmotr {
    max-width: 361px;
    width: 100%;
    padding: 17px;
    background: #fff;
}
.img-bx {
    /* width: 25%; */
    height: 100%;
}
.img-bx img {
    width: 100%;
}
.images-box {
    justify-content: space-between;
    gap: 32px;
    background-image: url(../images/home-img-bg.png);
    align-items: center;
    padding: 71px 86px 93px;
    background-size: 100% 100%;
}
.home-images {
    padding: 99px 0;
}
.time-radio .form-check {
    padding: 0;
    margin-right: 6px;
    margin-bottom: 0;
    height: 20px !important;
    min-height: unset;
}
.time-radio .form-check input, .custom-check .form-check input {
    margin: 0;
    position: absolute;
    left: -9999px;
}
.time-radio .form-check input ~ label:before, .custom-check .form-check input ~ label.form-check-label:before {
    width: 20px;
    height: 20px;
    border: solid 1px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    background: #fff;
}
.time-radio .form-check input ~ label, .custom-check .form-check input ~ label.form-check-label {
    position: relative;
    padding: 0 0 0 23px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    height: 20px;
}
.time-radio {
    display: flex;
}
.time-pikerbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 236px;
}
.time-pikerbox span.select2.select2-container {
    width: 98px !important;
    margin-right: 4px;
}
.time-pikerbox span.select2.select2-container .selection .select2-selection {
    width: auto !important;
    /* height: 33px; */
    overflow: hidden;
}
.time-piker {
    display: flex;
}
.time-radio .form-check input:checked ~ label:after, .custom-check .form-check input:checked ~ label.form-check-label:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #7948E2;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    border: solid 1px #000;
}
label.small-label {
    display: block;
    width: 100%;
    color: var(--gray-1, #333);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 7px;
}
.time-pikerbox span.select2.select2-container .selection .select2-selection span.select2-selection__arrow {
    background: url(../images/clock-image.svg) !important;
    border-left: solid 1px #7A7A7A;
    padding: 10px 9px;
    width: 34px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.time-pikerbox span.select2.select2-container .selection .select2-selection span.select2-selection__arrow b {
    display: none !important;
}
.my-plans .type-box {
    max-width: 329px;
    width: 100%;
    margin: 0 auto;
    height: 343px;
    height: unset;
    display: inline-block;
}
.popup-page-content.my-plans {
    margin-bottom: 0;
    height: calc(100vh - 172px);
    align-items: center;
}
.select2-container--open span.select2-selection {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
span.select2-dropdown.select2-dropdown--below {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: #7A7A7A;
    overflow: hidden;
}
.select2-results__options li {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px 9px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #7948E2 !important;
}
.event-type .select2-results__options li:before {
    content: "";
    border-radius: 6px;
    border: 1px solid var(--font, #303030);
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 7px;
}
.event-type .select2-results__options li {
    display: flex;
}
.event-type .select2-results__options li.select2-results__option--highlighted:before {
    border-color: #fff;
}
.event-type .select2-results__options li.select2-results__option--selected:before {
    content: "";
    background: #7948E2;
    background: url(../images/icon-Checkbox.svg);
    border: 0;
    border-radius: 0;
    background-size: 100%;
}
.event-type .select2-results__options li.select2-results__option--selected {
    background: transparent;
}
.event-type .select2-results__options li.select2-results__option.select2-results__message {
    font-size: 14px;
}
.event-type .select2-results__options li.select2-results__option.select2-results__message:before {
    display: none;
    padding-left: 5px !important;
}
.event-type .select2-results__options li.select2-results__option.select2-results__message {
    padding-left: 4px;
    padding-right: 5px;
}
textarea.select2-search__field {
    margin: 0 auto;
    /* font-size: 18px !important; */
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    font-weight:  normal !important;
    line-height: 30px;
    height: 27px !important;
}
div#card-element {
    /* display: flex; */
    height: 44px;
    padding: 13px 5px;
    align-items: center;
    /* gap: 10px; */
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #7A7A7A;
    margin-bottom: 20px;
}
.payment-setup span {
    line-height: 150%;
    margin-bottom: 19px;
    font-size: 16px;
    max-width: 100%;
    display: inline-block;
    padding: 0 42px;
}
.close-page {
    position: static;
}
.form-control:focus {
    background: transparent !important;
    box-shadow: none;
    outline: none;
}
.select2-container{
    width: auto !important;
}
.view-your-ticket button img {margin: 0 10px;filter: invert(1);}



.gm-style-iw.gm-style-iw-c {
    border-radius: 8px;
    border: 1px solid #A1A1A1;
    background: var(--background, #FFFEFC);
    padding: 0;
}
.gm-style .gm-style-iw-d > div {
    display: flex;
    align-items: center;
}
.gm-style .gm-style-iw-d > div .address-text p {
    font-size: 14px;
    margin: 2px 0;
}
.gm-style .gm-style-iw-d > div .address-image {
    width: 116px;
    flex: 0 0 116px;
    height: 135px;
}
.gm-style-iw-d {
    height: 135px !important;
    max-height: unset !important;
    overflow-x: hidden !important;
    cursor: pointer;
}
.attanding-name {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 2px 0;
}
.attanding-contact {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 2px 0;
}
.attanding-box {
    margin-bottom: 20px;
}
.attanding-info {
    margin-right: auto;
    padding-right: 20px;
}
.attanding-div {
    width: 100%;
}
.form .attanding-button .btn {
    width: auto;
}
.view-your-ticket button:hover img {
    filter: invert(37%) sepia(23%) saturate(2485%) hue-rotate(313deg) brightness(105%) contrast(98%);
}
.page-click {
    cursor: pointer;
}
.full-height {
    margin-bottom: 0 !important;
    height: calc(100vh - 185px);
}
.event-box {
    width: 578px;
}
.tab-content {
    width: 100%;
}
.recevi-attending-applications {
    padding-top: 52px;
}
.recevi-attending-applications .left-div, .recevi-attending-applications .right-div {
    height: calc(100vh - 52px);
}
.recevi-attending-applications .no-selected-item {
    height: calc(100vh - 53px);
}
.recevi-attending-applications .address-detail-popup {
    height: calc(100vh - 53px);
}
ul.dropdown-menu.notification-dropdown {
    width: 299px;
    padding: 0;
}
.h-menu li .dropdown-menu li:last-child {
    border: 0;
}
ul.dropdown-menu.notification-dropdown.dropdown-menu-end {
    width: 500px;
}
table.table-style {
    width: 100%;
    margin: 30px 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
table.table-style th {
    background: rgba(121, 72, 226, 1);
    color: var(--background, #FFFEFC);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px;
    text-transform: capitalize;
}
table.table-style td {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px;
    border-bottom: 1px solid #000;
    /* border-right: 1px solid #000; */
}
.select-option {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: #7A7A7A;
    border-style: solid;
    border-width: 1px;
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 7px 11px;
    border-top: 0;
    position: absolute;
    left: 10px;
    top: 58px;
    width: calc(100% - 20px);
    display: none;
    z-index: 11;
    background: #fff;
}
label.small-label {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0;
}
.grp-select {
    padding-bottom: 8px;
}
.inner .form-control.select-range {
    border-bottom: 0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.advance-select {
    position: relative;
    max-width: 147px;
}
.inner .select-option {
    display: block;
}
.custom-radio label:before {
    content: "";
}
.custom-radio label:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    background: #fff;
    flex: 0 0 18px;
    min-width: 18px;
    background: url(../images/radio-blank.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.custom-radio input:checked ~ label:before {
    content: "";
    position: absolute;
    /* left: 3px; */
    /* top: 2px; */
    background: url(../images/radio-fill.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.form-group.custom-radio {
    position: relative;
}
.form-group.custom-radio input {
    position: absolute;
    left: -9999px;
}
.form-group.custom-radio label {
    padding-left: 23px;
    margin: 8px 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.from-to-range .form-group {
    margin: 11px 0 !important;
}
.range-custom-check label:before {
    content: "";
}
.form-group.range-custom-check {
    padding-left: 28px;
    position: relative;
}
.form-group.range-custom-check label:before {
    content: "";
    content: "";
    border: solid 2px #000000;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    border-radius: 5px;
}
.form-group.range-custom-check input:checked ~ label:before {
    content: "";
    background: #7948E2;
    background: url(../images/icon-Checkbox.svg);
    border: 0;
    border-radius: 0;
    background-size: 100%;
}
.form-group.range-custom-check input#age-range {
    position: absolute;
    left: -999px;
}
.inner .close-dropdown {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    display: block;
    z-index: 11;
    opacity: 0;
}
.close-dropdown {
    display: none;
}
.select-option .form-group input[type=checkbox] ~ label {
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.select-option .form-group input[type=checkbox] ~ label:before {
    content: "";
    border-radius: 6px;
    border: 1px solid var(--font, #303030);
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 7px;
}
.select-option .form-group input[type=checkbox]:checked ~ label:before {
    content: "";
    background: #7948E2;
    background: url(../images/icon-Checkbox.svg);
    border: 0;
    border-radius: 0;
    background-size: 100%;
}
.select-option .form-group input[type=checkbox] {
    position: absolute;
    left: -9999px;
}
header ul.h-menu {
    padding-left: 50px;
}
.search-form .input-group .input-group-prepend .input-group-text svg, .search-form .input-group .input-group-prepend .input-group-text img {
    width: 19px;
}
.select2-container--default .select2-search--inline .select2-search__field{
    margin-top: 3px !important;
}
span.age-text, .price-text {
    font-size: 12px;
    line-height: 15px !important;
    color: red;
    margin-top: -5px;
    display: inline-block;
}

div#map_all {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.business-detail-banner {
    margin-top: 20px;
    width: 100%;
    height: 173px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}

.business-detail-banner img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-width: unset;
}

.dt1 a {
    clear: both;
    width: 100%;
    display: block;
    font-size: 16px;
    /* margin: 4px 0 0; */
}
label span {
    font-weight: 400;
    font-style: italic;
}
.age-group-div{
    display: none;
}

.agd-input {
    width: 86px;
    margin-right: 16px;
}

.agd-span {
    color: var(--gray-1, #333);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
    padding-top: 45px;
}
.infotext-event {
    color: var(--font, #303030);
    font-family: Montserrat;
    font-size: 15px;
    line-height: 23px;
    margin-top: 16px;
    font-weight: 500;
    font-style: italic;
}

.infotext-event ul {
    padding-left: 22px;
}

.infotext-event ul li {
    position: relative;
}

.infotext-event ul li:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background: #303030;
    border-radius: 33px;
}
.custom-check .form-check input ~ label.form-check-label{
    font-size: 15px;
}
.detail-text-area textarea {
    border-radius: 8px;
    border: 1px solid var(--7-a-7-a-7-a, #7A7A7A);
    width: 100%;
    height: 142px;
}

.detail-text-area {
    margin-top: 18px;
}

.type-box-text li {
    position: relative;
}

.type-box-text li:before {
    content: "";
    position: absolute;
    left: -14px;
    top: 9px;
    margin: auto;
    width: 3px;
    height: 3px;
    background: #767676;
    border-radius: 50%;
}

.font-weight-100{
    font-weight: 100;
}
.font-weight-200{
    font-weight: 200;
}
.font-weight-300{
    font-weight: 300;
}
.font-weight-400{
    font-weight: 400;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
.font-weight-700{
    font-weight: 700;
}
.font-weight-800{
    font-weight: 800;
}
.font-weight-900{
    font-weight: 900;
}

.color-purpal{
    color: #7948E2;
}

.font-Nothing-You-Could-Do{
    font-family: 'Nothing You Could Do', cursive;
}

.font-size-24{
    font-size: 20px;
}
.font-size-22{
    font-size: 18px;
}
.font-size-20{
    font-size: 16px;
}
.search-form .close-button {
    display: none;
}

.search-form .pages-heding {
    display: none !important;
}
.search-mobile-buttos {
    position: fixed;
    top: 64px;
    z-index: 22;
    width: calc(100% - 30px);
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    display: none;
}

.custom-new-check.search-filter .form-check label {
    width: 110px;
}

.custom-new-check.search-filter {
    margin-left: 18px;
}
.search-type-buttons {
    display: none;
}
div#map_all_canvas {
    height: 100%;
}
.st-total {
    display: none !important;
}
.alert-copy-text, body .copy-notify{
    display: none;
    position: fixed;
    bottom: 23px;
    right: 0;
    left: 0;
    margin: auto;
    background: #7948E2;
    width: 130px;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 14px 3px;
    border-radius: 8px;
    box-shadow: 0 0 20px #7948E2;   
    z-index: 99999999;
}
span#error-tikit > ul:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

span#error-tikit {
    position: relative;
}

section.blogListingSect.dashboard {
    margin-top: 54px;
}

small.text-uppercase.text-gray-500.small.d-block.lh-1 {
    font-weight: 600;
    font-size: 15px;
}

.dashboard .card-body {
    background: #7948E2;
    color: #fff;
    border-radius: 14px;
    padding: 22px 13px;
}

.dashboard .card-body i {
    font-size: 46px;
}

.dashboard .card-body .lh-1.mb-1 {
    font-size: 31px;
    margin-bottom: 17px !important;
}

.dashboard .card-body .d-flex.align-items-center {
    align-items: flex-start !important;
}

.dashboard .card {
    border: 0;
}

.notification span.active-event {
    margin: 0;
    position: absolute;
    font-size: 10px;
    font-weight: 700;
    right: -7px;
    top: -6px;
    min-width: 14px;
    height: 14px;
}

.button-scroll .st-custom-button, .button-scroll .rffs {
    border-radius: 8px !important;
    border: 2px solid var(--primary, #7948E2) !important;
    padding: 4px 16px !important;
    margin-bottom: 8px;
    display: flex !important;
    flex-direction: row;
    background: transparent !important;
    align-items: center;
    text-align: left !important;
    color: #7948E2 !important;
    font-family: Montserrat;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    height: 55px;
    min-height: unset;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}

.button-scroll .st-custom-button:before, .button-scroll .rffs:before {
    content: "";
    margin-right: 36px;
    width: 28px;
    height: 28px;
    object-fit: contain;
    background-image: none;
    background-size: contain;
}
.button-scroll .st-custom-button[data-network="email"]:before {
    background-image: url(../images/invite-icon-2.svg);
}
.button-scroll .st-custom-button[data-network="messenger"]:before {
    background-image: url(../images/Facebook_Messenger_logo_2018.svg.png);
}
.button-scroll .rffs[data-network="copy"]:before {
    background-image: url(../images/invite-icon-1.svg);
}
.button-scroll .st-custom-button[data-network="whatsapp"]:before {
    background-image: url(../images/invite-icon-4.svg);
}
.button-scroll .st-custom-button[data-network="twitter"]:before {
    background-image: url(../images/icon-twitter.png);
}
.button-scroll .st-custom-button[data-network="facebook"]:before {
    background-image: url(../images/icon-facebook.png);
}
.button-scroll .st-custom-button:hover {
    opacity: .8;
    top: -4px;
    transition: all 0.3s;
}
.dt1 a img {
    width: 21px;
}
.header-section-one {
    display: flex;
    align-items: center;
}

.h-menu li .dropdown-menu.notification-dropdown li {
    padding: 10px 14px;
    font-size: 14px;
}

.h-menu li .dropdown-menu.notification-dropdown li a {
    margin: auto;
    padding: 0;
    color: #7948E2 !important;
}

.h-menu li .dropdown-menu.notification-dropdown li:last-child a {
    text-align: center;
}

.notify-div {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    padding: 15px 19px;
    border-radius: 10px;
    margin: 10px 0;
}
.notify-div:first-child{
    margin-top: 0;
}

.notify-div .dat.d-flex {
    font-size: 12px;
    color: gray;
    line-height: normal;
}

.sidebar-nemu a {
    width: 100%;
    display: inline-block;
    padding: 9px 20px;
    border-bottom: solid 1px #e7e7e7;
    font-weight: 600;
}

.sidebar-nemu {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: 0;
    overflow: hidden;
}

.sidebar-nemu li:last-child a {
    border: 0;
}

.sidebar-nemu a.active {
    background: #7948E2;
    color: #fff;
}

#toast-container>.toast, #toast-container-new>.toast {
    border-radius: 16px;
    border: 4px solid var(--Primary, #7948E2);
    background: var(--Background, #FFFEFC);
    box-shadow: 0px 2px 4px 0px rgba(96, 41, 29, 0.28);
    padding: 16px;
    background-image: none !important;
    opacity: 1 !important;
    padding-right: 31px;
}
#toast-container>.toast.toast-success, #toast-container-new>.toast.toast-success{
    border: 4px solid #7948E2;
    text-align: left;
    width: 400px;
}
#toast-container>.toast.toast-error, #toast-container-new>.toast.toast-error{
    border: 4px solid rgba(233, 72, 87, 1);
}

.custom-toast {
    color: var(--Font, #303030);
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    padding-bottom: 4px;
}

.toast-message {
    color: var(--Font, #303030);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

button.toast-close-button {
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-modal-close.svg) !important;
    color: transparent !important;
    position: absolute;
    top: 15px;
    /* bottom: 0; */
    margin: auto;
    left: auto;
    right: 11px;
    background-position: center !important;
    background-size: cover !important;
    text-shadow: none !important;
}

.toast-error button.toast-close-button {
    color: rgba(233, 72, 87, 1) !important;
    background-image: url(../images/icon-modal-close-secondry.png) !important;
}
input.select-range.form-control {
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 8px;
}
.footer-menu ul.smallmenu li a {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer-menu ul.smallmenu {
    margin-top: 19px;
}

.daterangepicker.ltr.show-calendar.opensright {
    z-index: 1111111;
}
.daterangepicker.opensright {
    z-index: 1111111111;
}
#selectGender ~ .select2 span.select2-selection.select2-selection--single {
    width: 104px;
}

.top-bar-topbar .event-type {
    display: none;
}
.profile_image {
    position: absolute;
    left: 21px;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background: #fff;
    width: 128px;
    height: 128px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.3);
    border: 1px solid #A1A1A1;
}

.profile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.number-input-outer {
    margin-bottom: 20px;
}
.stripeCard .form-group {
    margin-bottom: 20px;
}
.price-field .input-group-text {
    height: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.input-group.price-field {
    width: 131px;
}
button.gm-control-active.gm-fullscreen-control {
    top: 54px !important;
}
.show-mobile{
    display: none;
}
.eventpage-links{
    display: none;
}
.clear-btn, .clear-search {
    display: inline-block;
    width: auto;
    margin-left: 10px;
    margin-top: 20px;
}
.toast-top-right{
    top: 60px !important;
}

a.btn.btn-primary.cae-form {
    /* height: 44px; */
    display: flex;
    align-items: center;
}

.daycheck .new-custom-check {
    margin: 4px 16px 0 0;
    padding: 0 0 0 25px;
}

.daycheck .new-custom-check input {
    width: 20px;
    height: 20px;
}

.daycheck .new-custom-check label:before {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border-width: 1px;
}
.show-days{
    display: none;
}
.view-your-ticket.chkbutton {
    position: absolute;
    right: 9px;
    bottom: 9px;
}

.view-your-ticket.chkbutton button img {
    width: 14px;
    margin: 0;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.view-your-ticket.chkbutton button {
    font-size: 14px;
    width: 56px;
    padding: 0;
    position: relative;
    padding-left: 24px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    justify-content: center;
}
.no-selected-item .address-detail-popup {
    display: block !important;
}
.no-event img {
    width: 80%;
    margin: 0 auto;
}

.no-event {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    max-width: 328px;
    margin: 0 auto;
}
.flex-acordian {
    align-items: self-start;
    margin-bottom: 20px;
}

.flex-acordian a.btn {
    width: auto;
    margin-left: 17px;
    padding: 9px 15px;
}

.flex-acordian .accordion-item {
    flex: 1;
    border-radius: 8px;
    border: 1px solid #7A7A7A;
    overflow: hidden;
}

.flex-acordian .accordion-item button.accordion-button {
    padding: 9px 13px;
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    border: 0;
}

.flex-acordian .accordion-item .accordion-body {
    padding: 0 13px;
}

.flex-acordian .accordion-item button.accordion-button:focus, .flex-acordian .accordion-item button.accordion-button:focus-visible {
    outline: none;
    box-shadow: none;
}

.ttlAcordian {
    color: var(--7-a-7-a-7-a, #7A7A7A);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contAcordian {
    color: var(--Font, #303030);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.account-info-box {
    min-height: 194px;
    flex-shrink: 0;
    background: #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 30px;
}

.create-business-page {
    margin-top: 51px;
}

.create-business-page .left-div, .create-business-page .right-div, .create-business-page .create-event-outer {
    top: 0 !important;
    height: calc(100vh - 52px);
}
.alldate {
    position: static;
    width: auto;
    display: inline-block;
    border: 0;
    padding: 0;
    margin-left: auto;
    float: right;
}
img.share-event {max-width: 35%;margin: 20px auto;}

.form .btn.popup-btn {
    width: auto;
    position: absolute;
    bottom: 9px;
    right: 9px;
    margin: 0;
}
.view-your-ticket.chkbutton.ah {
    bottom: 53px;
}
div#toast-container-new {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11111111;
}
.stripe-content p {
    font-size: 20px;
    font-weight: 500;
}

.custom-radio label {
    padding-left: 27px !important;
}

.select-option .form-group.custom-radio input[type=checkbox] ~ label:before {
    border: 0;
}

.select-option .form-group.custom-radio input[type=checkbox]:checked ~ label:before {
    background: url(../images/radio-fill.svg);
    background-size: contain;
}

body .dropzone {
    border: 2px solid #7948E2;
    border-radius: 8px;
}

body .dropzone .dz-message .dz-button {
    color: #7948E2;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    text-align: center;
    padding: 8px 12px;
    transition: all 0.3s;
}

body div#my-dropzone-header.dropzone {
    padding: 0;
    height: auto;
    min-height: 100px;
}

body div#my-dropzone-header.dropzone .dz-image {width: 100px;height: 100px;border-radius: 5px;}

body div#my-dropzone-header.dropzone .dz-preview.dz-processing.dz-error.dz-complete.dz-image-preview {
    margin: 8px;
}

body div#my-dropzone-header.dropzone .dz-details {
    padding: 11px;
    margin: auto;
    top: 0;
    bottom: 0;
}

body div#my-dropzone-header.dropzone .dz-progress {
    margin: auto;
}
.dropzone.dz-clickable.dz-started {
    padding: 0;
}

.dropzone.dz-clickable.dz-started .dz-preview .dz-image {
    border-radius: 8px;
}

body .dropzone .dz-preview.dz-image-preview {
    margin: 12px;
}


div#loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999;
    background: #fffffff5;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

div#loader img {
    max-width: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}




.preview-images-zone {
    width: 100%;
    border: 0;
    min-height: 143px;
    /* display: flex; */
    padding: 8px;
    position: relative;
    overflow: auto;
    background: #F2F2F2;
}

.preview-images-zone > .preview-image:first-child {
    height: 185px;
    width: 185px;
    position: relative;
    margin-right: 5px;
}

.preview-images-zone > .preview-image {
    height: 127px;
    width: 127px;
    position: relative;
    margin-right: 5px;
    /* float: left; */
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
}

.preview-images-zone > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.preview-images-zone > .preview-image > .image-zone > img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.preview-images-zone > .preview-image > .tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.preview-images-zone > .preview-image > .image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}

.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}

.preview-image:hover > .tools-edit-image, .preview-image:hover > .image-cancel {
    display: block;
}

.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

/*.container {
padding-top: 50px;
}*/
.preview-images-zone .form-group {
    margin: 0;
    display: inline-block;
}

.preview-images-zone .uploadImg:hover, .preview-images-zone .uploadImg:focus {
    color: rgba(0, 0, 0, 0.5);
}

.preview-images-zone .uploadImg {
    width: 122px;
    height: 127px;
    display: inline-block;
    background: #BFBFBF;
    border-radius: 5px;
    text-align: center;
    font-size: 35px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    padding: 40px 0;
}
a.btn.btn-light.btn-edit-image {
    width: auto;
}
.noeventsfound {
    /* color: #767676; */
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.countRefund {
    border-radius: 50px;
    background: #E94857;
    display: flex;
    width: 25px;
    height: 25px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFFEFC;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: auto;
    margin-right: 0;
}

#ticket-accordian .flex-acordian .accordion-item button.accordion-button:after {
    margin-left: 8px;
}
.left-div .view-your-ticket.chkbutton.ah {
    bottom: 9px;
}

.gm-style-iw-d .address-content {
    width: auto;
}

.gm-style-iw-d .address-content .view-your-ticket.chkbutton.ah {
    bottom: 9px;
}
ul.ticket-number li:last-child {
    margin-bottom: 14px;
}
span.delete-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 1;
}
.form-control:focus {
    border-color: #7A7A7A !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #7948E2 !important;
}
.range.disable {
    opacity: 0.5;
    pointer-events: none;
}
body .price .irs--round span.irs-from, body .price .irs--round span.irs-to {
    display: flex;
}
.error_class {
    font-size: 13px;
    color: red;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    bottom: -17px;
    display: none;
}
.select2.select2-container ~ .select2.select2-container {
    display: none;
}
.create-business-page .create-event-outer {
    display: block;
    height: calc(100vh - 52px);
    top: 51px !important;
}
.attending-events-layout .content-area, .my-events-layout .content-area {
    height: 55px;
}
.attending-events-layout .left-div, .my-events-layout .left-div {
    height: calc(100vh - 107px);
}
.attending-events-layout .right-div, .my-events-layout .right-div {
    height: calc(100vh - 107px);
}
.attending-events-layout .no-selected-item, .my-events-layout .no-selected-item {
    height: calc(100vh - 108px);
}
.attending-events-layout .address-detail-popup, .my-events-layout .address-detail-popup{
    height: calc(100vh - 107px);
}
.toast-message a {
    color: #7948E2 !important;
}
button.gm-ui-hover-effect, button.gm-ui-hover-effect:hover, button.gm-ui-hover-effect:focus, button.gm-ui-hover-effect:active {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}
.h-menu li .dropdown-menu a:hover {
    background: #523098;
    color: #fff !important;
    text-decoration: auto;
}
span.active-event {
    margin-left: auto;
}
.logedin .header-section-one, .logedin .header-section-three {
    flex: 0 0 50%;
}
.-layout li.notification {
    display: none;
}
.-layout.logedin li.notification {
    display: block;
}
img.stripe-logo {
    width: 56px;
    margin: 0 19px;
    filter: brightness(10);
}
.notification > .btn-group > .btn-secondary {
    padding-left: 9px !important;
    border-radius: 30px;
}
.notification > .btn-group > .btn-secondary:hover, .notification > .btn-group > .btn-secondary:active, .notification > .btn-group > .btn-secondary:focus {
    border-radius: 30px;
}
.accountCreated .modal-dialog {
    max-width: 615px;
    width: 90%;
}

.accountCreated .modal-dialog .text-center>img {
    width: 94%;
    margin-top: 53px;
}

.accountCreated .modal-dialog p {
    font-size: 20px;
    margin-bottom: 26px;
}

.accountCreated .modal-dialog button.btn.btn-primary.popup-page-close {
    margin-top: 17px;
}
.confirm-mail-text {
    color: #7948E2;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}
span#select-search-error {
    flex: 0 0 100%;
    font-size: 13px;
    color: red;
    font-weight: 500;
    line-height: normal;
}
.no-event.width-auto {
    max-width: unset;
}

.no-event.width-auto img {
    max-height: calc(100vh - 81px);
}