@charset "UTF-8";
body {
  background-color: #f2f2f2;
}

.form-control {
  border: none !important;
  border-bottom: 1px solid !important;
  font-size: 12px !important;
}

.has-error {
  font-family: "montserratlight";
  font-size: 0.8em;
}

.contact-select-box span {
  font-family: "montserratlight";
  font-size: 10px;
  font-weight: bold;
}

.selection {
  min-height: 49px;
  display: block;
}

.select2-selection {
  min-height: 49px !important;
}

.hr_bar {
  color: rgb(0, 217, 208);
  width: 97%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 1em;
  margin-top: 1em;
}

.proj1 {
  width: 200px;
  height: 100px;
  background-color: #27ae60;
  border-radius: 10px;
  margin-right: 4px;
}

.active1 {
  border-bottom: 2px solid #c0392b;
}

.main-container {
  height: 100vh;
}

.fc .fc-button {
  font-size: 12px;
}

.kanban-board {
  background-color: rgba(154, 67, 145, 0.3);
}
.kanban-board .kanban-item {
  font-family: "montserratlight";
}
.kanban-board .kanban-title-board {
  font-family: "montserratbold";
  text-transform: uppercase;
  font-size: 14px;
  color: #9a4391;
}

.select-user-calendar-box {
  width: 200px;
  float: right;
}

.calendar-type {
  position: relative;
  width: 70%;
  height: 20px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.calendar-type li {
  height: 20px;
  display: inline;
  margin-right: 10px;
}
.calendar-type li .box-type-event {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.calendar-type li .box-type-event-text {
  width: 20px;
  height: 20px;
  display: inline;
}
.calendar-type li .box-type-event-text span {
  display: inline-block;
  font-family: "montserratlight";
  font-size: 12px;
  padding-left: 2px;
}
.calendar-type li:hover {
  cursor: pointer;
}
.calendar-type li:hover .box-type-event {
  opacity: 0.5;
}
.calendar-type li.selected .box-type-event {
  opacity: 0.5;
}
.calendar-type li.selected .box-type-event-text span {
  text-decoration: line-through;
}

#time-track-calendar .fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 5px;
}

#calendar .fc-toolbar-title,
#time-track-calendar .fc-toolbar-title {
  font-size: 12px;
  font-family: "montserratlight";
  color: black;
}
#calendar .fc-today-button,
#calendar .fc-dayGridMonth-button,
#calendar .fc-dayGridDay-button,
#calendar .fc-listMonth-button,
#time-track-calendar .fc-today-button,
#time-track-calendar .fc-dayGridMonth-button,
#time-track-calendar .fc-dayGridDay-button,
#time-track-calendar .fc-listMonth-button {
  background-color: #9a4391;
  font-family: "montserratlight";
  border: none;
}
#calendar .fc-prev-button,
#time-track-calendar .fc-prev-button {
  background-color: transparent;
  color: black;
  border-color: #9a4391;
}
#calendar .fc-next-button,
#time-track-calendar .fc-next-button {
  background-color: transparent;
  color: black;
  border-color: #9a4391;
}
#calendar .fc-daygrid-event,
#time-track-calendar .fc-daygrid-event {
  border: none;
}
#calendar .fc-event-main,
#time-track-calendar .fc-event-main {
  border: none;
  font-family: "montserratlight";
}
#calendar .fc-daygrid-day-number,
#time-track-calendar .fc-daygrid-day-number {
  font-family: "montserratlight";
}
#calendar .fc-day-today,
#time-track-calendar .fc-day-today {
  background-color: #1abc9c;
}
#calendar .fc-day-today .fc-daygrid-day-number,
#time-track-calendar .fc-day-today .fc-daygrid-day-number {
  color: white;
}

.progress {
  overflow: inherit;
  position: relative;
}
.progress .inner-progress {
  width: 50%;
  background-color: #27ae60;
  z-index: 900;
  text-align: center;
}
.progress .inner-label {
  position: absolute;
  z-index: 998;
  width: 100%;
  top: -20px;
  text-align: center;
  height: 20px;
}
.progress .inner-label span {
  font-family: "montserratlight";
  color: black;
}

.opacity-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: grey;
  opacity: 0.5;
  display: none;
}

.op.spinner-border {
  display: none;
  z-index: 901;
  position: absolute;
  background-color: transparent;
  border-right-color: #c62a3b;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
}

.select2-container .select2-selection--single {
  border: none;
  height: 34px;
  border-bottom: 1px solid black;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  font-size: 12px;
  font-family: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

#search-ref {
  width: 100%;
  height: 50px;
}

.swal2-container.swal2-center {
  z-index: 999;
}

