@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: #4b4b4b;
    --primary-alt: #4b4b4b;
    --secondary: #e0e0e2;
    --secondary-alt: #e0e0e2;
    --preto: #2f1b38;
    --verde: #229693;
}
html {
    font-family: 'Jost', sans-serif;
}
body {
    font-family: 'Jost', sans-serif;
    color: var(--primary);
    background-color: #595959;
    font-weight: 500;
}
@media (min-width: 768px) {
    body {
        background-color: #f7f7f7;
    }
}
a {
    color: #fff;
    text-decoration: none !important;
}
a:hover {
    color: #fff;
}
strong {
    font-weight: 700;
}
.btn {
    padding: .75rem .75rem;
    border-radius: 0;
    font-size: 1.25rem;
    font-weight: 500;
}
.btn-sm {
    padding: .5rem 1.25rem;
    font-size: 1rem !important;
    font-weight: 400;
}
.btn-primary, .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary-alt);
}
.btn-primary:hover, .btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-alt);
    border-color: var(--primary-alt);
}
.btn-check:focus + .btn-primary, .btn-primary:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5);
}
.btn-secondary, .btn-secondary:disabled, .btn-secondary.disabled {
    color: var(--primary);
    background-color: var(--secondary);
    border-color: var(--secondary-alt);
}
.btn-secondary:hover, .btn-check:focus + .btn-secondary, .btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: var(--primary);
    background-color: var(--secondary-alt);
    border-color: var(--secondary-alt);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus, 
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(75, 75, 75, .5);
}
.btn-outline-primary,
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: var(--primary);
    border-color: var(--primary-alt);
    background-color: transparent;
    font-size: 1rem;
    opacity: .6;
}
.btn-outline-primary:hover, 
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-alt);
    border-color: var(--primary-alt);
}
.btn-outline-primary:focus, .btn-outline-primary.focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5);
}
.btn-outline-secondary,
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: var(--secondary);
    border-color: var(--secondary-alt);
    background-color: transparent;
    font-size: 1rem;
}
.btn-outline-secondary:hover, 
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--secondary-alt);
    border-color: var(--secondary-alt);
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus, 
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(75, 75, 75, .5);
}
.btn-success, .btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: var(--success);
    border-color: var(--success-alt);
}
.btn-success:hover, .btn-check:focus + .btn-success, .btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: var(--success-alt);
    border-color: var(--success-alt);
}
.btn-check:focus + .btn-success, .btn-success:focus, 
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 151, 148, .5);
}
.btn-outline-success,
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: var(--success);
    border-color: var(--success-alt);
    background-color: transparent;
    font-size: 1rem;
    font-weight: 400;
}
.btn-outline-success:hover, 
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: var(--primary);
    background-color: var(--success-alt);
    border-color: var(--success-alt);
}
.btn-outline-success:focus, .btn-outline-success.focus, 
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 151, 148, .5);
}
.btn-light {
    padding: .65rem 1.25rem;
    background-color: #ffffffcc;
    font-weight: 400;
}
#conteudo {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
}
header {
    padding-top: 1rem;
    /*background-color: #fff;*/
}
section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 2rem;
    font-size: .875rem;
    line-height: 1.25;
}
#conteudo:not(.bg-top, .login) section {
    background: linear-gradient(to bottom, #e9e9e900, #fff, #e2e3e6) !important;
}
section h4 {
    margin: 0 0 1rem;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.1;
}
section h4 > small {
    font-size: 1.2rem;
    font-weight: 400;
}
section h4 > span {
    font-family: "Bodoni Moda", serif;
    font-weight: 700;
    font-size: 1.375rem;
}
section h5 {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
    font-weight: 500;
}
section h5 > small {
    display: block;
    font-weight: 500;
}
section hr {
    width: 100%;
    border-top: 1px solid var(--secondary);
}
section label {
    margin-bottom: .25rem;
    color: var(--primary);
    font-weight: 400;
}
section .form-control {
    height: 48px;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--primary) !important;
    border-radius: 0;
}
section textarea.form-control {
    height: auto !important;
    resize: none !important;
}
section .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: .875rem;
}
section .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: .875rem;
}
section .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: .875rem;
}
section select option {
    background-color: var(--secondary);
}
.login {
    background: url('../img/bg.png') no-repeat !important;
    background-size: cover;
    /*background-position-y: 59px;*/
}
.login section {
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #fff;
}
.login section h4 {
    margin: 0 0 .875rem;
    font-weight: 700;
}
.login section p {
    margin: 0 0 1.25rem;
}
.login section .form-group {
    margin-bottom: 1.25rem;
}
.login section label {
    margin-bottom: .75rem;
    font-size: .875rem;
    font-weight: 500;
    color: var(--primary);
}
.login section .form-control {
    background-color: rgba(224, 224, 226, 1) !important;
    border-color: rgba(224, 224, 226, 1) !important;
    text-align: center;
    color: var(--primary) !important;
    border-radius: 0;
}
.login section .form-control::-moz-placeholder {
    color: var(--primary);
}
.login section .form-control:-ms-input-placeholder {
    color: var(--primary);
}
.login section .form-control::-webkit-input-placeholder {
    color: var(--primary);
}
/*.login section .btn-outline-success,
.login section .btn-outline-success.disabled, .login section .btn-outline-success:disabled {
    color: #fff;
}*/
.btn-qrcode {
    padding: 1.25rem;
    line-height: 1;
    font-size: 1.65rem;
    border-radius: .75rem;
}
.btn-qrcode small {
    display: block;
    margin-top: .5rem;
    font-size: .875rem;
    line-height: 1.15 !important;
}
.btn-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*border-color: #fff !important;*/
    border-radius: 0;
    padding: 2rem .875rem;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: left;
}
.btn-flex small {
    display: block;
    margin-top: .15rem;
    font-size: .75rem;
    line-height: 1.25 !important;
}
.btn-flex img {
    height: 50px;
    margin-left: .875rem;
}
.botoes-menu {
    display: flex;
    justify-content: space-between;
}
.botoes-menu .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48%;
    margin-bottom: .75rem;
    padding: 1.75rem .875rem;
    border-radius: 0;
    font-size: .875rem;
    font-weight: 800;
    line-height: 1.25;
}
.botoes-menu .btn img {
    margin-bottom: 1rem;
}
.botoes-menu .btn > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 58px;
}
.botoes-menu .btn strong {
    font-weight: 700;
}
.checkin-premiado {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: center;
    font-size: .875rem;
    font-weight: 400;
}
.checkin-premiado div:first-child {
    position: absolute;
    top: -3rem;
    left: .875rem;
    right: .875rem;
    padding: .875rem 1rem;
    border-radius: .75rem;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.15;
    background-color: var(--success);
}
.checkin-premiado div:first-child strong {
    font-weight: 900;
}
.checkin-premiado div:first-child small {
    font-weight: 600;
}
.checkin-premiado div:last-child {
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
    padding: 0 1.875rem;
}
.checkin-premiado h4 {
    margin: 0 0 .875rem;
    font-size: 1.75rem;
    font-weight: 800;
}
.checkin-validado {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 2rem 1rem;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 0;
    text-align: center;
    font-size: .875rem;
    font-weight: 400;
    color: var(--primary);
}
.checkin-validado > span {
    position: absolute;
    top: -1.5rem;
    left: .875rem;
    right: .875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 1rem;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.15;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}
