body {
    font-family: "Helvetica";
    font-size: 14px;
}

.bg-unread-notification {
    background-color: rgb(238, 241, 245);
    border: solid 1px floralwhite;
}

.btn-c-3094 {
    background: var(--swatch-var-3094);
    color: #FFFFFF !important;
}

.btn-know-more--style {
    font-weight: bold;
    color: var(--swatch-var-1745) !important;
    border-radius: 10px 10px 10px 10px;
}

.btn-black {
    background: #000000;
    color: #FFFFFF !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.main {
    background-color: white;
}

.card-header {
    padding: 0.5rem;
    margin-bottom: 0;
    /* color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg); */
    /* border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); */
}

.card {
    box-shadow: none;
}

.fs-7 {
    font-size: .975rem !important;
}

.icon-4711 {
    color: rgba(184, 13, 13, 1.00) !important;
    border-color: rgba(184, 13, 13, 1.00) !important;
}

.feather-2x {
    width: 24px;
    height: 24px;
}

.feather-3x {
    width: 32px;
    height: 32px;
    stroke-width: 1;
}

.btn .feather {
    height: auto;
    width: auto;
}

body,
p {
    font-family: var(--bs-body-font-family);
}

.form-control-lg {
    font-size: .875rem;
}

select {
    height: auto;
}

#resp-table {
    width: 100%;
    display: table;
}

#resp-table-caption {
    display: table-caption;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

#resp-table-header {
    display: table-header-group;
    background-color: gray;
    font-weight: bold;
    font-size: 25px;
}

.table-header-cell {
    display: table-cell;
    padding: 10px;
    text-align: justify;
    border-bottom: 1px solid black;
}

#resp-table-body {
    display: table-row-group;
}

.resp-table-row {
    display: table-row;
}

.table-body-cell {
    display: table-cell;
}

#resp-table-footer {
    display: table-footer-group;
    background-color: gray;
    font-weight: bold;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.45);
}

.table-footer-cell {
    display: table-cell;
    padding: 10px;
    text-align: justify;
    border-bottom: 1px solid black;
}

#html5lightbox-watermark {
    display: none !important;
}