/* main pay */

.pay-error {
    margin-bottom: 20px;
}

.pay-error p {
    display: none;
    color: red;
    margin: 0px;
}

.list-donhang tr {
    border-bottom: 2px solid #ddd;
}

.pay-top {
    padding-top: 30px;
}

.pay-top a {
    color: #004895;
}

.pay-top a:hover {
    text-decoration: none;
}

.list-tt input {
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.pick-qg {
    box-shadow: inset 0 -1.4em 1em 0 rgb(0 0 0 / 2%);
    background-color: #fff;
    border: 1px solid #ccc;
}

.list-donhang {
    width: 100%;
}

.list-donhang tr th {
    padding-top: 15px;
}

.donhang {
    margin-bottom: 100px;
    padding: 30px 20px;
    border: 2px solid #004793;
}

.btn-dathang {
    cursor: pointer;
    width: 150px;
    height: 50px;
    background-color: #fa9400;
}

.btn-dathang p {
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}

#pay-text {
    padding-left: 10px;
    outline: none;
    width: 100%;
    height: 100px;
    box-shadow: inset 0 -1.4em 1em 0 rgb(0 0 0 / 2%);
    border: 1px solid #ccc;
}
#submit{
  cursor: pointer; 
  width: 120px;
  height: 45px;
  border: 0px;
  font-weight: bold;
  background-color: #FA9400;
  color: white;
}
#optCity ,
#optDistrict,
#optCommunes{
    background:#fff;
    outline: none;
    width:100%;
    height:40px;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}


.pay_an,
.an_magt{
  color: #444;
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.6s;
}

.pay_hien,
.hien_magt{
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-out;
}
.pay_hien_padding {
  padding:20px;
  background-color: rgba(0,0,0,0.03);
}
.pay_hien_padding input,
.hien_magt_padding input{
  border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
.hien_magt_padding{
  padding: 20px;
    border: 2px dashed #004895;
    margin: 20px 0;
    position:relative;
}
.pay-submit-login button{
  width: 130px;
    height: 40px;
    margin-top:20px;
    margin-bottom:10px;
    border: none;
    background: #004895;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
.hien_magt_padding button{
  position: absolute;
    height: 36px;
    border: none;
    width: 200px;
    background: #004895;
    color: #fff;
    font-weight: 600;
    right: 20px;
    z-index:1;
    cursor: pointer;
}
@media (max-width:999px){
    .hien_magt_padding button{
       position: initial !important;
       margin-top:10px;
       width:100% !important;
    }
 } 