.invalid-feedback{
    color:red;
    font-weight: bold;
}
label{
    font-size:14px;
    color:#000;
}
.txt1{
    font-size:20px;
    text-align: center;
}

.txt2{
    font-size:30px;
    text-align: center;
}

.txt3{
    font-size:18px;
    text-align: center;
}

.text-center{
    display: block;
    text-align: center !important;
}
.denah-mobil{
    position: relative;
}
#block-rsv-select{
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#block-rsv-select p{
    font-size: 20px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
}

.box-summary{
    margin-top: 50px;
    border: #000 1px solid;
    padding: 5px;
}

.box-summary-title{
    font-size: 20px;
    background: #133ABA;
    color: #FFF;
    padding: 10px;
    text-align: center;
}

#form_pesan{
    padding:0 !important;
}

#form_pesan table{
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}

.form-pesan-kotak{
    border:#b1b1b1 1px solid;
    /*padding:10px;*/
    margin-bottom: 10px;
}

.form-pesan-kotak .tampung{
    padding:10px;
}

.form-pesan-kotak .tampung label{
    color:#000;
}

.form-pesan-kotak .title{
    background: #133ABA;
    color:#FFF;
    font-weight: bold;
    padding:10px;
}

.form-pesan-kotak .title-red{
    background: #e04622;;
    color:#FFF;
    font-weight: bold;
    padding:10px;
}

#gallery_kotak{
    padding:10px;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}

.list-bootstrap{
    margin-left:10px;
}

.list-bootstrap li{
    font-size:14px;
    color:#000;
}

/* CSS radio button */
/* Style the radio container (the label) */
.radio-container {
    display: block;
    position: relative;
    padding-left: 30px; /* Adjust the space between the radio button and label */
    margin-bottom: 15px;
    cursor: pointer;
    user-select: none;
    font-weight: normal;
  }

  /* Style the radio input */
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Style the radio indicator (the actual radio button) */
  .radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc; /* Border color */
    border-radius: 50%; /* Make it circular */
  }

  /* Style the radio indicator (dot inside the radio button) */
  .radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #007BFF; /* Color when selected */
    border-radius: 50%;
  }

  /* When the radio input is checked, display the indicator as a dot */
  .radio-container input:checked ~ .radio-checkmark:after {
    display: block;
  }

  /* Hover effect for the radio container */
  .radio-container:hover .radio-checkmark {
    background-color: #f3f3f3; /* Background color on hover */
  }
