body {
  overflow-x: hidden;
}

:root {
  --grey: #F1F0F6;
  --dark-grey: #3c4149;
  --light: #fff;
  --dark: #282d34;
  --green: #81D43A;
  --light-green: #E3FFCB;
  --blue: #00b0ff;
  --light-blue: #D0E4FF;
  --dark-blue: #0C5FCD;
  --red: #FC3B56;
  --dim: 12rem;
  --light-gray-line: #e0e0e0;
  --secondary-color: rgb(242, 169, 0);
}

.containerFormCheckChildTop {
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
}

.containerFormCheckChildTop:after {
  content: "";
  position: absolute;
  bottom: -12px;
  height: 1px;
  width: 90%;
  margin-left: 13px;
  border-bottom: 1px solid rgba(158, 166, 176, 0.2);
}

.containerFormCheckChildBottom {
  margin-top: 3%;
}

#formCheck {
  box-shadow: 0px 5px 20px rgba(117, 117, 117, 0.04);
  border-radius: 10px;
  margin-top: 3%;
  margin-bottom: 3%;
  background: transparent;
}

.containerFormCheckWidthMax {
  overflow: scroll;
  overflow-x: hidden;
  height: 382px;
  background-color: transparent;
  background: transparent;
}

.containerFormCheckWidthMax::-webkit-scrollbar-track {
  background-color: #fff;
}

.containerFormCheckWidthMax::-webkit-scrollbar {
  width: 7px;
  background: #F4F4F4;
}

.containerFormCheckWidthMax::-webkit-scrollbar-thumb {
  background: #dad7d7;
  border-radius: 10px;
  height: 40px;
}

.containerFormCheck {
  padding: 8px;
  background-color: #ffffff;
  border-radius: 10px;
}

.form-check-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #002B37;
}

#pCheck {
  margin-bottom: 3%;
}

#pValidacaoCadastro {
  margin-bottom: 8%;
}

.checkController {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 5%;
  margin-top: 3%;
  margin-bottom: 3%;
  align-items: center;
}


::-webkit-scrollbar {
  width: 5px;
  height: 7px !important
}

::-webkit-scrollbar-thumb {
  background: rgba(92, 92, 92, .5);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(92, 92, 92, .8)
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-70 {
  width: 70% !important;
}

.w-60 {
  width: 60% !important;
}

.dataTables_filter {
  display: none;
}

.c-modal .c-tabs__pane,
.c-modal .c-tabs__list {
  border-radius: 0px;
}

.c-modal .c-tabs__pane {
  border-bottom: 0px;
}

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

.float-end {
  float: right;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.pointer {
  cursor: pointer;
}

.default {
  cursor: default;
}


.not-allowed {
  cursor: not-allowed;
}

/* .c-table .odd:hover, .c-table .even:hover{
	background-color: #354052;
} */

.c-table .collapse {
  border-top: 0 !important;
  background-color: #f3f3f9;
  /*border-left: 3px solid #ff9945;*/
}

.c-table .shown {
  border-bottom: 0 !important;
  animation-duration: 4s;
  animation-delay: 2s;
}

.c-modal .c-tabs__list {
  padding: 10px 30px;
}

.c-modal .c-tabs__link {
  padding: 0 0 11px 0;
}

.dataTables_empty {
  padding: 8px 0 8px 30px;
  color: #354052;
  font-size: 0.820rem;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}

.expandir {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
  border: 0px;
}

.ultimo-th {
  width: 10px !important;
}

.column-table-medium {
  width: 150px !important;
}

/*CAMPO FILE CUSTOMIZADO*/
.input-file label {
  margin-left: 10px;
  color: #7f8fa4;
  margin-top: 3px;
  font-size: 0.775rem;
}

.input-file button {
  font-size: 0.775rem;
}

.input-file.is-disabled {
  background-color: #e6eaee;
  cursor: not-allowed;
}

.input-file.is-disabled .c-btn {
  border-color: #b8bec3;
  background: #b8bec3;
  background: -webkit-gradient(linear, left top, left bottom, from(#b8bec3), to(#b8bec3));
  background: linear-gradient(to bottom, #b8bec3, #b8bec3);
  cursor: not-allowed;
}

.input-file.is-disabled .c-btn--azul {
  background-color: #b8bec3;
}

.c-addon {
  padding: 0.28rem;
  background: #fff;
  background: linear-gradient(180deg, #fff, #f2f4f7);
  justify-content: center;
  border: 1px solid #dfe3e9;
  border-radius: 4px;
  color: #bbb;
  text-align: center;
  width: 20%;
}

.c-addon-div {
  width: 20%;
}

.c-addon-div .c-btn {
  width: 100%;
}

.c-field-addon-right {
  position: relative;
}

.c-field-addon-div-atendimentos .select2-container--default .select2-selection--single {
  border-left: none !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0 !important;
}

.c-field-addon-right .c-input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 70%;
  float:
    left;
}

.c-field-addon-right .c-addon {
  border-left: 0px;
  float: right;
  margin-right: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 100%;
  line-height: 1.18rem;
  width: 30%;
}

.c-field-addon-right .c-addon-div {
  float: left;
  width: 20%;
}

.c-field-addon-right .c-addon-div .select2-container--default .select2-selection--single {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}


.c-field-addon-right .c-field-addon-div {
  width: 80%;
  float: left;
}

.c-field-addon-div-atendimentos {
  float: left;
}

.c-field-addon-right .c-field-addon-div .select2-selection,
.c-field-addon-right .c-field-addon-div .c-btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}


.c-field-addon-right .c-addon-div {
  float: left;
  margin-right: 0px;
  /*  font-size: 100%;  */
  line-height: 1.18rem;
}

.c-field-addon-right .c-addon-div .select2-selection,
.c-field-addon-right .c-addon-div .c-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;

}


.c-field-addon-left {
  position: relative;
}

.c-field-addon-left .c-input {

  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 80%;
  float: right;
}

.c-field-addon-left .c-field-addon-div {
  width: 80%;
  float: right;
}

.c-field-addon-left .c-field-addon-div .select2-selection,
.c-field-addon-left .c-field-addon-div .c-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.c-field-addon-left .c-addon-div {
  float: left;
  margin-left: 0px;
  /*  font-size: 100%;  */
  line-height: 1.18rem;
}

.c-field-addon-left .c-addon-div .select2-selection,
.c-field-addon-left .c-addon-div .c-btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;

}

.c-field-addon-left .c-addon {
  border-right: 0px;
  float: left;
  margin-left: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  /*  font-size: 100%;  */
  line-height: 1.18rem;
}

.c-field-addon-flex .c-addon {
  float: left;
  border-right: 0px;
  margin-left: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  line-height: 1.18rem;
}

.c-field-addon-flex .c-field-addon-div .select2-selection,
.c-field-addon-flex .c-field-addon-div:last-of-type .c-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.c-field-addon-flex .c-addon-div {
  float: left;
  margin-left: 0px;
  line-height: 1.18rem;
  width: auto !important;
}

.c-field-addon-flex .c-field-addon-div {
  float: left;
  margin-left: 0px;
  line-height: 1.18rem;
}


.c-field-addon-flex .c-addon-div .c-btn {
  border-radius: 0px;
  border-right: 0px;
}

.c-field-addon-flex .c-addon-div .select2-selection,
.c-field-addon-flex .c-addon-div:first-of-type .c-btn {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-right: 0px;

}

.info-data {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  padding-bottom: 20px;
}

.info-data .card {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, .05);
  flex: 1 1 100px;
  border: 1px solid #e6eaee !important;
}

.card .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.card .head h2 {
  font-size: 24px;
  font-weight: 600;
}

.card .head p {
  font-size: 14px;
}

.card .head .icon {
  font-size: 20px;
  color: var(--blue);
  margin-left: 24px;
}

.card .head .icon.down {
  color: var(--red);
}


.c-field-addon-left .c-addon-div {
  float: right;
  margin-left: 0px;
  line-height: 1.18rem;
}

.c-field-addon-right-copy {
  position: relative;
}

.c-field-addon-right-copy .c-input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 96%;
  float:
    left;
}

.c-field-addon-right-copy .c-addon {
  border-left: 0px;
  float: right;
  margin-right: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 100%;
  line-height: 1.18rem;
  width: 4%;
  cursor: pointer;
}


.c-field-addon-lg .c-addon,
.c-field-addon-lg .c-addon-div {
  width: 35%;
}

.c-field-addon-lg .c-input,
.c-field-addon-lg .c-field-addon-div {
  width: 65%;
}

.c-field-addon-sm .c-addon,
.c-field-addon-sm .c-addon-div {
  width: 20%;
}

.c-field-addon-sm .c-input,
.c-field-addon-sm .c-field-addon-div {
  width: 80%;
}

.c-field-addon-xsm .c-addon,
.c-field-addon-xsm .c-addon-div {
  width: 15%;
}

.c-field-addon-xsm .c-input,
.c-field-addon-xsm .c-field-addon-div {
  width: 85%;
}

.c-input-invalid.invalid {
  border-color: rgb(177, 40, 40);
}

.text_custom_protocol {
  font-size: .80rem;
}

.text_custom_protocol.invalid {
  color: #b12828;
}

.text_custom_protocol.searching {
  color: #306f99;
}

.text_custom_protocol.successful {
  color: #48b128;
}

.services_count {
  padding: 5px;
  min-width: 5px;
  min-height: 5px;
  color: #354151;
  background: #e6eaee;
  border-color: #ccc;
  margin: 0 5px;
  border-radius: 5px;
}

select.c-addon {
  height: 1.9rem;
}

.c-field-interval_left {
  width: 40%;
  display: block;
  float: left;
}

.c-field-interval_left input {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 0px;
}

.c-field-interval_right {
  width: 40%;
  display: block;
  float: left;
}

.c-field-interval_right input {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-left: 0px;
}

.c-field-interval__center {
  width: 20%;
  display: block;
  float: left;
}

.c-interval_center {
  font-size: 0.740rem;
  padding: 0.32rem;
  background: #fff;
  background: linear-gradient(180deg, #fff, #f2f4f7);
  justify-content: center;
  border: 1px solid #dfe3e9;
  border-radius: 0px;
  color: #bbb;
  text-align: center;
}

.col-xs-6.c-field-addon-right .c-addon {
  width: 20.1%;
}

.col-xs-6.c-field-addon-right .c-input {
  width: 79.9%;
}

.col-xs-4.c-field-addon-right .c-addon {
  width: 20%;
}

.col-xs-4.c-field-addon-right .c-input {
  width: 80%;
}

.c-addon--marinho {
  background: #475364;
  border: 1px solid #475364;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#475364), to(#353e4b));
  background: linear-gradient(to bottom, #475364, #353e4b);
}

.c-addon-marinho:hover {
  opacity: 0.8;
}

.c-addon--marinho:focus {
  opacity: 0.8;
}

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  color: #7f8fa4;
  font-size: 16px;
  margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #ffd985;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
  position: relative;
  border-radius: 0px;
  background-color: #d6d6d6;
  height: 5px;
  box-shadow: none;
  margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
  width: 0px;
  box-shadow: none;
  background: #ffd985;
  height: 5px;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
  width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
  width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
  left: 50%;
  width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
  width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
  background-color: #bdbdbd;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
  background-color: #d6d6d6;
}

/*END Form Wizard  https://bootsnipp.com/snippets/featured/form-process-steps */
/*
active
complete
disabled
*/

.c-table__cell--head .fa {
  color: #7f8fa4;
}

.c-table__cell--head button .fa {
  color: #fff;
}

.select_cidade {
  width: 100%;
}

.c-btn.is-disabled .fa,
.c-btn:disabled .fa {
  color: #7f8fa4;
}


#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 7000;
}

#loading #background_loading {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

#loading #icon_loading {
  color: #fff;
  font-size: 100px;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  position: absolute;
}

#loading .is-visible {
  display: block;
}

#loading.is-hiden {
  display: none;
}


.c-dropdown--small .c-btn.has-dropdown--small {
  padding: 0.4rem 1.6rem 0.4rem 0.4rem;
}

.c-dropdown--small .c-btn i {
  font-size: 12px;
}

.c-dropdown--small .c-btn.has-dropdown--small::after {
  padding: 0.2rem 3px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin-left: 1.25rem;
  border-left: 1px solid;
  border-color: inherit;
  color: inherit;
  font-family: "FontAwesome";
  content: "\f107";
}

.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

  background-image: none !important;
  height: 0px;
}

.lowercase-input input,
optgroup,
select,
textarea {
  text-transform: lowercase !important;
}

input,
optgroup,
select,
textarea.lowercase-input {
  text-transform: lowercase !important;
}

.normalcase-input input,
optgroup,
select,
textarea {
  text-transform: none !important;
}

input,
optgroup,
select,
textarea.normalcase-input {
  text-transform: none !important;
}

.uppercase-input input,
optgroup,
select,
textarea {
  text-transform: uppercase !important;
}

input,
optgroup,
select,
textarea.uppercase-input {
  text-transform: uppercase !important;
}

/* ====== LOADER ======*/

.loader {
  position: relative;
  margin: 0 auto;
  width: 50px;
}

.loader:before {
  content: '';
  display: block;
  padding-top: 50%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

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

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

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes color {

  100%,
  0% {
    stroke: #152f39;
  }

  40% {
    stroke: #152f39;
  }

  66% {
    stroke: #ff9945;
  }

  80%,
  90% {
    stroke: #ff9945;
  }
}

@keyframes color {

  100%,
  0% {
    stroke: #152f39;
  }

  40% {
    stroke: #152f39;
  }

  66% {
    stroke: #ff9945;
  }

  80%,
  90% {
    stroke: #ff9945;
  }
}

.showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

.barUser {
  float: left;
  width: 100%;
  margin-top: 2px;
  background-color: #EAEAEA;
  color: #333333;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 5px 7px;
  border: 1px solid #E1E1E1;
  /* box-shadow: 0px 0px 2px #AAAAAA; */
  border-bottom: 0px solid #E1E1E1;
}


.answer-edit {
  margin: 0.5rem 0 1.25rem 0;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

#checklists-perguntas {
  display: flex;
  flex-wrap: wrap;
}

#pergunta_resposta_esquerda,
#pergunta_resposta_direita {
  width: 50%;
}

.question_container_alternate {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

#questions_carrousel_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#questions_carrousel_ul li {
  display: none;
  position: absolute;
  width: 520px;
  height: 140px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(236, 236, 236);
}

#questions_carrousel_ul li.active {
  display: block;

}

.btn_container_alternate {
  display: flex;
  /*   justify-content: center; */
  gap: 1rem;
  align-items: center;
  width: 100%;
}

.btn_container_alternate button {
  width: 60px;
}


.box {
  float: left;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px;
  margin-bottom: 15px;
  clear: both;
  padding: 15px;
  -moz-box-sizing: border-box;
  transition-duration: 0.3s;
  border-color: #E5E5E5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-width: 1px 1px 2px;
  background-color: #FDFDFD;
  /* box-shadow: 0px 0px 2px #AAAAAA; */
  border: 1px solid #E1E1E1;
}

/* ====== BOTTON DROPDOWN ======*/

.dt-buttons {
  display: inline-block;
  width: 100%;
  align-items: right;
  position: absolute;
  margin-top: -47px;
  padding-right: 32px;
}

.dt-buttons .dt-button-collection button {
  width: 100%;
  margin-bottom: 4px;
}

.dt-buttons .dt-button-collection .active {
  background: #efefef;
  color: #666
}

.dt-buttons .dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ebebeb;
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
  overflow-y: auto;
  max-height: calc(28px * 11);
}