body span.select2-container.swal2-backdrop-show {
  z-index: 9999;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border {
  border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-family: "montserratlight";
}

.nav-tabs .nav-link {
  color: black;
  font-family: "montserratlight";
}

.subof-table {
  margin-top: 1em;
}
.subof-table .dataTables_filter {
  position: absolute;
  right: 1em;
  top: 10%;
}

.dataTables_wrapper,
.mdl-grid {
  width: 100%;
}

.dataTables_filter {
  float: right;
  margin-bottom: 1em;
}
.dataTables_filter label {
  font-family: "montserratlight";
}

div.dataTables_paginate {
  height: 50px;
  float: right;
  position: relative;
}
div.dataTables_paginate .pagination {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
div.dataTables_paginate .pagination .mdl-button {
  font-size: 14px;
  font-family: "montserratlight";
  background-color: #f2f2f2;
}
div.dataTables_paginate .pagination .mdl-button--raised {
  color: #c62a3b !important;
}

.dataTables_info {
  font-size: 12px;
  font-family: "montserratlight";
}

.dataTables_length {
  line-height: 40px;
}
.dataTables_length label {
  font-size: 12px !important;
}
.dataTables_length label select {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dataTables_filter input {
  border: none;
  border-bottom: 1px solid;
  font-size: 12px;
}

.paginate_button {
  font-size: 12px !important;
  font-family: "montserratlight";
}

.paginate_button.current {
  background: transparent !important;
  border-color: #23dbb0 !important;
}

.paginate_button:hover {
  color: white !important;
  border: 1px solid #23dbb0 !important;
  background: #23dbb0 !important;
}

.table-robowork {
  border-bottom: 0 !important;
  border-spacing: 0 10px !important;
  border-collapse: separate;
}
.table-robowork thead tr th {
  border-top: none;
  text-transform: uppercase;
  color: #a5abbd;
  font-size: 12px;
  font-family: "montserratmedium";
}
.table-robowork tbody tr {
  height: 51px;
  background-color: white !important;
}
.table-robowork tbody tr td.center {
  text-align: center;
}
.table-robowork tbody tr td.center .state {
  background-color: #23dbb0;
  line-height: 51px;
  display: block;
  margin: 0 auto;
}
.table-robowork tbody tr td.center .hide {
  display: none;
}
.table-robowork tbody tr td.center a,
.table-robowork tbody tr td.center input[type=submit] {
  color: #23dbb0;
  display: inline-table;
}
.table-robowork tbody tr td.center a svg,
.table-robowork tbody tr td.center input[type=submit] svg {
  font-size: 2em;
}
.table-robowork tbody tr td {
  border: none;
  padding: 0px 10px !important;
  line-height: 35px;
  font-size: 14px;
}
.table-robowork tbody tr td.sorting_1 {
  background-color: white !important;
}

.filterPlanningTable {
  overflow-x: auto;
  white-space: nowrap;
}

.filterPreRequestsTable {
  overflow-x: auto;
  white-space: nowrap;
}

.plan-table thead tr th {
  background-color: #eee7cd !important;
  text-transform: uppercase;
  color: #a5abbd;
  font-size: 12px;
  font-family: "montserratmedium";
  border: 1px solid black;
}
.plan-table tbody tr {
  height: 51px;
  background-color: white !important;
}
.plan-table tbody tr td.center {
  text-align: center;
}
.plan-table tbody tr td.center .state {
  background-color: #23dbb0;
  line-height: 51px;
  display: block;
  margin: 0 auto;
}
.plan-table tbody tr td.center .hide {
  display: none;
}
.plan-table tbody tr td.center a,
.plan-table tbody tr td.center input[type=submit] {
  color: #23dbb0;
  display: inline-table;
}
.plan-table tbody tr td.center a svg,
.plan-table tbody tr td.center input[type=submit] svg {
  font-size: 2em;
}
.plan-table tbody tr td {
  border: 1px solid !important;
  border-color: #a5abbd !important;
  padding: 0px 10px !important;
  line-height: 35px;
  font-size: 14px;
}
.plan-table tbody tr td.sorting_1 {
  background-color: white !important;
}

.table td {
  font-family: "montserratlight";
  vertical-align: middle;
  text-align: left;
}

.table td.table-icon {
  font-size: 1.4em;
  color: #c62a3b !important;
}

/*
.table td a
{
    color: $buttons-background !important;
}*/
.table th {
  font-family: "montserratbold";
}

.table td .status {
  border-radius: 5px;
  background-color: yellow;
  width: 75px;
  text-align: center;
}
.table td .status span {
  color: white;
  font-family: "montserratlight";
  font-size: 12px;
}

.table td .status.pendent {
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.table td .status.processing {
  background-color: #3498db;
  border-color: #3498db;
}

.table td .status.finish {
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.main-progress {
  position: relative;
  float: right;
}
.main-progress .progress-project {
  display: inline-grid;
  position: relative;
  width: 100px;
  height: 10px;
  background-color: #e3e3e3;
  float: right;
  margin-right: 40px;
  margin-top: 30px;
  text-align: center;
}
.main-progress .progress-project .progress-project-value {
  position: absolute;
  height: 10px;
}
.main-progress .progress-project .value {
  bottom: 32px !important;
  position: relative;
}
.main-progress .total-records {
  display: inline-block;
  margin-right: 50px;
}

.accordion-item h2 {
  font-family: "montserratlight";
  color: #ff5858;
}
.accordion-item h2 button {
  color: #ff5858;
}
.accordion-item h2 button .total-records {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: 140px;
  height: 10px;
  display: inline-grid;
  float: right;
  margin-right: 60px;
  text-align: right;
  font-family: "montserratmedium";
  font-size: 12px;
  right: 10%;
}
.accordion-item h2 button .progress-project {
  position: absolute;
  width: 50px;
  height: 10px;
  background-color: #e3e3e3;
  display: inline-grid;
  float: right;
  margin-right: 40px;
  margin-top: 15px;
  right: 2%;
}
.accordion-item h2 button .progress-project .value {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "montserratextrabold";
  font-size: 12px;
}
.accordion-item h2 button .progress-project .progress-project-value {
  position: absolute;
  height: 10px;
  background-color: #2ecc71;
}
.accordion-item h2 .accordion-button:not(.collapsed) {
  color: white;
  background-color: #ff5858;
}
.accordion-item h2 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item h2 .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

#buttonnewline {
  float: right;
  font-family: "montserratlight";
  font-size: 12px;
  margin-left: 20px;
}
#buttonnewline:hover {
  background-color: #ff5858;
}
#buttonnewline:hover a {
  color: white;
}

#buttonstate .btn-new {
  font-family: "montserratlight";
  font-size: 12px;
}
#buttonstate .btn-new:hover {
  background-color: #a1227d;
  color: white !important;
}
#buttonstate ul {
  padding-left: 10px;
}

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
}
.popup .popup-content.reception {
  max-width: 550px;
}
.popup .popup-content {
  width: 85%;
  max-width: 800px;
  max-height: 600px;
  overflow: auto;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 12px;
}
.popup .popup-content .popup-title {
  position: relative;
  width: 100%;
  height: 40px;
  display: table;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #f5f4f9;
}
.popup .popup-content .popup-title span {
  display: table-cell;
  vertical-align: middle;
  color: black;
  font-family: "montserratbold";
  font-size: 12px;
}
.popup .popup-content .popup-data {
  position: relative;
  width: 100%;
  height: auto;
  padding: 3em;
  border-bottom: 1px solid #f5f4f9;
}
.popup .popup-content .popup-data .form-group {
  text-align: left;
}
.popup .popup-content .popup-data .error-message {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 80%;
  margin: 0 auto;
}
.popup .popup-content .popup-data .error-message span {
  text-align: center;
  display: block;
  font-size: 1.5em;
  font-family: "montserratlight";
}
.popup .popup-content .popup-data .error-message .icon-attention {
  color: #e74c3c;
  font-size: 3em;
  padding-bottom: 1em;
}
.popup .popup-content .popup-data .invalid {
  margin-top: 1em;
  text-align: left;
}
.popup .popup-content .popup-data .popup-event {
  position: relative;
  width: 100%;
  text-align: left;
}
.popup .popup-content .popup-data .popup-event label {
  display: block;
  font-family: "montserratbold";
  color: #505050;
}
.popup .popup-content .popup-data .popup-event span {
  display: block;
  font-family: "montserratlight";
  margin-bottom: 1em;
  padding: 5px;
}
.popup .popup-content .popup-data.invalid {
  text-align: left;
  border-bottom: 0;
  width: 80%;
  margin: 0 auto;
}
.popup .popup-content .popup-button {
  width: 100%;
  height: 60px;
  display: table;
  padding: 1em;
}
.popup .popup-content .popup-button button,
.popup .popup-content .popup-button .ok-btn {
  width: 100px;
  height: 40px;
  display: table;
  position: relative;
  float: right;
  text-align: center;
  background-color: #f5f4f9;
  color: white;
  cursor: pointer;
  font-family: "montserratlight";
}
.popup .popup-content .popup-button button:hover,
.popup .popup-content .popup-button .ok-btn:hover {
  background-color: #ff5858;
  border-color: #f5f4f9;
}
.popup .popup-content .popup-button button span,
.popup .popup-content .popup-button .ok-btn span {
  display: table-cell;
  vertical-align: middle;
  font-family: "montserratlight";
}
.popup .popup-content .popup-button .close-btn,
.popup .popup-content .popup-button .add-btn {
  width: 100px;
  height: 40px;
  display: table;
  position: relative;
  float: right;
  text-align: center;
  background-color: #f5f4f9;
  color: black;
  cursor: pointer;
  margin-right: 1em;
  font-family: "montserratlight";
}
.popup .popup-content .popup-button .close-btn:hover,
.popup .popup-content .popup-button .add-btn:hover {
  background-color: #ff5858;
  border-color: #f5f4f9;
  color: white;
}
.popup .popup-content .popup-button .close-btn span,
.popup .popup-content .popup-button .add-btn span {
  display: table-cell;
  vertical-align: middle;
  font-family: "montserratlight";
}
.popup .popup-content .popup-button .close-btn a,
.popup .popup-content .popup-button .add-btn a {
  display: table-cell;
  vertical-align: middle;
  font-family: "montserratlight";
  color: black;
}
.popup .popup-content .popup-button .close-btn a:hover,
.popup .popup-content .popup-button .add-btn a:hover {
  color: white;
  text-decoration: none;
}

.opacity {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.5;
}

.table-striped tbody tr {
  background-color: #f5f4f9;
}

#ck-button.oco {
  width: 60px;
  float: right;
  margin-right: 1em;
}
#ck-button.oco label {
  float: none;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 30px;
}
#ck-button.oco label span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 26px;
}

#ck-button.rec {
  width: 40px;
  float: left;
  margin-right: 1em;
}
#ck-button.rec label {
  float: none;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 30px;
}
#ck-button.rec label span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 26px;
}

#ck-button.req {
  width: 100%;
}
#ck-button.req label {
  float: none;
  margin: 0 auto;
  display: block;
  width: 100%;
}
#ck-button.req label span {
  display: block;
  width: 100%;
  line-height: 34px;
}

#ck-button {
  width: 200px;
  margin: 0 auto;
  position: relative;
  background-color: #efefef;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  overflow: auto;
  color: #707070;
}

#ck-button:hover {
  background: #707070;
}
#ck-button:hover label {
  color: white;
}

#ck-button label {
  float: left;
  width: 200px;
  height: 40px;
  margin-bottom: 0;
  cursor: pointer;
}

