.card-wrapper{display:flex;margin-bottom:30px;width:100%}.customBtn{align-items:center;background-color:#6a529a;border:1px solid #6a529a;border-radius:4px;color:#fff;display:inline-flex;font-size:16px;height:100%;justify-content:center;transition:.5s;width:100%}.customBtn:hover{background-color:#fff;color:#6a529a}.card-wrapper .img-wrapper{margin-right:15px}.card-wrapper .img-wrapper img{height:auto;max-height:100px;max-width:100px;width:100px}.card-wrapper .content-wrapper{margin-left:15px}.card-wrapper .content-wrapper .color-wrapper{display:flex}.card-wrapper .content-wrapper .color-wrapper span{height:15px;margin-left:5px;width:15px}.lds-dual-ring{display:inline-block;height:45px;margin-left:10px;width:45px}.lds-dual-ring:after{animation:lds-dual-ring 1.2s linear infinite;border-color:#fff transparent;border-radius:50%;border-style:solid;border-width:6px;content:" ";display:block;height:100%;width:100%}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}