.logo {
    width: 150px;
    height: auto;
    margin: 20px 20px 0 20px;
}

.container{
    padding: 0;
}

.banner-container {
   width: 100%;
}

.banner {
    width: 80%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
}

.phone-container {
    width: 80%;
    margin: 0 auto;
    margin-top: -10px;
}

.phone-container .form-check {
    padding: 10px 0;
    margin-left: 20px;
}
.phone-container .form-check .form-check-label{
    width: 100%;
}
.form-check-input {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-top: 0;
}

.phone-number {
    background-color: #fff !important;
}

.status-container{
    width: 80%;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
}
.status-container span {
    font-size: 14px;
}
/* .status-container .sub, #lab9 {
    display: none;
} */

.status-container .time {
    width: 40px;
    display: inline-block;
}

.form-group{
    width: 80%;
    margin: 0 auto;
}

.form-group .input-group{
    margin-top: 10px;
}

.form-group .default-phone{
    width: 100%;
}

.form-group .default-phone .btn-call{
    float: right;
}

.action-container {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
}

.action-group {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}

.action-item button{
    font-size: 12px;
    width: 80px; 
   /* height: 60px; */
}

.declare-container {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.modal-body {
    padding: 2rem;
}

.modal-body p {
    font-size: 12px; 
}

.modal-body ol li{
    font-size: 12px;
    margin-left: -24px;
}


.modal-body .form-control {
    width: 80%;
}

.modal-body .form-group {
    margin: 20px auto;
    width: 100%;
}

.modal-body .form-group label {
    line-height: 36px;
    width: 20%;
}

.choice-title {
    margin-top: 10px;
}
.choice-title button {
   float: right;
}

.alert {
    display: none;
    z-index: 9999;
    position: fixed;
    text-align: center;
    width: 90%;
    top:50px;
    left: 50%; 
    transform: translate(-50%, -50%); 
}


.footer {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 12px;
    margin-top: 30px;
}

.footer a{
    color: #333;
    font-size: 12px;
}