#ck-button label span {
  text-align: center;
  padding: 3px 0px;
  display: block;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
  width: 200px;
}

#ck-button label input {
  position: absolute;
  display: none;
}

#ck-button input:checked + span {
  background-color: #707070;
  color: white;
}

.error-description {
  display: none;
  text-align: right;
}
.error-description span {
  color: red;
  display: block;
  font-family: "open_sanslight";
}

.blink {
  -webkit-animation-duration: 1400ms;
          animation-duration: 1400ms;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation: blink 1400ms infinite;
  /* Safari and Chrome */
}

@keyframes blink {
  from {
    background-color: #2ecc71;
  }
  to {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  from {
    background-color: #2ecc71;
  }
  to {
    background-color: transparent;
  }
}
.note-editor .note-toolbar .note-insert,
.note-editor .note-toolbar .note-table,
.note-editor .note-toolbar .note-style,
.note-editor .note-toolbar .note-font,
.note-editor .note-toolbar .note-fontname,
.note-editor .note-toolbar .note-color {
  display: none;
}
.note-editor .note-toolbar .note-view .btn-codeview,
.note-editor .note-toolbar .note-view .btn-sm {
  display: none;
}
.note-editor .note-editing-area {
  min-height: 250px;
}
.note-editor .note-editing-area .note-editable p {
  margin-bottom: 0;
}

.with-margin-top {
  margin-top: 2em;
}

#error-equipment {
  display: none;
  color: red;
  text-align: center;
}

.note-editor .note-editing-area .note-editable p {
  font-family: "montserratlight";
  font-size: 12px;
}

#materialTable thead tr th,
#travelTable thead tr th {
  font-family: "montserratmedium";
  font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: relative;
}

.hide-show-buttons .hide_btn {
  z-index: 1;
  color: white;
  display: none;
  background-color: #ff5858;
}
.hide-show-buttons .hide_btn:hover {
  color: white;
  background-color: #e65757;
}
.hide-show-buttons .show_btn {
  z-index: 1;
  color: white;
  display: none;
}
.hide-show-buttons .show_btn:hover {
  color: white !important;
}