.checkin-validado span > img {
    height: 22px;
    margin-right: .5rem;
}
.checkin-validado h5 {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}
.checkin-validado h4 {
    margin-bottom: 1rem;
    color: var(--primary);
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
}
.checkin-validado h4 > small {
    font-size: 1.05rem;
}
.checkin-validado hr {
    border-top: 2px solid var(--primary);
}
.checkin-validado .box-lojista-showroom {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 0;
    font-size: 1rem;
    color: #fff;
}
.checkin-validado .box-lojista-showroom p {
    font-weight: 800;
}
.checkin-validado label {
    color: var(--primary);
}
.checkin-validado .form-control {
    background-color: transparent !important;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}
.regras {
    padding: 1.25rem 1.15rem;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--primary);
    border-radius: 0;
    font-size: .875rem;
}
.regras h4 {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: .9;
}
.regras h4 > small {
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary);
}
.box-lojista {
    margin: 2rem -2rem -2.75rem;
    padding: 0 2rem 1.5rem;
    /*background-color: var(--primary);*/
    border-radius: 1.75rem 1.75rem 0 0;
    text-align: center;
}
.box-lojista h4 {
    margin: 0 0 .5rem;
}
.box-lojista-showroom {
    padding: .875rem .5rem;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 0;
    text-align: center;
    font-size: 1.15rem;
    color: #fff;
}
.box-lojista-showroom-cinza {
    background-color: #cbcbce !important;
    border: 1px solid #cbcbce !important;
    color: var(--primary) !important;
    border-radius: .75rem !important;
}
.box-lojista-showroom + .box-lojista-showroom {
    margin-top: .75rem;
}
.box-lojista-showroom p {
    margin-bottom: .2rem;
    font-weight: 700;
}
.box-lojista label {
    display: block;
    text-align: left;
}
.box-lojista .form-control {
    background-color: rgba(89, 89, 89, .35) !important;
    border-color: rgba(175, 175, 175, .35) !important;
}
.lojista {
    margin-top: 1.5rem;
    margin-bottom: -1.25rem;
    padding: 1.25rem .5rem;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 0;
    text-align: center;
    font-size: 1.15rem;
    color: #fff;
}
.lojista p {
    margin-bottom: .2rem;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}
