.elementor-367 .elementor-element.elementor-element-4757149{--display:flex;}.elementor-367 .elementor-element.elementor-element-7ace86d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-367 .elementor-element.elementor-element-ac5a250{--display:flex;}.elementor-367 .elementor-element.elementor-element-1d5f999{--display:flex;}.elementor-367 .elementor-element.elementor-element-e2157dc{--display:flex;}.elementor-367 .elementor-element.elementor-element-9ec0b3c{--display:flex;}.elementor-367 .elementor-element.elementor-element-ce33de8{--display:flex;}.elementor-367 .elementor-element.elementor-element-f1e8bb1 > .elementor-widget-container{background-color:#FFFFFF;}.elementor-367 .elementor-element.elementor-element-f1e8bb1{color:#7A7A7A;}.elementor-367 .elementor-element.elementor-element-6160f8f{--display:flex;}.elementor-367 .elementor-element.elementor-element-74d5028 > .elementor-widget-container{background-color:#FFFFFF;}.elementor-367 .elementor-element.elementor-element-74d5028{color:#7A7A7A;}.elementor-367 .elementor-element.elementor-element-8b2652d{--display:flex;}.elementor-367 .elementor-element.elementor-element-7813fd4{--display:flex;}.elementor-367 .elementor-element.elementor-element-2ab4f79{--display:flex;}.elementor-367 .elementor-element.elementor-element-edfc760{--display:flex;}.elementor-367 .elementor-element.elementor-element-23d6ad9{--display:flex;}.elementor-367 .elementor-element.elementor-element-5766522{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}.elementor-367 .elementor-element.elementor-element-5766522 > .elementor-widget-container{border-style:none;}.elementor-367 .elementor-element.elementor-element-8bead66{--display:flex;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-367 .elementor-element.elementor-element-08989a5{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-367 .elementor-element.elementor-element-08989a5 .elementor-divider-separator{width:100%;}.elementor-367 .elementor-element.elementor-element-08989a5 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-367 .elementor-element.elementor-element-e45feb7{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-367 .elementor-element.elementor-element-ad30bb9{text-align:center;}.elementor-367 .elementor-element.elementor-element-b97c013{--display:flex;}.elementor-367 .elementor-element.elementor-element-49aa49c{--display:flex;}.elementor-367 .elementor-element.elementor-element-6364e19{--display:flex;}.elementor-367 .elementor-element.elementor-element-fbb087c{--display:flex;}.elementor-367 .elementor-element.elementor-element-1b87c5f{--display:flex;}.elementor-367 .elementor-element.elementor-element-cc68bce{--display:flex;}.elementor-367 .elementor-element.elementor-element-7b2647f{--display:flex;}.elementor-367 .elementor-element.elementor-element-8e424b2{--display:flex;}.elementor-367 .elementor-element.elementor-element-b2873ae{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}/* Start custom CSS for text-editor, class: .elementor-element-f1e8bb1 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-74d5028 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e12d32 */.warning {
    color: red;                 /* warna teks */
    font-weight: bold;          /* tebal */
    font-size: 18px;            /* ukuran besar */
    text-align: center;         /* rata tengah */
    animation: blink 1s infinite; /* aktifkan animasi */
}

