<style>


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

@font-face {
  src: url(/__css/fonts/Gotham-Book.otf);
  font-family: "Gotham Book";
}

@font-face {
  src: url(/__css/fonts/Gotham-Bold.otf);
  font-family: "Gotham Bold";
}

@font-face {
  src: url(/__css/fonts/GothamRoundedMedium.ttf);
  font-family: "Gotham Medium";
}

/*body {
    background: url(/__images/new-login/imagem_fundo.png) center;
    background-size:fill;
    background-repeat: repeat;
  
}*/
body {
  background: linear-gradient(187deg, #0e3c4e, #239ecf);
  background-size: 100% 1% !important;
  height: auto !important;
  animation: gradient 10s ease infinite;
  background-repeat: repeat;
  font-family: 'Gotham-Book', Verdana, Geneva, Tahoma, sans-serif !important;
  display: flex;
  justify-content: center;
}



@keyframes gradient {
    0% {  background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% {  background-position: 0% 50%; }
}

button {
  outline: 0 !important;
}

label {
  font-family: "Gotham Bold";
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #4D4D4D;
}

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

input,
select {
  height: 45px !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/__images/icon/arrow.svg") 96% 50% no-repeat;
}

main {
  margin-left: 5rem;
}


p {
    line-height: normal !important;
 }


a:hover {
  text-decoration: none;
}

[data-toggle~="collapse"] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #979797 !important;
}

::-moz-placeholder {
  color: #979797 !important;
}

:-ms-input-placeholder {
  color: #979797 !important;
}

:-moz-placeholder {
  color: #979797 !important;
}

:root {
  font-family: 'Gotham Book';
  --text-primary: #b6b6b6;
  --text-secondary: #ececec;
  --bg-primary: #0c242d;
  --bg-secondary: #135774;
  --transition-speed: 300ms;
}

.navbar {
  position: fixed;
  padding: 0 !important;
  background-color: #fff;
  transition: width 600ms ease;
  overflow: hidden;
  z-index: 10000;
}

.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.nav-item {
  width: 100%;
}

.nav-link {
  display: flex;
  align-items: center;
  height: 5rem;
  color: #142d36;
  text-decoration: none;
  font-size: 12px;
  transition: var(--transition-speed);
}

.nav-link:hover {

  background: #239ecf !important;
  color: #fff !important;
  
}

.link-text {
  margin-left: 1rem;
}

.nav-link svg {
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0 1.5rem;
}

.fa-primary {
  color: #ff7eee;
}

.fa-secondary {
  color: #df49a6;
}

.fa-primary,
.fa-secondary {
  transition: var(--transition-speed);
}

.logo {
  font-weight: bold;
  text-transform: uppercase;
  /*margin-bottom: 1rem;*/
  text-align: center;
  color: var(--text-secondary);
  background: #0e3c4e;
  font-size: 1.5rem;
  letter-spacing: 0.3ch;
  width: 14rem;
}

.logo img {
  transform: rotate(0deg);
  transition: var(--transition-speed);
  width: 3.5rem;
  margin: 0 0.5rem;
}

.logo-text {
  display: inline;
  position: absolute;
  left: -999px;
  transition: var(--transition-speed);
}


.nav-autem {
  height: 12rem;
}

.logo-autem {
  margin: 2rem 0;
  width: 10rem;
  filter: grayscale(1);
  opacity: 0.1;
}

.logo-cliente {
  max-width: 17rem;
}
.img-gray {
  filter: grayscale(1) !important;
}


#welcome-page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-container {
/*  height: 100%;*/
  min-height: 100vh;
  background: #ffffff;
  padding-top: 3rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  z-index: 1;
  /*margin-bottom: 3em;*/
  padding: 3rem !important;
}

.main-container-detalhes {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 100%;
  min-height: 100vh;
  background: #ffffff;
  padding-top: 1.5rem;
  margin-bottom: 50px !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  z-index: 1;
}

.main-container-listagem {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 100%;
  min-height: 100vh;
  background: #ffffff;
  padding-top: 1.5rem;
  margin-bottom: 50px !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  z-index: 1;
}

.main-container-welcome {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  background: #ffffff !important;
  padding-top: 50px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  z-index: 1;
}

.success-main-container {
  border-radius: 15px;
  width: 80%;
  height: 100%;
  background: #ffffff;
  padding-top: 50px;
  margin-bottom: 100px !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  z-index: 1;
}

