.tkn-pt {
    margin: 0px 0px 0px 0px;
    display: inline-block;
}

.pot-token-round {
  margin-right: 0px 0px 0px 10px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  border-radius: 10%;
  background-color: #E10052;
  color: white;
  margin-left: 2px;
  padding: 4px;
  font-size: small;
  font-weight: bold;
  min-width: 40px;
  min-height: 40px;
  margin-bottom: 50px;
}

.capacity{
    background: #e2e8f0;
    color: #1e293b;
    padding: 5px 15px;
    align-items: center;
    border: 1px solid lightgrey;
    border-radius: 5px;
    font-size: 13px;
}
.fc-highlight {
    border: 1px solid black;
    outline-style: solid;
    outline-color: red;
    outline-width: thin;
}
.fc-media-screen .fc-timegrid-event {
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    right: 0;
    width: max-content !important;
}
.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 20px 4px;
    color: #2c3e50;
    width: 100%;
}

.fc-footer-toolbar {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
}

.fc-event-title {
    color: black !important;
    font-size: small !important;
}

.fc-event-time {
    font-size: small !important;
}

.fc .fc-daygrid-day-frame {
    position: relative;
    height: 100%;
}

.span-fa-close{
    position: absolute;
    right: 0;top: 0;
}
.fa-close{
    color: red;
    padding: 5px 10px;
}
.fa-close:hover{
    background-color: #fff;
    color: black;
    cursor: pointer;
    box-shadow: 0px 0px 2px #ccc;
    border-radius: 10%;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 4px 0 !important;
}
.select-placeholder:after {
    display:none !important;
}
p {
    margin: 0;
    padding: 0;
}

.btn,
.btn-group>.btn {
    border-radius: .375rem;
    font-size: 13.45px;
    font-weight: 500;
    line-height: 20px;
}

.price-500 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity));
}

.cpicker-small {
    width: 20px;
    height: 20px;
}
.cpicker-big {
    width: 40px;
    height: 40px;
}
.footer_dot {
    margin: 0 4px;
    box-sizing: content-box;
    width: 0px;
    padding: 3px;
    border: calc(var(--fc-daygrid-event-dot-width) / 2) solid var(--fc-event-border-color);
    height: 0px;
    border-radius: 50%;
}

.admin #side-menu li.active > a, .admin #setup-menu li.active > a, #side-menu.nav > li > a:hover, #side-menu.nav > li > a:focus, #setup-menu > li > a:hover, #setup-menu > li > a:focus {
    background: #EB004C;
    color: #FFF !important;
}

.row-location{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.copy-to-clipboard{
    display: flex;
    justify-content: space-between;
    background: #d3d3d34f;
    padding: 10px;
    border-radius: 10px;
}
.bold.email-template-heading {
    display: inherit !important;
  }
.fc-media-screen .fc-timegrid-event-harness {
    padding: 24px;
}
.step-app > .step-steps > li.active {
    background-color: #dc2626 !important;
}
.step-app > .step-steps > li.done {
    background-color: #e5e5e5 !important;
    color: #333 !important;
}

.btn-login-reg {
    border: 1px solid;
    border-radius: 0.5rem;
    font-size: 13.45px;
    font-weight: 600;
    line-height: 20px;
}

.fc-timeGridDay-view .fc-list-event-time,
     .fc-dayGridDay-view .fc-list-event-time {
        display: none !important;
    }

.cal-panel {
    display: block;
}
.cal-panel-mobile{
    display:none;
}
.class-progressbar{
    display: block !important;
}
/* Hide header on screens smaller than 768px (mobile view) */
@media (max-width: 768px) {
    .cal-panel{
        display: none;
    }
    .cal-panel-mobile{
        display:block;
    }
    .class-progressbar{
        display: none !important;
    }
    
}


/* Custom header styling */
.nav-buttons{
    display: flex;
    justify-content: space-between;
}
.custom-header {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    overflow: auto;
}

.custom-header .navigation {
    display: block;
    gap: 10px;
}

.custom-header .month-year {
    font-weight: bold;
    background-color: #f3f3f3;
    padding: 10px 20px;
    border-radius: 5px;
}

.custom-header .day-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.custom-header .day-buttons .day {
    width: 40px;
    padding: 10px;
    text-align: center;
    color: #999;
    background-color: #f9f9f9;
    border-radius: 8px;
    cursor: pointer;
}

.custom-header .day-buttons .day.active {
    background-color: #E91E63; /* Highlighted color */
    color: #fff;
}

/* Navigation button styling */
.custom-header .navigation button {
    background-color: #f3f3f3;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

.custom-header .navigation button:hover {
    background-color: #E91E63;
    color: #fff;
}

.capacity-cl {
    background: #e2e8f0;
color: #1e293b;
padding: 2px 5px !important;
align-items: center;
border: 1px solid lightgrey;
border-radius: 5px !important;
font-size: 10px !important;
}
.btn-cl {
border-radius: -0.625rem;
font-size: 10.45px;
line-height: 6px;
}
.fc-event {
padding: 4px  5px 0px 5px !important;
border: 0 !important;
border-radius: 2px !important;
margin: 0px 0px 0px 0px !important;
font-size: 11px;
cursor: pointer;
}

.pb-default{
    width: 22%; 
    line-height: 45px; 
    border-right: 2px solid #fff;
    color: #fff;
    margin-left: 18px;
}
.pb-bg{
    width: 21%; 
    line-height: 45px; 
    background-color: #F8FAFC; 
    border-right: 2px solid #fff;
    color: black;
}
.header-bar{
    display:block;
}
/* Custom caledar ended */

   /* Filter Section Toggle */
   #filter-toggle {
    background-color: black;
    color: white;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
}
#nav-filters{
    width: 100% ;
}

 /* Filter Section */
 #filter-section {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

