.common_btn{display:flex;align-items:center;justify-content:center;padding:1.3rem 2.6rem;border:none;cursor:pointer;background:linear-gradient(180deg,#E7000B,#810006);font-weight:600;font-size:1.4rem;white-space:nowrap;line-height:2.4rem;color:#fff;min-height:6rem;border-radius:1.2rem;transition:.2s ease-in;border:1px solid rgba(0,0,0,0)}.common_btn.common_btn_secondary{background:linear-gradient(90deg,#B6852C,#D7B557);border-color:rgba(0,0,0,0);color:#000}.common_btn.common_btn_secondary:focus,.common_btn.common_btn_secondary:hover{background:none;border:1px solid #e7000b;color:#fff}.common_btn .btn_content{display:flex;align-items:center;gap:1rem}.common_btn .btn_content .btn_icon{margin-top:-.9rem;width:1.7rem;height:1.7rem}.common_btn .btn_content .btn_icon svg{stroke:rgba(0,0,0,.4705882353)}.common_btn:focus,.common_btn:hover{background:none;border:1px solid #e7000b}.common_btn.common_btn_table{padding:.5rem 1.3rem;font-size:1.6rem;height:auto;min-height:auto}.common_btn span{transition:.2s ease-in}@media(max-width:1679px){.common_btn{min-height:5rem}}@media(max-width:575px){.common_btn{font-size:1.4rem;line-height:1.6rem;border-radius:1rem;min-height:4rem}}.common_btn.w-100{width:100%}.common_btn:disabled{cursor:not-allowed;opacity:.6}.common_btn:hover:not(:disabled){border-color:#e7000b;background:rgba(0,0,0,0)!important}.common_btn .spinner{width:2.4rem;height:2.4rem;border:2px solid #fff;border-top-color:rgba(107,114,128,.3019607843);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}