.input-group-append .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@-webkit-keyframes fazer1 {
  0% {
    left: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}

@keyframes fazer1 {
  0% {
    left: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
@-webkit-keyframes fazer2 {
  0% {
    left: 0;
  }
  100% {
    left: -100px;
    opacity: 0;
  }
}
@keyframes fazer2 {
  0% {
    left: 0;
  }
  100% {
    left: -100px;
    opacity: 0;
  }
}
@-webkit-keyframes fazer3 {
  0% {
    left: 0;
  }
  100% {
    left: -50px;
    opacity: 0;
  }
}
@keyframes fazer3 {
  0% {
    left: 0;
  }
  100% {
    left: -50px;
    opacity: 0;
  }
}
@-webkit-keyframes fazer4 {
  0% {
    left: 0;
  }
  100% {
    left: -150px;
    opacity: 0;
  }
}
@keyframes fazer4 {
  0% {
    left: 0;
  }
  100% {
    left: -150px;
    opacity: 0;
  }
}
@-webkit-keyframes speeder {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes speeder {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes lf {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@-webkit-keyframes lf2 {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf2 {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@-webkit-keyframes lf3 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes lf3 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@-webkit-keyframes lf4 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes lf4 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
.table-frames tbody tr {
  cursor: pointer;
}
.table-frames tbody tr.selected td {
  background-color: rgba(255, 88, 88, 0.3) !important;
  font-weight: bold;
}

.swal2-confirm {
  background-color: #7066e0 !important;
}

.swal2-cancel {
  background-color: #6e7881 !important;
}

.swal2-deny {
  background-color: #dc3741 !important;
}

.content-datatable-excel .buttons-copy {
  display: none;
}
.content-datatable-excel .buttons-csv {
  display: none;
}

.loader-gama {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
  z-index: 1000;
  position: absolute;
  top: 50%;
  right: 50%;
}

.loader-gama::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #ff5858;
  -webkit-animation: prixClipFix 2s linear infinite;
          animation: prixClipFix 2s linear infinite;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.gama-popup-new span.select2 {
  width: 100% !important;
  margin-bottom: 15px;
}

.loader {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #ff5858;
  /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  place-self: center;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* constrain the gauge so it doesn’t expand arbitrarily */
#gauge-wrapper {
  width: 100%;
  margin: 10px auto 25px auto;
  height: 50px;
}

#labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  font-size: 14px;
}

#valueDisplay {
  font-weight: bold;
}

.needle-line {
  position: absolute;
  top: 0;
  bottom: 4px;
  width: 2px;
  background: #ff5858;
  pointer-events: none;
  transform: translateX(-1px);
  /* center the line */
}

#chart-container {
  position: relative;
}

.collapse.help {
  visibility: visible;
}

.multiselect-container {
  width: 100% !important;
  height: 300px;
  overflow: auto;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited {
  background-color: #ff5858 !important;
  border-color: #ff5858 !important;
}

.btn-primary:hover {
  background-color: #ff5858 !important;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #ff5858 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 217, 208, 0.5) !important;
}

.svg-settings svg:hover, .svg-settings svg:active:focus, .svg-settings svg:focus,
.svg-settings svg.focus {
  color: #ff5858 !important;
}

.title h1, .title span {
  color: #707070;
  font-size: 1.7rem;
  display: block;
  vertical-align: middle;
  font-family: "montserratbold";
}
.title span.status {
  font-size: 1em;
}

.permission-list li {
  list-style: disc;
  list-style-position: inside;
}

.state-circle {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  display: inline-block;
}

.state {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: inline-block;
}

.dataTables_length select,
.dataTables_length input,
.dataTables_filter select,
.dataTables_filter input {
  line-height: 1rem !important;
}

.general-info {
  background-color: #ff5858 !important;
}
.general-info h3 {
  color: white !important;
}
.general-info .dashb-atual .title span {
  color: white !important;
}
.general-info .dashb-atual .title {
  border-color: white !important;
}
.general-info .dashb-atual .value {
  border-color: white !important;
}

.dashb-atual {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 2em;
}
.dashb-atual .title {
  position: relative;
  width: 100%;
  height: 50px !important;
  display: table;
  margin-bottom: 0 !important;
  border-left: 2px solid;
}
.dashb-atual .title span {
  display: table-cell;
  vertical-align: middle;
  font-family: "montserratlight";
  padding-left: 10px;
}
.dashb-atual .value {
  position: relative;
  width: 100%;
  height: auto;
  text-align: right;
  margin-top: 2em;
  border-bottom: 1px solid;
}
.dashb-atual .value span {
  font-size: 4em;
  font-family: "montserratbold";
  color: black;
  margin-right: 1em;
}
.dashb-atual .value span.yellow {
  color: #f1c40f;
}
.dashb-atual .value span.red {
  color: #e74c3c;
}
.dashb-atual .value span.blue {
  color: #3498db;
}
.dashb-atual .value span.green {
  color: #2ecc71;
}

.select2-results {
  font-size: smaller;
}

.select2-container .select2-search--inline {
  top: -20px;
  position: relative;
}

.input-vazio {
  border: 2px solid #ff5757 !important;
}

.select2-vazio {
  border: 2px solid #ff5757;
}

.has-error {
  color: red;
}
.has-error .is-invalid {
  color: red;
}
.has-error input[type=text] {
  border: 1px solid red;
  border-radius: 0.25rem;
}
.has-error input[type=email] {
  border: 1px solid red;
  border-radius: 0.25rem;
}
.has-error input[type=password] {
  border: 1px solid red;
  border-radius: 0.25rem;
}
.has-error input[type=number] {
  border: 1px solid red;
  border-radius: 0.25rem;
}
.has-error textarea {
  border: 1px solid red;
  border-radius: 0.25rem;
}
.has-error .select2-selection {
  border-color: red !important;
}

@font-face {
  font-family: "montserratblack";
  src: url("/fonts/montserrat-black-webfont.woff2") format("woff2"), url("/fonts/montserrat-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratblack_italic";
  src: url("/fonts/montserrat-blackitalic-webfont.woff2") format("woff2"), url("/fonts/montserrat-blackitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold";
  src: url("/fonts/montserrat-bold-webfont.woff2") format("woff2"), url("/fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold_italic";
  src: url("/fonts/montserrat-bolditalic-webfont.woff2") format("woff2"), url("/fonts/montserrat-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextrabold";
  src: url("/fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("/fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextrabold_italic";
  src: url("/fonts/montserrat-extrabolditalic-webfont.woff2") format("woff2"), url("/fonts/montserrat-extrabolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextralight";
  src: url("/fonts/montserrat-extralight-webfont.woff2") format("woff2"), url("/fonts/montserrat-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextralight_italic";
  src: url("/fonts/montserrat-extralightitalic-webfont.woff2") format("woff2"), url("/fonts/montserrat-extralightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratitalic";
  src: url("/fonts/montserrat-italic-webfont.woff2") format("woff2"), url("/fonts/montserrat-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url("/fonts/montserrat-light-webfont.woff2") format("woff2"), url("/fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight_italic";
  src: url("/fonts/montserrat-lightitalic-webfont.woff2") format("woff2"), url("/fonts/montserrat-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratmedium";
  src: url("/fonts/montserrat-medium-webfont.woff2") format("woff2"), url("/fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 6, 2017 */
@font-face {
  font-family: "montserratmedium_italic";
  src: url("/fonts/montserrat-mediumitalic-webfont.woff2") format("woff2"), url("/fonts/montserrat-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratregular";
  src: url("/fonts/montserrat-regular-webfont.woff2") format("woff2"), url("/fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratsemibold";
  src: url("/fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("/fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratsemibold_italic";
  src: url("/fonts/montserrat-semibolditalic-webfont.woff2") format("woff2"), url("/fonts/montserrat-semibolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratthin";
  src: url("/fonts/montserrat-thin-webfont.woff2") format("woff2"), url("/fonts/montserrat-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratthin_italic";
  src: url("/fonts/montserrat-thinitalic-webfont.woff2") format("woff2"), url("/fonts/montserrat-thinitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold";
  src: url("/fonts/opensans-bold-webfont.woff2") format("woff2"), url("/fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold_italic";
  src: url("/fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("/fonts/opensans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold";
  src: url("/fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("/fonts/opensans-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold_italic";
  src: url("/fonts/opensans-extrabolditalic-webfont.woff2") format("woff2"), url("/fonts/opensans-extrabolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansitalic";
  src: url("/fonts/opensans-italic-webfont.woff2") format("woff2"), url("/fonts/opensans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight";
  src: url("/fonts/opensans-light-webfont.woff2") format("woff2"), url("/fonts/opensans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.login-logo {
  width: 280px;
}

#login {
  width: 100%;
  height: 100%;
  background-color: white;
}
#login .login-gradient {
  position: absolute;
  width: 100%;
  height: 45vh;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#login .box {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  left: 0;
  right: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border-radius: 10px;
  opacity: 0.9;
}
#login .box .logo {
  width: 60%;
  height: 80px;
  margin: 0 auto;
  margin-top: 2em;
}
#login .box .logo img {
  width: 100%;
}
#login .box .content {
  width: 90%;
  margin: 0 auto;
  margin-top: 4em;
}
#login .box .content form {
  width: 100%;
}
#login .box .content form input, #login .box .content form select {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}
#login .box .content form .login-btn {
  position: absolute;
  right: 3em;
  height: 35px;
  width: 35px;
  margin-top: 1em;
}
#login .box .content form .login-btn button {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid black;
  padding: 0;
}
#login .box .content form .login-btn button span, #login .box .content form .login-btn button svg {
  text-align: center;
  color: black;
}
#login .box .content form .forget-password {
  text-align: right;
}
#login .box .content form .forget-password a {
  padding: 0;
  color: #7f8c8d;
  padding-left: 1em;
}
#login .box .content form select {
  color: #7f8c8d;
}
#login .box .content form select option {
  color: #7f8c8d;
}
#login .box .content form ::-webkit-input-placeholder {
  /* Chrome */
  color: #7f8c8d;
}
#login .box .content form :-ms-input-placeholder {
  /* IE 10+ */
  color: #7f8c8d;
}
#login .box .content form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f8c8d;
  opacity: 1;
}
#login .box .content form :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #7f8c8d;
  opacity: 1;
}

.bg-black-orange {
  background: #614385;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #516395, #614385);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.main-header {
  width: 100%;
  height: 80px;
  opacity: 0.8;
  border-bottom: 1px solid #ff5858;
  z-index: 900;
  background: linear-gradient(to right, #ff5858 60%, #585858 100%);
}
.main-header .mobile-logo {
  width: auto;
  height: 100%;
  padding: 0;
  float: left;
  margin: 0;
  min-width: 100px;
  margin-right: 30px;
  margin-left: 1em;
  display: none;
}
.main-header .mobile-logo li {
  display: inline-block;
}
.main-header .mobile-logo li img {
  width: 100%;
  height: 80px;
}
.main-header .settings-bar {
  width: auto;
  height: 100%;
  padding: 0;
  float: right;
  margin: 0;
  min-width: 100px;
  margin-right: 30px;
}
.main-header .settings-bar li {
  list-style: none;
  line-height: 80px;
  display: inline-block;
  margin-left: 14px;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.3s ease;
}
.main-header .settings-bar li a,
.main-header .settings-bar li span {
  color: white;
  font-family: "montserratlight";
  text-decoration: none;
  font-size: 14px;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.main-header .settings-bar li a svg,
.main-header .settings-bar li span svg {
  font-size: 2em;
}
.main-header .settings-bar li a span,
.main-header .settings-bar li span span {
  font-family: "montserratbold";
}
.main-header .settings-bar li:hover a {
  color: #ff5858;
}
.main-header .settings-bar li.active a svg {
  color: #ff5858;
}
.main-header .timer-bar {
  width: auto;
  height: 100%;
  padding: 0;
  float: left;
  margin: 0;
  min-width: 100px;
  margin-left: 30px;
}
.main-header .timer-bar li.active {
  border-color: rgb(192, 57, 43);
}
.main-header .timer-bar li {
  list-style: none;
  line-height: 80px;
  display: inline-block;
  margin-left: 14px;
  height: 100%;
  border-bottom: 4px solid transparent;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.3s ease;
}
.main-header .timer-bar li a,
.main-header .timer-bar li span {
  color: white;
  font-family: "montserratlight";
  text-decoration: none;
  font-size: 14px;
  display: block;
}
.main-header .timer-bar li:hover {
  border-color: rgb(192, 57, 43);
}
.main-header .user-bar {
  width: auto;
  height: 100%;
  padding: 0;
  float: right;
  margin: 0;
  min-width: 20px;
  margin-right: 20px;
}
.main-header .user-bar li {
  list-style: none;
  line-height: 80px;
}
.main-header .user-bar li a {
  color: white;
  font-family: "montserratsemibold";
  text-decoration: none;
}

.menu-mobile-button {
  display: none;
}

.fix-nav {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
}

.main-content {
  position: relative;
  width: 100%;
  padding-left: 250px;
}

.navzindex {
  z-index: 995;
}

.main-nav-box {
  height: 100%;
  background: #f5f4f9;
  box-shadow: 0px 0px 6px -2px;
  z-index: 900;
}
.main-nav-box .logo {
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
  display: table;
}
.main-nav-box .logo h1 {
  display: table-cell;
  vertical-align: middle;
  font-family: "open_sansbold";
}
.main-nav-box .logo img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-nav-box nav {
  position: relative;
  width: 100%;
  height: auto;
}
.main-nav-box nav ul {
  position: relative;
  padding: 0;
  margin: 0 auto;
  margin-top: 2em;
  width: 85%;
  /*li.active
  {
    //background-color: $hover-background;

    a
    {
      color: $menu-hover-color;
      color:white;
      text-transform: uppercase;


      svg
      {
        color: $menu-hover-color;
        color:white;
        margin-right: 5px;
      }
    }
  }*/
}
.main-nav-box nav ul li {
  position: relative;
  width: 100%;
  height: 40px;
  display: table;
  list-style: none;
  background-color: transparent;
  transition: 0.3s;
  margin-bottom: 10px;
}
.main-nav-box nav ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-nav-box nav ul li a .element {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-nav-box nav ul li a .element .bar {
  position: relative;
  width: 3px;
  height: 97%;
  background-color: transparent;
  float: left;
  transition: 0.4s;
}
.main-nav-box nav ul li a .element .item {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  float: left;
  width: 95%;
  height: auto;
  padding-left: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.main-nav-box nav ul li a .element .item svg {
  display: inline-block;
  font-size: 2em;
  margin-right: 15px;
  color: #707070;
  transition: 0.3s;
}
.main-nav-box nav ul li a .element .item span {
  display: inline;
  vertical-align: middle;
  font-family: "montserratsemibold";
  color: #707070;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 12px;
}
.main-nav-box nav ul li:hover {
  background-color: rgba(255, 88, 88, 0.3);
}
.main-nav-box nav ul li:hover > a .element .item svg {
  color: #83819f;
}
.main-nav-box nav ul li:hover > a .element .item span {
  color: #83819f;
}
.main-nav-box nav ul li.active {
  background-color: rgba(255, 88, 88, 0.3);
}
.main-nav-box nav ul li.active a .element .item svg {
  color: #707070;
}
.main-nav-box nav ul li.active a .element .item span {
  color: #707070;
}
.main-nav-box .logout {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.main-nav-box .logout ul {
  padding: 0;
  margin: 0 auto;
}
.main-nav-box .logout ul li {
  padding: 5%;
  display: table;
  list-style: none;
  text-align: center;
  margin: 0 auto;
}
.main-nav-box .logout ul li a {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  font-family: "open_sansbold";
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  border: 2px solid transparent;
}
.main-nav-box .logout ul li a svg {
  font-size: 2em;
  color: white;
  margin: auto;
}
.main-nav-box .logout ul li a:hover {
  background-color: transparent;
  border-color: white;
}
.main-nav-box .logout ul li a:hover svg {
  color: white;
}

/*
 * Created on Tue Aug 31 2021
 *
 * Project: Robowork
 * Author: João Tavares
 * Email: joao.tavares@vivify.pt
 * Company: Vivify Digital Solutions
 * Copyright (c) 2021 Vivify
 */
.ask-mov-segment {
  display: none;
}

.arrow-op-dest,
.arrow-op-ori {
  float: left;
  font-size: 2em;
  display: none;
}

.jstree-default .jstree-clicked {
  background-color: #1abc9c !important;
}

.mobile-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ff5858;
  z-index: 999;
  display: none;
  overflow: auto;
}
.mobile-container .close-menu-mobile {
  position: relative;
  width: 80%;
  margin: 0 auto;
  text-align: right;
  margin-top: 2em;
}
.mobile-container .close-menu-mobile svg {
  color: #f5f4f9;
  cursor: pointer;
  float: right;
  font-size: 3em;
}
.mobile-container .mobile-slick {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-container .mobile-slick .slick-dots {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: -3em;
}
.mobile-container .mobile-slick .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #f5f4f9;
  border-radius: 100%;
  margin-right: 5px;
}
.mobile-container .mobile-slick .slick-dots li button {
  font-size: 0;
}
.mobile-container .mobile-slick .slick-dots li.slick-active {
  background-color: white;
}
.mobile-container .mobile-slick .item-mobile-menu.active {
  background-color: #f5f4f9;
}
.mobile-container .mobile-slick .item-mobile-menu.active .menu-icon svg {
  color: rgba(154, 67, 145, 0.3);
}
.mobile-container .mobile-slick .item-mobile-menu.active .menu-item span {
  color: black;
}
.mobile-container .mobile-slick .item-mobile-menu {
  position: relative;
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 0 auto;
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 1em;
}
.mobile-container .mobile-slick .item-mobile-menu .menu-icon {
  position: relative;
  width: 100%;
  height: 70%;
}
.mobile-container .mobile-slick .item-mobile-menu .menu-icon svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #f5f4f9;
  margin: 0 auto;
  font-size: 5em;
  padding-top: 5px;
  left: 0;
  right: 0;
}
.mobile-container .mobile-slick .item-mobile-menu .menu-item {
  position: relative;
  width: 100%;
  height: 30%;
}
.mobile-container .mobile-slick .item-mobile-menu .menu-item span {
  color: #f5f4f9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "montserratsemibold";
  display: block;
  left: 0;
  right: 0;
}
.mobile-container .mobile-slick .item-mobile-menu:hover {
  background-color: #f5f4f9;
}
.mobile-container .mobile-slick .item-mobile-menu:hover .menu-icon svg {
  color: rgba(154, 67, 145, 0.3);
}
.mobile-container .mobile-slick .item-mobile-menu:hover .menu-item span {
  color: black;
}

.more10 {
  color: #e74c3c;
  font-family: "montserratbold";
  display: none;
}

.less10 {
  color: #f1c40f;
  font-family: "montserratbold";
  display: none;
}

.add-test-inline {
  color: #2ecc71;
  font-size: 1.5em !important;
  text-align: center !important;
  cursor: pointer;
}

.load-print-qtt {
  margin-top: 2em;
}

.btn.cancel {
  background-color: #bdc3c7 !important;
  color: black;
}

.loading {
  position: absolute;
  width: 98%;
  height: 100%;
  background-color: #dfe6e9;
  z-index: 999;
  opacity: 0.5;
  text-align: center;
  display: none;
}
.loading .spinner-border {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform: inherit;
  color: #ff5858;
}

#accordionReception {
  display: none;
}

.no-content {
  position: relative;
  width: 100%;
  text-align: center;
}
.no-content svg {
  margin: 0 auto;
  color: #e74c3c;
  font-size: 4em;
  margin-bottom: 1em;
}
.no-content span {
  font-family: "montserratlight";
}
.no-content .btns {
  position: relative;
  width: 40%;
  height: 100px;
  margin: 0 auto;
  margin-top: 1em;
}

.list-robowork .lrw {
  position: relative;
  width: 100%;
  display: block;
  height: 80px;
  background-color: white;
}
.list-robowork .lrw .lrw-content {
  position: relative;
  width: 80%;
  height: 80px;
  float: left;
  background-color: white;
}
.list-robowork .lrw .lrw-content .lrw-border {
  position: relative;
  width: 1%;
  height: 100%;
  float: left;
  background-color: transparent;
}
.list-robowork .lrw .lrw-content .lrw-border.active {
  background-color: #9a4391;
}
.list-robowork .lrw .lrw-content .lrw-item {
  position: relative;
  width: 99%;
  height: 100%;
  display: table;
}
.list-robowork .lrw .lrw-content .lrw-item .lrw-number {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 1em;
  text-align: center;
  background-color: rgba(154, 67, 145, 0.3);
  display: table;
  border: 1px solid transparent;
}
.list-robowork .lrw .lrw-content .lrw-item .lrw-number span {
  color: #9a4391;
  font-family: "montserratbold";
  display: table-cell;
  vertical-align: middle;
}
.list-robowork .lrw .lrw-content .lrw-item .lrw-number-1 {
  border-color: #e74c3c;
}
.list-robowork .lrw .lrw-content .lrw-item .lrw-number-2 {
  border-color: #f1c40f;
}
.list-robowork .lrw .lrw-content .lrw-item .lrw-number-3 {
  border-color: #1abc9c;
}
.list-robowork .lrw .lrw-content .lrw-item .lrw-title {
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: table;
  margin-left: 60px;
}
.list-robowork .lrw .lrw-content .lrw-item .lrw-title span {
  color: #9a4391;
  font-family: "montserratlight";
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
}
.list-robowork .lrw .lrw-content .lrw-item .lrw-title span.sub {
  font-family: "montserratlight";
  color: #83819f;
  display: table-row-group;
  font-size: 12px;
}
.list-robowork .lrw .lrw-open {
  position: relative;
  width: 20%;
  height: 80px;
  float: left;
  background-color: white;
  text-align: center;
}
.list-robowork .lrw .lrw-open a.active {
  background-color: rgba(154, 67, 145, 0.3);
}
.list-robowork .lrw .lrw-open a {
  display: block;
  height: 100%;
  text-align: center;
  font-size: 30px;
  border-radius: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
}
.list-robowork .lrw .lrw-open a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #707070;
}
.list-robowork .lrw .lrw-open a:hover {
  background-color: rgba(154, 67, 145, 0.3);
}

.step-project {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.step-project .sp-header {
  position: relative;
  width: 100%;
  height: 80px;
}
.step-project .sp-header .sp-title {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  border-bottom: 1px solid #bdc3c7;
}
.step-project .sp-header .sp-title span {
  color: #83819f;
  font-family: "montserratlight";
  text-transform: uppercase;
  line-height: 80px;
  font-size: 14px;
}
.step-project .sp-header .sp-title span svg {
  display: inline;
  font-size: 30px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.step-project .sp-content {
  position: relative;
  width: 100%;
}

#clients-map {
  width: 100%;
  height: 65vh;
}

#chartSw,
#chartWW,
#chartPW {
  padding: 10px;
  height: 350px;
  margin-bottom: 1em;
}

#chartSw,
#chartWW,
#chartPW,
#chartReqByUser {
  padding: 10px;
  height: 350px;
  margin-bottom: 1em;
}

#load-redirect {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgb(154, 67, 145);
  z-index: 999;
}
#load-redirect h1 {
  position: absolute;
  font-family: "montserratsemibold";
  font-size: 12px;
  text-transform: uppercase;
  top: 58%;
  color: white;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#load-redirect .human {
  position: absolute;
  top: 50%;
  margin-left: -50px;
  left: 50%;
  -webkit-animation: speeder 0.4s linear infinite;
          animation: speeder 0.4s linear infinite;
}
#load-redirect .human > span {
  height: 5px;
  width: 35px;
  background: #f5f4f9;
  position: absolute;
  top: -19px;
  left: 60px;
  border-radius: 2px 10px 1px 0;
}
#load-redirect .base span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 100px solid #f5f4f9;
  border-bottom: 6px solid transparent;
}
#load-redirect .base span:before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #f5f4f9;
  position: absolute;
  right: -110px;
  top: -16px;
}
#load-redirect .base span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 55px solid #f5f4f9;
  border-bottom: 16px solid transparent;
  top: -16px;
  right: -98px;
}
#load-redirect .face {
  position: absolute;
  height: 12px;
  width: 20px;
  background: #f5f4f9;
  border-radius: 20px 20px 0 0;
  transform: rotate(-40deg);
  right: -125px;
  top: -15px;
}
#load-redirect .face:after {
  content: "";
  height: 12px;
  width: 12px;
  background: #f5f4f9;
  right: 4px;
  top: 7px;
  position: absolute;
  transform: rotate(40deg);
  transform-origin: 50% 50%;
  border-radius: 0 0 0 2px;
}
#load-redirect .human > span > span:nth-child(1),
#load-redirect .human > span > span:nth-child(2),
#load-redirect .human > span > span:nth-child(3),
#load-redirect .human > span > span:nth-child(4) {
  width: 30px;
  height: 1px;
  background: #f5f4f9;
  position: absolute;
  -webkit-animation: fazer1 0.2s linear infinite;
          animation: fazer1 0.2s linear infinite;
}
#load-redirect .human > span > span:nth-child(2) {
  top: 3px;
  -webkit-animation: fazer2 0.4s linear infinite;
          animation: fazer2 0.4s linear infinite;
}
#load-redirect .human > span > span:nth-child(3) {
  top: 1px;
  -webkit-animation: fazer3 0.4s linear infinite;
          animation: fazer3 0.4s linear infinite;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
#load-redirect .human > span > span:nth-child(4) {
  top: 4px;
  -webkit-animation: fazer4 1s linear infinite;
          animation: fazer4 1s linear infinite;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
#load-redirect .shots {
  position: absolute;
  width: 100%;
  height: 100%;
}
#load-redirect .shots span {
  position: absolute;
  height: 2px;
  width: 20%;
  background: #f5f4f9;
}
#load-redirect .shots span:nth-child(1) {
  top: 20%;
  -webkit-animation: lf 0.6s linear infinite;
          animation: lf 0.6s linear infinite;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
#load-redirect .shots span:nth-child(2) {
  top: 40%;
  -webkit-animation: lf2 0.8s linear infinite;
          animation: lf2 0.8s linear infinite;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
#load-redirect .shots span:nth-child(3) {
  top: 60%;
  -webkit-animation: lf3 0.6s linear infinite;
          animation: lf3 0.6s linear infinite;
}
#load-redirect .shots span:nth-child(4) {
  top: 80%;
  -webkit-animation: lf4 0.5s linear infinite;
          animation: lf4 0.5s linear infinite;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}

