.nl-wrapper {
    max-width: 1000px;
    margin: auto;
}

.nl-wrapper .nl-form {
    background: #fff;
    padding: 40px !important;
    border-radius: 10px;
    box-shadow: 0 2px 10px #ddd;
    margin-bottom: 70px;
}

/* .nl-wrapper .nl-form:last-child{
    background: rgba(205,232,249,1.0);
} */
.nl-wrapper .nl-form input,
.nl-wrapper .nl-form textarea,
.nl-wrapper .nl-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.nl-wrapper .nl-btn {
    background: #0073aa;
    color: #fff;
    padding: 10px;
    border: none;
}

.nl-wrapper .nl-grid {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.nl-wrapper .nl-card {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 80px;
}

.nl-wrapper .nl-card img {
    width: 100%;
    height: 150px;
    object-fit: cover
}

.nl-wrapper .nl-body {
    padding: 10px
}

.nl-wrapper .nl-actions a {
    margin-right: 10px;
    color: #0073aa;
    text-decoration: none
}

.nl-wrapper .nl-form .form-control,
.nl-wrapper .nl-form .form-select {
    border: none;
    border-bottom: 1px solid #959494;
    padding: 10px;
    font-size: 14px;
}

.nl-wrapper .nl-form .form-control:focus,
.nl-wrapper .nl-form .form-select:focus {
    border-color: #096cbd;
    outline: none;
    box-shadow: 0 0 0 1px #096cbd20;
}

.nl-wrapper .edit-delete-bg a {
    text-decoration: none;
}

.nl-wrapper #location_field {
    display: none;
}

.nl-wrapper #price_field {
    display: none;
}

.nl-wrapper .nl-form select:invalid {
    color: #898989;
}

.nl-wrapper .nl-form select {
    color: #000;
}

.nl-wrapper .nl-form .form-control::placeholder {
    color: #898989;
}

.nl-wrapper .nl-form .form-select option:first-child {
    color: #898989 !important;
}


.nl-wrapper .nl-error {
    color: red;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

.nl-wrapper .nl-input-error {
    border: 1px solid red !important;
}

.nl-card {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 90px;
}

.nl-card img {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.nl-body {
    padding: 15px
}

.nl-title {
    font-weight: bold;
    font-size: 18px
}

.nl-meta {
    font-size: 13px;
    color: #666;
    margin-top: 5px
}

.table-evnt-list tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-width: 1px !important;
    border-color: #cbcbcb !important;
}

.table-evnt-list tbody tr,
.table-evnt-list tbody tr td {
    border-width: 1px !important;
    border-color: #cbcbcb !important;
}

.table-evnt-list thead.table-light tr th {
    height: 55px !important;
    border: 1px solid #d9d9d9;
}

.action-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-btn {
    text-decoration: none !important;
    margin: 3px !important;
    border: 1px solid;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    float: left;
}

.button-toggle i.fa-toggle-on {
    color: #28a745;
    /* green */
}

.button-toggle i.fa-toggle-off {
    color: #ccc;
    /* gray */
}

.form-control:focus,
.form-select:focus {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, .25) !important;
}

.card.shadow-sm.new-form-d {
    background: #ffffff !important;
    border-radius: 15px !important;
    padding: 35px !important;
    background: #fff;
    padding: 40px !important;
    border-radius: 10px;
    box-shadow: 0 2px 10px #ddd !important;
    margin-bottom: 70px;
}

.bg-color-n {
    background: #f5f5f5;
    border-radius: 20px;
}

.form-control,
.form-select {
    /* border: none !important; */
    border: 1px solid #959494 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    min-height: 45px;
}

.card.shadow-sm .form-check-input[type=radio] {
    appearance: auto !important;
    -webkit-appearance: radio !important;
}

.card.shadow-sm .form-switch .form-check-input {
    border: 1px solid #818181;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-control::placeholder {
    color: #636363 !important;
}

.card.shadow-sm .hm-image-upload {
    border: 2px dashed #b5d2e5 !important;
    border-radius: 10px !important;
    padding: 28px 20px;
    text-align: center;
    cursor: pointer;
    background: #f7fbfa47;
    transition: border-color 0.2s;
    position: relative;
}

.hm-image-upload input#fileInput {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    top: 0;
    visibility: hidden;
}

.hm-image-upload svg {
    width: 32px;
    height: 32px;
    color: #686868;
    margin-bottom: 8px;
}

.hm-image-upload img.img-fluid.rounded {
    width: 100px;
}

span.input-group-text {
    border: 1px solid #959494 !important;
    margin-right: -2px;
    border-radius: 5px 0 0 5px !important;
}

.nl-wrapper .dt-length select {
    margin-right: 6px;
}

.nl-card.event-list-nl {
    display: flex;
    min-height: 450px;
    position: relative;
}

