.button{font-style:normal;font-size:16px;font-weight:600;line-height:20px}.button-component{outline:none;border:none}.button-component .icon-button{margin-right:10px}.button-component .loader{margin-right:8px;border:2px solid #fff;border-bottom-color:rgba(0,0,0,0)!important;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.button-component .content-btn{text-transform:uppercase;font-weight:600;line-height:22px}.button-component:hover{background-color:#aed2ee!important;border:1px solid #b3deff!important;color:#4267cd!important;opacity:1!important}.button-component:disabled{pointer-events:none!important;cursor:not-allowed!important}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:500px){.button{font-size:13px!important;padding:4px 10px!important;border-radius:15px!important}.content-btn{font-size:12px}}@media(max-width:400px){.content-btn{font-size:10px}.button-component .icon-button{margin-right:0}}