.tabulator .tabulator-tableHolder,
.tabulator .tabulator-header,
.tabulator .tabulator-header .tabulator-col {
  background-color: #f2f2f2;
}

.tabulator-col-title {
  font-family: "montserratsemibold";
}

.tabulator-row .tabulator-cell {
  font-family: "montserratlight";
}

#proposal-table {
  position: relative;
  width: 100%;
  min-height: 400px;
}

.wizard-slide {
  position: relative;
  width: 80%;
  margin: 0 auto;
  min-height: 250px;
  margin-top: 2em;
}

.wizard-buttons {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  margin-top: 1em;
  border-top: 1px solid #e0e8f2;
  padding-bottom: 1em;
}
.wizard-buttons .wizard-next,
.wizard-buttons .wizard-back {
  margin-top: 1em;
  margin-left: 10px;
  padding: 0;
}

.wizard-bar {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  margin-top: 1em;
}
.wizard-bar ul {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  height: 100%;
  padding: 0;
}
.wizard-bar ul li.active .icon {
  border-color: #27ae60;
}
.wizard-bar ul li.active .icon svg {
  color: #27ae60;
}
.wizard-bar ul li.active .legend span {
  display: table-cell;
}
.wizard-bar ul li:last-child .icon::after {
  background-color: transparent;
}
.wizard-bar ul li {
  width: 150px;
  display: inline-block;
}
.wizard-bar ul li .icon::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #f5f4f9;
  z-index: 990;
  display: inherit;
  margin-left: 48px;
}
.wizard-bar ul li .icon {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #83819f;
  text-align: center;
  margin: 0 auto;
}
.wizard-bar ul li .icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  color: #83819f;
}
.wizard-bar ul li .legend {
  position: relative;
  width: 100%;
  height: 50px;
  display: table;
  margin: 0 auto;
  text-align: center;
}
.wizard-bar ul li .legend span {
  display: none;
  vertical-align: middle;
  font-family: "montserratbold";
  color: #f5f4f9;
  font-size: 12px;
}

