* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
html {
    font-size: 16px;
}
body {
    background-color: black;
}
.my-web-navbar .my-nav-link-header,
.my-web-navbar .login-register-btn {
    font-size: 1rem;
    font-weight: 500;
}

.my-web-navbar {
    position: sticky;
    top: 0%;
    z-index: 555;
}
.my-web-navbar,
.button-form-mynav {
    background-color: #121416;
}
.header-logo {
    height: 4rem;
    width: 2.5rem;
}
.my-nav-link-header {
    color: white;
    margin-left: 1.25rem;
}
.my-nav-link-header:hover,
.plus-sign-header {
    color: #e5c530;
}
.login-register-btn {
    color: white;
}
.login-phone-btn {
    background-color: #e5c530;
    color: black;
    font-weight: 600;
}
.login-register-btn:hover,
.login-phone-btn:hover,
.login-phone-btn:focus {
    background-color: #e5c530;
    color: black;
}
#login-btn-header {
    background-color: #e5c530;
    color: black;
    font-weight: 600;
}
#login-btn-header:hover {
    color: #e5c530;
    background-color: black;
    border: 1px solid #e5c530;
}
li .drop-down-for-services {
    background-color: #121416;
}
li .drop-down-items-for-services {
    color: white;
}
li .drop-down-items-for-services:hover {
    background-color: #e5c530;
    color: black;
}
.my-web-footer {
    background-color: #121416;
    color: rgb(175, 175, 174);
}
.footer-links-div ul li a {
    color: rgb(156, 156, 155);
}
.adress-last-link-highlight {
    color: #e5c530;
}
.adress-link-highlight {
    color: #e5c530;
    border-bottom: 1px solid rgb(175, 175, 174);
}
.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: #2b2a2a;
    border-radius: 0.4rem;
    padding: 4rem;
}
.login-form {
    width: 100%;
    color: rgb(175, 175, 174);
}
.form-label {
    font-size: 0.8rem;
}
form div input {
    height: 3rem;
}
form div input:focus {
    border: none !important;
    box-shadow: none !important ;
    outline: none !important ;
}
.fa-eye-slash {
    font-size: 0.7rem;
    position: relative;
    top: 0.03rem;
}
.form-check-input {
    border-radius: 0 !important;
}
.form-check-input:checked {
    background-color: #e5c530;
    border-color: #e5c530;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='black'  d='M16.704 5.29a1 1 0 0 1 0 1.42l-8.01 8.01a1 1 0 0 1-1.42 0l-4.01-4.01a1 1 0 0 1 1.42-1.42l3.3 3.3 7.3-7.3a1 1 0 0 1 1.42 0z'/%3e%3c/svg%3e");
}
.check-box-for-remember {
    font-size: 0.8rem;
}

.submit-btn-for-forms {
    width: 100%;
    height: 3rem;
    color: black;
    background-color: #e5c530;
    font-weight: 500;
    font-size: 1.2rem;
}
.submit-btn-for-forms:hover {
    color: black;
    background-color: #b1961e;
}
.login-form-anchor {
    color: rgb(175, 175, 174);
    font-weight: 600;
}
.devider-for-login-form {
    color: #e5c530;
}
.devider-for-login-form::before,
.devider-for-login-form::after {
    content: "";
    flex: 1;
    height: 0.16rem;
    background: #d1cccc;
}
.devider-for-login-form:not(:empty)::before {
    margin-right: 0.625rem;
}

.devider-for-login-form:not(:empty)::after {
    margin-left: 0.625rem;
}
.resend-btn-otp-form {
    color: #e5c530;
    font-size: 0.8rem;
}
.resend-btn-otp-form:hover {
    color: #b1961e;
}
.event-page-search-city-date-div {
    background-color: #2b2a2a;
    color: rgb(175, 175, 174);
    padding: 2rem;
}
.dropdown-for-city-location{
    background-color: white;
    color: black;
}


.search-event-feild:focus,
.search-city-date-btn:focus {
    border: none !important;
    box-shadow: none !important ;
    outline: none !important ;
}
#search-btn-in-event {
    background-color: #e5c530;
    color: black;
}
#search-btn-in-event:hover {
background-color: #b1961e;
}

#search-btn-in-event:focus,
.search-city-date-btn:focus {
    background-color: #e5c530;
}
.btn.search-city-date-btn,
.search-event-feild,
.search-city-date-btn {
    height: 2.5rem !important;
    font-size: 0.9rem;
}



