.div-zmq-result-box {
    color: #ffffff;
    text-align: center;
    line-height: 2;
}
.zmq-orange {
    color: #FACD91;
}
.div-zmq-result-info {
    margin-bottom: 0.5em;
}
.div-zmq-result-option {
    display: flex;
    justify-content: space-between;
}
.div-zmq-result-option>div {
    width: 33.33%;
}
.text-c {
    text-align: center;
}
.btn-zmq-back {
    background-color: #FFEACA;
    color: #BD1A2D;
    border: none;
    padding: 8px 1em;
    border-radius: 10px;
    width: 6em;
    margin: 0 auto;
}
.btn-zmq-not-accurate {
    color: #FFD9D9;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
}

.cal_zmq {
    width: 100% !important;
    min-height: 221px;
    flex-direction: column !important;
    background: #BD1A2D;
}

.div-zmq-body {
    width: 95%;
    height: 186px;
    display: none;
    flex-direction: column;
}

.div-zmq-body.active {
    display: flex;
}
.div-zmq-not-accurate {
    text-align: center;
    color: #ffffff;
    line-height: 2;
    margin: 1em;
}
.cal_zmq {
    height: 225px;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}

.cal_zmq>p {
    width: 90%;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: white;
    font-size: 18px;
    margin: 14px 0px 0px 0px;
}

.cal_zmq>p img {
    width: 22px;
    margin-right: 10px;
}

.cal_zmq_1 {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-around;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 10px;
}

.span-zmq-tab {
    background-color: #ffffff;
    color: #666666;
    cursor: pointer;
    border-bottom: 2px solid rgb(245, 154, 35);
    cursor: pointer;
    width: 20%;
    height: 100%;
    line-height: 30px;
    text-align: center;
}
.span-zmq-tab.active {
    background-color: #f59a23;
    color: #ffffff;
}
.div-zmq-form-box {
    height: 100px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.div-zmq-form-box>form {
    width: 90%;
    display: none;
    flex-wrap: wrap;
}
.div-zmq-form-box>form.active {
    display: flex;
}

.div-zmq-form-box>form select, .div-zmq-form-box>form input {
    height: 46px;
}

.div-zmq-form-box>form select {
    border: none;
    width: 148px;
    border-radius: 2px;
}

.div-zmq-form-box select {
    width: 46%;
    height: 44%;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    margin-right: 2px;
}

.div-zmq-form-box input {
    width: 98%;
    border: none;
    padding: 0px 10px;
    border-radius: 2px;
    font-size: 15px;
}

.div-zmq-form-box .p-btn-search {
    width: 70px;
    height: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FACD91;
    color: #BD1A2D;
    margin-left: 3px;
    cursor: pointer;
    font-size: 16px;
}

.p-zmq-description {
    padding: 5px 0;
    display: flex;
    font-size: 12px;
    color: white;
    letter-spacing: -1px
}
