#search-box{width:100%;max-width:600px;margin:3rem auto;padding:0 1rem}.txt-box{display:flex;align-items:center;width:100%;background-color:#fff;border-radius:2rem 2rem 2rem 2rem;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden}#txt-search,.qdv-search-input{flex:1;border:0;padding:.6rem 1rem;font-size:1rem;outline:0;border-radius:0 2rem 2rem 0;transition:background-color .3s}#txt-search-qm,.qdv-search-btn{background-color:var(--qdv-background-color-main);color:#fff;border:0;padding:.75rem 1rem;cursor:pointer;font-size:1rem;transition:background-color .3s;border-radius:2rem 0 0 2rem}#txt-search-qm:hover,.qdv-search-btn:hover{background-color:var(--bs-gray-500)}#txt-search-qm i,.qdv-search-btn i{font-size:1.2rem}#txt-search-et,.qdv-search-eraser{background-color:var(--qdv-background-color-main);color:#fff;border:0;padding:.75rem 1rem;cursor:pointer;font-size:1rem;transition:background-color .3s;border-radius:0 2rem 2rem 0}#txt-search-et:hover,.qdv-search-eraser:hover{background-color:var(--bs-gray-500)}#txt-search-et i,.qdv-search-eraser i{font-size:1.2rem}
