@keyframes grow {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.1);
    }
  }
    h1,h2{
        text-align: center;
        font-size:25px;
        margin-top: 20px;
        
    }
    h3{
        color:#01450f;
        font-size:16px;
    }
    #titulo{
        color:white;
        font-family: 'Noto Serif Tamil', serif;
        padding-top:20px;
        
    }
    .btn-secondary{
        width:300px;
    }
    #subtitulo{
        font-size:20px;
        color:#01450f;
        font-family: 'Noto Serif Tamil', serif;
    }
    body{
         background-color:#F0F2DF;
   
        font-size:14px;
        
     
    }
    .topo{
        background-color: #01450f;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.123);
        height:80px;
        margin-bottom:25px;
    }
    #logo{
        width: 120px;
        margin:auto;
        margin-top: 1%;
        margin-bottom: 1%;
     
        animation: grow 0.3s ease-in-out;
    }
    #banner{
      max-width: 600px;
      margin-top: 25px;
      margin-bottom: 25px;
    border-radius: 10px;
    }
    .opcoes{
       width: 350px;
        margin: auto;
    }
    .btn-primary {
    background-image: linear-gradient(90deg, #075f2c, #569b73, #075f2c);
    box-shadow: 1px 2px 2px #757575;
    color: white;
    width: 300px;
    height: 38px;
    border:none;
    margin-top: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin:auto;

        }
        .btn-primary:hover{
          background-color: #e7e8ea;
          color: #06215f;
        }
        .atalho{
            width:75px;
            font-size:12px;
        }
        .atalhos{
            width: 340px;
            margin: auto;
        }
        .imgBarbeiro{
            margin-top:20px;
            width:300px;
            border-radius:5px;
        }
        #logorodape{
            width:25px;
            margin-right:5px;
        }
        /*==========style do agendamento===================*/
   
          #label{
       
       background-image: linear-gradient(90deg, #01450f, #01450f, #01450f);
       font-family: 'Noto Serif Tamil', serif;
       font-size:14px;
       width:340px;
       border-top-right-radius: 10px;
       border-top-left-radius: 10px;
       border-bottom-right-radius: 0;
       color: rgb(255, 255, 255);
       text-align: center;
       margin:auto;
       margin-top:25px;
       margin-bottom:0;
       padding-top:5px;
       padding-bottom:5px;
       animation: grow 0.3s ease-in-out;
                }
          #container_card{
 
             border-radius: 10px;
             border-top-right-radius: 0;
             border-top-left-radius: 0;
             margin: auto;
             background-color: #b5bf6b;
             width:340px;
              padding-top: 15px;
             padding-bottom:10px;
             animation: grow 0.3s ease-in-out;
       
       }
        .botaobarbeiro{
         padding-bottom:15px;
        }
        #no-spin{
            text-align:center;
        }
       
          .checkbox-label input[type="checkbox"] {
         display: none;
       }
       .agendar{
           width:100px;
            background-color: black;
          
       }
       
       .checkbox-button {
         display: inline-block;
         padding: 8px 16px;
         background-color: #01450f;
         color:white;
         border-radius: 4px;
         cursor: pointer;
         margin:5px;

       }
       #imgServico{
           width:120px;
       }
        .checkservico{
             width: 150px;
             height: 170px;
             margin-bottom:15px;
             margin-right:10px;
         }
 
       
       .checkbox-label input[type="checkbox"]:checked + .checkbox-button {
         background-color: white;
         color: black;
       }
       #nome{
           margin-bottom:10px;
       }
       #button{
           margin-top:15px;
           background-color:black;
           
       }
       

    .rodape{
        background-color: #01450f;
        box-shadow: 5px 0px 0px rgba(0, 0, 0, 0.123);
        height: 100px;
        text-align: center;
        margin-top: 30%;
        margin-bottom: 0;
        color: white;
    }
          .overlay {
    
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 9999;
      }

      /* Adicione estilos para o alerta personalizado */
      .custom-alert {
       
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #f2f2f2;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        z-index: 10000;
      }

      .close-btn {
        position: absolute;
        top: 5px;
        right: 10px;
        cursor: pointer;
      }