/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
i.fa-solid.fa-pen-to-square {
    color: black;
    font-size: 20px;
}
i.fa-solid.fa-trash {
    color: red;
    font-size: 20px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
    border-color: #9F9FA0 !important;
}

.custom-popup-class {
    padding: 20px !important;
    max-width: 500px;
    width: 100%;
    border-radius: 20px;
}
.custom-popup-class .swal2-title {
    color: #1A1C1E;
    padding: 10px 1em 0 !important;
    font-size: 24px;
}
/* Customize close button if needed */
.swal2-close {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    font-size: 24px !important;
    color: #666 !important;
}

.swal2-close:hover {
    color: #333 !important;
}
.custom-popup-class .swal2-close {
    position: absolute !important;
    top: 0px !important;
    right: 3px !important;
    font-size: 41px !important;
    color: #5E5E62 !important;
}
.custom-popup-class .swal2-actions {
    max-width: 386px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.custom-popup-class .swal2-actions .swal2-confirm {
    background-color: #fff !important;
    min-height: 48px;
    color: #5C5E61;
    border: 1px solid #5C5E61;
    min-width: 47%;
    border-radius: 5px;
}
.custom-popup-class .swal2-actions .swal2-cancel{
    min-height: 48px;
    min-width: 47%;
    border-radius: 5px;
    background-color: #101828 !important;
    color: #Fff;
}
.custom-popup-class .swal2-title{
    color: #1A1C1E;
    padding: 70px 1em 0;
}

option.disabled-option {
    background-color: #dedede;
}


.form-icon {
    position: absolute; 
    top: 45px; 
    right: 25px; 
    cursor: pointer;
}

.theme-white .card.card-primary {
    /* border-top: 2px solid #f7f7f8 !important; */
    border-top: none;
}
.formfield {
    width: 100%;
    position: relative;
}
.input-icon {
    position: absolute;
    right: 16px;
    top: 12px;
}
.input-icon .toggle-password{
    position: static;
}
.table-striped tbody tr:nth-of-type(odd) ,.table-striped tr th {
    background-color: rgba(0,0,0,0.02);
}
.table-striped tr td{
    border-color: #dee2e6;
}
.theme-white .page-item.active .page-link {
    color: #75B43C;
    background-color: transparent;
}
.page-item .page-link {
    box-shadow: none;
    font-size: 18px;
    border: 0;
}
.theme-white .page-item .page-link {
    color: #3d3d3d;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: #D9E9FB;
    color: #1372E6;
}
.login-card{
    max-width: 500px;
    margin: 80px auto 0;
}
.login-card .form-group i{
    opacity: 0.7;
}
.btn-primary, .btn-dark{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-search{
    display: flex;
}
.navbar-search .dash-date{
    margin-left: unset;
}
.table-actions{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.form-actions{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center-content {
    text-align: center;
    vertical-align: middle;
}

/* event detail css  */
.event-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.event-title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.event-title h1 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
}

.event-title i {
    font-size: 2rem;
    color: var(--primary);
}

.status-badge {
    padding: 8px 10px;
    border-radius: 2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    line-height: 16px;
}

.status-active {
    background-color: #e6f4ea;
    color: #1e7e34;
    max-width: fit-content;
}

.status-inactive {
    background-color: #fbe9e7;
    color: #d32f2f;
    max-width: fit-content;
}

.event-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

/* .event-image-section {
            position: relative;
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        } */

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

.event-image-placeholder {
    background: #f8f9fa;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
}

.event-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.detail-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.detail-card.full-width {
    grid-column: 1 / -1;
}

.detail-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

.detail-content h3 {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    margin: 0 0 0.5rem 0;
}

.detail-content p {
    margin: 0;
    font-size: 1rem;
    color: #212529;
}

.event-actions {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
}

.btn-action {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-edit {
    background: #54ca68;
    color: #000;
}

.btn-delete {
    background: #dc3545;
    color: white;
    border: none;
    cursor: pointer;
}

.btn-back {
    background: #191d21;
    color: white;
}

@media (max-width: 768px) {
    .event-grid {
        grid-template-columns: 1fr;
    }

    .event-details {
        grid-template-columns: 1fr;
    }

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

    .btn-action {
        width: 100%;
        justify-content: center;
    }
}

.float-right {
    float: right;
}

.search-div input{
    padding: 10px 30px 10px 37px !important;
}

.icon_box .fa-search{
    margin-top: 5px;
    font-size: 17px;
}


.btn-danger:hover, i.fa.fa-trash:hover {
    color: white !important;
}

.drp-buttons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px !important;
}

.drp-buttons .drp-selected {
    flex-grow: 1 !important;
    text-align: left !important;
    margin-right: 10px !important;
}

.drp-buttons .cancelBtn,
.drp-buttons .applyBtn {
    margin-left: 5px !important;
}

.btn-primary .fa-times {
    margin-right: 5px; 
    font-size: 1.5em;
}

input.form-control {
    padding-right: 33px !important;
}

.bootstrap-timepicker-widget.dropdown-menu {
    z-index: 1050 !important; 
}
.bootstrap-timepicker-widget table td input {
    width: 50px !important; 
}

.date-range.dash-date input{
    text-overflow: ellipsis !important;
}


.remove-profile-pic {
    line-height: 24px;
    position: absolute;
    right: 10px;
    background: #1372e6;
    border: 3px solid #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    color: #fff;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forum-comments h4{
    font-size: 17px;
    line-height: 28px;
    padding-right: 10px;
    margin-bottom: 6px;
    color: #212529;
}

.form-more-less-btn {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.error-message {
    color: red;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
}

input#artist_image, input#media_file, input#thumbnail, input#event_image {
    padding: 14px 15px !important;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none !important;
}

.preview-loader {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 50px;
    margin-left: 80px;
}

.preview-loader::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 4px solid #f0f0f0; 
  border-top: 4px solid #020d14;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 41px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #444 !important;
}

li.select2-results__option.select2-results__message {
    color: red;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1967d2 !important;
    color: white !important;
}


.select2-container .select2-search--inline .select2-search__field {
    padding-left: 0;
    min-width: 50px; 
    width: auto !important; 
    display: inline-block;
}