#cl_events_description{
    
    max-height:600px;
    overflow-x: hidden;
    overflow-y:auto
    
}

#event-list{float:left;list-style:none;margin-top:0px;padding:0;min-width:50%;position: absolute;border:solid darkgreen 1px;background-color:#FFF;z-index:100009;max-height:430px;overflow:auto}
#event-list li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;}
#event-list li:hover{background:#ece3d2;cursor: pointer;}

#search-box{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px;}


/* this CSS is not part of the widget, it is here just as an example of the demo page styling.... Don't copy this one, roll your own. One
 * of the key things about the widget is that it allows you to do your own styling!
 */

 #editor
{
	max-height: 250px;
	height: 250px;
	background-color: white;
	border-collapse: separate; 
	border: 1px solid #999; 
	padding: 4px; 
	box-sizing: content-box; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; 
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
  border:#333 solid 1px!important;
}

#othernotes{
  max-height: 250px;
	height: 250px;
	background-color: white;
	border-collapse: separate; 
	border: 1px solid #999;
	padding: 4px; 
}
#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  -moz-transform: scale(2.0, 2.0);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu a {
  cursor: pointer;
}

.dropdown-toggle::after{
  display:none;
}

#eventDescription, #first-editor, #second-editor {
	max-height: 250px;
	height: 250px;
  width:100%;
	overflow: scroll;
	outline: none;
}

 /* Compress table row spacing */
 #eventTable tbody tr {
}

.border-draft{
  border-left: 5px solid #f0ad4e;

}
.border-live{
  border-left: 5px solid #2dbf09;

}
.border-unknown{
  border-left: 5px solid #d40fc3;

}



#processing-container,
#BPointBody{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: x-large;
    position: relative;
}

#processing-container:before {
   /* content: "\f00c"; /* Font Awesome check icon unicode */
   /* font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    margin-right: 10px;
    color: #38b449; /* Green color to match your theme */
   /* display: inline-block;
    vertical-align: middle;*/
}

/* Highlight selected row */


/* Form border styling */
#eventForm {
  border: 1px solid #dee2e6;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.event-form{
  
  background-color: white;
	border-collapse: separate;
  	border: 1px solid rgb(204, 204, 204)!important;
 	padding: 4px;
 	box-sizing: content-box;
 	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
 	box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
}


/* Target only the calendar icon inside the #eventStart input group */
#eventStart + .input-group-text i.fa-calendar,
#eventEnd + .input-group-text i.fa-calendar {
  color: rgba(82, 168, 236, 0.8)!important;
}

#eventStart + .input-group-text,
#eventEnd + .input-group-text {
  border: none !important;
  background: transparent;
}



#eventDescription:focus,
input:focus, select:focus, textarea:focus,
.form-control:focus,
.form-control:disabled, .form-control[readonly]
 {
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204) !important;    outline:0 !important;
    outline:thin dotted \9 !important;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

label {
  font-family: 'Arial', sans-serif; /* Modern, clean font */
  font-weight: 600; /* Emphasized text */
  font-size: 14px; /* Readable size */
  color: #333; /* Dark gray for softer contrast */
  display: inline-block; /* Consistent positioning */
  margin-bottom: 5px; /* Space between label and input */
  letter-spacing: 0.5px; /* Improve readability */
  position: relative; /* Required for the underline */
  padding-bottom: 5px; /* Space for the underline */
  transition: color 0.3s ease-in-out; /* Smooth hover effect */
}

label {
  font-family: 'Arial', sans-serif; /* Modern, clean font */
  font-weight: 600; /* Emphasized text */
  font-size: 14pt; /* Readable size */
  color: #333; /* Dark gray for softer contrast */
  display: inline-block; /* Consistent positioning */
  margin-bottom: 5px; /* Space between label and input */
  letter-spacing: 0.5px; /* Improve readability */
  position: relative; /* Required for the underline */
  padding-bottom: 5px; /* Space for the underline */
}

label::after {
  content: ''; /* Pseudo-element for underline */
  position: absolute;
  left: 0;
  bottom: 0; /* Positioned at the bottom of the label */
  width: 100%; /* Full-width underline */
  height: 3px; /* Thickness of the underline */
  background-color: #38b449; /* Underline color */
}


  /* Create a new class for this specific page */
  #eventTable_length > label:after,
  #eventTable_filter > label:after{
      text-decoration: none !important;
      border-bottom: none !important;
      content: "" !important;
      background-color:transparent!important;
  }
  
  #eventTable_wrapper > div:nth-child(1){
    border-bottom: solid #2d734d 1px;
    margin-bottom:10px;
  }


