.freelancerCard{border:1px solid rgba(64,64,64,.4);border-radius:20px;overflow:hidden;position:relative;height:100%;display:flex;flex-direction:column;justify-content:space-between}.freelancerCard .checkbox{position:absolute;z-index:9;right:10px;top:10px}.freelancerCard .checkbox input{cursor:pointer;width:20px;height:20px;border-radius:0;background-color:rgba(87,56,222,.3);border-color:#5738de}.freelancerCard .checkbox input:focus{box-shadow:none;outline:none}.freelancerCard .checkbox .form-check-input:checked[type=checkbox]{background-color:#fff;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%235738DE' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.freelancerCard .featureImage{position:relative;height:230px}.freelancerCard .featureImage img,.freelancerCard .featureImage video{width:100%;height:100%;object-fit:cover}.freelancerCard .featureImage .wishIcon{position:absolute;top:15px;right:15px;cursor:pointer;background-color:#fff;width:30px;height:30px;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.freelancerCard .featureImage .wishIcon svg{margin-top:1px;color:#ff4757;transition:all .3s ease-in-out}.freelancerCard .featureImage .wishIcon:hover{background-color:#ff4757}.freelancerCard .featureImage .wishIcon:hover svg{color:#fff}.freelancerCard .freelancerInfo{padding:0 18px}.freelancerCard .freelancerInfo .verifiedBedge{position:absolute;top:50px;right:15px}.freelancerCard .freelancerInfo .photoWrapper{border-radius:100%;width:-moz-fit-content;width:fit-content;margin-top:-37px;position:relative;z-index:9;border:1px solid #fff;margin-bottom:20px}.freelancerCard .freelancerInfo .title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.freelancerCard .freelancerInfo .title h5{font-size:16px;font-weight:600;color:#000}.freelancerCard .freelancerInfo .title p{display:flex;align-items:center;font-size:14px}.freelancerCard .freelancerInfo .title p svg{color:#fdd835;margin-right:4px;margin-top:-2px}.freelancerCard .freelancerInfo .title p b{font-weight:600}.freelancerCard .freelancerInfo .freelancerSkills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.freelancerCard .freelancerInfo .freelancerSkills .alert.alert-info.skillBadge{background-color:rgba(87,56,222,.2);border:0;color:#5738de;padding:4px 8px;font-size:10px;border-radius:20px;margin:0}.freelancerCard .freelancerInfo .freelancerSkills .show-more-skills-btn{background-color:rgba(0,0,0,0);border:1px solid #5738de;color:#5738de;padding:4px 8px;font-size:10px;border-radius:20px;cursor:pointer;transition:all .3s ease;font-weight:500}.freelancerCard .freelancerInfo .freelancerSkills .show-more-skills-btn:hover{background-color:#5738de;color:#fff}.freelancerCard .freelancerInfo p{font-size:14px;color:rgba(0,0,0,.4862745098);margin-bottom:10px}.freelancerCard .freelancerFooter{border-top:1px solid rgba(64,64,64,.4);padding:10px 18px 18px;display:flex;align-items:center;justify-content:space-between}.freelancerCard .freelancerFooter span{font-size:14px}.freelancerCard .freelancerFooter h6{font-size:16px;font-weight:600;margin:0}.freelancerCard .freelancerFooter button{width:-moz-fit-content!important;width:fit-content!important}