.dt-buttons .dt-buttons-vermelho {
  color: #fff;
  background: #f90000;
  border-color: #cc0000;
  background: -moz-linear-gradient(90deg, #f90000, #fb0202);
  background: -webkit-linear-gradient(90deg, #f90000, #fb0202);
  background: linear-gradient(90deg, #f90000, #fb0202);
}


.dt-buttons .dt-buttons--azul {
  color: #fff !important;
  border-color: #0085b6 !important;
  background: #2ea1cd;
  background: -moz-linear-gradient(90deg, #2ea1cd, #0094CC) !important;
  background: -webkit-linear-gradient(90deg, #2ea1cd, #0094CC) !important;
  background: linear-gradient(90deg, #2ea1cd, #0094CC) !important;
}

table.dataTable tr.dtrg-level-0 td {
  background-color: #dfe3e996;
  padding: 8px 0 8px 30px;
  color: #354052;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  padding-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 3px;
  margin-top: 1px;
  font-size: 14px;
  padding-left: 10px;
  padding: 1px 30px 1px 1px;
  background-color: #F1F4F8;
  border-color: #D5DCE6;
  color: #354052;
}

.select2-container--default .select2-selection--multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1px;
  padding-top: 1px;
  background-color: #fff;
  border-color: #dfe3e9;
}

.c-table td {
  padding: 8px;
  color: #354052;
  font-size: 0.820rem;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: 0.5px dashed #ededed;
}

#table_attendances #itens_panel td {
  white-space: normal !important;
}

.c-table tr:last-child td {
  border-bottom: none !important;
}

.c-sidebar {
  overflow-y: scroll;
}

li.select2-results__option:empty {
  min-height: 2rem;
}

textarea.c-input {
  overflow: hidden !important;
}


.load {
  width: 100px;
  margin: 0 auto;
}

.off {
  background-color: #e4e4e4;
}

.on {
  background-color: #2399bf
}

.leaflet-tooltip-bottom:before {
  border-bottom-color: rgba(255, 255, 255, 0);
}

.leaflet-label {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  color: #333;
  font-weight: bold;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}


.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}


.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mt-4-2,
.my-4-2 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-4-5 {
  margin: 2.25rem !important;
}

.mt-4-5,
.my-4-5 {
  margin-top: 2.25rem !important;
}

.mr-4-5,
.mx-4-5 {
  margin-right: 2.25rem !important;
}

.mb-4-5,
.my-4-5 {
  margin-bottom: 2.25rem !important;
}

.ml-4-5,
.mx-4-5 {
  margin-left: 2.25rem !important;
}

.ml-2-6,
.mx-2-6 {
  margin-left: 2.6rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-5-5 {
  margin: 4.5rem !important;
}

.mt-5-5,
.my-5-5 {
  margin-top: 4.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 4rem !important;
}

.mr-5-5,
.mx-5-5 {
  margin-right: 4.5rem !important;
}

.mb-5-5,
.my-5-5 {
  margin-bottom: 4.5rem !important;
}

.ml-5-5,
.mx-5-5 {
  margin-left: 4.5rem !important;
}

.ml-4-6,
.mx-4-6 {
  margin-left: 4.6rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-45 {
  padding: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.c-modal-background-danger {
  background: #ff0000 !important;
  background: -moz-linear-gradient(90deg, #ff0000, #cc0000) !important;
  background: -webkit-linear-gradient(90deg, #ff0000, #cc0000) !important;
  background: linear-gradient(90deg, #ff0000, #cc0000) !important;

}

.c-modal-background-warning {
  background: #fbb142 !important;
  background: -moz-linear-gradient(90deg, #fbb142 0, #fa9601 100%) !important;
  background: -webkit-linear-gradient(90deg, #fbb142 0, #fa9601 100%) !important;
  background: linear-gradient(90deg, #fbb142 0, #fa9601 100%) !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

#datatable_novos_atendimentos,
#datatable_novos_atendimentos tr {
  border: solid black 0px !important;
  border-top: solid black 0px !important;
}

#datatable_novos_atendimentos .c-table__head--slim {
  background-color: #343B45;
}

#datatable_novos_atendimentos,
#datatable_novos_atendimentos .odd {
  background-color: transparent;
}

#datatable_novos_atendimentos td {
  color: white !important;
  padding: 10px 0 10px 30px;
}

#datatable_andamento_acompanhamento,
#datatable_andamento_acompanhamento tr {
  border: solid black 0px !important;
  border-top: solid black 0px !important;
}

#datatable_andamento_acompanhamento .c-table__head--slim {
  background-color: #343B45 !important;
}

#datatable_andamento_acompanhamento,
#datatable_andamento_acompanhamento .odd {
  background-color: #343B45;
}

#datatable_andamento_acompanhamento td {
  color: white !important;
}

.c-table .selected_table:hover {
  background-color: #f2f4f7 !important;
}

.bg-td-gray-light {
  background: #efefef;
  color: #666;
}

.bg-td-gray-light-dt {
  background: #f7f7f7 !important;
  color: #666;
}

.bg-td-warning-light-dt {
  background: #fff8e7 !important;
  color: #666;
}

.bg-td-danger-light-dt {
  background: #ffe0e0 !important;
  color: #666;
}

.bg-td-success-light-dt {
  background: #d8f8d9 !important;
  color: #666;
}

table.with-word-break tbody tr td {
  word-break: break-word !important;
  white-space: pre-line !important;
}

.bgs-gray {
  background-color: #f4f7f9 !important;
}

.select2-selection {
  overflow: hidden;
}

.select2-selection__rendered[title] {
  background-color: #f4f7f9 !important;
}


.bgs-white {
  background-color: #ffffff !important;
}

.bgs-danger {
  background: #e04d4c !important;
  background: -moz-linear-gradient(left, #e04d4c 0, #e60026 100%) !important;
  background: -webkit-linear-gradient(left, #e04d4c 0, #e60026 100%) !important;
  background: linear-gradient(to right, #e04d4c 0, #e60026 100%) !important;
}

.select2-container {
  width: 100% !important;
}

.text-muted {
  color: #adb5bd !important;
}

.c-modal__content {
  border-radius: .5rem !important;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  pointer-events: auto;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, .5);
  backdrop-filter: blur(4px);
}

.modal.second-modal {
  z-index: 995;
}

.modal-backdrop.second-backdrop {
  z-index: 990;
}

.c-modal__header {
  background: linear-gradient(162deg, #222C3C, #1D2531);
  border-radius: .5rem .5rem 0px 0px !important;
}

.c-modal-background-dark {
  background: var(--primary-color) !important;
}

.c-modal__footer {
  border-radius: 0px 0px .5rem .5rem !important;
}

.water-divisor [data-index] {
  transition: width 2s, height 4s;
}

.o-line [data-index] {
  transition: width 2s, height 4s;
}

.procurar_bairro {
  display: inline !important;
  width: 50px;
  padding: 6px 15px 6px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 3px 12px;
}

.procurar_bairro:focus,
.procurar_bairro:not(:placeholder-shown) {
  width: 230px;
  margin: 3px 12px;
  outline: none;
}

.procurar_bairro {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.procurar_filtrar {
  display: inline !important;
  width: 50px;
  padding: 6px 15px 6px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 3px 12px;
}

.procurar_filtrar:focus,
.procurar_filtrar:not(:placeholder-shown) {
  width: 230px;
  margin: 3px 12px;
  outline: none;
}

.procurar_filtrar {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.blink {
  animation: blinker 1s linear infinite;
}

.blink_new_attendance {
  animation: blinker 1s linear;
  animation-iteration-count: 18;
  background-color: #ffe2b2 !important;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.box-question, .box-signature, .box-image {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: .25rem;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  flex: 1 1 auto;
  padding: 1.25rem;
  background: #f9f9f9;
  box-shadow: 1px 0 20px rgba(0, 0, 0, .08);
  border: 1px solid #eaeaea;
}

.box-title {
  position: relative;
  font-weight: 500;
}

.box-question+.box-question {
  margin-top: 30px;
}

/* .box-question:hover,
.box-question:focus-within {

} */

.border-focus-question {
  border-left: 4px solid #fab030 !important;
}

.btn-new-question {
  cursor: pointer;
  display: none;
  position: relative;
  padding: 5px;
  background-color: #03A9F4;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}

.btn-new-question:hover {
  background-color: #1990ea;
}

.btn-remove-question {
  cursor: pointer;
  display: none;
  position: relative;
  padding: 5px;
  background-color: #ed1c24;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}

.btn-remove-question:hover {
  background-color: #b72b30;
}

.btn-down-question {
  cursor: pointer;
  display: none;
  position: relative;
  padding: 5px;
  background-color: #354052;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}

.btn-down-question:hover {
  background-color: #29303c;
}

.btn-up-question {
  cursor: pointer;
  display: none;
  position: relative;
  padding: 5px;
  background-color: #354052;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}

.btn-up-question:hover {
  background-color: #29303c;
}

.controll-buttons, .control-buttons {
  position: absolute;
  right: 1rem;
  bottom: -1rem;
}

.container-buttons {
  margin-left: 2px;
}

.add_option_edit,
.add_check_edit {
  display: none;
  cursor: pointer;
}

.question_option,
.question_check {
  width: 100%;
  border: none;
  background: #f9f9f9;
  color: #6b6b6b;
  outline: none;
}

.question_option::placeholder,
.question_check::placeholder {
  color: #adb5bd;
}

.text-normalize {
  text-transform: none !important;
}

.group-logic+.group-logic {
  margin-top: 10px;
}

.btn-save-logic {
  background-color: #13b2e3;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
}

.btn-save-logic:hover {
  background-color: #0fa2d0;
}

.u-color-normal {
  color: #7f8fa4 !important;
}

/* .dispatch-selected{
  border-left: 3px solid #65bb37;
} */
.dispatch-selected td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #65bb37;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.dispatch-selected td:first-child {
  position: relative;
}

.dispatch-selected.shown td:first-child:before {
  background: #ff9945 !important;
}

.bg-info-forms {
  background-color: #17a2b8 !important;
}

.bg-danger-forms {
  background-color: #d9534f !important;
}

.bg-warning-forms {
  background-color: #f0ad4e !important;
}

.bg-success-forms {
  background-color: #5cb85c !important;
}

.card-forms {
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  width: 230px;
  margin-right: 15px;
  margin-left: 15px;
}

.card-body-forms {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-body-forms .rotate-icon-forms {
  z-index: 8;
  float: right;
  height: 100%;
}

.card-body-forms .rotate-icon-forms i {
  color: rgba(20, 20, 20, 0.30);
  position: absolute;
  left: 0;
  left: auto;
  right: 5px;
  bottom: 5px;
  display: block;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-white {
  color: #fff !important;
}

.display-4 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2;
}

.progress-forms {
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  position: relative;
  margin-left: 2.125rem !important;
  margin-right: 2.125rem !important;
}

.progress-bar-forms {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
  position: relative;
}

.nps-indicator {
  position: absolute;
  font-size: 14px;
  font-family: arial;
  text-align: center;
  padding: 10px;
  width: 45px;
  top: -51px;
  border-radius: 5px;
  color: #fff;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-bar-info {
  background-color: #337ab7;
}

.controll_page_text {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #cac0c0;
  max-width: 5%;
  text-align: center;
  text-decoration: none;
  outline: 0;
  color: #888686;
  background-color: #fafbfc;
}

.box-answer-note {
  border-radius: 9rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
}

.box-answer-container-nps {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-left: 0;
}

.box-container-note-0 {
  background-color: #c8001b;
  border: 2px solid #c8001b;
}

.box-container-note-0:hover {
  background-color: #ad0017;
  border: 2px solid #ad0017;
}

.box-container-note-1 {
  background-color: #e50019;
  border: 2px solid #e50019;
}

.box-container-note-1:hover {
  background-color: #bf0015;
  border: 2px solid #bf0015;
}

.box-container-note-2 {
  background-color: #e93017;
  border: 2px solid #e93017;
}

.box-container-note-2:hover {
  background-color: #c72914;
  border: 2px solid #c72914;
}

.box-container-note-3 {
  background-color: #ee5114;
  border: 2px solid #ee5114;
}

.box-container-note-3:hover {
  background-color: #bf4110;
  border: 2px solid #bf4110;
}


.box-container-note-4 {
  background-color: #fc9200;
  border: 2px solid #fc9200;
}

.box-container-note-4:hover {
  background-color: #d67c01;
  border: 2px solid #d67c01;
}

.box-container-note-5 {
  background-color: #ffbd00;
  border: 2px solid #ffbd00;
}

.box-container-note-5:hover {
  background-color: #d49d02;
  border: 2px solid #d49d02;
}


.box-container-note-6 {
  background-color: #f1d100;
  border: 2px solid #f1d100;
}

.box-container-note-6:hover {
  background-color: #c5ab00;
  border: 2px solid #c5ab00;
}

.box-container-note-7 {
  background-color: #eee014;
  border: 2px solid #eee014;
}

.box-container-note-7:hover {
  background-color: #cec211;
  border: 2px solid #cec211;
}

.box-container-note-8 {
  background-color: #ebee14;
  border: 2px solid #ebee14;
}

.box-container-note-8:hover {
  background-color: #cec211;
  border: 2px solid #cec211;
}

.box-container-note-9 {
  background-color: #a9c621;
  border: 2px solid #a9c621;
}

.box-container-note-9:hover {
  background-color: #93ad1c;
  border: 2px solid #93ad1c;
}

.box-container-note-10 {
  background-color: #7fa400;
  border: 2px solid #7fa400;
}

.box-container-note-10:hover {
  background-color: #668400;
  border: 2px solid #668400;
}

.box-answer-container-stars {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  margin-left: 0;
  justify-content: center;
}

.box-container-star {
  display: flex;
  flex: 0.1;
  flex-direction: column;
  text-align: -webkit-center;
}

.question_check_individual {
  width: 100%;
  border: none;
  color: #6b6b6b;
  outline: none;
}

.box-text-answer-individual {
  position: relative;
  background: #ff9945;
  border-radius: .4em;
  padding: 20px;
  color: #FFF;
  font-size: 15px;
  max-width: 35%;
  white-space: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}

.box-text-answer-individual::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #ff9945;
  border-left: 0;
  margin-top: -12px;
  margin-left: -12px;
}

.dataTables_info {
  display: inline-block;
  position: absolute;
}

.dataTables_paginate {
  float: right;
  text-align: right;
  position: absolute;
  right: 15px;
}

.c-table-responsive {
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
  border-radius: 0.5rem;
  border: 1px solid #E6EAEE;
}

.c-sidebar .c-table-responsive {
  border: 0px !important;
}

.btn-datatable-right {
  float: right !important;
}

.btn-datatable-hidden {
  display: none;
}

.notification-autem {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 1.1rem;
  min-width: 10px;
  height: 10px;
  padding: 0 5px;
  border-radius: 20px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
  background: #f2772c;
  box-shadow: 0 0 0 0 #f2772c;
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

.notification-autem-span {
  display: inline-block;
  position: relative;
  margin-right: 1.3rem;
  font-size: 20px;
}

#modal-autem {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1600;
  overflow: auto;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

#modal_edit_payment_config,
#modal_register_payment_config,
#modal_datatable_payment_config {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.card img {
  min-height: 75vh;
  max-height: 100vh;
}

.controls {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}

.controls li:focus,
.controls:focus {
  outline: none;
}

.controls li:hover {
  cursor: pointer;
}

.card-description {
  z-index: 1800;
  position: absolute;
  color: #FFF;
  margin-top: 6rem;
  max-width: 8%;
  margin-left: 4.4rem;
}

.card-description-title {
  font-size: 60px;
  color: #152f39;
  font-weight: bold;
}

.card-description-body {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #0a93c9;
}

.card-description-footer {
  color: #152f39;
  font-size: 33px;
  position: absolute;
  top: 24rem;
  left: 0rem;
  line-height: 35px;
}

.card-description-footer span {
  color: #ff9945;
  text-decoration: underline;
  cursor: pointer;
}

.card-description-body a {
  font-size: 21px;
  color: #0094cc;
  margin-top: 11rem;
  text-decoration: underline;
}

#btn_new_trial {
  background: #1f94cc;
  color: #FFF;
  border: none;
  width: 17rem;
  font-weight: bold;
  font-size: 25px;
  padding: 0.5rem;
  border-radius: 23px;
}

#btn_new_trial:hover {
  background: #1c7ead;
}

#btn_new_trial i {
  background: #187fb1;
  padding: 5px 11px 5px 11px;
  border-radius: 50%;
  font-size: 20px;
}

.fs-2 {
  font-size: 0.6rem
}

.fs-0-8 {
  font-size: 0.8rem !important
}

.fs-3 {
  font-size: 0.9rem
}

.fs-4 {
  font-size: 1rem
}

.fs-5 {
  font-size: 1.2rem
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.c-btn--badge {
  padding: 0.28rem 0.3rem;
  font-size: 0.80rem;
  font-weight: 400;
  line-height: 1;
  min-width: 1.6rem;
  margin: 0;
  border-radius: .2rem;
  vertical-align: baseline;
}

.c-btn--dark {
  background: var(--primary-color) !important;
  ;
  border-color: var(--primary-color) !important;
  ;
}

.badge {
  display: inline-block;
  padding: 0.28rem 0.3rem;
  font-size: 0.80rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  min-width: 1.6rem;
  margin: 0;
  border-radius: .2rem;
}

.badge-para-conferir {
  background: repeating-linear-gradient(-45deg, #00c4ff, #00c4ff 5px, #00aee2 5px, #00aee2 30px) !important;
  color: #fff;
  font-weight: 700 !important;
}

.badge-em-negociacao {
  background: repeating-linear-gradient(-45deg, #f90, #f90 5px, #e28800 5px, #e28800 30px) !important;
  color: #fff;
  font-weight: 700 !important;
}

.badge-aceito {
  background: repeating-linear-gradient(-45deg, #3ab771, #3ab771 5px, #1d9a54 5px, #1d9a54 30px) !important;
  color: #fff;
  font-weight: 700 !important;
}

.badge-recusado {
  background: repeating-linear-gradient(-45deg, #f55a60, #f55a60 5px, #ed1c24 5px, #ed1c24 30px) !important;
  color: #fff;
  font-weight: 700 !important;
}

.bt_hidden {
  display: none !important;
}

.msg-hist-list {
  width: 100%;
  max-height: 40rem;
  overflow-x: none;
  overflow-y: auto;
  padding-bottom: .5rem;
  padding-top: .5rem;
}

.msg-hist-container {
  width: 100% !important;
  float: left !important;
  padding: .5rem .75rem;
  min-width: 30%;
  max-width: 100%;
  min-height: 30px;
  position: relative;
  vertical-align: baseline;
}

.msg-hist-send {
  color: #6d6d6d;
  border-left: 4px solid #2ea1f8;
  border-radius: 10px;
  word-break: break-all;
}

.msg-hist-received {
  color: #6d6d6d;
  border-left: 4px solid #475364;
  border-radius: 10px;
  word-break: break-all;
}

.line-bottom-detail {
  border-bottom: 2px solid #00a8e0;
}

.bt_add_dispatch,
.bt_add_new_item {
  float: right;
}

.bt_imprimir_fechamento_cliente {
  float: right;
}

.fech-contrato-badge-inativo {
  border-radius: 50px;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 2px;
  line-height: 1.2;
}

#div_content_contratos .c-choice__input + .c-choice__label {
  align-items: flex-start;
}

#div_content_contratos .fech-contrato-label-content {
  display: block;
  line-height: 1.4;
}

.bt_remove_dispatch,
.bt_open_dispatchs,
.bt_add_new_item,
.btn_register_budget_item {
  float: right;
}

.bt_remove_dispatch {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.link-input {
  background: none;
  border: none;
  color: #acacaa;
  width: 70%;
}

.link-input:focus {
  outline: none;
}

.copy-link {
  background: none;
  border: none;
  color: #acacaa;
  font-size: 0.8rem;
}

.copy-link:focus {
  outline: none;
}

.container-table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #E6EAEE;
  border-radius: 4px;
  background-color: #fff;
  border-collapse: collapse;
}

.container-table-header {
  color: #7f8fa4;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  padding: 10px 0 10px 30px;
  background-color: #F5F8FA;
}

.container-table-body {
  padding: 10px 15px 10px 15px;
  color: #354052;
  font-size: 0.820rem;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
}

.noti-icon-border {
  border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
}

.notification-message {
  white-space: normal;
}

.line-modal-header {
  border-bottom: 1px dashed #bbc5d2;
  color: #7f8fa4;
  font-weight: 400;
  font-size: 1rem;
  padding-bottom: 4px;
}

.title_modal_header {
  color: #7f8fa4;
  font-weight: 400;
  font-size: 1rem;
  padding-bottom: 4px;
}

#notification-msg {
  max-height: 200px;
  overflow-y: auto;
}

#notification-chat {
  max-height: 200px;
  overflow-y: auto;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.76563rem;
  word-wrap: break-word;
  opacity: 0;
  border-radius: 0.3rem;
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #1d2531;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1d2531;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #1d2531;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1d2531;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #1d2531;
  border-radius: 0.25rem;
}

.tooltip {
  z-index: 10070 !important;
  pointer-events: none !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.c-btn-group--vertical {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
}

.c-btn-group--vertical>.c-btn:not(:first-child):not(:last-child) {
  border-radius: 0px;
  border-top: 0px;
}

.c-btn-group--vertical>.c-btn:first-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.c-btn-group--vertical>.c-btn:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.c-collapse-tr {
  border-bottom: 0px !important;
}

.c-collapsed-tr {
  border-top: 0px !important;
}

.c-collapse-tr td {
  padding-bottom: 0px !important;
}

.c-collapsed-tr td {
  padding-top: 0px !important;
}

.m-width-12 {
  min-width: 12rem !important;
}

.bt_accounts_payable,
.bt_accept_status_batch {
  background-color: #1bb934;
  color: #fff !important;
}

.bt_quick_schedule_batch {
  background-color: #1bb934;
  color: #fff !important;
}

.bt_refused_status_batch,
.bt_remove_accounts_payable,
.bt_remove_beneficiaries,
.bt_remove_credits {
  background-color: #ed1c24;
  color: #fff !important;
}

.uk-timeline .uk-timeline-item .uk-card {
  max-height: 400px;
}

.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.uk-card-default {
  background: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.uk-card {
  border-radius: 0.5rem;
  position: relative;
  box-sizing: border-box;
  transition: box-shadow .1s ease-in-out;
  border: 1px solid #e6eaee;
}

.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e6eaee;
}

.uk-card-header {
  padding: 10px 15px;
  background-color: #F5F8FA;
}

.uk-flex-middle {
  align-items: center;
}

.uk-grid-column-small,
.uk-grid-small {
  margin-left: -15px;
}

.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-card-default .uk-card-title {
  color: #354052;
  font-weight: 500;
  font-size: 0.875rem;
}

.uk-card-title {
  font-size: 1rem;
  line-height: 1.4;
  height: 1.3rem;
}

.uk-grid-column-small>*,
.uk-grid-small>* {
  padding-left: 0.3rem;
}

.uk-grid>* {
  margin: 0;
}

.uk-margin-auto-left {
  margin-left: auto !important;
}

.uk-timeline .uk-timeline-item {
  display: flex;
  position: relative;
}

.uk-label-success {
  background-color: #32d296;
  color: #fff;
}

.uk-label {
  border-radius: 0.5rem !important;
  display: inline-block;
  padding: 0 10px;
  line-height: 1.5;
  font-size: .875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

.uk-overflow-auto>:last-child {
  margin-bottom: 0;
}

.uk-card-body {
  padding: 20px 30px;
}

.uk-card-body>:last-child,
.uk-card-footer>:last-child,
.uk-card-header>:last-child {
  margin-bottom: 0;
  white-space: pre-wrap;
}

.uk-timeline .uk-timeline-item::before {
  background: #dadee4;
  content: "";
  height: 100%;
  left: 19px;
  position: absolute;
  top: 20px;
  width: 1px;
  z-index: -1;
}

.uk-timeline .uk-timeline-item:last-child::before {
  width: 0px;
}

.uk-timeline .uk-timeline-item .uk-timeline-icon .uk-badge {
  margin-top: 20px;
  width: 40px;
  height: 40px;
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 1rem;
}

.uk-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  color: #fff;
  font-size: .875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.uk-card-body::after,
.uk-card-body::before,
.uk-card-footer::after,
.uk-card-footer::before,
.uk-card-header::after,
.uk-card-header::before {
  content: "";
  display: table;
}

.fa-stack.medium {
  font-size: 1.2em !important;
  line-height: 1.9 !important;
  width: 2.0em;
}

.fa-stack.small {
  font-size: 1em;
  line-height: 1.9 !important;
  width: 2.0em;
}

.c-white {
  color: #fff !important;
}

.c-transparent {
  color: transparent !important;
}

.c-light {
  color: #eaeaea !important;
}

.c-green {
  color: #00c707 !important;
}

.c-gray {
  color: #666 !important;
}

.c-red {
  color: #ff0000 !important;
}

.c-orange {
  color: #ff9900 !important;
}

.c-azul {
  color: #475364 !important;
}

.c-info {
  color: #0085b6 !important;
}


.border-white {
  border-color: #fff !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-light {
  border-color: #eaeaea !important;
}

.border-green {
  border-color: #00c707 !important;
}

.border-gray {
  border-color: #666 !important;
}

.border-red {
  border-color: #ff0000 !important;
}

.border-orange {
  border-color: #ff9900 !important;
}

.border-azul {
  border-color: #475364 !important;
}

.border-info {
  border-color: #0085b6 !important;
}



.bg-white {
  background-color: #fff !important;
  color: #354151 !important;
}

.bg-transparent {
  background-color: transparent !important;
  color: #354151 !important;
}

.bg-light {
  background-color: #ffff !important;
  color: #354151 !important;
  border: 1px solid #ccc;
}

.bg-danger {
  background-color: #ffff !important;
  color: #ff0000 !important;
  border: 1px solid #ff0000;
}

.bg-green {
  background-color: #00c707 !important;
  color: #fff !important;
}

.bg-green-dark {
  background-color: #65bb37 !important;
  color: #fff !important;
}

.bg-gray {
  background-color: #666 !important;
  color: #fff !important;
}

.bg-red {
  background-color: #ff0000 !important;
  color: #fff !important;
}

.bg-orange {
  background-color: #ff9900 !important;
  color: #fff !important;
}

.bg-azul {
  background-color: #354151 !important;
  color: #fff !important;
}

.bg-info {
  background-color: #0085b6 !important;
  color: #fff !important;
}

.bg-info-light {
  background-color: #0cb2ef !important;
  color: #fff !important;
}



.badge-mr {
  margin-right: 0.3125rem;
}

.badge-ml {
  margin-left: 0.3125rem;
}

.fa-c-laranja {
  color: #ff9945;
}

.prestador-prefencia td:first-child {
  position: relative;
}

.prestador-prefencia td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ff9945;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-finalizado td:first-child {
  position: relative;
}

.event-status-finalizado td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #00c707;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-aberto td:first-child {
  position: relative;
}

.event-status-aberto td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #8f8f8f;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-atrasado_acionamento td:first-child {
  position: relative;
}

.event-status-atrasado_acionamento td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ed1c24;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-atrasando_acionamento td:first-child {
  position: relative;
}

.event-status-atrasando_acionamento td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ffb300;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-cancelado td:first-child {
  position: relative;
}

.event-status-cancelado td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #8f8f8f;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-aceito td:first-child {
  position: relative;
}

.event-status-aceito td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #8f8f8f;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-agendado td:first-child {
  position: relative;
}

.event-status-agendado td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #8f8f8f;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-cancelado td:first-child {
  position: relative;
}

.event-status-cancelado td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #f90000;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-contato-cliente td:first-child {
  position: relative;
}

.event-status-contato-cliente td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ffb300;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-aguardando td:first-child {
  position: relative;
}

.event-status-aguardando td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #8f8f8f;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-reembolso td:first-child {
  position: relative;
}

.event-status-reembolso td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #00c707;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-destino td:first-child {
  position: relative;
}

.event-status-destino td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #00c707;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-finalizado td:first-child {
  position: relative;
}

.event-status-finalizado td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #00c707;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-recuperado td:first-child {
  position: relative;
}

.event-status-recuperado td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #00c707;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-origem td:first-child {
  position: relative;
}

.event-status-origem td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ffb300;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-aguardando-documentacao td:first-child {
  position: relative;
}

.event-status-aguardando-documentacao td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ffb300;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-embusca td:first-child {
  position: relative;
}

.event-status-embusca td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ffb300;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-validacao td:first-child {
  position: relative;
}

.event-status-validacao td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ffb300;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-emespera td:first-child {
  position: relative;
}

.event-status-emespera td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ffb300;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-negativa td:first-child {
  position: relative;
}

.event-status-negativa td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ed1c24;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-orcamento-enviado td:first-child {
  position: relative;
}

.event-status-orcamento-enviado td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #0093c9;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-negado td:first-child {
  position: relative;
}

.event-status-negado td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ed1c24;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-atrasado td:first-child {
  position: relative;
}

.event-status-atrasado td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #ed1c24;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-status-aguardando_aceite td:first-child {
  position: relative;
}