.showrooms {
    padding: .75rem 1.15rem;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--primary);
    border-radius: 0;
    font-size: .875rem;
}
.showrooms h4 {
    margin: .5rem 0 1.5rem;
    font-size: 2.25rem;
    color: var(--primary);
    line-height: .5;
}
.showrooms h4 > small {
    font-size: 1.1rem;
    font-weight: 500;
}
.showroom {
    margin: 1rem 0;
    padding: .75rem 1rem;
    background-color: #cbcbce;
    border: 1px solid #cbcbce;
    border-radius: 0;
    font-size: 1rem;
    text-align: center;
}
.showroom hr {
    margin-top: .75rem;
    margin-bottom: .75rem;
    border-top: 2px solid var(--primary);
}
.showroom a {
    color: var(--primary);
}
#html5-qrcode-anchor-scan-type-change {
    display: none;
}
.html5-qrcode-element {
    font-size: 1rem;
}
.agendamento {
    margin-bottom: 1rem;
    padding: .875rem 1rem;
    background-color: #cbcbce;
    border: 1px solid #cbcbce;
    font-size: .875rem;
    text-align: left;
    border-radius: .5rem;
    text-align: center;
    text-transform: capitalize;
    color: var(--primary);
    font-weight: 500;
}
.agendamento p {
    margin-bottom: .25rem;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
}
.agendamentos .agendamento {
    border-left: .875rem solid #ea5555;
}
.checkin-premiado .btn-qrcode {
    padding: 2rem .75rem;
    border-radius: .35rem;
    background-color: rgba(33, 151, 148, .8);
    text-align: left;
    font-size: .6rem;
}
.checkin-premiado .btn-qrcode small {
    margin: 0;
    display: flex;
    align-items: center;
}
.checkin-premiado .btn-qrcode img {
    height: 30px;
}
.lojista-ag {
    margin-bottom: 1rem;
    padding: .75rem 1rem;
    background-color: #cbcbce !important;
    border: 1px solid #cbcbce !important;
    color: var(--primary);
    border-radius: .75rem;
    font-size: 1.25rem;
    font-weight: 500;
}
.lojista-ag small {
    font-size: .875rem;
}
.lojista-ag .btn-danger {
    padding: .5rem 1.5rem;
}
.lojista-ag .btn {
    font-size: .75rem !important;
    font-weight: 700;
}
.modal .modal-content {
    background-color: #343a40;
}
.modal .modal-header {
    border-color: #454d55;
}
.modal section { 
    padding: 0;
}
.showrooms-visitados {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 1.5rem 1rem .5rem;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 0;
    text-align: center;
    font-size: .875rem;
    font-weight: 400;
    color: var(--primary);
}
.showrooms-visitados h5 {
    margin: 0 0 1.5rem;
    font-size: 1rem;
    font-weight: 700;
}
.data-agendamento {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    text-align: left;
}
.data-agendamento .qtd-visitas {
    padding: 2rem 1rem;
    border-left: 1px solid #4b4b4b;
    color: var(--primary);
}
.data-agendamento div > div {
    margin-right: 1.5rem;
    color: var(--primary);
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}
.resumo-visitas {
    padding: 2rem 0;
}
.resumo-visitas h5 {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}
.resumo-visitas h4 {
    text-transform: uppercase;
}
.resumo-visitas h4 > strong {
    color: var(--primary);
}
.resumo-visitas-box {
    padding: 1rem;
    background-color: var(--secondary);
    border-radius: 0;
}
.resumo-visitas-box p {
    color: var(--primary);
    font-size: .875rem;
}
.resumo-visitas-box p > strong {
    display: block;
    margin-bottom: .25rem;
    font-size: 1.15rem;
    color: #000;
    text-transform: uppercase;
}
.resumo-visitas-box p + p {
    padding-top: 1rem;
    border-top: 2px solid var(--primary);
}
.data-ag {
    text-transform: uppercase;
    color: var(--primary) !important;
    font-size: 1.65rem !important;
    font-weight: 500 !important;
}
.data-ag > strong {
    color: var(--primary);
}
.horario {
    margin-bottom: 1rem;
    padding: .875rem 1rem;
    background-color: var(--secondary);
    border: 1px solid var(--primary);
    font-size: .65rem;
    text-align: left;
    border-radius: .5rem;
    text-transform: capitalize;
}
.horario h4 {
    margin: 0 .5rem .25rem 0;
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 400;
}
.horario h4 > strong {
    color: var(--primary) !important;
}
.horario .btn-danger {
    padding: .4rem 1.5rem;
    background-color: #cbcbce;
    border-color: #cbcbce;
}
.horario .btn {
    font-size: .75rem !important;
    font-weight: 700;
    border-radius: 2rem;
}
.voucher {
    padding: 1.25rem 1rem;
    background-color: #cbcbce;
    color: var(--primary) !important;
    border-radius: .5rem;
}
.voucher strong {
    font-weight: 500;
}
.voucher > img {
    padding: .75rem;
    background-color: #79bca0;
    border-radius: 50%;
    margin-left: .35rem;
}
.voucher .btn {
    padding: .25rem .75rem;
    font-size: .875rem !important;
    border-radius: 2rem;
}
.agendamento-box {
    margin-bottom: 1rem;
    padding: .875rem 1rem;
    background-color: #33366c;
    font-size: .8rem;
    text-align: left;
    border-radius: .5rem;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}