.input-group-text {
    height: 2.5rem !important;
}
.main-div-contain-event-box {
    background-color: #2b2a2a;
    color: white;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
}
.event-box-for-image-text {
    display: flex;
    border-radius: 0.5rem;
}
.event-box-anchor {
    height: 18rem;
    width: 17rem;
    overflow: hidden;
    border-radius: 0.5rem;
    border: 0.04rem solid #e5c530;
}
.event-box-iamge {
    height: 75%;
    width: 100%;
    object-fit: cover;
}
.event-box-text-div {
    background-color: #2b2a2a;
    height: 25%;
    width: 100%;
}
.title-of-event {
    font-size: 0.7rem;
}
.event-detail-top-image {
    height: 70lvh;
    width: 100%;
    object-fit: cover;
}
.calender-watch-image {
    height: 50%;
    width: 10%;
    object-fit: contain;
}
.heading-watch-calender {
    font-size: 1.7rem;
}
ul li .btn-pill-venue-ticket-event {
    width: 100%;
    background-color: white;
    color: black;
    margin: 2rem;
    font-weight: 500;
}
.btn-pill-venue-ticket-event:focus,
.btn-pill-venue-ticket-event:active,
.btn-pill-venue-ticket-event.show {
    background-color: #e5c530 !important;
    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
}
.btn-pill-venue-ticket-event.active {
    background-color: #e5c530 !important;
    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
}
.btn-pill-venue-ticket-event:hover {
    color: #000;
}
.join-fee-main-div {
    margin: 3rem;
    font-weight: 500;
}
.join-fee {
    font-size: 2rem;
    border-bottom: 0.09rem solid #e5c530;
}
.btn-sign-plus-negative-div {
    font-size: 1.5rem;
}
.plus-negative-btn {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    font-weight: 500;
    background-color: white;
    color: black;
    border: 1px solid #ccc;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plus-negative-btn:hover,
.plus-negative-btn:focus {
    background-color: #e5c530;
    color: black;
}
.join-event-btn {
    width: 30%;
    background-color: #e5c530;
    color: black;
    font-weight: 500;
}
.join-event-btn:hover {
    background-color: #b1961e;
}
.event-organizer-div,
.event-entertainer-div {
    background-color: #2b2a2a;
}
.organizer-singer-musician-image {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    object-fit: cover;
}
.user-review-main-div {
    font-size: 0.8rem;
    font-weight: 500;
}
.review-user-image {
    height: 2.2rem;
    width: 2.2rem;
    object-fit: cover;
}
.rating-review-user-div {
    color: #e5c530;
    font-size: 1.5rem;
}
.show-all-review-div {
    font-size: 1.2rem;
    color: #e5c530;
}
.venue-image {
    height: 75lvh;
    width: 100%;
    object-fit: cover;
}
.form-container-join-event {
    background-color: #2b2a2a;
    font-size: 1rem;
    padding: 2rem;
    border-radius: 0.5rem;
}
.input-uniform {
    height: calc(2.5rem + 2px) !important;
    font-size: 1rem;
}
.input-uniform:focus {
    border: none !important;
    box-shadow: none !important ;
    outline: none !important ;
}
.submit-btn-for-genrate-ticket {
    color: black;
    background-color: #e5c530;
    width: 40%;
    height: 80%;
    font-weight: 500;
    font-size: 1.2rem;
}
.submit-btn-for-genrate-ticket:hover {
    color: black;
    background-color: #b1961e;
}
.lebel-of-join-event-input {
    color: white;
    font-size: 1rem;
}
.sidebar {
    width: 13.75rem;
    transition: margin 0.25s ease-out;
    overflow: hidden;
    background: black;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5555;
}
.sidebar-logo {
    display: block;
    height: 5rem;
    width: 2.5rem;
    margin: 1.25rem auto;
}
.sidebar-menu {
    width: 100%;
    font-size: 0.9rem;
    list-style: none;
    border: none;
    padding: 0;
    margin: 0;
}
.sidebar-item {
    margin: 0.625rem 0;
}
.sidebar-link {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1.25rem;
}
.sidebar-link:hover {
    background-color: #e5c530;
    color: #fff;
}
.sidebar-link.active {
    background-color: #e5c530;
    color: #fff;
}
.sidebar-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1rem;
    object-fit: contain;
}
.sidebar-link.active .sidebar-icon,
.sidebar-link:hover .sidebar-icon {
    filter: brightness(0) saturate(100%);
}
.dashboard-nav {
    position: sticky;
    top: 0%;
    z-index: 555;
    height: 3.75rem;
}
.profile-image {
    height: 2rem;
    width: 2rem;
}
body.collapsed .sidebar {
    width: 0;
    overflow: hidden;
    transition: width 0.2s ease-in-out;
}
#dashboardSidebarRightContent {
    margin-left: 13.75rem;
    transition: margin-left 0.2s ease-in-out;
}
body.collapsed #dashboardSidebarRightContent {
    margin-left: 0;
    transition: margin-left 0.2s ease-in-out;
}
body.collapsed .create-event-container-div,
.create-event-container-main-div {
    max-width: 100%;
}

