.cometchat-button{width:160px;height:40px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px);border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-primary-button-background,#6852d6);cursor:pointer;border:none;justify-content:center;align-self:stretch;align-items:center;display:flex}.cometchat-button__text{color:var(--cometchat-static-white,#fff);font:var(--cometchat-font-button-medium,500 14px Roboto);cursor:pointer;line-height:120%}.cometchat-button__icon{cursor:pointer;justify-content:center;align-items:center;display:flex}.cometchat-button__icon-default{width:24px;height:24px}.cometchat-button:hover{background:var(--cometchat-extended-primary-color-800,#7a6bd6)}.cometchat-button:active{background:var(--cometchat-extended-primary-color-900,#5d49be);outline:none}.cometchat-button:focus{outline:none}.cometchat-button__loading-view{width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}