article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }

audio, canvas, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

html { background: #fff; color: #000; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: Arial; }

body { margin: 0; }

a { background: transparent; }

a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

mark { background: #ff0; color: #000; }

code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after { content: ''; content: none; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; white-space: normal; }

button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; vertical-align: baseline; }

button, input { line-height: normal; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; }

table { border-collapse: collapse; border-spacing: 0; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; line-height: normal; }

/*--------------------------------------------------------------------------------*/
/*CONTAINER*/
/*--------------------------------------------------------------------------------*/
.container, .container-fluid { width: 100%; padding-left: calc(26px / 1.444444444444); padding-right: calc(26px / 1.444444444444); margin-right: auto; margin-left: auto; }

/*--------------------------------------------------------------------------------*/
/*GRID 12 COLUMNS*/
/*--------------------------------------------------------------------------------*/
.grid-row { display: flex; flex-wrap: wrap; margin-left: calc(-26px / 4.3333333333); margin-right: calc(-26px / 4.3333333333); }

.no-gutter { margin-right: 0; margin-left: 0; }

.no-gutter > .column, .no-gutter > [class*="column-"] { padding-right: 0; padding-left: 0; }

.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12, .column, .column-auto { position: relative; width: 100%; padding-left: calc(26px / 4.3333333333); padding-right: calc(26px / 4.3333333333); }

.column { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }

.column-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

.column-1 { -ms-flex: calc(1 / 12); flex: 0 0 calc(100% / (12 / 1)); max-width: calc(100% / (12 / 1)); }

.column-2 { -ms-flex: calc(2 / 12); flex: 0 0 calc(100% / (12 / 2)); max-width: calc(100% / (12 / 2)); }

.column-3 { -ms-flex: calc(3 / 12); flex: 0 0 calc(100% / (12 / 3)); max-width: calc(100% / (12 / 3)); }

.column-4 { -ms-flex: calc(4 / 12); flex: 0 0 calc(100% / (12 / 4)); max-width: calc(100% / (12 / 4)); }

.column-5 { -ms-flex: calc(5 / 12); flex: 0 0 calc(100% / (12 / 5)); max-width: calc(100% / (12 / 5)); }

.column-6 { -ms-flex: calc(6 / 12); flex: 0 0 calc(100% / (12 / 6)); max-width: calc(100% / (12 / 6)); }

.column-7 { -ms-flex: calc(7 / 12); flex: 0 0 calc(100% / (12 / 7)); max-width: calc(100% / (12 / 7)); }

.column-8 { -ms-flex: calc(8 / 12); flex: 0 0 calc(100% / (12 / 8)); max-width: calc(100% / (12 / 8)); }

.column-9 { -ms-flex: calc(9 / 12); flex: 0 0 calc(100% / (12 / 9)); max-width: calc(100% / (12 / 9)); }

.column-10 { -ms-flex: calc(10 / 12); flex: 0 0 calc(100% / (12 / 10)); max-width: calc(100% / (12 / 10)); }

.column-11 { -ms-flex: calc(11 / 12); flex: 0 0 calc(100% / (12 / 11)); max-width: calc(100% / (12 / 11)); }

.column-12 { -ms-flex: calc(12 / 12); flex: 0 0 calc(100% / (12 / 12)); max-width: calc(100% / (12 / 12)); }

/*--------------------------------------------------------------------------------*/
/*TABLE*/
/*--------------------------------------------------------------------------------*/
table th, table td { vertical-align: top; }

table thead th { vertical-align: bottom; border-bottom: 2px solid #b3b3b3; }

table tbody + tbody { border-top: 2px solid #b3b3b3; }

table th { border: 1px solid #b3b3b3; background: #f2f2f2; padding: 10px; text-align: left; }

table td { border: 1px solid #b3b3b3; padding: 5px 10px; }

.table-wrap { display: block; width: 100%; position: relative; overflow-x: auto; -webkit-overflow-scrolling: touch; }

.table-wrap th, .table-wrap td { white-space: nowrap; }

.table-strip tr:nth-of-type(odd) { background: #f7f7f7; }

/*--------------------------------------------------------------------------------*/
/*BASE BRAND COLORS*/
/*--------------------------------------------------------------------------------*/
.color-utility-base { color: #6D8591 !important; }

.box-utility-base { color: #4c5d65 !important; background: #e7ebed; border: 1px solid #b6c2c8; padding: 12px 16px; }

.box-utility-base a { color: #415057 !important; }

.box-utility-base a:hover { text-decoration: underline; }

.color-utility-info { color: #2099d6 !important; }

.box-utility-info { color: #166993 !important; background: #d4ecf9; border: 1px solid #88cbed; padding: 12px 16px; }

.box-utility-info a { color: #135a7d !important; }

.box-utility-info a:hover { text-decoration: underline; }

.color-utility-success { color: #11aa3d !important; }

.box-utility-success { color: #0a6424 !important; background: #9cf5b5; border: 1px solid #4ded7b; padding: 12px 16px; }

.box-utility-success a { color: #084d1c !important; }

.box-utility-success a:hover { text-decoration: underline; }

.color-utility-warning { color: #FCB715 !important; }

.box-utility-warning { color: #c28902 !important; background: #fff8e8; border: 1px solid #fede93; padding: 12px 16px; }

.box-utility-warning a { color: #a97702 !important; }

.box-utility-warning a:hover { text-decoration: underline; }

.color-utility-error { color: #FF0000 !important; }

.box-utility-error { color: #b30000 !important; background: #ffd6d6; border: 1px solid #ff8080; padding: 12px 16px; }

.box-utility-error a { color: #990000 !important; }

.box-utility-error a:hover { text-decoration: underline; }

/*--------------------------------------------------------------------------------*/
/*IMAGES STYLE*/
/*--------------------------------------------------------------------------------*/
.lqd, .lqd_img { background-size: cover; background-position: center center; background-repeat: no-repeat; }

.img-xxs { width: 40px !important; }

.img-xs { width: 80px !important; }

.img-sm { width: 100px !important; }

.img-md { width: 200px !important; }

.img-lg { width: 400px !important; }

.img-fluid { width: 100% !important; }

.img-fluid img { width: 100%; }

.lqd_img { position: absolute; width: 150%; height: 150%; top: -25%; left: -25%; z-index: 0; -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); }

.lqd_block { overflow: hidden; }

.lqd img { display: none; }

/*--------------------------------------------------------------------------------*/
/*FORMS*/
/*--------------------------------------------------------------------------------*/
input:focus, select:focus, textarea:focus, button:focus { outline: none; }

textarea, select, input[type="text"], input[type="date"], input[type="button"], input[type="submit"], input[type="file"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; }

select { height: 42px; padding-right: 32px !important; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 64 64' style='enable-background:new 0 0 64 64;' fill='%23999999' xml:space='preserve'><path d='M51.4,20.3c0.7-0.8,1.9-0.8,2.6,0c0.8,0.7,0.8,1.9,0,2.6L33.2,43.7c-0.7,0.7-1.9,0.7-2.7,0L9.8,22.9c-0.7-0.7-0.7-1.9,0-2.6c0.8-0.8,1.9-0.8,2.7,0l19.4,19.4L51.4,20.3z'/></svg>"); background-size: 16px; background-position: calc(100% - 8px) center; background-repeat: no-repeat; }

[type="checkbox"], [type="radio"] { padding: 0; }

textarea { resize: none; }

textarea.form-element, textarea.tagsinput { height: auto; }

button { cursor: pointer; background: #f0f0f0; color: #000000; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }

label { display: inline-block; margin-top: 8px; margin-bottom: 8px; font-size: 14px; }

.form-check label { margin: 0; }

.form-inline label { display: inline-block; margin-right: 4px; margin-top: 0; margin-bottom: 0; }

.form-check--inline label { line-height: 2; }

label a { color: var(--kuler-1); position: relative; z-index: 2; }

.form-inline { align-items: center; }

.form-block { position: relative; margin-bottom: 12px; }

.form-block--error .tagsinput { border-color: #FF0000; background: #fae9ec; }

.form-check { position: relative; display: block; padding-left: 24px; }

.form-check__input { margin-left: -25px; position: absolute; z-index: 2; width: 100%; height: 100%; cursor: pointer; opacity: 0; filter: alpha(opacity=0); }

.form-check__input:checked + label:before { background: #007cbd; -webkit-transform: scale(1.075); -moz-transform: scale(1.075); -ms-transform: scale(1.075); -o-transform: scale(1.075); transform: scale(1.075); }

.form-check--radio .form-check__input:checked + label:after { -webkit-transform: scale(0.4); -moz-transform: scale(0.4); -ms-transform: scale(0.4); -o-transform: scale(0.4); transform: scale(0.4); }

.form-check--checkbox .form-check__input:checked + label:after { font-family: "detiknetwork-FF"; content: "\49"; background: transparent; line-height: 1; color: #FFFFFF; -webkit-transform: scale(0.75); -moz-transform: scale(0.75); -ms-transform: scale(0.75); -o-transform: scale(0.75); transform: scale(0.75); }

.form-check__input:disabled ~ label { color: #999999; }

.form-check__input:hover + label:after { -webkit-transform: scale(0.65); -moz-transform: scale(0.65); -ms-transform: scale(0.65); -o-transform: scale(0.65); transform: scale(0.65); }

.form-check label { position: relative; cursor: pointer; }

.form-check label:before, .form-check label:after { content: ""; width: 16px; height: 16px; position: absolute; left: -24px; top: 2px; }

.form-check label:before { background: #cccccc; -webkit-transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2); -moz-transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2); -ms-transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2); -o-transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2); transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2); }

.form-check label:after { background: #FFFFFF; -webkit-transform: scale(0.75); -moz-transform: scale(0.75); -ms-transform: scale(0.75); -o-transform: scale(0.75); transform: scale(0.75); -webkit-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4); -moz-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4); -ms-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4); -o-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4); transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4); }

.form-check label:hover:after { -webkit-transform: scale(0.35); -moz-transform: scale(0.35); -ms-transform: scale(0.35); -o-transform: scale(0.35); transform: scale(0.35); }

.form-check--checkbox label:after { font-size: 16px; }

.form-check--inline { display: inline-flex; align-items: center; margin-right: 12px; }

.form-check--inline__input { position: static; margin-top: 0; margin-right: 8px; margin-left: 0; }

.form-check--inline label:before, .form-check--inline label:after { top: 5px; }

.form-element, .tagsinput { display: block; width: 100%; height: 42px; padding: 8px 12px; border: 1px solid #e6e6e6; line-height: 1.4; background-color: #FFFFFF; color: #333333; font-size: 14px; -webkit-transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out; -moz-transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out; -ms-transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out; -o-transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out; transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out; }

.form-element:focus, .tagsinput:focus { border-color: #cccccc; }

.form-element[type="date"], .tagsinput[type="date"] { padding-top: 7px; padding-bottom: 7px; }

.form-element--error, .form-element--error:focus { color: #b30000 !important; background: #ffd6d6; border-color: #ff8080; }

.form-inline .form-element, .form-inline .tagsinput { display: inline-block; width: auto; vertical-align: middle; }

.form-rounded .form-element, .form-rounded .tagsinput { border-radius: 24px; }

.form-gray .form-element, .form-gray .tagsinput { background-color: #f7f7f7; }

.form-file { position: relative; width: 100%; height: 42px; padding: 8px 12px 0 20px; margin: 0; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; font-size: 16px; }

.form-file:before { position: absolute !important; left: 0; top: 0; line-height: 1.4; content: 'Pilih file'; z-index: 1; font-size: 16px; display: inline-block; line-height: 1.4; padding: 8px 16px; text-align: center; cursor: pointer; vertical-align: top; border: 1px solid transparent; border-radius: 4px; background: #e6e6e6; color: #000000; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }

.form-file:after { content: ""; position: absolute; left: 0; top: 0; width: 117px; height: 37px; background: #fff; }

.form-file__input { position: absolute; left: 25px; }

.form-element:disabled, .tagsinput:disabled, .form-element[readonly], .tagsinput[readonly], .form-gray .form-element:disabled, .form-gray .tagsinput:disabled, .form-gray .form-element[readonly], .form-gray .tagsinput[readonly] { background-color: #f0f0f0; }

/*--------------------------------------------------------------------------------*/
/*BUTTONS & LABELS DEFAULT STYLING*/
/*--------------------------------------------------------------------------------*/
.btn, .label { position: relative; font-size: 16px; display: inline-flex; align-items: center; line-height: 1.4; padding: 8px 16px; justify-content: center; cursor: pointer; vertical-align: top; border: 1px solid transparent; border-radius: 4px; }

.btn--default, .label--default { background: #f0f0f0; color: #000000; }

.btn--rounded, .label--rounded { padding-left: 24px; padding-right: 24px; border-radius: 24px; }

.btn--sm, .label--sm { font-size: 12px; padding: calc(12px / 3) 12px; }

.btn--md, .label--md { font-size: 14px; padding-top: 6px; padding-bottom: 6px; }

.btn--lg, .label--lg { font-size: 20px; padding: 8px 32px; }

/*--------------------------------------------------------------------------------*/
/*BUTTON & LABEL STYLING VARIATIONS*/
/*--------------------------------------------------------------------------------*/
.btn:hover { color: #000000; opacity: 0.8; filter: alpha(opacity=80); }

.btn--rounded.btn--sm { padding-left: 16px; padding-right: 16px; border-radius: 16px; }

.btn--rounded.btn--lg { padding-left: 48px; padding-right: 48px; border-radius: 32px; }

.btn--default.btn--outline { border: 1px solid #666666; color: #666666; }

.btn--default.btn--link { color: #007cbd; }

.btn--outline { border: 1px solid #000000; color: #000000; }

.btn--link:hover { text-decoration: underline; opacity: 1; filter: alpha(opacity=100); }

.btn--outline, .btn--link { background: transparent !important; }

.btn--block { display: block; text-align: center; width: 100%; }

.form-inline .btn { margin-bottom: 0; }

.form-rounded .btn { padding-left: 24px; padding-right: 24px; border-radius: 24px; }

.label { cursor: inherit; }

.label--rounded.label--sm { padding-left: 16px; padding-right: 16px; border-radius: 16px; }

.label--rounded.label--lg { padding-left: 48px; padding-right: 48px; border-radius: 32px; }

/*--------------------------------------------------------------------------------*/
.btn--sosmed-instagram { color: #FFFFFF; border: none; background: #5851DB; /* Old browsers */ background: -moz-radial-gradient(left bottom, ellipse cover, #ffdc80 15%, #e1306c 55%, #5851db 100%); /* FF3.6+ */ background: -webkit-radial-gradient(left bottom, ellipse cover, #ffdc80 15%, #e1306c 55%, #5851db 100%); /* Chrome10-25,Safari5.1-6 */ background: radial-gradient(ellipse at left bottom, #ffdc80 15%, #e1306c 55%, #5851db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top_color', endColorstr='$bottom_color',GradientType=1 ); /* IE6-9 */ }

.btn--sosmed-instagram:hover { color: #FFFFFF; border: none; }

.pagination { display: block; font-size: 14px; }

.pagination a { text-align: center; display: inline-block; padding: 4px 8px; }

.pagination a:first-child { margin-right: 16px; }

.pagination a:last-child { margin-left: 16px; }

.pagination__item:hover { background: #f0f0f0; color: #000000; border-radius: 4px; }

.pagination__item--active, .pagination__item--active:hover { background: var(--kuler-1); color: #FFFFFF; border-radius: 4px; }

.pagination__range { letter-spacing: 4px; background: transparent; }

.notification-overlay { width: 300px; position: fixed; top: 215px; left: 50%; z-index: 12; padding: 12px 16px; color: var(--kuler-1); background: #FFFFFF; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }

.notification-overlay__close { position: absolute; top: calc(4px / 2); right: 4px; color: #999999; }

.notification-overlay a:hover .icon { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }

.notification-overlay--alpha { opacity: 0.5; filter: alpha(opacity=50); }

.loader-animate { width: 32px; margin: 12px auto; }

.copy_url { position: relative; }

.copy_url .notif { display: inline-block; padding: 8px; margin: 0; position: absolute; z-index: 5; bottom: 0%; left: 50%; width: auto; white-space: nowrap; font-size: 14px; background: #FF0000; color: #FFFFFF; opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateX(-50%) scale(0); -moz-transform: translateX(-50%) scale(0); -ms-transform: translateX(-50%) scale(0); -o-transform: translateX(-50%) scale(0); transform: translateX(-50%) scale(0); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }

.copy_url .notif:before { position: absolute; content: ""; border: 3px solid; right: 50%; margin: 0 -7px 0 0; top: 100%; border-top: 8px solid #ff0000; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: none; }

.copy_url .notif.url_copied { display: inline-block; bottom: 135%; opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateX(-50%) scale(1); -moz-transform: translateX(-50%) scale(1); -ms-transform: translateX(-50%) scale(1); -o-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); }

.livereport_notif { text-align: center; padding-top: 16px; z-index: 3; }

.livereport_notif a:hover i { transform: rotate(360deg); transition: 2s; }

.breaking-sticky { visibility: hidden; z-index: 5; position: fixed; left: -100%; right: 0; height: 0; top: 88px; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; }

.breaking-sticky--sticked { visibility: visible; left: 0; top: 88px; opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.breaking-sticky .media__text { overflow: hidden; }

.breaking-sticky .media__title { white-space: nowrap; margin-left: -10px; overflow: hidden; padding: 10px 0; line-height: normal; font-size: 14px; }

.breaking-sticky .media__link { color: white; }

.breaking-sticky .media__label { background: #FF0000; border-radius: 0; -webkit-transform: skew(-15deg, 0deg); -moz-transform: skew(-15deg, 0deg); -ms-transform: skew(-15deg, 0deg); -o-transform: skew(-15deg, 0deg); transform: skew(-15deg, 0deg); left: -8px; top: auto; padding: 10px 20px 10px 24px; position: relative; box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.8); }

.breaking-detikpagi { visibility: hidden; left: -100%; width: 100%; min-height: 80px; background: url("../images/bg-detikpagi.webp") no-repeat top; background-size: 101%; bottom: 100px; position: fixed; z-index: 10; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; }

.breaking-detikpagi--sticked { visibility: visible; left: 0; opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.breaking-detikpagi__content { border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; }

.breaking-detikpagi__close { position: absolute; z-index: 5; width: 27px; height: 27px; right: 0; top: -13px; background: #000000; color: #FFFFFF; }

.breaking-detikpagi .media--left .media__image { width: 110px; height: 80px; z-index: 3; }

.breaking-detikpagi .mt-7 { margin-top: 7px; }

.detikpagi-live { margin-top: 8px; }

.detikpagi-live span { position: relative; background: #ffe600; display: inline-block; padding: 0 8px 0 20px; color: #EE4023; font-size: 12px; border-radius: 12px; }

.detikpagi-live span:before { content: ""; width: 8px; height: 8px; position: absolute; top: 5px; left: 5px; overflow: hidden; animation: live-detikpagi 1s; -moz-animation: live-detikpagi 1s infinite; -webkit-animation: live-detikpagi 1s infinite; background: #C72026; }

.detikpagi-live__body { display: flex; align-items: center; gap: 12px; margin-left: 12px; }

.detikpagi-live__body__text { font-weight: 600; font-size: 11px; color: #ffffff; width: 146px; }

.detikpagi-live__body__button__play { display: block; }

.detikpagi-live__body__button__pause { display: none; }

@keyframes live-detikpagi { 0% { background: #fcc43f; }
  50% { background: #C72026; }
  100% { background: #fcc43f; } }

/*--------------------------------------------------------------------------------*/
/*LIST CONTENT GENERAL*/
/*--------------------------------------------------------------------------------*/
.list-content { padding-left: 0; margin-top: 0; margin-bottom: 0; }

.list-content__item { position: relative; width: 100%; padding-top: 0; padding-bottom: 8px; margin-bottom: 8px; }

.list-content__item:first-child { margin-top: 8px; }

.list-content--column .list-content__item:first-child { margin-top: 0; }

.list-content__item:last-child { margin-bottom: 0; }

.list-content--column .list-content__item { padding-bottom: 12px; margin-bottom: 12px; }

.list-content__item .page__share { position: absolute; right: 0; }

.list-content__title { margin: 0; font-size: 14px; }

.list-content__title > a { display: block; }

.list-content--column { margin-top: 8px; }

.list-content--bordered .list-content__item { border-bottom: 1px solid #f0f0f0; }

.list-content--bordered .list-content__item:last-child { border: none; }

.list-content--bordered.list-content--column .list-content__item { border: none; }

.list-content--bordered.list-content--column .list-content__item:after { content: ""; position: absolute; left: calc(26px / 2); right: calc(26px / 2); bottom: 0; height: 1px; background: #f0f0f0; }

.media { position: relative; overflow: hidden; flex: 1; }

.list-content--equal-height .media { background: #FFFFFF; box-shadow: 0 calc(4px / 2) 4px 0 rgba(0, 0, 0, 0.15); border-radius: 8px; }

.media__image { position: relative; margin-bottom: 12px; overflow: hidden; -webkit-mask-image: -webkit-radial-gradient(white, black); background: #f0f0f0; }

.media__image.float-vid.flowed { -webkit-mask-image: unset; }

.media__image a { display: block; }

.media__text { flex: 1; position: static; font-size: 12px; color: #666666; }

.list-content--equal-height .media__text { padding-left: 12px; padding-right: 12px; padding-bottom: 32px; }

.media__title { margin: 0; flex: 1; font-size: 14px; }

.media__subtitle { display: inline-block; margin-top: 0; margin-bottom: 4px; font-size: 12px; }

.media__subtitle a { position: relative; z-index: 3; }

.media__subtitle a:hover { text-decoration: underline; }

.media__date { display: inline-block; margin-top: 4px; line-height: 1.5; color: #666666; font-size: 12px; }

.list-content--equal-height .media__date { position: absolute; bottom: 12px; }

.media__author { position: relative; z-index: 3; margin-top: 8px; font-size: 12px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; color: #333333; }

.media__author-image-avatar { position: relative; width: 25px; height: 25px; display: inline-flex; overflow: hidden; margin-right: 8px; background: #f0f0f0; }

.media__author a:hover { text-decoration: underline; }

.media__link { position: static; }

.media__link:before { position: absolute; content: ""; bottom: 0; left: 0; top: 0; right: 0; overflow: hidden; white-space: nowrap; z-index: 2; }

.media__label { display: inline-block; padding: calc(12px / 3) 12px; position: absolute; top: 4px; left: 4px; z-index: 1; color: #FFFFFF; background: #21409A; font-size: 12px; }

.media__icon { position: absolute; z-index: 1; padding: calc(4px / 2) 4px; text-align: center; vertical-align: middle; display: inline-flex; align-items: center; color: #FFFFFF; font-size: 12px; background: #000000; /* The Fallback */ background: rgba(0, 0, 0, 0.5); }

.media__icon .icon { margin: 0 2px; }

.media__icon--middle { top: 50%; left: 50%; -webkit-transform: translate3d(-50%, -50%, 0); -moz-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); }

.media__icon--top-right { top: 4px; right: 4px; }

.media__icon--top-left { top: 4px; left: 4px; }

.media__icon--bottom-right { bottom: 4px; right: 4px; }

.media__icon--bottom-left { bottom: 4px; left: 4px; }

.media__icon--no-bg { background: none; padding: 0; }

.media__desc { color: #000000; font-size: 14px; margin-bottom: 12px; }

.media--left { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: flex-start; }

.media--right { flex-direction: row-reverse; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: flex-start; }

.media--left .media__image { margin: 0 16px 0 0; }

.media--right .media__image { margin: 0 0 0 16px; }

.media--left .media__image, .media--right .media__image { width: 116px; }

.media--align-center { align-items: center; }

.media--text-overlay .media__image { margin-bottom: 0; }

.media--text-overlay .media__text { position: absolute; bottom: 0; left: 0; right: 0; padding: 15% 12px 12px; z-index: 3; color: #FFFFFF; background: #000000; /* Old browsers */ background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */ background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 ); /* IE6-9 */ }

.media--text-overlay .media__text a { color: #FFFFFF; }

.media--text-overlay .media__subtitle { color: #fcc43f; }

.media--text-overlay .media__subtitle a { color: #fcc43f; }

.media--text-overlay .media__date { color: #f7f7f7; }

.media--text-overlay.media--image-radius .media__text { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }

.text-list { position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: baseline; font-size: 16px; }

.text-list__data { margin-right: 8px; }

.text-list__title { font-size: inherit; font-weight: inherit; }

.text-list--title { margin-bottom: 12px; font-size: 18px; }

/*--------------------------------------------------------------------------------*/
/*HELPER*/
/*--------------------------------------------------------------------------------*/
.pd-0 { padding: 0 !important; }

.pdt-0 { padding-top: 0 !important; }

.pdr-0 { padding-right: 0 !important; }

.pdb-0 { padding-bottom: 0 !important; }

.pdl-0 { padding-left: 0 !important; }

.mg-0 { margin: 0 !important; }

.mgt-0 { margin-top: 0 !important; }

.mgr-0 { margin-right: 0 !important; }

.mgb-0 { margin-bottom: 0 !important; }

.mgl-0 { margin-left: 0 !important; }

.pd-4 { padding: 4px !important; }

.pdt-4 { padding-top: 4px !important; }

.pdr-4 { padding-right: 4px !important; }

.pdb-4 { padding-bottom: 4px !important; }

.pdl-4 { padding-left: 4px !important; }

.mg-4 { margin: 4px !important; }

.mgt-4 { margin-top: 4px !important; }

.mgr-4 { margin-right: 4px !important; }

.mgb-4 { margin-bottom: 4px !important; }

.mgl-4 { margin-left: 4px !important; }

.pd-8 { padding: 8px !important; }

.pdt-8 { padding-top: 8px !important; }

.pdr-8 { padding-right: 8px !important; }

.pdb-8 { padding-bottom: 8px !important; }

.pdl-8 { padding-left: 8px !important; }

.mg-8 { margin: 8px !important; }

.mgt-8 { margin-top: 8px !important; }

.mgr-8 { margin-right: 8px !important; }

.mgb-8 { margin-bottom: 8px !important; }

.mgl-8 { margin-left: 8px !important; }

.pd-12 { padding: 12px !important; }

.pdt-12 { padding-top: 12px !important; }

.pdr-12 { padding-right: 12px !important; }

.pdb-12 { padding-bottom: 12px !important; }

.pdl-12 { padding-left: 12px !important; }

.mg-12 { margin: 12px !important; }

.mgt-12 { margin-top: 12px !important; }

.mgr-12 { margin-right: 12px !important; }

.mgb-12 { margin-bottom: 12px !important; }

.mgl-12 { margin-left: 12px !important; }

.pd-16 { padding: 16px !important; }

.pdt-16 { padding-top: 16px !important; }

.pdr-16 { padding-right: 16px !important; }

.pdb-16 { padding-bottom: 16px !important; }

.pdl-16 { padding-left: 16px !important; }

.mg-16 { margin: 16px !important; }

.mgt-16 { margin-top: 16px !important; }

.mgr-16 { margin-right: 16px !important; }

.mgb-16 { margin-bottom: 16px !important; }

.mgl-16 { margin-left: 16px !important; }

.pd-24 { padding: 24px !important; }

.pdt-24 { padding-top: 24px !important; }

.pdr-24 { padding-right: 24px !important; }

.pdb-24 { padding-bottom: 24px !important; }

.pdl-24 { padding-left: 24px !important; }

.mg-24 { margin: 24px !important; }

.mgt-24 { margin-top: 24px !important; }

.mgr-24 { margin-right: 24px !important; }

.mgb-24 { margin-bottom: 24px !important; }

.mgl-24 { margin-left: 24px !important; }

.pd-48 { padding: 48px !important; }

.pdt-48 { padding-top: 48px !important; }

.pdr-48 { padding-right: 48px !important; }

.pdb-48 { padding-bottom: 48px !important; }

.pdl-48 { padding-left: 48px !important; }

.mg-48 { margin: 48px !important; }

.mgt-48 { margin-top: 48px !important; }

.mgr-48 { margin-right: 48px !important; }

.mgb-48 { margin-bottom: 48px !important; }

.mgl-48 { margin-left: 48px !important; }

.pd-96 { padding: 96px !important; }

.pdt-96 { padding-top: 96px !important; }

.pdr-96 { padding-right: 96px !important; }

.pdb-96 { padding-bottom: 96px !important; }

.pdl-96 { padding-left: 96px !important; }

.mg-96 { margin: 96px !important; }

.mgt-96 { margin-top: 96px !important; }

.mgr-96 { margin-right: 96px !important; }

.mgb-96 { margin-bottom: 96px !important; }

.mgl-96 { margin-left: 96px !important; }

.hide-element { display: none !important; }

.display-block { display: block !important; }

.display-inline-block { display: inline-block !important; }

.font-light { font-weight: 300 !important; }

.font-regular { font-weight: 400 !important; }

.font-semibold { font-weight: 600 !important; }

.font-bold { font-weight: 700 !important; }

.pos-relative { position: relative !important; }

.pos-static { position: static !important; }

.overflow-visible { overflow: visible !important; }

.w-100 { width: 100% !important; }

.align-self-start { align-self: flex-start !important; }

.justify-content-center { justify-content: center !important; }

.justify-content-end { justify-content: flex-end !important; }

.justify-content-evenly { justify-content: space-evenly !important; }

.justify-content-around { justify-content: space-around !important; }

.justify-content-between { justify-content: space-between !important; }

.flex-1 { flex: 1 !important; }

.flex-center, .align-items-center { align-items: center !important; }

/*--------------------------------------------------------------------------------*/
/*EXTENDS*/
/*--------------------------------------------------------------------------------*/
.form-element, .tagsinput, .pagination, .breaking-sticky .media__link, .breaking-sticky .media__label, .list-content__title, .media__title, .media__subtitle, .box__title, .section__title, .livereport-content .media__date { font-weight: 400; }

.media__date, .box__title--sponsored-box, .text__body, .footer__copy, .static__body-text p, .static__body-box p { font-weight: 300; }

.box-utility-base a, .box-utility-info a, .box-utility-success a, .box-utility-warning a, .box-utility-error a, .notification-overlay, .text-list--title, .box__title, .section__title, .page__title, .terpopuler .media__title, .moment__anchor, .box-kalkulator__btn, .box-kalkulator-hitung__title { font-weight: 600; }

.modal-body__title, .livereport-content .media__title, .article__recomendation .media__label, .cb-marketdata .datafx__item--title, .cb-marketdata .datafx__item--value { font-weight: 700; }

label, .form-file:before, .btn, .pagination, .notification-overlay, .breaking-sticky .media__link, .breaking-sticky .media__label, .detikpagi-live__body__text, .list-content__title, .media__title, .media__subtitle, .media__author, .text-list, .modal-body__title, .box__title, .section__title, .box__header a, .box__title--sponsored-box, .page__header-social, .page__title, .page__breadcrumb, .page__follow, .page__indeks-info, .page__share, .livereport-content .media__title, .livereport-content .media__date, .article__recomendation .media__label, .media__label--live, .text__body, .footer, .footer-title, .text__body-box, .static__body, .box-kalkulator, .cb-kalkulator, .box-kalkulator-hitung, .collapsible__top, .list__berita__title, .list__berita__item__bottom__title, .list__berita__item__bottom__date { font-family: Montserrat-FF, Arial, Tahoma, sans-serif; }

.breaking-sticky .media__text, .media--list, .display-flex, .breaking-detikpagi__close, .align-middle, .box__title--sponsored-box a, .box__title--sponsored-box, .footer__app-store, .cb-marketdata .datafx__item { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }

.form-inline, .list-content__item, .display-flex-wrap, .static__body-form .steps { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: wrap; }

.notification-overlay, .flex-between, .box__header, .section__header, .box__title--sponsored, .page__header, .page__nav, .page__breadcrumb, .page__follow, .page__indeks-info, .cb-marketdata .tab { justify-content: space-between; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: wrap; align-items: center; }

.detikpagi-live, .text-center, .cb-mostpop .text-list__data, .cb-commented .text-list__data, .box-kalkulator-hitung { text-align: center !important; }

.text-right { text-align: right !important; }

.text-style-italic { font-style: italic !important; }

.breaking-detikpagi__close, .align-middle, .box__title--sponsored-box a { align-items: center; justify-content: center; }

.box-utility-base, .box-utility-info, .box-utility-success, .box-utility-warning, .box-utility-error, .form-check--checkbox label:before, .form-check--checkbox label:after, .form-element, .tagsinput, .notification-overlay, .copy_url .notif, .media__label, .media__icon, .media--image-radius .media__image, .slick-slide-thumbnail .slick-slide, .dropdown-menu__content, .tagsinput .tag, .box-kalkulator__btn, .cb-kalkulator__info { border-radius: 4px; }

.form-check--radio label:before, .form-check--radio label:after, .breaking-detikpagi__close, .detikpagi-live span:before, .media__image--circle, .media__author-image-avatar, .media--image-circle .media__image, .circle, .lds-ring div, .slick-dots li button, .static__body-form .numb { border-radius: 50%; }

.color-black { color: #000000; }

.color-black-light-4 { color: #cccccc; }

.color-white, .breaking-sticky .media__text, .box-kalkulator__header, .box-kalkulator__btn { color: #FFFFFF; }

.color-gray { color: #6D8591; }

.color-gray-light-1 { color: #879ba5; }

.color-blue-base, .color-blue, .detail__multiple-paging .text-list--title, .detail__multiple-paging .text-list--title a { color: #21409A; }

.color-orange-light-1, .color-orange { color: #ef672f; }

.color-red-light-2, .color-red { color: #FF0000; }

.color-purple-light-2, .color-purple { color: #812e88; }

.color-green-light-2, .color-green { color: #11aa3d; }

.color-yellow-base, .color-yellow { color: #FCB715; }

.color-pink-light-1, .color-pink { color: #ec1b7a; }

.color-bg-black { background: #000000; }

.color-bg-black-light-5 { background: #e6e6e6; }

.color-bg-white, .cb-kalkulator__info { background: #FFFFFF; }

.color-bg-gray { background: #6D8591; }

.color-bg-gray-light-4 { background: #e0e5e8; }

.color-bg-blue-base, .color-bg-blue { background: #21409A; }

.color-bg-orange-light-1, .color-bg-orange { background: #ef672f; }

.color-bg-red-light-2, .color-bg-red { background: #FF0000; }

.color-bg-purple-light-2, .color-bg-purple { background: #812e88; }

.color-bg-green-light-2, .color-bg-green { background: #11aa3d; }

.color-bg-yellow-base, .color-bg-yellow { background: #FCB715; }

.color-bg-pink-light-1, .color-bg-pink { background: #ec1b7a; }

.lqd_block > img, .media__image > img, .media__image a > * > img, .media__author-image-avatar img, .area_ipt img { position: absolute; max-height: 100%; max-width: 100%; width: auto; height: auto; z-index: 1; top: 50%; left: 50%; -webkit-transform: translate3d(-50%, -50%, 0); -moz-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); }

/*MODAL STYLE*/
.modal-box { position: fixed; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden; z-index: 26; opacity: 0; transition: opacity 0.3s ease-out 0s; background: #fff; /* The Fallback */ background: rgba(255, 255, 255, 0.65); }

.modal-box--show { opacity: 1; overflow-x: hidden; overflow-y: auto; }

.modal-box--inline { pointer-events: none; }

.modal-box--inline.modal-box--show { pointer-events: auto; }

.modal-dialog { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; margin: 18px auto; transition: transform 0.3s ease-out 0s; transform: translate(0, 50px); height: 100%; min-height: calc(100% - 36px); max-height: calc(100% - 36px); -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; width: calc(100% - 36px); }

.modal-box--md .modal-dialog { width: 700px; }

.modal-box--full .modal-dialog { width: calc(100% - 36px); }

.anim .modal-dialog { transition: transform 0.3s ease-out 0s; transform: translate(0, 0); }

.modal-content { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; min-height: 100px; max-height: 0; transition: all 0.3s ease-in-out; transform: scale(0.75); box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15); border-radius: 8px; background: #FFFFFF; }

.modal-content--loaded { max-height: 100%; transform: scale(1); }

.modal-box--full .modal-content { height: 100%; }

.modal-body { padding: 16px; overflow-y: scroll; opacity: 0; transition: opacity 0.75s ease-in-out; }

.modal-content--loaded .modal-body { opacity: 1; }

.modal-body__title { padding-bottom: 12px; margin-bottom: 4px; font-size: 18px; }

.close-modal { display: block; position: absolute; top: 8px; right: 8px; opacity: 0; visibility: hidden; z-index: 3; color: #999999; }

.modal-content--loaded .close-modal { opacity: 1; visibility: visible; }

.modal-overlay { position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; opacity: 0; transition: opacity 0.3s ease-out 0s; z-index: 22; background: #FFFFFF; }

.modal-open { overflow: hidden; }

.modal-open .modal-overlay { opacity: 0.9; }

.lds-ring { position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0) scale(1); width: 40px; height: 40px; }

.lds-ring div { box-sizing: border-box; display: block; position: absolute; width: 40px; height: 40px; border: 7px solid #999999; animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: #999999 transparent transparent transparent; }

.lds-ring div:nth-child(1) { animation-delay: -0.45s; }

.lds-ring div:nth-child(2) { animation-delay: -0.3s; }

.lds-ring div:nth-child(3) { animation-delay: -0.15s; }

@keyframes lds-ring { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }

.accordion-wrap, .accordion-title { position: relative; }

.accordion-title { cursor: pointer; }

.accordion-title .icon { -webkit-transition: all 0.25s ease-in-out 0s; -moz-transition: all 0.25s ease-in-out 0s; -ms-transition: all 0.25s ease-in-out 0s; -o-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s; }

.accordion-content { display: none; overflow: hidden; }

.accordion-open .icon-chevron-down { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

/*ZOOM IMAGES*/
.wrap-zoom { z-index: 666; position: relative !important; }

.img-zoomin { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; }

.img-zoomout, .wrap-zoom { cursor: pointer; cursor: -webkit-zoom-out; cursor: -moz-zoom-out; }

.wrap-zoom, .p_img_zoomin { position: relative; -webkit-transition: transform 300ms; -ms-transition: transform 300ms; transition: transform 300ms; }

.overflow-x-hidden { overflow-x: hidden; }

.zoom-overlay { z-index: 27; position: fixed; top: 0; left: 0; right: 0; bottom: 0; filter: "alpha(opacity=0)"; opacity: 0; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; transition: opacity 300ms; cursor: pointer; cursor: -webkit-zoom-out; cursor: -moz-zoom-out; background: #000000; /* The Fallback */ background: rgba(0, 0, 0, 0.85); }

.zoom-overlay-open .zoom-overlay { filter: "alpha(opacity=100)"; opacity: 1; }

.capzoom { position: fixed; bottom: 0; left: 0; right: 0; display: block; text-align: center; z-index: 999; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }

.capzoom .container { display: block; }

.capzoom span { position: relative; display: inline-block; padding: 8px 12px; border-top-right-radius: 4px; border-top-left-radius: 4px; color: #f7f7f7; background: #000000; /* The Fallback */ background: rgba(0, 0, 0, 0.75); font-size: 14px; }

.zoom-overlay-open .capzoom { opacity: 1; filter: alpha(opacity=100); }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; display: none; }

.slick-slide-thumbnail .slick-slide { opacity: 0.5; filter: alpha(opacity=50); }

.slick-slide-thumbnail .slick-slide:hover { opacity: 1; filter: alpha(opacity=100); }

.slick-slide:focus { outline: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-slide-thumbnail { margin-top: 20px; margin-left: 20px; margin-right: 20px; }

.slick-slide-thumbnail .slick-slide { margin-left: 4px; margin-right: 4px; overflow: hidden; }

.slick-arrow.slick-hidden { display: none; }

.slick-arrow { position: absolute; z-index: 2; top: 50%; outline: none; border: none; background: transparent; font-size: 0; padding: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); -o-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

.detail__media-image-wrap .slick-arrow { opacity: 0.5; filter: alpha(opacity=50); }

.detail__media-image-wrap:hover .slick-arrow { opacity: 1; filter: alpha(opacity=100); }

.append-nav .slick-arrow, .foto-pop-up .slick-arrow { color: #FFFFFF; }

.slick-prev:before, .slick-next:before { font-family: detiknetwork-FF; font-size: 64px; }

.slick-slide-thumbnail .slick-prev:before, .slick-slide-thumbnail .slick-next:before { font-size: 24px; }

.foto-pop-up .slick-prev:before, .foto-pop-up .slick-next:before { color: #FFFFFF; }

.slick-prev { left: 0; }

.slick-slide-thumbnail .slick-prev { left: -24px; }

.slick-prev:before { content: "\67"; }

.slick-next { right: 0; }

.slick-slide-thumbnail .slick-next { right: -24px; }

.slick-next:before { content: "\65"; }

.slick-slide-thumbnail .slick-active { opacity: 0.5; filter: alpha(opacity=50); }

.slick-slide-thumbnail .slick-active:hover { opacity: 1; filter: alpha(opacity=100); }

.slick-slide-thumbnail .slick-current { opacity: 1; filter: alpha(opacity=100); }

.slick-disabled { opacity: 0; filter: alpha(opacity=0); pointer-events: none; }

.slick-dotted.slick-slider { padding-bottom: 30px; }

.slick-dots { position: absolute; bottom: 10px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }

.slick-dots li { position: relative; display: inline-block; height: 10px; width: 10px; margin: 0 5px; padding: 0; cursor: pointer; }

.slick-dots li button { border: 1px solid #666666; background: #c7d0d5; opacity: 0.3; display: block; height: 10px; width: 10px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }

.slick-dots li.slick-active button { opacity: 0.8; }

.append-nav { position: absolute; left: 0; right: 0; }

.dropdown { position: relative; }

.dropdown-wrap { display: inline-block; position: relative; }

.dropdown-menu { text-align: left; padding-top: 4px; display: none; min-width: 150px; position: absolute; top: 100%; left: -8px; visibility: hidden; z-index: 3; }

.dropdown-menu__content { min-width: 200px; position: relative; margin: 8px; background: #FFFFFF; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15); }

.dropdown-menu__content:after { content: ""; position: absolute; left: 28px; width: 0; height: 0; top: 0; border: 6px solid black; border-color: transparent transparent #FFFFFF #FFFFFF; transform-origin: 0 0; transform: rotate(135deg); box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.05); }

.dropdown-menu__content-article { min-width: 260px; max-width: 300px; padding: 12px; }

.dropdown-menu--right .dropdown-menu__content:after { left: auto; right: 2px; }

.dropdown-menu--right { left: auto; right: -8px; }

.dropdown-menu--top { top: unset; bottom: 100%; margin-top: 0; margin-bottom: 4px; }

.dropdown-menu--top .dropdown-menu__content:after { transform: rotate(-45deg); top: 100%; right: 12px; }

.dropdown-aktif > .dropdown-menu { display: block; visibility: visible; animation: dropdown-in 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.dropdown-aktif .dropdown .icon-chevron-down, .dropdown-aktif .dropdown .icon-chevron-up { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.dropdown > .icon { -webkit-transition: transform 0.25s ease-in-out 0s; -moz-transition: transform 0.25s ease-in-out 0s; -ms-transition: transform 0.25s ease-in-out 0s; -o-transition: transform 0.25s ease-in-out 0s; transition: transform 0.25s ease-in-out 0s; }

@keyframes dropdown-in { 0% { margin-top: 30px;
    opacity: 0; }
  100% { margin-top: 0px;
    opacity: 1; } }

.box, .section, .box__form-indeks, .box--komentar, .detail__multiple-paging .text-list--title { margin-left: -18px; margin-right: -18px; padding-left: 18px; padding-right: 18px; }

.box, .section { position: relative; word-wrap: break-word; padding-top: 8px; padding-bottom: 8px; border-top: 3px solid #f0f0f0; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: column; }

.box__header, .section__header { margin-top: 8px; margin-bottom: 8px; font-size: 23px; }

.box__title, .section__title { margin: 0; font-size: 18px; color: #007cbd; }

.box { margin-bottom: 24px; }

.box__header a { padding: 0; }

.cb-kalkulator .box__header { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: column; align-items: normal; background: url("../images/bg-kalkulator.webp") no-repeat top right; min-height: 150px; padding: 16px; margin: 0; }

.box__title--sponsored { width: 100%; }

.box__title--sponsored-box { width: 130px; font-size: 11px; align-items: center; margin: -9px 0; color: #000000; }

.box__title--sponsored-box > span { flex: 1; }

.box__title--sponsored-box a { width: 64px; height: 40px; }

.box__title--sponsored-box img { max-width: 64px; max-height: 40px; }

.cb-kalkulator .box__title { line-height: 1.1; font-size: 16px; }

.box__logo { max-width: 200px; max-height: 35px; display: block; }

.box-background { padding: 16px; background: #f0f0f0; border-radius: 8px; }

.box__form-indeks { margin-top: 8px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }

.box__form-indeks-date { border-left: 1px solid #e6e6e6; }

.box--komentar { padding: 0; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: column; }

.section { margin-bottom: 16px; }

.page__header { margin-top: 12px; }

.page__header-blak { background: #666666; /* Old browsers */ background: -moz-linear-gradient(135deg, #666666 50%, #999999 100%); /* FF3.6+ */ background: -webkit-linear-gradient(135deg, #666666 50%, #999999 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #666666 50%, #999999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 ); /* IE6-9 */ padding: 12px 12px 12px 0; width: 66%; height: 60px; position: relative; margin-top: 24px; }

.page__header-blak-logo { position: relative; top: -38px; }

.page__header-social { position: absolute; top: 8px; right: 8px; color: #FFFFFF; font-size: 12px; }

.page__title { margin: 0; font-size: 23px; color: #007cbd; }

.page__nav--float { position: absolute; top: 50%; width: 100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; margin-top: 8px; }

.page__nav--float a { color: #FFFFFF; }

.page__breadcrumb, .page__follow, .page__indeks-info { color: #999999; font-size: 12px; }

.page__breadcrumb a, .page__follow a, .page__indeks-info a { color: #999999; }

.page__breadcrumb a { position: relative; }

.page__breadcrumb a:after { content: "/"; padding: 0 4px; }

.page__breadcrumb a:last-child:after { content: ""; }

.page__breadcrumb a:hover { color: #333333; }

.page__share { color: #666666; font-size: 12px; text-align: left; line-height: 1.6; }

.page__share a { color: #666666; }

.livereport-content .page__share { padding: 0 0 8px; }

.nhl .box, .nhl .cb, .nhl .widget { border-bottom: 3px solid #f0f0f0; }

.nhl .box:last-child, .nhl .cb:last-child, .nhl .widget:last-child { border-bottom: 0px; }

.nhl .box + .box, .nhl .box + .cb, .nhl .box + .widget, .nhl .box + div .box, .nhl .box + div .cb, .nhl .box + div .widget, .nhl .cb + .box, .nhl .cb + .cb, .nhl .cb + .widget, .nhl .cb + div .box, .nhl .cb + div .cb, .nhl .cb + div .widget, .nhl .widget + .box, .nhl .widget + .cb, .nhl .widget + .widget, .nhl .widget + div .box, .nhl .widget + div .cb, .nhl .widget + div .widget { border-top: none; margin-top: -24px; }

.widget.widget-nhl { border: none; margin-top: 8px; background: #f0f0f0; }

.sticky { position: sticky; position: -webkit-sticky; top: 88px; }

.mgt-16 { margin-top: 16px !important; }

.text-center { text-align: center; }

.captcha { display: inline-block; }

.alert { margin: 0 0 24px; padding: 16px; border-radius: 5px; font-size: 14px; }

.alert--danger { border: 1px solid #f6cfd7; background: #fae9ec; color: #000000; }

.alert--center-inline { display: inline-block; }

/*--------------------------------------------------------------------------------*/
/*LIST CONTENT*/
/*--------------------------------------------------------------------------------*/
.list-content--column .list-content__item:last-child { margin-bottom: 12px; }

.dropdown-wrap .list-content__item:last-child, .moment .list-content__item:last-child { border-bottom: none; }

.terpopuler .list-content__item { padding-bottom: 4px; margin-bottom: 4px; }

.dropdown-wrap .list-content__item { border-bottom: 1px solid #f0f0f0; }

.moment .list-content__item { padding: 0 24px; border-bottom: 1px solid #cccccc; }

.list-content__title { font-size: 16px; }

.list-content > div.widget-nhl:first-child { margin-top: -8px; }

.list-content--border-left { border-left: 1px solid #e6e6e6; padding: 12px 0 0 12px; }

.livereport-content .media { overflow: visible; flex: auto; }

.media__image-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 15% 12px 12px; }

.detail__media .media__image img { width: 100%; max-width: none; }

.livereport-content .media__image { margin-left: 12px; margin-right: 12px; }

.moment .media__text { padding-left: 40px; display: block; padding: 0 0 16px 24px; position: relative; }

.moment .media__text:before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #C72026; position: absolute; left: 0px; top: 12px; }

.media__title { font-size: 16px; }

.list-content--equal-height .media__title { margin-bottom: 24px; }

.list-content--column .media__title { font-size: 14px; }

.detail__artikel-selanjutnya .media__title { margin-bottom: 0; font-size: 14px; }

.livereport-content .media__title { font-size: 16px; padding: 12px; }

.terpopuler .media__title { font-size: 14px; }

.media__subtitle { color: #007cbd; font-size: 14px; }

.media__subtitle a { color: var(--finance-blue-2); }

.cb-mostpop .media__date { margin-left: 40px; }

.prokontra .media__date { display: block; margin-top: 0; margin-bottom: 8px; }

.livereport-content .media__date { font-size: 14px; color: #666666; background: #FFFFFF; padding: 12px 0; margin: 0; text-align: left; margin-left: -16px; }

.cb-konsultan .media__author { font-size: 16px; }

.media__label { padding: 5px 12px; font-size: 14px; background: var(--finance-blue-2); }

.article__recomendation .media__label { position: relative; background: none; color: #21409A; padding: 0; margin-bottom: 4px; }

.media__label--live { background: #FF0000; padding: 4px 8px 4px 20px; top: 8px; left: 8px; z-index: 3; }

.media__label--live:before { content: ""; width: 8px; height: 8px; position: absolute; top: 10px; left: 6px; overflow: hidden; border-radius: 50%; animation: live 1s; -moz-animation: live 1s infinite; -webkit-animation: live 1s infinite; background: #FF0000; }

.media--left .media__image { margin: 0 12px 0 0; }

.media--right .media__image { margin: 0 0 0 12px; }

.widget-nhl .media--right .media__image { width: 150px; }

.media--left .media__image, .media--right .media__image { width: 100px; }

.cb-infografis .media--left .media__image, .cb-infografis .media--right .media__image { width: 180px; }

.headline .media--text-overlay .media__text { background: #007cbd; /* Old browsers */ background: -moz-linear-gradient(top, #007cbd 65%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */ background: -webkit-linear-gradient(top, #007cbd 65%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to top, #007cbd 65%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 ); /* IE6-9 */ }

.cb-mostpop .text-list { align-items: normal; }

.text-list__data--red { color: #FF0000; }

.text-list__data--blue { color: #2c5498; }

.cb-mostpop .text-list__data, .cb-commented .text-list__data { margin-right: 12px; margin-top: -4px; font-size: 20px; color: #999999; }

.terpopuler .text-list__data { color: #EE4023; }

.detail__multiple .text-list__data, .detail__multiple-paging .text-list__data { color: var(--kuler-1); }

.text-list__title { color: #007cbd; }

.detail__multiple-paging .text-list--title { border-top: 1px solid #e6e6e6; padding-top: 12px; }

.text__body { color: #666666; font-size: 14px; }

.cb-konsultan .text { color: #000000; }

@keyframes live { 0% { background: #fcc43f; }
  50% { background: #FF0000; }
  100% { background: #fcc43f; } }

/*--------------------------------------------------------------------------------*/
/*BUTTON & LABEL COLOR VARIATIONS*/
/*--------------------------------------------------------------------------------*/
.btn--blue-base { background: #21409A; color: #FFFFFF; }

.btn--blue-base:hover { color: #FFFFFF; }

.btn--blue-base.btn--outline { border-color: #21409A; color: #21409A; }

.btn--blue-base.btn--link { color: #21409A; }

.btn--blue-light-1 { background: #2c5498; color: #FFFFFF; }

.btn--blue-light-1:hover { color: #FFFFFF; }

.btn--blue-light-1.btn--outline { border-color: #2c5498; color: #2c5498; }

.btn--blue-light-1.btn--link { color: #2c5498; }

.btn--blue-light-2 { background: #007cbd; color: #FFFFFF; }

.btn--blue-light-2:hover { color: #FFFFFF; }

.btn--blue-light-2.btn--outline { border-color: #007cbd; color: #007cbd; }

.btn--blue-light-2.btn--link { color: #007cbd; }

.btn--blue-light-3 { background: #3ea6dd; color: #FFFFFF; }

.btn--blue-light-3:hover { color: #FFFFFF; }

.btn--blue-light-3.btn--outline { border-color: #3ea6dd; color: #3ea6dd; }

.btn--blue-light-3.btn--link { color: #3ea6dd; }

.btn--blue-light-4 { background: #84c6e9; color: #FFFFFF; }

.btn--blue-light-4:hover { color: #FFFFFF; }

.btn--blue-light-4.btn--outline { border-color: #84c6e9; color: #84c6e9; }

.btn--blue-light-4.btn--link { color: #84c6e9; }

.btn--blue-light-5 { background: #e3f5fe; color: rgba(0, 0, 0, 0.75); }

.btn--blue-light-5:hover { color: rgba(0, 0, 0, 0.75); }

.btn--blue-light-5.btn--outline { border-color: #e3f5fe; color: #e3f5fe; }

.btn--blue-light-5.btn--link { color: #e3f5fe; }

.btn--orange-base { background: #EE4023; color: #FFFFFF; }

.btn--orange-base:hover { color: #FFFFFF; }

.btn--orange-base.btn--link { color: #EE4023; }

.btn--orange-light-1 { background: #ef672f; color: #FFFFFF; }

.btn--orange-light-1:hover { color: #FFFFFF; }

.btn--orange-light-1.btn--link { color: #ef672f; }

.btn--orange-light-2 { background: #f7931d; color: #FFFFFF; }

.btn--orange-light-2:hover { color: #FFFFFF; }

.btn--orange-light-2.btn--link { color: #f7931d; }

.btn--orange-light-3 { background: #f9ba6f; color: rgba(0, 0, 0, 0.75); }

.btn--orange-light-3:hover { color: rgba(0, 0, 0, 0.75); }

.btn--orange-light-3.btn--link { color: #f9ba6f; }

.btn--orange-light-4 { background: #fbd3a3; color: rgba(0, 0, 0, 0.75); }

.btn--orange-light-4:hover { color: rgba(0, 0, 0, 0.75); }

.btn--orange-light-4.btn--link { color: #fbd3a3; }

.btn--orange-light-5 { background: #fce7cc; color: rgba(0, 0, 0, 0.75); }

.btn--orange-light-5:hover { color: rgba(0, 0, 0, 0.75); }

.btn--orange-light-5.btn--link { color: #fce7cc; }

.btn--red-base { background: #C72026; color: #FFFFFF; }

.btn--red-base:hover { color: #FFFFFF; }

.btn--red-base.btn--link { color: #C72026; }

.btn--red-light-1 { background: #ed131b; color: #FFFFFF; }

.btn--red-light-1:hover { color: #FFFFFF; }

.btn--red-light-1.btn--link { color: #ed131b; }

.btn--red-light-2 { background: #FF0000; color: #FFFFFF; }

.btn--red-light-2:hover { color: #FFFFFF; }

.btn--red-light-2.btn--link { color: #FF0000; }

.btn--red-light-3 { background: #ff5c5c; color: #FFFFFF; }

.btn--red-light-3:hover { color: #FFFFFF; }

.btn--red-light-3.btn--link { color: #ff5c5c; }

.btn--red-light-4 { background: #ffa6a6; color: rgba(0, 0, 0, 0.75); }

.btn--red-light-4:hover { color: rgba(0, 0, 0, 0.75); }

.btn--red-light-4.btn--link { color: #ffa6a6; }

.btn--red-light-5 { background: #ffd6d6; color: rgba(0, 0, 0, 0.75); }

.btn--red-light-5:hover { color: rgba(0, 0, 0, 0.75); }

.btn--red-light-5.btn--link { color: #ffd6d6; }

.btn--utility-base { background: #6D8591; color: #FFFFFF; }

.btn--utility-base:hover { color: #FFFFFF; }

.btn--utility-base.btn--link { color: #6D8591; }

.btn--utility-info { background: #2099d6; color: #FFFFFF; }

.btn--utility-info:hover { color: #FFFFFF; }

.btn--utility-info.btn--link { color: #2099d6; }

.btn--utility-success { background: #11aa3d; color: #FFFFFF; }

.btn--utility-success:hover { color: #FFFFFF; }

.btn--utility-success.btn--link { color: #11aa3d; }

.btn--utility-warning { background: #FCB715; color: #FFFFFF; }

.btn--utility-warning:hover { color: #FFFFFF; }

.btn--utility-warning.btn--link { color: #FCB715; }

.btn--utility-error { background: #FF0000; color: #FFFFFF; }

.btn--utility-error:hover { color: #FFFFFF; }

.btn--utility-error.btn--link { color: #FF0000; }

button[disabled] { background: #e0e5e8; color: #879ba5; }

button[disabled]:hover { color: #879ba5; }

.btn--paging { background: var(--kuler-1); color: #FFFFFF; }

.btn--paging:hover { color: #FFFFFF; }

.footer { text-align: center; font-size: 14px; background: #e6e6e6; color: #666666; }

.footer__logo { margin-top: 24px; display: inline-block; }

.footer__logo img { width: 160px; }

.footer__social { margin: 0px 0px 20px 0; }

.footer__copy { display: inline-block; margin-bottom: 64px; }

.footer__border { height: 4px; background: #007cbd; /* Old browsers */ background: -moz-linear-gradient(135deg, #007cbd 50%, #3ea6dd 100%); /* FF3.6+ */ background: -webkit-linear-gradient(135deg, #007cbd 50%, #3ea6dd 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #007cbd 50%, #3ea6dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 ); /* IE6-9 */ display: block; }

.footer-title { font-size: 12px; }

.footer-title__partof { margin-top: 8px; color: #666666; padding: 4px 0; }

.footer-title__partof img { width: 80px; vertical-align: bottom; margin: 0 0 3px 3px; }

.footer__get-app { font-size: 12px; }

.footer__app-store { justify-content: center; align-items: center; }

.footer__app-store img { margin: 16px 2px; width: auto; height: 34px; }

@media (max-width: 359px) { .footer__app-store img { height: 25px; } }

/*--------------------------------------------------------------------------------*/
/*FORMS*/
/*--------------------------------------------------------------------------------*/
.form-element:disabled, .tagsinput:disabled, .form-element[readonly], .tagsinput[readonly], .form-gray .form-element:disabled, .form-gray .tagsinput:disabled, .form-gray .form-element[readonly], .form-gray .tagsinput[readonly] { background-color: #f0f0f0; }

.char-count { padding-right: 40px; }

#charNum { position: absolute; top: 10px; right: 12px; }

.mce-container, .mce-container * { background: #f7f7f7 !important; }

.mce-container label, .mce-container * label { background: none !important; }

.mce-panel { border-color: #e6e6e6 !important; }

.mce-tinymce { box-shadow: none !important; }

.mce-top-part:before { box-shadow: none !important; }

.area_ipt { position: relative; overflow: hidden; margin-bottom: 8px; border: 2px dashed #cccccc; border-radius: 8px; background: #f7f7f7; color: #999999; }

.area_ipt .icon_inside span { position: absolute; top: 50%; width: 100%; text-align: center; margin: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.area_ipt .hide { display: none; }

.area_ipt .show { display: block; }

.file_upload { position: absolute; width: 100%; height: 100%; cursor: pointer; z-index: 2; opacity: 0; filter: alpha(opacity=0); }

.delimgtemp { position: absolute; right: 4px; bottom: 4px; z-index: 2; padding: 4px !important; }

.bgon .delimgtemp { display: none; }

.tagsinput { width: auto; height: auto !important; min-height: 50px !important; overflow-y: auto; }

.tagsinput input { background: transparent; border: none; float: left; }

.tagsinput .tag { float: left; margin-top: 4px; margin-right: 8px; margin-bottom: 4px; border: 1px solid #84c6e9; background: #e3f5fe; }

.tagsinput .tag span { margin: 0; padding: 4px; display: inline-block; }

.tagsinput .tag a { display: inline-block; margin-right: 4px; }

.tagsinput div { display: inline-block; margin: 3px 0 0; }

#tags_1_tag { width: 100px; }

.form-select { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; color: #999999; font-size: 14px; margin-bottom: 16px; }

.form-select-group { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; padding: 0 12px; border-radius: 10px; background: #e6e6e6; color: #666666; }

.form-select-group i { font-size: 20px; margin-right: 4px; }

.form-select-group select { color: #666666; }

.pop-info { color: #666666; }

.pop-info .btn--rounded { width: 20px; height: 20px; border-radius: 50%; padding: 0; text-align: center; line-height: 20px; display: inline-block; vertical-align: middle; font-weight: 700; }

.box__form-indeks .form-block { margin-top: 8px; margin-bottom: 8px; }

.box__form-indeks .form-element, .box__form-indeks .tagsinput { border: none; }

:root { --finance-blue-1: #2c5498; --finance-blue-2: #007cbd; --finance-bondi-blue: #00A6BA; --kuler-1: #007cbd; }

.breaking-sticky .media__text, .box-kalkulator__header { background: #007cbd; /* Old browsers */ background: -moz-linear-gradient(135deg, #007cbd 50%, #3ea6dd 100%); /* FF3.6+ */ background: -webkit-linear-gradient(135deg, #007cbd 50%, #3ea6dd 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #007cbd 50%, #3ea6dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 ); /* IE6-9 */ }

.color-blue-light-2 { color: #007cbd; }

.cb-sosok { margin-bottom: 0; }

.cb-marketdata .source-logo { color: #879ba5; font-size: 12px; }

.cb-marketdata .source-logo img { height: 19px; }

.cb-marketdata .tab span { color: #879ba5; }

.cb-marketdata .tab a { font-size: 12px; color: #666666; }

.cb-marketdata .tab a.active, .cb-marketdata .tab a.selected { color: #007cbd; }

.cb-marketdata .datafx { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 16px; padding: 12px 0 24px; }

.cb-marketdata .datafx__item { position: relative; height: 100px; padding: 12px; font-size: 12px; border-radius: 8px; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15); flex-flow: column nowrap; }

.cb-marketdata .datafx__item--value { color: #007cbd; }

.cb-marketdata .datafx__item--changes { margin-top: auto; }

.cb-marketdata .datafx__item--changes.red { color: #ed131b; }

.cb-marketdata .datafx__item--changes.green { color: #068c45; }

.cb-marketdata .datafx__item--percent.red { color: #ed131b; }

.cb-marketdata .datafx__item--percent.green { color: #068c45; }

.cb-marketdata .datafx__item--arrow { position: absolute; bottom: 10px; right: 10px; }

.cb-marketdata .datafx__item--arrow.red { color: #ed131b; }

.cb-marketdata .datafx__item--arrow.green { color: #068c45; }

.cb-konsultan { border-top: 0px; }

.pagination__item--active, .pagination__item--active:hover { background: #007cbd; }

/* Go from zero to full opacity */
@keyframes fadeEffect { from { opacity: 0; }
  to { opacity: 1; } }

.text-grey { color: #999999; }

.color-paging { color: var(--kuler-1); }

.textarea-grey { width: 100%; border-radius: 8px; }

.article__recomendation { padding: 8px 12px; background: #FFFFFF; border-top: 8px solid #21409A; box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3); display: none; }

.text__body-box { padding: 16px; background: #e3f5fe; border-radius: 5px; color: #666666; position: relative; }

.text__body-box-title { font-size: 18px; color: #333333; }

.text__body-box .media__author { margin-top: 0; }

.text__body-box .media__author-image-avatar { width: 35px; height: 35px; }

.static { margin-bottom: 16px; }

.static-nav { margin-bottom: 16px; }

.static-nav .selected div { color: #ef672f; }

.static-nav .selected div i { color: #000000; }

.static__body { color: #000000; font-size: 14px; }

.static__body-text ul { list-style: none; }

.static__body-text h1 { font-size: 23px; }

.static__body-text h2 { font-size: 20px; }

.static__body-text h3 { font-size: 18px; }

.static__body-text h4 { font-size: 16px; }

.static__body-text h5 { font-size: 14px; }

.static__body-text h6 { font-size: 12px; }

.static__body-box { margin: 24px 0; padding: 16px; background: #e3f5fe; border-radius: 5px; }

.static__body-box div { color: #21409A; }

.static__body-box p { margin: 4px 0 16px; }

.static__body-form { margin-bottom: 24px; }

.static__body-form span { margin: 20px 0; display: block; vertical-align: middle; }

.static__body-form--disable { opacity: 0.4; }

.static__body-form .steps { align-items: center; justify-content: space-between; border-bottom: 1px solid #e6e6e6; margin-bottom: 16px; }

.static__body-form .steps span { margin-bottom: 4px; }

.static__body-form .numb { display: inline-block; margin: 0 4px 0 0; padding: 6px; text-align: center; width: 30px; height: 30px; color: #FFFFFF; background: #21409A; }

.new_banner_reg_100:before { position: relative; content: ""; width: auto; }

.livereport { margin-top: 8px; }

.livereport__sponsor { text-align: center; padding: 4px 12px 12px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; font-size: 12px; }

.livereport__sponsor img { margin-top: 4px; max-width: 200px; max-height: 80px; }

.moment { padding: 0 0; border-radius: 8px; background: #e6e6e6; }

.moment__anchor { padding: 12px; display: block; border-radius: 8px; display: flex; justify-content: space-between; overflow: hidden; }

.moment__anchor .icon { font-size: 20px; }

.foto-pop-up { background: #000000; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; overflow: scroll; padding: 20px 0; }

.media-pinch { min-height: 140%; max-width: 1000px; max-height: unset; position: relative; overflow: hidden; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background: #333333; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 1; padding: 16px; }

.media-pinch > img { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; cursor: move; touch-action: none; vertical-align: unset; border-style: unset; position: relative; max-height: 100%; max-width: 100%; z-index: 1; top: 0; left: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.media__image.img-xss { width: 56px; }

.box-kalkulator, .cb-kalkulator { position: relative; overflow: hidden; color: #000000; }

.box-kalkulator .form-element, .box-kalkulator .tagsinput, .cb-kalkulator .form-element, .cb-kalkulator .tagsinput { height: auto; border-color: #3ea6dd; padding-left: 8px; padding-right: 8px; }

.box-kalkulator--rounded { border-radius: 8px; }

.box-kalkulator__header { padding: 16px; font-size: 14px; }

.box-kalkulator__header:before { content: ""; position: absolute; top: 0; right: 0; width: 64px; height: 78px; background: url("../images/bg-kalkulator3.webp") no-repeat center; background-size: cover; }

.box-kalkulator__title { position: relative; font-size: 18px; }

.box-kalkulator__body { position: relative; padding: 16px; }

.box-kalkulator__body--bordered { border: 1px solid #cccccc; border-top: none; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; }

.box-kalkulator__body--grey { background: #f0f0f0; }

.box-kalkulator__btn { padding: 8px 16px; position: relative; display: inline-block; z-index: 2; background: #FCB715; }

.box-kalkulator-hitung { position: relative; padding: 16px; background: #e3f5fe; border-radius: 8px; color: #000000; }

.box-kalkulator-hitung__title { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #007cbd; font-size: 14px; }

.cb-kalkulator { border: none; padding: 0; background: #e3f5fe; }

.cb-kalkulator__info { padding: 12px; margin-top: 16px; margin-bottom: -24px; font-size: 12px; }

.cb-kalkulator__info a { padding: 4px 12px; }

.collapsible { background: #F7F7F7; padding: 16px; width: 100%; border: none; text-align: left; outline: none; border: 1px solid #CCCCCC; border-radius: 4px; margin-bottom: 24px; cursor: pointer; }

.collapsible__top { color: #000000; font-weight: 700; font-size: 16px; width: 100%; }

.collapsible__top::after { content: ""; background-image: url("../images/path-down.png"); float: right; margin-left: 5px; background-size: cover; background-repeat: no-repeat; height: 13px; width: 23px; margin-top: 5px; position: relative; -webkit-transition: transform 0.2s ease-in-out 0s; -moz-transition: transform 0.2s ease-in-out 0s; -ms-transition: transform 0.2s ease-in-out 0s; -o-transition: transform 0.2s ease-in-out 0s; transition: transform 0.2s ease-in-out 0s; }

.active .collapsible__top::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.collapsible__content { transition: max-height 0.5s ease-out; overflow: hidden; max-height: 0px; padding: 0px 16px; }

.collapsible__content a { display: block; }

.mgt-0 { margin-top: 0px !important; }

.fs-14 { font-size: 14px !important; }

.active__content { max-height: 2000px; transition: max-height 0.5s ease-in; }

.color__blue { color: #21409A !important; }

.list__berita { width: 100%; overflow-x: scroll; overflow-y: hidden; margin-bottom: 12px; padding-bottom: 20px; display: flex; }

.list__berita__title { color: var(--kuler-1); font-style: normal; font-weight: 600; font-size: 18px; line-height: 22px; }

.list__berita__item { width: 150px; margin-right: 14px; }

.list__berita__item__top { position: relative; margin-top: 10px; }

.list__berita__item__top__logo { position: absolute; top: 2px; right: 5px; }

.list__berita__item__bottom { margin-top: 5px; }

.list__berita__item__bottom__title { font-style: normal; font-weight: 500; font-size: 12px; line-height: 15px; letter-spacing: 0.04px; color: #000000; }

.list__berita__item__bottom__date { color: #9B9B9B; font-style: normal; font-weight: 300; font-size: 11px; line-height: 13px; letter-spacing: -0.22px; }