.bt{
    position: relative;
    padding: 12px 30px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0.2rem;
    outline: 0;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow, transform;
} 

.bt:hover,
.bt:focus {
  text-decoration: none;
}

.bt:focus,
.bt.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

.bt.disabled,
.bt:disabled {
  opacity: 0.65;
  box-shadow: none;
}

.bt:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.bt:not(:disabled):not(.disabled):active,
.bt:not(:disabled):not(.disabled).active {
  background-image: none;
  box-shadow: none;
}

.bt:not(:disabled):not(.disabled):active:focus,
.bt:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25), none;
}

a.bt.disabled,
fieldset:disabled a.bt {
  pointer-events: none;
}
.bt-orange{
    background-color:rgb(242,134,57) !important;
}
.bt-primary{
    background-color: #007bff!important;
}
.txt-primary{
    color: #007bff!important;
}
.text-primary{    
    color: #007bff!important;
}
.btnAddList{
  background:none;
  border:none;
  background-color:rgb(242,134,57) !important;
  OUTLINE:0 !important;
  cursor: pointer;
  height:40px;
  widows: 40px;
  text-align:center;
  font-weight: bold;
  border-radius: 8px;
  float:right !important;
}
.inpt{
  width: 100%;
  height: 40px;
}

#agenda{
  height: 600px !important;
}
#agenda-lista{
  max-height: 400px;
  overflow-y: auto;
}
.btnEye{
  background:none;
  border: none;
  outline: 0 !important; 
  cursor: pointer;
}

.btnTresh{
  background:none;
  border: none;
  outline: 0 !important; 
  cursor: pointer;
}

