.container {
    width: 100%;
    height: 100vh;
    background-color: #F5F5F5;
}

.queryContainer {
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
}

.detailContainer {
    width: 100%;
    height: 100%;
}

.queryIpt {
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
    border-radius: 0 6px 6px 0;
    flex: 1;
    font-size: 16px;
}

.clearIcon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: none;
}

.icBox {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #B5B5B5;
    box-sizing: border-box;
    background-color: white;
    border-radius: 6px;
    margin-top: 30px;
    position: relative;
}


input::-webkit-input-placeholder {
    color: #BBBBBB;
    letter-spacing: 1px;
    font-size: 16px;
}

.queryTitle p {
    letter-spacing: 1px;
}

.queryTitle {
    display: flex;
    align-items: center;
    font-size: 18px;
    /* font-weight: 700; */
}

.queryICon {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.queryBox {
    height: 100%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px #EFEFEF;
    border: 2px solid #E3E3E3;
    position: relative;
}

.queryCon {
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.queryBtn {
    width: 60%;
    background-color: lightblue;
    background-image: linear-gradient(to right, #AB63A9, #924C90);
    height: 46px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 1px;
    color: white;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 30%;
    border-radius: 6px;
}

.container {
    /* background-color: #F6F6F6; */
    /* background-color: red; */
}

.contact {
    color: #81357F;
    letter-spacing: 1px;
    font-size: 14px;
    /* font-weight: 700; */
}

.detailBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.menuPhone span {
    letter-spacing: normal;
}

.menuDetail {
    display: inline-block;
    color: white;
    letter-spacing: 1px;
    padding: 4px 5px;
    border-radius: 2px;
    margin-bottom: 15px;
    background-image: linear-gradient(to right, #AB63A9, #924C90);
}

.dataList {
    width: 100%;
    height: calc(100% - 132px);
    overflow-y: scroll;
    padding: 10px;
    box-sizing: border-box;
    /* background-color: lightblue; */
}

.menuPhone {
    letter-spacing: 1px;
    margin: 15px 0;
}

.menuDesc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menuDesc p:first-of-type {
    font-weight: 700;
    color: #333;
}

.menuDesc p:last-of-type {
    color: #FF0000;
    letter-spacing: 1px;
    font-weight: 700;
}

.listItems {
    background-color: white;
    border: 1px solid #E4E4E4;
    box-shadow: 0 0 10px #F0F0F0;
    border-radius: 6px;
    padding: 20px 10px 15px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.headerBox {
    background-color: white;
}

.headerBox>p {
    padding: 25px 25px;
    box-sizing: border-box;
    font-size: 19px;
}

.headerBox>p span {
    color: #BBBBBB;
}

.header {
    position: relative;
}

.header p {
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 19px;
}

.header img {
    position: absolute;
    width: 20px;
    height: 22px;
    padding: 10px;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
}