.button-new {
  position: relative;
  width: auto;
  min-width: 100px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #d69d3d;
  border-radius: 40px;
  display: table;
  text-align: center;
  padding: 5px;
  float: right;
  transition: 0.3s;
}
.button-new a {
  display: table-cell;
  vertical-align: middle;
  color: #f5f4f9;
  font-family: "montserratlight";
  text-decoration: none;
  transition: 0.3s;
}
.button-new:hover {
  background-color: #d69d3d;
}
.button-new:hover a {
  color: white;
}

.modal-dialog .modal-content {
  margin: 0px;
}

.modal-dialog {
  height: 90vh;
  max-width: 98%;
  margin: 1%;
  overflow-y: hidden;
}

.client-label {
  display: none;
}

.show-orders {
  display: none;
}

.add-op-to-op {
  position: absolute;
  right: 1em;
  font-size: 14px;
  font-family: "montserratlight";
  color: black;
}

.dynamic-box {
  width: 100%;
  display: none;
  transition: height 1s;
  position: absolute;
  bottom: 0;
  height: 0;
  background-color: white;
  padding: 20px;
  border: 1px solid #ff5858;
  box-shadow: 0px -8px 5px -5px #bdc3c7;
}

.dynamic-box.with-content {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.main-content-box {
  position: relative;
  width: 95%;
  background-color: #f2f2f2;
  margin: 0 auto;
  margin-top: 3em;
}
.main-content-box .title {
  position: relative;
  width: 100%;
  height: 50px;
  display: table;
  margin-bottom: 1em;
}
.main-content-box .title h2 {
  display: table-cell;
  vertical-align: middle;
  font-family: "montserratbold";
}
.main-content-box .title.small {
  height: 30px;
  margin-bottom: 0;
}
.main-content-box .title.small span {
  font-size: 12px;
  font-family: "montserratbold";
}
.main-content-box .sub-nav {
  position: relative;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #bdc3c7;
  margin-bottom: 2em;
  background-color: white;
}
.main-content-box .sub-nav ul {
  padding: 0;
  width: 100%;
  height: 60px;
}
.main-content-box .sub-nav ul li {
  height: 100%;
  list-style: none;
  display: inline-table;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.main-content-box .sub-nav ul li a {
  display: block;
  font-family: "montserratlight";
  line-height: 57px;
  color: #83819f;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}
.main-content-box .sub-nav ul li a:hover {
  border-color: #ff5858;
}
.main-content-box .sub-nav ul li.active a {
  color: #ff5858;
  border-color: #ff5858;
  font-family: "montserratbold";
}
.main-content-box .sub-nav ul li.production-tab {
  background-color: #ff5858;
  color: white !important;
}
.main-content-box .content.margin-box {
  margin-bottom: 2em;
}
.main-content-box .content.color-white {
  background-color: white;
}
.main-content-box .content {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 1em;
}
.main-content-box .content .sub-title {
  position: relative;
  width: 100%;
  height: 40px;
  display: table;
}
.main-content-box .content .sub-title span {
  vertical-align: middle;
  display: table-cell;
  font-family: "montserratlight";
  font-size: 1em;
}
.main-content-box .content .select-dossie {
  position: relative;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.main-content-box .content .select-dossie select {
  font-family: "montserratlight";
}
.main-content-box .content .select-dossie .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "montserratlight";
}
.main-content-box .content .title span {
  font-family: "montserratbold";
}
.main-content-box .content label {
  font-family: "montserratlight";
  font-size: 0.8em;
}
.main-content-box .content .form-control {
  margin-bottom: 1em;
}
.main-content-box .content .tool-bar {
  position: relative;
  width: 100%;
}
.main-content-box .content .tool-bar ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.main-content-box .content .tool-bar ul li {
  list-style: none;
  display: inline-block;
  margin-left: 1em;
}
.main-content-box .content .tool-bar ul li a {
  font-size: 24px;
  color: #c62a3b;
}
.main-content-box .content .gama-box {
  min-height: 200px;
  text-align: center;
}
.main-content-box .content .gama-box .tab-pane .not-selected {
  position: relative;
  top: 0;
  transform: none;
  margin-top: 2em;
}
.main-content-box .content .gama-box .tab-pane .not-selected span {
  font-family: "montserratlight";
  font-size: 1.5em;
}
.main-content-box .content .gama-box .not-selected {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.main-content-box .content .gama-box .not-selected span {
  font-family: "montserratlight";
  font-size: 1.5em;
}
.main-content-box .content .gama-box .add-ref-op {
  display: block;
  font-size: 2em;
  color: #c62a3b;
}
.main-content-box .content .gama-box ul.options {
  padding: 0;
  text-align: right;
}
.main-content-box .content .gama-box ul.options li {
  list-style: none;
  display: inline-block;
}
.main-content-box .content .gama-box ul.options li a {
  font-family: "montserratlight";
  font-size: 0.8em;
}

form {
  width: 100%;
  display: contents;
}

.btn-save.cancel {
  border-color: #bdc3c7;
  margin-right: 1em;
}
.btn-save.cancel:hover {
  background-color: #bdc3c7;
}
.btn-save.cancel:hover span,
.btn-save.cancel:hover a {
  color: white;
}

.btn-save {
  position: relative;
  width: 100px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #2ecc71;
  display: table;
  float: right;
  text-align: center;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
.btn-save button {
  background-color: transparent;
  border: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: "montserratlight";
  text-decoration: none;
  color: black;
}
.btn-save a {
  display: table-cell;
  vertical-align: middle;
  font-family: "montserratlight";
  text-decoration: none;
  color: black;
}
.btn-save span {
  color: black;
  display: table-cell;
  vertical-align: middle;
  font-family: "montserratlight";
}
.btn-save:hover {
  background-color: #2ecc71;
}
.btn-save:hover span,
.btn-save:hover a,
.btn-save:hover button {
  color: white;
}

.box-production-set {
  cursor: pointer;
}

.box-production-set.selected {
  background-color: #2ecc71;
}

.box-serie {
  width: 100%;
  height: 50px;
  background-color: #ecf0f1;
  display: table;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 1em;
}
.box-serie span {
  display: inline-block;
  vertical-align: middle;
  font-family: "open_sansbold_italic";
  color: black;
  font-size: 1.2em;
}
.box-serie svg {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: right;
  float: right;
  font-size: 1.2em;
}
.box-serie input {
  position: relative;
  display: block;
  width: 100%;
}
.box-serie svg.green {
  color: #2ecc71;
}
.box-serie svg.neutro {
  color: #f1c40f;
}

a .box-article .value span {
  text-decoration: underline;
}

.box-article {
  background-color: #f5f4f9;
  padding: 10px;
  border-radius: 10px;
  height: 70px;
  margin-bottom: 1em;
}
.box-article .title {
  width: 50%;
  float: left;
}
.box-article .title span {
  font-family: "montserratlight";
  text-transform: uppercase;
}
.box-article .value {
  width: 50%;
  float: left;
  text-align: right;
}
.box-article .value span {
  font-size: 1.2em;
  font-family: "montserratlight";
}

.split {
  display: flex;
  flex-direction: row;
}

.gutter {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gutter.gutter-horizontal {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==");
  cursor: col-resize;
}

.settings .img-edit:hover {
  opacity: 0.3;
  cursor: pointer;
}
.settings .image-upload > input {
  display: none;
}
.settings .change-password a {
  font-weight: bold;
  color: darkblue;
}
.settings label {
  font-size: 1em !important;
}

.crm .img-edit:hover {
  opacity: 0.3;
  cursor: pointer;
}
.crm .image-upload > input {
  display: none;
}
.crm select:invalid {
  color: gray;
}
.crm label {
  margin-bottom: 0;
}

.image-upload > input {
  display: none;
}

.contacts .select2-container,
#addPessoa .select2-container {
  width: 100% !important;
}
.contacts .img-edit:hover,
#addPessoa .img-edit:hover {
  opacity: 0.3;
  cursor: pointer;
}
.contacts .search-box span,
#addPessoa .search-box span {
  position: absolute;
  margin-left: 5px;
  height: 25px;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.contacts .contacto span,
#addPessoa .contacto span {
  position: absolute;
  margin-left: 5px;
  height: 25px;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.contacts #filter,
#addPessoa #filter {
  padding-left: 25px;
}
.contacts .img-history,
#addPessoa .img-history {
  width: 35px;
}
.contacts .image-upload > input,
#addPessoa .image-upload > input {
  display: none;
}
.contacts select:invalid,
#addPessoa select:invalid {
  color: gray;
}
.contacts label,
#addPessoa label {
  display: flex;
}
.contacts .history span,
#addPessoa .history span {
  display: contents;
}
.contacts .history span img,
#addPessoa .history span img {
  margin-right: 5px;
}

