@charset "UTF-8";
.list-group-item {
  border: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 1px solid #353838;
  padding: 0.5em 0.7em;
  line-height: 1.2em;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 200;
  background: transparent;
  position: relative;
}
.list-group-item:first-child {
  border-top: 0;
}
.list-group-item:last-child {
  border-radius: 0;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #fff;
  background-color: initial;
}
.list-group-item:after {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  margin-left: 5px;
  position: absolute;
  right: 23px;
}

.menu-item .parent_menu.list-group-item:after {
  content: "\f054";
  transition: transform 0.3s ease-in-out;
  font-weight: 600;
}
.menu-item.active .parent_menu.list-group-item:after {
  content: "\f078";
}

.menu-item .submenu .list-group-item {
  background: #333;
  color: #fff;
  padding-left: 30px;
}
.menu-item .submenu .list-group-item:hover {
  background: #444;
}
.headermenu_title {
  font-size: 0.9rem;
  font-weight: 100;
  cursor: default;
  padding: 30px 0 5px 15px;
}
.headermenu_title:hover {
  background: inherit;
}

.menu-item .submenu .headermenu_title,
.headermenu_title {
  color: #60beff;
}
.menu-item .submenu .headermenu_title:hover,
.headermenu_title:hover {
  color: #60beff;
}

body.rsdl-login {
  background: #eee;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.rsdl-login .form-login {
  max-width: 400px;
  margin: 0 auto;
}
body.rsdl-login .container-box {
  padding: 0 15px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
body.rsdl-login .container-box .btn-outline-dark {
  color: #666;
  border: 1px solid #666;
}
body.rsdl-login .container-box .btn-outline-dark:hover {
  color: #fff;
}
body.rsdl-login .input-group .form-control {
  border-radius: 8px 0 0 8px;
  padding: 12px;
  border-color: #fff;
}
body.rsdl-login .input-group .btn-primary {
  border-radius: 0 8px 8px 0;
  padding: 12px 20px;
}
body.rsdl-login .btn-primary {
  border: none;
}
body.rsdl-login .forgot-text {
  margin-top: 8px;
  font-size: 14px;
}
body.rsdl-login .forgot-text a {
  text-decoration: underline;
}
body.rsdl-login .error-message {
  color: red;
  margin-top: 10px;
}
body.rsdl-login #nonrsad {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 13px;
}
body.rsdl-login .versioning {
  display: block;
  bottom: 0;
  width: 100%;
  line-height: 1.4;
  font-size: 0.6rem;
  margin: 3px auto;
  color: #777;
}

.rsdl-header h1 {
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -2px;
}
.rsdl-header .rsdlv_wrapper {
  margin-bottom: 70px;
}
.rsdl-header .rsad-access-i {
  width: 100%;
  max-width: 130px;
}

/* body class */
body.bg_grey {
  background: #eee;
}

.countdown-box {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.countdown-box .countdown-item {
  padding: 8px;
  text-align: center;
  min-width: 80px;
  background: #f6f6f6;
}
.countdown-box .countdown-item h3 {
  color: #006601;
  font-size: 2.2rem;
  margin-bottom: 0;
}
.countdown-box .countdown-item p {
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #555;
  margin: 0;
}

.maxw_500 {
  max-width: 500px;
}

.container_nopadding {
  padding: 0;
}

.text_left {
  text-align: left;
}

.table_compact {
  width: 95%;
  max-width: 400px;
  margin: 25px auto;
  font-size: 13px;
}
.table_compact th {
  background: #f6f6f6;
}
.table_compact tr {
  padding: 5px;
}

.no_img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn_w100 {
  width: 100%;
  max-width: 400px;
}

.color_rs_green {
  color: #036031;
}

.color_inherit {
  color: inherit !important;
}

.txt_underline {
  text-decoration: underline;
}

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

.mr-0 {
  margin-right: 0;
}

.ml-0 {
  margin-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.col6_nest .col-md-6 {
  display: inline-block;
}

select.minimal {
  border: 0;
  border-radius: 0;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
}

.rsdl_broadcast #optype, .rsdl_broadcast .optype,
.rsdl_broadcast #opCodename, .rsdl_broadcast .opCodename {
  color: #036031;
  font-weight: 800;
}
.rsdl_broadcast .optype {
  font-size: 1.1rem;
}
.rsdl_broadcast .heading_section h1 {
  margin: 0 0 10px 0;
}
.rsdl_broadcast .heading_section h1 span {
  color: #333;
  font-size: calc(0.9rem + 1.1vw);
  display: block;
}
.rsdl_broadcast .heading_section .opsoon {
  display: none;
}
.rsdl_broadcast .desc {
  margin-bottom: 1em;
}
.rsdl_broadcast table th {
  font-size: 1.1rem;
  font-weight: 800;
}

.page_admin {
  padding-top: 0;
}
.page_admin .rsadmin_link {
  font-size: 13px;
  text-transform: uppercase;
}
.page_admin .admin_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px;
  background-color: #212529;
  color: white;
}
.page_admin .admin_header h2 {
  margin: 0;
}
.page_admin .admin_header select {
  width: 200px;
}