.agendamento-box h4 {
    color: #fff;
    text-align: left;
    font-weight: 400;
}
.agendamento-box p {
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
}
.agendamento-box span {
    padding: .25rem .5rem;
    display: inline-block;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 1rem;
}
#datas {
    margin-bottom: 2rem;
    font-size: .75rem;
}
#datas h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    margin: 0 0 .5rem;
    color: var(--primary);
    font-size: .875rem;
    font-weight: 400;
}
#datas .active {
    font-size: 1rem;
}
#datas .active h4 {
    position: relative;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--primary);
}
#datas .active h4 > a {
    position: absolute;
    top: 0;
    left: -.5rem;
    z-index: 999;
}
#datas .active h4 > a.data-seta-d {
    left: auto;
    right: -.5rem;
}
#showrooms .showroom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--primary);
}
#showrooms small {
    font-size: .75rem;
}
#showrooms a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #29b569;
    color: #fff;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
}
.cumprimento-showroom {
    margin-bottom: 1rem;
    padding: .875rem 1rem;
    border-radius: 0;
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
}
.bg-linear-gradient {
    position: relative;
}
.bg-linear-gradient::before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #e9e9e900, #fff, #fff) !important;
}
.bg-linear-gradient * {
    z-index: 1;
}
.bg-top section {
    padding-top: 0;
}
.bg-top section .bg-linear-gradient {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 50vh;
    margin: 0 -2rem;
    padding: 2rem 2rem .5rem;
    background: url('../img/bg.png') no-repeat !important;
    background-size: cover !important;
}
.bg-top section .bg-linear-gradient:not(.bg-cadastro)::before {
    background: linear-gradient(to bottom, #e9e9e900, #fff) !important;
}
.bg-top section .form-group {
    margin-bottom: 1.25rem;
}
.bg-top section .bg-cadastro.bg-linear-gradient {
    min-height: 80vh;
}
.custom-control {
    align-items: center;
    padding-left: 2.5rem;
    min-height: 2rem;
}
.custom-control-input {
    width: 2rem;
    height: 2.25rem;
}
.custom-control-label {
    font-weight: 600;
}
.custom-control-label::before {
    top: -.4rem;
    left: -2.5rem;
    width: 2rem;
    height: 2rem;
    border-color: var(--primary);
    background-color: var(--primary);
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--primary);
    background-color: var(--primary);
}
.custom-control-label::after {
    top: -.4rem;
    left: -2.5rem;
    width: 2rem;
    height: 2rem;
}