.event-status-aguardando_aceite td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #2ea1f8;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.event-orcamento-enviado td:first-child {
  position: relative;
}

.event-orcamento-enviado td:first-child:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #0093c9;
  position: absolute;
  margin-left: -8px;
  top: 0px;
}

.card-files {
  flex-grow: 1;
  margin: 0.5rem;
  height: 20rem;
  border-radius: 0.25rem;
  background-color: #8f8f8f;
  box-shadow: #00000035 2px 1px 5px 1px;
  overflow: hidden;
  position: relative;
}

.card-files:last-of-type {
  margin-right: 0;
}

.card-files:first-of-type {
  margin-left: 0;
}

.card-file {
  filter: saturate(1);
  transition: 0.2s -webkit-filter linear;
  -webkit-filter: saturate(1);
  -webkit-transition: 0.2s -webkit-filter linear;
}

.card-file:hover {
  -webkit-filter: saturate(0.3);
  filter: saturate(0.3);
}

.card-file.image-file {
  width: 100%;
  height: 20rem;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-repeat: no-repeat;
}

.card-file.zip-file {
  width: 100%;
  height: 20rem;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-files .card-info {
  color: #fff;
  position: absolute;
  padding: 0.45rem;
  text-align: left;
  bottom: 0;
  width: 100%;
  background-color: #00000080;
}

.card-files .card-info .title-file {
  font-size: 0.7rem;
  font-weight: 700;
}

.card-files .card-info .info-file {
  font-size: 0.6rem;
  color: #f5f5f5;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.overlay:hover {
  opacity: 0.7;
}

.arquivos-gallery {
  display: flex;
}

.card-files i:hover {
  color: #fff;
}

.iconcardfiles {
  background-size: 25% !important;
}

[nav-tab-disabled] {
  cursor: not-allowed;
  color: #ccc;
  pointer-events: none;
}

.tabela_prestadores_nav_title {
  position: relative;
  cursor: pointer;
  color: #B7C0CD;

  transition: .2s all ease-in;
}

.tabela_prestadores_nav_title:hover {
  color: #354052;
}

.tabela_prestadores_nav_title.active {
  color: #354052;
}

.tabela_prestadores_nav_title.active::after {
  content: '';
  position: absolute;
  height: 0.054rem;
  width: 100%;
  background-color: #ff9945;
  bottom: -0.68rem;
  left: 0;
  opacity: 0;

  animation: 1s fadeIn;
  animation-fill-mode: forwards;
}

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

.text-semibold {
  font-weight: 600;
}

.ribbon {
  padding: 0 11px 0 0;
  height: 3rem;
  /* line-height: 30px; */
  clear: left;
  position: absolute;
  top: 12px;
  left: -2px;
  color: #fff;
  font-size: 15px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 3rem;
  content: '';
  border: 24px solid #343a40;
  border-right: 10px solid transparent;
}

.ribbon-right {
  left: auto;
  right: -1px;
}

.ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #343a40;
  border-left: 10px solid transparent;
}

.ribbon-warning {
  background: #ffb300;
}

.ribbon-bookmark.ribbon-warning:before {
  border-color: #ffb300;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #ffb300;
  border-left-color: transparent;
}

.ribbon-secondary {
  background: #8f8f8f;
}

.ribbon-bookmark.ribbon-secondary:before {
  border-color: #8f8f8f;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-secondary:before {
  border-right-color: #8f8f8f;
  border-left-color: transparent;
}

.ribbon-success {
  background: #1bb934;
}

.ribbon-bookmark.ribbon-success:before {
  border-color: #1bb934;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #1bb934;
  border-left-color: transparent;
}

.ribbon-danger {
  background: #ed1c24;
}

.ribbon-bookmark.ribbon-danger:before {
  border-color: #ed1c24;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #ed1c24;
  border-left-color: transparent;
}

.ribbon-blue {
  background: #00B1E8;
}

.ribbon-bookmark.ribbon-blue:before {
  border-color: #00B1E8;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-blue:before {
  border-right-color: #00B1E8;
  border-left-color: transparent;
}

.container-map-acompanhamento {
  width: 380px;
  position: absolute;
  transform: translate3d(0px, 23px, 0px);
  will-change: transform;
  top: 0px;
  left: 0px;
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}

.panel-div-hidden {
  display: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: ""
}

.container-alert-bloqueio-acionamento {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00000021;
  border-radius: .3rem;
}

.content-alert-bloqueio-acionamento {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 5px 15px rgb(0 0 0 / 38%);
  width: 32%;
  border-radius: .7rem;
}

.content-alert-bloqueio-acionamento img {
  width: 45%;
}

.content-alert-bloqueio-acionamento h2 {
  font-weight: 800;
  font-size: 28px;
  color: #00B1E8;
  padding: .25rem;
  margin-top: .5rem;
}

.content-alert-bloqueio-acionamento span {
  font-size: 17px;
}

.container-loading-veniti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark);
  z-index: 9999999999;
}

.container-loading-veniti img {
  width: 5rem;
  position: absolute;
  animation: pulseVeniti 1s infinite ease-in-out alternate;
}

.container-loading-veniti img.circle,
#sidebar .brand img.circle {
  border-radius: 50% !important;
}

.container-loading-veniti img.square,
#sidebar .brand img.square {
  border-radius: 0% !important;
}

.loader-veniti {
  width: var(--dim);
  height: var(--dim);
  border: 3px solid var(--blue);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: spin_51 1.5s infinite linear;
}

#logotipo,
#loading-veniti {
  max-width: 100%;
  height: auto;
  display: block;
}

.preview {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.image-area {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.image-display-wrapper {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(240, 240, 240);
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.image-display-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.image-display-wrapper.hidden {
  display: none;
}

.preview-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.preview-box {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-box.square {
  border-radius: .5rem;
}

.preview-box.circle {
  border-radius: 50%;
}

#logotipo-display-wrapper .cropper-view-box.square,
#logotipo-display-wrapper .cropper-face.square,
#loading-display-wrapper .cropper-view-box.square,
#loading-display-wrapper .cropper-face.square {
  border-radius: 0% !important;
}

#logotipo-display-wrapper .cropper-view-box.circle,
#logotipo-display-wrapper .cropper-face.circle,
#loading-display-wrapper .cropper-view-box.circle,
#loading-display-wrapper .cropper-face.circle {
  border-radius: 50% !important;
}

#logotipo-initial-img.circle,
#loading-initial-img.circle {
  border-radius: 50% !important;
}

#logotipo-initial-img.square,
#loading-initial-img.square {
  border-radius: 0% !important;
}

.preview-box img {
  display: block;
  width: 100%;
  height: auto;
}

.preview-text {
  font-size: 0.875rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  align-items: flex-end;
}

.file-input-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.file-input-section input[type="file"] {
  display: none;
}

.file-name-label {
  font-size: 0.875rem;
  color: #6b7280;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.save-button-container {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
}

.icon-logotipo {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.icon-lg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .image-area {
    flex-direction: row;
    justify-content: space-between;
  }

  .image-display-wrapper {
    flex: 2;
    margin: 0;
  }

  .preview-area {
    flex: 1;
  }

  .file-input-section {
    flex-wrap: nowrap;
  }
}

.rounded-05 {
  border-radius: 0.5rem !important;
}

.rounded-1 {
  border-radius: 1rem !important;
}

.macbook {
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.screen {
  background: #000;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  margin: 0 auto;
  position: relative;
  width: 85%;
}

.screen:before {
  border: 2px solid #cacacc;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  content: "";
  display: block;
  padding-top: 67%;
}

.screen:after {
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0.75%;
  left: 0.5%;
  padding-top: 1%;
  width: 99%;
}

.viewport {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 4.3% 3.2%;
  background: #333;
}

.base {
  position: relative;
  width: 100%;
}

.base:before {
  content: "";
  display: block;
  padding-top: 3.3%;
  background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #999ba0 61%, #4B4B4F 84%, #262627 89%, rgba(0, 0, 0, .01) 98%);
  border-radius: 0 0 10% 10%/ 0 0 50% 50%;
}

.base::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 0.5%, rgba(0, 0, 0, 0.4) 3.3%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent 85%, rgba(0, 0, 0, 0.4) 96.7%, rgba(255, 255, 255, 0.8) 99.5%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  height: 53%;
  position: absolute;
  top: 0;
  width: 100%;
}

.notch {
  background: #ddd;
  border-radius: 0 0 7% 7% / 0 0 95% 95%;
  box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset, 5px -1px 3px rgba(0, 0, 0, 0.2) inset;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3.5%;
  z-index: 2;
  position: relative;
  width: 14%;
}

.notch:before {
  content: "";
  display: block;
  padding-top: 10%;
}

.macbook .viewport {
  transition: background-position 3s ease;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  cursor: pointer;
}

.macbook:hover .viewport {
  background-position: 0 100%;
}

.macbook .viewport:after {
  background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1440px) {
  #distancia_prestador {
    width: 340px !important;
    z-index: 9998 !important;
  }
}

@media (max-width: 1366px) {
  .panel-div-hidden {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .panel-margin-top {
    margin-top: 0.5rem !important;
  }

  .badge {
    font-size: 0.65rem;
  }

  .badge>.fs-12 {
    font-size: 10px !important;
  }
}

@media (max-width: 1024px) {
  #btn_iniciar {
    margin-top: -5rem !important;
  }

  .panel-div-hidden {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (max-width: 425px) {
  #btn_iniciar {
    margin-top: -2rem !important;
  }

  .link-prestador-prototipo-container>.link-prestador-prototipo-content {
    padding: 0 1rem !important;
  }

  .step_name__size {
    font-size: 0.75rem;
  }
}

.marker_map_pulse {
  animation: marker_map_pulse 0.7s infinite;
  animation-direction: alternate;
  -webkit-animation-name: marker_map_pulse;
  animation-name: marker_map_pulse;
}

@-webkit-keyframes marker_map_pulse {
  0% {
    -webkit-transform: scale(1);
    -webkit-filter: brightness(100%);
  }

  100% {
    -webkit-transform: scale(1.5);
    -webkit-filter: brightness(110%);
  }
}


.m-width-full {
  width: 100% !important;
}

.leaflet-tile-container {
  filter: grayscale(1) !important;
}

.icon_picker {
  padding: 1rem;
  margin: 2rem;
  width: 100%;
  max-width: 440px;
  min-height: 30px;
  max-height: 30%;
  bottom: 97px;
  position: absolute;
  vertical-align: baseline;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  animation-duration: .2s !important;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  border-radius: 1rem;
}

.icon_pick {
  display: block-inline;
  width: fit-content;
  padding: 2% 2% 2% 2%;
  color: rgba(0, 0, 0, .7);
  border: 0px;
  background: #fff;
}

.Frill_Badge {
  background-color: rgba(255, 153, 69, 1) !important;
  animation: pulse-badge 2s infinite !important;
  box-shadow: 0 0 0 0 rgba(255, 153, 69, 1);
  transform: scale(1);
}

.c-notification__animation .c-notification__icon {
  animation: notifications-alert-bell-swing 2s infinite !important;
}

.xls_animation {
  width: 15rem;
}

.file-generator-modal-header,
.file-generator-modal-body {
  background: #f8f8f8;
}

.file-generator-modal-body>span {
  padding-right: 0;
  color: #d7d7d7;
  font-size: 1.5rem;
  right: 25px;
  top: 10px;
  transition: 0.2s;
}

.file-generator-modal-body>span:hover {
  color: #dcdcdc;
}

.file-generator-modal-content>h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.5rem;
  text-align: center;
}

.file-generator-modal-content>p {
  color: #7f8fa4;
  font-weight: 400;
  width: 80%;
  text-align: center;
}

.file-generator-modal-content-p-email {
  margin-top: 0.5rem;
}

.file-generator-modal-content>button {
  margin-top: 2rem;
  padding: 0.4rem 0.9rem;
  min-width: 10rem;
  font-size: 1.25rem;
  line-height: 1.5;
  transition: 0.2s;
}

#file-generator-modal-content-change>h4 {
  font-size: 1.4rem;
}

.btn-check-xls {
  padding: 0.5rem;
  border-radius: 0.3rem;
  font-size: 0.9rem;
  color: white;
  background-color: #c1c1c1;
  cursor: pointer;
}

#file-generator-modal-content-change>div {
  width: 100%;
  margin-top: 1.5rem;
}

.file-generator-modal-content-changes {
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.5rem;
}

.file-generator-modal-content-changes-head {
  position: relative;
  width: 100%;
}

.file-generator-modal-content-changes-groups,
.file-generator-modal-content-changes-title {
  align-self: start;
}

.file-generator-modal-content-changes-title {
  font-weight: 500;
  color: #354052;
  font-size: 1rem;
}

.file-generator-modal-content-changes-checkboks-changes {
  position: absolute;
  top: 0;
  right: 0;
}

.file-generator-modal-content-changes-checknox {
  display: none;
}

.file-generator-modal-content-changes-checknox-text-check {
  border-radius: 0.2rem;
  background: white;
  vertical-align: middle;
  width: 1rem;
  font-size: 0.7rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.3s ease;
  border: 1px solid #bbc5d5;
}

.file-generator-modal-content-changes-checknox-text-check i.icon {
  color: white;
}

.file-generator-modal-content-changes-checknox:checked+.file-generator-modal-content-changes-checknox-text .file-generator-modal-content-changes-checknox-text-check {
  -webkit-animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
  animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}

.visualizar_arquivo_modal_dialog {
  height: 100%;
  max-width: 100vw !important;
}

.visualizar_arquivo_modal_content {
  height: 100%;
  box-shadow: none;
}

.visualizar_arquivo_modal_body {
  background-color: #1d1d1dd1;
  height: 100% !important;
}

.file_img,
.file_video {
  max-width: 30%;
  margin-top: 4rem;
}

iframe.file_img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

#enviar_arquivo_modal_content_btn_group {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#enviar_arquivo_modal_content_btn_group_video {
  display: flex;
}