.opsoon {
  color: #de0959;
}

.opcollab,
.opsoon {
  font-weight: 400;
  text-transform: none;
  display: block;
  font-size: 10px;
}

.comp_title_wrapper {
  width: 100%;
  padding-bottom: 5px;
}
.comp_title_wrapper .comp_title {
  font-size: 1.25rem;
  font-weight: bold;
}

#searchInput {
  max-width: 500px;
}

#counterFound {
  font-size: 15px;
  margin-top: 5px;
}

.menu_label_upcoming {
  font-size: 0.9rem;
  font-weight: 100;
}

.label_available {
  color: #028820;
}

.label_nego {
  color: #e77134;
}

.label_limited {
  color: #c91515;
}

.label_cat {
  color: #333;
}

.label_isfeatured {
  display: inline-flex;
  margin-left: 8px;
}
.label_isfeatured .line1, .label_isfeatured .line2 {
  display: inline-block;
  width: 12px;
  height: 8px;
}
.label_isfeatured .line1 {
  background-color: #d4f8e6;
}
.label_isfeatured .line2 {
  background-color: #cfebff;
}

.label_popular {
  background-color: #ffd700;
  padding: 6px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

#resultsCount {
  position: fixed;
  top: 15px;
  right: 56px;
  color: #777;
  font-size: 14px;
}

.txt_small {
  font-size: small;
}

@keyframes loadingDots {
  0% {
    content: "Loading";
  }
  33% {
    content: "Loading.";
  }
  66% {
    content: "Loading..";
  }
  100% {
    content: "Loading...";
  }
}
.loading-text::after {
  content: "Loading...";
  animation: loadingDots 1.5s infinite steps(1);
  color: #999;
  font-size: 8px;
  font-weight: 200;
}

.event-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  max-width: 400px;
}
.event-card .event-header {
  display: flex;
  align-items: stretch;
}
.event-card .event-image {
  position: relative;
  flex: 1;
  max-width: 40%;
  overflow: hidden;
}
.event-card .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.event-card .event-image .badge-status {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #f4e1f4;
  color: #6d437d;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 6px;
}
.event-card .event-info {
  flex: 2;
  padding-left: 12px;
}
.event-card .event-info .event-title {
  font-weight: bold;
  font-size: 18px;
  color: #3c2a4d;
  margin-bottom: 5px;
}
.event-card .event-info .event-details {
  color: #666;
  font-size: 14px;
  margin: 5px 0;
}
.event-card .event-info .event-details.desc {
  font-size: 13px;
}

