a{
    font-weight: 600;
    font-size: 14px;
}
.login-logo{
    width:150px;
}
.invalid-feedback{
    font-size:16px !important;
}
.add-button a{
    color:#fff;
}
.btn-icon i{
    font-size: 17px !important;
    height: 40px;
    width: 40px;
    background: var(--primary) !important;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    color:var(--primary);
}

.map{
    border:1px solid #eee;
    border-radius: 5px;
    width:100%;
    height:260px;
}
.dataTables_filter{
    text-align: left !important;
}
.table-responsive .buttons-html5,
.table-responsive .buttons-print{
    background: var(--primary) !important;
    box-shadow: none;
    margin-left: 0px !important;
}
.image-preview, #callback-preview{
    border: 1px solid #e4e6fc !important;
    /* width: 200px;
    height: 200px; */
    width: 180px;
    background-size: cover;
    height: 145px;
    background-color: #fdfdff;
}
.image-preview label, #callback-preview label{
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #b5b5b5;
    box-shadow: 0px 3px 8px rgb(153 153 153 / 60%);
}
.swal2-styled.swal2-confirm {
    background-color: var(--primary);
}
.center{
    text-align: -webkit-center;
}
.table-img{
    width: 73px;
    height: 54px;
    border-radius: 10%;
    object-fit: cover;
}
.note-editable{
    min-height: 150px;
    height: 240px;
}
.note-toolbar .btn{
    padding: .3rem .8rem;
}
.note-editor .note-toolbar, .note-popover .popover-content{
    border-bottom: 1px solid #e4e6fc;
    background: #fdfdff;
}
.date{
    background-color: #fdfdff !important;
}
.custom-switch-description{
    font-size: 15px;
    font-weight: 600;
}
.block{
    display:block !important;
}
.hide{
    display: none;
}
.table td, .table th{
    vertical-align: middle;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

table.dataTable td h6 {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 5px !important;
}
table.dataTable td p {
    line-height: 16px;
}
.card-sm{
    width:75%;
    /* margin: 0 auto; */
}
.setting-favicon-preview{
    width:80px;
    height:80px;
}
.setting-logo-preview{
    width: 180px;
    height: 80px;
}
.header-logo{
    width:60px;
    height:60px;
}
.header-sm-logo{
    width:50px;
    height:50px;
}
.tag-btn{
    margin-top: 10px;
    display: inline-block;
}
.tag-link{
    color: #444;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2em;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
    padding: 9px 15px;
}
.tag-link:hover{
    color:var(--primary);
    border-color:var(--primary);
    text-decoration: none;
}

.input-group-text i{
    font-size: 14px;
}

.color-input{
    background: none;
    padding: 0px 20px;
}

.template-btn{
    width:100%;
    font-size: 16px;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected{
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    background-color: transparent !important;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before{
    border: 0.128rem solid #bcbcbc !important;
}
table.dataTable tbody td.select-checkbox:before,
 table.dataTable tbody td.select-checkbox:after,
 table.dataTable tbody th.select-checkbox:before,
 table.dataTable tbody th.select-checkbox:after{
    width: 20px;
    height: 20px;
    margin-top: unset;
    margin-bottom: unset;
    top: calc(50% - 8px);
    bottom: unset;
}
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after{
    margin-top: 10px;
    margin-left: -6px;
    color: #fff;
    text-shadow: 1px 0px #ffffff, 1px 0px #ffffff, 0px 0px #ffffff, 0px 0px #ffffff;
}

table.dataTable tr.selected td.select-checkbox:before,
table.dataTable tr.selected th.select-checkbox:before{
    background: #fec009;
    border-color: #fec009 !important;
}

/* calender */

.flatpickr-calendar.inline{
    width: 100%;
    /* margin-left: 5%; */
    box-shadow: none;
    background: transparent;
}
.flatpickr-rContainer,.flatpickr-days{
    width: 100%;
    margin-top: 30px;
}
.flatpickr-current-month {
    margin-bottom: 20px;
}
.flatpickr-months{
    margin-bottom: 15px;
    margin-top: 10px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months{
    color: #fff;
    font-weight: 700;
}
.flatpickr-current-month input.cur-year{
    color:var(--secondary);
    font-weight: 700;
}

span.flatpickr-weekday{
    color: #fff;
    font-size: 100%;
    margin-bottom: 10px;
}
.dayContainer{
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
}
.flatpickr-day{
    font-weight: 700;
    max-width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 4px;
    margin-bottom: 15px;
    color: #fff;
}

.flatpickr-calendar.hasTime.animate.arrowTop.arrowLeft .flatpickr-day{
    font-weight: 700;
    max-width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 4px;
    margin-bottom: 4px;
    color: #fff;
}

.main-content .section {
    overflow: hidden;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    background:var(--secondary);
    border-color: transparent;
    color: #fff;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
    color: #fff;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    background: var(--secondary);
    color: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
}
.flatpickr-day.today{
    border-color: var(--primary);
}

.event-right p span{
    float: right;
}
.event-right p{
    color: var(--hover);
    margin-bottom: 10px;
}
.event-right .progress.mb-3 {
    background-color: var(--hover);
}
.event-right p.name{
    font-weight: 700;
    color: #fff;
    line-height: 17px;
    font-size: 16px;
    text-transform: capitalize;
}
.date-left{
    background:var(--secondary);
    border-radius: 25px;
    padding: 20px 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    width: 84px;
    margin-left: auto;
    margin-right: auto;
}
.date-success{
    border: 1px solid #47c363;
    background: #47c3631a;
}
.date-success::after{
    background-color: #47c363 !important;
}
.date-success h3{
    color:#47c363 !important;
}
.date-left h3{
    text-align: center;
    color:var(--primary);
    line-height: 1;
    font-weight: 500;
    font-size: 28px;
}
.date-left p{
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color:var(--primary);
    margin-top: 5px;
}

.home-upcoming-event .row {
    align-items: center;
}

table th {
    text-transform: capitalize;
}

/* .date-left::after{
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 50%;
    background-color: var(--primary);
    position: absolute;
    left: 39%;
    bottom: -4px;
    border: 3px solid #fff;
 } */

 .vector-map{
     height:400px;
 }
 .jvectormap-zoomin, .jvectormap-zoomout{
     width:20px;
    height:20px;
    background: var(--primary);
 }
 .jvectormap-zoomin{
    bottom: 30px;
    top: auto;
 }
 .jvectormap-zoomout{
    bottom: 0px;
    top: auto;
 }
 .jvectormap-tip{
    z-index: 90;
}
.home-tbl td{
    padding: 15px 0 !important;
}

.empty-data .card-icon{
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 55px;
    background: var(--primary);
    margin: 25px auto;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.empty-data .card-icon i{
    font-size: 22px;
}
.progress-sm{
    height:5px;
}

/* .nextMonthDay {
    display: none;
} */

.image-gallery .img {
    text-align: left;
    margin-bottom: 10px;
    padding: 10px 20px;
    border: 1px solid #eee;
    border-radius: 6px;
}
.image-gallery .img img {
    width: 70px;
    height: 70px;
}
.image-gallery .img h4 {
    display: inline-block;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 600;
    color: #444;
}
.image-gallery .img a {
    float: right;
    padding: 4px;
}

.image-gallery .img a i{
    font-size: 20px;
}
.event-single .card-icon{
    transform: rotate(140deg);
    color:var(--primary) !important;
    margin-top: -13px !important;
    margin-right: -80px !important;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -o-transform: rotate(140deg);
}
.event-img{
    height:300px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.admin_card_image {
    background: radial-gradient(circle at 50% 50%, rgb(76 69 255), rgba(76, 0, 255, 0));
}
.event-single h2{
    font-size: 26px;
    color: #02073e;
}
.single-card-light{
    background: #f8f8f8;
    padding: 15px;
    box-shadow: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.single-card-light i{
    color: #666b6f;
    font-size: 22px;
    padding-top:10px;
}
.single-card-light p{
    font-size: 15px;
    color: #49525f;
    font-weight: 600 !important;
    line-height: 20px;
}
.single-card-light span{
    font-weight: 700;
    display: block;
    font-size: 15px;
    color:#4f4f4f;
}
.event-single .card-hero .card-header p{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 19px;

}
.event-single .card-description{
    font-size: 16px;
}
.event-single .card-description span{
    font-weight: 800;
    font-size: 18px;
}

.event-single .btn-ticket{
    background: #ffffffe0;
    color:var(--primary) !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    margin-top: 10px !important;
    margin-left: 20px;
}
.event-single .btn-ticket i{
    font-size: 18px;
    padding-top: 5px;
}
.event-description .btn{
    float: right;
}
.order-detail img{
    width: 100%;
    border-radius: 8px 8px 0px 0px;

}
.order-detail .event-detail{
    border:1px solid #e9edf3;
    border-radius: 8px;
}
.order-left h6{
    line-height: 30px;
    color:#444;
}
.order-right h6{
    font-weight: 600;
    color: #333;
    line-height: 30px;
}
.order-detail h4{
    font-size: 22px;
    margin-bottom: 15px;
    color: #222;
}
.custom-control-label{
    padding-left: 10px;
    padding-top: 5px;
}
.custom-control-label::after,.custom-control-label::before{
    width: 1.5rem;
    height: 1.5rem;
}
.custom-control-input:checked~.custom-control-label::before{
    border-color:var(--primary) !important;
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: none;
}
.btn-icon .text-danger{
    background: #fd16161f !important;
}

.card .card-body .section-title{
    line-height: normal;
}
.rating i{
    font-size: 17px;
    color: #d2d2d2;
}
.rating .active{
    color:#fec009;
}
.side-data{
    display: inline-block;
}
.scroll-type{
    height: 570px;
    overflow-y: scroll;
}
.flag-icon{
    width: 30px !important;
    height: 20px !important;
}
.all-orders{
    border-bottom:1px solid #eee;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.w-50{
    width:50%;
}
.paypal-button-number-multiple{
    display: none !important;
}
.paypal-button-color-black{
    display: none !important;
}
.stripe-button-el{
    width:100%;
}
.b-bottom{
    border-bottom: 1px solid #eee;
}
tfoot{
    border-top: 1px solid #ddd;
}
#app {display:none;}
.preload {
    width:100px;
    height: 100px;
    position: fixed;
    top: 40%;
    left: 45%;
}
.ticket-header{
    border-bottom: 1px solid #eee;
}
.print-left p{
    margin-bottom: 0px;
    font-size: 16px;
    color: #222;
}
.print-left p span{
    font-weight: 700;
}
.print-right{
    border-right: 2px dashed #ddd;
    padding-right: 50px;
}
.print-right img{
    width: 230px;
    position: absolute;
    right: -120px;
    top: 80px;
}
.display-none{
    display: none;
}

.card .card-header .col-lg-4.text-right.mt-2 {
    padding: 0;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    fill: var(--secondary)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    color: var(--primary);
    font-size: 18px;
    margin-top: 5px;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
    line-height: 20px;
}

.jvectormap-zoomin:hover, .jvectormap-zoomout:hover, .jvectormap-goback:hover {
    background: var(--hover);
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
    height: calc(2em + 0.5rem + 2px);
    max-width: 280px;
}

.main-sidebar .sidebar-menu li a span {
    margin-top: 3px;
    width: 100%;
    font-size: 12px;
    color: var(--tertiary);
    font-weight: 500;
}

.main-sidebar .sidebar-menu li.active a span,
.main-sidebar .sidebar-menu li:hover a span {
    color: #fff
}

.main-wrapper nav.navbar.navbar-expand-lg.main-navbar {
    padding: 0 14px;
}

table#report_table .media {
    align-items: center;
}

table.table.home-tbl tr td:nth-child(2) {
    width: 200px !important;
}

.flatpickr-calendar.rangeMode.animate.open.arrowTop.arrowLeft {
    background: var(--tertiary);
}


.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange, .flatpickr-day.selected.endRange,
    .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
    border-radius: 50%;
}

.form-group.mt-2 input.btn.btn-primary.mt-4 {
    margin-top: 0 !important;
}

div.setting-logo-preview {
    background-position-y: center;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.dropdown-menu-right a {
    display: flex;
    align-items: center;
}

.organiser_dashboard .card-icon {
    margin-top: -28px;
    float: right;
	color: rgba(143, 139, 255, 0.26);
    margin-right: -24px;
}

#report_table_wrapper button.btn.btn-primary, button.btn.btn-secondary:hover{
    padding: 0.3rem 0.8rem;
}

.section-body.admin-profile .section-lead {
    margin-left: 0;
}

.section-body.admin-profile .card {
    margin-top: 27px;
}

.flatpickr-calendar.rangeMode.animate.open.arrowTop.arrowLeft {
    overflow: hidden;
    width: 100%;
    max-width: 460px;
}

.hader_main_form{
    align-items: center;
}

.apply_btn .form-group {
    margin-bottom: 0;
}

.invoice .card-body {
    display: flex;
    flex-direction: row;
    gap: 35px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after{
    bottom: 1.2em;
}

#selectAllCheckbox[type=checkbox] {
    position: relative;
    background: none;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    -webkit-appearance: none;
    border: 0.128rem solid var(--hover) !important;
    width: 16px;
    height: 16px;
    border-radius: 0;
    left: 51.57%;
    top: 2px;
}

  #selectAllCheckbox[type=checkbox]:hover {
    opacity: 1;
  }

  #selectAllCheckbox[type=checkbox]:checked {
    background: var(--primary);
    border-color: var(--primary)!important;
    }

  #selectAllCheckbox[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 11px;
    border: solid #F5F6FA;
    border-width: 0 2px 2px 0;
    margin: -1px -1.5px 0 -1px;
    transform: rotate(35deg) translate(-50%, -50%);
    z-index: 2;
  }

  .create_ticket.flatpickr-rContainer, .flatpickr-days     {
    margin-top: 0px !important;
  }
  .create_ticket.dayContainer{
    padding-bottom: 0 !important;
  }
  .create_ticket.flatpickr-day{
    margin-bottom: 4px !important;
  }

  button#deleteButton {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    background: var(--primary) !important;
    box-shadow: none;
    padding: 12.5px 15px;
    border-radius: 5px;
    opacity: 1;
    text-shadow: unset;
    z-index: 1;
    outline: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button#deleteButton:hover{
    background-color: var(--hover) !important;
}

#deleteButton i.fas.fa-trash {
    margin-right: 4px;
}

 .modal-backdrop{
    position: unset !important;
}

