/* Test Code Goes Here !!! */

/* End of Test Code */

/* Disable Input Number Increment/Decrement */
/* Chrome, Safari, Edge, Opera */

body {
  font-family: "Inter", sans-serif;
}

.badge-search {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 14px;
}

.subbar-cms-scroll {
  overflow-y: auto;
  height: 100vh !important;
}

.skeleton-loader {
  background-image: linear-gradient(90deg, #eee 8%, #dadada 33%, #eee 34%);
  background-size: 1200px;
  /* height: 28px; */
  /* display: block; */
  /* margin: 12px 0; */
  animation: load-anim 1.2s infinite linear;
  /* animation-fill-mode: backwards; */
  /* animation-delay: 0.3s; */
}

.btn-primary:disabled {
  background-color: #9d9d9d !important;
  border-color: #9d9d9d !important;
}

@keyframes load-anim {
  0% {
    background-position: -200px;
  }

  100% {
    background-position: 1000px;
  }
}

.ranking-list:hover {
  background-color: #d9d9d929 !important;
}

.text-red {
  color: #c31414;
}

/* .col-1 {
  width: 4.3% !important;
} */

.carousel-control-prev:hover {
  color: #4f4f4f !important;
}

.card-cms {
  border: 0.5px solid #f3f3f3 !important;
  box-shadow: 0px 8px 16px rgba(191, 191, 191, 0.25);
  border-radius: 5px;
}

.text-btn:hover {
  background-color: #ebebeb;
}

.text-grey1 {
  color: #4f4f4f;
}

.text-grey2 {
  color: #8f8f8f;
}

.text-grey3 {
  color: #b6b6b6;
}

.sub-tab {
  font-size: 14px;
}

.btn-cms {
  border-radius: 10px !important;
}

.title-cms {
  font-size: 18px !important;
  font-weight: bold;
}

.search-field {
  position: relative !important;
}

.search-field .search-icon {
  position: absolute !important;
  right: 13px !important;
  top: 4px !important;
}

.search-field .search-icon:hover {
  color: #930909 !important;
}

.btn-filter {
  background-color: #f0f0f0 !important;
  border-radius: 20px !important;
  border: 1px solid #e0e0e0 !important;
  color: #4f4f4f !important;
  font-size: 12px;
}

.tabs-filter {
  background-color: #f0f0f0 !important;
  border-radius: 20px !important;
  border: 1px solid #e0e0e0 !important;
  color: #4f4f4f !important;
  font-size: 12px;
}

.tabs-filter.active {
  background-color: #717171 !important;
  border-radius: 20px !important;
  border: 1px solid #717171 !important;
  color: #fff !important;
  font-size: 12px;
}

.header1-cms {
  font-size: 16px !important;
  font-weight: 500;
  color: #646464 !important;
}

.sub-tab .nav-link:hover {
  background-color: #d9d9d994 !important;
  color: #333333 !important;
  border-radius: 5px !important;
}

.sub-tab .active {
  background-color: #d9d9d994 !important;
  color: #333333 !important;
  border-radius: 5px !important;
  font-weight: 600;
}

.nav-item .nav-link.btn-transparent {
  color: #717171 !important;
  background-color: transparent !important;
  border-radius: 8px !important;
}

.nav-item:hover .nav-link.btn-transparent {
  color: #717171 !important;
  background-color: #d9d9d950 !important;
  border-radius: 8px !important;
}

/* .col-11 {
  width: 94.7% !important;
} */

.nav-item .nav-link.btn-transparent.active {
  color: #4f4f4f !important;
  /* font-weight: 600; */
  background-color: #d9d9d994 !important;
  border-radius: 8px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
}

/* .select2-selection__rendered {
  height: 37px !important;
  line-height: 30px !important;
} */

.select2-container .select2-selection--single {
  height: 31px !important;
}

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

.select2-container--default .select2-selection--single {
  height: 31px !important;
  font-size: 14px;
}

/* special datatable */
.specialrmdtm {
  margin: 0px !important;
}

.specialrmdtp {
  padding: 0px !important;
}

.secure-alert-box {
  word-break: break-word;
  width: 35% !important;
}

.secure-break {
  word-break: break-word;
}

.paging_simple_numbers {
  float: right;
}

/* .cke_contents {
  overflow-y: hidden !important;
  height: 200px !important;
} */

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

.page-link {
  color: #8f8f8f !important;
  border: transparent !important;
}

span.page-link {
  padding: 0px !important;
}

a.page-link {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.page-item.active {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.page-item.active .page-link {
  color: #212529 !important;
  font-weight: bold;
  background-color: transparent !important;
  border: transparent !important;
}

/* .cke_chrome {
  border: 0px !important;
} */

.fs-28 {
  font-size: 28px;
}

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

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

.fs-10 {
  font-size: 10px;
}

.cke_top {
  background-color: #fff !important;
  position: sticky !important;
  top: 46px !important;
}

.btn_adv_info:focus {
  outline: none;
  box-shadow: none;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: none;
  box-shadow: none;
}

/* .select2.select2-container.select2-container--default {
  width: 244px !important;
} */

.cke_bottom {
  display: none !important;
}

.card-apps-gallery .dropify-wrapper {
  height: 100% !important;
}

.sidebar_filter {
  width: 240px;
  border: 1px solid #e2e2e2;
  background-color: #f5f5f5;
  right: -300px;
  position: fixed;
  transition: 0.3s;
  overflow-y: auto !important;
}

.popover-body .row .col-3.pt-1 .rounded.mb-1 {
  width: 100% !important;
}

.nav-apps.active {
  border: 0.5px solid #e1e1e1 !important;
  box-shadow: 0px 8px 16px rgba(191, 191, 191, 0.25);
  border-radius: 8px !important;
  background-color: rgb(240, 240, 240) !important;
  color: #3b3b3b !important;
}

#action_sb1 {
  transition: 0.3s;
  opacity: 0;
}

#row_sb1:hover #action_sb1 {
  transition: 0.3s;
  opacity: 100 !important;
}

#action_sb2 {
  transition: 0.3s;
  opacity: 0;
}