.icon-control {
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

#enviar_arquivo_modal_content_btn_group_scale,
.enviar_arquivo_modal_content_btn_group_rotate,
#enviar_arquivo_modal_content_btn_group_trash,
#enviar_arquivo_modal_content_btn_group_video,
#enviar_arquivo_modal_content_btn_group_download,
#enviar_arquivo_modal_content_btn_group_playpause,
#enviar_arquivo_modal_content_btn_group_video_volume>i,
#enviar_arquivo_modal_content_btn_group_expande,
#enviar_arquivo_modal_content_btn_group_close,
#enviar_arquivi_modal_content_btn_group_nome,
#salvarNome,
#cancelarEdicao {
  background: transparent;
  border-radius: 0.3rem;
  margin: 0 0.2rem;
}

#enviar_arquivo_modal_content_btn_group_scale:hover,
.enviar_arquivo_modal_content_btn_group_rotate:hover,
#enviar_arquivo_modal_content_btn_group_trash:hover,
#enviar_arquivo_modal_content_btn_group_download:hover,
#enviar_arquivo_modal_content_btn_group_playpause:hover,
#enviar_arquivo_modal_content_btn_group_video_volume>i:hover,
#enviar_arquivo_modal_content_btn_group_expande:hover,
#enviar_arquivo_modal_content_btn_group_close:hover,
#salvarNome:hover,
#cancelarEdicao:hover {
  background: #393939;
}

#enviar_arquivo_modal_content_btn_group_scale {
  display: flex;
  align-items: center;
  border-radius: 0.3rem;
  margin-left: 7px;
  height: 36px;
  -webkit-user-select: none;
  user-select: none;
  background: #393939;
}

.enviar_arquivo_modal_content_btn_group_scale_span::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  background: #4c4c4c;
  left: 0;
}

.enviar_arquivo_modal_content_btn_group_scale_span::before {
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.enviar_arquivo_modal_content_btn_group_scale_span::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  background: #4c4c4c;
  left: 0;
}

.enviar_arquivo_modal_content_btn_group_scale_span::after {
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}

.enviar_arquivo_modal_content_btn_group_rotate,
#enviar_arquivo_modal_content_btn_group_close {
  padding: 0;
}

#enviar_arquivo_modal_content_btn_group_scale>i,
.enviar_arquivo_modal_content_btn_group_rotate>i,
#enviar_arquivo_modal_content_btn_group_close>i,
#enviar_arquivo_modal_content_btn_group_playpause>i,
#enviar_arquivo_modal_content_btn_group_video>i,
#enviar_arquivo_modal_content_btn_group_video_volume>i,
#enviar_arquivo_modal_content_btn_group_expande>i,
#enviar_arquivo_modal_content_btn_group_download>i,
#enviar_arquivo_modal_content_btn_group_playpause>i,
#enviar_arquivo_modal_content_btn_group_video_volume>i,
#enviar_arquivo_modal_content_btn_group_expande>i,
#enviar_arquivo_modal_content_btn_group_trash>i,
#editarNome,
#salvarNome,
#cancelarEdicao {
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

#enviar_arquivo_modal_content_btn_group_scale>i:hover,
.enviar_arquivo_modal_content_btn_group_rotate>i:hover,
#enviar_arquivo_modal_content_btn_group_close>i:hover,
#enviar_arquivo_modal_content_btn_group_playpause>i:hover,
#enviar_arquivo_modal_content_btn_group_video>i:hover,
#enviar_arquivo_modal_content_btn_group_video_volume>i:hover,
#enviar_arquivo_modal_content_btn_group_expande>i:hover,
#enviar_arquivo_modal_content_btn_group_download>i:hover,
#enviar_arquivo_modal_content_btn_group_playpause>i:hover,
#enviar_arquivo_modal_content_btn_group_video_volume>i:hover,
#enviar_arquivo_modal_content_btn_group_expande>i:hover,
#enviar_arquivo_modal_content_btn_group_trash>i:hover,
#editarNome:hover,
#salvarNome:hover,
#cancelarEdicao:hover {
  color: #0085b6;
}

#enviar_arquivo_modal_content_btn_group_scale>span,
.enviar_arquivo_modal_content_btn_group_rotate>span,
#enviar_arquivo_modal_content_btn_group_close>span,
#enviar_arquivo_modal_content_btn_group_video_volume>span,
#enviar_arquivo_modal_content_btn_group_video>span,
#enviar_arquivo_modal_content_btn_group_expande>span,
#enviar_arquivo_modal_content_btn_group_download>span,
#enviar_arquivi_modal_content_btn_group_nome>span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 55px;
  position: relative;
  color: #fff;
}

#enviar_arquivo_modal_content_btn_group_playpause,
#enviar_arquivo_modal_content_btn_group_video_volume>.fa-volume,
#enviar_arquivo_modal_content_btn_group_video_volume>.fa-volume-xmark,
#enviar_arquivo_modal_content_btn_group_video_volume>.fa-volume-slash {
  user-select: none;
}

#nomeArquivo {
  color: #fff;
}

#enviar_arquivo_modal_content_btn_group_expande {
  margin-left: 0.5rem;
}

#percentageVideodiv {
  width: 12rem;
  color: white;
  position: relative;
  margin: 0 0.3rem;
}

#divTimeVideo {
  margin: 0 0.2rem;
}

#divTimeVideo>span {
  z-index: 9999;
}

#percentageVideo {
  background: #0085b6;
  position: absolute;
  top: 0px;
  height: 106%;
  border-radius: 1rem;
}

#videoVolume {
  display: flex;
  height: 20px;
  margin: 0 0.3rem;
}

#divVolumeVideo {
  width: 7rem;
  transition: all 0.5s ease 0s;
  height: 100%;
  display: flex;
}

#lineVolumeVideo {
  height: 50%;
  background: #0085b6;
  border-radius: 1rem;
  width: 100%;
}

.contagem-regressiva-div-prestador {
  color: #7f8fa4;
  font-size: 0.775rem;
  font-weight: 400;
  margin-right: 0.5rem;
}

.modal_send_to_mobile-dialog {
  max-width: 500px;
}

.modal_send_to_mobile_load {
  font-size: 2rem;
  align-self: center;
}

.modal_send_to_mobile_load_text {
  align-self: center;
  display: none;
}

.prestadores_mobile_item_distance {
  flex-grow: 1;
  font-size: 0.8rem;
  color: #354151;
}

#prestadores_mobile_section {
  gap: 0.5rem;
}

.prestadores_mobile_div {
  gap: 0.5rem;
  width: 100%;
  background-color: transparent;
  border-radius: 0.2rem;
  padding: 0.5rem;
  cursor: pointer;
}

.prestadores_mobile_div:hover {
  transition: all 0.5s;
  background-color: #f2f2f2;
}

.prestadores_mobile_item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  padding: 0.4rem;
  border-radius: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.8rem;
  background-color: #ffff;
  color: #354151;
  border: 1px solid #ccc;
}

.prestadores_mobile_item_active {
  color: #00c707;
  border: 1px solid #00c707;
}

.prestadores_mobile_item_busy {
  color: #ff9900;
  border: 1px solid #ff9900;
}

.container_to_send_mobile_action {
  background: #ccc;
  color: #666;
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
  padding: .28rem .7rem;
}

.container_to_send_mobile_action_enviado {
  background: #26cc71;
  color: white;
  cursor: pointer;
}

.to_send_mobile {
  background: #d9d9d9;
  padding: .4rem;
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
  color: #999;
  position: relative;
  cursor: pointer;
}

.to_send_mobile-cancel {
  color: #ff9900;
  cursor: pointer;
}

.badge-send-mobile {
  position: absolute;
  top: -7px;
  padding: .1rem;
  margin: 0;
  right: -10px;
  background: #0085b6;
  border-radius: 100%;
  height: .7rem;
  width: .7rem;
  border: .1rem solid white;
  min-width: .5rem !important;
}

a.datatable_redirecionar_convidar_prestadores {
  color: white;
  cursor: pointer;
  font-weight: 800;
}

@-webkit-keyframes check {
  0% {
    background: rgba(0, 0, 0, 0.2);
    border: rgba(0, 0, 0, 0.2);
  }

  10% {
    background: rgba(0, 0, 0, 0.1);
    border: rgba(0, 0, 0, 0.1);
  }

  50% {
    background: #2c333d;
    border: #2c333d;
  }

  100% {
    background: #3f4958;
    border: #3f4958;
  }
}

@keyframes check {
  0% {
    background: rgba(0, 0, 0, 0.2);
    border: rgba(0, 0, 0, 0.2);
  }

  10% {
    background: rgba(0, 0, 0, 0.1);
    border: rgba(0, 0, 0, 0.1);
  }

  50% {
    background: #2c333d;
    border: #2c333d;
  }

  100% {
    background: #3f4958;
    border: #3f4958;
  }
}

@keyframes pulse-badge {
  0% {
    transform: scale(1.05);
    box-shadow: 0 0 0 0 rgba(255, 153, 69, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 153, 69, 0.0);
  }

  100% {
    transform: scale(1.05);
    box-shadow: 0 0 0 0 rgba(255, 153, 69, 0.0);
  }
}

@keyframes notifications-alert-bell-swing {
  10% {
    transform: rotate(15deg)
  }

  20% {
    transform: rotate(-10deg)
  }

  30% {
    transform: rotate(5deg)
  }

  40% {
    transform: rotate(-5deg)
  }

  50% {
    transform: rotate(0)
  }

  to {
    transform: rotate(0)
  }
}

.dropdown-item-remove-border {
  border-top: 0 !important;
}

.dropdown-item-add-border {
  border-bottom: 1px solid #dfe3e9 !important;
}

.status-tl-container {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}

.status-tl-container ul.tl {
  margin: 20px 0;
  padding: 0;
  display: inline-block;
}

.status-tl-container ul.tl li {
  list-style: none;
  margin: auto;
  margin-left: 200px;
  min-height: 50px;
  padding: 0 0 50px 30px;
  position: relative;
  border-left: 1px dashed #8f8f8f;
}

.status-tl-container ul.tl li.active {
  border-left: 1px dashed #86D6FF;
}

.status-tl-container ul.tl li:last-child {
  border-left: 0;
  padding: 0 0 0px 30px;
}

.status-tl-container ul.tl li::before {
  position: absolute;
  left: -15px;
  top: 0px;
  content: " ";
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: #8f8f8f;
  height: 30px;
  width: 30px;
  transition: all 500ms ease-in-out;
}

.status-tl-container ul.tl li.active::before {
  content: " ";
  border: 8px solid rgba(255, 255, 255, 0.74);
  background: #258CC7;
}

ul.tl li .item-detail {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

ul.tl li .timestamp {
  color: #8D8D8D;
  position: absolute;
  width: 100px;
  left: -55%;
  text-align: right;
  font-size: 12px;
}

@media (max-width: 1612px) {
  .status-tl-container ul.tl li {
    margin-left: 90px;
  }
}

@media (max-width: 1199px) {
  .status-tl-container {
    text-align: center;
  }
}

.c-modal__map {
  color: #fff !important;
  font-size: 1.125rem;
  cursor: pointer;
  opacity: 0.8;
  position: absolute;
  right: 0;
  padding-right: 50px;
}

.btn-close-sidebar-menu {
  color: white;
  z-index: 991;
  border-radius: 100%;
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.c-tabs__list__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 0;
  margin-block: 0;
  overflow-x: auto;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  padding-left: 1rem;
  /* position: relative; */
  transition: all 0.5s ease-in-out;
}

.c-tabs__list__row>.c-tabs__link {
  padding-bottom: 0;
}

.show_more_menu_tabs {
  background-color: #ff9945;
  border-radius: 100%;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  color: white;
  transition: all 0.5s ease-in-out;
  right: 2rem;
  cursor: pointer;
  transform: rotate(-90deg);
}

.c-tabs__list__row::-webkit-scrollbar-thumb {
  display: none;
}

.actived_bar {
  height: .19rem;
  width: 3rem;
  background: #ff9945;
  z-index: 99;
  position: absolute;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  color: #354052 !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f054' !important;
  background-color: transparent !important;
  width: 1.3rem !important;
  top: 50%;
  left: 22%;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
  content: "\f078" !important;
}

nav>.c-pagination__control {
  margin: 1rem 2rem;
}

.dtr-details {
  width: 100%;
}

.o-page__sidebar-prestador {
  display: block;
}

.menu-user-mobile {
  display: none !important;
}

.menu-user-web {
  display: block !important;
}

.dropdown-menu-atendimento_compartilhar {
  z-index: 9999;
}

.edit_link_beneficiario_cor_input-container>input[type="color"] {
  -webkit-appearance: none;
  border: none;
  width: 32px;
  height: 32px;
}

.edit_link_beneficiario_cor_input-container>input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

.edit_link_beneficiario_cor_input-container>input[type="color"]::-webkit-color-swatch {
  border: none;
}

.edit_link_beneficiario_cor_input-container {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: .5rem;
  cursor: pointer;
  transition: all .3s ease-in;
}

.edit_link_beneficiario_cor_input-container:hover {
  border-color: #c8c8c8;
}

.link-prestador-prototipo-container {
  max-width: 100%;
  padding: 0;
  background-color: #012B37;

}

.link-prestador-prototipo-container>div:first-child {
  max-width: 13rem;
}

.link-prestador-prototipo-container>div>#logotipo_prototipo {
  width: 15rem;
  margin: 2rem;
}

.link-prestador-prototipo-container>.link-prestador-prototipo-content {
  background: white;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  padding: 0 2rem;
  width: 100%;
}

.link-prestador-prototipo-container>.link-prestador-prototipo-content>.link-prestador-prototipo-header {
  font-size: 1.7rem;
  font-weight: 700;
  padding: 1rem;
  width: 100%;
  border-bottom: dashed 1px #D5DBE2;
}

.link-prestador-prototipo-header-menssage,
.link-prestador-prototipo-arquivos>span,
.link-prestador-prototipo-codigo-chegada>span {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem;
  width: 100%;
  margin: 1rem 0;
  text-align: center;
}

.link-prestador-prototipo-acompanhamento-icons {
  max-width: 100%;
}

.link-prestador-prototipo-acompanhamento-icons,
.link-prestador-prototipo-acompanhamento-historico,
.link-prestador-prototipo-acompanhamento-historico>div:first-child,
.link-prestador-prototipo-prestador,
.link-prestador-prototipo-protocolo_e_servico,
.link-prestador-prototipo-veiculo_e_prestador,
.link-prestador-prototipo-arquivos,
.link-prestador-prototipo-chcklist,
.link-prestador-prototipo-actual_localization {
  width: 100%;
}

.link-prestador-prototipo-acompanhamento-icons>div {
  border-bottom: 3px solid #00B1E7;
  padding-bottom: .5rem !important;
  margin: 0 .2rem;
  flex: 1;
  max-width: 100%;
  margin-bottom: 1rem;
  font-weight: 700;
}

.link-prestador-prototipo-acompanhamento-icons>div:nth-child(3),
.link-prestador-prototipo-acompanhamento-icons>div:nth-child(4) {
  border-bottom: 3px solid #D9D9D9;
  color: #D9D9D9;
}

.link-prestador-prototipo-acompanhamento-historico>div:first-child>div:first-child {
  gap: 1rem;
}

.link-prestador-prototipo-acompanhamento-historico>div:first-child>div:first-child>i {
  color: #00B1E7;
}

.link-prestador-prototipo-acompanhamento-historico>div:first-child>div:first-child>span {
  font-weight: 700;
  font-size: 1.2rem;
}

.link-prestador-prototipo-acompanhamento-historico>div:first-child>i {
  color: #D5DBE2;
}

.link-prestador-prototipo-acompanhamento-historico>div:nth-child(2)>div>div:first-child,
.link-prestador-prototipo-acompanhamento-historico>div:nth-child(2)>div>div:last-child {
  padding-left: 1rem;
  width: 65%;
}

.link-prestador-prototipo-acompanhamento-historico>div:nth-child(2)>div,
.link-prestador-prototipo-acompanhamento-historico>div:nth-child(2)>div>div:first-child,
.link-prestador-prototipo-acompanhamento-historico>div:nth-child(2)>div>div:last-child {
  color: #939DA9 !important;
}

.link-prestador-prototipo-prestador>div {
  gap: .7rem;
}

.link-prestador-prototipo-prestador>div>img {
  width: 3rem;
}

.link-prestador-prototipo-prestador>div>div {
  font-weight: 700;
}

.link-prestador-prototipo-prestador>div>div>span:first-child {
  color: #012B37;
}

.link-prestador-prototipo-prestador>div>div>span:last-child,
.link-prestador-prototipo-prestador>i {
  color: #939DA9;
}

.link-prestador-prototipo-prestador,
.link-prestador-prototipo-actual_localization,
.link-prestador-prototipo-veiculo_e_prestador,
.link-prestador-prototipo-arquivos,
.link-prestador-prototipo-codigo-chegada,
.link-prestador-prototipo-protocolo_e_servico-search-provider {
  border-bottom: 1px dashed #D9D9D9;
  padding-bottom: 3rem;
}

.link-prestador-prototipo-prestador,
.link-prestador-prototipo-actual_localization,
.link-prestador-prototipo-protocolo_e_servico,
.link-prestador-prototipo-chcklist {
  margin-top: 3rem;
}

.link-prestador-prototipo-actual_localization>div>div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  background-color: #012B37;
  color: white;
  font-size: 1.3rem;
  padding: 1.6rem;
}

.link-prestador-prototipo-actual_localization>div>div>span:first-child {
  font-size: 1.1rem;
  font-weight: 700;
}

.link-prestador-prototipo-actual_localization>div>div>span:nth-child(2),
.link-prestador-prototipo-actual_localization>div>div>span:nth-child(3),
.link-prestador-prototipo-actual_localization>div>div>span:nth-child(4) {
  font-size: .9rem;
  font-weight: 500;
  color: #939DA9 !important;
}

.link-prestador-prototipo-actual_localization>div {
  gap: 2rem;
}

.link-prestador-prototipo-veiculo_e_prestador>div {
  font-weight: 700;
}

.link-prestador-prototipo-protocolo_e_servico>div>span:first-child {
  font-weight: 700;
}

.link-prestador-prototipo-protocolo_e_servico>div>span:last-child,
.link-prestador-prototipo-veiculo_e_prestador>div>div>span {
  font-weight: 500;
}

.link-prestador-prototipo-protocolo_e_servico>div>span:first-child,
.link-prestador-prototipo-veiculo_e_prestador>div>span {
  font-size: 1.1rem;
}

.link-prestador-prototipo-protocolo_e_servico>div>span:last-child,
.link-prestador-prototipo-veiculo_e_prestador>div>div {
  color: #939DA9;
  font-size: .9rem;
  margin-top: .5rem;
}

.prestador-row-style {
  background-color: rgba(201, 201, 201, 0.404) !important;
}

.prestador-row-style td {
  font-weight: bold;
  max-width: 11rem;
}

.prestador-row-style .dtr-control:before {
  display: none !important;
}

.prestador-row-style+.child {
  display: none !important;
}

.prestador-column {
  max-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


#timeline-acionamento,
#timeline-acionamento>li>.div-status-icon {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#timeline-acionamento>li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

#timeline-acionamento>li>.div-status-icon {
  margin: 0 0;
}

#timeline-acionamento>li>.div-status-icon>.bar-right {
  position: absolute;
  height: .3rem;
  width: 38%;
  background: #f2f2f2;
  right: 0;
}

#timeline-acionamento>li>.div-status-icon>.bar-left {
  position: absolute;
  height: .3rem;
  width: 38%;
  background: #f2f2f2;
  left: 0;
}

#timeline-acionamento>li>.div-status-icon>.bar-small {
  width: 2rem;
}