.modal-dialog.modal-dialog-centered.ticket_model {
    width: 100%;
    max-width: 600px;
}

.ticket_model .modal-body p {
    font-size: 15px;
    color: #000;
    line-height: 23px;
}

.ticket_model .modal-header.text-center {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.ticket_model .modal-footer {
    border-top: 1px solid #dee2e6;
}

.second_col{
    text-align: right;
}

.pop-up-class {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pop-up-list li {
    list-style: none;
}

.pop-up-payment{
    text-align: right;
}

.image-gallery .text-danger:hover ,.image-gallery .text-danger:focus {
    color: #000 !important;
}

.card_content {
    position: absolute;
}

/* admin tablel styling start */

.table.ticket_table tr td:nth-of-type(4) {
    min-width: 191px !important;
    text-align: left;
    display: block;
}

.table.ticket_table tr td:nth-of-type(3) {
    min-width: 80px !important;
    text-align: left;
}

.ticket_table tr th:nth-of-type(2) {
    min-width: 200px !important;
    display: flex;
    height: 71px !important;
    align-items: center;
}

.ticket_table th,
.ticket_table td {
    padding: 0 0.75rem;
}

.order_table tr th:nth-of-type(2),
.order_table tr td:nth-of-type(2),
.order_table tr th:nth-of-type(5),
.order_table tr td:nth-of-type(5) {
    min-width: 70px !important;
}

.order_table tr th:nth-of-type(3),
.order_table tr td:nth-of-type(3),
.order_table tr th:nth-of-type(9) {
    min-width: 150px !important;
}

.order_table tr th:nth-of-type(4),
.order_table tr td:nth-of-type(4) {
    min-width: 200px !important;
}

.order_table tr th:nth-of-type(6),
.order_table tr td:nth-of-type(6),
.order_table tr th:nth-of-type(7),
.order_table tr td:nth-of-type(7) {
    min-width: 100px;
}

.attendee_table tr td:nth-of-type(2) {
    min-width: 200px;
}

.attendee_table tr th:nth-of-type(1) {
    max-width: 100px;
}

table.table.customer tr td:nth-of-type(2) {
    min-width: 280px;
}

table.table.revenue_table tr td {
    min-width: 100px;
}

table.table.revenue_table tr th:nth-of-type(4),
table.table.revenue_table tr td:nth-of-type(4) {
    min-width: 250px;
}

table.table.revenue_table tr th:nth-of-type(3),
table.table.revenue_table tr td:nth-of-type(3) {
    min-width: 190px;
}

table#settlement_report tr th:last-child,
table#settlement_report tr td:last-child,
table.table.table_feedback tr th:nth-of-type(4),
table.table.table_feedback tr td:nth-of-type(4) {
    min-width: 100px;
}

table.table.table_feedback tr th:nth-of-type(3),
table.table.table_feedback tr td:nth-of-type(3),
table.table_event_report tr th:nth-of-type(4),
table.table_event_report tr td:nth-of-type(4) {
    min-width: 190px;
}

table.table_event_report tr th:nth-of-type(2),
table.table_event_report tr td:nth-of-type(2) {
    min-width: 250px;
}

/* .event-description .btn.btn-primary {
    margin-left: 20px;
} */

span.select-info {
    display: none;
}

.events_card{
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
}

.dashboard_card{
    align-items: center;
}

.img.gallery_images {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery_bar {
    display: flex;
    align-items: center;
}

div#report_table_info {
    display: none;
}

.row.hader_main_form {
    width: 100%;
    max-width: 650px;
}

.row.hader_main_form.revenue_report {
    max-width: 100%;
}

.sidebar-brand.sidebar-brand-sm {
    padding-top: 7px;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
    outline: none !important;
}

button.btn.btn-ticket {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}

button.btn.btn-ticket:hover {
    background-color: #31339A !important;
}

.btn-ticket .fas.fa-plus {
    padding: 0;
}
/* admin tablel styling end */

@media (max-width:  1440px) {
    .section-body .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 3 0 50%;
        max-width: 50%;
    }
    .section-body .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 1 0 33.333333%;
        max-width: 50.333333%;
    }
    table.table.event-table tr td:nth-of-type(2) {
        min-width: 300px !important;
        /* display: block; */
        text-align: left !important;

    }

    table.table.event-table tr td:nth-of-type(3) {
        min-width: 130px !important;
    }

    table.table.table_recent_sales tbody tr th:nth-of-type(1) {
        min-width: 200px;
    }

    table.table.table_recent_sales tr th:nth-of-type(2),
    table.table.table_recent_sales tr td:nth-of-type(2),
    table.table.table_recent_sales tr th:last-child {
        min-width: 100px;
    }

    .card.card-hero .card-header {
        padding: 30px 25px !important;
    }

    .card.card-hero .card-header h4 {
        font-size: 34px;
    }

    .view_event .row.mb-2 {
        display: flex;
        flex-direction: column;
    }
    .view_event .text-right {
        max-width: 100%;
    }
    .view_event .col-sm-6.text-left {
        max-width: 100%;
    }
}
@media (max-width:  992.98px) {
    button#deleteButton {
      position: unset;
      padding: 12.5px 15px;
      border-radius: 5px;
      /* margin-top: 10px; */
  }

  .revenue_report .apply_btn .form-group {
    margin-bottom: 26px !important;
  }

  .section-body .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 1 0 50%;
    max-width: 100%;
  }

    .section-body .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 1 0 33.333333%;
        max-width: 100.333333%;
    }
    .gallery_btn a {
        margin-bottom: 20px;
        display: block;
    }

    .hader_main_form .date_picker {
        flex: 0 0 40%;
        max-width: 40%;
    }



}
@media screen and (max-width: 767px) {
    .dataTables_wrapper .row {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .dataTables_wrapper .col-sm-6.text-right {
        max-width: 100%;
    }
    .flex-direction{
        flex-direction: column;
    }

}

@media screen and (max-width: 576px) {
    .section-body .card .card-body,
    .main-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hader_main_form .date_picker {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .section-body .col-lg-4 {
        flex: 1 0 50.333333% !important;
        max-width: 100.333333%;
    }

    .dashboard_card .text-right {
        margin-bottom: 13px;
    }

}

@media screen and (max-width: 480px) {
    .section-body .card .card-body {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-wrapper nav.navbar.navbar-expand-lg.main-navbar {
        padding: 0;
    }

    table.table.home-tbl tr td:nth-child(2) {
        width: 439px !important;
        text-align: left !important;
    }


    .app_user_row .import_btn{
        padding: 8px 25px !important;
    }

    .app_user_row button a {
        font-size: 12px !important;
    }

    .image-gallery .img h4 {
        display: inline-block;
        padding-left: 9px;
        font-size: 15px;
        font-weight: 600;
        color: #444;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 129px;
    }

    .img.gallery_images {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    .img.gallery_images:hover {
        padding: 10px;
    }

    .dz-default.dz-message span {
        font-size: 19px;
    }
    .img.gallery_images:hover {
        padding: 10px;
    }

}

@media screen and (max-width: 400px) {
    .main-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .flatpickr-innerContainer{
        height: 550px;
    }
    .app_user_row{
        gap: 0;
    }

    .app_user_row .col-6.col-lg-8.btn-radius {
        padding-right: 0;
    }

    .app_user_row .col-6.col-lg-4.text-right.btn-radius {
        padding-left: 0;
    }

    .invoice .invoice-title .invoice-number {
        float: unset;
        margin-top: 7px;
    }
    .invoice hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .pop-up-payment{
        text-align: left ;
    }
    ul.pop-up-list {
        font-size: 11px;
    }
    .modal-body {
        padding: 15px;
    }
    .modal-content {
        width: 98%;
    }
    .card.card-hero .card-header {
        padding: 34px 13px !important;
        background: var(--tertiary);
    }
    .flatpickr-day{
        max-width: 50px !important;
        height: 36px !important;
        line-height: 36px !important;
    }

}