#filter-section label {
    font-weight: bold;
    margin-right: 5px;
}

#filter-section select {
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

/* Calendar Container */
#calendar {
    width: 100%;
    max-width: 900px;
}

/* Responsive */
@media (max-width: 768px) {
    #custom-header {
        flex-direction: column;
        gap: 5px;
    }

    #filter-section {
        flex-direction: column;
        gap: 5px;
    }

    #custom-header button {
        width: 100%;
    }

    #filter-section select {
        width: 100%;
    }
    .fc .fc-view-harness {
        height: 400px !important;
    }
}

.fc-v-event{
    background-color: transparent !important;
}
.fc-media-screen .fc-timegrid-event{
    width: 100% !important;
}

#instructor {
  background: #fff;
  border: 1px solid #e9e9ed;
  border-radius: 4px;
}

#subscription_id {
  background: #fff;
  border: 1px solid #e9e9ed;
  border-radius: 4px;
}

#skill_level {
  background: #fff;
  border: 1px solid #e9e9ed;
  border-radius: 4px;
}

.progress-bar.py-5.pb-default {
  border-radius: 6px;
}

.progress-bar {
  border-radius: 6px;
}

#pb-ticket {
  border-radius: 6px;
}

.form-control btn btn-warning w-100 {
    background-color:#E6004F;
}
.temp_iframe{
    height: 460px;
}
.iframe-selected{
    border: 2px solid #E6004F !important;
}
.iframe-templates{
    width: 100%; 
    border: 1px solid #e2e8f0;
    height: 266px;
}


/* Ensure the sidebar takes full height and is scrollable */
.scroller {
    padding-bottom:50px !important;
    min-height: 0 !important;
    max-height: 100vh;        /* Restrict height to viewport height */
    overflow-y: auto;         /* Enable vertical scrolling */
    overflow-x: hidden;       /* Hide horizontal scrolling */
    padding-right: 10px;      /* Adjust padding for scrollbar visibility */
}

/* Style for the scrollbar */
.scroller::-webkit-scrollbar {
    width: 8px;              
}

.scroller::-webkit-scrollbar-track {
    background: #f1f1f1;      
}

.scroller::-webkit-scrollbar-thumb {
    background-color: #888;   /* Scrollbar color */
    border-radius: 10px;      
}

.scroller::-webkit-scrollbar-thumb:hover {
    background: #555;         /* Scrollbar color on hover */
}

.card-head-line{
    font-weight: bold;
    width: fit-content;
    margin-bottom: 8px;
}
.panel .value{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #D8215B;
  border: 1px solid #D8215B;
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  height: 46px;
  width: 71px;
  line-height: 46px;
  margin: 32px 0px 0px 12px;
  background: #D82A6117;
}
.card-line{
    margin: 3px;
    margin-bottom:10px;
    border-top:2px solid #d8215b !important;
}

.badge.cart-count {
  margin: 5px;
}