.overview_dashboard{display:flex;flex-direction:column;padding:15px;width:100%;justify-content:center;gap:25px}.card_container{display:flex;flex-wrap:wrap;gap:12px}.users_card{min-width:200px;box-shadow:0 0 3px 1px rgba(0,0,0,.6);border-radius:5px;padding:16px 16px 8px;border-bottom:3px solid #046a21}.users_card h4{color:#111178;font-weight:600;text-shadow:1px 0 1px rgba(0,0,0,.6)}.user_details{display:flex;width:100%;justify-content:flex-start;gap:8px;align-items:center}.user_details h3{font-weight:700;font-size:21px}.query_list,.user_details p{font-size:11px}.user_box{display:flex;width:100%;justify-content:space-between;align-items:center}.users_card:hover{box-shadow:0 0 5px 2px rgba(0,0,0,.6)}.query_status{margin-top:15px}.header_title{background-color:#046a21;padding:14px 16px}.header_title,.header_title h2{color:#fff;text-shadow:1px 0 1px rgba(0,0,0,.6)}.header_title h2{font-weight:700}.action_container{display:flex;width:100%;justify-content:flex-end;padding:5px}.action_container button{font-size:14px;padding:2px 12px}