#timeline-acionamento>li>.div-status-icon>.status-icon {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

#timeline-acionamento>li>.div-status-icon>.status-icon-small {
  height: 2.5rem;
  width: 2.5rem;
  font-size: .9rem;
}

#timeline-acionamento>li>.timestamp {
  text-align: center;
  font-size: .7rem;
  margin-top: .5rem;
}

#timeline-acionamento>li>.status>h4 {
  font-size: 1rem;
  margin-bottom: .5rem;
}

.complete-item-timeline>.div-status-icon>.bar-right,
.complete-item-timeline>.div-status-icon>.bar-left,
.complete-item-timeline>.div-status-icon>.status-icon {
  background: #2ea1cd !important;
  color: white;
}

.buttons_action_painel_acompanhamento,
.buttons_action_painel_acompanhamento>.c-btn-group>.c-dropdown>.dropdown-toggle {
  height: 2rem;
}

.buttons_action_painel_acompanhamento>.c-btn-group>.badge {
  width: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.waiting_time_attendance {
  height: 2rem;
}

.assignee_info_user_group_name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.link-prestador-prototipo-veiculo_e_prestador>div>div {
  gap: .5rem;
}

.link-prestador-prototipo-arquivos {
  border-bottom: none;
  margin-top: 3rem;
}

.link-prestador-prototipo-arquivos>div {
  gap: .8rem;
}

.link-prestador-prototipo-arquivos>div>span {
  height: 5rem;
  width: 5rem;
  background-color: #E4EFF4;
  border-radius: 1rem;
}

.link-prestador-prototipo-arquivos>div>span:last-child {
  font-size: 1.5rem;
}

.link-prestador-prototipo-chcklist>button,
.link-prestador-prototipo-codigo-chegada>button {
  height: 3rem;
  /* font-size: 1.2rem; */
  padding: 0 1rem;
  border-radius: .5rem;
  border: none;
  background-color: #00B1E7;
  color: white;
}

.link-prestador-prototipo-chcklist {
  margin-bottom: 3rem;
}

.edit_link_beneficiario-div_logo_cadastrar {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 10rem;
  border-radius: 1rem;
}

.edit_link_beneficiario-div_logo_cadastrar>div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 8rem;
}

.vip-star-event-list {
  display: inline-block;
  padding: 0.125rem 0.125rem;
}

.row-container-link-prestador-prototipo>div>div:last-child {
  height: 74vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}

.loading-content {
  margin-top: 20px;
  background: linear-gradient(90deg, #cecdcd 0%, #ececec 100%);
  background-size: auto;
  background-size: 300% 100%;
  animation: progress-animation 1s linear infinite;
  width: 100%;
  border: none !important;
  border-radius: 10px;
  margin: .5rem;
  color: #00000000 !important;
  text-indent: -99999999999px;
}

.pcr-result {
  width: 100%;
  border: 1px solid #dfe3e9 !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  color: #666666 !important;
  font-weight: 400;
  resize: none;
}

.pcr-type {
  border-radius: 0.3rem !important;
  color: #354151 !important;
  background: #f2f2f2 !important;
  border-color: #ccc !important;
  background: -webkit-linear-gradient(90deg, #ffffff, #f2f2f2) !important;
  background: -moz-linear-gradient(90deg, #ffffff, #f2f2f2) !important;
  background: linear-gradient(90deg, #ffffff, #f2f2f2) !important;
}

.pcr-type.active {
  color: #fff !important;
  border-color: #0093c9 !important;
  background: #2ea1cd;
  background: -moz-linear-gradient(90deg, #2ea1cd, #0094CC) !important;
  background: -webkit-linear-gradient(90deg, #2ea1cd, #0094CC) !important;
  background: linear-gradient(90deg, #2ea1cd, #0094CC) !important;
}

.pcr-app .pcr-interaction input:focus {
  box-shadow: none !important;
}

.shadow-none {
  box-shadow: none;
}

.edit_link_beneficiario_cor_input-container::after {
  position: absolute;
  font: var(--fa-font-light);
  content: "\f078";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  font-size: 0.875rem;
  right: 1rem;
}

.footer-card-cores {
  justify-content: space-between;
}

.footer-card-cores.info-default-veniti,
.footer-card-cores.info-default-company {
  justify-content: end;
}

.footer-card-cores.info-default-veniti::after {
  position: absolute;
  content: "Tema padrão do veniti*";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D9D9D9;
  font-size: 0.875rem;
  left: 1rem;
}

.footer-card-cores.info-default-company::after {
  position: absolute;
  content: "Tema padrão da empresa*";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D9D9D9;
  font-size: 0.875rem;
  left: 1rem;
}

.footer-card-cores {
  gap: .5rem;
}

.div-alert-solicitation-dispatch {
  background: #FFF3E9;
  padding: 0.5rem;
  margin: 0.2rem 0;
  border-radius: 0.5rem;
  color: #FF9D4C !important;
}

.div-alert-solicitation-dispatch span {
  font-size: .9rem;
}

.configuracao_restricao_ips_warning {
  background: #ff9945;
  padding: 1rem;
  margin: 0.2rem 0;
  border-radius: 0.5rem;
  color: white !important;
}

.configuracao_restricao_ips_warning p,
.configuracao_restricao_ips_warning strong {
  color: white !important;
}

.configuracao_restricao_ips_warning>span {
  font-size: .9rem;
}

.configuracao_restricao_ips .bootstrap-tagsinput {
  width: 100%;
}

#atendimento_pesquisar_data_por.w-100 {
  width: 100% !important;
}

.atendimento_pesquisar_data_contaiener #atendimento_pesquisar_data_por {
  width: 60%;
}

.atendimento_pesquisar_data_contaiener .c-field-interval__center {
  width: 30%;
}

.atendimento_pesquisar_data_contaiener #atendimento_data_de {
  border-radius: 0;
}

.atendimento_pesquisar_data_contaiener div.c-interval_center {
  border-left: 0;
  border-radius: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  height: 100%;
}

.atendimento_pesquisar_data_contaiener #atendimento_data_agendamento_inicio {
  border-right-color: transparent;
  margin-right: -.5rem;
}

.atendimento_pesquisar_data_contaiener #atendimento_data_agendamento_de {
  border-left-color: transparent;
}

.atendimento_pesquisar_data_contaiener .select2-container {
  width: 40% !important;
}

.atendimento_pesquisar_data_contaiener .select2-container .select2-selection {
  border-radius: 4px 0 0 4px;
}

.question_container_attendences_provider:not(:nth-child(-n+3)) {
  margin-top: 1rem;
}

.prestador-detalhes-servico-orcamento-card {
  margin-top: 4rem;
}

#datatable_orcamento_servico_wrapper>.dt-buttons {
  margin-top: -5.5rem;
  padding: 0;
}

.c-card__footer_prestadores_fora_da_rede {
  padding: 0;
}

.c-card__footer_prestadores_fora_da_rede>div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  color: white;
}

.c-card__footer_prestadores_fora_da_rede i {
  margin-right: 0.5rem;
}

.c-card__footer_prestadores_fora_da_rede p {
  color: white;
}

.painel_acionamento_mapa_prestadores {
  height: 95%;
}

@keyframes progress-animation {
  0% {
    background-position: 100%
  }

  100% {
    background-position: 0
  }
}

@media (min-width: 1149px) {
  .edit_link_beneficiario-mudar_cores_container .row .c-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1593px) {
  .edit_link_beneficiario-mudar_cores_container .row .c-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 2096px) {
  .edit_link_beneficiario-mudar_cores_container .row .c-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 768px) {
  .c-navbar {
    justify-content: space-between;
  }

  .menu-user-mobile {
    display: block !important;
  }

  .menu-user-web {
    display: none !important;
  }

  .notification-user-mobile {
    display: block !important;
  }

  .notification-user-web {
    display: none !important;
  }

  .c-navbar__title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    padding-top: .5rem;
    width: 100%;
  }

  .c-tabs__list__row_no_paddding {
    padding-bottom: .1rem;
  }

  .dt-buttons {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -5.5rem;
  }

  .dataTables_paginate {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }

  .dataTables_info {
    /* width: 100%; */
    text-align: center;
  }

  .card-operacao-atendimentos-map-container,
  .card-estabelecimentos_parceiros-map-container {
    justify-content: center;
    align-items: center;
  }

  .card-operacao-atendimentos-map-container>.row>div:last-child,
  .card-estabelecimentos_parceiros-map-container>.row>div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .card-operacao-atendimentos-map-container>.row>div:last-child>div,
  .card-estabelecimentos_parceiros-map-container>.row>div:last-child>div,
  .card-simulacao-map-container>.row>div:last-child>div {
    width: 90% !important;
    height: 15rem !important;
  }

  .historico-ultilizacoes-container>div {
    margin-bottom: .5rem;
  }

  #div_avancar_avulso,
  #div_step_back,
  .attendances_in_events-btn-group>div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #step1>.tab-content>div>div:last-child,
  .questions-btn-group>div:last-child {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: .5rem;
    margin-top: .5rem;
  }

  #step1>.tab-content>div>div:last-child>div:first-child {
    order: 1;
  }

  #div_create_attendance {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 1rem;
  }

  .dtr-details {
    justify-content: center;
    align-items: center;
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }

  .dtr-details>li {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 90%;
    text-align: start !important;
  }

  .datatable_prestadores_blocklist_info {
    width: 100%;
  }

  .attendances_in_events-btn-group,
  .attendances_in_events-btn-group>div:last-child {
    gap: .5rem;
  }

  #table_attendances,
  #tabela_dispatchs {
    overflow: scroll;
  }

  #table_attendances>.c-card__body,
  #tabela_dispatchs>.c-card__body {
    height: 100vh;
  }

  .c-table-responsive {
    max-width: 100%;
    margin: 0;
  }

  .c-table-responsive {
    margin-top: 6rem;
  }

  #datatable_questions_info,
  #datatable_questions_paginate,
  #datatable_logss_info,
  #datatable_logss_paginate,
  #datatable_contratos_info,
  #datatable_contratos_paginate,
  #datatable_contrato_creditos_info,
  #datatable_contrato_creditos_paginate,
  #datatable_contrato_veiculos_info,
  #datatable_contrato_veiculos_paginate,
  #datatable_regional_radius_info,
  #datatable_regional_radius_paginate,
  #datatable_services_to_batch_info,
  #datatable_services_to_batch_paginate,
  #datatable_regional_radius_info,
  #datatable_regional_radius_paginate,
  #datatable_acionamento_info,
  #datatable_acionamento_paginate,
  #datatable_rel_atendimentos_info,
  #datatable_rel_atendimentos_paginate,
  #datatable_beneficiario_info,
  #datatable_beneficiario_paginate,
  #datatable_veiculo_info,
  #datatable_veiculo_paginate,
  #datatable_relatorio_info,
  #datatable_relatorio_paginate,
  #datatable_conjuntura_atendimentos_info,
  #datatable_conjuntura_atendimentos_paginate,
  #datatable_caucao_info,
  #datatable_caucao_paginate,
  #datatable_billing_service_provider_info,
  #datatable_billing_service_provider_paginate,
  #datatable_fech_cliente_info,
  #datatable_fech_cliente_paginate,
  #datatable_pets_info,
  #datatable_pets_paginate,
  #datatable_planos_clientes_info,
  #datatable_planos_clientes_paginate,
  #datatable_rel_prestadores_info,
  #datatable_rel_prestadores_paginate,
  #datatable_produtividade_atendimentos_info,
  #datatable_produtividade_atendimentos_paginate,
  #datatable_rel_prestadores_viatuas_info,
  #datatable_rel_prestadores_viatuas_paginate,
  #datatable_rel_reembolso_info,
  #datatable_rel_reembolso_paginate,
  #datatable_furto_roubo_info,
  #datatable_furto_roubo_paginate,
  #datatable_sga_info,
  #datatable_sga_paginate,
  #datatable_tarifas_info,
  #datatable_tarifas_paginate,
  #datatable_tempo_medio_info,
  #datatable_tempo_medio_paginate,
  #datatable_util_planos_info,
  #datatable_util_planos_paginate,
  #datatable_veiculos_info,
  #datatable_veiculos_paginate,
  #datatable_historico_info,
  #datatable_historico_paginate,
  #datatable_questions_info,
  #datatable_questions_paginate,
  #datatable_contatos_info,
  #datatable_contatos_paginate,
  #datatable_contas_info,
  #datatable_contas_paginate,
  #datatable_responsaveis_info,
  #datatable_responsaveis_paginate,
  #datatable_usuarios_info,
  #datatable_usuarios_paginate,
  #datatable_arquivos_info,
  #datatable_arquivos_paginate,
  #datatable_estabelecimentos_parceiros_info,
  #datatable_estabelecimentos_parceiros_paginate,
  #datatable_ocorrencias_info,
  #datatable_ocorrencias_paginate,
  #datatable_fornecedores_info,
  #datatable_fornecedores_paginate,
  #datatable_servicos_info,
  #datatable_servicos_paginate,
  #datatable_representantes_info,
  #datatable_representantes_paginate,
  #datatable_item_extra_info,
  #datatable_item_extra_paginate,
  #datatable_categoria_info,
  #datatable_categoria_paginate,
  #datatable_motivo_cancelamento_info,
  #datatable_motivo_cancelamento_paginate,
  #datatable_centro_info,
  #datatable_centro_paginate,
  #datatable_contas_pagar_info,
  #datatable_contas_pagar_paginate,
  #datatable_contas_receber_info,
  #datatable_contas_receber_paginate,
  #datatable_prestadores_info,
  #datatable_prestadores_paginate,
  #datatable_viaturas_info,
  #datatable_viaturas_paginate,
  #datatable_bases_info,
  #datatable_bases_paginate,
  #datatable_filiais_info,
  #datatable_filiais_paginate,
  #datatable_previsoes_info,
  #datatable_previsoes_paginate,
  #datatable_prestadores_todos_info,
  #datatable_prestadores_todos_paginate,
  #datatable_sga_integration_codes_info,
  #datatable_sga_integration_codes_paginate,
  #datatable_sga_integration_status_itens_sga_info,
  #datatable_sga_integration_status_itens_sga_paginate,
  #datatable_regioes_info,
  #datatable_regioes_paginate,
  #datatable_perfil_info,
  #datatable_perfil_paginate,
  #datatable_fechamento_cliente_sintetico_ativos_info,
  #datatable_fechamento_cliente_sintetico_ativos_paginate,
  #datatable_fechamento_cliente_ativos_info,
  #datatable_fechamento_cliente_ativos_paginate,
  #datatable_fechamento_cliente_atendimentos_info,
  #datatable_fechamento_cliente_atendimentos_paginate,
  #datatable_fechamento_cliente_itens_info,
  #datatable_fechamento_cliente_itens_paginate,
  #datatable_fechamento_cliente_lancamentos_extras_info,
  #datatable_fechamento_cliente_lancamentos_extras_paginate,
  #datatable_lanc_extra_info,
  #datatable_lanc_extra_paginate,
  #datatable_faturamento_info,
  #datatable_faturamento_paginate,
  #datatable_archives_info,
  #datatable_archives_paginate,
  #datatable_situacao_info,
  #datatable_situacao_paginate,
  #datatable_prest_items_info,
  #datatable_prest_items_paginate,
  #datatable_services_to_batch_info,
  #datatable_services_to_batch_paginate,
  #datatable_convites_info,
  #datatable_convites_paginate,
  #datatable_beneficiarios_info,
  #datatable_beneficiarios_paginate,
  #datatable_creditos_info,
  #datatable_creditos_paginate,
  #datatable_atendimentos_info,
  #datatable_atendimentos_paginate,
  #datatable_exibir_info,
  #datatable_exibir_paginate,
  #datatable_codigos_info,
  #datatable_codigos_paginate,
  #datatable_events_info,
  #datatable_events_paginate,
  #datatable_clientes_info,
  #datatable_clientes_paginate,
  #datatable_planos_info,
  #datatable_planos_paginate,
  #datatable_integration_sga_info,
  #datatable_integration_sga_paginate,
  #datatable_veiculos_sem_planos_info,
  #datatable_veiculos_sem_planos_paginate {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 0 -1rem;
  }

  #datatable_questions_paginate,
  #datatable_logs_paginate,
  #datatable_contratos_paginate,
  #datatable_contrato_creditos_paginate,
  #datatable_contrato_veiculos_paginate,
  #datatable_regional_radius_paginate,
  #datatable_services_to_batch_paginate,
  #datatable_acionamento_paginate,
  #datatable_rel_atendimentos_paginate,
  #datatable_beneficiario_paginate,
  #datatable_relatorio_paginate,
  #datatable_veiculo_paginate,
  #datatable_conjuntura_atendimentos_paginate,
  #datatable_caucao_paginate,
  #datatable_billing_service_provider_paginate,
  #datatable_fech_cliente_paginate,
  #datatable_pets_paginate,
  #datatable_planos_clientes_paginate,
  #datatable_rel_prestadores_paginate,
  #datatable_produtividade_atendimentos_paginate,
  #datatable_rel_prestadores_viatuas_paginate,
  #datatable_rel_reembolso_paginate,
  #datatable_furto_roubo_paginate,
  #datatable_sga_paginate,
  #datatable_tarifas_paginate,
  #datatable_tempo_medio_paginate,
  #datatable_util_planos_paginate,
  #datatable_veiculos_paginate,
  #datatable_historico_paginate,
  #datatable_questions_paginate,
  #datatable_contatos_paginate,
  #datatable_contas_paginate,
  #datatable_responsaveis_paginate,
  #datatable_usuarios_paginate,
  #datatable_arquivos_paginate,
  #datatable_estabelecimentos_parceiros_paginate,
  #datatable_ocorrencias_paginate,
  #datatable_fornecedores_paginate,
  #datatable_servicos_paginate,
  #datatable_representantes_paginate,
  #datatable_item_extra_paginate,
  #datatable_categoria_paginate,
  #datatable_motivo_cancelamento_paginate,
  #datatable_centro_paginate,
  #datatable_contas_pagar_paginate,
  #datatable_contas_receber_paginate,
  #datatable_prestadores_paginate,
  #datatable_viaturas_paginate,
  #datatable_bases_paginate,
  #datatable_filiais_paginate,
  #datatable_previsoes_paginate,
  #datatable_prestadores_todos_paginate,
  #datatable_sga_integration_codes_paginate,
  #datatable_sga_integration_status_itens_sga_paginate,
  #datatable_regioes_paginate,
  #datatable_perfil_paginate,
  #datatable_fechamento_cliente_sintetico_ativos_paginate,
  #datatable_fechamento_cliente_por_tipo_servico_paginate,
  #datatable_fechamento_cliente_ativos_paginate,
  #datatable_fechamento_cliente_atendimentos_paginate,
  #datatable_fechamento_cliente_itens_paginate,
  #datatable_fechamento_cliente_lancamentos_extras_paginate,
  #datatable_lanc_extra_paginate,
  #datatable_faturamento_paginate,
  #datatable_archives_paginate,
  #datatable_situacao_paginate,
  #datatable_prest_items_paginate,
  #datatable_services_to_batch_paginate,
  #datatable_convites_paginate,
  #datatable_beneficiarios_paginate,
  #datatable_creditos_paginate,
  #datatable_atendimentos_paginate,
  #datatable_exibir_paginate,
  #datatable_codigos_paginate,
  #datatable_events_paginate,
  #datatable_clientes_paginate,
  #datatable_planos_paginate,
  #datatable_integration_sga_paginate,
  #datatable_veiculos_sem_planos_paginate {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 4rem -1rem 0 0;
    padding-bottom: 1rem;
  }

  .c-table-responsive>div>div>.dt-buttons>.buttons-print {
    border-radius: 0 .5rem .5rem 0 !important;
  }

  .c-table-responsive>div>div>.dt-buttons>.buttons-colvis {
    border-radius: .5rem !important;
  }

  .row-container-contratos>div>div>div>.dt-buttons>.buttons-colvis {
    border-radius: .5rem 0 0 .5rem !important;
  }

  .questions-btn-group>div:last-child {
    flex-wrap: wrap;
  }

  .clientes-edit-btn-group>div>div:nth-child(1),
  .clientes-edit-btn-group>div>div:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 0 2.5rem;
  }

  .clientes-edit-btn-group>div>div:last-child {
    gap: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }

  .container-footer-btn-group>div>div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .container-footer-btn-group>div>div:last-child {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
  }

  .row-container-contratos>div>.c-table-responsive {
    margin-top: 8rem !important;
  }

  .row-container-contratos>div>.c-table-responsive>div>div:first-child {
    margin-top: -7.5rem !important;
  }

  .c-table-responsive>div>div>.dt-buttons,
  .c-table-responsive>div>.dt-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .5rem;

    margin-left: -1rem;
    padding: 0;
  }

  .row-container-contrato_creditos>div>.c-table-responsive>div>div:first-child>.cadastrar_bt {
    margin: 0 !important;
  }

  .c-table-responsive>div>div>.dt-buttons>button,
  .c-table-responsive>div>.dt-buttons>button {
    border-radius: .5rem !important;
  }

  .timeline-financeiro>div>div:first-child,
  .timeline-financeiro>div>div:last-child {
    display: none;
  }

  .row-container-contrato_veiculos>div>.c-table-responsive>div>div:first-child {
    margin-top: -6rem;
  }

  .c-modal__body-contratos {
    overflow-y: scroll;
  }

  #arquivo-input-file {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
  }

  #cadastrar_arquivos>div>div>div>div div:last-child,
  #modal_add_archives>div>div>div>div div:last-child {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 1rem;
  }

  #cadastrar_arquivos>div>div>div>div>div:last-child>#bt_salvar_arquivos,
  #modal_add_archives>div>div>div>div>div:last-child>#bt_add_archive {
    width: 100%;
  }

  #cadastrar_ocorrencias>div>div>div>div>div:last-child {
    padding: 0 .5rem;
  }

  #map-fullscreen {
    z-index: 1;
  }

  .card-simulacao-map-container>.row>div:last-child {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
  }

  #cadastrar-input-file {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .c-choice__input+.c-choice__label::before {
    min-width: 16px;
  }

  .row-container-fechamento_cliente_sintetico_ativos>.c-card__body,
  .row-container-fechamento_cliente_por_tipo_servico>.c-card__body,
  .row-container-fechamento_cliente_ativos>.c-card__body,
  .row-container-fechamento_cliente_itens>.c-card__body,
  .row-container-fechamento_raio_por_regiao {
    height: 32rem;
  }

  .row-container-regional_radius>div>.c-table-responsive>div>div:first-child {
    margin-top: -9rem !important;
  }

  .row-container-regional_radius>div>.c-table-responsive {
    margin-top: 9rem !important;
  }

  .row-container-acionamento>div>.c-table-responsive {
    margin-top: 9rem !important;
  }

  .row-container-acionamento>div>.c-table-responsive>div>div>.dt-buttons {
    margin-top: -8.5rem !important;
  }

  .row-container-rel_atendimentos>div>.c-table-responsive {
    margin-top: 8rem !important;
  }

  .row-container-rel_atendimentos>div>.c-table-responsive>div>div>.dt-buttons {
    margin-top: -6.5rem !important;
  }

  .c-table-responsive>#datatable_attendances_in_events {
    margin-top: 4rem !important;
  }

  .c-table-responsive>#datatable_attendances_in_events {
    margin-top: 4rem !important;
  }

  .c-table-responsive>#datatable_attendances_in_events>.dt-buttons {
    margin-top: -3.5rem !important;
  }

  .container-attendances_in_events-responsive {
    margin-top: 4rem;
  }

  .container-attendances_in_events-responsive>div>.dt-buttons {
    margin-top: -3.5rem;
  }

  .row-container-logs-avaliacao>div {
    height: 16rem;
  }

  .row-container-logs-avaliacao>div>div {
    padding-left: 0 !important;
  }

  .row-container-logs-avaliacao>div>div>.c-table-responsive {
    margin-top: 3rem;
  }

  .rede-prestadores-map-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rede-prestadores-map-container>.mapa_endereco {
    width: 90% !important;
    height: 15rem !important;
  }

  #datatable_management_sms>tbody>tr>td {
    overflow: scroll;
    max-width: 100vw;
  }

  .row-container-assist_items {
    margin-top: 8rem;
  }

  .row-container-assist_items>div>div>.dt-buttons {
    margin-top: -8rem;
  }

  #btn_relatorio_limpar_filtro,
  #btn_veiculos_limpar_filtro,
  #btn_conjuntura_limpar_filtro,
  #btn_evo_limpar_filtro,
  #btn_fech_cliente_limpar_filtro,
  #btn_produtividade_limpar_filtro,
  #btn_tarifas_limpar_filtro,
  #btn_tempo_limpar_filtro {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .o-page__content-provider {
    margin-left: 0px;
  }

  .o-page__sidebar-prestador {
    display: none;
  }

  .o-page__content-provider>header>.c-navbar__title {
    margin-left: 0px !important;
  }

  .c-breadcrumb-prestador {
    padding-left: 0px !important;
  }

  .prestadores-configuracoes-gerais-filiais-table>div>.dt-buttons,
  .assistencia-parametros-filiais-table>div>.dt-buttons {
    margin-left: -3rem;
  }

  .dz-message-responsive {
    margin-top: .3rem !important;
  }

  .c-card_atendimentos_acionamentos>.c-card__body {
    height: auto !important;
  }

  #datatable_assist_show_atendimentos {
    width: 141% !important;
    max-width: none;
  }

}