.dashboard-heading {
    font-weight: 800;
}
.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
}
.dash-card-image {
    height: 1.5rem;
    width: 1.5rem;
    object-fit: contain;
}
.dashboard-text-div-top {
    color: rgb(123, 123, 123);
    font-size: 1.1rem;
    font-weight: 500;
}
.dashboard-text-div-bottom {
    font-weight: 500;
    font-size: 1.4rem;
}
.create-event-container-main-div {
    background-color: #202020;
}
.create-event-container-div {
    background-color: #2b2a2a;
}
.myprofile-update-btn,
.create-event-submit-btn {
    background-color: #e5c530;
    color: black;
    width: 40%;
    font-size: 1.3rem;
    font-weight: 500;
    border: none;
}
.myprofile-update-btn:hover,
.create-event-submit-btn:hover {
    background-color: #b1961e;
    color: black;
}
.myprofile-image {
    height: 12.25rem;
    width: 12.25rem;
}
.profile-edit-icon {
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}
.create-join-recruiter-pills {
    width: 50%;
}
.create-join-recruiter-pills-btn.active {
    background-color: #e5c530 !important;
}
.create-join-recruiter-pills-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white !important;
}
.create-join-recruiter-pills-btn:active,
.create-join-recruiter-pills-btn.show {
    background-color: #e5c530 !important;
    color: white;
}
.create-join-recruiter-pills-btn:hover {
    color: white !important;
}
.event-box-anchor-recruiter {
    height: 14rem;
    width: 16rem;
    overflow: hidden;
    border-radius: 0.5rem;
    border: 0.04rem solid #e5c530;
}
.event-box-iamge-recruiter {
    height: 75%;
    width: 100%;
    object-fit: cover;
}
.event-box-text-div-recruiter {
    background-color: black;
    height: 25%;
    width: 100%;
    position: relative;
}
.event-box-text-div-recruiter p {
    margin: 0.2rem;
}
.price-of-event-ticket-recruiter {
    font-size: 0.9rem;
    width: 100%;
}
.edit-icon-create-join-event-recruiter-image {
    height: 1rem;
    width: 1rem;
}
.edit-icon-create-join-event-recruiter-image-arrow{
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.2rem;
    object-fit: cover;
}
.ticket-logo-div {
    height: 40%;
    width: 100%;
}
.ticket-logo-image {
    height: 4rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    align-self: center;
    object-fit: contain;
}
.ticket-info-div {
    height: 60%;
    width: 100%;
    font-size: 0.5rem;
}
.ticket-scan-image {
    height: 4rem;
    width: 3rem;
    object-fit: contain;
}
.ticket-info-div div ul {
    padding: 0.3rem;
}
.ticket-info-div div ul li {
    margin-bottom: 1.3rem;
}
.left-content-of-ticket {
    font-weight: 600;
}
.right-content-of-ticket {
    color: rgb(123, 123, 123);
}
.roboto.custom-pagination {
    background-color: black;
    padding: 0.625rem;
    border-radius: 0.313rem;
    font-family: "Roboto", sans-serif;
}
.pagination .page-item.active .page-link {
    color: #e5c530;
    font-weight: bold;
}
.custom-pagination .page-link {
    border: none;
    background-color: #2b2a2a;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    border: none !important;
    box-shadow: none !important;
}
.pagination-sign {
    line-height: 1;
    font-size: 2.5rem !important;
    margin-top: -0.5rem;
    font-weight: 400 !important;
    color: #e5c530 !important;
}
.custom-pagination .page-item:first-child {
    margin-right: 1.9rem;
}
.custom-pagination .page-item:last-child {
    margin-left: 1.9rem;
}
.page-link:hover,
.page-link.active {
    color: #e5c530;
}
/* Match Select2 single-select with Bootstrap's form-select-lg look */
.select2-container--default .select2-selection--single {
    height: calc(1.5em + 1rem + 2px) !important; /* same as form-select-lg */
    padding: 0.5rem 0.5rem;
    font-size: 1.25rem; /* same as .form-select-lg font size */
    font-weight: 500;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
}

/* Ensure text is vertically aligned */
.select2-container--default .select2-selection__rendered {
    line-height: normal !important;
}

