.btModal{
  
  display:inline-block;
  background-color:black;
  color:#fff;
  width:80%;
  border:2px solid #fff;
  border-radius:10px;
  margin:8px auto;
  cursor:pointer;
  text-align:center;
  font-weight: bold; 
  padding:8px;
 
}
.btModal > p{
  display:block;
  text-align:center;
  font-weight: 500; 
  color:#fff;
  margin:0;
  padding:0;
}
.modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 10000;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    opacity: 0;
    pointer-events: none;
}
#modalnotific{
  color:rgb(255, 255, 255);
  background-color: rgb(202, 0, 0);
  width:80%;
  margin:10px auto;

}
.modal:target {
    opacity: 1;
    pointer-events: auto;
}
.modal > div {
    overflow: auto;
    width:95%;
    height:95%;
    position: relative;
    margin: 10px auto;
    -webkit-animation: minimise 500ms linear;
    -moz-animation: minimise 500ms linear;
    animation: minimise 500ms linear;
    padding: 3px;
    border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    background: #000;
    background: -moz-linear-gradient(#000, #ddd);
    background: -webkit-linear-gradient(#000, #ddd);
    background: -o-linear-gradient(#000, #ddd);
    background: linear-gradient(#000, #ddd);
    padding-top:5px;
    padding-bottom:100px;
}
.modal h4{
    background-color:#000;
    color:#fff;
    text-align:center;
    /*position:fixed;
    top:12px;
    left:11px;*/
    width:95%;
}
.fa-calendar-days{
  cursor: pointer;
}

.modal a[href="#close"] {
    position: fixed;
    right: 15px;
    top: 15px;
    color: transparent;
    z-index:1;
}


.modal a[href="#close"]:focus {
    outline: none;
}


.modal a[href="#close"]:after {
    content: 'X';
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 1.5em;
    padding: 1px 1px 1px 2px;


    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    background: #b11212;
    color: #fff;
    border: 10px solid #b40000;
    border-radius: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }

    .modal a[href="#close"]:focus:after,
    .modal a[href="#close"]:hover:after {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.modal a[href="#close"]:focus:after {
    outline: 1px solid #000;
}
.modal:target > div {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale3d(0.1,0.1,1);
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
    -webkit-transform: scale3d(1.08,1.08,1);
    box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
    -webkit-transform: scale3d(0.95,0.95,1);
    box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
    -webkit-transform: scale3d(1,1,1);
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-webkit-keyframes minimise {
  0% {
    -webkit-transform: scale3d(1,1,1);
  }
  100% {
    -webkit-transform: scale3d(0.1,0.1,1);
  }
}

@-moz-keyframes bounce {
  0% {
    -moz-transform: scale3d(0.1,0.1,1);
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
    -moz-transform: scale3d(1.08,1.08,1);
    box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
    -moz-transform: scale3d(0.95,0.95,1);
    box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
    -moz-transform: scale3d(1,1,1);
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-moz-keyframes minimise {
  0% {
    -moz-transform: scale3d(1,1,1);
  }
  100% {
    -moz-transform: scale3d(0.1,0.1,1);
  }
}

@keyframes bounce {
  0% {
    transform: scale3d(0.1,0.1,1);
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
    transform: scale3d(1.08,1.08,1);
    box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
    transform: scale3d(0.95,0.95,1);
    box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
    transform: scale3d(1,1,1);
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@keyframes minimise {
  0% {
    transform: scale3d(1,1,1);
  }
  100% {
    transform: scale3d(0.1,0.1,1);
  }
}
.imputservicos{
  width: 80%;
  padding:10px;
}
.SearchClienteAgenda{
  color:#fff;
  cursor: pointer;
}
.containerCards{
    overflow:auto;
   
}
 /* Estilo base para o contêiner do checkbox */
    .checkbox-container {
      display: inline-block;
      position: relative;
      padding-left: 25px; /* Ajuste o espaço à esquerda conforme necessário */
      cursor: pointer;
    }
    
    /* Estilo ocultar o input nativo */
    .checkbox-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
    }
    
    /* Estilo do marcador do checkbox */
    .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: #ffffff;
      border: 2px solid #11d40a;
      border-radius:15px;
    }
    
    /* Estilo quando o checkbox está marcado */
    .checkbox-container input:checked + .checkmark:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 10px;
      height: 10px;
      border: solid #2ecc71;
      border-width: 0 3px 3px 0;
      transform: translate(-50%, -50%) rotate(45deg);
    }
    
    /* Estilo do rótulo do checkbox */
    .checkbox-label {
      margin-left: 10px;
    }
    
    /* Estilo hover do contêiner */
    .checkbox-container:hover input:not(:checked) + .checkmark {
      background-color: #f4f4f4;
    }
.card{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow:hidden;
    width: 90%;
    background-color:white;
    margin:5px auto;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    border-radius: 8px; 
    max-width: 490px;
    
}
.noclick{
    color: black;
    font-weight: normal;
}
.click{
    background-color:var(--cor-fundo);
    font-weight: bold;
    color: var(--cor-texto);
}
.card img{
    width: 80px;
    height: 80px;
    border-radius:50%;
    line-height:80px;
    padding:1px;
}
.contentCard{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align:left;
    
}
.titulo{
    font-size:20px;
    font-weight:bold;
}
.preco{
    color:#555;
}
 .info{
    color:#555;
}
.card .label-bol{
    background: #b31217;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    border-radius: 80%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    border: 10px solid #fff;
    transition: border .3s ease;
    transition: .3s;
     background-color:var(--cor-fundo);
}
.label-bol-clicado {
    
    background: #000;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 80%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    border: 10px solid #fff;
    transition: border .3s ease;
    transition: .3s;
    border-color: #fff;
    border-width: 3px;
    margin: 0 10 0 0;
}
.mascarcaNoCheck{
    display:inline-block;
    color: #555;
    content:"✔";
   /* border:1px solid #555;*/
    padding:4px;
    margin:10px;
    font-size:10px;
    /*position:relative;
    left:70%;
    top:-25px;*/
}
.mascarcaCheck{
    display:inline-block;
   /* position:relative;
    left:70%;*/
    color: var(--cor-icones);
   /* border:1px solid var(--cor-icones);*/
    padding:4px 7px;
     margin:10px;
    font-size:20px;
    /*top:-25px;*/
}
.floatButton{
    background-color:var(--cor-fundo);
    color:var(--cor-texto);
    border-radius:10px;
    padding:10px;
    width:auto;
    height:auto;
    position:fixed;
    top:10px;
    left:10px;
    font-weight:bold;
    display:none;
}
.btProximo{
    font-size: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height:50px;
    line-height:50px;
    padding: 5px 5px;
    text-align: center!important;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
     z-index: 999;
}
.btAtiv{
    cursor: pointer;
    background-color:var(--cor-fundo);
    color:var(--cor-texto);
    display:block; 
}
.btDesativ{
    display:none;
    background-color:transparent;
    color:#fff;
}

#calendarDays{
  cursor: pointer;
}









/*
.cards div span{
    margin-left:35px;
    padding-right:40px;
    display:block;
    font-size: 16px;
    color: black;
}
CardSubtitulo2{
    margin-left:100px;
    display:block;
    font-size: 13px;
    color: red;
}*/






.cardsClicado  CardTitulo p{
    font-size: 19px;
    
    
}

.cardsClicado CardSubtitulo{
    margin-left:35px;
    display:block;
    font-size: 16px;
    color: white;
}

.cardsClicado CardSubtitulo2{
    margin-left:35px;
    display:block;
    font-size: 13px;
    color: white;
}
.cardsClicado  h1{
    color: white;
}























/*LISTAR AGENDA*/
.agenda{
    margin:65px auto;
    text-align:center;
    max-width:800px;
    background-color: rgba(0,0,0,.4);
    height:100%;
    overflow:auto;
    padding-bottom:420px;
}
.filtroCalendar{
    position:absolute;
    left:5%;
    top:70px;
    z-index:10;
    cursor:pointer;
    color:#fff;
}
.filtroCalendarlabel{
    position:absolute;
    left:4%;
    top:105px;
    z-index:10;
    cursor:pointer;
    color:#fff;
}
/*bg*/
.agenda_container {
  position: relative;
  padding-bottom: 65px;
}
/*linha*/
.agenda_container:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 71px;
  background: #fff;
  z-index: 0;
}
.agenda_card {
  list-style: none;
  margin: 0;
  padding:0 15px ;
  position: relative;
  
}
.agenda_card li + li {
  margin-top: 4rem;
}
/*ano*/
.agenda_mesAno {
  position: relative;
  width: 100px;
  height: 100px;
  padding: 5px;
  right:10px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  background: #fff;
  border-radius: 50%;
  font-weight: bold;
  text-transform: uppercase;
}
/*ano texto*/
.agenda_mesAno time {
  display: inline-block;
  line-height: 1.2;
  font-size: 1.3rem;
  
}
.agenda__item__data {
  position: relative;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 25px;
  display: block;
  line-height: 64px;
  background: #009688;
  color: #fff;
  font-size: 22px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
 
}
 .agenda__item__card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  background: #fff;
  width:100%;
}
.agenda__item__card:before {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: calc(1% - 0.6rem);
  /*background-color:blue;*/
}
/*hora*/
.agenda__item__card .horario {
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #009688;
  width:auto;
  padding:5px;
  /*background-color:green;*/
 
}
.agenda__item__card .conteudo {
  padding:0;
  text-align: left;
  width:100%;
  /*background-color:blue;*/
 }
 .agenda titulo{
    display:inline-block;
    font-weight: bold;
    text-transform: uppercase;
    padding:0;
    margin:10px;
}
.agenda p1{
    display:block;
    color:#555;
    padding:0;
    margin:0;
    padding-left:10px;
}
.agenda dia{
    font-size:8px;
}

.agenda btReagendar{
    display:block;
    background-color:#eb640a;
    text-align:center;
    color:#fff;
    padding:5px;
    margin:5px;
    border-radius:3px;
    cursor:pointer;
}
.agenda btCancelar{
    display:block;
    background-color:#a2291c;
    text-align:center;
    color:#fff;
    padding:5px;
    margin:5px;
    border-radius:3px;
    cursor:pointer;
}
.legenda{
    font-size:10px;
}
.red{
    color:#8A0808;
}
.gray{
    color:#555;
}
.black{
    color:#000;
}

/****************
*****************
*****************
*****************
*****************
*****************/



/*NOVO AGENDAMENTO*/

.tarjaObj{
    position:fixed;
    top:65px;
    background-color:#fff;
    color:#000;
    width:100%;
    font-weight:bold;
}

/*

CardTitulo{
    font-size: 19px;
    font-weight: bold;
    color: black;
}
.cardsClicado  CardTitulo{
    font-size: 19px;
    font-weight: bold;
    color: white;
}*/





.botaoServico-desativado{
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:50px;
    line-height:50px;
    padding: 5px 5px;
    text-align: center!important;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
    z-index: 999;
    cursor: pointer;
}



.cardsClicado{
    transition: .2s;
    max-width: 490px;
    box-sizing: border-box;
    width: 90%;
    color:#fff;
    text-align: left;
    cursor: pointer;
    margin:0px auto;
    border-radius: 1px; 
    border-top: 1px solid #fff;
    -webkit-box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    -moz-box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    border-bottom: 1px solid #000;
    margin-bottom:5px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
    padding: 20px 6px;
   
}

/*************
*************
**************
***************/

/*DATA*/

/****calendario*****/
.calend{
    margin:0 auto;
    text-align:center;
    height:100%;
    overflow:auto;
    
}
.calendar
{
    background-color: white;/*fundo do calendario*/
    /*padding: 20px;*/
    box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
    box-sizing: border-box;
}

.calendar .dropdown
{
    display: none;
    position: absolute;
    background-color: #009688;
    color: #fff;
    text-align: center;
    font-size: 14pt;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius:5px;
    width: 160px;
    z-index: 2000;
    margin:10px;
    box-sizing: border-box;
}

.calendar .dropdown .dropdown-item
{
    cursor:pointer;
    opacity: .7;
    transition: .5s opacity;
    box-sizing: border-box;
    border-bottom:1px solid #fff;
    padding:3px;
    border-radius:1px;
}

.calendar .dropdown .dropdown-item:hover
{
    opacity: 1;
    box-sizing: border-box;
}

.calendar .years
{
    display:none;
    box-sizing: border-box;
}

.calendar .title
{
    text-align:center;
    font-size:20pt;
    box-sizing: border-box;
}

.calendar .calendar-btn/*botoes mes e ano*/
{
    float: left;
    background-color: #009688;
    color: white;
    border-radius:5px;
    text-align: center;
    font-size: 14pt;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    width: 20%;
    cursor: pointer;
    transition: .5s background-color;
    margin:5px;
    box-sizing: border-box;
}

.calendar .calendar-btn:hover{/*botoes mes e ano*/
   /* background-color:#1f71a1;*/
}

.calendar .year-btn
{
    float:center;
    box-sizing: border-box;
}

.calendar .calendar-dates .days .day /*dias do calendario*/
{
    float:left;
    width: 12%;
    margin: 1%;
    padding: 1%;
    font-size:13pt;
    text-align:center;
    border-radius: 10px;
    border: solid 1px #ddd;
    box-sizing: border-box;
}

.calendar .calendar-dates .days .day.blank
{
    background-color: white;
    border:none;
    box-sizing: border-box;
}

.calendar .calendar-dates .days .day.selected/*dias do calendario selecionados*/
{
   /* background-color: #009688;*/
    color: black;
    cursor:pointer;
    /*opacity: .5;
    transition: .5s opacity;
    background-color:black;*/
    box-sizing: border-box;
    
}

.calendar .calendar-dates .days .day.selected:hover
{
    opacity: 1;
    background-color:#009688;
    color:#fff;
    box-sizing: border-box;
    
}

.calendar .calendar-dates .days .day.label
{
    height: 40px;
    background-color: white;
    color: black;
    border:none;
    font-weight:bold;
    box-sizing: border-box;
}

.clear{
    clear:both;
}

/*@media only screen and (max-width: 960px) {
    .calendar{
        width: 100%;
        margin: 0px;
        margin: 0px;
        box-sizing: border-box;
        position: relative;
        left: 0px;
    }
}*/

