@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Poppins:wght@300;400&display=swap);
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "proxima_nova_altbold";
    src: url("/fonts/proxima_nova_alt_bold-webfont.woff2") format("woff2"),
        url("/fonts/proxima_nova_alt_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_nova_altlight";
    src: url("/fonts/proxima_nova_alt_light-webfont.woff2") format("woff2"),
        url("/fonts/proxima_nova_alt_light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_nova_altthin";
    src: url("/fonts/proxima_nova_alt_thin-webfont.woff2") format("woff2"),
        url("/fonts/proxima_nova_alt_thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_novablack";
    src: url("/fonts/proxima_nova_black-webfont.woff2") format("woff2"),
        url("/fonts/proxima_nova_black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_novabold";
    src: url("/fonts/proxima_nova_bold-webfont.woff2") format("woff2"),
        url("/fonts/proxima_nova_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_novaextrabold";
    src: url("/fonts/proxima_nova_extrabold-webfont.woff2") format("woff2"),
        url("/fonts/proxima_nova_extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_novathin";
    src: url("/fonts/proxima_nova_thin-webfont.woff2") format("woff2"),
        url("/fonts/proxima_nova_thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_novaregular";
    src: url("/fonts/proximanova-regular-webfont.woff2") format("woff2"),
        url("/fonts/proximanova-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-color: #d3dff9;
    --secondary-color: #ededed;
    --body-color: #fafafa;
    --btn-color: #0294ff;
    --btn-background: #d3dff9;
    --text-color: #000000;
}

body {
    /* font-family: "Montserrat", sans-serif; */
    font-family: "proxima_novaregular";
    /* font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif; */
    background-color: var(--body-color);
}

.centering-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.form-input {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    padding: 10px;
    color: #979797;
}
.modal-btn {
    display: flex;
    justify-content: flex-end;
    padding: 5px 25px;
    background-color: #d3dff9;
    color: #0294ff;
    border: 1px solid #0294ff;
    border-radius: 8px;
    margin: 10px 0 0 0;
}
.modal-btn:hover {
    background: #bad6fa;
}

input:focus {
    outline: none;
}
.quick-search-links {
    padding: 6px 16px;
    font-size: 17px;
    color: #4b4b4b;
    text-decoration: none;
    font-weight: 700;
}
.public-private-btn,
.base-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--btn-color);
    background-color: var(--btn-background);
    padding: 4px 8px;
    border-radius: 15px;
    color: var(--btn-color);
    font-size: 14px;
    min-width: 108px;
    height: 30px;
    margin: 4px 0 4px 6px;
}
.base-btn a {
    text-decoration: none;
}
.ql-toolbar {
    background-color: #f3f3f3 !important;
}
.ql-editor {
    background-color: #ffffff !important;
    height: 254px !important;
}

.datepicker-buttons-container .datepicker-button {
    width: 100%;
    z-index: 10 !important;
}

.event-search-date .datetimepicker .datepicker {
    left: -190px !important;
}

/* navbar */
.logo-dashboard img {
    width: 150px;
    height: 60px;
    margin: 5px 20px;
}
.dashboard-header {
    display: flex;
    justify-content: space-between;
    background-color: var(--primary-color);
    width: 100%;
    align-items: center;
}
.dashboard-header-right ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.dashboard-header-right a {
    color: #000000;
}
.dashboard-header-right ul li a div {
    border-left: none !important;
    font-weight: 400;
}
.user-profile-main {
    position: relative;
    cursor: pointer;
}

.user-profile-dropdown {
    position: absolute;
    background-color: white;
    min-width: 200px;
    width: 100%;
    display: none;
    flex-direction: column;
    top: 52px;
    right: 0;
    border: 1px solid #dddddd;
    border-radius: 6px;
    box-shadow: 0px 0px 60px -26px rgb(0 0 0 / 25%);
    z-index: 100;
    padding: 4px 0;
}

/* .user-profile-dropdown button {
    border-bottom: 1px solid #dddddd !important;
}

.user-profile-dropdown button:last-child {
    border-bottom: none !important;
} */

.user-profile-dropdown button {
    background-color: transparent;
    width: 100%;
    padding: 7px 10px;
    border: none;
    font-size: 15px;
    text-align: left;
}

.user-profile-dropdown button:hover {
    background: #f4f4f4;
}

.nav-header {
    background-color: var(--primary-color);
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
}

.nav-header_right {
    right: 0;
    padding-right: 24px;
}

.nav-header ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
}

.nav-links {
    padding: 12px;
    font-size: 14.2px;
    font-weight: 600;
    /* sans-serif */
    font-family: system-ui !important;
    display: flex;
    align-items: center;
}

.nav-links img {
    width: 26px;
}

.nav-links a:hover,
.nav-links button:hover {
    color: white;
    cursor: pointer;
}

.nav-links button {
    background-color: transparent;
    border: none;
    padding: 12px;
    font-size: 14.2px;
    font-weight: 600;
    color: var(--text-color);
    font-family: system-ui !important;
}

button:hover {
    cursor: pointer;
}

.nav-header ul li a {
    text-decoration: none;
    color: var(--text-color);
}

.nav-header_logo {
    height: 120px;
    margin-left: 24px;
}

.user_avatar {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin: 0 0 0 10px;
    -o-object-fit: cover;
       object-fit: cover;
}

.userInfo {
    display: flex;
    align-items: center;
    font-family: system-ui !important;
}

.userInfo div {
    border-left: 1px solid rgb(175, 175, 175);
    font-size: 16px;
    font-weight: 500;
    padding-left: 11px;
}

.nav-header_notification {
    margin: 0 0 0 2px;
}

.nav-header_notification i {
    background-color: #616672;
    color: #d3dff9;
    padding: 6px 7px;
    border-radius: 50px;
}

.event-body {
    flex: 1;
    /* position: relative; */
}

.event-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.nav-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.popular-container {
    box-sizing: border-box;
    box-shadow: 0 4px 2px -2px rgb(0, 0, 0, 0.25);
}

/* Footer */
.event-footer {
    background-color: var(--primary-color);
    display: flex;
    margin: 16px 0 0 0;
    padding: 10px 24px;
}

.event-footer-left {
    width: 62%;
}

.event-footer-right {
    width: 38%;
}

.event-footer ul {
    list-style: none;
}

.event-footer ul li {
    font-size: 14px;
    /* display: flex; */
    color: var(--text-color);
    font-weight: 500;
    padding: 3px 0;
}

.event-footer ul li a {
    color: #6ca1eb;
}

.event-footer ul li:before {
    content: "\003E";
    width: 5px;
    height: 5px;
    padding-right: 10px;
}

/* My-event or submitted events form */

.my-event-title {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #589cef;
    padding: 0 10px 20px;
    font-size: 18px;
    box-shadow: 0 4px 2px -2px rgb(0, 0, 0, 0.25);
}

.my-event {
    display: flex;
    padding: 0 24px;
}

.my-event-right {
    flex: 1;
    margin: 10px 0 0 18px;
}

.events-right-title {
    text-align: center;
    color: var(--text-color);
    margin: 20px 0;
}

.my-event-details {
    display: flex;
    background-color: white;
    padding: 10px;
    border-bottom: 2px solid rgb(182, 182, 182);
    justify-content: space-between;
}

.my-event-details > div {
    display: flex;
}

.my-event-details-left {
    width: 148px;
    height: 148px;
    border-radius: 8px;
}

.my-event-details-left img {
    width: 148px;
    height: 148px;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
}

.my-event-details-center {
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}

.my-event-details-center span {
    font-size: 14px;
}

.my-event-details-center p {
    font-size: 14px;
    color: var(--text-color);
}

.my-event-details-middle {
    display: flex;
    align-items: center;
    margin: 8px 0;
    font-size: 14px;
    position: relative;
}

.my-event-details-middle div {
    display: flex;
}

.my-event-details-middle-like {
    background-color: rgb(226, 226, 226);
    padding: 2px 10px;
    margin-right: 5px;
    width: 52px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-event-details-middle-center p b {
    margin: 0 3px;
}

.my-event-details-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 58px;
}

.my-event-details-right span {
    display: flex;
    justify-content: center;
    background-color: #e0e0e0;
    padding: 4px 8px;
    border-radius: 15px;
    color: #1c5fdd;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    width: 70px;
    margin: 4px 0;
}

/* alert container */
.alert-action-container {
    position: fixed;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    top: 0;
    left: 0;
    z-index: 130;
}

.alert-action {
    min-width: 25%;
    max-width: 70%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ffffff;
    padding: 5px 20px;
}

/* Submit event */
.submit-event-container > h1,
.submit-event-container > p {
    text-align: center;
}

.submit-event-container > h1 {
    font-size: 28px;
    font-weight: 500;
    color: #494949;
    margin: 24px auto 5px;
}

.submit-event-container > p {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    margin: 0 20px 10px;
}

/* overwriting style on description package (wysiwyg) */
.editr {
    border-radius: 8px;
    background-color: white !important;
    width: 100% !important;
}

.editr .editr--toolbar {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.editr--toolbar .dashboard {
    width: 88% !important;
    border: 1px solid white !important;
    margin-top: 2px !important;
}

/* Notification */
.notification-header {
    background-color: var(--primary-color);
}

.notification-header h3 {
    text-align: center;
    color: #589cef;
    padding: 0 0 20px;
}

.notification-container {
    display: flex;
}

.notification-body {
    border-bottom: 1px solid rgb(212, 212, 212);
    width: 70%;
    padding: 15px;
    font-size: 1.1rem;
    margin: 0 auto;
}

.notification-body:hover {
    background-color: #edf0f9;
}

.notification-body h3 {
    margin: 10px 0 3px;
    color: rgb(58, 58, 58);
    font-size: medium;
}

.notification-body p {
    margin: 0 0 4px;
    color: rgb(78, 78, 78);
    font-weight: 500;
    font-size: medium;
}

.favorite-header {
    background-color: var(--primary-color);
    padding: 0 15px;
    box-shadow: 0 4px 2px -2px rgb(0, 0, 0, 0.25);
}

.title-shadow {
    box-shadow: 0 4px 2px -2px rgb(0, 0, 0, 0.25);
    background-color: var(--primary-color);
    display: flex;
    height: 6px;
}

.favorite-header h3 {
    text-align: center;
    color: #589cef;
    padding: 0 0 20px;
}

/* Sidebar */
.sidebar-container {
    display: none;
}

.sidebar-container ul {
    display: flex;
    flex-direction: column;
}

.sidebar-container ul li {
    margin: 5px 0;
}

.sidebar-nav-links a {
    font-size: 18px;
    color: #ff502a !important;
    font-weight: 600;
}

.sidebar-nav-links a:hover {
    color: #439cff !important;
}

.sidebar-nav-links button {
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #ff502a;
    font-weight: 600;
}

.sidebar-nav-links button:hover {
    color: #439cff;
}

/* creating loader */
.loader {
    width: 65px;
    height: 65px;
    border: 3px solid #0294ff;
    border-bottom-color: #b8d7ee;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.on-loading {
    width: 18px;
    height: 18px;
    border: 2px solid #0294ff;
    border-bottom-color: #b8d7ee;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader-space {
    margin-right: 5px;
}

.no-event-found {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

/* Terms and conditions */
.terms-container {
    line-height: 1.6;
    background-color: white;
    width: 85%;
    padding: 24px;
    margin: 10px auto 0;
}

.top-actions {
    margin-bottom: 30px;
}

.tos {
    font-size: 17px;
    font-weight: bold;
    text-align: justify;
}

.headers {
    font-size: 20px;
}

.home-button {
    border: 1px solid #0294ff;
    padding: 6px 10px;
    border-radius: 12px;
    font-weight: 700;
    outline: none;
    background-color: #d3dff9;
    color: #0294ff;
}

a {
    color: #0294ff;
}

.home-button a {
    text-decoration: none;
}

.agree_button {
    border: 1px solid #0294ff;
    padding: 6px 10px;
    border-radius: 12px;
    font-weight: 700;
    outline: none;
    background-color: #d3dff9;
    color: #0294ff;
    min-width: 87px;
    text-decoration: underline;
}

.buttom-actions {
    margin-top: 20px;
}

.with-red {
    color: red;
}

.tos-form {
    position: absolute;
    right: 40px;
    bottom: 20px;
}

.tos-form button,
.terms-msg-btn {
    padding: 6px 30px;
    background-color: #d3dff9;
    border: 1px solid #0294ff;
    border-radius: 4px;
    font-size: 14px;
    color: #0294ff;
}

.tos-form button:hover,
.terms-msg-btn:hover {
    cursor: pointer;
    /* background-color: rgb(208, 240, 208); */
    /* background-color: #0294ff; */
    /* padding: 10px; */
    /* border-radius: 4px; */
}

/* ticket order status */
.ticket-order-status {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    margin: 20px;
    padding: 50px 0;
}

.ticket-order-status h1 {
    text-align: center;
    font-size: 24px;
    margin: 25px 0;
}

.ticket-order-status .div--1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4caf50;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 20px 0;
}

.ticket-order-status i {
    font-size: 25px;
}

/* End of terms */

/* Purchase or show ticket */
.event-details-right-ticket {
    display: flex;
    align-items: center;
}

.event-details-right-ticket img {
    width: 50px;
    height: 50px;
}

.event-details-right-ticket h4 {
    font-size: 16px;
    margin-bottom: 3px;
}

.event-details-right-ticket button {
    border: 1px solid var(--btn-color);
    background-color: var(--btn-background);
    color: var(--btn-color);
    height: 28px;
    margin-top: 0;
    margin-bottom: 6px;
    border-radius: 15px;
    outline: none;
    min-width: 150px;
    text-align: center;
}

/* Start Error pages */
.page-not-found {
    width: 80%;
    height: calc(100vh - 60px);
    margin: 30px auto;
}

.page-not-found-left img {
    height: 80px;
    margin-bottom: 20px;
}

.page-not-found-right {
    width: 70%;
    margin: 0 auto;
}

.page-not-found-right div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.page-not-found-right a {
    text-decoration: none;
    background-color: #d3dff9;
    border: 1px solid #0094ff;
    padding: 10px 25px;
    margin-left: 10px;
    border-radius: 7px;
}

.under-maintenance-page {
    text-align: center;
}

.under-maintenance-page h1 {
    margin-bottom: 20px;
}

.under-maintenance-page h2 {
    margin-bottom: 10px;
}

.under-maintenance-page p {
    font-weight: 600;
}

.social-follow {
    width: 8px !important;
    height: 9px !important;
}
.social-share {
    width: 10px !important;
    height: 10px !important;
}

/* End Error pages */

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-container {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255, 0.4);
    z-index: 120;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
}

/* ending loader */

/* fading in and out */
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
    z-index: 100;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

/* Gifting tickets */
.gift-user-exist {
    font-size: 14px;
    color: #20822e;
    display: flex;
    align-items: center;
}

.gift-user-exist span {
    background-color: #20822e;
    color: #ffffff !important;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    border-radius: 50%;
}

.gift-user-not-exist {
    font-size: 14px;
    color: #11507c;
    display: flex;
    align-items: center;
}

.gift-user-not-exist span {
    background-color: #ce1e1e;
    color: #ffffff !important;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    border-radius: 50%;
}

.b-margin {
    margin-top: 7px;
}

.gift-input-container {
    position: relative;
}

.gift-input-container .on-loading {
    position: absolute;
    right: 0;
    top: 9px;
}
/* End of gifting tickets */

.user-profile-logout button {
    background-color: transparent;
    color: #000000 !important;
    width: 100%;
    padding: 7px 10px;
    border: none;
    font-size: 15px;
    text-align: left;
}
.user-profile-logout button:hover {
    background: #f4f4f4;
}

/* Dashboard table styles */
.custom-table tbody a {
    text-decoration: none;
}

.custom-table {
    border-collapse: collapse;
    width: 100%;
}

.custom-table td {
    padding: 10px 8px;
}

.custom-table th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 16px 8px;
    text-align: left;
    background-color: #efefef;
    color: black;
}
.custom-table tbody tr td {
    font-size: 15px;
    color: #5e5e5e;
}
.custom-table tbody tr:hover {
    background-color: #f6f6f6;
}
.custom-table .expand-row i {
    background: #ddd;
    color: #686868 !important;
    border-radius: 50%;
    padding: 2px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    cursor: pointer;
}
.custom-table .expanded-row {
    background: #fafafa;
}
/* End ofdDashboard table styles */
.pending-status {
    width: 12px;
    height: 12px;
    background: #f5a825;
    margin-left: 10px;
    border-radius: 50%;
}

/* Phone number input component */
.m-phone-number-input:not(.--no-flags)
    .m-phone-number-input__select
    .m-select-input
    input {
    padding-left: 2.25rem !important;
    font-size: 12px;
}
.m-phone-number-input__select {
    width: 6rem !important;
}
/* Phone number input component */

@media (max-width: 1260px) {
    .event-footer {
        flex-direction: column;
    }

    .event-footer-left {
        width: auto;
    }

    .event-footer-right {
        width: auto;
    }
}

@media (max-width: 1200px) {
    .dashboard-header {
        width: 1200px;
    }
}

@media (max-width: 1060px) {
    .nav-header_logo {
        height: 100px;
    }
}

@media (max-width: 1020px) {
    .sidebar-container {
        display: flex;
    }

    .logo-container {
        margin-left: 50px;
    }

    .nav-header_right {
        position: absolute;
        right: 30px;
    }

    .nav-main {
        display: none;
    }
}

@media (max-width: 930px) {
    .nav-header_logo {
        height: 100px;
    }

    .nav-links,
    .nav-links button {
        padding: 5px;
    }
}

@media (max-width: 690px) {
    .my-event-details-left {
        width: 100%;
        height: 148px;
        border-radius: 8px;
        overflow: hidden;
    }

    .my-event-details-left img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .notification-body {
        width: 90%;
    }
}

@media (max-width: 630px) {
    .my-event {
        flex-direction: column;
    }

    .my-event-right {
        margin-left: 0;
    }

    .event-search-date .datetimepicker .datepicker {
        left: 0 !important;
    }
}

@media (max-width: 600px) {
    .nav-header_right {
        float: left;
    }

    .logo-container {
        margin-left: 0;
    }

    .my-event {
        flex-direction: column;
    }

    .events-right-title {
        text-align: left;
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .nav-header {
        width: 100%;
        display: flex;
    }

    .sidebar-container {
        position: absolute;
        top: 10px;
        width: 20%;
    }

    .nav-header-container {
        /* width: 80%; */
        flex-direction: column-reverse;
        margin-left: 0;
    }

    .logo-container {
        margin-top: 40px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .nav-header_logo {
        height: 80px;
        margin-top: -10px;
        margin-left: 0;
    }

    .nav-header_right {
        position: absolute;
        top: 10px;
        right: 0;
    }

    .page-not-found-right {
        width: 100%;
    }
}