.device,
.device *,
.device::before,
.device *::before,
.device::after,
.device *::after {
  box-sizing: border-box;
  display: block;
}

.device {
  position: relative;
  transform: scale(1);
  z-index: 1;
}

.device .device-frame {
  z-index: 1;
}

.device .device-screen {
  background-color: #000;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  position: relative;
}

.device-iphone-14 {
  height: 868px;
  width: 428px;
  max-width: 100%;
}

.device-iphone-14 .device-frame {
  background: #010101;
  border: 1px solid #101315;
  border-radius: 68px;
  box-shadow: inset 0 0 4px 2px #b0b8c0, inset 0 0 0 6px #272C31;
  height: 868px;
  padding: 19px;
  width: 428px;
  max-width: 100%;
}

.device-iphone-14 .device-screen {
  border-radius: 49px;
  height: 830px;
  width: 390px;
}

.device-iphone-14 .device-stripe::after,
.device-iphone-14 .device-stripe::before {
  border: solid rgba(1, 1, 1, 0.25);
  border-width: 0 7px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.device-iphone-14 .device-stripe::after {
  top: 85px;
}

.device-iphone-14 .device-stripe::before {
  bottom: 85px;
}

.device-iphone-14 .device-header {
  background: #010101;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 30px;
  left: 50%;
  margin-left: -80px;
  position: absolute;
  top: 20px;
  width: 160px;
  z-index: 1000;
}

.device-iphone-14 .device-header::after,
.device-iphone-14 .device-header::before {
  content: "";
  height: 10px;
  position: absolute;
  top: 0;
  width: 10px;
}

.device-iphone-14 .device-header::after {
  background: radial-gradient(circle at bottom left, transparent 0, transparent 75%, #010101 75%, #010101 100%);
  left: -10px;
}

.device-iphone-14 .device-header::before {
  background: radial-gradient(circle at bottom right, transparent 0, transparent 75%, #010101 75%, #010101 100%);
  right: -10px;
}

.device-iphone-14 .device-sensors::after,
.device-iphone-14 .device-sensors::before {
  content: "";
  position: absolute;
}

.device-iphone-14 .device-sensors::after {
  background: #151515;
  border: 1px solid #010101;
  border-radius: 4px;
  box-shadow: 0 0 4px #151515;
  height: 7px;
  left: 50%;
  margin-left: -35px;
  top: 8px;
  width: 70px;
}

.device-iphone-14 .device-sensors::before {
  background: radial-gradient(farthest-corner at 20% 20%, #6074BF 0, transparent 40%), radial-gradient(farthest-corner at 80% 80%, #513785 0, #24555E 20%, transparent 50%);
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  height: 9px;
  left: 50%;
  margin-left: -60px;
  top: 26px;
  width: 9px;
  z-index: 1000;
}

.device-iphone-14 .device-btns {
  background: #101315;
  border-radius: 2px;
  height: 32px;
  /* left: -2px; */
  position: absolute;
  top: 115px;
  width: 3px;
}

.device-iphone-14 .device-btns::after,
.device-iphone-14 .device-btns::before {
  background: #101315;
  border-radius: 2px;
  content: "";
  height: 62px;
  left: 0;
  position: absolute;
  width: 3px;
}

.device-iphone-14 .device-btns::after {
  top: 60px;
}

.device-iphone-14 .device-btns::before {
  top: 140px;
}

.device-iphone-14 .device-power {
  background: #101315;
  border-radius: 2px;
  height: 100px;
  /* right: -2px; */
  position: absolute;
  top: 200px;
  width: 3px;
}

.device-iphone-14 .device-home::after,
.device-iphone-14 .device-home::before {
  border: solid rgba(1, 1, 1, 0.25);
  border-width: 6px 0;
  content: "";
  height: 6px;
  position: absolute;
  width: 6px;
  z-index: 9;
}

.device-iphone-14 .device-home::after {
  right: 86px;
  top: 0;
}

.device-iphone-14 .device-home::before {
  bottom: 0;
  left: 86px;
}

.device-iphone-14.device-purple .device-frame {
  border-color: #af9bbf;
  box-shadow: inset 0 0 4px 2px white, inset 0 0 0 6px #c8bad3;
}

.device-iphone-14.device-purple .device-btns {
  background: #af9bbf;
}

.device-iphone-14.device-purple .device-btns::after,
.device-iphone-14.device-purple .device-btns::before {
  background: #af9bbf;
}

.device-iphone-14.device-purple .device-power {
  background: #af9bbf;
}

.device-iphone-14.device-starlight .device-frame {
  border-color: #bdb4aa;
  box-shadow: inset 0 0 4px 2px white, inset 0 0 0 6px #D3CDC7;
}

.device-iphone-14.device-starlight .device-btns {
  background: #bdb4aa;
}

.device-iphone-14.device-starlight .device-btns::after,
.device-iphone-14.device-starlight .device-btns::before {
  background: #bdb4aa;
}

.device-iphone-14.device-starlight .device-power {
  background: #bdb4aa;
}

.device-iphone-14.device-red .device-frame {
  border-color: #d11813;
  box-shadow: inset 0 0 4px 2px white, inset 0 0 0 6px #EC302B;
}

.device-iphone-14.device-red .device-btns {
  background: #d11813;
}

.device-iphone-14.device-red .device-btns::after,
.device-iphone-14.device-red .device-btns::before {
  background: #d11813;
}

.device-iphone-14.device-red .device-power {
  background: #d11813;
}

.device-iphone-14.device-blue .device-frame {
  border-color: #7992aa;
  box-shadow: inset 0 0 4px 2px white, inset 0 0 0 6px #98ABBE;
}

.device-iphone-14.device-blue .device-btns {
  background: #7992aa;
}

.device-iphone-14.device-blue .device-btns::after,
.device-iphone-14.device-blue .device-btns::before {
  background: #7992aa;
}

.device-iphone-14.device-blue .device-power {
  background: #7992aa;
}

.device-iphone-14>div>div:first-child {
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 3rem;
}

.device-iphone-14>div>div:first-child::-webkit-scrollbar {
  display: none;
}

.icon-btn-Maps {
  width: 30px;
  height: 30px;
  border: 1px solid #AFBEC6;
  background: transparent;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  transition: width 0.2s ease-in-out;
  color: #AFBEC6;
  margin-left: 5px;
}

.icon-btn-Maps:hover {
  color: #fff;
  background: #AFBEC6;
}

.bt_upload_beneficiaries {
  float: right;
}

.progress-bar {
  background: #ebebeb;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 40px;
}

.progress-bar-value {
  width: 100%;
  height: 30px;

  background: repeating-linear-gradient(130deg, #354052 0 30px, #ebebeb 0 35px) right/200% 100%;
  animation: load-progress-bar-anim 4s infinite linear;
  border-radius: 10px;
}

.provider-list-container {
  border-bottom: 1px dashed #cbcbcb;
}

.provider-invite-background {
  background-color: #f5f5f5;
}

.provider-list-metrics {
  display: inline-block;
}

.divider-modal-info {
  border-bottom: 2px solid #0085b6;
}

.list-providers-container {
  max-height: 540px;
  border: 0px;
  overflow-x: hidden;
  padding: 1rem;
  padding-top: 0px;
}

.c-card_prestadores_fora_da_rede {
  margin-top: 4rem !important;
}

@keyframes load-progress-bar-anim {
  100% {
    background-position: left
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  padding-left: 16px !important;
}

.ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.credit-metrics-item {
  min-width: 12%;
}

#modal_editar_dispatch .dt-buttons {
  padding-right: 0px !important;
}

.option-selected-not-transform .select2-selection__rendered {
  text-transform: none !important;
}

.ql-hidden {
  display: none;
}

.btn_editar_contrato {
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}

.dropzone_file {
  position: relative !important;
  height: 12rem !important;
  border: 2px dashed #D9D9D9 !important;
  border-radius: 15px !important;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: border-color 300ms ease-in-out !important;
}

.dropzone_file.hover {
  border-color: #666666 !important;
}

.dropzone_file h3 {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}


.dropzone_file [type="file"] {
  position: absolute !important;
  opacity: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  cursor: pointer;
}

.dropzone_file:hover .dropzone_icon,
.dropzone_file:hover .dropzone_paragraph {
  color: var(--clr-light-gray) !important;
}

.dropzone_file:hover .dropzone_preview_image {
  opacity: 0.8 !important;
}

.dropzone_file--over {
  border-color: var(--clr-blue) !important;
}

.dropzone_file--over .dropzone_icon,
.dropzone_file--over .dropzone_paragraph {
  opacity: 0.7 !important;
}

.dropzone_icon {
  font-size: 2.5rem;
  color: #7f8fa4;
  transition: opacity 300ms ease-in-out;
}

.dropzone_paragraph {
  font-size: 1rem;
  color: #7f8fa4;
  margin-top: 2rem;
  transition: opacity 300ms ease-in-out;
  text-align: center;
  width: 100%;
}

.dropzone_uploaded .dropzone_icon,
.dropzone_uploaded .dropzone_paragraph {
  display: none;
}


.dropzone_content_image {
  padding: 1rem;
  margin-top: 1rem;
}

.dropzone_preview_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
  transition: opacity 300ms ease-in-out;
}

.file_details--open {
  height: auto;
  visibility: visible;
  opacity: 1;
}


.file_datails_title {
  font-size: 1rem;
  color: #7f8fa4;
}

.upload_area_col {
  padding-right: 2rem;
  margin-top: 1rem;
}

.upload_area_refund {
  width: 100%;
  background-color: var(--clr-white);
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.upload_area_cash_payment {
  width: 100%;
  background-color: var(--clr-white);
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-refund {
  display: flex;
}

.upload_area {
  width: 100%;
  background-color: var(--clr-white);
  border: 2px solid #D9D9D9;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.upload_area--open {
  animation: slidDown 500ms ease-in-out;
}

.upload_area_title {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: #7f8fa4;
}

.upload_area_paragraph {
  font-size: 1rem;
  color: #7f8fa4;
}

.upload_area_tooltip {
  position: relative;
  color: #7f8fa4;
  cursor: pointer;
  transition: color 300ms ease-in-out;
}

.upload_area_tooltip_data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -125%);
  min-width: max-content;
  background-color: var(--clr-white);
  color: var(--clr-blue);
  border: 1px solid var(--clr-light-blue);
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: none 300ms ease-in-out;
  transition-property: opacity, visibility;
}

.uploaded_file {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  visibility: hidden;
  opacity: 0;
  transition: none 500ms ease-in-out;
  transition-property: visibility, opacity;
}

.uploaded_file--open {
  visibility: visible;
  opacity: 1;
}

.uploaded_file_info--active::after {
  animation: progressMove 800ms ease-in-out;
  animation-delay: 300ms;
}

.uploaded_file_icon_container {
  position: relative;
  margin-right: 0.3125rem;
  padding-top: 7px;
}

.uploaded_file_icon {
  font-size: 2.5rem;
  color: #fa9601;
}

.uploaded_file_icon_text {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
}

.uploaded_file_info {
  position: relative;
  top: -0.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.uploaded_file_info::before,
.uploaded_file_info::after {
  content: '';
  position: absolute;
  bottom: -0.9375rem;
  width: 0;
  height: 0.5rem;
  background-color: #ebf2ff;
  border-radius: 0.625rem;
}

.uploaded_file_info::before {
  width: 100%;
}

.uploaded_file_info::after {
  width: 100%;
  background-color: #fa9601;
}

.uploaded_file_name {
  /*   width: 100%; */
  max-width: 11.25rem;
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uploaded_file_counter {
  font-size: 1rem;
  color: var(--clr-light-gray);
}

.upload_area_file_datails {
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: none 500ms ease-in-out;
  transition-property: opacity, visibility;
  transition-delay: 500ms;
}

.justify-content-flex-end {
  justify-content: flex-end !important;
}

.justify-content-flex-start {
  justify-content: start !important;
}

#nps_plataforma_container {
  z-index: 999999;
  display: flex;
  flex-direction: column;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 0;
}

#nps_plataforma_content {
  position: relative;
  max-width: 60rem;
  width: 100%;
  padding: 2rem;
  background: white;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

#nps_plataforma_score_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

#nps_plataforma_content h4 {
  font-weight: 600;
}

#nps_plataforma_score_container {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#nps_plataforma_score_container>span {
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #354052;
  cursor: pointer;
  font-weight: 600;

  transition: all .2s ease-in-out;
}

#nps_plataforma_score_container>span:first-child::before {
  content: 'Nada provável';
  position: absolute;
  margin-left: -9.5rem;
  color: #e5e5e5;
}

#nps_plataforma_score_container>span:last-child::after {
  content: 'Muito provável';
  position: absolute;
  margin-right: -9.5rem;
  color: #e5e5e5;
}

#nps_plataforma_score_container>span:hover {
  border: 1px solid #354052;
}

#nps_plataforma_score_check {
  height: 3rem;
}

#nps-metrics-container {
  gap: 2rem;
}

#nps-metrics-content,
#nps-metrics-points-content {
  width: 100%;
}

#progressSemiCircle-title {
  line-height: 2.5rem;
}

#progressSemiCircle-title span,
#nps-metrics-grade-point-average span {
  font-size: 3rem;
  color: #354052;
}

#progressSemiCircle-title small,
#nps-metrics-grade-point-average small {
  font-size: 1.5rem;
  color: #7f8fa4;
}

.progressSemiCircle svg {
  height: 130px;
  width: 200px;
  fill: none;
  stroke: #fafafa;
  stroke-width: 15;
  stroke-linecap: round;
  filter: drop-shadow(-3px -2px 5px rgba(255, 255, 255, 0.5));
}

#containerprogress {
  position: relative;
}

#containerprogress::before {
  content: '0';
  position: absolute;
  bottom: -0.5rem;
  font-weight: 700;
}

