:root {
--dt-row-selected: 13, 110, 253;
--dt-row-selected-text: 255, 255, 255;
--dt-row-selected-link: 9, 10, 11;
--dt-row-stripe: 0, 0, 0;
--dt-row-hover: 0, 0, 0;
--dt-column-ordering: 0, 0, 0;
--dt-html-background: white;
}
:root.dark {
--dt-html-background: rgb(33, 37, 41);
}
table.dataTable td.dt-control {
text-align: center;
cursor: pointer;
}
table.dataTable td.dt-control:before {
display: inline-block;
box-sizing: border-box;
content: "";
border-top: 5px solid transparent;
border-left: 10px solid rgba(0, 0, 0, 0.5);
border-bottom: 5px solid transparent;
border-right: 0px solid transparent;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
border-top: 10px solid rgba(0, 0, 0, 0.5);
border-left: 5px solid transparent;
border-bottom: 0px solid transparent;
border-right: 5px solid transparent;
}
html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme="dark"] table.dataTable td.dt-control:before,
:root[data-theme="dark"] table.dataTable td.dt-control:before {
border-left-color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme="dark"] table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-theme="dark"] table.dataTable tr.dt-hasChild td.dt-control:before {
border-top-color: rgba(255, 255, 255, 0.5);
border-left-color: transparent;
}
div.dt-scroll {
width: 100%;
}
div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
height: 0;
}
div.dt-scroll-body thead tr th,
div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
height: 0 !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
border-top-width: 0px !important;
border-bottom-width: 0px !important;
}
div.dt-scroll-body thead tr th div.dt-scroll-sizing,
div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
height: 0 !important;
overflow: hidden !important;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
outline: none;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
position: absolute;
display: block;
bottom: 50%;
content: "▲";
content: "▲"/"";
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
position: absolute;
display: block;
top: 50%;
content: "▼";
content: "▼"/"";
}
table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > th.dt-ordering-asc,
table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
position: relative;
padding-right: 30px;
}
body.rtl table.dataTable thead > tr > th.dt-orderable-asc,
body.rtl table.dataTable thead > tr > th.dt-orderable-desc,
body.rtl table.dataTable thead > tr > th.dt-ordering-asc,
body.rtl table.dataTable thead > tr > th.dt-ordering-desc,
body.rtl table.dataTable thead > tr > td.dt-orderable-asc,
body.rtl table.dataTable thead > tr > td.dt-orderable-desc,
body.rtl table.dataTable thead > tr > td.dt-ordering-asc,
body.rtl table.dataTable thead > tr > td.dt-ordering-desc {
position: relative;
padding-left: 30px;
padding-right: 0;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
position: absolute;
right: 12px;
top: 0;
bottom: 0;
width: 12px;
}
body.rtl table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
body.rtl table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order,
body.rtl table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order,
body.rtl table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
body.rtl table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
body.rtl table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
body.rtl table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
body.rtl table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
right: auto;
left: 12px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
left: 0;
opacity: 0.125;
line-height: 9px;
font-size: 0.8em;
}
body.rtl table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
body.rtl table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
body.rtl table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
body.rtl table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
body.rtl table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
body.rtl table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
body.rtl table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
body.rtl table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
body.rtl table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
body.rtl table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
body.rtl table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
body.rtl table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
body.rtl table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
body.rtl table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
body.rtl table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
body.rtl table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
left: auto;
right: 0;
}
table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
cursor: pointer;
font-family: var(--pchead-font);
font-size: 16px;
font-weight: var(--pchead-wei);
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
opacity: 0.6;
}
table.dataTable
thead
> tr
> th.sorting_desc_disabled
span.dt-column-order:after,
table.dataTable
thead
> tr
> th.sorting_asc_disabled
span.dt-column-order:before,
table.dataTable
thead
> tr
> td.sorting_desc_disabled
span.dt-column-order:after,
table.dataTable
thead
> tr
> td.sorting_asc_disabled
span.dt-column-order:before {
display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
outline: none;
}
div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
overflow: hidden;
}
:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme="dark"]
table.dataTable
thead
> tr
> th.dt-orderable-asc:hover,
:root[data-bs-theme="dark"]
table.dataTable
thead
> tr
> th.dt-orderable-desc:hover,
:root[data-bs-theme="dark"]
table.dataTable
thead
> tr
> td.dt-orderable-asc:hover,
:root[data-bs-theme="dark"]
table.dataTable
thead
> tr
> td.dt-orderable-desc:hover {
outline: 2px solid rgba(255, 255, 255, 0.05);
}
div.dt-processing {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
margin-left: -100px;
margin-top: -22px;
text-align: center;
padding: 2px;
z-index: 10;
}
div.dt-processing > div:last-child {
position: relative;
width: 80px;
height: 15px;
margin: 1em auto;
}
div.dt-processing > div:last-child > div {
position: absolute;
top: 0;
width: 13px;
height: 13px;
border-radius: 50%;
background: rgb(13, 110, 253);
background: rgb(var(--dt-row-selected));
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dt-processing > div:last-child > div:nth-child(1) {
left: 8px;
animation: datatables-loader-1 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(2) {
left: 8px;
animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(3) {
left: 32px;
animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(4) {
left: 56px;
animation: datatables-loader-3 0.6s infinite;
}
@keyframes datatables-loader-1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes datatables-loader-3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes datatables-loader-2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
white-space: nowrap;
}
table.dataTable th,
table.dataTable td {
box-sizing: border-box;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center {
text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
white-space: nowrap;
}
table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
text-align: center;
vertical-align: top;
}
table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
text-align: right;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
white-space: nowrap;
}
table.dataTable {
width: 100%;
margin: 0 auto;
border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
font-weight: bold;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
padding: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
outline: none;
}
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
border-top: 1px solid rgba(0, 0, 0, 0.3);
padding: 10px 10px 6px 10px;
}
table.dataTable > tbody > tr {
background-color: transparent;
}
table.dataTable > tbody > tr:first-child > * {
border-top: none;
}
table.dataTable > tbody > tr.selected > * {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
color: rgb(255, 255, 255);
color: rgb(var(--dt-row-selected-text));
}
table.dataTable > tbody > tr.selected a {
color: rgb(9, 10, 11);
color: rgb(var(--dt-row-selected-link));
}
table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
padding: 15px 10px;
}
table.dataTable.row-border > tbody > tr > *,
table.dataTable.display > tbody > tr > * {
border-top: 1px solid var(--pcborder-cl);
}
table.dataTable.row-border > tbody > tr:first-child > *,
table.dataTable.display > tbody > tr:first-child > * {
border-top: none;
}
table.dataTable.row-border > tbody > tr.selected + tr.selected > td,
table.dataTable.display > tbody > tr.selected + tr.selected > td {
border-top-color: rgba(13, 110, 253, 0.65);
border-top-color: rgba(var(--dt-row-selected), 0.65);
}
table.dataTable.cell-border > tbody > tr > * {
border-top: 1px solid var(--pcborder-cl);
border-right: 1px solid var(--pcborder-cl);
}
table.dataTable.cell-border > tbody > tr > *:first-child {
border-left: 1px solid var(--pcborder-cl);
}
table.dataTable.cell-border > tbody > tr:first-child > * {
border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.stripe > tbody > tr:nth-child(odd) > *,
table.dataTable.display > tbody > tr:nth-child(odd) > * {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}
table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *,
table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}
table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
box-shadow: inset 0 0 0 9999px #0d6efd !important;
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3,
table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1,
table.dataTable.order-column.stripe
> tbody
> tr:nth-child(odd).selected
> .sorting_1 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2,
table.dataTable.order-column.stripe
> tbody
> tr:nth-child(odd).selected
> .sorting_2 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3,
table.dataTable.order-column.stripe
> tbody
> tr:nth-child(odd).selected
> .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}
table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
padding: 4px;
}
div.dt-container div.dt-layout-row {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
margin: 0.75em 0;
}
div.dt-container div.dt-layout-row div.dt-layout-cell {
display: flex;
justify-content: space-between;
align-items: center;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
justify-content: flex-start;
margin-right: auto;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
justify-content: flex-end;
margin-left: auto;
}
div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
display: none;
}
@media screen and (max-width: 767px) {
div.dt-container div.dt-layout-row:not(.dt-layout-table) {
display: block;
}
div.dt-container
div.dt-layout-row:not(.dt-layout-table)
div.dt-layout-cell {
display: block;
text-align: center;
}
div.dt-container
div.dt-layout-row:not(.dt-layout-table)
div.dt-layout-cell
> * {
margin: 0.5em 0;
}
div.dt-container
div.dt-layout-row:not(.dt-layout-table)
div.dt-layout-cell.dt-layout-start {
margin-right: 0;
}
div.dt-container
div.dt-layout-row:not(.dt-layout-table)
div.dt-layout-cell.dt-layout-end {
margin-left: 0;
}
}
div.dt-container div.dt-layout-start > *:not(:last-child) {
margin-right: 1em;
}
div.dt-container div.dt-layout-end > *:not(:first-child) {
margin-left: 1em;
}
div.dt-container div.dt-layout-full {
width: 100%;
}
div.dt-container div.dt-layout-full > *:only-child {
margin-left: auto;
margin-right: auto;
}
div.dt-container div.dt-layout-table > div {
display: block !important;
}
@media screen and (max-width: 767px) {
div.dt-container div.dt-layout-start > *:not(:last-child) {
margin-right: 0;
}
div.dt-container div.dt-layout-end > *:not(:first-child) {
margin-left: 0;
}
}
div.dt-container {
position: relative;
clear: both;
}
div.dt-container .dt-search input {
border: 1px solid #aaa;
border-radius: 3px;
padding: 5px;
background-color: transparent;
color: inherit;
margin-left: 3px;
}
div.dt-container .dt-input {
border: 1px solid #aaa;
border-radius: 3px;
padding: 5px;
background-color: transparent;
color: inherit;
}
div.dt-container select.dt-input {
padding: 4px;
}
div.dt-container .dt-paging .dt-paging-button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: 0.5em 1em;
margin-left: 2px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
color: inherit !important;
border: 1px solid transparent;
border-radius: 2px;
background: transparent;
}
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
color: inherit !important;
border: 1px solid rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.05);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, rgba(230, 230, 230, 0.05)),
color-stop(100%, rgba(0, 0, 0, 0.05))
);
background: -webkit-linear-gradient(
top,
rgba(230, 230, 230, 0.05) 0%,
rgba(0, 0, 0, 0.05) 100%
);
background: -moz-linear-gradient(
top,
rgba(230, 230, 230, 0.05) 0%,
rgba(0, 0, 0, 0.05) 100%
);
background: -ms-linear-gradient(
top,
rgba(230, 230, 230, 0.05) 0%,
rgba(0, 0, 0, 0.05) 100%
);
background: -o-linear-gradient(
top,
rgba(230, 230, 230, 0.05) 0%,
rgba(0, 0, 0, 0.05) 100%
);
background: linear-gradient(
to bottom,
rgba(230, 230, 230, 0.05) 0%,
rgba(0, 0, 0, 0.05) 100%
);
}
div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
cursor: default;
color: rgba(0, 0, 0, 0.5) !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none;
}
div.dt-container .dt-paging .dt-paging-button:hover {
color: white !important;
border: 1px solid #111;
background-color: #111;
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #585858),
color-stop(100%, #111)
);
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
background: -o-linear-gradient(top, #585858 0%, #111 100%);
background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
div.dt-container .dt-paging .dt-paging-button:active {
outline: none;
background-color: #0c0c0c;
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #2b2b2b),
color-stop(100%, #0c0c0c)
);
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
box-shadow: inset 0 0 3px #111;
}
div.dt-container .dt-paging .ellipsis {
padding: 0 1em;
}
div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
color: inherit;
}
div.dt-container .dataTables_scroll {
clear: both;
}
div.dt-container .dataTables_scroll div.dt-scroll-body {
-webkit-overflow-scrolling: touch;
}
div.dt-container
.dataTables_scroll
div.dt-scroll-body
> table
> thead
> tr
> th,
div.dt-container
.dataTables_scroll
div.dt-scroll-body
> table
> thead
> tr
> td,
div.dt-container
.dataTables_scroll
div.dt-scroll-body
> table
> tbody
> tr
> th,
div.dt-container
.dataTables_scroll
div.dt-scroll-body
> table
> tbody
> tr
> td {
vertical-align: middle;
}
div.dt-container
.dataTables_scroll
div.dt-scroll-body
> table
> thead
> tr
> th
> div.dataTables_sizing,
div.dt-container
.dataTables_scroll
div.dt-scroll-body
> table
> thead
> tr
> td
> div.dataTables_sizing,
div.dt-container
.dataTables_scroll
div.dt-scroll-body
> table
> tbody
> tr
> th
> div.dataTables_sizing,
div.dt-container
.dataTables_scroll
div.dt-scroll-body
> table
> tbody
> tr
> td
> div.dataTables_sizing {
height: 0;
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div.dt-container.dt-empty-footer .dt-scroll-body {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
border-bottom: none;
}
html.dark {
--dt-row-hover: 255, 255, 255;
--dt-row-stripe: 255, 255, 255;
--dt-column-ordering: 255, 255, 255;
}
html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
border-bottom: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
outline: none;
}
html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
border-top: 1px solid rgb(89, 91, 94);
}
html.dark table.dataTable.row-border > tbody > tr > *,
html.dark table.dataTable.display > tbody > tr > * {
border-top: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.row-border > tbody > tr:first-child > *,
html.dark table.dataTable.display > tbody > tr:first-child > * {
border-top: none;
}
html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td,
html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
border-top-color: rgba(13, 110, 253, 0.65);
border-top-color: rgba(var(--dt-row-selected), 0.65);
}
html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
border-top: 1px solid rgb(64, 67, 70);
border-right: 1px solid rgb(64, 67, 70);
}
html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
border-left: 1px solid rgb(64, 67, 70);
}
html.dark .dt-container.dt-empty-footer table.dataTable {
border-bottom: 1px solid rgb(89, 91, 94);
}
html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
border: 1px solid rgba(255, 255, 255, 0.2);
background-color: var(--dt-html-background);
}
html.dark .dt-container .dt-paging .dt-paging-button.current,
html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
border: 1px solid rgb(89, 91, 94);
background: rgba(255, 255, 255, 0.15);
}
html.dark .dt-container .dt-paging .dt-paging-button.disabled,
html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover,
html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
color: #666 !important;
}
html.dark .dt-container .dt-paging .dt-paging-button:hover {
border: 1px solid rgb(53, 53, 53);
background: rgb(53, 53, 53);
}
html.dark .dt-container .dt-paging .dt-paging-button:active {
background: #3a3a3a;
}
*[dir="rtl"] table.dataTable thead th,
*[dir="rtl"] table.dataTable thead td,
*[dir="rtl"] table.dataTable tfoot th,
*[dir="rtl"] table.dataTable tfoot td {
text-align: right;
}
*[dir="rtl"] table.dataTable th.dt-type-numeric,
*[dir="rtl"] table.dataTable th.dt-type-date,
*[dir="rtl"] table.dataTable td.dt-type-numeric,
*[dir="rtl"] table.dataTable td.dt-type-date {
text-align: left;
}
*[dir="rtl"] div.dt-container div.dt-layout-cell.dt-start {
text-align: right;
}
*[dir="rtl"] div.dt-container div.dt-layout-cell.dt-end {
text-align: left;
}
*[dir="rtl"] div.dt-container div.dt-search input {
margin: 0 3px 0 0;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
margin-right: 0.5em;
display: inline-block;
box-sizing: border-box;
content: "";
border-top: 5px solid transparent;
border-left: 10px solid rgba(0, 0, 0, 0.5);
border-bottom: 5px solid transparent;
border-right: 0px solid transparent;
}
table.dataTable.dtr-inline.collapsed
> tbody
> tr
> td.dtr-control.arrow-right::before,
table.dataTable.dtr-inline.collapsed
> tbody
> tr
> th.dtr-control.arrow-right::before {
border-top: 5px solid transparent;
border-left: 0px solid transparent;
border-bottom: 5px solid transparent;
border-right: 10px solid rgba(0, 0, 0, 0.5);
}
table.dataTable.dtr-inline.collapsed
> tbody
> tr.dtr-expanded
> td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
> tbody
> tr.dtr-expanded
> th.dtr-control:before {
border-top: 10px solid rgba(0, 0, 0, 0.5);
border-left: 5px solid transparent;
border-bottom: 0px solid transparent;
border-right: 5px solid transparent;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
padding-left: 0.333em;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
display: inline-block;
box-sizing: border-box;
content: "";
border-top: 5px solid transparent;
border-left: 10px solid rgba(0, 0, 0, 0.5);
border-bottom: 5px solid transparent;
border-right: 0px solid transparent;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > td.control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.control.arrow-right::before {
border-top: 5px solid transparent;
border-left: 0px solid transparent;
border-bottom: 5px solid transparent;
border-right: 10px solid rgba(0, 0, 0, 0.5);
}
table.dataTable.dtr-column > tbody > tr.dtr-expanded td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded td.control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.control:before {
border-top: 10px solid rgba(0, 0, 0, 0.5);
border-left: 5px solid transparent;
border-bottom: 0px solid transparent;
border-right: 5px solid transparent;
}
table.dataTable > tbody > tr.child {
padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
display: inline-block;
list-style-type: none;
margin: 0;
padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
border-bottom: 1px solid #efefef;
padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
padding-bottom: 0;
border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
display: inline-block;
min-width: 75px;
font-weight: bold;
}
div.dtr-modal {
position: fixed;
box-sizing: border-box;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 100;
padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 50%;
height: fit-content;
max-height: 75%;
overflow: auto;
margin: auto;
z-index: 102;
overflow: auto;
background-color: #f5f5f7;
border: 1px solid black;
border-radius: 0.5em;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
position: relative;
padding: 2.5em;
}
div.dtr-modal div.dtr-modal-content h2 {
margin-top: 0;
}
div.dtr-modal div.dtr-modal-close {
position: absolute;
top: 6px;
right: 6px;
width: 22px;
height: 22px;
text-align: center;
border-radius: 3px;
cursor: pointer;
z-index: 12;
}
div.dtr-modal div.dtr-modal-background {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 101;
background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
div.dtr-modal div.dtr-modal-display {
width: 95%;
}
}
html.dark table.dataTable > tbody > tr > td.dtr-control:before,
html[data-bs-theme="dark"]
table.dataTable
> tbody
> tr
> td.dtr-control:before {
border-left-color: rgba(255, 255, 255, 0.5) !important;
}
html.dark table.dataTable > tbody > tr > td.dtr-control.arrow-right::before,
html[data-bs-theme="dark"]
table.dataTable
> tbody
> tr
> td.dtr-control.arrow-right::before {
border-right-color: rgba(255, 255, 255, 0.5) !important;
}
html.dark table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before,
html.dark table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before,
html[data-bs-theme="dark"]
table.dataTable
> tbody
> tr.dtr-expanded
> td.dtr-control:before,
html[data-bs-theme="dark"]
table.dataTable
> tbody
> tr.dtr-expanded
> th.dtr-control:before {
border-top-color: rgba(255, 255, 255, 0.5) !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
}
html.dark table.dataTable > tbody > tr.child ul.dtr-details > li,
html[data-bs-theme="dark"]
table.dataTable
> tbody
> tr.child
ul.dtr-details
> li {
border-bottom-color: rgb(64, 67, 70);
}
html.dark div.dtr-modal div.dtr-modal-display,
html[data-bs-theme="dark"] div.dtr-modal div.dtr-modal-display {
background-color: rgb(33, 37, 41);
border: 1px solid rgba(255, 255, 255, 0.15);
}.penci-finance-list.style-1 .penci-fnlt-item {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.penci-finance-list.style-1 .penci-fnlt-item-body {
text-align: right;
}
.penci-finance-list {
--gap: 15px;
column-gap: var(--gap);
row-gap: var(--gap);
display: flex;
flex-wrap: wrap;
}
.penci-finance-list.style-1 {
flex-direction: column;
}
.penci-finance-list.style-2 {
--col: 3;
flex-direction: row;
}
.penci-finance-list.style-2 .penci-fnlt-item {
width: 100%;
flex: 1 calc(100% / var(--col) - var(--gap));
}
.penci-finance-list.style-2 .penci-fnlt-item-body {
border-top: 1px solid var(--pcborder-cl);
margin-top: 20px;
padding-top: 20px;
}
.penci-fnlt-item {
padding: 20px;
background: var(--pcbg-cl);
border: 1px solid var(--pcborder-cl);
}
.penci-fnlt-name h4 {
font-size: 18px;
margin-bottom: 0;
}
.penci-fnlt-data {
font-size: 28px;
line-height: 1;
font-weight: var(--pchead-wei);
font-family: var(--pchead-font);
}
.penci-fnlt-change {
font-size: 14px;
color: var(--pcmeta-cl);
}
.penci-fnlt-item.up .penci-fnlt-change {
color: green;
}
.penci-fnlt-item.down .penci-fnlt-change {
color: red;
}
.penci-fnlt-item-head {
display: flex;
flex-wrap: wrap;
flex-direction: row;
column-gap: 10px;
align-items: center;
}
.penci-fnlt-item-head .penci-fnlt-logo {
max-width: 50px;
width: 50px;
height: 50px;
}
@media only screen and (max-width: 767px) {
.penci-fnlt-data {
font-size: 16px;
}
.penci-finance-list.style-2 .penci-fnlt-item-head .penci-fnlt-logo {
margin-bottom: 20px;
}
.penci-finance-list.style-2 .penci-fnlt-name h4 {
font-size: 16px;
}
.penci-finance-list.style-2 .penci-fnlt-subname {
font-size: 12px;
}
.penci-finance-list.style-1 .penci-fnlt-item {
padding: 10px;
}
.penci-finance-list.style-1 .penci-fnlt-item-head .penci-fnlt-logo {
width: 20px;
height: 20px;
}
.penci-finance-list.style-1 .penci-fnlt-item > div {
max-width: 50%;
}
.penci-finance-list.style-1 .penci-fnlt-item-head {
flex-wrap: nowrap;
}
.penci-finance-list.style-1 .penci-fnlt-item-head h4 {
font-size: 14px;
}
.penci-finance-list.style-1 .penci-fnlt-subname {
font-size: 12px;
}
}
.penci-fnlt-item-head .penci-fnlt-logo img {
width: 100%;
height: auto;
}
.penci-fnlt-subname span:not(:first-child):before {
content: "-";
display: inline-block;
margin: 0 3px;
}
.penci-finance-list.style-3 {
display: block;
overflow: hidden;
}
.penci-finance-list.style-3 .penci-fnlt-item {
display: inline-block;
border: 0;
padding: 0;
background-color: transparent;
white-space: nowrap;
}
.penci-finance-list.style-3 .penci-fnlt-item + .penci-fnlt-item {
margin-left: 30px;
}
.penci-finance-list.style-3 .penci-fnlt-item .penci-fnlt-item-wrap {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
column-gap: 20px;
height: 100%;
align-items: center;
}
.penci-finance-list.style-3 .penci-fnlt-data,
.penci-finance-list.style-3 .penci-fnlt-change,
.penci-finance-list.style-3 .penci-fnlt-name h4 {
font-size: 14px;
font-family: var(--pcbody-font);
line-height: 1.4;
}
.penci-finance-list.style-3 .penci-fnlt-name h4 {
font-weight: bold;
}
.penci-finance-list.style-3 .penci-fnlt-item-body > div {
display: inline-block;
}
.penci-finance-list.style-3 .penci-fnlt-name div,
.penci-finance-list.style-3 .penci-fnlt-name h4 {
display: inline-block;
}
.penci-finance-list.style-3 .penci-fnlt-item-head {
flex-wrap: nowrap;
}
.penci-finance-list.style-3 .penci-fnlt-item-head .penci-fnlt-logo {
width: 50px;
}
.penci-fncrypto-table {
width: 100%;
}
.penci_finance_crypto_widget
div.dt-container
div.dt-layout-row:not(.dt-layout-table),
.elementor-widget-penci-finance-elementor-crypto
div.dt-container
div.dt-layout-row:not(.dt-layout-table) {
display: none;
}
.penci_finance_crypto_widget div.dt-container div.dt-layout-row,
.elementor-widget-penci-finance-elementor-crypto
div.dt-container
div.dt-layout-row {
margin: 0;
}
.pcfic-name {
display: flex;
align-items: center;
}
.pcfic-name img {
width: 30px;
height: auto;
max-height: 30px;
margin-right: 5px;
}
body.rtl .pcfic-name img {
margin-left: 5px;
margin-right: 0;
}
.pcfic-name .name {
font-weight: var(--pchead-wei);
}
.pcfic-name .symbol {
margin-left: 5px;
color: var(--pcmeta-cl);
text-transform: uppercase;
}
body.rtl .pcfic-name .symbol {
margin-left: 0;
margin-right: 5px;
}
.penci-fncrypto-table .dt-type-numeric {
color: var(--pcheading-cl);
font-weight: var(--pchead-wei);
}
.penci-fncrypto-table .dt-type-numeric.down {
color: #ea3943;
}
.penci-fncrypto-table .dt-type-numeric.up {
color: #16c784;
}
.penci-fncrypto-table .dt-type-numeric.down:before,
.penci-fncrypto-table .dt-type-numeric.up:before {
content: "\f0d8";
font-family: "FontAwesome";
display: inline-block;
}
.penci-fncrypto-table .dt-type-numeric.down:before {
content: "\f0d7";
}
.penci-fncrypto-table-wrapper.pcct-style-1 table thead {
background: var(--pcaccent-cl);
color: #fff;
}
.penci-fncrypto-table-wrapper.pcct-style-1 table thead th,
.penci-fncrypto-table-wrapper.pcct-style-1 table thead tr,
.penci-fncrypto-table-wrapper.pcct-style-1 table thead span {
color: inherit;
}
.penci-fncrypto-table-wrapper.pcct-style-1 table thead th {
padding: 20px 10px;
}
.penci_finance_crypto_widget
.penci-fncrypto-table-wrapper.pcct-style-1
table
thead
th {
padding: 10px;
}
.penci_finance_crypto_widget table.dataTable thead > tr > th.dt-orderable-asc,
.penci_finance_crypto_widget table.dataTable thead > tr > th.dt-orderable-desc,
.penci_finance_crypto_widget table.dataTable thead > tr > th.dt-ordering-asc,
.penci_finance_crypto_widget table.dataTable thead > tr > th.dt-ordering-desc,
.penci_finance_crypto_widget table.dataTable thead > tr > td.dt-orderable-asc,
.penci_finance_crypto_widget table.dataTable thead > tr > td.dt-orderable-desc,
.penci_finance_crypto_widget table.dataTable thead > tr > td.dt-ordering-asc,
.penci_finance_crypto_widget table.dataTable thead > tr > td.dt-ordering-desc {
padding-right: 30px;
}
body.rtl
.penci_finance_crypto_widget
table.dataTable
thead
> tr
> th.dt-orderable-asc,
body.rtl
.penci_finance_crypto_widget
table.dataTable
thead
> tr
> th.dt-orderable-desc,
body.rtl
.penci_finance_crypto_widget
table.dataTable
thead
> tr
> th.dt-ordering-asc,
body.rtl
.penci_finance_crypto_widget
table.dataTable
thead
> tr
> th.dt-ordering-desc,
body.rtl
.penci_finance_crypto_widget
table.dataTable
thead
> tr
> td.dt-orderable-asc,
body.rtl
.penci_finance_crypto_widget
table.dataTable
thead
> tr
> td.dt-orderable-desc,
body.rtl
.penci_finance_crypto_widget
table.dataTable
thead
> tr
> td.dt-ordering-asc,
body.rtl
.penci_finance_crypto_widget
table.dataTable
thead
> tr
> td.dt-ordering-desc {
padding-right: 10px;
padding-left: 30px;
}
.penci-fncrypto-table-wrapper.pcct-style-1 table tbody tr:nth-child(2n) {
background: #f8f8f8;
}
.penci-fncrypto-table-wrapper.pcct-style-1 table tbody tr:hover {
background: #f1f1f1;
}
.penci-fncrypto-table-wrapper.pcct-style-1 .pcfic-name .name {
font-weight: var(--pchead-wei);
}
.penci-fncrypto-table-wrapper.pcct-style-3 {
display: flex;
flex-wrap: wrap;
flex-direction: row;
--col: 3;
--cgap: 30px;
--rgap: 30px;
row-gap: var(--rgap);
column-gap: var(--cgap);
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
.penci-fncrypto-table-wrapper.pcct-style-3 {
--col: 2;
--cgap: 10px;
--rgap: 10px;
}
}
@media only screen and (max-width: 767px) {
.penci-fncrypto-table-wrapper.pcct-style-3 {
--col: 1;
--cgap: 5px;
--rgap: 5px;
}
}
.penci_finance_crypto_widget .penci-fncrypto-table-wrapper.pcct-style-3 {
--col: 2;
--cgap: 5px;
--rgap: 5px;
}
.penci_finance_crypto_widget .penci-fncrypto-table-wrapper.pcct-style-3 .pcfic-name {
font-size: 13px;
}
.penci_finance_crypto_widget
.penci-fncrypto-table-wrapper.pcct-style-3
.pcfic-name
img {
width: 15px;
}
.penci-fncrypto-table-wrapper.pcct-style-3 .penci-fncrypto-item {
flex: 1 calc(100% / var(--col) - var(--cgap));
width: calc(100% / var(--col) - var(--cgap));
}
.penci-fncrypto-table-wrapper.pcct-style-3
.penci-fncrypto-item
.penci-fncrypto-content {
border: 1px solid var(--pcborder-cl);
padding: 15px 10px;
height: 100%;
position: relative;
background: var(--pcbg-cl);
border-radius: 5px;
box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.1);
}
.penci-fncrypto-table-wrapper.pcct-style-3 .penci-fncrypto-item .pcfic-order {
position: absolute;
right: 10px;
top: 10px;
font-size: 32px;
font-family: var(--pchead-font);
opacity: 0.3;
}
.penci-fncrypto-item .pcfic-name {
margin-bottom: 15px;
border-bottom: 1px solid var(--pcborder-cl);
padding-bottom: 15px;
}
.penci-fncrypto-item .penci-fncrypto-label {
color: var(--pcmeta-cl);
}
.penci-fncrypto-item .penci-fncrypto-di {
display: flex;
justify-content: space-between;
align-items: center;
}
.penci-fncrypto-item .penci-fncrypto-di + .penci-fncrypto-di {
margin-top: 5px;
}
.pcfic-chart-container {
max-width: 120px;
height: 40px;
}
.penci-fncrypto-item .pcfic-chart-container {
max-width: 100%;
height: 80px;
margin-top: 20px;
}
.pcfic-chart {
--upbdcl: rgb(206, 22, 22);
--upbgcl: rgb(255, 137, 137);
}
.pcfic-total-down .pcfic-chart {
--upbdcl: rgb(206, 22, 22);
--upbgcl: rgb(255, 137, 137);
}
.pcfic-total-up .pcfic-chart {
--upbdcl: #0071a5;
--upbgcl: #4fb5e5;
}
.penci-fncrypto-table-wrapper.pcct-style-4 .penci-fncrypto-item {
display: inline-block;
}
.penci-fncrypto-table-wrapper.pcct-style-4 .penci-fncrypto-content {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
column-gap: 20px;
align-items: center;
border: 0;
box-shadow: none;
padding: 0;
}
.penci-fncrypto-table-wrapper.pcct-style-4
.penci-fncrypto-item
.penci-fncrypto-di
+ .penci-fncrypto-di {
margin: 0;
}
.penci-fncrypto-table-wrapper.pcct-style-4 .penci-fncrypto-item .pcfic-name {
margin: 0;
padding: 0;
border: 0;
}
.penci-fncrypto-table-wrapper.pcct-style-4 .penci-fncrypto-label {
min-width: fit-content;
}
.penci-fncrypto-table-wrapper.pcct-style-4 .penci-fncrypto-label:after {
content: ":";
margin-right: 2px;
}
.penci-fncrypto-table-wrapper.pcct-style-4
.penci-fncrypto-item
.pcfic-chart-container {
margin-top: 0;
width: 100%;
max-width: 70px;
max-height: 40px;
}
.penci-fncrypto-table-wrapper.pcct-style-4 .penci-fncrypto-item .pcfic-order {
position: static;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
background: #000;
display: block;
opacity: 1;
min-width: 20px;
color: #fff;
text-align: center;
font-size: 10px;
}
.penci-fncrypto-table-wrapper.pcct-style-4 {
overflow: hidden;
width: 100%;
}
.penci-fncrypto-table-wrapper.pcct-style-4 .marquee3k-wrapper {
white-space: nowrap;
}
.penci-fncrypto-table-wrapper.pcct-style-4
.penci-fncrypto-item
+ .penci-fncrypto-item {
margin-left: 30px;
}
body.rtl
.penci-fncrypto-table-wrapper.pcct-style-4
.penci-fncrypto-item
+ .penci-fncrypto-item {
margin-left: 0;
margin-right: 30px;
}
.penci-fncrypto-table-wrapper.pcct-style-4 .penci-fncrypto-di.down:before,
.penci-fncrypto-table-wrapper.pcct-style-4 .penci-fncrypto-di.up:before {
content: "\f0d8";
font-family: "FontAwesome";
display: inline-block;
color: #009100;
font-size: 26px;
margin-right: 5px;
}
.penci-fnlt-item.down .penci-fnlt-change:before,
.penci-fnlt-item.up .penci-fnlt-change:before {
content: "\f0d8";
font-family: "FontAwesome";
display: inline-block;
}
.penci-fnlt-item.down .penci-fnlt-change:before {
content: "\f0d7";
}
body.rtl
.penci-fncrypto-table-wrapper.pcct-style-4
.penci-fncrypto-di.down:before,
body.rtl
.penci-fncrypto-table-wrapper.pcct-style-4
.penci-fncrypto-di.up:before {
margin-left: 5px;
margin-right: 0;
}
.penci-fncrypto-table-wrapper.pcct-style-4 .penci-fncrypto-di.down:before {
content: "\f0d7";
color: #af1818;
}
.penci-fncrypto-table-wrapper.pcct-style-1,
.penci-fncrypto-table-wrapper.pcct-style-2 {
overflow: auto;
}
.penci_finance_stock_widget .penci-fnlt-data {
font-size: 16px;
}
.penci_finance_stock_widget .penci-fnlt-name h4 {
font-size: 13px;
}
.penci_finance_stock_widget .penci-fnlt-item {
padding: 10px;
}
.penci_finance_stock_widget .penci-finance-list.style-2 .penci-fnlt-item-body {
margin-top: 10px;
}
.marquee3k-wrapper {
display: flex;
flex-wrap: nowrap;
align-content: center;
}
body.rtl .marquee3k {
direction: ltr;
}@font-face {
font-family: "ficon";
src: url(//www.cryptoplanete.com/wp-content/plugins/penci-recipe/fonts/ficon.eot);
src: url(//www.cryptoplanete.com/wp-content/plugins/penci-recipe/fonts/ficon.eot?#iefix) format("embedded-opentype"),
url(//www.cryptoplanete.com/wp-content/plugins/penci-recipe/fonts/ficon.woff2) format("woff2"),
url(//www.cryptoplanete.com/wp-content/plugins/penci-recipe/fonts/ficon.woff) format("woff"),
url(//www.cryptoplanete.com/wp-content/plugins/penci-recipe/fonts/ficon.ttf) format("truetype"),
url(//www.cryptoplanete.com/wp-content/plugins/penci-recipe/fonts/ficon.svg#ficon) format("svg");
font-weight: normal;
font-style: normal;
font-stretch: normal;
font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "ficon";
src: url(//www.cryptoplanete.com/wp-content/plugins/penci-recipe/fonts/ficon.svg#ficon) format("svg");
font-display: swap;
}
}
[class^="ficon-"],
[class*=" ficon-"] {
font-size: 14px;
}
[class^="ficon-"]:before,
[class*=" ficon-"]:before,
[class^="ficon-"]:after,
[class*=" ficon-"]:after {
font-family: ficon;
font-size: inherit;
font-style: normal;
}
.ficon-salad:before {
content: "\f100";
}
.ficon-cucumber:before {
content: "\f101";
}
.ficon-nuts:before {
content: "\f102";
}
.ficon-cooking:before {
content: "\f103";
}
.ficon-clock:before {
content: "\f104";
}
.ficon-hot-food:before {
content: "\f105";
}
.ficon-fire:before {
content: "\f106";
} .wrapper-penci-recipe {
margin-bottom: 25px;
margin-top: 20px;
clear: both;
}
.elementor-widget-penci-recipe .wrapper-penci-recipe {
margin-top: 0;
margin-bottom: 0;
}
.wrapper-penci-recipe.showing-tagged-recipe {
margin-bottom: 0;
}
.penci-recipe {
border: 1px solid #dedede;
padding: 25px 25px 6px;
}
.showing-tagged-recipe .penci-recipe {
padding-bottom: 20px;
}
.penci-recipe .swp_social_panel {
display: none !important;
}
.penci-recipe.penci-recipe-hide-featured {
padding-top: 20px;
}
.penci-recipe-heading {
border-bottom: 1px solid #dedede;
margin: 0 -25px 25px -25px;
padding: 0;
overflow: visible;
}
.precipe-style-1 .penci-recipe-heading {
overflow: hidden;
}
.precipe-style-1 .penci-recipe-heading {
padding: 0 25px 20px;
}
.penci-recipe-thumb {
float: left;
width: 80px;
margin-right: 20px;
}
.penci-recipe-thumb img {
max-width: 100%;
height: auto;
}
.penci-recipe-metades {
display: block;
overflow: hidden;
}
.post-entry .penci-recipe-heading .recipe-title-nooverlay {
font-size: 20px;
float: left;
color: #313131;
margin-bottom: 8px;
}
.penci-recipe-heading a.penci-recipe-print {
float: right;
font-size: 12px;
font-weight: 700;
margin-top: 4px;
border: 1px solid;
padding: 0 12px;
height: 28px;
line-height: 26px;
color: #6eb48c;
-moz-transition: 0.25s;
-webkit-transition: 0.25s;
transition: 0.25s;
}
.penci-recipe-heading a.penci-recipe-print i {
margin-right: 4px;
font-size: 13px;
}
.penci-recipe-heading a.penci-recipe-print:hover {
background: #6eb48c;
color: #fff;
border-color: #6eb48c;
text-decoration: none;
}
.penci-recipe-heading .penci-recipe-meta,
.penci-recipe-rating {
clear: both;
color: #888;
font-size: 13px;
line-height: 1.5;
}
.penci-recipe-heading .penci-recipe-meta {
margin-left: 1px;
}
.penci-recipe-heading .penci-recipe-meta span {
margin-right: 15px;
}
.penci-recipe-heading .penci-recipe-meta span.remeta-item {
margin-right: 0;
}
.penci-recipe-heading .penci-recipe-meta span.servings {
margin-right: 0;
}
.penci-recipe-heading .penci-recipe-meta span time {
margin: 0;
padding: 0;
font-size: inherit;
font-weight: inherit;
color: inherit;
}
.penci-recipe-heading .penci-recipe-meta span i,
.penci-ficon.ficon-fire {
font-size: 16px;
margin-right: 2px;
color: #aaa;
}
.penci-ficon.ficon-fire {
margin-right: 4px;
}
.post-entry .penci-recipe-title {
font-size: 15px;
color: #888;
margin-bottom: 18px;
text-transform: uppercase;
}
.penci-recipe-ingredients {
border-bottom: 1px solid #dedede;
margin: 0 -25px 25px -25px;
padding: 0 20px 30px;
}
.penci-recipe .penci-recipe-ingredients h4.recipe-ingredient-heading {
font-size: 16px;
margin: 15px 0 15px -18px;
}
.penci-recipe-ingredients ul {
margin: 0;
padding-left: 18px;
}
.penci-recipe-ingredients ul li {
padding-bottom: 6px;
line-height: 1.6;
list-style: none;
position: relative;
margin-bottom: 0;
}
.penci-recipe-ingredients ul li:before {
content: "";
position: absolute;
width: 4px;
height: 4px;
border: 1px solid;
display: inline-block;
top: 8px;
left: -16px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
background: none !important;
opacity: 0.5;
}
.penci-recipe-ingredients ul li:last-child,
.penci-recipe-ingredients.penci-recipe-ingre-visual ul li:last-child {
margin: 0;
padding: 0;
}
.penci-recipe-ingredients.penci-recipe-ingre-visual ul {
margin-bottom: 12px;
padding-left: 15px;
}
.penci-recipe-ingredients.penci-recipe-ingre-visual ul li {
padding-bottom: 0;
margin-bottom: 7px;
position: relative;
list-style-type: square;
line-height: 1.7;
}
.penci-recipe-ingredients.penci-recipe-ingre-visual ul li:before {
content: none;
}
.penci-recipe-notes {
border-top: 1px solid #dedede;
margin: 10px -25px 0;
padding: 25px 25px 15px;
}
.post-entry .penci-recipe-notes.penci-recipe-notes-novisual p {
margin: 0;
}
.penci-recipe-notes .penci-recipe-title {
margin-bottom: 8px;
}
.wrapper-penci-recipe .penci-recipe-method ul,
.wrapper-penci-recipe .penci-recipe-method ol {
padding-left: 18px;
}
.penci-recipe-rating {
margin-top: 6px;
}
.penci_rateyo {
display: inline-block;
vertical-align: top;
top: 2px;
}
.penci-nutrition {
display: none;
}
.penci-nutrition.penci-show-nutrition {
display: block;
}
.penci-hide-nutrition {
display: none !important;
}
.penci-nutrition > .nutrition-item:after {
content: ",";
font-family: inherit;
color: inherit;
font-size: inherit;
font-weight: inherit;
letter-spacing: inherit;
margin-right: 5px;
}
.penci-nutrition > .nutrition-item:last-child:after {
content: none;
display: none;
}
.nutrition-lable {
margin-right: 5px;
} .precipe-style-2 {
padding-top: 0;
}
.precipe-style-2 .penci-recipe-thumb {
float: none;
width: 100%;
display: block;
margin: -1px -1px 20px -1px;
width: calc(100% + 2px);
position: relative;
padding-bottom: 60%;
}
.precipe-style-2 .penci-recipe-thumb img {
width: 100%;
object-fit: cover;
position: absolute;
left: 0;
right: 0;
object-position: 50% 50%;
top: 0;
bottom: 0;
height: 100%;
}
.precipe-style-2 .penci-recipe-metades {
padding: 0 25px;
margin-bottom: 25px;
}
.post-entry .penci-recipe-heading .recipe-title-overlay {
position: absolute;
z-index: 3;
left: 0;
right: 0;
bottom: 20px;
font-size: 24px;
color: #fff;
line-height: 1.3;
width: 100%;
padding: 0 25px;
margin: 0 !important;
}
.post-entry .precipe-style-2 .penci-recipe-heading .recipe-title-overlay {
bottom: 25px;
}
.recipe-header-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background: -moz-linear-gradient(top, transparent 60%, #000 100%);
background: -webkit-linear-gradient(top, transparent 60%, #000 100%);
background: -o-linear-gradient(top, transparent 60%, #000 100%);
background: -ms-linear-gradient(top, transparent 60%, #000 100%);
background: linear-gradient(to bottom, transparent 60%, #000 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
-webkit-transition: opacity 0.4s ease 0s;
-moz-transition: opacity 0.4s ease 0s;
-o-transition: opacity 0.4s ease 0s;
transition: opacity 0.4s ease 0s;
opacity: 0.8;
}
.wrapper-buttons-overlay {
position: absolute;
bottom: -25px;
z-index: 4;
right: 25px;
display: inline-block;
}
.wrapper-buttons-overlay a {
display: inline-block;
vertical-align: top;
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
text-decoration: none !important;
font-size: 14px;
color: #fff !important;
line-height: 1.2;
background-color: #6eb48c;
-webkit-box-shadow: 0 5px 20px #6eb48c;
box-shadow: 0 5px 20px #6eb48c;
border: none;
padding: 7px 0;
transition: all 0.3s;
-webkit-transition: all 0.3s;
margin-right: 10px;
}
.wrapper-buttons-overlay > a:last-of-type {
margin-right: 0;
}
.wrapper-buttons-overlay a i,
.post-entry .wrapper-buttons-overlay a i {
display: block;
margin-bottom: 4px;
font-size: 16px;
}
.wrapper-buttons-overlay .penci-recipe-pin {
background: #c62026;
-webkit-box-shadow: 0 5px 20px #c62026;
box-shadow: 0 5px 20px #c62026;
}
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta {
border: 1px solid #dedede;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta > span {
margin-right: 15px;
margin: 0;
-ms-flex: 1 0 25%;
flex: 1 0 25%;
padding: 10px 1.5%;
position: relative;
text-align: center;
border-right: 1px solid #dedede;
}
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta > span:last-child {
border-right: none;
}
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta span i,
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta span span,
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta span time {
display: block;
margin: 0;
}
.precipe-style-2
.penci-recipe-heading
.penci-recipe-meta
span
span.nutrition-item {
display: inline-block;
}
.penci-nutrition-meta {
display: none;
}
.penci-show-nutrition {
display: block;
}
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta span i,
.precipe-style-2 .penci-ficon.ficon-fire {
font-size: 24px;
}
.precipe-style-2 .penci-recipe-rating {
margin-bottom: 15px;
}
.penci-recipe-overtitle .penci-recipe-rating {
margin-top: 0;
}
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta span.remeta-item {
font-weight: bold;
font-size: 14px;
color: #313131;
display: block;
padding: 2px 0 3px;
} .precipe-style-3.penci-recipe-overtitle .wrapper-buttons-overlay {
bottom: 20px;
}
.precipe-style-3 .wrapper-buttons-overlay {
bottom: 25px;
display: block;
left: 0;
right: 0;
width: 100%;
padding: 0 25px;
}
.post-entry .precipe-style-3 .penci-recipe-heading .recipe-title-overlay {
position: relative;
left: auto;
right: auto;
bottom: auto;
padding: 0;
margin-top: 15px !important;
}
.precipe-style-3 .wrapper-buttons-overlay a i,
.post-entry .precipe-style-3 .wrapper-buttons-overlay a i {
display: inline-block;
margin-bottom: 0;
font-size: inherit;
margin-right: 2px;
}
.precipe-style-3 .wrapper-buttons-overlay a {
height: 36px;
line-height: 36px;
width: auto;
padding: 0 20px;
border-radius: 0;
-webkit-border-radius: 0;
box-shadow: none !important;
-webkit-box-shadow: none !important;
} .precipe-style-4 {
border: 5px solid #555 !important;
padding-top: 0;
margin-top: 97px;
}
.precipe-style-4 .penci-recipe-heading {
background: #555;
padding: 25px 22px;
border-bottom: none !important;
}
.precipe-style-4 .penci-recipe-thumb {
float: none;
text-align: center;
display: block;
width: 100%;
transform: translateY(-107px);
-webkit-transform: translateY(-107px);
margin-bottom: 18px;
}
.precipe-style-4 .penci-recipe-thumb .recipe-thumb-top {
width: 160px;
height: 160px;
display: inline-block;
border-radius: 50%;
overflow: hidden;
border: 5px solid #555;
vertical-align: top;
position: relative;
}
.precipe-style-4 .penci-recipe-thumb img {
width: 100%;
object-fit: cover;
position: absolute;
left: 0;
right: 0;
object-position: 50% 50%;
top: 0;
bottom: 0;
height: 100%;
}
.precipe-style-4 .penci-recipe-metades {
margin-top: -107px;
text-align: center;
}
.post-entry .precipe-style-4 .penci-recipe-heading .recipe-title-nooverlay {
float: none;
position: relative;
padding-bottom: 16px;
color: #fff;
margin-bottom: 16px;
}
.post-entry
.precipe-style-4
.penci-recipe-heading
.recipe-title-nooverlay:after {
content: "";
position: absolute;
width: 90%;
height: 2px;
background: #777;
bottom: 0;
left: 5%;
}
.wrapper-buttons-style4 {
text-align: center;
margin-bottom: 15px;
margin-left: -12px;
margin-right: -12px;
}
.wrapper-buttons-style4 .wrapper-col-btn {
display: block;
float: left;
width: 50%;
padding: 0 12px;
margin-bottom: 10px;
}
.wrapper-buttons-style4 a {
display: block;
height: 48px;
line-height: 48px;
text-align: center;
background: #6eb48c;
color: #fff !important;
text-decoration: none !important;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.wrapper-buttons-style4 a:hover {
opacity: 0.85;
}
.wrapper-buttons-style4 .penci-recipe-pin {
background: #c62026;
}
.precipe-style-4 .penci-recipe-heading .penci-recipe-meta,
.precipe-style-4 .penci-recipe-rating {
color: #fff;
}
.precipe-style-4 .penci-recipe-heading .penci-recipe-meta span.remeta-item {
opacity: 0.8;
}
.precipe-style-4 .penci-recipe-heading .penci-recipe-meta span i,
.precipe-style-4 .penci-ficon.ficon-fire {
color: #fff;
} .penci-recipe-hide-featured.precipe-style-4 {
padding-top: 0;
margin-top: 0;
}
.penci-recipe-hide-featured.precipe-style-4 .penci-recipe-metades {
margin-top: 0;
} .penci-recipe-action-buttons {
text-align: center;
margin: 20px 0 20px;
display: block;
}
.penci-recipe-action-buttons:before,
.penci-recipe-action-buttons:after,
.wrapper-buttons-style4:before,
.wrapper-buttons-style4:after {
content: "";
display: table;
clear: both;
}
.penci-recipe-action-buttons.buttons-align-left {
text-align: left;
}
.penci-recipe-action-buttons.buttons-align-right {
text-align: right;
}
.penci-recipe-action-buttons .penci-recipe-button {
padding: 10px 20px;
color: #fff;
font-size: 14px;
background: #313131;
outline: none;
text-decoration: none !important;
margin: 0 8px 10px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
display: inline-block;
}
.penci-recipe-action-buttons .penci-recipe-button i {
margin-right: 6px;
}
.penci-recipe-action-buttons .penci-recipe-button:hover {
background: #6eb48c;
}
.penci-recipe-action-buttons.buttons-align-left .penci-recipe-button {
margin: 0 16px 0 0;
}
.penci-recipe-action-buttons.buttons-align-right .penci-recipe-button {
margin: 0 0 0 16px;
}
.penci-recipe-tagged {
margin-bottom: 25px;
padding: 25px;
background: #555;
}
.elementor-widget-penci-recipe .penci-recipe-tagged {
margin-bottom: 0;
}
.penci-recipe-tagged .prt-wrap-span {
display: block;
text-align: center;
}
.penci-recipe-tagged .prt-icon {
margin-top: -44px;
margin-bottom: 5px;
}
.penci-recipe-tagged .prt-icon span {
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
color: #fff;
background: #6eb48c;
border-radius: 50%;
-webkit-border-radius: 50%;
display: inline-block;
vertical-align: top;
font-size: 30px;
}
.penci-recipe-tagged .prt-wrap-spantext {
}
.penci-recipe-tagged .prt-span-heading {
color: #fff;
font-size: 20px;
text-transform: uppercase;
font-weight: var(--pchead-wei);
display: block;
line-height: 1.3;
margin-bottom: 6px;
}
.penci-recipe-tagged .prt-span-des,
.penci-recipe-tagged .prt-span-des * {
color: #fff !important;
font-size: 15px;
line-height: 1.5;
}
.penci-recipe-tagged .prt-span-des a {
text-decoration: underline !important;
} .penci-recipe-index-wrap h4.recipe-index-heading {
font-size: 18px;
text-transform: uppercase;
position: relative;
margin-bottom: 25px;
line-height: 1.3;
color: #777;
overflow: hidden;
text-align: center;
}
.penci-recipe-index-wrap h4.recipe-index-heading > span {
position: relative;
display: inline-block;
vertical-align: top;
padding-right: 15px;
padding-left: 15px;
color: inherit;
background: none;
font-family: inherit;
font-size: inherit;
}
.penci-recipe-index-wrap h4.recipe-index-heading > span:before,
.penci-recipe-index-wrap h4.recipe-index-heading > span:after {
content: "";
width: 2000px;
left: 100%;
position: absolute;
top: 50%;
border-top: 1px solid;
opacity: 0.4;
}
.penci-recipe-index-wrap h4.recipe-index-heading > span:before {
left: auto;
right: 100%;
}
.penci-recipe-index-wrap h4.recipe-index-heading a {
color: inherit;
background: none;
font-family: inherit;
font-size: inherit;
text-decoration: none;
}
.penci-recipe-index-wrap ul.penci-recipe-index {
padding: 0;
margin-left: -10px;
margin-right: -10px;
width: 100%;
width: calc(100% + 20px);
display: inline-block;
vertical-align: top;
margin-bottom: 10px;
}
.penci-recipe-index-wrap ul.penci-recipe-index:before,
.penci-recipe-index-wrap ul.penci-recipe-index:after {
clear: both;
content: "";
}
.penci-recipe-index-wrap ul.penci-recipe-index li {
width: 33.333333%;
float: left;
padding: 0 10px;
margin-bottom: 30px;
list-style: none;
line-height: normal;
text-align: center;
}
.penci-recipe-index-wrap ul.penci-recipe-index.column-2 li {
width: 50%;
}
.penci-recipe-index-wrap ul.penci-recipe-index.column-4 li {
width: 25%;
}
.penci-recipe-index-wrap ul.penci-recipe-index.column-2 li:nth-child(2n + 1),
.penci-recipe-index-wrap ul.penci-recipe-index.column-3 li:nth-child(3n + 1),
.penci-recipe-index-wrap ul.penci-recipe-index.column-4 li:nth-child(4n + 1) {
clear: both;
}
.penci-recipe-index-wrap ul.penci-recipe-index li article {
margin: 0;
}
.penci-index-post-img {
margin-bottom: 17px;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
}
.penci-index-post-img:hover {
opacity: 0.85;
}
.penci-index-post-img .penci-holder-size-horizontal:before {
padding-top: 66.6667%;
}
.penci-index-post-img .penci-holder-size-square:before {
padding-top: 100%;
}
.penci-index-post-img .penci-holder-size-vertical:before {
padding-top: 135.4%;
}
.penci-recipe-index .cat {
display: block;
clear: both;
margin-bottom: 4px;
}
.penci-recipe-index .cat > a.penci-cat-name {
font-size: 12px;
}
.penci-recipe-index-wrap h2.penci-recipe-index-title {
margin: 0 0 0 0;
line-height: 1;
}
.penci-recipe-index-wrap .penci-recipe-index-title a {
font-size: 16px;
text-decoration: none;
color: #313131;
transition: all 0.3s;
-webkit-transition: all 0.3s;
line-height: 1.3;
letter-spacing: 0;
font-family: inherit;
vertical-align: top;
display: inline-block;
}
.penci-recipe-index-wrap .penci-recipe-index-title a:hover {
opacity: 0.7;
}
.penci-recipe-index .date {
font-size: 13px;
color: #888888;
margin-top: 3px;
display: block;
}
.penci-recipe-index-wrap .penci-index-more-link {
line-height: 1;
text-align: center;
margin-top: -10px;
margin-bottom: 40px;
}
.penci-recipe-index-wrap .penci-index-more-link a {
display: inline-block;
background: #313131;
padding: 0 25px;
height: 32px;
line-height: 32px;
text-decoration: none;
color: #fff;
transition: all 0.3s;
-webkit-transition: all 0.3s;
text-transform: uppercase;
font-family: var(--pchead-font);
font-weight: var(--pchead-wei);
font-size: 13px;
}
.penci-recipe-index-wrap .penci-index-more-link a:hover {
opacity: 0.8;
}
.penci-recipe-index-wrap .penci-index-more-link a i {
margin-left: 4px;
}
@media only screen and (max-width: 767px) {
.post-entry .penci-recipe-heading .recipe-title-nooverlay {
display: block;
float: none;
}
.penci-recipe-heading a.penci-recipe-print {
float: none;
display: inline-block;
height: 26px;
line-height: 24px;
}
.penci-recipe-heading .penci-recipe-meta {
margin-top: 15px;
}
.penci-recipe-index-wrap ul.penci-recipe-index li,
.penci-recipe-index-wrap ul.penci-recipe-index.column-4 li,
.penci-recipe-index-wrap ul.penci-recipe-index.column-3 li {
width: 50%;
}
.penci-recipe-index-wrap
ul.penci-recipe-index.column-2
li:nth-child(2n + 1),
.penci-recipe-index-wrap
ul.penci-recipe-index.column-3
li:nth-child(3n + 1),
.penci-recipe-index-wrap
ul.penci-recipe-index.column-4
li:nth-child(4n + 1) {
clear: none;
}
.penci-recipe-index-wrap
ul.penci-recipe-index.column-2
li:nth-child(2n + 1),
.penci-recipe-index-wrap
ul.penci-recipe-index.column-3
li:nth-child(2n + 1),
.penci-recipe-index-wrap
ul.penci-recipe-index.column-4
li:nth-child(2n + 1) {
clear: both;
}
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta > span {
flex: 1 0 50%;
}
.precipe-style-2
.penci-recipe-heading
.penci-recipe-meta
> span:nth-of-type(1),
.precipe-style-2
.penci-recipe-heading
.penci-recipe-meta
> span:nth-of-type(2) {
border-bottom: 1px solid #dedede;
}
}
@media only screen and (max-width: 479px) {
.penci-recipe-thumb {
float: none;
width: 100%;
margin-bottom: 20px;
margin-right: 0;
}
.penci-recipe-heading .penci-recipe-meta > span {
display: block;
margin-bottom: 4px;
}
.penci-recipe-heading .penci-recipe-meta > span:last-child {
margin-bottom: 0;
}
.penci-recipe-index-wrap ul.penci-recipe-index.column-2 li,
.penci-recipe-index-wrap ul.penci-recipe-index.column-4 li,
.penci-recipe-index-wrap ul.penci-recipe-index.column-3 li {
width: 100%;
float: none;
}
.penci-recipe-index-wrap
ul.penci-recipe-index.column-2
li:nth-child(2n + 1),
.penci-recipe-index-wrap
ul.penci-recipe-index.column-3
li:nth-child(2n + 1),
.penci-recipe-index-wrap
ul.penci-recipe-index.column-4
li:nth-child(2n + 1) {
clear: both;
}
.penci-recipe-index-wrap ul.penci-recipe-index li article {
margin-left: auto;
margin-right: auto;
}
.wrapper-buttons-style4 .wrapper-col-btn {
float: none;
width: 100%;
}
}
.penci-recipe-meta.archive-pos {
font-size: 14px;
color: var(--pcmeta-cl);
margin-bottom: 15px;
padding: 5px 0;
border-top: 1px solid var(--pcborder-cl);
border-bottom: 1px solid var(--pcborder-cl);
}
.penci-recipe-meta.archive-pos > span + span {
margin-left: 5px;
}
.penci-recipe-meta.archive-pos i {
color: var(--pcheading-cl);
}
.penci-recipe-meta.archive-pos .remeta-item {
color: var(--pcheading-cl);
}