.table-legend {
  height: 50px;
  float: right;
}
.table-legend .legend {
  display: table-cell;
  vertical-align: middle;
  float: left;
  height: 40px;
}
.table-legend .legend .state {
  padding-right: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: inherit;
  height: inherit;
}
.table-legend .legend .state .color {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
}
.table-legend .legend .state span {
  color: black;
  font-family: "open_sanslight";
  font-size: 12px;
}
.table-legend .legend .red {
  background-color: #c0392b;
}
.table-legend .legend .blue {
  background-color: #2980b9;
}
.table-legend .legend .yellow {
  background-color: #f1c40f;
}
.table-legend .legend .green {
  background-color: #27ae60;
}
.table-legend .legend .orange {
  background-color: #e67e22;
}
.table-legend .legend .black {
  background-color: black;
}
.table-legend .legend .ora {
  background-color: #fab1a0;
}

.bottom-bar {
  position: relative;
  width: 100%;
}

.process-box {
  position: relative;
  width: auto;
  height: 40px;
  display: table;
  text-align: center;
  float: right;
}
.process-box span {
  display: table-cell;
  vertical-align: middle;
  font-family: "montserratextrabold";
  font-size: 14px;
}

.btn-new.side {
  position: relative;
  float: right;
  margin-left: 1em;
  width: auto;
  padding: 10px;
}