#containerprogress::after {
  content: '100';
  position: absolute;
  bottom: -0.5rem;
  right: -0.3rem;
  font-weight: 700;
}

.nps-metrics-item {
  height: 1.5rem;
  gap: 2rem;
}

.nps-metrics-item-title {
  width: 4rem;
}

.nps-metrics-item-title span {
  font-weight: 700;
}

.nps-metrics-item-title small {
  text-align: end;
  font-weight: 700;
  color: #7f8fa4;
}

.item-percentage-bar-title {
  color: white;
}

#nps-metrics-points-content {
  justify-content: space-around;
}


#datatable_improvement_feedbacks .c-table__cell {
  max-width: 3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.datatabel-improvement-feedback-item-score {
  font-weight: 700;
  background-color: #eee;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: white;
}

.datatabel-improvement-feedback-item-score.detractor {
  background-color: #f90000;
}

.datatabel-improvement-feedback-item-score.passive {
  background-color: #fa9601;
}

.datatabel-improvement-feedback-item-score.promoter {
  background-color: #39b54a;
}

.datatabel-improvement-feedback-item-menssage p {
  text-overflow: ellipsis;
  overflow: hidden;
}

.separator-icon-1:after {
  content: "";
  display: inline-flex;
  position: absolute;
  width: 1px;
  height: 24px;
  left: 8px;
  pointer-events: none;
  background-color: #ccc;
  left: 2.4rem;
  top: 0;
}

.separator-icon-2:after {
  content: "";
  display: inline-flex;
  position: absolute;
  width: 1px;
  height: 24px;
  left: 14px;
  pointer-events: none;
  background-color: #ccc;
  left: 2.7rem;
  top: 0;
}

@media (min-width:576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2))
  }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2))
  }
}


@media (min-width: 2000px) {
  #nps-metrics-container {
    gap: 0px;
  }

  #nps-metrics-content,
  #nps-metrics-points-content {
    width: 50%
  }

  #nps-metrics-points-content {
    justify-content: center;
  }
}

.line_title_params {
  color: #354052 !important;
  font-weight: bold !important;
  border-bottom: 1px dashed #bbc5d2 !important;
  padding-bottom: 4px !important;
}

.subtitle_params {
  color: #737787;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.m_top_bottom_1 {
  margin: 1rem 0 1rem 0 !important;
}

.m_bottom_1_left_02 {
  margin: 0 0 1rem 0.2rem !important;
}

.m_bottom_2_left_02 {
  margin: 0 0 2rem 0.2rem !important;
}

.m_t_1 {
  margin-top: 1rem !important;
}

.m_t_3 {
  margin-top: 3rem;
}

.m_l_02 {
  margin: 0 0 0 0.2rem;
}

.m_top_1_bottom_1 {
  margin: 1rem 0 1rem 0 !important;
}

.icon_tooltip_params {
  font-size: 0.7rem !important;
  margin-left: 0.5rem !important;
}

.icon_circle_params {
  font-size: 0.4rem !important;
}

.icon_tooltip_checkbox_params {
  font-size: 0.7rem;
  margin-left: 0.4rem;
}

#editar_auto_faturar_data_pagamento~span {
  max-width: 200px !important;
}

#editar_veniti_api_geocode~span {
  max-width: 100px !important;
}

#editar_veniti_api_rota~span {
  max-width: 100px !important;
}

#editar_veniti_api_autocomplete~span {
  max-width: 100px !important;
}

#editar_veniti_metodo_grupo_atendimento~span {
  max-width: 200px !important;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-left: 3px;
}

.service-column {
  width: 48%;
  margin-bottom: 1rem;
}

table#datatable_link_beneficiarios {
  width: 100% !important;
}

#datatable_link_beneficiarios tbody tr :nth-child(2) {
  display: flex;
  /* justify-content: end; */
  border-bottom: 0;
}

.d-grid~div {
  display: block;
}

.label-params {
  color: #7f8fa4 !important;
  font-size: 0.775rem !important;
  margin-right: 1rem !important
}

.overflow-visible {
  overflow: visible !important;
}

.info-data {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  padding-bottom: 20px;
}

.info-data .card {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, .05);
  flex: 1 1 100px;
}

.card .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.card .head h2 {
  font-size: 24px;
  font-weight: 600;
}

.card .head p,
.card .head span {
  font-size: 14px;
}

.card .head .icon {
  font-size: 20px;
  color: var(--blue);
  margin-left: 24px;
}

.card .head .icon.down {
  color: var(--red);
}

.c-card .icon {
  color: var(--blue);
}

@keyframes spin_51 {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes pulseVeniti {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1.2);
  }
}

.custom-file-upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.custom-file-upload input[type="file"] {
  font-size: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-btn {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 4px;
}

.upload-btn:hover {
  background-color: #e0e0e0;
}

.card-container-alert {
  border-radius: 0.5rem;
  font-size: 15px;
}

.popover-body strong,
.popover-body p {
  color: #fff;
}

.popover-body ol,
.popover-body ul {
  list-style-type: auto;
}


.text-limit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#question-required-switch-container.c-switch::before {
  width: 2.6rem;
  height: 1.4rem;
}

#question-required-switch-container.c-switch::after {
  width: 1rem;
  height: 1rem;
}

#question-required-switch-container.c-switch.is-active::after {
  left: 22px;
}

.badge-textarea[contenteditable=true]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block;
  color: #7f8fa4;
}

.badge-textarea {
  width: 100%;
  min-height: 10rem;
  max-height: 10rem;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #dfe3e9;
  border-radius: 5px;
  outline: none;
  overflow-y: auto;
  word-break: break-word;
}

.char-count {
  position: absolute;
  bottom: 125px;
  right: 27px;
  font-size: 12px;
  color: gray;
  pointer-events: none;
  user-select: none;
}

.remaining-badges-dropdown {
  position: absolute;
  background: #fff;
  bottom: 35px;
  right: 0px;
  width: 50%;
  border-radius: 8px;
  padding: 5px;
  display: none;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  border: 1px solid #e6eaee;
}

.card-question {
  background-color: #F9FAFB;
  border: 1px solid #EEEEEE;
  border-radius: 0.5rem
}

.card-question-type {
  background-color: #F6F6F6;
  border: 1px solid #EEEEEE;
  border-radius: 0.25rem;
  height: 28px;
  padding: 0.1rem 0.4rem;
}

.h-fit-content {
  height: fit-content;
}

.w-fit-content {
  width: fit-content;
}

.button-reset {
  border: none;
  background-color: unset;
  font-size: 1rem;
  padding: 0;
}

.input-reset {
  border: none;
  background: none;
  outline: none;
  text-transform: none !important;
}

.input-reset::placeholder {
  text-transform: none;
  color: #7f8fa4;
}

.input-border-bottom {
  border: none;
  border-bottom: 1px solid #dfe3e9;
  background-color: initial
}

.draggable-trigger {
  user-select: none;
  cursor: move;
}

.question-draggable {
  transition: transform 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.over {
  border: 2px dashed #ccc;
  border-radius: 0.5rem;
}

.over-top {
  padding-top: 2rem;
}

.over-bottom {
  padding-bottom: 2rem;
}

.historico_badge {
  background-color: #1bb934;
  color: #fff !important;
}

.disabled-view {
  cursor: default !important;
}

.c-circle-float-button {
  background: gray;
  color: white;
  position: absolute;
  right: 26px;
  border-radius: 50%;
  padding: 0 5px;
  font-size: 0.55rem;
  padding: 0 3px;
  line-height: 15px;
  min-width: 15px;
  height: 15px;
  top: -6px;
  text-align: center;
  display: none;
}


.c-circle-float-button:hover {
  color: white !important;
}

.c-btn-group:hover .c-circle-float-button {
  display: block;
}

.position-relative {
  position: relative;
}

.div_info_geral .badge {
  margin-bottom: 0.25rem !important;
}

#datatable_list_answer_individual_paginate {
  margin-right: 2rem;
}

.box-shadow-card {
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.position-absolute-top {
  position: absolute;
  inset: 0 0 auto auto;
}

.progress-circle {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
}

.progress-circle .circle-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #e0e0e0;
  box-sizing: border-box;
}

.progress-circle .circle-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#4caf50 0deg, transparent 0deg 360deg);
  /* Initial gradient */
  transition: background 0.3s ease;
  /* Smooth transition */
}

.progress-circle .circle-inner {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: white;
}

.progress-circle .percentage-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.zona-text {
  margin-top: 0.5rem;
  text-align: center;
  font-weight: 600;
}

.chart-container {
  width: 50%;
  margin: 0 auto;
}

.bar {
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  height: 20px;
}

.bar-label {
  width: 120px;
  font-weight: bold;
  margin-right: 10px;
}

.bar-background {
  height: 100%;
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.bar-value {
  height: 100%;
  text-align: center;
  color: white;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.5s ease;
}

.bar-container {
  flex-grow: 1;
  position: relative;
  height: 100%;
  background-color: #e0e0e0;
}

.bar-label-container {
  display: flex;
  justify-content: space-between;
}

.custom-chart-container {
  width: 50%;
  height: 150px;
  margin-bottom: 2rem;
  position: relative;
}

.custom-chart {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.custom-bar {
  background-color: #4CAF50;
  color: #fff;
  text-align: center;
  width: 6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.custom-bar span {
  display: block;
  padding-bottom: 5px;
  color: #000;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.custom-x-axis {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  position: absolute;
  width: 100%;
  height: 20px;
  color: #a8a8a8;
}

.custom-x-axis div {
  text-align: center;
  width: 10%;
}

.texto-parcial {
  max-height: 100px;
  overflow: hidden;
}

.texto-parcial::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: linear-gradient(0deg, rgba(225, 225, 225, 1) 0%, rgba(225, 225, 225, 1) 55%, rgba(225, 225, 225, 0.0032387955182072714) 100%);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.eye-toggle {
  position: absolute;
  top: 25px;
  right: 10px;
}

.custom-tooltip {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  transition: opacity 0.3s ease;
  border-radius: 0.5rem;
  border-top-left-radius: 0px;
  min-width: 11.1rem !important;
  font-size: 14px;
}

.custom-tooltip p {
  margin: 10px;
}


.custom-tooltip.show {
  display: block;
  opacity: 1;
}

.tooltip-content {
  min-width: 206px;
  max-width: 355px;

  .user-status {
    background: #dddcdc;
    padding: 5px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    margin-left: 6px;
    position: relative;



  }

  .indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: .2rem;
    border-radius: 100%;
    width: 11px;
    height: 12px;
    border: solid 1px #fffbfb;
  }

  .name-content-title {
    margin-left: .4rem;
    position: relative;
  }

  .btn-access-user:hover {
    color: #505050;
    background-color: #f1f1f1;
  }

  .btn-access-user {
    width: 100%;
    border-top: solid 1px #e3e3e3;
    background-color: #F5F8FA;
    padding: 6px;
    padding-top: 4px;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    display: block;
  }


  .name-content {
    width: 100%;
    padding: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .4rem;
    margin-bottom: .1rem;
    border-bottom: solid 1px #e3e3e3;


    .card-ultimo {


      span {

        border: solid 1px #e1e1e1;
        margin-right: .4rem;
        padding: 2px 5px;
        border-radius: 0.2rem;
      }
    }

  }

  .name-content-title {}





  .online-indicator {
    background-color: green;
  }

  .offline-indicator {
    background-color: gray;
  }

  .container-info {
    width: 100%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding-left: 18px;
    padding-right: 18px;

    span {
      font-size: 13px;
    }

    .indicator {
      border-radius: 100%;
      width: 12px;
      height: 12px;
      border: solid 1px #d3d3d3;
    }

  }


}



#div_info_gerais .c-card__body:has(.span-tags) {
  overflow: initial;
}

.custom-tooltip {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  transition: opacity 0.3s ease;
  border-radius: 0.5rem;
  border-top-left-radius: 0px;
  min-width: 11.1rem !important;
  font-size: 14px;
}

.custom-tooltip p {
  margin: 10px;
}


.custom-tooltip.show {
  display: block;
  opacity: 1;
}

.tooltip-content {
  min-width: 206px;
  max-width: 355px;

  .user-status {
    background: #dddcdc;
    padding: 5px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    margin-left: 6px;
    position: relative;



  }

  .indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: .2rem;
    border-radius: 100%;
    width: 11px;
    height: 12px;
    border: solid 1px #fffbfb;
  }

  .name-content-title {
    margin-left: .4rem;
    position: relative;
  }

  .btn-access-user:hover {
    color: #505050;
    background-color: #f1f1f1;
  }

  .btn-access-user {
    width: 100%;
    border-top: solid 1px #e3e3e3;
    background-color: #F5F8FA;
    padding: 6px;
    padding-top: 4px;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    display: block;
  }


  .name-content {
    width: 100%;
    padding: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .4rem;
    margin-bottom: .1rem;
    border-bottom: solid 1px #e3e3e3;


    .card-ultimo {


      span {

        border: solid 1px #e1e1e1;
        margin-right: .4rem;
        padding: 2px 5px;
        border-radius: 0.2rem;
      }
    }

  }

  .name-content-title {}





  .online-indicator {
    background-color: green;
  }

  .offline-indicator {
    background-color: gray;
  }

  .container-info {
    width: 100%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding-left: 18px;
    padding-right: 18px;

    span {
      font-size: 13px;
    }

    .indicator {
      border-radius: 100%;
      width: 12px;
      height: 12px;
      border: solid 1px #d3d3d3;
    }

  }


}



#div_info_gerais .c-card__body:has(.span-tags) {
  overflow: initial;
}


.badge__item {
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  display: inline-flex;
  align-items: center;
  padding: 4px 7px;
  margin: 1px 2px 1px 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.badge__item.badge__bg--info {
  background: #1090e0;
  border: 0px;
}

.dashboard-filter {
  justify-content: center;
  align-items: center;
  display: flex;
  color: #7f8fa4;
  font-weight: normal;
  cursor: pointer !important;
  font-size: 16px;
}


.dashboard-filter.active {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  font-weight: 600;
}

.badge-dashboard {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  padding: 0.5rem;
  border-radius: 10px;
  color: #354151 !important;
  border: 1px solid #ccc;
  font-size: 12px !important;
}

.badge-dashboard-active {
  display: flex;
  align-items: center;
  background-color: var(--light-blue);
  padding: 0.5rem;
  border-radius: 10px;
  color: var(--blue);
  border: 1px solid var(--blue);
  font-size: 12px !important;
}

#auto-refresh-btn {
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer !important;
}

#auto-refresh-btn.active {
  color: var(--blue) !important;
  font-weight: 600;
}

.circular-loading-filter-dashboard {
  width: 15px;
  height: 15px;
  position: relative;
}

.circular-loading-filter-dashboard svg circle {
  fill: none;
  stroke-width: 3;
}

.background-circle-filter-dashboard {
  stroke: #EFF3F6;
}

.progress-circle-filter-dashboard {
  stroke: var(--blue);
  transition: stroke-dashoffset 1s linear;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr 50px 1fr 30px;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.card-grid-dispatch-again {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 0px;
  align-items: center;
  width: 100%;
}

.solicitations-info-section {
  display: flex;
  align-items: start;
  gap: 1rem;
}

.solicitations-icon-container {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #EEF1F4;
}

.solicitations-icon-container i {
  font-size: 15px;
}

.solicitations-info-text label {
  color: #7F8A9C;
  font-size: 14px;
  display: block;
}

.solicitations-info-text span {
  color: #17191F;
  font-size: 14px;
}

.solicitations-info-text-right {
  justify-content: end;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.solicitations-info-text-right span {
  color: #17191F;
  font-size: 14px;
  text-align: end;
}

.solicitations-info-text-right label {
  color: #7F8A9C;
  font-size: 14px;
  display: block;
  text-align: end;
}

.solicitations-transfer-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  min-width: 50px;
}

.card-grid-dispatch-again > .solicitations-transfer-icon label {
  position: absolute;
  top: 8px;
  left: 50.5%;
  transform: translateX(-50%);
  font-size: 12px;
  color: orange;
}

.dispatch-again-value-solicitation {
  position: absolute;
  top: 8px;
  left: 47.5%;
  transform: translateX(-50%);
  font-size: 12px;
  color: orange;
}

.solicitations-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  min-width: 30px;
}

.div-list-solicitations-open {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 100%;
}

.address-block {
  padding: 1rem;
  border: 1px solid #EEF1F4;
  border-radius: 8px;
  background-color: #FFFFFF;
}

.address-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #17191F;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.address-field {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.field-label {
  color: #7F8A9C;
  font-size: 14px;
}

.field-value {
  color: #17191F;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.optional-field {
  opacity: 0.6;
}

#modal_refuse_by_provider {
  z-index: 1111 !important;
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(10px);
  }

  75% {
    transform: translateX(-10px);
  }
}

.shake {
  animation: shake 0.5s ease;
}

.v-alert {
  width: 100%;
  padding: 0.75rem;
  transition: all 0.3s;
  font-size: 13px;
  border-radius: 4px;
  color: #fff;
}

.v-alert strong {
  color: unset;
  background-color: rgb(46 161 205 / 90%);
}

.v-alert--info {
  background-color: #2ea1cd;
}

.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 0.25rem;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.skeleton-text {
  width: 100%;
  margin-bottom: 0.5rem;
  text-indent: -9999px;
}

.skeleton-text__body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}

.bt_upload_invitations_providers,
.bt_download_invitations_providers {
  float: right;
}

.bt_download_template_invitations_providers {
  float: right;
}

.dt-buttons>.dt-button.first-button-download-template {
  border-left: 1px solid #e6eaee !important;
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: unset !important;
  border-top-right-radius: unset !important;
}

.dt-buttons>.dt-button.end-button-upload {
  border-left: 1px solid #e6eaee !important;
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
}

.license-plate-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.license-plate-wrapper .loader {
  position: absolute;
  top: 45%;
  left: 6rem;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #555;
}

.beneficiary-warning {
  flex-direction: column;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #FFF8E1;
  border: 1px solid #FFC107 !important;
  margin-top: 3rem;
  width: 100%;
}

.beneficiary-warning__header {
  display: flex !important;
  justify-content: unset !important;
  align-items: unset !important;
  height: unset !important;
  width: unset !important;
  border-radius: unset !important;
  background: unset !important;
  color: unset !important;
  font-size: unset !important;
  padding: unset !important;
  gap: 2rem !important;
}

.beneficiary-warning__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #FFC107;
  color: #012B37;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.beneficiary-warning__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.beneficiary-warning__title {
  font-weight: 700;
  color: #012B37;
  font-size: 1.1rem;
}

.beneficiary-warning__description {
  font-size: 1rem;
  color: #012B37 !important;
  font-weight: 400;
}

.aplicarBlur {
  filter: blur(4px);
  pointer-events: none;
}

.graph-container {
  position: relative;
  width: 100%;
  height: 200px;
}

.graph-container svg {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
}

.graph-label-wrapper {
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  line-height: 22px;
}

.graph-label-wrapper .label-text {
  font-size: 0.875rem;
  color: #6c757d;
}