#row_sb2:hover #action_sb2 {
  transition: 0.3s;
  opacity: 100 !important;
}

.action_trans {
  transition: 0.3s;
  opacity: 0;
}

.row_trans:hover .action_trans {
  transition: 0.3s;
  opacity: 100 !important;
}

.nav-apps-type {
  color: #c0c0c0 !important;
}

.nav-apps-type.active {
  color: #3b3b3b !important;
}

.nav-apps {
  border: 0.5px solid #f3f3f3 !important;
  box-shadow: 0px 8px 16px rgba(191, 191, 191, 0.25);
  border-radius: 8px !important;
  background-color: #fff !important;
  color: #3b3b3b !important;
}

.cke_bottom {
  background-color: #fff !important;
}

.cursor-hand {
  cursor: -webkit-grab;
  cursor: grab;
}

.dropify-wrapper .dropify-message p {
  font-size: 16px !important;
}

.home-icon:focus {
  outline: 0 !important;
}

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

.maxlength.pull-right {
  font-size: 12px !important;
  justify-content: end !important;
}

@media only screen and (min-width: 767.3px) {
  /* .col-md-11 {
    width: 94% !important;
  } */
}

@media screen and (max-width: 767.3px) {
  .sidebar-cms {
    left: -300px;
    position: fixed;
  }

  li.paginate_button.previous {
    display: inline;
  }

  li.paginate_button.next {
    display: inline;
  }

  li.paginate_button {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .table-cms {
    overflow-y: auto;
  }

  .row-table-cms {
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .main-container-cms {
    padding-left: 52px !important;
  }

  /* .col-1 {
    width: 5.8% !important;
  } */
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .main-container-cms {
    padding-left: 48px !important;
  }

  /* .col-1 {
    width: 5.8% !important;
  } */
}

@media only screen and (min-width: 1201px) {

  /* .col-xl-9.main-content {
    width: 83.3% !important;
  } */
  #sidebar_con_btn {
    display: none;
  }

  #sidebar_faq_btn {
    display: none;
  }

  #sidebar_knowledge_btn {
    display: none;
  }

  #sidebar_user_btn {
    display: none;
  }

  #sidebar_menu_btn {
    display: none;
  }

  #sidebar_gal_btn {
    display: none;
  }

  #sidebar_apps_btn {
    display: none;
  }

  .col-2-post {
    width: 24% !important;
  }

  .col-2-dash {
    width: 19% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .subbar-cms {
    left: -300px;
    position: fixed;
    width: 250px;
  }

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

.card-top-post {
  border: 0.5px solid #f3f3f3 !important;
  box-shadow: 0 6px 12px rgb(0 0 0 / 6%) !important;
  border-radius: 8px;
  /* height: 147px !important; */
}

/* textarea no resize */
.textnoresize {
  resize: none !important;
}

/* Custom Scroll */
.scroll-light::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scroll-light::-webkit-scrollbar-thumb {
  background: lightgray;
}

/* Text Select Disabled */
.user-disabled {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Make item selected have blue (border) shadow */
.selected {
  -webkit-box-shadow: 0px 0px 0px 6px rgba(74, 151, 223, 1);
  -moz-box-shadow: 0px 0px 0px 6px rgba(74, 151, 223, 1);
  box-shadow: 0px 0px 0px 6px rgba(74, 151, 223, 1);
}

/* Make item active on border*/
.border-active {
  margin-bottom: -9px;
  border-width: 3px !important;
}

.border-active-2 {
  padding-bottom: 16px !important;
  border-width: 3px !important;
}

/* MAKE FOOTER ALWAYS BOTTOM !!! */
html {
  position: relative;
  min-height: 100%;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

/* Dropdown and popover style */

/* Dropdown and popover selected item blue remover*/
.dropdown-item:focus {
  background-color: rgb(229, 229, 229);
  color: #212529;
}

/* Popover overide */
.popover {
  /* maybe notification can to wide cause i change from 350px to 100% */
  max-width: 350px;
  width: auto;
}

.dropdown-menu {
  min-width: 50px;
}

/* .select2-selection__rendered {
  margin-left: 10px !important;
} */

/* .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important;
} */

.select2-selection__arrow {
  height: 34px !important;
}

/* .select2-container {
  width: 100% !important;
} */

/* select2 placeholder width overider */
/* .select2-container .select2-search__field {
  width: 100% !important;
} */

/* material icon aligment fix */
.material-icons {
  display: inline-flex;
  vertical-align: middle;
  margin-top: -2px;
}

/* medium modal */
.modal-md {
  max-width: 70% !important;
}

/* table center */
.table-center {
  text-align: center;
}

/* a href remove decoration (underline etc)*/
a {
  text-decoration: none !important;
}

/* Closed submenu icon */
.btn[aria-expanded="false"] .btn-dropdown::after {
  content: " keyboard_arrow_down";
  font-family: Material Icons;
  display: inline;
  text-align: right;
  vertical-align: middle;
}

/* Opened submenu icon */
.btn[aria-expanded="true"] .btn-dropdown::after {
  content: " keyboard_arrow_up";
  font-family: Material Icons;
  display: inline;
  text-align: right;
  vertical-align: middle;
}

/* Button back to Top */
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 10;
}

/* Cursor style */
.cursoron {
  cursor: pointer;
}

.moveon {
  cursor: move;
  opacity: 0.3;
}

.moveon:hover {
  opacity: 1;
}

.cursordefault {
  cursor: default;
}

.overtext {
  overflow: hidden;
  word-break: break-all;
}

.overtext-wrap {
  word-wrap: break-word;
}

/* Album Stack Card Effect */
.album {
  background: #fff;
  box-shadow:
    /* The top layer shadow */
    0 -1px 1px rgba(0, 0, 0, 0.15),
    /* The second layer */
    0 -10px 0 -5px #eee,
    /* The second layer shadow */
    0 -10px 1px -4px rgba(0, 0, 0, 0.15),
    /* The third layer */
    0 -20px 0 -10px #eee,
    /* The third layer shadow */
    0 -20px 1px -9px rgba(0, 0, 0, 0.15);
  /* Padding for demo purposes */
  padding: 5px;
}

/* Modification COLORS */

/* bg navbar like youtube */
.bg-darker {
  background: #222222;
}

.bg-primary-light {
  background: #0099ff;
}

.bg-danger-light {
  background: #e34c4c;
}

.bg-light-grey {
  background-color: #f0f0f0 !important;
}

.telkom-red {
  color: #d31101;
}

.bg-telkom-red {
  background-color: #d31101;
}

/* custom shadow */
.shadow-primary {
  box-shadow: 0px 0px 5px 1px #3f51b5 !important;
}

.shadow-success {
  box-shadow: 0px 0px 5px 1px #28a745 !important;
}

.shadow-success-strong {
  box-shadow: 0px 0px 0px 2px #28a745 !important;
}

.shadow-info {
  box-shadow: 0px 0px 5px 1px #17a2b8 !important;
}

.shadow-warning {
  box-shadow: 0px 0px 5px 1px #ffc107 !important;
}

.shadow-danger {
  box-shadow: 0px 0px 5px 1px #dc3545 !important;
}

.shadow-danger-strong {
  box-shadow: 0px 0px 0px 2px #dc3545 !important;
}

/* text shadow */
.text-shadow {
  text-shadow: 2px 2px 15px #000000;
}

/* hover by opacity */
.hidden-hover {
  opacity: 0.6;
}

tr:hover .hidden-hover {
  opacity: 1;
}

a:hover .hidden-hover {
  opacity: 1;
}

/* hover breadcrum by opacity */
.breadcrumb-hover {
  opacity: 0.6;
}

.breadcrumb-hover:hover {
  opacity: 1;
}

/* hover highlight */
.highlight-hover:hover div {
  background-color: #dd2c00 !important;
  color: white !important;
  border-radius: 3px;
}

.highlight-hover-row:hover {
  background-color: #f4f4f4;
  color: white !important;
  padding: 0px;
}

.highlight-icon-hover:hover .material-icons {
  color: #424242 !important;
}

.playlist-hover:hover .row {
  background-color: black !important;
}

/* checkbox bootstrap when no label fix */
.custom-control-label {
  vertical-align: top;
}

/* Dot Circle Animation */
.ring-container {
  position: relative;
}

.circle {
  width: 6px;
  height: 6px;
  background-color: #d31201;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.ringring {
  border: 3px solid #d31201;
  -webkit-border-radius: 30px;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.media_news:hover {
  background-color: #e7e7e7;
}

/* Position center vertical and horizontal (please aware using when containt height is over : scrolling is not detect able) */

.super-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 20px;
}

.truncate-short {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.truncate-2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.truncate-3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.highcharts-credits {
  display: none !important;
}

/* Loader CSS */
.pl {
  width: 6em;
  height: 6em;
}

.pl__ring {
  animation: ringA 2s linear infinite;
}

.pl__ring--a {
  stroke: #ededed;
}

.pl__ring--b {
  animation-name: ringB;
  stroke: #ededed;
}

.pl__ring--c {
  animation-name: ringC;
  stroke: #ededed;
}

.pl__ring--d {
  animation-name: ringD;
  stroke: #ededed;
}

/* Animations */
@keyframes ringA {

  from,
  4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }

  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }

  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }

  40%,
  54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }

  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }

  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }

  90%,
  to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}

@keyframes ringB {

  from,
  12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }

  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }

  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }

  48%,
  62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }

  98%,
  to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}

@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  36%,
  58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  94%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@keyframes ringD {

  from,
  8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  44%,
  50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  86%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}