.btn-new {
  position: absolute;
  width: auto;
  height: 40px;
  border-radius: 5px;
  background-color: transparent;
  right: 0;
  display: table;
  text-align: center;
  padding: 5px;
  font-family: "open_sanslight";
  border: 1px solid #ff5858;
}
.btn-new a {
  text-decoration: none;
  color: black;
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

.btn-new-bottom {
  position: relative;
  width: auto;
  height: 30px;
  border-radius: 5px;
  background-color: #ff5858;
  right: 0;
  display: table;
  text-align: center;
  float: right;
  padding: 5px;
  font-family: "open_sanslight";
}
.btn-new-bottom a {
  text-decoration: none;
  color: white;
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

.tool-bar {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 1em;
}
.tool-bar h4 {
  font-size: 1.5rem;
  font-weight: bold;
}

h5 {
  font-size: 1.5rem !important;
  font-weight: bold !important;
}

.task-bar {
  width: 100%;
  max-width: 75px;
  height: 10px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-color: #e3e3e3;
}
.task-bar .value {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "montserratextrabold";
}
.task-bar .task-status {
  position: relative;
  width: 40%;
  height: 10px;
  background-color: #2ecc71;
}

.corridor-col:hover {
  background-color: #ff5858;
}

.corridor-col.active {
  background-color: #ff5858;
}

.corridor-col {
  background-color: #ff9292;
  align-items: flex-end;
  font-size: 28px;
  color: white;
  font-weight: bold;
  display: grid;
  cursor: pointer;
}

.prat {
  text-align: center;
  color: white;
  font-size: 12px;
  background-color: #ffb0b0;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.j-right {
  display: grid;
  justify-content: end;
}

div:has(> .prat) {
  display: grid;
}

.prat:hover {
  background-color: #ff7c7c;
}

.prat.active {
  background-color: #c25151;
  height: 31px;
  font-weight: bold;
}

.alv {
  text-align: center;
  color: white;
  font-size: 12px;
  width: 20px;
  height: 31px;
  display: table-cell;
  border: 1px solid white;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
}

.alv {
  background-color: #25b900;
}

.alv.selected {
  background-color: rgb(79, 186, 248);
  width: 40px;
}

.alv.occupied {
  background-color: #d1bc00;
}

.alv.full {
  background-color: #c40000;
}

.coluna {
  padding: 0;
  border: 0;
  border-radius: 0;
  min-width: 160px;
}

button:focus-visible {
  border: 1px solid white;
  outline: none;
}

.popover {
  border-radius: 0px;
  max-width: 400px;
}

.popover-body {
  height: 250px;
  display: flex;
  align-items: center;
  padding: 0px;
  background-color: #f5f4f9;
  overflow: auto;
}

.alv.highlight-alv {
  box-shadow: inset 0 0 10px white;
}

.prat.highlight-alv {
  box-shadow: 0 0 10px #660404;
}

.font-weight-bold {
  font-weight: bold;
}

.alv-existentes {
  height: 70vh;
}

.wh-request-material {
  padding: 0 !important;
}
.wh-request-material .swal2-html-container {
  margin: 0px;
}

.hover-opacity:hover {
  opacity: 1;
}

.hover-opacity {
  opacity: 0.3;
}

.sp-content {
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
  width: 80%;
  height: auto;
  background-color: white;
  margin-left: 10px;
  box-shadow: 0 0 1px hsla(0deg, 0%, 0%, 0.075), 0 1px 2px hsla(0deg, 0%, 0%, 0.075), 1px 2px 4px hsla(0deg, 0%, 0%, 0.075), 1px 3px 8px hsla(0deg, 0%, 0%, 0.075), 2px 4px 16px hsla(0deg, 0%, 0%, 0.075);
  box-sizing: border-box;
  border-radius: 5px;
}
.sp-content .table-responsive {
  width: calc(100% - 38px);
  padding: 10px;
  max-height: 90vh;
}
.sp-content .table-responsive .fade:not(.show) {
  display: none;
}
.sp-content .hide-popup {
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  padding: 10px;
  cursor: pointer;
}
.sp-content .close-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  padding: 10px;
  cursor: pointer;
}

.popover {
  z-index: 998 !important;
}

.dropdown-menu {
  z-index: 998 !important;
}

[name=highlight-type] {
  height: 41px;
  border-radius: unset;
}

@media only screen and (max-width: 1450px) {
  .fix-nav {
    width: 200px;
  }

  .main-nav-box nav ul li a span {
    display: none;
  }

  .main-nav-box nav ul li a {
    font-size: 12px;
  }

  .main-nav-box nav ul li a svg {
    font-size: 2em;
    margin: 0 auto;
  }

  .main-nav-box nav ul li .container a {
    display: block;
    font-size: 12px;
  }

  .main-nav-box nav ul li .container a svg {
    display: block;
    margin: 0 auto;
  }

  .main-nav-box nav ul li {
    margin-bottom: 1em;
  }

  .main-nav-box .logout {
    position: relative;
  }

  .main-nav-box .logout ul li a {
    width: 50px;
    height: 50px;
  }

  .main-nav-box .logout ul li a svg {
    font-size: 1.5em;
  }

  .main-nav-box .logo img {
    display: none;
  }

  .main-nav-box .logo img.logo-mobile {
    display: block;
  }

  .main-nav-box .logo {
    margin: 0 auto;
    width: 100%;
  }

  .main-content {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-header .settings-bar li.menu-icon {
    display: inline-block;
  }

  .main-content {
    padding-left: inherit;
  }

  .fix-nav {
    display: none;
  }

  .menu-mobile-button {
    display: block;
  }

  .main-header .mobile-logo {
    display: block;
  }
}
@media only screen and (max-width: 968px) {
  .sp-content {
    width: 80%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-container .mobile-slick .item-mobile-menu .menu-icon svg {
    font-size: 4em;
  }

  .mobile-container .mobile-slick .item-mobile-menu .menu-item span {
    font-size: 14px;
  }

  .mobile-container .mobile-slick .item-mobile-menu {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 580px) {
  .main-content-box {
    margin-top: 15px;
  }

  .main-content-box .title {
    margin-bottom: 0;
  }

  .main-content-box .content {
    padding: 0;
    padding-top: 1em;
  }

  .main-header .settings-bar li a svg, .main-header .settings-bar li span svg {
    font-size: 20px;
  }

  .main-header .settings-bar li {
    margin-left: 3px;
  }

  .main-header .user-bar li a {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .main-header .settings-bar li a svg, .main-header .settings-bar li span svg {
    font-size: 18px;
  }

  .main-header .mobile-logo li img {
    width: 40%;
  }

  .main-header {
    height: 60px;
  }

  .main-header .mobile-logo {
    margin-right: 10px;
  }
}
/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.left-0 {
  left: 0px;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.col-auto {
  grid-column: auto;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-1 {
  margin: 0.25rem;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0px;
}
.m-5 {
  margin: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-3 {
  margin-left: 0.75rem;
}
.-ml-px {
  margin-left: -1px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.ml-12 {
  margin-left: 3rem;
}
.-mt-px {
  margin-top: -1px;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-10 {
  height: 2.5rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-20 {
  width: 5rem;
}
.w-48 {
  width: 12rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top {
  transform-origin: top;
}
.origin-top-right {
  transform-origin: top right;
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.fill-current {
  fill: currentColor;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
[dir="rtl"] .rtl\:flex-row-reverse {
  flex-direction: row-reverse;
}
@media (prefers-color-scheme: dark) {

  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }

  .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

  .dark\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .dark\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .dark\:active\:bg-gray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:active\:text-gray-300:active {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }
}
@media (min-width: 640px) {

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