.main-container-map {
  border-radius: 15px;
  background: #ffffff;
  padding-top: 1.5rem;
  margin-bottom: 50px !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  z-index: 1;
}

.main-container-acompanhamento {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 100%;
  min-height: 100vh;
  background: #ffffff;
  padding-top: 1.5rem;
  margin-bottom: 50px !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  z-index: 1;
}

.text-center .img-responsive {
  margin: 0 auto;
}

.title {
  font-size: 1.5em;
  font-family: Gotham Book;
  font-weight: normal;
  white-space: normal;
  color: #4D4D4D;
  padding-bottom: 1rem;
  padding-top: 1rem;
  letter-spacing: 1px;
}

.icon-title {
  background: #ffffff !important;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  font-size: 0.8em;
  color: #239ecf;
  padding: 10px;
}

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

.input-pattern {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px !important;
  color: #979797 !important;
  background: #fbfbfb !important;
}

.input-pattern:focus {
  /* border-color: #FF9945 !important; */
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  color: #000000 !important;
}

.input-pattern:hover {
  /* border-color: #FF9945 !important; */
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  color: #000000 !important;
}

.form-group{
  margin-bottom: 0;
}

.form-control {
  background-color: #fbfbfb !important;
  font-size: 12px !important;
}
.dropdown-item{
  white-space: normal !important;
}