.imgLogo{
  width:70px;
  height:60px;
}
.logoMenu{
  width: 40px;
  height:30px;
  margin-right: 20px;
}
.boxVers{
  border-radius: 5px;
  padding: 4px;
}
.editDoc{
  color:rgb(242,134,57) !important;
  font-size: 15px;
}
.boxReleases{
  border-radius: 5px;
  height: 45px;
  border: 1px solid #e0d8d8;

}
.textRel{
  font-size: 16px;
  color: black;
}
@media (min-width: 768px) {
  .boxReleases{
    min-height: 45px;
  
  }
}
.upperCase{
   text-transform:upperCase
}
.boxDelImage{
  position: absolute;
  top: 10px;
  left:95%;  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.btnDelImage{
  border-radius: 8px;
  width: 35px;
  height: 35px;
  background-color: #FFF;
  color: black;
  border: none;
  cursor: pointer;
  outline: none !important;
}

.main-content{
  /* width: 100%; */
  background-color: #FFF;
}

.text-editor-header{
  background-color: #FFF;
  padding: 5px;
}

.text-editor-header .btn-rich{
  border: none;
  outline: none;
  background-color: transparent;
  margin-right: 5px;
  color: black;
  /* width: 20px;
  height: 20px; */
  cursor: pointer;
}


.content-rich{
  min-height: 200px;
  border: 1px solid #ecf0f1;
  background-color: #FFF;
  border-top:0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: black;
  padding: 5px;
  padding-left: 10px;
  font-weight: 400;
}

.content-rich-sol{
  min-height: 200px;
  border: 1px solid #ecf0f1;
  background-color: #FFF;
  border-top:0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: black;
  padding: 5px;
  padding-left: 10px;
  font-weight: 400;
}

.boxAtividade{
  min-height: 100px !important;
  padding: 5px; 
  padding-left: 10px;
  border: 1px solid #ecf0f1;
  background-color: #FFF;
  
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight: 400;
}

b, strong{
  font-weight: bold !important;
}
.color-rich{
  width: 20px;
  height: 20px;
  border:none;
  cursor: pointer;
}

.c-pointer{
  cursor: pointer !important;
}
.status-danger{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: red !important;
}
.status-green{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: green !important;
}
.span-suporte{
  font-size: 11px;
}



#loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}


#loader div div p {
  margin-top: 30px;
  font-size: 25px;
  text-align: center;
  color: #373435;
  position: absolute;
  font-weight: 700;
  top: 70%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.loader {
  width: 400px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.loader:after {
  content: " ";
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid rgb(0, 0, 0);
  border-color: rgb(0, 0, 0) transparent #000 transparent;
  animation: loader 1.2s linear infinite;
  position: absolute;
  top: 10%;
  left: 40%;
  transform: translate(-50%,-50%);
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.button-operation-os{
  background: none !important;
  color: #FFF;  
  border: none !important;
  cursor: pointer;
  margin-left: 20px !important;
  outline: none !important;
  /* width: 30px; */
}
.button-operation-os:hover{
  /* margin-bottom: 5px;   */
}

.popup-menu {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* display: none; */
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  display: none;
  flex-direction: column;
  border-radius: 10px;
  min-width: 250px;
}
.popup-menu a{
  color: #333;
  padding: 12px 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* .popup-menu a:nth-child(1){  
  
}
.popup-menu a:nth-child(3){  
} */
.popup-menu a:hover{
  transition: ease-in .2s;
  background-color: rgba(0,0,0,0.2);
  color: #000;
}

.itens-aba{
  width: 100%;
  border: 1px solid rgb(0, 0, 0,0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 8px 12px;
}
.itens-aba button{
  background: none;
  border: none !important;
  outline: none !important;
  color: #333;
  cursor: pointer !important;
}
.boxOptions{
  /* padding: 18.5px; */
}
.boxOptions:hover{
  /* padding: 0px !important; */
  /* padding-right: 15px !important; */
  
}
.boxOptions:hover > .showOptions{
  opacity:1 !important;
  transition: ease-in .1s;
}


.input-date{
  background-color: white;
  padding: 4px;
  border: none !important;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.bnt-aplicate{
  width: 100px;
  padding: 6px;
  background-color: rgb(255, 165, 0);
  color: white;
  border-radius:  4px;
  border:none !important;
  margin-left: 10px;
  cursor: pointer;
  outline: none !important;
}

.box-desempenho{
  width: 100%;
  min-height: 250px;  
  background-color: #464646;
  border-radius: 8px;
}

.box-min{
  width: 100%;
  min-height: 250px;
  background-color: #464646;
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-top: 8px;
  overflow-y: auto;
}

.box-linha{
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.border-divider{  
  border-bottom: 1.5px solid rgb(36, 37, 38,0.5);
}

.box-linha .name{
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  width: 70%;
}

.box-linha .qtd{
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  width: 10%;
  text-align: center;
}
.box-min-text{
  font-size: 14px;
  color: white;
  font-weight: 600;
  width: 80%;
}
.box-min-icon{
  width: 35px;
  height: 35px;
  background-color: #242526;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-min-icon .icon{
  color: #FFF;
}

.btn-novo-servico{
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: rgb(80, 103, 126);
  cursor: pointer;
  color: #FFF;
  border-radius: 4px;
  border: none !important;
}

.modal-content {
  box-shadow:  none!important;
}

.btn-edit-servico{
  background:none;
  border: 0 !important;
  outline: none !important;
  border-radius: 8px;
  color: rgb(80, 103, 126);
  cursor: pointer;
  padding:4px 8px 4px 8px;
}

.btn-edit-servico:hover{
  background-color: rgba(0,0,0,0.1);
}
.table-sm{
  max-height: 100px;
  overflow-y: auto;
}

.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td{
  padding:4px 8px !important;
}

.btn-location{
  background: none !important;
  border: none !important;
  outline: none !important;
  color: #242526;
  cursor: pointer;
}

.modal-title-mapa{
  font-weight: 700;
  color: #242526 !important;
}

.text-endereco{
  text-transform: capitalize;
  color: #242526 !important;
}

.select-wrapper {
  position: relative;
  width: 160px;           /* ajuste a largura conforme necessário */
  font-family: Arial, sans-serif;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555;  /* cor da setinha */
  transform: translateY(-50%);
}

.select-wrapper select {
  width: 100%;
  padding: 5px 40px 5px 12px;  /* espaço para a setinha */
  font-size: 12px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;              /* remove o estilo nativo */
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.2s;
}

.select-wrapper select:focus {
  outline: none;
  border-color: #007BFF;         /* destaque ao focar */
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

/* Estados opcionais para colorir cada opção (aplicável em navegadores com suporte) */
.select-wrapper select option[value="D"] {
  background-color: #d4f8df;
}
.select-wrapper select option[value="N"] {
  background-color: #fcf4d2;
}
.select-wrapper select option[value="P"] {
  background-color: #fdd7d7;
}