input[type="number"]{

}
input[type="file"] {
 width:100%
}

.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

#formAlert {
  position: relative;
  z-index: 1000;
}

#cl_search{
    padding: 10px;
    border-bottom: solid #2d734d 1px;
    margin: 10px 10px 20px 10px;
    background-color: #f4f4f4;
}

.fc .fc-daygrid-day.fc-day-today{
    background-color:#dad3c5!important;
}

.fc .fc-button-primary{
    background-color: #266141 !important;
    color: #fff !important;
    border:#266141;
}

.fc .fc-button-primary:disabled{
    background-color: #2d734d !important;
    color: #fff !important;
    border:#2d734d;
}

.fc-non-business{
    background-color: rgb(200,200,200,0.5)!important;
}

.fc-h-event{
    background-color: #C6D5CD !important ;
    border: 1px solid #C6D5CD !important;
  
}
.fc-h-event:hover{
    background-color: #266141 !important ;
    border: 1px solid #266141 !important;
  
}
.fc-h-event .fc-event-main {
      color:#000!important;
}
.fc-h-event .fc-event-main:hover{
    color:#FFF!important;
}
.fc-daygrid-event-dot{
    border: 4px solid #266141 !important;
}

.scroll{
    
    max-height:600px;
    overflow-y:auto;
    overflow-x: hidden;
    min-height:200px;
    padding-top:20px;
}
#intro{display:none;}




.flatpickr-input {
  cursor: pointer;
  background-color: #fff;
}

/* Increase the width of the year input in the calendar */
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  width: auto !important;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper {
  min-width: 80px !important; /* Adjust this value as needed */
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .numInputWrapper input {
  width: 100% !important;
  text-align: center; /* Keeps the number centered */
}

/* Overlay styles */
#overlaybPoint {
    display: block; /* Display the overlay by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}
#loadingMessage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}



#overlayEvent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8); /* Semi-transparent black */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050; /* Ensures it's above everything */
  color: white;
  font-size: 1.2rem;
  display: none; /* Hidden by default */

}

#overlay {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.85);
  z-index: 2;
  border-radius: 15px;
 position: relative;

}

.h3_loader{
  font-weight: 300;
  color:green;
  text-align:center;
    
}

.h3_loader_small{
    font-size: 12pt;
    margin-top: 5px;
}


.btn-outline-primary,
#registrationActionsDropdown{
  border-color:#D65F00!important;
  color:#D65F00!important;
  background-color: transparent!important;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn-outline-primary:hover,
#registrationActionsDropdown:hover{
  background-color:#D65F00!important;
  color:#FFFFFF!important;

}

