.btn-common{background-clip:padding-box;transition:all .35s linear;@apply flex px-0 py-[.88rem] h-[2.75rem] justify-center items-center relative gap-1 rounded;@apply border border-solid border-transparent relative;}.btn-common:before{content:"";@apply absolute -m-[3px] top-0 left-0 right-0 bottom-0 -z-[1] rounded-[inherit];}.btn-common:after{background-size:100% 100%;content:"";@apply absolute size-full inset-0 bg-center bg-no-repeat;}.btn-common:disabled{background:unset;@apply bg-disabled-secondary cursor-not-allowed border-0;}.btn-common:disabled svg path{fill:var(--text-disabled-primary)}.btn-common:disabled:after,.btn-common:disabled:before{@apply hidden;}.btn-common:disabled .btn-common--text{@apply text-disabled-primary;}.btn-common--text{@apply text-inverse-primary text-body-16-bold z-[1];}.btn_gold{background:linear-gradient(180deg,#e5e58e,#ab8256)}.btn_gold:before{background:linear-gradient(180deg,#ab8256,#e5e58e)}.btn_silver{background:linear-gradient(180deg,#dddde3,#64646d)}.btn_silver:before{background:linear-gradient(180deg,#64646d,#dddde3)}
