@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-VariableFont_slnt,wght.ttf') format('truetype'),
        url('../fonts/Inter-VariableFont_slnt,wght.ttf') format('truetype');
}

:root {
    --primaryColor: #2CC36B;
}

input[type="checkbox"], input[type="radio"] {
    accent-color: #646878;
    margin-top: 0;
    margin-left: 0;
}

input[type="checkbox"] {
    margin: 0;
}

body {
    font-family: Inter;
    margin: 0;
}

html {
    background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #FFF;
}

p {
    margin: 0;
}

.passo_2-box {
    background-color: #fff;
    max-width: 886px;
    margin: 10px auto;
    border-radius: 20px;
    box-sizing: border-box;
}

.passo_2-footer {
    max-width: 886px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    margin: 0 auto;
    padding: 20px 40px;
    box-shadow: 0px 0px 20.4px 0px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}

.payment-options-wrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.payment-options-wrapper label {
    width: 100%;
    height: 90px;
    border-radius: 10px;
    display: flex;
}

.payment-options-wrapper label div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #DEE3E9;
    background: #FFF;
    cursor: pointer;
    gap: 5px;
    position: relative;
}

.payment-options-wrapper label div svg {
    margin-bottom: 5px;
}

.payment-options-wrapper label div:hover {
    border: 1px solid var(--primaryColor);
    background: #F0FBF5;
}

.payment-options-wrapper label div.active {
    border: 1px solid var(--primaryColor);
    background: #F0FBF5;
}

.payment-options-wrapper label div:hover svg path {
    fill: var(--primaryColor);
}

.payment-options-wrapper label div.active svg path {
    fill: var(--primaryColor);
}

.payment-options-wrapper label input {
    display: none;
}

.payment-options-wrapper label div span {
    color: #646878;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}

.tag-desconto {
    display: flex;
    padding: 6px;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 8px !important;
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 0px 10px;
    background: #2CC36B;
}

.payment-options-wrapper label div:hover span {
    color: var(--primaryColor);
}

.payment-options-wrapper label div.active span {
    color: var(--primaryColor);
}

.payment-options-wrapper label div.active .tag-desconto  {
    background: var(--primaryColor);
}

.payment-options-wrapper label div:hover .tag-desconto {
    background: var(--primaryColor);
}

.checkout-fill {
    accent-color: var(--primaryColor);
}

.valor-sub {
    color: #737785;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    width: max-content;
}

.valor-main {
    color: #2CC36B;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    width: max-content;
}

.valor-parcela {
    color: #2CC36B;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    width: max-content;
}

.termos {
    color: #4E5666;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.termos a {
    color: #2196F3;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.checkout_table-header {
    height: 42px;
    width: 100%;    
    background: #fff;
    color: #4E5666;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    border: 1px solid #D9D9D9;
}
.checkout_atividade-date {
    color: #646878;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}

.checkout_atividade-name {
    color: #4E5666;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.checkout_atividade-bloco {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border: 1px solid #D9D9D9;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.checkout_atividade-value {
    color: #4E5666;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.checkout_atividade-value_sub {
    color: #646878;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}

.error {
    color: #FF2B34;
    font-size: 12px;
    font-family: Inter;
}

#box-inscricao-evento .form-inscricao #content-pagamento {
    display:none;
}

.tabela_ativ-search {
    border-radius: 15px 15px 0px 0px;
    background: #F9FAFB;
    margin-bottom: 0;
    height: 111px;
    padding: 20px 25px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    border-bottom: none;
}

.tabela-ativ-checkbox {
    margin-right: 10px;
}

.tabela-ativ-checkbox::after {
    content: '';
    position: absolute;
    width: 1px;
    background: #D9D9D9;
    left: 55px;
    bottom: 0;
    top: 0;
}

.checkout_atividade-bloco.active .tabela-ativ-checkbox::after {
    background: #2CC36B !important;
}

.checkout_atividade-bloco.active input[type="checkbox"] {
    accent-color: var(--primaryColor);
}

.tabela-passo3 {
    border-spacing: 0;
    border-radius: 10px;
    padding: 0 20px 20px 20px;
    background: #F3F5FA;
    width: 100%;
    box-sizing: border-box;
}

.tabela-passo3 tbody {
    border-radius: 10px;
}

.tabela-passo3 tr {
    display: flex;
    gap: 10px;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #151515;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.tabela-passo3 tr td:nth-child(2) {
    text-align: right;
    overflow-wrap: anywhere;
}

.tabela-passo3 th {
    color: #737785;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 20px 0 20px 0;
}

.tabela-passo3 .divisor-tabela {
    content: '';
    position: absolute;
    height: 1px;
    background: #DEE3E9;
    width: 100%;
    margin: 15px 0;
}

#tabela-itens_compra tr td:nth-child(2) {
    text-wrap: nowrap;
}


@media (max-width: 768px) {
    .passo_2-box {
        padding: 30px 20px !important;
    }
}