body {
    overflow-x: hidden;
    --f_color_1: #6c757d
}

.font-l-2 {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #555;
}

.font-l-1 {
    font-family: 'Open Sans';
    font-size: 17px;
    color: #555;
}

.light-bg-red {
    background-color: #E3D0D040;
}

/* EVENTS LIST CSS */

.event-list .event-card {
   height: 100%;
  box-shadow: 3px 3px 12px #d9d9d9;
  border: 0.7px solid #e5e5e5;
  border-radius: 6px;
}

.event-list .event-details {
    padding: 10px;
    margin-bottom: 40px;
}

.event-list .event-img {
    height:230px;
    width: 100%;
    overflow: hidden;
}

.event-list .event-start-date {
    font-size: 1rem;
    color: #373737;
}
.event-list .event-details h2{
    font-size: 21px;
}

.event-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.btn-book-now {
    background-color: #7c1414;
    color: #fff;
    margin: 10px 0px;
}

.event-card .btn-book-now {
    color: #fff;
  margin: 10px 0px;
  position: absolute;
  bottom: -9px;
  width: 100%;
  border-radius: 0px 0px 4px 4px;
  height: 38px;
  font-family: 'Open Sans', sans-serif;
}
.event-title {
    font-size: 1.2rem;
    color: #333;
    margin: 10px 0;
}
.event-list .col-md-4{
    margin-bottom: 32px !important;
}
.btn-book-now:hover {
    background-color: #7c141495;
}

/* EVENTS LIST CSS */
/* SINGLE EVENT CSS */
.media-div {
    margin: 0px 0px 3px 0px;
    padding: 0px 0px;
}

.media-div img {
    width: 100%;
    padding: 0px;
    margin: 0px;
    object-fit: cover;
    height: 500px;
}

.container-fluid {
    overflow: auto;
}

/* Includes Section */
.includes {
    /* width: 300px; */
    width: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 5.3px 3px #00000017;

    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    font-family: 'Open Sans', sans-serif;
}

.includes h3 {
    font-size: 20px;
    color: #822727;
    font-weight: bold;
    margin-bottom: 10px;
}

.includes p {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

.includes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.includes ul li , .includes p span{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.includes ul li::before , .includes p span::before  {
    content: "✔";
    color: #28a745;
    font-weight: bold;
    margin-right: 8px;
}

.includes .book-now,
.pay-now {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 12px 0;
    color: white;
    background-color: #822727;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.includes .book-now:hover,
.pay-now:hover {
    background-color: #6e1f20;
}

.event-schedule img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.schedule-headings {
    font-size: 0.7rem;
}

.event-about {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 23.08px;
    letter-spacing: 7%;
}

.event-about p,
.event-about span {
    color: #000;
}

.event-about p strong {
    color: #6e1f20;
    font-weight: 500;
}

.bs-det {
    box-shadow: 0px 0px 26.4px 0px #00000012;
}

/* .form-control {
    display: block;
    width: 100%;
    height: calc(1.6rem + 4px);
    padding: .375rem .75rem;
    font-size: 0.7rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
} */
.dashboard-menu{
width: 61%;
  height: 81vh;
  background-color: rgba(124, 20, 20, 1);
  
  z-index: 10;
  max-width: 230px;
}
.links-nav .action{
  position: fixed;
  top: 197px;
  padding: 22px 3px;
  text-align: center;
  height: 70px;
  border-radius: 0px 100% 100% 0px;
  width: 34px;
  box-shadow: 0px 0px 8px 0px #0000000a;
  z-index: 1;
  overflow: hidden;
}
.links-nav .action::before{
content: '';
  background: #550909;
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 100px 100px;
  top: 0;
  left: -40px;
  z-index: -1;
  box-shadow: 0px 0px 8px 0px #0000000a;
}

.links-nav .action.open{
left: 229px
}
.links-nav .action span{
    display: none;
}
.links-nav .action .back{
    display: block;
}
.links-nav .action.open > .back{
display: none;
}
.links-nav .action.open > .forward{
display: block;
}
.links-nav .action .material-icons{
    color:#fff;
    position: relative;
  left: -5px;
}
.links-nav .action.open .material-icons{
  left: -9px;
}
.mobile-my-account{
    display: none;
}
@media only screen and (max-width: 998px) {
    .mobile-my-account{
        display: block;
    }
    .logged-in-customer{display: none;}
    .dashboard-menu{
        position: fixed;
        display: none;
        right: 0px;
        top: 46px;
        height: 100% !important;
    }
}
.dashboard-menu.open{
display: block;
}
.border-det {
    border: 0.7px solid #E3D0D0D9;
    border-radius: 5px;
}

.eventBookingView label {
    font-weight: 500;
    font-size: 12px;
    line-height: 23.48px;
    letter-spacing: 0%;
    color: #807D7D;
}

.payment-option {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    font-size: 16px;
    color: #7a7a7a;
}
.payment-option .checkbox {
    position: relative;
    width: 24px;
    height: 24px;
    background-color: #40c057;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.payment-option .checkbox::after {
    content: "✔";
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.payment-option .payment-text {
    font-weight: 400;
    color: #7a7a7a;
}
.add_more_participant {
    background-color: #fff;
    color: #822727;
    height: 2em;
    width: 9em;
    border: 1px solid #822727;
}
.remove-participants{
    border: none;
    background: #a82936;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    color: #7c7c7c;
    display: none;
}
.participant:hover .remove-participants{
    display: inline-block;
}
.remove-participants .material-icons {
    position: relative;
    color: #ffffff;
    top: 2px;
    font-size: 15pt;
}
.error{
    color: red !important;
    font-size: 10pt !important;
}
.swal2-confirm.swal2-styled{
    padding : 0.3rem 0.9rem;
}
.form-lable{
    font-size: 12px !important;
    color: #545454 !important;
}
.choices__list--multiple .choices__item{
    background-color : #7f2c2c;
    border: 1px solid #823636;
    /* color : #ffffff; */
}
.choices__item.choices__item--selectable {
    background-color: #7f2c2c;
    border: 1px solid #823636;
    color : #ffffff;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
    color:#7f2c2c;
}
.choices__list--single .choices__item.choices__item--selectable{
    background-color: #fff;
    color: #333333;
    border:none;
}
/* SINGLE EVENT CSS */