.fc-agendaDay-view a.fc-event{
    min-width: 120px;
    max-width: max-content;
}

.fc-body{
    max-height: 250px;
    overflow-y: scroll;
}

.fc-event-tooltip{
    min-width:max-content;
    min-height:max-content;
    background:#ccc;
    position:absolute;
    z-index:10001;
    padding: 5px 10px;
}

.error-message {
    color: #ff0000;
}
.gray {
    background-color: #6c757d;
}
#notifications-count {
    position: absolute;
    top: 16px;
    right: 10px;
    background: #fff;
    color: #03a9f3;
    width: 14px;
    height: 14px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
}
#filter-count {
    position: absolute;
    top: -7px;
    right: -5px;
    color: rgb(255, 255, 255);
    width: 12px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    background: rgb(2, 148, 9);
    border-radius: 50%;
    display: none;
}

/* Custom CSS to reduce the width of the date range picker */
.daterangepicker .daterangepicker_input input {
    width: 200px;
    height: 26px; /* Adjust this height to your desired size */
    font-size: 12px; /* Adjust the font size if needed */
}
/* Adjust the size of the calendar table */
.daterangepicker table.table-condensed {
    font-size: 12px; /* Adjust this font size to your desired size */
}

/* Adjust the cell height of the calendar table */
.daterangepicker table.table-condensed td {
    width: 15px;
    height: 15px; /* Adjust this height to your desired size */
}

.btn.filter-button {
    position: relative;
}

.filter-counter {
    position: absolute;
    top: -10px;
    right: -10px;
    min-width: 20px;
    padding: 2px 6px;
    border-radius: 50%;
}
textarea {
    resize: vertical;
    min-height: 100px;
}
.eye-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.text-primary-hover:hover {
    color: var(--bs-primary);
}
#start_time,
#end_time {
    background-color: #fff; /* Set the background color to white */
    border: 1px solid #e9ecef; /* Add a border to match the form control */
    border-radius: 0.25rem; /* Apply border-radius for rounded corners if needed */
}

/* Style for the time picker input */
#start_time input,
#end_time input {
    border: none; /* Remove the default input border */
    outline: none; /* Remove the input focus outline */
    box-shadow: none; /* Remove any box shadow */
}
.clock {
    margin-top: 5px;
}

/* Styling for the progress bar */
#progress_bar {
    height: 20px;
}

.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 40px 40px;
}
/* Styling for the completion message */
#completion_message {
    font-size: 12px; /* Adjust the font size as needed */
    background-color: #28a745; /* Green background color */
    color: #fff; /* White text color */
    border: 1px solid #218838; /* Dark green border color */
    padding: 2px 5px; /* Adjust padding as needed */
    border-radius: 4px;
    display: flex;
    align-items: center;
}

/* Styling for the checkmark symbol */
.checkmark {
    font-size: 14px; /* Adjust the checkmark size as needed */
    margin-right: 5px; /* Add spacing between checkmark and text */
}

.disable-block {
    pointer-events: none;
    opacity: 0.7 !important;
}
.rounde-image {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.modal {
    z-index: 1234 !important  ;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.2);
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    color: black;
}
.modal .select2-dropdown {
    z-index: 1070;
}
.play-book-session {
    border: 1px solid rgb(241, 237, 237);
    padding: 15px;
}
/* Style the clear button */
.clear-input {
    position: relative;
}

.clear-input .input-group-text {
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border: none;
    padding: 0;
    font-size: 16px;
    color: #ccc;
    float: right;
    bottom: 30px;
    right: 10px;
}

/* Style the clear button on hover */
.clear-input .input-group-text:hover {
    color: rgb(0, 0, 0); /* Change the color on hover if desired */
}

/* Adjust the font size and padding for the entire time picker */
.bootstrap-datetimepicker-widget {
    font-size: 12px; /* Adjust the font size as desired */
    padding: 5px; /* Adjust the padding as desired */
    width: 200px; /* Adjust the width as desired */
    height: 100px; /* Adjust the height as desired */
}

/* Make the buttons smaller */
.bootstrap-datetimepicker-widget a.btn {
    font-size: 10px; /* Adjust the font size as desired */
}

/* Make the hour and minute elements smaller */
.timepicker-hour,
.timepicker-minute {
    font-size: 14px; /* Adjust the font size as desired */
}

/* Reduce the spacing between elements */
.timepicker-picker .separator {
    margin: 0 3px; /* Adjust the margin as desired */
}

/* Make the period (AM/PM) button smaller */
.timepicker-picker .btn-primary {
    font-size: 10px; /* Adjust the font size as desired */
    padding: 2px 5px; /* Adjust the padding as desired */
}
.bootstrap-datetimepicker-widget table td span {
    width: auto !important;
    height: 0 !important;
    line-height: 0 !important;
}
.bootstrap-datetimepicker-widget table td {
    width: 20px !important;
    height: auto !important;
    line-height: 25px !important;
}
.bootstrap-datetimepicker-widget button {
    width: 30px !important;
}
.add-to-fav , .add-to-session{
    width: 18px;
    height: 18px;
}
.swal-z-index {
    z-index: 10000; /* Adjust the z-index value as needed */
}
.chosen-container {
    width: 100% !important;
}
.chosen-container .chosen-choices {
    border: 1px solid rgb(241, 237, 237);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    line-height: 3;
    border-radius: 4px;
}
.chosen-container .chosen-drop {
    margin-top: 2px;
    border: 1px solid rgb(241, 237, 237);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
}
.chosen-container .chosen-results li {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px;
    font-size: 14px;
}
@media (prefers-reduced-motion: reduce) {
    .chosen-container .chosen-results li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.chosen-container .chosen-results li.highlighted {
    background-image: none;
}
.chosen-container .chosen-results li.group-result {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.05);
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 10px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    border: none;
    background: rgba(0, 0, 0, 0.1);
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    font-size: 14px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 11px;
    right: 8px;
}
.chosen-container ul.chosen-choices {
    border: 1px solid rgb(241, 237, 237);
    box-shadow: none;

}
.chosen-container-multi ul.chosen-choices li.search-choice {
    margin: 10px 0px 0px 5px;
}
#zoom-container {
    position: relative;
    width: 640px;
    height: 360px;
    margin: 0 auto;
  }

  #zoom-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

/* start zoom meet iframe */
#zoomMeetIFrame{
    width: 100% !important;
    height: calc(100vh - 68px) !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}

/* end zoom meet iframe */

/* CSS for making speaker selection scrollable */
/* Style for Select2 */

  /* Style for the dropdown container */
  .selection .select2-selection{
    height: 100% !important;
    padding: 5px !important;
    border: 1px solid #ebecee !important;
  }
  .select2-selection__arrow{
    margin-top:5px !important;
  }

  #institutionSelect  .select2, .select2-container, .select2-container--default, .select2-container--below,  .select2-container--focus{
    width:100% !important;
  }
  .topbar{
    z-index: 123456 !important;
  }
  .jq-toast-wrap{
    z-index: 9999999!important;
  }
  .select2-results__group{
    font-weight: 600;
  }
  #questionsModal, #descriptionModal{
    z-index: 999999 !important;
  }
  .dtp , .preloader{
    z-index: 1234567 !important;
  }
  .fw-500{
    font-weight: 500;
  }
.select2-dropdown {
    z-index: 99999 !important;
}
.purpul{
    color: #a2acf7
}
.bg-purpul{
    background-color:   #a2acf7
}
.ck .ck-powered-by{
    display: none !important;;
}