@keyframes blink {
    0% { opacity: 1; }   /* tampak */
    50% { opacity: 0; }  /* hilang */
    100% { opacity: 1; } /* muncul lagi */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f1e8bb1 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-74d5028 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e12d32 */.warning {
    color: red;                 /* warna teks */
    font-weight: bold;          /* tebal */
    font-size: 18px;            /* ukuran besar */
    text-align: center;         /* rata tengah */
    animation: blink 1s infinite; /* aktifkan animasi */
}

@keyframes blink {
    0% { opacity: 1; }   /* tampak */
    50% { opacity: 0; }  /* hilang */
    100% { opacity: 1; } /* muncul lagi */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f1e8bb1 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-74d5028 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e12d32 */.warning {
    color: red;                 /* warna teks */
    font-weight: bold;          /* tebal */
    font-size: 18px;            /* ukuran besar */
    text-align: center;         /* rata tengah */
    animation: blink 1s infinite; /* aktifkan animasi */
}

@keyframes blink {
    0% { opacity: 1; }   /* tampak */
    50% { opacity: 0; }  /* hilang */
    100% { opacity: 1; } /* muncul lagi */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f1e8bb1 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-74d5028 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e12d32 */.warning {
    color: red;                 /* warna teks */
    font-weight: bold;          /* tebal */
    font-size: 18px;            /* ukuran besar */
    text-align: center;         /* rata tengah */
    animation: blink 1s infinite; /* aktifkan animasi */
}

@keyframes blink {
    0% { opacity: 1; }   /* tampak */
    50% { opacity: 0; }  /* hilang */
    100% { opacity: 1; } /* muncul lagi */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f1e8bb1 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-74d5028 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e12d32 */.warning {
    color: red;                 /* warna teks */
    font-weight: bold;          /* tebal */
    font-size: 18px;            /* ukuran besar */
    text-align: center;         /* rata tengah */
    animation: blink 1s infinite; /* aktifkan animasi */
}

@keyframes blink {
    0% { opacity: 1; }   /* tampak */
    50% { opacity: 0; }  /* hilang */
    100% { opacity: 1; } /* muncul lagi */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f1e8bb1 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-74d5028 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e12d32 */.warning {
    color: red;                 /* warna teks */
    font-weight: bold;          /* tebal */
    font-size: 18px;            /* ukuran besar */
    text-align: center;         /* rata tengah */
    animation: blink 1s infinite; /* aktifkan animasi */
}

@keyframes blink {
    0% { opacity: 1; }   /* tampak */
    50% { opacity: 0; }  /* hilang */
    100% { opacity: 1; } /* muncul lagi */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f1e8bb1 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-74d5028 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e12d32 */.warning {
    color: red;                 /* warna teks */
    font-weight: bold;          /* tebal */
    font-size: 18px;            /* ukuran besar */
    text-align: center;         /* rata tengah */
    animation: blink 1s infinite; /* aktifkan animasi */
}

@keyframes blink {
    0% { opacity: 1; }   /* tampak */
    50% { opacity: 0; }  /* hilang */
    100% { opacity: 1; } /* muncul lagi */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f1e8bb1 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-74d5028 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e12d32 */.warning {
    color: red;                 /* warna teks */
    font-weight: bold;          /* tebal */
    font-size: 18px;            /* ukuran besar */
    text-align: center;         /* rata tengah */
    animation: blink 1s infinite; /* aktifkan animasi */
}

@keyframes blink {
    0% { opacity: 1; }   /* tampak */
    50% { opacity: 0; }  /* hilang */
    100% { opacity: 1; } /* muncul lagi */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f1e8bb1 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-74d5028 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e12d32 */.warning {
    color: red;                 /* warna teks */
    font-weight: bold;          /* tebal */
    font-size: 18px;            /* ukuran besar */
    text-align: center;         /* rata tengah */
    animation: blink 1s infinite; /* aktifkan animasi */
}

@keyframes blink {
    0% { opacity: 1; }   /* tampak */
    50% { opacity: 0; }  /* hilang */
    100% { opacity: 1; } /* muncul lagi */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f1e8bb1 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-74d5028 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e12d32 */.warning {
    color: red;                 /* warna teks */
    font-weight: bold;          /* tebal */
    font-size: 18px;            /* ukuran besar */
    text-align: center;         /* rata tengah */
    animation: blink 1s infinite; /* aktifkan animasi */
}

@keyframes blink {
    0% { opacity: 1; }   /* tampak */
    50% { opacity: 0; }  /* hilang */
    100% { opacity: 1; } /* muncul lagi */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f1e8bb1 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-74d5028 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e12d32 */.warning {
    color: red;                 /* warna teks */
    font-weight: bold;          /* tebal */
    font-size: 18px;            /* ukuran besar */
    text-align: center;         /* rata tengah */
    animation: blink 1s infinite; /* aktifkan animasi */
}

@keyframes blink {
    0% { opacity: 1; }   /* tampak */
    50% { opacity: 0; }  /* hilang */
    100% { opacity: 1; } /* muncul lagi */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f1e8bb1 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-74d5028 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e12d32 */.warning {
    color: red;                 /* warna teks */
    font-weight: bold;          /* tebal */
    font-size: 18px;            /* ukuran besar */
    text-align: center;         /* rata tengah */
    animation: blink 1s infinite; /* aktifkan animasi */
}

@keyframes blink {
    0% { opacity: 1; }   /* tampak */
    50% { opacity: 0; }  /* hilang */
    100% { opacity: 1; } /* muncul lagi */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f1e8bb1 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-74d5028 */.table-container {
  width: 100%;        /* ubah ke 80%, 600px, dst sesuai kebutuhan */
  overflow-x: auto;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.styled-table thead {
  background-color: #1fabe1; /* Warna biru */
  color: #ffffff;            /* Warna teks putih */
  font-weight: bold;
}

.styled-table th {
  padding: 10px;
  text-align: center;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e12d32 */.warning {
    color: red;                 /* warna teks */
    font-weight: bold;          /* tebal */
    font-size: 18px;            /* ukuran besar */
    text-align: center;         /* rata tengah */
    animation: blink 1s infinite; /* aktifkan animasi */
}

@keyframes blink {
    0% { opacity: 1; }   /* tampak */
    50% { opacity: 0; }  /* hilang */
    100% { opacity: 1; } /* muncul lagi */
}/* End custom CSS */