.btn-next {
  width: 201px;
  height: 47px;
  background: #FF9945;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 30px;
  text-align: center;
  text-transform: none !important;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-gray {
  background-color: #666666;
  color: #fff;

}

.btn-next:hover {
  background: #2A596C;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.btn-back {
  width: 201px;
  height: 47px;
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
  text-transform: none !important;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-back:hover {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.btn-welcome {
  margin-top: 1rem;
}

.btn-icon {
  padding: 10px 15px 10px 20px !important;
}

.btn-voltar {
  padding: 10px 20px 10px 20px;
  background: #eaeaea;
  border-radius: 10px;
  color: #666;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
}

.btn-voltar:hover {
  background: #cecece;
  color: #666 !important;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}


.btn-request {
  padding: 10px 20px 10px 20px;
  background: #26cc71;
  border-radius: 10px;
  color: #ffffff !important;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
}

.btn-request:hover {
  background: #1b9a55;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}
.btn-whatsapp-ligar {
  padding: 10px 20px 10px 20px;
  background: #eaeaea;
  border-radius: 10px;
  color: #666;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
}

.btn-whatsapp-ligar:hover {
  background: #cecece;
  color: #666 !important;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}


.btn-light {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  color: #979797 !important;
  background-color: #ffffff !important;
  background: url("/__images/icon/arrow.svg") 90% 50% no-repeat !important;
  border-color: none !important;
  height: 45px !important;
}

.btn-light:focus {
  /* border-color: #FF9945 !important; */
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  color: #000000 !important;
}

.btn-light:hover {
  /* border-color: #FF9945 !important; */
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  color: #000000 !important;
}

.invalid {
  border: 2px solid red !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  color: #000000 !important;
  outline: 0 !important;
}

.dropdown-toggle::after {
  border-top: 0;
  border: 0 !important;
}

.bootstrap-select .dropdown-toggle:focus {
  background-color: #fbfbfb !important;
  outline: 0 !important;
  outline: 0 !important;
  outline-offset: -2px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  background-color: #fbfbfb !important;
}

.dropdown-menu{
  width: 90%;
}

.dropdown-item,
.dropdown-menu {
  color: #000000 !important;
}

.dropdown-item.active {
  color: #ffffff !important;
  background-color: #0094cc !important;
}

.dropdown-item:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #0094cc !important;
}

.dropdown-menu .show {
  min-width: 100% !important;
}

.bs-caret {
  display: none;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-top: 5px;
}

.icon-hello {
  background: #ffffff !important;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  font-size: 1em;
  color: #FF9945 !important;
  padding: 10px;
}

.text-hello {
  font-family: "Gotham Book";
  color: #4D4D4D;
  padding: 15px;
  letter-spacing: 0.7px;

  /*background: #ffffff;*/
  border-radius: 10px;
}

.btn-collapse-service {
  background: #FF9945;
  color: #ffffff;
  border-radius: 20px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-collapse-service:hover {
  background: #2A596C;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.btn-collapse-service:focus {
  background: #2A596C;
}

.service-data-title {
  font-family: 'Gotham Book';
  font-size: 0.9rem;
}

.service-data-content {
  background: #ffffff;
  border-radius: 10px;
}

.service-status {
  color: #fff;
  padding: 5px;
  content: "\e64c";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  margin-top: 10px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  transition: all 200ms ease-in;
  font-weight: bold;
  z-index: 2;
}

/* .vertical-line{
  border-right: 2px solid black;
  height: 100%;
  position: absolute;
  left: 60%;
  z-index: 0;
} */

.r-progress-bar>circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.25s ease;
  stroke: #e2dede;
  stroke-width: 20px;
}

.r-progress-bar>.bar {
  stroke: #0094cc;
  stroke-linecap: round;
}

/* YOLO */
.some-wrapper {
  position: relative;
  display: inline-block;
}

.some-wrapper>.inner-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(30%);
}

.some-wrapper .text {
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 10px;
}

.service-listing {
  /* background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  width: 100%;
  height: 5rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  text-align: center; */

  height:50px;
  min-height: 5rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  text-align: center;
  border-bottom: 1px solid;
  border-color: #e8e8e8;
  border-style: dashed;
  cursor: pointer;
  background-color: #fff !important;
}

.service-listing:last-child{
  margin-bottom: 7rem;
}

.status-collapsed:last-child{
  margin-bottom: 0;
}

/*

.enviado {
  border-left: 8px solid #d9d9d9;

}
.andamento {
  border-left: 8px solid #ccc;
}

.cancelado{
  border-left: 8px solid red;
}

.recusado{
  border-left: 8px solid red;
}

.aceito {
  border-left: 8px solid #0094cc;
}

.origem {
  border-left: 8px solid #f7994c;
}

.destino {
  border-left: 8px solid #ff7300;
}

.finalizado {
  border-left: 8px solid green;
}
*/
.icon-atrasado {
  color: white;
  background: #eb0f50;
  border-radius: 10px;
  padding: 10px;
  margin-right: 5px;
}

.icon-cancelado {
  color: white;
  background: red;
  border-radius: 10px;
  padding: 10px;
  margin-right: 5px;
}
.icon-enviado {
  color: white;
  background: #d9d9d9;
  border-radius: 10px;
  padding: 10px;
  margin-right: 5px;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-spinner{
  color: #0094cc;
}

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

.icon-aceito {
  color: white;
  background: #0094cc;
  border-radius: 10px;
  padding: 10px;
  margin-right: 5px;
}

.icon-origem {
  color: white;
  background: #f7994c;
  border-radius: 10px;
  padding: 10px;
  margin-right: 5px;
}

.icon-destino {
  color: white;
  background: #ff7300;
  border-radius: 10px;
  padding: 10px;
  margin-right: 5px;
}


.icon-finalizado {
  color: white;
  background: green;
  border-radius: 10px;
  padding: 10px;
  margin-right: 5px;
}

.service-time {
  display: grid;
  font-size: 0.9rem;
}

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

.text-status {
  font-size: 0.9rem;
  font-weight: bold;
  padding-left: 5px;
}

.button-service {
  font-size: 1rem;
}

/* aguardando confirmação
prestador aceitou o serviço
prestador a caminho
prestador chegou no destino
serviço finalizado */

/* animations */

@-webkit-keyframes checkmark {
  0% {
      stroke-dashoffset: 50px
  }

  100% {
      stroke-dashoffset: 0
}
}

@-ms-keyframes checkmark {
  0% {
      stroke-dashoffset: 50px
  }

  100% {
      stroke-dashoffset: 0
  }
}

@keyframes checkmark {
  0% {
      stroke-dashoffset: 50px
  }

  100% {
      stroke-dashoffset: 0
  }
}

@-webkit-keyframes checkmark-circle {
  0% {
      stroke-dashoffset: 240px
  }

  100% {
      stroke-dashoffset: 480px
  }
}

@-ms-keyframes checkmark-circle {
  0% {
      stroke-dashoffset: 240px
  }

  100% {
      stroke-dashoffset: 480px
  }
}

@keyframes checkmark-circle {
  0% {
      stroke-dashoffset: 240px
  }

  100% {
      stroke-dashoffset: 480px
  }
}


/* failure */

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 300px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  0% {
    stroke-dashoffset: 35px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawLine {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}

#failureAnimationCircle {
  stroke-dasharray: 300px 300px;
  stroke: #d50000;
}

#failureAnimationCheck {
  stroke-dasharray: 35px 35px;
  stroke: #d50000;
}

#failureAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}
#failureAnimationCircle,
#failureAnimation.animated,
#failureAnimation.animated #failureAnimationCircle {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle;
}

#failureAnimation.animated #successAnimationCheck {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck;
}
.failureAnimationCheckLine,
#failureAnimation.animated .failureAnimationCheckLine {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: drawLine 1s cubic-bezier(1, 0.2, 0.1, 1) forwards;
}

.inlinesvg .svg svg {
  display: inline
}

.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
  -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
  animation-delay: 1s;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
  -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
  animation-delay: 0.5s;
}

