/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.dropdown-menu-right {
  left: auto;
  right: 0;
}

.form-control {
  padding: .625rem .75rem;
  color: #8898AA;
  background: transparent;
  background-clip: padding-box;
  border: 1px solid #DEE2E6;
  border-radius: .25rem;
  -webkit-box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
  -webkit-transition: -webkit-box-shadow .15s ease;
  transition: -webkit-box-shadow .15s ease;
  -o-transition: box-shadow .15s ease;
  transition: box-shadow .15s ease;
  transition: box-shadow .15s ease, -webkit-box-shadow .15s ease;
}

/* HEAT backoffice dark mode
 * Tokens follow the UX review: level 0 canvas, level 1 surfaces and a
 * magenta/purple action color. Kept here so every legacy template inherits
 * the same visual system without changing its server-side behavior.
 */
:root {
  --heat-bg: #0f0d16;
  --heat-surface: #191624;
  --heat-surface-raised: #211d30;
  --heat-border: #393149;
  --heat-text: #f4f1fa;
  --heat-muted: #aaa3bb;
  --heat-primary: #d946ef;
  --heat-primary-dark: #a21caf;
  --heat-focus: #f0abfc;
}

html, body.heat-admin-dark { background: var(--heat-bg) !important; color: var(--heat-text); }
body.heat-admin-dark .main-panel { background: var(--heat-bg); }
body.heat-admin-dark .content { padding-top: 42px; }
body.heat-admin-dark .sidebar,
body.heat-admin-dark .sidebar[data-background-color="white"] { background: var(--heat-surface) !important; box-shadow: 0 0 24px rgba(0,0,0,.28); }
body.heat-admin-dark .sidebar .logo { border-bottom: 1px solid var(--heat-border); }
body.heat-admin-dark .sidebar .nav li a,
body.heat-admin-dark .sidebar .nav li a i { color: var(--heat-muted) !important; }
body.heat-admin-dark .sidebar .nav li > a:hover,
body.heat-admin-dark .sidebar .nav li > a:focus,
body.heat-admin-dark .sidebar .nav li.active > a,
body.heat-admin-dark .sidebar .nav li.active > a i { color: #fff !important; background: transparent !important; }
body.heat-admin-dark .sidebar .nav-link[aria-expanded="true"] { color: var(--heat-muted) !important; background: transparent !important; }
body.heat-admin-dark .sidebar .nav::after { background: var(--heat-border); }
body.heat-admin-dark .sidebar { width: 260px; }
body.heat-admin-dark .main-panel { width: calc(100% - 260px); }
body.heat-admin-dark .sidebar .nav { padding: 0 12px; }
body.heat-admin-dark .sidebar .nav-section-label {
  padding: 20px 14px 8px;
  color: #756b88 !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
  list-style: none;
}
body.heat-admin-dark .sidebar .nav > .nav-item { margin: 2px 0; }
body.heat-admin-dark .sidebar .nav > .nav-item > .nav-link {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
body.heat-admin-dark .sidebar .nav > .nav-item > .nav-link:hover { transform: translateX(2px); }
body.heat-admin-dark .sidebar .nav > .nav-item > .nav-link i { width: 20px; margin: 0; font-size: 19px; text-align: center; }
body.heat-admin-dark .sidebar .nav > .nav-item > .nav-link[data-toggle="collapse"]::after { content: "\f107"; margin-left: auto; font-family: FontAwesome; font-size: 12px; transition: transform .18s ease; }
body.heat-admin-dark .sidebar .nav > .nav-item > .nav-link[data-toggle="collapse"][aria-expanded="true"]::after { transform: rotate(180deg); }
body.heat-admin-dark .sidebar .nav > .nav-item.active > .nav-link:not([data-toggle="collapse"]),
body.heat-admin-dark .sidebar .nav > .nav-item > .nav-link[aria-current="page"]:not([data-toggle="collapse"]) {
  color: #f5d0fe !important;
  background: linear-gradient(90deg, rgba(192,38,211,.25), rgba(192,38,211,.08)) !important;
  box-shadow: inset 3px 0 0 #d946ef;
}
body.heat-admin-dark .sidebar .nav > .nav-item > .nav-link[data-toggle="collapse"],
body.heat-admin-dark .sidebar .nav > .nav-item > .nav-link[data-toggle="collapse"]:hover,
body.heat-admin-dark .sidebar .nav > .nav-item > .nav-link[data-toggle="collapse"]:focus,
body.heat-admin-dark .sidebar .nav > .nav-item > .nav-link[data-toggle="collapse"][aria-expanded="true"] {
  color: var(--heat-muted) !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.heat-admin-dark .sidebar .nav > .nav-item > .nav-link[data-toggle="collapse"] i,
body.heat-admin-dark .sidebar .nav > .nav-item > .nav-link[data-toggle="collapse"] i:hover {
  color: var(--heat-muted) !important;
  background: transparent !important;
}
body.heat-admin-dark .sidebar .nav .collapse .nav { padding: 3px 0 5px 32px; }
body.heat-admin-dark .sidebar .nav .collapse .nav .nav-link { padding: 8px 12px; font-size: 12px; }
body.heat-admin-dark .sidebar .nav .collapse .nav::after { display: none; }
body.heat-admin-dark .sidebar .logo { min-height: 74px; display: flex; align-items: center; justify-content: center; }
body.heat-admin-dark .sidebar .logo-image { width: 164px; height: auto; }
body.heat-admin-dark .sidebar { display: flex; flex-direction: column; }
body.heat-admin-dark .sidebar .sidebar-wrapper { flex: 1 1 auto; overflow-y: auto; }
body.heat-admin-dark .sidebar-user {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 12px 16px;
  padding: 11px 10px;
  border: 1px solid rgba(217,70,239,.18);
  border-radius: 9px;
  background: linear-gradient(120deg, rgba(126,34,206,.24), rgba(32,24,48,.9));
}
body.heat-admin-dark .sidebar-user-avatar { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #a21caf; font-size: 12px; font-weight: 700; }
body.heat-admin-dark .sidebar-user-copy { min-width: 0; flex: 1; display: flex; flex-direction: column; }
body.heat-admin-dark .sidebar-user-copy strong { overflow: hidden; color: #f5f3fa; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
body.heat-admin-dark .sidebar-user-copy span { color: #a9a1ba; font-size: 9px; text-transform: capitalize; }
body.heat-admin-dark .sidebar-user-logout { color: #a9a1ba; font-size: 14px; }
body.heat-admin-dark .sidebar-user-logout:hover { color: #f0abfc; }
body.heat-admin-dark .heat-user-topbar { display: none; }
/* Reuse the existing icon hooks while rendering the Font Awesome glyphs. */
body.heat-admin-dark .sidebar .mdi { font-family: FontAwesome !important; font-style: normal; }
body.heat-admin-dark .sidebar .mdi::before { font-family: FontAwesome; }
body.heat-admin-dark .sidebar .mdi-star-circle::before { content: "\f005"; }
body.heat-admin-dark .sidebar .mdi-office::before { content: "\f1ad"; }
body.heat-admin-dark .sidebar .mdi-music::before { content: "\f001"; }
body.heat-admin-dark .sidebar .mdi-vote::before { content: "\f024"; }
body.heat-admin-dark .sidebar .mdi-account-multiple::before { content: "\f0c0"; }
body.heat-admin-dark .sidebar .mdi-video::before { content: "\f03d"; }
body.heat-admin-dark .sidebar .mdi-bullhorn::before { content: "\f0a1"; }
body.heat-admin-dark .sidebar .mdi-calendar::before { content: "\f073"; }
body.heat-admin-dark .sidebar .mdi-bell-ring::before { content: "\f0f3"; }
body.heat-admin-dark .sidebar .mdi-playlist-play::before { content: "\f03a"; }
@media (max-width: 991.98px) {
  body.heat-admin-dark .sidebar { width: 260px; }
  body.heat-admin-dark .main-panel { width: 100%; }
}
body.heat-admin-dark .navbar { background: rgba(15,13,22,.92) !important; box-shadow: 0 1px 0 var(--heat-border); }
body.heat-admin-dark .navbar .nav-link,
body.heat-admin-dark .navbar .nav-link b { color: var(--heat-text) !important; }
body.heat-admin-dark .dropdown-menu { background: var(--heat-surface-raised); border: 1px solid var(--heat-border); box-shadow: 0 12px 30px rgba(0,0,0,.35); }
body.heat-admin-dark .dropdown-item,
body.heat-admin-dark .dropdown-header { color: var(--heat-text); }
body.heat-admin-dark .dropdown-item:hover,
body.heat-admin-dark .dropdown-item:focus { background: rgba(217,70,239,.18); color: #fff; }
body.heat-admin-dark .card,
body.heat-admin-dark .white-background { background: var(--heat-surface) !important; color: var(--heat-text); border: 1px solid var(--heat-border); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
body.heat-admin-dark .card-header:not(.card-header-primary) { background: var(--heat-surface-raised); border-bottom: 1px solid var(--heat-border); }
body.heat-admin-dark .card-header-primary,
body.heat-admin-dark .card-header.card-header-primary { background: linear-gradient(135deg, #86198f 0%, #c026d3 100%) !important; }
body.heat-admin-dark .card-title,
body.heat-admin-dark .card .card-header.card-header-icon .card-title,
body.heat-admin-dark .card .card-header.card-header-text .card-title { color: var(--heat-text) !important; }
body.heat-admin-dark h1, body.heat-admin-dark h2, body.heat-admin-dark h3,
body.heat-admin-dark h4, body.heat-admin-dark h5, body.heat-admin-dark h6,
body.heat-admin-dark label, body.heat-admin-dark .card-text { color: var(--heat-text); }
body.heat-admin-dark p, body.heat-admin-dark small, body.heat-admin-dark .text-muted { color: var(--heat-muted) !important; }
body.heat-admin-dark .table { color: var(--heat-text); background: var(--heat-surface); }
body.heat-admin-dark .table thead th { color: var(--heat-focus) !important; border-color: var(--heat-border); }
body.heat-admin-dark .table td { border-color: var(--heat-border); }
body.heat-admin-dark .table tbody tr:hover { background: rgba(217,70,239,.08); }
body.heat-admin-dark .table td a { color: var(--heat-text) !important; }
body.heat-admin-dark .table td a:hover { color: #fff !important; }
body.heat-admin-dark .form-control,
body.heat-admin-dark input, body.heat-admin-dark textarea, body.heat-admin-dark select,
body.heat-admin-dark .custom-select { color: var(--heat-text) !important; background-color: #15121f !important; border: 1px solid var(--heat-border) !important; }
body.heat-admin-dark .form-control::placeholder { color: #817991; }
body.heat-admin-dark .form-control:focus,
body.heat-admin-dark input:focus, body.heat-admin-dark textarea:focus, body.heat-admin-dark select:focus { border-color: var(--heat-focus) !important; box-shadow: 0 0 0 .2rem rgba(240,171,252,.16) !important; }
body.heat-admin-dark .btn,
body.heat-admin-dark .btn.btn-default,
body.heat-admin-dark .btn.btn-default:hover,
body.heat-admin-dark .btn.btn-default:focus { color: var(--heat-text) !important; background: var(--heat-surface-raised) !important; border-color: var(--heat-border) !important; }
body.heat-admin-dark .btn-primary,
body.heat-admin-dark .btn-primary:hover,
body.heat-admin-dark .btn-primary:focus { color: #fff !important; background: linear-gradient(135deg, #c026d3, #db2777) !important; border: 0 !important; box-shadow: 0 5px 14px rgba(192,38,211,.28); }
body.heat-admin-dark .modal-content,
body.heat-admin-dark .section-modal-content { background: var(--heat-surface) !important; color: var(--heat-text); border: 1px solid var(--heat-border); }
body.heat-admin-dark .modal-header, body.heat-admin-dark .modal-footer { border-color: var(--heat-border); }
body.heat-admin-dark .modal-title { color: var(--heat-text) !important; }
body.heat-admin-dark .section-modal-content .modal-body { color: var(--heat-text); }
body.heat-admin-dark .close { color: var(--heat-text); text-shadow: none; }
body.heat-admin-dark .calendar-shedule .table,
body.heat-admin-dark .calendar tr, body.heat-admin-dark .calendar td { border-color: var(--heat-border); }
body.heat-admin-dark .calendar td ul li { background: var(--heat-surface-raised); color: var(--heat-text); }
body.heat-admin-dark .dataTables_wrapper, body.heat-admin-dark .dataTables_info,
body.heat-admin-dark .dataTables_length, body.heat-admin-dark .dataTables_filter { color: var(--heat-muted) !important; }
body.heat-admin-dark .dataTables_wrapper select,
body.heat-admin-dark .dataTables_wrapper input { background: #15121f !important; color: var(--heat-text) !important; }
body.heat-admin-dark .table.dataTable tbody tr,
body.heat-admin-dark table.dataTable.display tbody tr.odd,
body.heat-admin-dark table.dataTable.stripe tbody tr.odd,
body.heat-admin-dark table.dataTable tbody tr.even { background-color: transparent !important; }
body.heat-admin-dark .table.dataTable tbody tr:hover,
body.heat-admin-dark table.dataTable tbody tr:hover { background-color: rgba(217,70,239,.08) !important; }
body.heat-admin-dark .pagination .page-link { background: var(--heat-surface-raised); color: var(--heat-text); border-color: var(--heat-border); }
body.heat-admin-dark .pagination .page-item.active .page-link { background: var(--heat-primary-dark); border-color: var(--heat-primary-dark); }
body.heat-admin-dark .dataTables_wrapper a.paginate_button,
body.heat-admin-dark .dataTables_wrapper a.paginate_button:hover,
body.heat-admin-dark .dataTables_wrapper a.paginate_button:focus { color: var(--heat-text) !important; background: var(--heat-surface-raised) !important; border-color: var(--heat-border) !important; }
body.heat-admin-dark .dataTables_wrapper a.paginate_button.current,
body.heat-admin-dark .dataTables_wrapper a.paginate_button.current:hover { color: #fff !important; background: var(--heat-primary-dark) !important; border-color: var(--heat-primary-dark) !important; }
body.heat-admin-dark .dataTables_wrapper a.paginate_button.disabled,
body.heat-admin-dark .dataTables_wrapper a.paginate_button.disabled:hover { color: var(--heat-muted) !important; background: transparent !important; border-color: transparent !important; }
body.heat-admin-dark .alert { background: var(--heat-surface-raised); color: var(--heat-text); border-color: var(--heat-border); }
body.heat-admin-dark .img-thumbnail { background: var(--heat-surface-raised); border-color: var(--heat-border); }

/* Shared proposal language: compact, rounded panels with clear hierarchy. */
body.heat-admin-dark .content > .container-fluid { max-width: 1600px; }
body.heat-admin-dark .row { margin-bottom: 1.25rem; }
body.heat-admin-dark .card { border-radius: 12px; }
body.heat-admin-dark .card-header { padding: 1.15rem 1.35rem; }
body.heat-admin-dark .card-body { padding: 1.35rem; }
body.heat-admin-dark .card-header .card-title { margin: 0; font-weight: 700; letter-spacing: .01em; }
body.heat-admin-dark .table-responsive { border-radius: 8px; }
body.heat-admin-dark .table td, body.heat-admin-dark .table th { vertical-align: middle; padding: .85rem .75rem; }
body.heat-admin-dark .table tbody tr { transition: background-color .18s ease; }
body.heat-admin-dark .btn { border-radius: 8px; text-transform: none; font-weight: 600; letter-spacing: .01em; }
body.heat-admin-dark .btn-sm { border-radius: 7px; }
body.heat-admin-dark .card-calendar .card-icon { border-radius: 9px; }
body.heat-admin-dark #fullCalendar { color: var(--heat-text); }
body.heat-admin-dark .fc-unthemed td, body.heat-admin-dark .fc-unthemed th,
body.heat-admin-dark .fc-unthemed .fc-divider, body.heat-admin-dark .fc-unthemed .fc-list-heading td { border-color: var(--heat-border); }
body.heat-admin-dark .fc-unthemed .fc-today { background: rgba(217,70,239,.08); }
body.heat-admin-dark .fc-toolbar h2, body.heat-admin-dark .fc th,
body.heat-admin-dark .fc-axis { color: var(--heat-text); }
body.heat-admin-dark .fc-button { background: var(--heat-surface-raised); border-color: var(--heat-border); color: var(--heat-text); border-radius: 7px; text-shadow: none; }
body.heat-admin-dark .fc-button:hover, body.heat-admin-dark .fc-button:focus,
body.heat-admin-dark .fc-button.fc-state-active { background: var(--heat-primary-dark); border-color: var(--heat-primary-dark); color: #fff; }
body.heat-admin-dark .fc-event { background: #7e22ce; border-color: #c026d3; border-radius: 5px; padding: 2px 4px; }

@media (max-width: 767.98px) {
  body.heat-admin-dark .content { padding-left: .5rem; padding-right: .5rem; }
  body.heat-admin-dark .card-body { padding: 1rem; }
  body.heat-admin-dark .table { min-width: 720px; }
}
body.heat-admin-dark .text-dark { color: var(--heat-text) !important; }
body.heat-admin-dark .sidebar .dropdown-menu .dropdown-item { color: var(--heat-text) !important; }
body.heat-admin-dark .sidebar .dropdown-menu .dropdown-item:hover,
body.heat-admin-dark .sidebar .dropdown-menu .dropdown-item:focus { color: #fff !important; background: rgba(217,70,239,.18) !important; }
body.heat-admin-dark .step-links a { display: inline-block; padding: 7px 14px; margin: 0 2px; border: 1px solid var(--heat-border); border-radius: 2px; background: var(--heat-surface-raised); color: var(--heat-text) !important; text-decoration: none; }
body.heat-admin-dark .step-links a:hover { background: rgba(217,70,239,.18); color: #fff !important; }
body.heat-admin-dark .form-group input[type="file"] { opacity: 1 !important; position: relative !important; z-index: 0; }
body.heat-admin-dark .form-group input[type="checkbox"] { opacity: 1 !important; position: static !important; margin: 0 8px 4px 0 !important; vertical-align: middle; }
body.heat-admin-dark .btn-danger,
body.heat-admin-dark .btn-danger:hover,
body.heat-admin-dark .btn-danger:focus,
body.heat-admin-dark .btn-danger:active { color: #fff !important; background: linear-gradient(135deg, #f87171, #dc2626) !important; border: 0 !important; box-shadow: 0 5px 14px rgba(220,38,38,.28); }
body.heat-admin-dark .btn-success,
body.heat-admin-dark .btn-success:hover,
body.heat-admin-dark .btn-success:focus,
body.heat-admin-dark .btn-success:active { color: #fff !important; background: linear-gradient(135deg, #34d399, #16a34a) !important; border: 0 !important; box-shadow: 0 5px 14px rgba(22,163,74,.28); }
body.heat-admin-dark .btn-warning,
body.heat-admin-dark .btn-warning:hover,
body.heat-admin-dark .btn-warning:focus,
body.heat-admin-dark .btn-warning:active { color: #fff !important; background: linear-gradient(135deg, #fbbf24, #d97706) !important; border: 0 !important; box-shadow: 0 5px 14px rgba(217,119,6,.28); }
body.heat-admin-dark .btn-info,
body.heat-admin-dark .btn-info:hover,
body.heat-admin-dark .btn-info:focus,
body.heat-admin-dark .btn-info:active { color: #fff !important; background: linear-gradient(135deg, #22d3ee, #0891b2) !important; border: 0 !important; box-shadow: 0 5px 14px rgba(8,145,178,.28); }
body.heat-admin-dark .fc-toolbar h2,
body.heat-admin-dark .fc-toolbar h2.fc-center { color: var(--heat-text) !important; }
body.heat-admin-dark .fc-day-header,
body.heat-admin-dark .fc-day-header.fc-widget-header { color: var(--heat-text) !important; }
body.heat-admin-dark .fc-axis, body.heat-admin-dark .fc-day-number { color: var(--heat-muted) !important; }
body.heat-admin-dark .fc button.fc-button,
body.heat-admin-dark .fc button.fc-button:hover,
body.heat-admin-dark .fc button.fc-button:focus,
body.heat-admin-dark .fc button.fc-button:active { color: var(--heat-text) !important; background: var(--heat-surface-raised) !important; border: 1px solid var(--heat-border) !important; box-shadow: none !important; border-radius: 2px; }
body.heat-admin-dark .fc button.fc-button:hover { background: rgba(217,70,239,.18) !important; color: #fff !important; }
body.heat-admin-dark .fc button.fc-button.fc-state-disabled { opacity: .5; }
body.heat-admin-dark .fc-widget-header,
body.heat-admin-dark .fc-widget-content,
body.heat-admin-dark .fc-divider,
body.heat-admin-dark .fc-head-container .fc-row,
body.heat-admin-dark .fc-body .fc-row { border-color: var(--heat-border) !important; }

.form-control.invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

tbody tr:first-child .upQuestion, tbody tr:not(.listAnswersTr):nth-last-of-type(2) .downQuestion {
  display: none;
}

.gray-background {
  background-color: #eee;
}

.white-background {
  background: white;
  padding: 20px;
  padding-bottom: 30px;
  padding-top: 40px;
  -webkit-box-shadow: 3px 3px 10px #aaa;
  box-shadow: 3px 3px 10px #aaa;
}

.calendar tr, .calendar td {
  border: 1px solid #ccc;
}

.navbar-inverse {
  background-color: #333;
  border-color: #333;
  -webkit-box-shadow: 3px 3px 10px #aaa;
  box-shadow: 3px 3px 10px #aaa;
}

h1, h2, h3, h4, h5 {
  color: gray;
  padding-left: 15px;
}

div .warning {
  background: #fcf8e3;
  color: black;
  border: 0.5px solid gray;
}

.general-info .col-xs-3 {
  padding: 5px;
}

.Custom-backgroundcolor {
  background-color: #1fb2de !important;
  color: white;
}

.selected {
  background-color: #1fb2de !important;
  color: white;
}

.Custom-Texticon {
  color: white;
}

.Custom-Texticon:hover {
  color: white;
}

.Custom-Texticon:focus, .Custom-Texticon.focus {
  color: white;
}

.main-panel>.content {
  margin-top: 10px;
}

.collapse.in {
  display: block;
}

.sidebar::before, .off-canvas-sidebar nav .navbar-collapse::before {
  background-color: #FFF;
}

.sidebar .logo {
  padding: 8px 4px;
}

.logo-image {
  width: 150px;
}

.logo-image-login {
  width: 250px;
}

.sidebar .nav {
  margin-top: 0;
  padding: 0;
}

.nav-item.disabled {
  cursor: not-allowed;
}

.nav-item.disabled .nav-link {
  pointer-events: none;
}

.sidebar .nav-item .nav li:first-child>a {
  margin: 10px 15px 0;
}

.nav-item .nav {
  padding-left: 24px;
  padding-right: 0;
}

.nav-item .nav::after {
  display: block;
  content: '';
  width: calc(100% - 32px);
  height: 1px;
  background: #ccc;
  margin: 10px auto 0;
}

.nav-link[aria-expanded="true"], .nav-link[aria-expanded="true"]:hover, .nav-link[aria-expanded="true"]:focus {
  background-color: rgba(200, 200, 200, 0.2);
  color: #3C4858;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Survey styles */

#formSurveyIntro, #formSurvey {
  max-width: 524px;
}

.rating-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rating-container .caption {
  display: none !important;
}

.rating-container .star:first-child {
  margin-left: 0;
}

.rating-container .star i {
  font-size: 36px;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.calendar tr, .calendar td {
  border: 1px solid #ccc;
}

.calendar td {
  padding: 20px 5px 0px 5px;
}

.calendar td ul {
  padding: 0;
  list-style: none;
}

.calendar td ul li {
  padding: 4px 8px;
  background: #d1d7de;
  border-radius: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
}

/* Calendar  */

.calendar-shedule .table {
  border: 1px solid #ddd;
}

.calendar-shedule .table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

.calendar-shedule .table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.calendar-shedule .agenda-placeholder {
  position: relative;
  display: block;
  width: 146px;
  height: 41px;
  /* background: #f2f2f2; */
  /* border-radius: 4px; */
}

.calendar-shedule .reserved {
  background: #f2f2f2 !important;
}

.calendar-shedule .reserved a {
  display: none;
}

.calendar-shedule td .btn {
  width: 146px;
}

#modal-book .card-header {
  background: red;
}

.week-header .row {
  margin: 0;
}

.week-header b {
  margin: 0 auto;
}

/* #modal-book #id_start_time,
#modal-book #id_end_time {
pointer-events: none;
} */

/* .onlyRead .modal-footer {
display: none;
} */

/* .onlyRead .form input,
.onlyRead .form select {
pointer-events: none;
} */

.wrapper-sections {
  padding-left: 40px;
}

.card-section {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.card-section .card-header {
  margin-top: 0 !important;
}

.card-section .reorder {
  position: absolute;
  width: 24px;
  left: -32px;
}

.wrapper-sections:first-child:last-child {
  padding-left: 15px;
}

.wrapper-sections:first-child:last-child .reorder .upSection, .wrapper-sections:first-child:last-child .reorder .downSection {
  display: none;
}

.wrapper-sections:first-child .reorder .upSection {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.wrapper-sections:last-child .reorder .downSection {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.card-section .card-header .card-actions {
  width: auto;
  left: auto;
  right: 0;
  /* top: -40px; */
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
  -o-transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
  transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
}

.card-section .card-header:hover .card-actions {
  opacity: 1;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}


.custom-control.custom-radio:hover {
  background: #f6f6f6;
  border-radius: 2.5rem;
}

.custom-control.custom-checkbox:hover {
  background: #f6f6f6;
  border-radius: 0.25rem;
}

.custom-control-label {
  min-width: 100%;
  cursor: pointer;
}

.custom-control-label::before,
.custom-control-label::after {
  left: 0.25rem;
}

/* .card-collapse,.card-collapse .card-header {
box-shadow: none;
background-color: transparent;
border-radius: 0
} */

.card-collapse {
  margin: 0
}

.card-collapse .card-header {
  border-bottom: 1px solid #ddd;
  padding: 25px 10px 5px 0;
  margin: 0;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background: #fff
}

.card-collapse .card-header a {
  color: #3c4858;
  font-size: .9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-collapse .card-header a div {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.card-collapse .card-header a i {
  float: right;
  /* top: 4px; */
  position: relative
}

.card-section .reorder a:hover, .card-section .reorder a:active {
  background: #e0e0e0;
  border-radius: 50%;
}

.card-collapse .card-header a[aria-expanded=true] i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.card-collapse .card-body {
  padding: 15px 0 5px
}

.listAnswersTr .collapse, .listAnswersTr .collapsing {
  margin-left: 86px;
}

.listAnswersTr .collapsing, .listAnswersTr .collapse.in {
  border-top: 1px solid rgb(221, 221, 221);
}

.listAnswersTr .card-body {
  background: #fafafa;
  margin-bottom: 34px;
  border: 1px solid #ddd;
  border-top: 0;
}

.listAnswersTr .card-body table.table {
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.td-actions {
  min-width: 124px;
}

.custom-file-label::after {
  content: "Seleccionar archivo";
}

.progress-bar {
  background-color: #0e385a !important;
}

tbody tr:first-child .upRow, tbody tr:first-child .upColumn {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

tbody tr:last-child .downRow, tbody tr:last-child .downColumn {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.wrapper-sections {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.wrapper-sections.onMove {
  -webkit-animation: blur 250ms;
  animation: blur 250ms;
  opacity: 0.5;
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
  }
  50% {
    -webkit-filter: blur(5px);
  }
  100% {
    -webkit-filter: blur(0px);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(0px);
  }
  50% {
    -webkit-filter: blur(5px);
  }
  100% {
    -webkit-filter: blur(0px);
  }
}

input[type=file] {
  padding: .625rem .75rem;
  color: #8898AA;
  background: transparent;
  background-clip: padding-box;
  border: 1px solid #DEE2E6;
  border-radius: .25rem;
  -webkit-box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
  -webkit-transition: -webkit-box-shadow .15s ease;
  transition: -webkit-box-shadow .15s ease;
  -o-transition: box-shadow .15s ease;
  transition: box-shadow .15s ease;
  transition: box-shadow .15s ease, -webkit-box-shadow .15s ease;
  width: 100%;
}

input[type=file]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

input:focus {
  border-color: #5f0060 !important;
}
/* TIMELINE */
.timeline {
  list-style: none;
  padding: 20px 0;
  position: relative;
  margin-top: 30px;
}
.timeline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #e5e5e5;
  left: 50%;
  margin-left: -1px;
}
.timeline h6 {
  color: #333;
  font-weight: 400;
  margin: 10px 0 0;
}
.timeline.timeline-simple {
  margin-top: 30px;
  padding: 0 0 20px;
}
.timeline.timeline-simple:before {
  left: 5%;
  background-color: #e5e5e5;
}
.timeline.timeline-simple > li > .timeline-panel {
  width: 86%;
}
.timeline.timeline-simple > li > .timeline-badge {
  left: 5%;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:after,
.timeline > li:before {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 45%;
  float: left;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  border: 1px solid #0f3c5e;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #0f3c5e;
  border-right: 0 solid #0f3c5e;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 51px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -24px;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge.primary {
  background-color: #5f0060;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}
.timeline > li > .timeline-badge.success {
  background-color: #4caf50;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
}
.timeline > li > .timeline-badge.warning {
  background-color: #ff9800;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
}
.timeline > li > .timeline-badge.info {
  background-color: #00bcd4;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
  padding: 0;
}
.timeline > li > .timeline-badge.danger {
  background-color: #f44336;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
}
.timeline > li > .timeline-badge [class*=" ti-"],
.timeline > li > .timeline-badge [class="material-icons"],
.timeline > li > .timeline-badge [class^="ti-"] {
  line-height: inherit;
}
.timeline > li:nth-child(odd) > .timeline-panel {
  float: right;
  /* background-color: #fff; */
}
.timeline > li:nth-child(odd) > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li:nth-child(odd) > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-heading {
  /* font-size: 1.4rem; */
  margin-bottom: 15px;
}
.timeline-stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 12px;
}
.timeline-stats div {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.timeline-stats .date {
  color: #3C4858;
}
.timeline-stats .badge {
  display: flex;
  align-items: center;
  padding: 0.25em 0.8em 0.25em 0.25em;
}
.timeline-stats i {
  font-size: 16px;
  margin-right: 4px;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body hr {
  margin-top: 10px;
  margin-bottom: 5px;
}
.timeline-body .btn,
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