.event-list-nl .nl-body {
    width: 50%;
    top: 30px;
    background: #F7F7F7;
    margin-left: -30px;
    padding: 55px;
    border-radius: 20px;
    padding-top: 60px;
    margin-top: 40px;
}

.nl-card.event-list-nl .nl-image {
    width: 50%;
    position: relative;
}

.nl-wrapper .tab-content>.tab-pane {
    display: none;
}

.nl-category {
    color: #1a82c5;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.nl-card.event-list-nl .nl-image img {
    height: auto;
    border-radius: 20px;
}

.nl-meta:first-child {
    position: absolute;
    right: 0px;
    top: -15px;
    background: #373636;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 8px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.nl-timezone {
    font-size: 13px;
}

.nl-title {
    font-family: Roboto;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
}

.nl-subtitle {
    margin-bottom: 15px;
    font-family: Roboto;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.nl-description {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.nl-meta {
    margin: 16px 0;
    display: flex;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #373636;
    align-items: center;
}

.nl-meta.dollar-sign-d i {
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 2px solid #373636;
    border-radius: 50px;
    margin-right: 12px;
}

.nl-meta i {
    font-size: 21px;
    color: #373636;
    margin-right: 6px;
}

.dt-search {
    position: relative;
}

.dt-search:after {
    content: '\f3ee';
    font-family: 'Font Awesome 7 Brands';
    position: absolute;
    left: -26px;
    top: 0;
    border: 1px solid #aaa;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    border-radius: 3px 0 0 3px;
}

.dt-search label {
    display: none !important;
}

.action-btn i {
    font-size: 12px;
}

.custom-error {
    font-size: 13px;
}

.form-control.is-invalid {
    border-color: #dc3545 !important;
    background-image: none !important;
}


.no-events {
    background-color: #fff;
    box-shadow: 1px 1px 15px #e9e9e9;
    padding: 50px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}

label.form-label span.text-danger,
.bg-color-n h5 .text-danger {
    color: rgb(255, 0, 0) !important;
    position: relative;
    margin-right: 10px !important;
}

.action-btn.button-toggle .text-success {
    color: #60c45e !important;
    font-size: 16px;
}

.action-btn.button-toggle .text-danger {
    color: red !important;
    font-size: 16px;
}

.nl-meta .nl-time {
    position: absolute;
    font-size: 10px;
    padding-top: 35px;
}

.form-check input {
    border: 1px solid #ccc !important;
}

.event-filters {
    display: flex;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 15px;
    margin: 10px 0 !important;
    margin-bottom: 35px !important;
}

.admin-name h2 {
    font-size: 28px !important;
    text-align: center;
}

.top-user-bar {
    background: #f5f5f5;
    padding: 20px 0;
    border-radius: 20px;
    margin-bottom: 50px !important;
}

.custom-tab li.nav-item {
    background: #fff;
    border-radius: 50px;
}

#price-error {
    margin-top: 54px;
    position: absolute;
}
.icons-bg {
    position: relative;
}

.check-icon {
    position: absolute;
    top: -7px;
    right: 2px;
    background: #fff;
    width: 21px;
    border-radius: 100px;
}

.check-icon i {
    font-size: 8px !important;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid !important;
    font-weight: 800 !important;
}
.check-icon.location-bg {
    right: 0;
    left: 2px;
}
.check-icon i.fa-solid.fa-location-dot {
    position: absolute;
    justify-content: center;
    border: none !important;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width:992px) {
    .nl-card.event-list-nl {
        flex-direction: column;
    }

    .event-list-nl .nl-body {
        width: 100%;
        top: 0;
        margin-left: 0;
        padding: 55px;
    }

    .nl-card.event-list-nl .nl-image {
        width: 100%;
    }

    .nl-meta:first-child {
        left: 80px;
        top: 35px;
        right: auto;
    }

    .nl-card.event-list-nl {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .event-list-nl .nl-body {
        margin-top: -25px;

    }
}

@media (max-width:600px) {
    .nl-card.event-list-nl {
        margin-bottom: 90px;
    }

    .nl-meta:first-child {
        /* padding: 6px 12px;
        font-size: 16px;
        position: unset;
        flex-direction: row;
        column-gap: 8px;
        width: fit-content;
        margin-top: 0; */
        /* padding: 6px 12px; */
        font-size: 16px;
        /* position: unset; */
        flex-direction: row;
        column-gap: 8px;
        width: fit-content;
        margin-top: 0;
        top: -55px;
        left: 0;
    }

    .event-list-nl .nl-body {
        padding: 30px;
        padding-top: 60px;

    }

    .top-user-bar {
        row-gap: 15px;
        margin-bottom: 0 !important;
    }

    .card.shadow-sm.new-form-d {
        padding: 20px !important;
    }
    
    .event-list-nl .nl-body, .nl-card.event-list-nl .nl-image img, .nl-meta:first-child {
        border-radius: 15px;
    }
}