<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[x-cloak] {
  display: none;
}

body, .gte-footer * {
  font-family: 'Roboto', sans-serif;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

.list-circle {
  list-style-type: circle;
}

.list-roman {
  list-style-type: upper-roman;
}

.list-alpha {
  list-style-type: upper-alpha;
}

a.link, .gte-footer p a.link:hover {
  color: #c0bf49;
  font-size: 1rem;
  font-weight: 500;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: rgb(15, 38, 72);
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: rgb(15, 38, 72);
  cursor: pointer;
}

.shadow-br {
  box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
}

.odd-bg-F9F9FA:nth-of-type(odd) {
  background-color: #F9F9FA;
}

a.rounded-full, 
img.rounded-full, 
button.rounded-full, 
input.rounded-full, 
.w-40.h-40.rounded-full,
.w-24.h-24.rounded-full,
label.rounded-full,
.timeslot_legend {
  border-radius: 6px !important;
}

.hover\:bg-blue-500:hover {
  background-color: rgb(40, 73, 120) !important;
}

.landing_footer footer {
  margin-left: 0px !important;
}

.bg-red-500 {
  background-color: #c75c54 !important;
}

.timeslot {
  background-color: #2a73b1 !important;
}

.blocked.no_meeting.timeslot {
  background: #434343 !important;
}

.timeslot.live_timeslot.unblocked, 
.modal_content .timeslot.live_timeslot,
.timeslot_legend,
.timeslot.live_timeslot.unblocked.live_meeting.meeting {
  background-color: #EB7124 !important;  
}

.timeslot.live_timeslot.unblocked.meeting {
  background-color: #2a73b1 !important;  
}

.text_blue {
  color: rgb(15, 38, 72);
}

.icon_dashboard {
  font-size: 2.25em;
}

.border-red-500, .border-red-600 {
  border-color: #c75c54 !important;
}

.text-red-500 {
  color: #c75c54 !important;
}

.connect_green {
  background-color: #91be3d !important;  
}


.list_no_select {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;     
}

#timeslot_holder .timeslot.selected {
  background-color: #D2DD38 !important;
}

.logo_sub_lg {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
}

.gte-nav a:hover, .gte-footer a:hover {
  text-decoration: none;
}</pre></body></html>