/* Navbar */

.navbar-brand {
    position: relative;
}

.navbar-toggler{
    color: white;
}

#logo{
    width: 50px;
}

#moviestar-title {
    color: #fff;
    position: absolute;
    bottom: -2px;
    font-size: 30px;
    left: 55px;
    font-weight: bold;
}

#main-navbar{
    background-color: #121212;
}


#navbar{
    min-width: 30%;
}

.navbar-nav{
    justify-content: flex-end;
    width: 100%;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    transition: .5s;
}

.navbar-nav .nav-item .nav-link:hover {
     color: #999;
}

.bold{
    font-weight: bold;
}

.msg-container{
    background-color: #000;
    padding: 15px;
}

.msg{
width: 60% ;
margin: 0 auto;
padding: 10px;
border: solid 1px #000;
text-align: center;
}

.msg.error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.msg.success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

/* Home */

#main-container{
    background-color: white;
    color: black;
    min-height: 100vh;
    padding: 20px;
    
}

.formCustomer{
    display: flex;
    flex-direction: column;
}
.formCustomer h5{
    background-color: #000;
    color: white;
    padding: 5px;
}

.princialInfo{
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 10px;
}

.ContatosInfo{
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 10px;
}

.EstabelecimentoInfo{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 10px;
}

.EnderecoEntrega{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 10px;
}

.EnderecoCobranca{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 10px;
}

.MainPrincipal{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.MainEndereco{
    display: flex;
    justify-content: space-between;
}






/*Login / Register */

#auth-row {
    justify-content: space-evenly;
}

#login-container h2,
#register-container h2{
    text-align: center;
    border-bottom: 2px solid #f5c519;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

#login-container form{
    max-width: 400px;
    margin: 30px auto;
}

#register-container{
    margin: 0 auto;
}

.btn{
    margin-top: 5px;
    font-size: 20px;
}

.BtnLinks a{
    text-decoration: none;
}



/* Footer */


#footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 20px;
}

#social-container ul,
#footer-links-container ul{
    list-style-type: none;
    padding: 0;
}

#social-container li,
#footer-links-container li{
    display: inline-block;
    margin: 0 20px;

}

#social-container li {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    transition: .5s;
    line-height: 3;
}

#social-container li:hover{
    background-color: #333;
}

#social-container a{
    color: #fff;
    transition: .5s;
}
#footer-links-container a{
    color: #fff;
    transition: .5s;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;

}

#footer-links-container a:hover{
    background-color: #333;
}

#social-container li i {
    font-size: 25px;
}

#footer-links-container {
    margin: 30px 0;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}


.RequestForm{
    border: 1px solid #979090;
    padding: 10px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.RequestFieldset{
    padding: 20px;
    border-bottom: 1px solid black;
    margin-bottom: 25px;

}

#CardCode{
    width: 100%;
}


#msg{
    text-transform: uppercase;
    background-color: #979090;
}

.container{
    min-height: 400px;
}


.InputControl{
    width: 90vw;
}

.legenda{
    width: 100vw;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}

.table-responsive{
    width: 100%;  
}

.field{
    padding: 0;

}

.trselected{
    background-color: black !important;
    color: white;
}

.Lines{
    border-bottom: 1px solid black;
    padding: 10px;
    margin-top: 10px;
}

.LinesAppended{
    border-bottom: 1px solid black;
    padding: 10px;
    margin-top: 10px;
}

.EndEnt{
    display: flex; 
    gap: 10px;
}

.EndEnt #AddrList{
    width: 40vw;
    margin-bottom: 10px;

}

.EndEnt #Placa{
    width: 100%;
}

.Cobranca{
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.table-responsive {
    width: 100%;
    margin-bottom: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .table {
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
  }
  
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }


/* Estilos gerais */
.table-responsive {
    width: 100%;
    margin-bottom: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .table {
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
  }
  
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  
  /* Estilos para telas pequenas */
  @media (max-width: 576px) {
    .table-responsive {
      display: block;
    }
  
    .table thead {
      display: none;
    }
  
    .table tbody,
    .table tr,
    .table td {
      display: block;
      width: 100%;
      box-sizing: border-box;
    }
  
    .table tr {
      margin-bottom: 1rem;
      border: 1px solid #dee2e6;
      border-radius: 0.25rem;
    }
  
    .table td {
      position: relative;
      padding-left: 50%;
      text-align: left;
      border: none;
    }
  
    .table td::before {
      content: attr(data-label);
      position: absolute;
      left: 0;
      top: 0;
      padding-left: 0.75rem;
      font-weight: bold;
      text-transform: uppercase;
    }
  
    .table td:last-child {
      border-bottom: 1px solid #dee2e6;
    }
  }
  
  /* Estilos para telas médias e grandes */
/* Modal com largura quase total da tela */
.modal-dialog {
    max-width: 98vw !important;
    width: 98vw !important;
    margin: auto;
  }
  
  /* Aumenta o conteúdo do modal */
  .modal-content {
    padding: 20px;
  }
  
  /* Campos dentro do modal */
  .modal-content input[type="text"],
  .modal-content input[type="number"],
  .modal-content input[type="email"],
  .modal-content input[type="date"],
  .modal-content select,
  .modal-content textarea {
    width: 100% !important;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    box-sizing: border-box;
  }
  

  /* Estilos para telas médias e grandes */
@media (min-width: 768px) {
    .modal-dialog {
      max-width: 90%;
    }
  }
  
  @media (min-width: 992px) {
    .modal-dialog {
      max-width: 95%;
    }
  }
  
  @media (min-width: 1200px) {
    .modal-dialog {
      max-width: 98%;
    }
  }
  