#agents{position:relative}#agents h1{font-weight:700;font-size:1.25rem;color:#fff}#agents h2{font-size:small;color:#fff}#agents h3{font-size:small;color:#d9d9d9}#agents .action_heading{position:relative;display:flex;height:50px;margin-top:.5rem;gap:10px;align-items:center}#agents .action_heading .search_input{position:relative;width:100%;height:70%}#agents .action_heading .search_input input{width:100%;padding-left:5px;padding-right:30px}#agents .action_heading .search_input .icon{right:5%;transform:translateY(-50%)}#agents .action_heading .filter_selection{position:relative;width:50%;height:100%;display:flex;padding:10px;justify-content:space-between;align-items:center;background-color:#d9d9d9;font-size:.8rem}#agents .agent_list{position:relative;display:grid;grid-template-columns:1fr;gap:12px}@media (min-width:1024px){#agents .agent_list{grid-template-columns:1fr 1fr}}#agents .agent_list .agent_card{position:relative;display:flex;border:1px solid #d9d9d9;flex:1;height:100%;align-items:center;background-color:var(--primary-color)}#agents .agent_list .agent_card .left_content{position:relative;width:30%;overflow:hidden;height:100%}#agents .agent_list .agent_card .left_content .img_wrapper{height:100%}#agents .agent_list .agent_card .right_content .agent_name{position:relative;display:flex;gap:6px;height:26px;align-items:center}#agents .agent_list .agent_card .left_content,#agents .agent_list .agent_card .top_content{height:150px;flex-shrink:0;overflow:hidden}#agents .agent_list .agent_card .left_content img,#agents .agent_list .agent_card .top_content img{width:100%;height:100%;object-fit:cover}#agents .agent_list .agent_card .right_content .line{width:5px;height:70%;background-color:var(--secondary-color)}#agents .agent_list .agent_card .right_content{position:relative;width:70%;height:100%;padding:10px 15px;display:flex;flex-direction:column;gap:4px}#agents .agent_list .agent_card .right_content .right_bottom{margin-top:auto;position:relative;width:100%;display:flex;gap:4px;justify-content:start;flex-wrap:wrap}#agents .agent_list .agent_card .right_content .tag{display:flex;justify-content:center;align-items:center;color:#000;background:#d9d9d9;font-size:x-small;padding:2px 8px}#agents .agent_list .agent_card .top_content{position:relative;width:100%;overflow:hidden;height:120px;padding:10px 15px}#agents .agent_list .agent_card .top_content .img_wrapper{height:100%}#agents .agent_list .agent_card .bottom_content{position:relative;width:100%;height:70%;padding:10px 15px;display:flex;flex-direction:column;gap:4px;flex:1}#agents .agent_list .agent_card .bottom_content .agent_name{position:relative;display:flex;gap:6px;height:26px;align-items:center;justify-content:start}#agents .agent_list .agent_card .bottom_content .line{width:5px;height:70%;background-color:var(--secondary-color)}#agents .agent_list .agent_card .bottom_content .right_bottom{margin-top:auto;position:relative;width:100%;display:flex;gap:4px;justify-content:start;flex-wrap:wrap}#agents .agent_list .agent_card .bottom_content .tag{display:flex;justify-content:center;align-items:center;color:#000;background:#d9d9d9;font-size:x-small;padding:2px 8px}