#adminActionsDropdown,
.btnViewTransactionHistory{
  border-color: #dc3545!important;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:focus-within
{
  background-color: #D65F00!important;
  color: #FFFFFF!important;
}


.spinner{
  height: 50px;
  width: 50px;
  margin:0 auto;
}

.spinner .ball{
  width: 38px;
  height: 38px;
  position: absolute;
  transform: rotate(225deg);
  opacity: 0;
  animation-name: rotate;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}


.spinner .ball::after{
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: green;
  border-radius: 50%;
}


@keyframes rotate {
  0%{
    opacity: 1;
    transform: rotate(225deg);
    animation-timing-function: ease-out;
  }
 7%{
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30%{
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }

  39%{
    transform: rotate(690deg);
    opacity: 1;
    animation-timing-function: linear;
  }

  70%{
    transform: rotate(815deg);
    animation-timing-function: ease-out;
  }

  75%{
    transform: rotate(945deg);
  }

  76%{
    transform: rotate(945deg);
    opacity: 0;
  }
  100%{
    transform: rotate(945deg);
    opacity: 0;
  }
}


.spinner .ball:nth-child(2){
  animation-delay: 240ms;
}
.spinner .ball:nth-child(3){
  animation-delay: 480ms;
}

.spinner .ball:nth-child(4){
  animation-delay: 720ms;
}
.spinner .ball:nth-child(5){
  animation-delay: 960ms;
}


.form-check-input[type=checkbox] {
  border-radius: 0.25em;
  border: solid #000 1px;
}


/* Default switch styling */
.form-switch .form-check-input {
  width: 3rem; /* Makes the switch slightly bigger */
  height: 1.5rem;
  border-radius: 2rem;
  border: 2px solid #38b449; /* Border color */
  background-color: #ccc; /* Default background when unchecked */
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

/* When the switch is checked */
.form-switch .form-check-input:checked {
  background-color: #38b449 !important;
  border-color: #38b449 !important;
}

/* Handle (slider circle) color */
.form-switch .form-check-input:checked::before {
  background-color: white !important;
}

/* Optional: Smooth transition */
.form-switch .form-check-input {
  transition: all 0.3s ease-in-out;
}

.input-with-icon {
  position: relative;
}

/* Style for the checking icon inside the input */
.input-with-icon .icon {
  /*position: absolute;
  right: 10px;
  top: 40%;
  */transform: translateY(-50%);
  font-size: 1.2rem;
  color: gray;
}


*:disabled{
  background-color: #cccc !important;
  border: solid #444 1px!important;
  color: #000!important;
  opacity: 1;
}
.emailcheck{
  position: relative;
  font-size: 12pt;
  top: 8px;
}
.emailNMTCheck{
    position: relative;
    
    font-size: 12pt;
    top: 8px;
}
#newMemberRegFields > span > i {
  top: -12px;
  position: relative;
}


.form-control, .form-select {
  border:solid #999 1px;
 
}


.card-title{
  font-weight: bold;
  margin-top: 10px;
  color: #3c4858;
  font-size:14px;
}

.bg-primary{
  background-color: #d65f00!important;
  color: #fff!important;
}

.card {
 margin-bottom:10px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card .card-body{
  padding: .9375rem 1.875rem;
}

.card-description{
  color: #999;
}

.card.card-profile{
  text-align: center;
  transition: 0.5s;
}

.card.profilebio:hover{
cursor: pointer;
background-color: #faa25a;

}

.card-header:hover{
  background-color: #d65f00!important
}

.card .card-header.card-header-image {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
  max-height: 215px;
}

.card .card-header.card-header-image a {
  display: block;
}

.card .card-header.card-header-image img {
  width: 100%;
  height: 215px;
  border-radius: 6px;
  pointer-events: none;
  box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.card .card-header.card-header-image .colored-shadow {
  transform: scale(.94);
  top: 12px;
  filter: blur(12px);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  transition: opacity .45s;
  opacity: 1;
}

.card .card-header.card-header-image .card-title {
  position: absolute;
  bottom: 5px;
  left: 15px;
  color: #fff;
  font-size: 1.125rem;
  text-shadow: 0 2px 5px rgba(33,33,33,.5);
  font-weight: 700;
}

.card .card-category {
  margin-top: 15px;
  margin-bottom: 10px;
}

.card .card-body+.card-footer {
  padding-top: 0;
  border: 0;
  border-radius: 6px;
}

.card .card-footer {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
}


div[data-role=editor-toolbar] .btn-info {
   color: #fff!important;
    background-color: #d65f00!important;
    border-color: #d65f00!important
}


 a.dropdown-item.text-danger.btnCancelReg:hover{
  color: #fff!important;
}

.btn-info,
a.btn-info{
    color: #fff!important;
    background-color: #008196!important;
    border-color: #008196!important;
}
.btn-success,
a.btn-success {
    color: #fff!important;
}

.card .text-info {
  color: #00bcd4!important;
}

.card-avatar img {
  width: 130px;
  max-width: 130px;
  max-height: 130px;
  margin: 10px auto 0;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 10px 3px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

/* Add this to your custom.css file */
.metadata-content {
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa !important;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}

.metadata-data{
  width: 100%;
  }

.metadata-data .table {
    margin-bottom: 0;
}

.metadata-data th {
    width: 40%;
    font-weight: 600;
    color: #495057;
}

/* Styling for the metadata button */
.btn-metadata {
    color: #fff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.btn-metadata:hover {
    background-color: #138496 !important;
    border-color: #117a8b !important;
}

/* Modal-specific styling */
#metadataModal .modal-body {
    padding: 1.5rem;
}

.truncated-text .show-more-text {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}