.news-module ol {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0;
}
.news-module li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.news-module li .label_upcoming,
.news-module li .label_nextup,
.news-module li .label_recent {
  color: #217dcb;
  font-weight: 500;
  text-transform: uppercase;
}
.news-module li .label_nextup {
  color: #c91515;
}
.news-module li .label_recent {
  color: #028820;
}
.news-module li .card_news {
  overflow: hidden;
  background: #fff;
  max-width: 400px;
}
.news-module li .card_news .card_news_frame {
  display: flex;
  align-items: stretch;
}
.news-module li .frimg_wrapper {
  position: relative;
  flex: 1;
  overflow: hidden;
  padding-right: 8px;
  max-width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-module li .frimg_wrapper .frimg {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news-module li .fr_text {
  flex: 2;
}
.news-module li .fr_text .fr_text_row1 {
  font-weight: 300;
  font-size: 11px;
  color: #888;
}
.news-module li .fr_text .fr_text_row1 a {
  color: #333;
  font-weight: 300;
}
.news-module li .author, .news-module li .title {
  display: block;
}
.news-module li .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-module li .title::after {
  content: "..."; /* Append Ellipsis */
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
  padding-left: 4px;
}
.news-module li .title.nodots::after {
  content: "";
}
.news-module li .title {
  font-weight: 600;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  margin-bottom: 4px;
}
.news-module li p.title {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.news-module li .author {
  display: inline;
}
.news-module li .excerpt {
  font-size: 14px;
  color: #666;
  margin: 0;
  font-weight: 300;
}
.news-module li.nolist {
  position: initial;
  padding-left: 0;
}
.news-module li.nolist a {
  color: #333;
}
.news-module li.nolist a:hover {
  color: #777;
}
.news-module li.nolist a.delete-link {
  font-size: 13px;
  font-weight: 300;
  text-decoration: underline;
}
.news-module li.nolist a.delete-link:hover {
  color: #9f1d1d;
}
.news-module li.nolist:before {
  display: none;
}
.news-module li.nolist.rsoclist .title, .news-module li.nolist.rsdlDirlist .title {
  margin-bottom: 0;
}
.news-module li.nolist.rsoclist .is_org,
.news-module li.nolist.rsoclist .is_lighter, .news-module li.nolist.rsdlDirlist .is_org,
.news-module li.nolist.rsdlDirlist .is_lighter {
  color: #b0b0b0;
}
.news-module li.nolist.rsdlDirlist .excerpt {
  margin-bottom: 3px;
}
.news-module li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
}
.news-module li a {
  text-decoration: none;
}
.news-module li a:hover {
  color: #555;
}
.news-module li p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.main_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999;
  text-align: left;
}
.main_modal .header {
  text-align: left;
  margin-bottom: 15px;
}
.main_modal .modal-content {
  background: #eee;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 80%;
  max-width: 400px;
}
.main_modal .modal-content select {
  width: 100%;
  word-wrap: normal;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  color: #666;
}
.main_modal .close {
  float: right;
  font-size: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 8px;
  top: 2px;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  line-height: 1.4;
  font-size: 0.6rem;
  margin: 40px 0;
  color: #777;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 15px;
}
.form-group.row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.form-group .col-md-4,
.form-group .col-md-6,
.form-group .col-md-8 {
  flex: 1;
  max-width: calc(40% - 7.5px);
}
@media (max-width: 767px) {
  .form-group .col-md-4,
  .form-group .col-md-6,
  .form-group .col-md-8 {
    flex: 0 0 calc(40% - 7.5px);
    max-width: calc(40% - 7.5px);
  }
}
.form-group .col-md-6 {
  max-width: calc(50% - 7.5px);
}
@media (max-width: 767px) {
  .form-group .col-md-6 {
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}
.form-group .col-md-8 {
  max-width: calc(60% - 7.5px);
}
@media (max-width: 767px) {
  .form-group .col-md-8 {
    flex: 0 0 calc(60% - 7.5px);
    max-width: calc(60% - 7.5px);
  }
}
.form-group .text-muted {
  font-size: 13px;
}
.form-group .text-muted,
.form-group select:has(option:disabled:checked) {
  color: #999 !important;
}

.form-select .form-control {
  border: 0;
  padding: 0;
  appearance: none;
  cursor: pointer;
}
.form-select .form-control:focus {
  box-shadow: none;
}
.alert {
  height: 100vh;
  width: 100%;
  padding: 0;
  display: flex;
  background-color: rgba(188, 225, 197, 0.92) !important;
  font-weight: 600;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.row_division {
  margin-bottom: 30px;
}
.row_division .form-text {
  font-size: 13px;
  color: #444 !important;
}

.btn_default {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  background: #f6f6f6;
  border: 0;
  border-radius: 3px;
  padding: 3px 5px;
  height: auto;
  min-width: 40px;
  border: none;
}
.btn_default.active, .btn_default:hover {
  background: #0d6efd;
  color: #fff;
  transition: all 0.25s ease-in-out 0s;
}
.btn_default.country_tag {
  font-size: 16px;
}

.btn_tag, .linkcard,
a.linkcard {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #888 !important;
  background: #f6f6f6;
  border-radius: 3px;
  padding: 3px 5px;
}
.btn_tag.active, .btn_tag:hover, .linkcard.active, .linkcard:hover,
a.linkcard.active,
a.linkcard:hover {
  background: #0d6efd;
  color: #fff !important;
  transition: all 0.25s ease-in-out 0s;
}

.btn_tag {
  height: auto;
  min-width: 40px;
  border: none;
}

.linkcard {
  display: inline-block;
  margin-top: 2px;
  transition: all 0.75s ease-in-out 0s;
}
.linkcard::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 0.5rem;
  margin-left: 7px;
  color: #ccc;
}

.btn_full {
  width: 100%;
  max-width: 500px;
}

.btn_xlarge {
  font-size: 15px;
  font-weight: 600px;
  padding: 20px 0;
}
.btn_xlarge i {
  margin-left: 10px;
}

.btn_loadmore {
  background: #eee;
}

.loadMoreWrapper {
  text-align: center;
  margin: 20px 0px;
  display: block;
}

.tool-wrapper .btn_tool_toggle {
  font-size: large;
  display: inline-table;
  background: #e8f0fe;
  padding: 2px 10px;
  color: #0b57d0;
  border-radius: 3px;
  cursor: pointer;
}
.tool-wrapper .btn_tool_toggle:hover {
  background: #d4e4ff;
}
.tool-wrapper .tools-content {
  padding: 10px;
  background: #eee;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-top: 0;
}
.tool-wrapper .tools-content.hidden {
  display: none;
}
.tool-wrapper .tools-content.visible {
  max-height: 200px; /* Adjust based on expected content size */
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.spanlink {
  margin-bottom: 15px;
  display: block;
}

.column_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column_flex div {
  flex: 1;
}
.column_flex div:nth-child(2) {
  flex: 0 0 auto; /* don’t grow, don’t shrink, size to content */
  text-align: right;
}

@keyframes softBlink {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(229, 163, 30, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(204, 0, 0, 0);
  }
}
.live-updates .news-module li {
  border-bottom: 0 !important;
}
.live-updates #rsLiveUpdates,
.live-updates #liveSemarang,
.live-updates #liveNorth {
  position: relative;
  padding-left: 1px;
}
.live-updates #rsLiveUpdates::before,
.live-updates #liveSemarang::before,
.live-updates #liveNorth::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 1px;
  background-color: #ccc;
  z-index: 0;
}
.live-updates .card_news.update {
  position: relative;
  margin-left: 8px;
  padding-left: 13px;
  overflow: visible;
}
.live-updates .card_news.update::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 3px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #c00;
  border-radius: 50%;
  z-index: 2;
}
.live-updates .time {
  font-weight: bold;
  margin-right: 6px;
  color: #555;
  display: inline-block;
}
.live-updates .label_loc {
  color: #888;
}
.live-updates .show-all {
  display: block;
  margin: 1em auto 0;
  text-align: center;
  color: #007bff;
  cursor: pointer;
}
.live-updates #liveSemarang > div:first-child > li .card_news.update::before,
.live-updates #liveNorth > div:first-child > li .card_news.update::before,
.live-updates #rsLiveUpdates > div:first-child > li .card_news.update::before {
  animation: softBlink 1.6s infinite;
}