.graph-label-wrapper .value-text {
  font-weight: bold;
  font-size: 1rem;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.trend-icon-up {
  color: #dc3545;
}

.trend-icon-down {
  color: #28a745;
}

.trend-icon-flat {
  color: var(--secondary-color);
}


.value-min-label {
  top: 97px;
  left: 10%;
  transform: translateX(-50%);
}

.value-avg-label {
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
}

.value-max-label {
  top: 12px;
  right: 10%;
  transform: translateX(50%);
}


.horizontal-line-graph {
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: 5rem;
}

.horizontal-line {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  height: 3px;
  background-color: var(--secondary-color);
  transform: translateY(-50%);
}

.horizontal-marker {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--secondary-color);
  border: 2px solid white;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.horizontal-marker::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.horizontal-marker.min {
  left: 10%;
}

.horizontal-marker.avg {
  left: 50%;
}

.horizontal-marker.max {
  right: 6%;
}

.horizontal-label-wrapper {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: -50px;
  padding: 0;
  box-sizing: border-box;
}

.horizontal-label-wrapper .graph-label-wrapper {
  position: static;
  transform: none;
}

.comment-viewer__header-options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}

.comment-viewer__header-options-zoom {
  display: flex;
  align-items: center;
  background: #393939;
  padding: 0.5rem;
  border-radius: 8px;
  gap: .5rem;
  font-size: 14px;
  margin-right: 1rem;
}

.comment-viewer__header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 1 1 0%;
}

.comment-viewer__btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  margin-right: 1rem;
  transition: background .2s cubic-bezier(.785, .135, .15, .86) 0s;
  border-radius: 8px;
  padding: 0.5rem;
}

.comment-viewer__btn:hover {
  background: #393939;
  color: var(--blue) !important;
}




/* modal carencia */
.section-title {
  color: #1f2937;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px 0;
  text-align: center;
}

.description-text {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
}

.date-info-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}

.date-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.date-item:last-child {
  margin-bottom: 0;
}

.date-label {
  font-size: 14px;
}

.date-value {
  font-size: 14px;
}

.orientation-section {
  margin-top: 20px;
}

.orientation-section p {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* barra de selecao multipla faturamento por prestador */
.multiple-select-bar-container {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #354052;
  color: white;
  padding: 8px 8px 8px 14px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  font-size: 14px;
  min-width: 400px;
  max-width: 90vw;
}

.multiple-select-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.multiple-select-bar-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.multiple-select-bar-separator {
  opacity: 0.7;
}

.multiple-select-bar-value {
  font-weight: 600;
  font-size: 15px;
}

.multiple-select-bar-button {
  background: #1bb934;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.multiple-select-bar-button:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}

.multiple-select-bar-button:active {
  transform: translateY(1px);
}

@media (max-width: 768px) {
  .multiple-select-bar-container {
    min-width: auto;
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    transform: none;
  }

  .multiple-select-bar-content {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .multiple-select-bar-button {
    width: 100%;
  }
}
.password-strength-container {
  padding-right: 7px;
  padding-left: 7px;
  width: 100%;
}

.strength-bar {
  height: 4px;
  background-color: #f4f7f9;
  overflow: hidden;
  margin-bottom: 8px;
}

.strength-fill {
  height: 100%;
  width: 0%;
  transition: all 0.3s ease;
}

.strength-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 12px;
}
.strength-fill.very-weak {
  background-color: #6c757d;
  width: 10%;
}

.strength-fill.weak {
  background-color: #dc3545;
  width: 25%;
}

.strength-fill.so-so {
  background-color: #ffc107;
  width: 50%;
}
.strength-fill.good {
  background-color: #28a745;
  width: 75%;
}

.strength-fill.strong {
  background-color: #00b0ff;
  width: 100%;
}

.strength-text {
  font-size: 12px;
  font-weight: 500;
  color: #7f8fa4;
}

.strength-text.very-weak {
  color: #6c757d;
}

.strength-text.weak {
  color: #dc3545;
}

.strength-text.so-so {
  color: #ffc107;
}

.strength-text.good {
  color: #28a745;
}

.strength-text.strong {
  color: #00b0ff;
}

.password-requirements {
  background-color: #f4f7f9;
  border-radius: 8px;
  padding: 12px;
  margin-top: 8px;
  backdrop-filter: blur(10px);
}

.requirements-title {
  font-size: 12px;
  font-weight: 600;
  color: #7f8fa4;
  margin-bottom: 8px;
}

.requirement-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}

.requirement-item:last-child {
  margin-bottom: 0;
}

.requirement-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.requirement-icon.valid {
  background-color: #28a745;
  color: white;
}

.requirement-icon.invalid {
  background-color: #dc3545;
  color: white;
}

.requirement-text {
  font-size: 11px;
  transition: all 0.3s ease;
}

.requirement-text.valid {
  color: #28a745;
  font-weight: 500;
}

.requirement-text.invalid {
  color: #7f8fa4;
}

.tray-item {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999999;
}

.tray-vertical {
    background: var(--dark);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    min-width: 240px;
    max-width: 280px;
    padding: 15px;
    position: fixed;
    bottom: 65px;
    right: 10px;
    z-index: 9999;
}

.tray-header {
    color: #fff;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 25px;
}

.tray-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: white;
}

.pin-button {
    background: none;
    border: none;
    color: #60a5fa;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tray-content-vertical {
    max-height: 400px;
    overflow-y: auto;
    gap: 7px;
    display: flex;
    flex-direction: column;
}

.tray-item-vertical {
    display: flex;
    align-items: center;
    padding: 12px 40px 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
    background: var(--dark-grey);
    border-radius: 8px;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
}

.tray-item-vertical:hover {
    background: var(--dark-grey);
}

.tray-item-vertical:hover .remove-btn-vertical {
    opacity: 1;
}

.tray-item-vertical:hover .remove-btn-vertical {
    background-color: rgba(255, 255, 255, 0.2);
}

.status-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    background: #fff;
}

.status-icon.error {
    background: #ef4444;
}

.status-icon.success {
    background: #10b981;
}

.tray-text {
    color: white;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    margin-right: 8px; /* Adiciona margem para não sobrepor o botão */
}

.remove-btn-vertical {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.2s ease;
    z-index: 10;
}

.tray-horizontal {
    position: fixed;
    bottom: 0;
    left: 260px;
    right: 0;
    background: var(--dark);
    border-radius: 0;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.25);
    padding: 4px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    overflow: hidden;
    z-index: 9999;
    transition: left .3s ease, width .3s ease;
}

body:has(#sidebar.hide-sidebar) .tray-horizontal {
  left: 60px;
}

body:has(#sidebar.hide-sidebar:hover) .tray-horizontal {
  left: 260px;
}

body:has(.hideSidebar) .tray-horizontal,
body.sidebar-hidden .tray-horizontal {
  left: 0;
}

.tray-item-horizontal {
    background: var(--dark-grey);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    max-width: 140px;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
}

.tray-item-horizontal > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
}

.tray-item .status-icon-small {
    color: #fff;
}

.tray-item-horizontal:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background: var(--dark-grey);
}

.tray-item-horizontal:hover .remove-btn-horizontal {
    opacity: 1;
}

.more-badge {
    background: var(--dark-grey);
    color: white;
    padding: 4px 8px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    user-select: none;
}

.more-badge:hover {
    transform: translateY(-2px);
}

.pin-button-horizontal {
    background: none;
    border: none;
    color: #38BDF8;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.tray-minimized {
  background: var(--dark);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  transition: all 0.2s;
  position: fixed;
  bottom: 0;
  right: 0;
  border-top-left-radius: 5px;
  padding: 4px 12px;
}

.tray-count {
  color: white;
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
}

.expand-arrow {
    color: #38BDF8;
    transition: transform 0.2s;
}

.expand-arrow svg {
    width: 16px;
    height: 16px;
}

/* Dropdown */
.dropdown-tray {
    position: absolute;
    bottom: 100%;
    right: 0;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 8px;
    margin-bottom: 8px;
    min-width: 220px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 10000;
}

.dropdown-tray.show {
    display: block;
    animation: dropdownSlide 0.2s ease;
}

@keyframes dropdownSlide {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-item-content {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    overflow: hidden;
}

.dropdown-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-remove-btn {
    background: #ef4444;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dropdown-remove-btn:hover {
    background: #dc2626;
}

.page-content {
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.demo-buttons {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.demo-buttons button {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
}

.demo-buttons button:hover {
    background: #2563eb;
}

/* Notificações */
.tray-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 10001;
    font-size: 14px;
    font-weight: 500;
    animation: slideIn 0.3s ease;
}

.tray-notification.success {
    background: #10b981;
    color: white;
}

.tray-notification.warning {
    background: #f59e0b;
    color: white;
}

.tray-notification.info {
    background: #3b82f6;
    color: white;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .tray-item {
        bottom: 10px;
        right: 10px;
    }

    .tray-vertical {
        min-width: 260px;
        max-width: calc(100vw - 40px);
    }

    .tray-horizontal {
        width: 100vw;
        max-width: 100vw;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
    }

    .dropdown-tray {
        right: 0;
        left: auto;
        min-width: 200px;
    }
}

.tray-divider {
    width: 2px;
    height: 20px;
    background: var(--dark-grey);
    margin: 0 8px;
}

.remove-btn-horizontal {
    position: absolute;
    right: 0px;
    background: var(--dark-grey);
    color: #fff;
    border: none;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    font-size: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s;
    font-size: 12px;
    z-index: 10;
}

.dropdown-remove-btn {
    background: #ef4444;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pin-button i,
.pin-button-horizontal i,
.expand-arrow i {
    font-size: 11px;
}

.remove-btn-vertical i,
.remove-btn-horizontal i,
.dropdown-remove-btn i {
    font-size: inherit;
}

.remove-btn-vertical:focus,
.remove-btn-horizontal:focus,
.remove-btn-vertical:hover,
.remove-btn-horizontal:hover {
    opacity: 1 !important;
}

.card_distance_dispatch_map_info {
  position: absolute;
  width: 382px;
  z-index: 9000;
  bottom: 0;
  left: 0;
  margin-bottom: 12px;
  text-align: left;
}

.card_distance_dispatch_map_info_panel {
  position: absolute;
  width: 382px;
  z-index: 9000;
  bottom: 0;
  right: 0;
  margin-bottom: 8px;
  margin-right: -4px;
  text-align: left;
}

body:has(.tray-item .tray-item-vertical, .tray-item .tray-item-horizontal, .tray-item .tray-minimized) .intercom-lightweight-app-launcher,
body:has(.tray-item .tray-item-vertical, .tray-item .tray-item-horizontal, .tray-item .tray-minimized) .intercom-with-namespace-1xwu7wk {
  bottom: 66px !important;
}

body:has(.tray-item .tray-item-vertical, .tray-item .tray-item-horizontal, .tray-item .tray-minimized) .intercom-with-namespace-1v7hns {
  bottom: 130px !important;
}

.text-normalize {
  text-transform: unset !important;
}

.observation-card {
  border: 1px solid #d67c01;
  padding: 10px;
  border-radius: 5px;
}

.file-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.file-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	transition: all 0.2s ease;
	animation: slideIn 0.3s ease;
}

.file-item:hover {
	background: #f5f5f5;
	border-color: #ddd;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateX(-10px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.file-icon {
	width: 40px;
	height: 40px;
	background: #38BDF8;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

.file-info {
	flex: 1;
	min-width: 0;
}

.file-name {
	font-size: 13px;
	font-weight: 500;
	color: #1a1a1a;
	word-break: break-all;
	margin-bottom: 4px;
}

.file-size {
	font-size: 12px;
	color: #999;
}

.editable-content a {
  color: #00b0ff;
  text-decoration: underline;
  cursor: pointer;
}

.to-hide-checkbox {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.msg_alerta_checklist {
    background: #ff9945;
    padding: 1rem;
    margin: 0 0 1rem 0;
    border-radius: 0.5rem;
    color: white !important;
}

.msg_alerta_checklist p,
.msg_alerta_checklist strong {
  color: white !important;
}

.msg_alerta_checklist>span {
  font-size: .9rem;
}

#invalidate_answer_reason {
  text-transform: unset !important;
}

.div_agency_account_provider {
    display: none;
}

.div_agency_account_provider.active {
    display: flex;
}

#modal_negociar.c-modal--medium .c-modal__dialog {
	max-width: 600px !important;
}

#modal_negociar .c-modal__close {
	top: 12px;
}

#modal_negociar .c-table__head--slim {
	background-color: transparent !important;
}

#modal_negociar .container__content {
	display: flex;
	flex-direction: column;
}

#modal_negociar .container__nav-negotiation {
	display: flex;
	padding-bottom: .5rem;
	margin-top: 1rem;
}

#modal_negociar .container__nav-negotiation ul {
	display: flex;
	gap: 1rem;
}

#modal_negociar .container__nav-negotiation a {
	color: #7f8a9c;
	font-size: .9rem;
	cursor: pointer;
}

#modal_negociar .container__nav-negotiation a.active {
	color: #17191F;
	font-weight: 600;
	padding-bottom: .6rem;
	border-bottom: 2px solid #38BDF8;
}

#modal_negociar .container__negotiation {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}

#modal_negociar .container__negotiation {
	margin-top: 0 !important;
}

#modal_negociar .container__header-negotiation {
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
}

#modal_negociar .divider {
	display: flex;
	align-items: center;
	text-align: center;
}

#modal_negociar .divider:last-child {
	margin-top: 1rem;
}

#modal_negociar .divider::before,
#modal_negociar .divider::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #EEF1F4;
}

#modal_negociar .divider i {
	margin: 0 30px;
	color: #EEF1F4;
}

#modal_negociar .info__header-negotiation {
	display: flex;
	gap: 1rem;
	align-items: center;
	padding-bottom: 1rem;
	flex-direction: column;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1s forwards;
}

#modal_negociar .info__header-negotiation {
	animation: fadeIn 1s forwards;
}

#modal_negociar .info__header-negotiation,
.info__header-negotiation span {
	opacity: 0;
	animation: fadeIn 1s 0.5s forwards;
}

#modal_negociar nav {
	opacity: 0;
	animation: fadeInUp 2s forwards;
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

#modal_negociar .header__assistance {
	display: flex;
	flex-direction: column;
}

#modal_negociar .header__assistance h4 {
	color: #17191F;
}

#modal_negociar .header__assistance span {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-size: 15px;
	color: #7F8A9C;
}

#modal_negociar .container__buttons {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	gap: 1rem;
}

#modal_negociar svg {
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 4px 12px #38BDF8);
}

.floating-icon {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto 30px;
	animation: float 3s ease-in-out infinite;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-13px);
	}
}

.icon-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-stroke {
	stroke-dasharray: 200;
	stroke-dashoffset: 200;
	animation: drawStroke 2s ease forwards 0.3s;
}

@keyframes drawStroke {
	to {
		stroke-dashoffset: 0;
	}
}

.empty-title {
	display: flex;
	justify-content: center;
	font-size: 22px;
	font-weight: 600;
	color: #1a202c;
	margin-bottom: 12px;
	animation: slideInDown 0.6s ease-out;
}

@keyframes slideInDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.empty-description {
	display: flex;
	justify-content: center;
	font-size: 14px;
	color: #718096;
	line-height: 1.6;
	margin-bottom: 30px;
	animation: slideInUp 0.6s ease-out 0.1s both;
}

@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.particles {
	position: relative;
	height: 80px;
	margin: 20px 0;
}

.particle {
	position: absolute;
	width: 8px;
	height: 8px;
	background: linear-gradient(135deg, #38BDF8, #FF9945);
	border-radius: 50%;
	animation: float-particle 3s ease-in-out infinite;
}

.particle:nth-child(1) {
	left: 15%;
	animation-delay: 0s;
}

.particle:nth-child(2) {
	left: 35%;
	animation-delay: 0.3s;
}

.particle:nth-child(3) {
	left: 55%;
	animation-delay: 0.6s;
}

.particle:nth-child(4) {
	left: 75%;
	animation-delay: 0.9s;
}


.u-flex-addon {
  display: flex;
  align-items: stretch;
}

.u-flex-addon .c-input {
  flex-grow: 1;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.u-flex-addon .c-addon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f9f9f9;
  cursor: pointer;
  color: #555;
}

.u-flex-addon .c-addon-btn:hover {
  background-color: #f1f1f1;
}

@keyframes float-particle {
	0% {
		bottom: 0;
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		bottom: 80px;
		opacity: 0;
	}
}

.link-beneficiary-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  --refund-timeline-marker-col: 1.25rem;
  --refund-timeline-line-x: calc(var(--refund-timeline-marker-col) / 2);
}

.link-beneficiary-timeline::before {
  content: "";
  position: absolute;
  left: var(--refund-timeline-line-x);
  top: 0.8rem;
  bottom: 0.8rem;
  width: 2px;
  background: #e2e8f0;
  transform: translateX(-1px);
}

.link-beneficiary-timeline__item {
  display: grid;
  grid-template-columns: var(--refund-timeline-marker-col) 1fr;
  gap: 0.85rem;
  position: relative;
  padding: 0.2rem 0 1.15rem;
}

.link-beneficiary-timeline__item:last-child {
  padding-bottom: 0.2rem;
}

.link-beneficiary-timeline__dot {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  margin-top: 0.35rem;
  background: #cbd5e1;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #cbd5e1;
  justify-self: center;
}

.link-beneficiary-timeline__item--done .link-beneficiary-timeline__dot {
  background: var(--refund-title-color, #00B1E8);
  box-shadow: 0 0 0 2px var(--refund-title-color, #00B1E8);
}

.link-beneficiary-details__section-title {
  display: block;
  color: #002B37;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.link-beneficiary-timeline__date {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: #94a3b8;
  font-weight: 400;
}

.link-beneficiary-details__section-description {
  color: #707B90;
  font-size: 0.9rem;
  margin: 0 0 1.25rem;
  line-height: 1.45;
}

.link-beneficiary-timeline__subtitle {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #002B37;
  margin: 0 0 0.15rem;
  line-height: 1.35;
}

/* Sub-timeline: vários eventos na mesma etapa, sem “cards” */
.link-beneficiary-timeline__details {
  position: relative;
  margin-top: 0.35rem;
  padding-left: 1.2rem;
}

.link-beneficiary-timeline__details::before {
  content: "";
  position: absolute;
  left: 0.35rem;
  top: 0.42rem;
  bottom: 0.35rem;
  width: 2px;
  background: #e2e8f0;
  border-radius: 1px;
}

.link-beneficiary-timeline__item--done .link-beneficiary-timeline__details::before {
  background: linear-gradient(
    180deg,
    var(--refund-title-color, #00B1E8) 0%,
    #e2e8f0 100%
  );
}

.link-beneficiary-timeline__detail {
  position: relative;
  padding: 0 0 0.85rem;
  margin: 0;
  background: transparent;
  border: none;
}

.link-beneficiary-timeline__detail:last-child {
  padding-bottom: 0.1rem;
}

.link-beneficiary-timeline__details:has(> .link-beneficiary-timeline__detail:only-child) {
  padding-left: 0;
  margin-top: 0.2rem;
}

.link-beneficiary-timeline__details:has(> .link-beneficiary-timeline__detail:only-child)::before {
  display: none;
}

.link-beneficiary-timeline__details:has(> .link-beneficiary-timeline__detail:only-child) .link-beneficiary-timeline__detail {
  padding-bottom: 0;
}

.link-beneficiary-timeline__details:has(> .link-beneficiary-timeline__detail:only-child) .link-beneficiary-timeline__detail::before {
  display: none;
}

.link-beneficiary-timeline__detail::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.38rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #cbd5e1;
  box-shadow: 0 0 0 2px #fff;
  z-index: 1;
}

.link-beneficiary-timeline__item--done .link-beneficiary-timeline__detail::before {
  background: var(--refund-title-color, #00B1E8);
  border-color: var(--refund-title-color, #00B1E8);
  box-shadow: 0 0 0 2px #fff;
}

.link-beneficiary-timeline__description {
  display: block;
  font-size: 0.84rem;
  font-weight: 500;
  color: #475569;
  margin: 0;
  line-height: 1.45;
}