@import 'product.css';

body {
    background-color: #ffffff !important;
}

/* #region Folding Card & Checkbox */
.card.folding-card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: normal;
    padding-inline: 0px;
    border-bottom: none;
}

.card.folding-card .card-header span {
    color: #020912bf !important;
    font-weight: normal;
    font-size: 14px;
}

.card.folding-card .card-header svg path {
    fill: #020912bf !important;
}

.card.folding-card .card-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0px !important;
    padding-inline: 0px !important;
}

label.checkboxLabel {
    gap: 0px;
    margin: 0px;
}

label.checkboxLabel input {
    display: none;
}

.checkboxLabel .c-box {
    margin-right: 10px;
}

.checkboxLabel span:not(.c-box) {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.1px;
    color: #020912bf !important;
}

/* #endregion Folding Card & Checkbox  */