/* Make arrow icon aligned and clickable */
.select2-container--default .select2-selection__arrow {
    height: 100% !important;
    right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 1rem !important;
    margin-left: 0;   /* smaller font size */
    padding-left: 0 !important; 
    color: #727375 !important;       
                
}
.custom-select-input,
/* Select2 container ko Bootstrap form-control-lg jaisa banane ke liye */
.select2-container--default .select2-selection--multiple {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    border: 1px solid #ced4da;
    height: 3rem;
    background-color: #fff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    box-shadow: none;
}

/* Placeholder aur chips ke liye alignment */
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
}
/* Select2 multiple ko Bootstrap form-control-lg jaisa banane ke liye */
.select2-container--default .select2-selection--multiple {
    min-height: 3rem !important; /* same as form-control-lg */
    height: auto !important; /* force fixed height */
    padding: 0.5rem 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
}
/* Selected items (chips) ka text black */
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    color: #000 !important; /* text black */
    background-color: #e9ecef; /* halka gray background for contrast */
    border: 1px solid #ced4da;
    padding: 0 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.95rem;
}

/* Chips ke andar jo remove (x) button hota hai */
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #000 !important;
    margin-right: 0.25rem;
    cursor: pointer;
}

/* Jab tak user ne koi option select nahi kiya */
select:required:invalid {
    color: #585e64;
    font-size: 0.95rem;
    height: 3rem;
}
/* base */
.input-uniform[type="file"] {
    height: calc(2.5rem + 2px) !important;
    font-size: 1rem;
    line-height: calc(2.5rem + 2px) !important;
    padding: 0 0.75rem !important;
    display: block;
    box-sizing: border-box;
    background-clip: padding-box;
}
/* remove focus outline/shadow */
.input-uniform:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
/* Chrome / Edge / WebKit button */
.input-uniform[type="file"]::-webkit-file-upload-button {
    height: 100%;
    padding: 0 12px;
    border: none;
    background: rgb(250, 246, 246);
    color: black;
    cursor: pointer;
    border-radius: 0.25rem;
    vertical-align: middle;
}
/* Firefox button */
.input-uniform[type="file"]::-moz-file-upload-button {
    height: 100%;
    padding: 0 12px;
    border: none;
    background: rgb(250, 246, 246);
    color: black;
    cursor: pointer;
    border-radius: 0.25rem;
    vertical-align: middle;
}
.custom-select-input:focus {
    border: none;
    box-shadow: none;
}
.thank-you-heading {
    font-size: 3rem;
}
.thank-you-anchors {
    text-decoration: none;
    color: #e5c530;
    font-size: 0.8rem;
}
/* remove bootstrap default dropdown arrow */
.dropdown-toggle::after {
    display: none !important;
}
/* Sidebar collapsed */
.sidebar-toggle {
    margin-left: -13.75rem; /* Collapsed width */
}
.right-toggled {
    margin-left: 0!important;
}
/*page loader gif*/
#pgLoader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
}

#pgLoaderGif {
    border: 0.625rem solid #f3f3f3;
    border-radius: 50%;
    border-top: 0.625rem solid #e5c530;
    width: 5rem;
    height: 5rem;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
}
  .validation-error-profile {
    display: block;
    text-align: center;
    margin-top: 8px;
    position: absolute;
    width: 100%;
    bottom: -22px;
    left: 0;
  }

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

    100% {
        transform: rotate(360deg);
    }
}
@media (max-width: 991px) {
    html {
        font-size: 14px;
    }
    .my-web-navbar .my-nav-link-header {
        border-bottom: 1px solid rgb(87, 86, 86);
    }
    .button-form-mynav {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .form-container {
        width: 80%;
    }
    .create-event-container-main-div {
        max-width: 100%;
    }
    /* Content area default (sidebar expanded) */
    #dashboardSidebarRightContent {
        margin-left: 0; /* same as sidebar width */
    }
    #sideNavOverlay {
        background-color: rgba(0, 0, 0, 0.55);
        height: 100vh;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100vw;
        z-index: 555;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 12px;
    }
    .anchor-btn-to-download {
        height: 6rem;
        width: 9rem;
        object-fit: contain;
    }
    .create-event-container-div {
        max-width: 100%;
    }
    .create-event-container-main-div {
        max-width: 100%;
    }
        .footer-links-div {
        display: flex;
        flex-wrap: wrap;
    }

    /* Our Services 8/12 width and Working Hours 4/12 width */
    .footer-services {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

    .footer-working-hours {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        text-align: right;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    /* Address full width below */
    .footer-address {
        width: 100% !important;
        margin-top: 20px;
    }
}
@media (max-width: 575px) {
    html {
        font-size: 10px;
    }

    /* Sidebar default (expanded) */
    #dashboardSidebar {
        background-color: var(--theme-clr);
        height: 100%;
        left: 0;
        position: fixed;
        z-index: 5555;
    }
}