.logo-welcome{
  width: 80%;
  margin: 0 auto;
}

.welcome{
  display: flex;
}

.image-welcome {
  margin: 0 auto;
  width: 20rem;
  max-width: 80%;
}

.powered-satellitus {
  color: #cccccc;
  font-size: 11px;
  text-align: center;
  padding-top: 1.5em;
}

@keyframes float {
  50% {
     transform: translateY(15px) rotate3d(0,0,1,3deg);
  }
}

.os-header{
  padding-bottom: 1rem;
}

.os-title{
  font-size: 0.85rem;
  color: #979797;
  padding-bottom: 0.5rem;
}

.os{
  font-size: 1.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.os-atrasado{
  font-size: 1.5rem;
  white-space: nowrap;
}

.time-line{
  display: flex;
  flex-direction: column;

}

.proximo{
  height: 0.3rem;
  background: #e8e7e7;
}

.andamento-tl{
  height: 0.3rem;
  background: linear-gradient(90deg, #0094cc 0%, #fff 100%);
  background-size: 300% 100%;
  animation: progress-animation 1s linear infinite;
}

@keyframes progress-animation{
  0%{
    background-position: 100%
  }
  100%{
    background-position: 0
  }
}

.concluido{
  height: 0.3rem;
  background: #0094cc;
}

.status-acompanhamento{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#status-atual{
  font-family: 'Gotham Medium';
  font-style: normal;
  font-size: 1.1rem;
  color: #4D4D4D;
}

.status-finalizado{
  color: #1fcc00 !important;
}

.status-dot{
  color: #0094cc;
  text-align: right;
}

.status-dot-green{
  color: #1fcc00;
}

.status-dot-atual{
  color: #ccc;
  text-align: right;
}

.status-collapsed{
  margin-bottom: 1rem;
}

.status-text{
  color: #979797;
}

.status-hour{
  color: #979797;
  font-size: 0.9rem;
}

.card-ed{
  margin-top: 1.5rem;
  border-radius: 5px;
}

.card-ed-teste{
  margin-top: 1rem;
}

.ed-content{
  padding: 1rem !important;
  padding-left: 0 !important;
}

.ed-title{
  padding-bottom: 0.5rem;
  font-weight: bold;
}

.ed{
  color: #979797;
}

.ed-rastreio{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
  width: 100%;
  background: #ece5e5;
  color: #717171;
  font-size: 0.8rem;
}

.ed-arrow{
  font-size: 1.2rem;
  text-align: right;
  color: #0094cc;
}

.card-os-ac{
  border-radius: 5px;
  border-bottom: 1px solid;
  border-color: #e8e8e8;
  border-style: dashed;
}

.os-ac-content{
  padding: 1rem !important;
  padding-left: 0 !important;
}

.os-ac-label{
  color: #717171;
  font-size: 1rem;
}

.os-ac-title{
  padding-bottom: 1rem;
  font-weight: bold;
}

.os-ac-logo{
  font-size: 2rem;
  color:#d0d0d0;
}

.os-ac-company-name{
  white-space: normal;
  word-break: normal;
}

.os-ac{
  font-size: 1.1rem;
  white-space: normal;
  word-break: normal;
}

.os-ac-see-more{
  font-weight: bold;
  color: #979797;
}

.os-ac-service-type{
  font-size: 1.1rem;
}

.link-details{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;

  z-index: 1;
}

.details{
  padding-bottom: 1rem;
}

.details-title{
  padding-bottom: 0.5rem;
  font-weight: bold;
}

.details-content{
  color: #979797;
}

.button-back{
  width: 60%;
  padding: 1rem;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  font-size: 16px;
  font-family: 'Gotham Medium';
  margin: 0 auto;
  background: #FF9945;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.button-back:hover{
  color: #ffffff;
  background: #2A596C;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.button-back-modal{
  padding: 0.5rem 1rem;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  font-family: 'Gotham Medium';
  background: #FF9945;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.button-back-modal:hover{
  color: #ffffff;
  background: #0095cc;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.button-info-prestador{
  width: 70%;
  padding: 1rem;
  text-align: center;
  color: #ffffff !important;
  border-radius: 30px;
  font-size: 16px;
  font-family: 'Gotham Medium';
  margin: 0 auto;
  background: #027aa7;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.button-info-prestador:hover{
  color: #ffffff;
  background: #b77137;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}
.button-call{
  width: 70%;
  padding: 1rem;
  text-align: center;
  color: #ffffff !important;
  border-radius: 30px;
  font-size: 16px;
  font-family: 'Gotham Medium';
  margin: 0 auto;
  background: #FF9945;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.button-call:hover{
  color: #ffffff;
  background: #b77137;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.button-call-phone{
  width: 70%;
  padding: 0.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  color: #ff9900 !important;
  border-radius: 30px;
  font-size: 12px;
  font-family: 'Gotham Medium';
  margin: 0 auto;
  background: #FF9945;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.button-call-phone:hover{
  color: #ffffff;
  background: #ca7a38;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}



//
.mini-card{
  margin: 0.5rem;
  padding: 1rem;
  margin: 0 auto;
  margin-top: 1rem;
  background: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.mini-card-header{
  color: #979797;
  font-size: 0.85rem;
}

.mini-card-content{
  font-size: 1.2rem;
  font-weight: bold;
}

.mini-card-icon{
  font-size: 2rem;
  color: #d0d0d0;
}

.card-prestador{
  padding: 1rem;
  margin-top: 1rem;
  margin: 1rem;
  border-radius: 5px;
  cursor: pointer;
}

.pd-icon{
  font-size: 2rem;
}

.pd-title{
  color: #4D4D4D;
  font-family: 'Gotham Bold';
  font-size: 15px;
  margin-bottom: 0.5rem;
}

.pd-title-no-margin{
  color: #4D4D4D;
  font-family: 'Gotham Bold';
  font-size: 15px;
}

.pd-content{
  color: #979797;
  font-family: "Gotham Book";
  font-size: 15px;
}

.card-map{
  margin: -1.7rem;
  padding: 0;
  background: #ffffff;
  border-radius: 5px;
}

.last-ac-card{
  margin-bottom: 5rem;
}

.bw{
  word-break: break-all;
}

.dashed-border{
  margin: -1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid;
  border-color: #e8e8e8;
  /* border-style: dashed; */
}

.element-mb{
  margin-bottom: calc(2rem + 20px) !important;
}

.line{
  margin-left: 1rem;
}

.fa-phone{
  transform: rotate(100deg);
  margin-right: 0.5rem;
}

.btn-back-ac{
  background: #f4f4f4;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  letter-spacing: 0.01em;
  color: #979797;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-back-ac:hover{
  color: #ffffff;
  background: #727272;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.modal-footer{
  border-top: 0 !important;
}

.modal-ct-prestador{
  padding-bottom: 7rem;
}

.modal-content-ct-prestador{
  border-radius: 20px;
  width: 60% !important;
  margin: 0 auto;
}

.modal-title-ct-prestador{
  color: #4D4D4D;
  font-family: 'Gotham Bold';
  font-size: 15px;
}

.call-number{
  color: #0094cc;
  font-family: 'Gotham Medium';
}

.negative-mr{
  margin-right: -0.7rem;
}

.instructions {
  background: #f5f5f5;
  border-radius: 1rem;
  letter-spacing: 0px !important;
  padding: 20px 30px 20px 30px;
  border: 1px dashed #999;
  color: #666 !important;
}

/* Small screens > 600 */
/*@media (min-width: 601px) {
  .main-container {
    width: 90% !important;
  }
}
@media (min-width: 701px){
  .main-container {
    width: 80% !important;
  }
}
@media (min-width: 801px)  {
  .main-container {
    width: 70% !important;
  }
}
*/

/* Small screens > 600 */
@media (min-width: 600px) {

  .main{
    padding-left: 4.5rem;
  }

  .modal-ct-prestador{
    padding-left: 4.5rem;
    padding-bottom: 0;
  }

  .logo-welcome{
    width: 60%;
  }

  .main-container {
    border-radius: 15px;
    height: auto;
    min-height: auto;   
    width: 500px;
    margin-top: 50px;
    margin-bottom: 50px !important;  
    padding-bottom: 50px;
  }

  .main-container-detalhes {
    border-radius: 30px;
    height: 100%;
    min-height: 100%;
    width: 30%;
  }

  .main-container-listagem {
    border-radius: 30px;
    height: 100%;
    min-height: 100%;
    width: 500px;
  }

  .main-container-map {
    border-radius: 30px;
    height: 100%;
    min-height: 100%;
    width: 30%;
  }

  .main-container-acompanhamento {
    width: 500px;
    height: 100%;
    min-height: 100vh;
  }

  .main-container-welcome {
    border-radius: 30px;
    height: 100%;
    min-height: 100%;
    width: 30%;
    background: #fbfbfb;
    padding-top: 50px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    z-index: 1;
  }

  .success-main-container {
    border-radius: 15px;
    height: 100%;
    min-height: 100%;
    width: 500px;
  }

  .btn-light {
    height: 45px !important;
    background: url("/__images/icon/arrow.svg") 98% 50% no-repeat !important;
  }


  .service-listing {
    width: 95%;
  }

  .button-service {
    display: block;
    color: #000000;
    margin: 0 auto;
  }

  .service-time {
    display: flex;
    flex-direction: row;
  }

  .service-hour {
    margin-right: 5px;
  }

  .last-ac-card{
    margin-bottom: 0rem;
  }

  .service-listing:last-child{
    margin-bottom: 0rem;
  }

  .dropdown-menu{
    width: calc(90% + 1rem);
  }

  input,
  select {
    height: 45px !important;
  }

  .navbar {
    top: 0;
    left: 0;
    width: 4.5rem !important;
    height: 100vh;


    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-bottom: 5em !important;
  }

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

  .button-call{
    width: 50%;
  }

  .modal-content-ct-prestador{
    border-radius: 20px;
    width: 100% !important;
    margin: 0 auto;
  }
}
/*
@media (max-width: 360px) {
  .title {
    font-size: 1.2em;
  }

  .btn-collapse-service {
    font-size: 0.9rem;
  }
}

@media (max-width: 280px) {
  .title {
    white-space: normal;
  }
}*/

/* Small screens < 600 */
@media  (max-width: 600px) {

  .main-container {
    height: 100%;
    /* min-height: 100vh;*/ 
    margin-bottom: 0px !important;  
  }



  :root {
    --bg-primary: #143847;
  }

  .logo{
    display: none;
  }

  .btn-request {
    /*margin-bottom: 4em;*/
  }

  .navbar {
    bottom: 0;
    width: 100vw;
    height: 5.5rem;
    border-top: 1px solid #eaeaea !important;
  }

  .navbar-nav {
    flex-direction: row;
    margin: 0 auto;
  }


  .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .nav-link svg{
    width: 1.6rem;
    min-width: 0;
    margin: 0;
  }

  .nav-link:hover {
    color: #FF9945 !important;
    background-color: inherit !important;
  }

  .nav-item {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .sair-mob {
    padding-right: 1.8rem !important;
  }

  .nav-item-middle{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .link-text{
    text-align: center;
    font-size: 0.9rem;
    margin: 0;
  }

  main {
    margin: 0;
  }
}

@media only screen and (max-width:320px) and (max-height:568px){
  .button-call{
    font-size: 0.95rem;
  }

  .modal-content-ct-prestador{
    border-radius: 20px;
    width: 75% !important;
    margin: 0 auto;
  }
}


div#collapseStatusAcompanhamento.collapse.show {
  margin-bottom: 2rem !important;
}

.loading-content {
  height: 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-radius: 10px;
  margin: 2px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 76px;
    height: 76px;
    margin: 1px;
    border-radius: 50%;
    border: 20px solid #fcad26;
    border-color: #999 transparent #239ecf transparent;
    animation: lds-dual-ring 1s linear infinite;
}


</style>