:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
}

.brand-link {
  padding: 0.2rem 0.5rem !important;
}

.shadow-1 {
  box-shadow: 1px 4px 10px -1px rgb(224 224 224);
}

.main-header {
  border-bottom: 0px !important;
}

.content-wrapper {
  background: #fff;
}

.title-dash {
  width: 300px;
  margin: auto 0;
  font-weight: 700;
  font-size: 17px;
}

.form-custom1 {
  border-radius: 18px;
  background: #fdfdfd !important;
  border: 1px solid #f5f4f7 !important;
  font-size: 13px;
  height: calc(2.25rem + 0px) !important;
  margin: auto 0;
}

.form-custom2 {
  border-radius: 18px 0px 0px 18px;
  background: #fdfdfd !important;
  border-right: 0px;
  border-left: 1px solid #f5f4f7 !important;
  border-top: 1px solid #f5f4f7 !important;
  border-bottom: 1px solid #f5f4f7 !important;
  font-size: 11px !important;
  height: calc(2rem + 0px) !important;
  /* margin: auto 0; */
}

.form-custom3 {
  background: #fdfdfd !important;
  border-radius: 0px 18px 18px 0px !important;
  border-right: 1px solid #f5f4f7 !important;
  border-top: 1px solid #f5f4f7 !important;
  border-bottom: 1px solid #f5f4f7 !important;
  height: calc(2rem + 0px) !important;
  border-left: 0px;
  font-size: 11px !important;
  color: #c0c0c0;
}

.form-custom-input {
  border-radius: 7px 0px 0px 7px;
  background: #f5f5f5f5 !important;
  border-right: 0px;
  border-left: 1px solid #f5f4f7 !important;
  border-top: 1px solid #f5f4f7 !important;
  border-bottom: 1px solid #f5f4f7 !important;
  font-size: 11px !important;
  height: calc(1.9rem + 0px) !important;
  /* margin: auto 0; */
}

.form-custom-group {
  background: #f5f5f5f5 !important;
  border-radius: 0px 7px 7px 0px !important;
  border-right: 1px solid #f5f4f7 !important;
  border-top: 1px solid #f5f4f7 !important;
  border-bottom: 1px solid #f5f4f7 !important;
  height: calc(1.9rem + 0px) !important;
  border-left: 0px;
  font-size: 12px !important;
  color: #c0c0c0;
}

.w-20 {
  width: 20%;
}

.middle-txt {
  margin-top: auto;
  margin-bottom: auto;
}

.main-sidebar,
.main-sidebar::before {
  width: 220px;
}

.nav-sidebar>.nav-item .nav-icon.fa,
.nav-sidebar>.nav-item .nav-icon.fab,
.nav-sidebar>.nav-item .nav-icon.far,
.nav-sidebar>.nav-item .nav-icon.fas,
.nav-sidebar>.nav-item .nav-icon.glyphicon,
.nav-sidebar>.nav-item .nav-icon.ion {
  font-size: 12px;
}

.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

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

.font-15 {
  font-size: 15px !important;
}

@media (min-width: 768px) {

  body:not(.sidebar-mini-md) .content-wrapper,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-header {
    margin-left: 220px;
  }

  body:not(.sidebar-mini-md) .content-wrapper-custom-1,
  body:not(.sidebar-mini-md) .main-footer-custom-1,
  body:not(.sidebar-mini-md) .main-header-custom-1 {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 150px;
  }
}

/* @media (min-width:992px) {

  .box-login-new {
    margin: 20px 30em !important;
    padding: 20px 40px !important;
  }

  .hide-pass{
    margin-right: 40.6em !important;
    margin-top: 21.6em !important;
  }

} */

/* @media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
      max-width: 1140px
  }
} */

.layout-fixed .brand-link {
  width: 220px;
}

.font-user {
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: 600;
  color: #4f4f4f;
}

.font-user2 {
  font-size: 9px;
  margin-bottom: 2px;
  color: #4f4f4f;
  font-weight: 400;
}

.font-black {
  color: #4f4f4f !important;
}

.text-menu {
  font-size: 13px;
  margin: 20px 22px 0px 22px;
  color: #aea6a6;
}

.nav-link {
  display: block;
  padding: 0.3rem 1rem 0.3rem 0;
}

.main-footer {
  font-size: 11px;
}

.card-default {
  border-radius: 8px;
  padding: 15px 15px;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  box-shadow: 1px 4px 10px -1px rgb(224 224 224);
}

.text-icon {
  color: #e44444;
  opacity: 0.7;
}

.card-default-left {
  border-radius: 8px 0px 0px 8px;
  padding: 15px 15px;
  max-width: 100%;
  min-height: 100%;
  background: #fff;
  /* box-shadow: 1px 4px 10px -1px rgb(224 224 224); */
}

.card-default-right {
  border-radius: 0px 8px 8px 0px;
  padding: 15px 15px;
  max-width: 100%;
  min-height: 100%;
  background: #fff;
  /* box-shadow: 1px 4px 10px -1px rgb(224 224 224); */
}

.bg-red1 {
  background: #f52731;
}

.bg-dark1 {
  background: #393939;
}

.text-white1 {
  color: #fdfdfd;
}

.circle-1 {
  width: 60px;
  height: 60px;
  background: inherit;
  border: 1px solid #fdfdfd;
  border-radius: 50px;
  margin: auto;
  justify-content: center;
  display: flex;
}

.circle-2 {
  background: #fff;
  opacity: 0.4;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
}

.m-auto {
  margin: auto;
}

.icon-custom {
  font-size: 12px;
  display: flex;
  justify-content: center;
  color: #fdfdfd;
  margin-bottom: -4px;
}

.text-subtitle {
  margin-bottom: 2px;
  font-size: 11px;
  color: #fdfdfd;
}

/* Basic Rules */
.switch input {
  display: none;
}

.switch {
  display: inline-block;
  width: 30px;
  height: 16px;
  margin: 8px;
  /* transform: translateY(70%); */
  position: relative;
}

/* Style Wired */
.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #777, 0 0 4px #777;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #777;
  border-radius: 30px;
  transform: translateX(-13px);
  transition: 0.4s;
}

input:checked+.slider:before {
  transform: translateX(13px);
  background: #bf1a1a;
}

input:checked+.slider {
  box-shadow: 0 0 0 2px #bf1a1a, 0 0 2px #bf1a1a;
}

/* Style Flat */
.switch.flat .slider {
  box-shadow: none;
}

.switch.flat .slider:before {
  background: #fff;
}

.switch.flat input:checked+.slider:before {
  background: white;
}

.switch.flat input:checked+.slider {
  background: #bf1a1a;
}

.material-switch>input[type="checkbox"] {
  display: none;
}

.material-switch>label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.label-danger {
  background-color: #d9534f;
}

.material-switch>label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgb(0 0 0 / 50%);
  border-radius: 8px;
  content: "";
  height: 8px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 23px;
}

.material-switch>label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 12px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -2px;
  transition: all 0.3s ease-in-out;
  width: 12px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
  background: inherit;
  left: 20px;
}

.custom-button {
  height: 24px;
  font-size: 10px;
  margin: auto;
}

/* Style the tab */
.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 16px;
  transition: 0.3s;
  font-size: 11px;
  color: #c0c0c0;
}

/* Change background color of buttons on hover */
.tab button:hover {
  /* background-color: #ddd; */
  color: #4f4f4f;
  font-weight: 600;
}

/* Create an active/current tablink class */
.tab button.active {
  color: #4f4f4f;
  font-weight: 600;
}

/* Style the tab content */
.tabcontent_left {
  display: none;
  padding: 6px 0px;
}

/* Style the tab content */
.tabcontent_right {
  display: none;
  padding: 6px 0px;
}

.text-orange {
  color: var(--orange);
}

.text-green {
  color: var(--success);
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #dc3545;
}

.badge {
  padding: 0.4em 0.5em;
  font-size: 60%;
}

.box-footer {
  bottom: 0;
  position: absolute;
  text-align: center;
  margin: 10px 20px;
}

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

.btn-white {
  color: #4f4f4f;
  background-color: #fdfdfd;
  border-color: #c0c0c0;
  box-shadow: none;
}

.btn-white:hover {
  color: #4f4f4f;
  background-color: #dedcdc;
  border-color: #d0d0d0;
}

.btn-white.focus,
.btn-white:focus {
  color: #4f4f4f;
  background-color: #c0c0c0;
  border-color: #d0d0d0;
  box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #4f4f4f;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
  color: #333;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.tag-container {
  display: flex;
  flex-flow: row wrap;
  border: 1px solid #e0d9d9;
  margin: 10px 0;
  border-radius: 4px;
  padding: 15px 0px;
}

.tag {
  pointer-events: none;
  background-color: #dc3545;
  color: white;
  padding: 6px;
  margin: 2px 5px;
  font-size: 10px;
  border-radius: 7px;
}

.tag::after {
  pointer-events: all;
  display: inline-block;
  content: "x";
  background: rgba(0, 0, 0, 0.3);
  line-height: 15px;
  height: 15px;
  width: 15px;
  /* margin-right: 6px; */
  text-align: center;
  color: #fff;
  border-radius: 30px;
  margin-left: 10px;
}

.soc-icon {
  height: 38px;
  width: 38px;
  display: flex;
  padding: 10px;
  border-radius: 7px;
}

.bg-ig {
  background: #fd2f83;
}

.bg-fb {
  background: #5656ce;
}

.bg-tw {
  background: #56c6cb;
}

.bg-yt {
  background: #fc4849;
}

.checkbox-custom {
  width: 20px;
  height: 20px;
  position: relative;
}

.box-soc {
  border: 1px solid #e3dada;
  padding: 10px;
  border-radius: 10px;
  max-width: 100%;
  min-height: 100%;
  display: flex;
}

.custom-control-label::before,
.custom-control-label::after {
  width: 13px;
  height: 13px;
}

.custom-control-label::after {
  left: -1.54rem;
}

.ui-slider .ui-slider-handle {
  border-radius: 50px !important;
}

.ui-widget-header {
  border: 1px solid #dc3545;
  background: #dc3545 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #dc3545 !important;
  background: #fdf5ce !important;
  font-weight: bold;
  color: #dc3545 !important;
  border-radius: 50px !;
}

input[type="file"] {
  display: block;
}

.imageThumb {
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}

.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.remove {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}

.remove:hover {
  background: white;
  color: black;
}

.nav-menu-l {
  font-size: 11px;
  border-left: 1px solid #c0c0c0;
  font-weight: 500;
}

.nav-menu-r {
  font-size: 11px;
  border-right: 1px solid #c0c0c0;
  font-weight: 500;
}

.navbar {
  /* position: fixed; */
  /* padding: 0 !important; */
  box-shadow: 1px 4px 10px -1px rgb(224 224 224);
  /* width: 100%; */
  position: relative;
  display: flex;
  padding: 0.5rem 0.5rem;
  z-index: 99;
}

.nav-custom {
  padding: 0 50px;
  position: -webkit-sticky;
}

.box-caption {
  width: 100%;
  height: 35%;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* opacity: .4; */
  background: #bdc3c745;
  background: -webkit-linear-gradient(to top, #151c22, #bdc3c700);
  background: linear-gradient(to top, #151c22, #bdc3c700);
}

.box-caption-1 {
  width: 100%;
  /* height: 20%; */
  height: 35%;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* opacity: .4; */
  background: #bdc3c745;
  background: -webkit-linear-gradient(to top, #151c22, #bdc3c700);
  background: linear-gradient(to top, #151c22, #bdc3c700);
}

.box-caption-2 {
  width: 95.5%;
  max-height: 100%;
  border-radius: 3px 3px 0px 0px;
  position: absolute;
  margin-top: -38px;
  margin-left: 1px;
  /* opacity: .4; */
  background: #bdc3c745;
  background: -webkit-linear-gradient(to top, #151c22, #bdc3c745);
  background: linear-gradient(to top, #151c22, #bdc3c745);
  padding: 10px;
}

.box-caption>.padding-box {
  padding: 10px 15px;
}

.box-caption-1>.padding-box {
  padding: 10px 15px;
}

.frame-circle {
  height: 18px;
  width: 18px;
  border-radius: 50px;
  /* line-height: 30px; */
  background: #fff;
  display: flex;
}

.frame-circle-2 {
  height: 30px;
  width: 30px;
  border-radius: 50px;
  /* line-height: 30px; */
  background: #e6e1e1;
  display: flex;
}

.text-red {
  color: rgb(25 25 112) !important
}

.text-green {
  color: #3db786 !important;
}

.text-gray2 {
  color: #c0c3c5 !important;
}

.box-footer-2 {
  /* background: #bdbdbd; */
  background: #fafafa;
  border-radius: 0px 0px 4px 4px;
  padding: 8px 10px;
  border-top: 1px solid #f5f2f2;
}

.padding-box-2 {
  padding: 5px 10px;
}

.img-jurnalis {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}

.box-jurnalis {
  border-radius: 5px;
  /* background: #fff; */
  background: #F3F2F8;
}

.label-red {
  max-height: 100%;
  max-width: 100%;
  background: #e82329;
  position: absolute;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 8px;
  color: var(--white);
  right: 0;
  margin-right: 14px;
  margin-top: 7px;
}

.label-red-2 {
  max-height: 100%;
  max-width: 100%;
  background: #e82329;
  position: absolute;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 5px;
  color: var(--white);
  /* top:0; */
  left: 0;
  margin-left: 14px;
  margin-top: -4em;
}

.label-red-3 {
  max-height: 100%;
  max-width: 100%;
  background: #e82329;
  position: absolute;
  padding: 4px 8px;
  font-size: 8px;
  border-radius: 8px;
  color: var(--white);
  right: 0;
  margin-right: 6em;
  margin-top: 15px;
  /* top: 0; */
  text-transform: uppercase;
}

.cl-coklat-2 {
  color: #c3907a;
}

.time-text {
  /* color: #c3907a; */
  color: #e82329;
  font-size: 9px;
  text-transform: uppercase;
  margin: 5px 0;
}

.box-list {
  display: flex;
  background: #fff;
  border-top: 1px solid #f5f4f4;
  padding: 10px;
}

.box-list-2 {
  display: flex;
  background: #fff;
  border-bottom: 1px solid #f5f4f4;
  padding: 10px;
}

.box-list-3 {
  background: #fff;
  border-top: 1px solid #f5f4f4;
  padding: 8px 0;
}

.box-img {
  margin: auto 5px auto 0;
  width: 35%;
}

.box-img-2 {
  margin: 0 5px auto 0;
  width: 20%;
}

.box-img-4 {
  margin: auto 5px auto 0;
  width: 35%;
  height: 50px;
}

.box-img-5 {
  margin: auto 5px auto 0;
  width: 90px;
  height: 50px;
}

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

.card-default-2 {
  background: #fff;
  max-height: 100%;
  max-width: 100%;
  border-radius: 3px;
  margin: 15px 0;
}

.card-default-3 {
  background: #fff;
  max-height: 100%;
  max-width: 100%;
  border-radius: 3px;
  margin: 0;
}

.card-default-4 {
  /* border-radius: 8px; */
  /* padding: 15px 15px; */
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  box-shadow: 1px 4px 10px -1px rgb(224 224 224);
}

.card-default-header {
  background: #faf9fe;
  padding: 10px 10px;
  border-bottom: 1px solid #f3eeee;
  display: flex;
}

.card-default-body {
  padding: 10px 20px;
}

.box-list-connect {
  border-bottom: 1px solid #f7f6f6;
  padding: 10px 0;
}

.title-header {
  font-size: 14px;
  font-weight: 500;
  margin: auto 0;
  text-transform: uppercase;
  color: #4f4f4f;
}

.icon-font-1 {
  color: #4f4f4f;
  font-size: 12px;
}

.pd-1 {
  padding: 10px;
}

.card-connect {
  background: #faf9fe;
  border: 1px solid #f3eeee;
  border-radius: 5px;
  display: flex;
}

.box-fb {
  background: #5153fe;
  padding: 6px;
  width: 25%;
  border-radius: 5px 0px 0px 5px;
  display: flex;
}

.box-tw {
  background: #5398f7;
  padding: 6px;
  width: 25%;
  border-radius: 5px 0px 0px 5px;
  display: flex;
}

.box-ig {
  background: #9556fd;
  padding: 6px;
  width: 25%;
  border-radius: 5px 0px 0px 5px;
  display: flex;
}

.box-count {
  padding: 3px 10px;
}

.main-count {
  font-size: 12px;
  text-align: left;
  margin-bottom: 2px;
}

.main-detail {
  font-size: 9px;
  margin-bottom: 1px;
  color: #c0c0c0;
  text-transform: uppercase;
}

.btn-gray-1 {
  color: #8a8a8a;
  background-color: #d9dad5;
  border-color: #d9dad5;
  box-shadow: none;
}

.btn-gray-1:hover {
  color: #8a8a8a;
  background-color: #b5b5b4;
  border-color: #d0d0d0;
}

.btn-gray-1.focus,
.btn-gray-1:focus {
  color: #8a8a8a;
  background-color: #b5b5b4;
  border-color: #d0d0d0;
  box-shadow: none, 0 0 0 0 rgba(171, 168, 169, 0.5);
}

.btn-gray-1.disabled,
.btn-gray-1:disabled {
  color: #8a8a8a;
  background-color: #b3b3b1;
  border-color: #b3b3b1;
}

.btn-gray-1:not(:disabled):not(.disabled).active,
.btn-gray-1:not(:disabled):not(.disabled):active,
.show>.btn-gray-1.dropdown-toggle {
  color: #333;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}

.btn-gray-1:not(:disabled):not(.disabled).active:focus,
.btn-gray-1:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(171, 168, 169, 0.5);
}

.btn-gray-2 {
  color: #fff;
  background-color: #d9dad5;
  border-color: #d9dad5;
  box-shadow: none;
}

.btn-gray-2:hover {
  color: #fff;
  background-color: rgb(79 79 214);
  border-color: rgb(79 79 214);
}

.btn-gray-2.focus,
.btn-gray-2:focus {
  color: #fff;
  background-color: rgb(79 79 214);
  border-color: rgb(79 79 214);
  /* box-shadow: none, 0 0 0 0 rgba(171, 168, 169, 0.5); */
}

.btn-gray-2.disabled,
.btn-gray-2:disabled {
  color: #8a8a8a;
  background-color: #b3b3b1;
  border-color: #b3b3b1;
}

.btn-gray-2:not(:disabled):not(.disabled).active,
.btn-gray-2:not(:disabled):not(.disabled):active,
.show>.btn-gray-2.dropdown-toggle {
  color: #333;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}

.btn-gray-2:not(:disabled):not(.disabled).active:focus,
.btn-gray-2:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(171, 168, 169, 0.5);
}

.h-100 {
  height: 100%;
}

.btn-dark-gray {
  color: #fafafa;
  background-color: #6f7985;
  border-color: #6f7985;
  box-shadow: none;
}

.btn-dark-gray:hover {
  color: #fafafa;
  background-color: #c1c3c6;
  border-color: #d0d0d0;
}

.btn-dark-gray.focus,
.btn-dark-gray:focus {
  color: #fafafa;
  background-color: #c1c3c6;
  border-color: #d0d0d0;
  box-shadow: none, 0 0 0 0 rgba(171, 168, 169, 0.5);
}

.btn-dark-gray.disabled,
.btn-dark-gray:disabled {
  color: #fafafa;
  background-color: #b3b3b1;
  border-color: #b3b3b1;
}

.btn-dark-gray:not(:disabled):not(.disabled).active,
.btn-dark-gray:not(:disabled):not(.disabled):active,
.show>.btn-dark-gray.dropdown-toggle {
  color: #333;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}

.btn-dark-gray:not(:disabled):not(.disabled).active:focus,
.btn-dark-gray:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(171, 168, 169, 0.5);
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.box-left-video {
  background: #fff;
  border-radius: 5px 0px 0px 5px;
}

.container-video {
  max-height: 100%;
  width: 100%;
  /* background: #5f5f5f; */
  background: #323232;
  padding: 5em 7em;
  margin-top: 2em;
}

.box-list-video {
  border-bottom: 1px solid #f3f0f0;
  padding: 5px 0;
  margin-bottom: 5px;
}

.video-size {
  width: 100%;
  height: 110px;
  border: 0px;
  object-fit: cover;
}

.title-category {
  font-size: 9px;
  text-transform: uppercase;
}

.time-red {
  font-size: 9px;
  color: #e82329;
}

.text-detail-video {
  font-size: 12px;
  color: #c0c0c0;
  font-weight: 400;
}

.text-short {
  font-weight: 400;
  color: #c1c3c6;
  font-size: 13px;
  line-height: 1.5;
}

.box-footer-user {
  background: #282d31;
  color: #fff;
  text-align: center;
  width: 100%;
  min-height: 100%;
  padding: 20px 20px;
}

.img-user-2 {
  width: 100%;
  border-radius: 50px;
}

.img-user-3 {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.text-time-d {
  font-size: 9px;
  font-weight: 400;
  color: #c1c3c6;
}

.scrollbar {
  margin-bottom: auto;
  /* float: left; */
  width: 300px;
  height: 65px;
  background: #f5f5f5;
  /* overflow-y: scroll; */
  overflow-x: scroll;
  margin-bottom: 25px;
}

.force-overflow {
  min-width: 450px;
}

/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.box-scroll {
  /* height: 150px; */
  width: 100%;
  overflow-y: auto;
  /* background-color: green; */
  border-radius: 5px;
  padding: 6px 0px;
  margin: 5px auto;
}

.Content {
  width: 100%;
}

.Flipped,
.Flipped .Content {
  transform: rotateX(180deg);
}

/* screen web Designing for scroll-bar */
::-webkit-scrollbar {
  width: 7px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: gainsboro;
  border-radius: 0px;
  height: 3px;
  margin: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(79 79 214);
  border-radius: 10px;
  height: 3px;
  margin: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(205, 161, 161);
}

/* Designing for scroll-bar */
.box-scroll::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

/* Track */
.box-scroll::-webkit-scrollbar-track {
  background: gainsboro;
  border-radius: 0px;
  height: 3px;
  margin: 5px;
}

/* Handle */
.box-scroll::-webkit-scrollbar-thumb {
  background: #e44146;
  border-radius: 10px;
  height: 3px;
  margin: 5px;
}

/* Handle on hover */
.box-scroll::-webkit-scrollbar-thumb:hover {
  background: rgb(227, 80, 80);
}

/* sidebar scroll */
/* Designing for scroll-bar */
.sidebar::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}

/* Track */
.sidebar::-webkit-scrollbar-track {
  background: transparent;
  /* background: gainsboro;
    border-radius: 0px;
    height: 2px;
    margin: 5px; */
}

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  background: transparent;
  /* background: #e6393f51;
    border-radius: 10px;
    height: 2px;
    margin: 5px; */
}

/* Handle on hover */

.sidebar::-webkit-scrollbar-track:hover {
  background: gainsboro;
  border-radius: 0px;
  height: 2px;
  margin: 5px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background: #e44146;
  border-radius: 10px;
  height: 2px;
  margin: 5px;
}

.title-1 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.title-2 {
  font-size: 18px;
  font-weight: 500 !important;
  color: #4f4f4f;
}

.zoom-effect-main {
  position: relative;
  width: 100%;
  height: 477px;
  margin: 0 auto;
  overflow: hidden;
}

.kotak-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kotak-main img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  /* width: 100%; */
}

.zoom-effect-main:hover .kotak-main img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.card-main:hover>a>.box-caption {
  width: 100%;
  height: 35%;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* opacity: .4; */
  background: #bdc3c745;
  background: -webkit-linear-gradient(to top, #b41818, #bdc3c700);
  background: linear-gradient(to top, #b41818, #bdc3c700);
}

.card-main:hover>a>.box-caption .text-main {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-size: 25px;
}

.zoom-effect {
  position: relative;
  width: 100%;
  height: 360px;
  margin: 0 auto;
  overflow: hidden;
}

.kotak {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
}

.kotak img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  /* width: 100%; */
}

.zoom-effect:hover .kotak img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.img-news-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* width: 100%; */
  /* height: 300px; */
  border-radius: 3px;
}

.text-vote {
  display: flex;
  position: absolute;
  bottom: 0;
  margin-bottom: 0px;
}

.avatar img {
  border-radius: 50%;
  position: relative;
  left: -5px;
  margin-left: -15px;
  z-index: 1;
  /* object-position: top; */
  object-fit: cover;
}

.avatars {
  direction: rtl;
  /* This is to get the stack with left on top */
  text-align: left;
  /* Now need to explitly align left */
  padding-left: 25px;
  /* Same value as the negative margin */
}

/* ICON */
.love_icon {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23c0c3c5'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none' /%3E%3Cpath d='M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 15px !important;
}

.share_icon {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c0c3c5'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM6 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm12 7.02c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 12px !important;
}

.google_icon {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2300ac47' d='M23.75,16A7.7446,7.7446,0,0,1,8.7177,18.6259L4.2849,22.1721A13.244,13.244,0,0,0,29.25,16' /%3E%3Cpath fill='%234285f4' d='M23.75,16a7.7387,7.7387,0,0,1-3.2516,6.2987l4.3824,3.5059A13.2042,13.2042,0,0,0,29.25,16' /%3E%3Cpath fill='%23ffba00' d='M8.25,16a7.698,7.698,0,0,1,.4677-2.6259L4.2849,9.8279a13.177,13.177,0,0,0,0,12.3442l4.4328-3.5462A7.698,7.698,0,0,1,8.25,16Z' /%3E%3Cpolygon fill='%232ab2db' points='8.718 13.374 8.718 13.374 8.718 13.374 8.718 13.374' /%3E%3Cpath fill='%23ea4435' d='M16,8.25a7.699,7.699,0,0,1,4.558,1.4958l4.06-3.7893A13.2152,13.2152,0,0,0,4.2849,9.8279l4.4328,3.5462A7.756,7.756,0,0,1,16,8.25Z' /%3E%3Cpolygon fill='%232ab2db' points='8.718 18.626 8.718 18.626 8.718 18.626 8.718 18.626' /%3E%3Cpath fill='%234285f4' d='M29.25,15v1L27,19.5H16.5V14H28.25A1,1,0,0,1,29.25,15Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 15px !important;
}

/* change date Kamis 19 Agustus 2021 */

.text-narasi {
  /* font-size: 11px;
  text-align: justify;
  line-height: 1.8;
  color: #4f4f4f;
  font-weight: 400; */
  font-family: "Open Sans", sans-serif;
  /* font-size: 18px; */
  font-size: 17px;
  line-height: 30px;
  margin-top: 10px;
}

.btn-red {
  color: #fff;
  background-color: #e82329;
  box-shadow: none;
}

.btn-red:hover {
  color: #fff;
  background-color: rgb(234, 175, 175);
  border-color: #d0d0d0;
}

.btn-red.focus,
.btn-red:focus {
  color: #fff;
  background-color: rgb(234, 175, 175);
  border-color: #d0d0d0;
  box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #e82329;
  border-color: #e82329;
}

.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active,
.show>.btn-red.dropdown-toggle {
  color: #333;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}

.btn-red:not(:disabled):not(.disabled).active:focus,
.btn-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-white-2 {
  color: #4f4f4f;
  background-color: #fdfdfd;
  border-color: #c0c0c0;
  box-shadow: none;
}

.btn-white-2:hover {
  color: #5a27f5;
  background-color: #fdfdfd;
  border-color: #f52731;
}

.btn-white-2.focus,
.btn-white-2:focus {
  color: #f52731;
  background-color: #fdfdfd;
  border-color: #f52731;
}

.btn-white-2.disabled,
.btn-white-2:disabled {
  color: #4f4f4f;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
}

.btn-white-2:not(:disabled):not(.disabled).active,
.btn-white-2:not(:disabled):not(.disabled):active,
.show>.btn-white-2.dropdown-toggle {
  color: #333;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}

.btn-white-2:not(:disabled):not(.disabled).active:focus,
.btn-white-2:not(:disabled):not(.disabled):active:focus,
.show>.btn-white-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.footer-sosmed {
  padding: 18px 0px;
  border-top: 1px solid #fdf5f5;
  border-bottom: 1px solid #fdf5f5;
}

.box-img-3 {
  height: 130px;
  width: 200px;
  margin-right: 10px;
}

.img-news-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}

.title-cat {
  font-size: 11px;
  color: #e82329;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-custom {
  /* margin-top: 32px; */
  position: sticky;
  top: 0;
  padding: 3px 0px;
  width: 100%;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  /* border-top: 1px solid #c0c0c0; */
}

.box-carousel {
  margin: 20px 35px;
}

.breadcrumb {
  background: none !important;
  font-size: 12px;
}

.img-news-3 {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}

.item-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  line-height: 1.5;
  background: #f9f8f8;
}

.page-link {
  color: #4f4f4f;
  border: 1px solid #e6e2e2;
}

.page-link:hover {
  z-index: 2;
  color: #4f4f4f;
  background-color: #e44146;
  border-color: #efdddd;
}

.page-item.disabled .page-link {
  color: #bcc4cc;
  pointer-events: none;
  cursor: auto;
  background-color: #f9f8f8;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #e44146;
  border-color: #e44146;
}

.layout-fixed .main-sidebar-custom-1 {
  bottom: 0;
  float: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
}

:not(.layout-fixed) .main-sidebar-cutom-1 {
  height: inherit;
  min-height: 100%;
  position: absolute;
  top: 0;
}

.main-sidebar-custom-1 {
  height: 100vh;
  overflow-y: hidden;
  z-index: 1038;
  font-family: "Poppins", sans-serif;
  /* display: block; */
  /* -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s; */
  /* animation: slide 0.5s forwards;
    animation-delay: 2s; */
}

.main-sidebar-custom-1,
.main-sidebar-custom-1::before {
  transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  width: 150px;
}

.content-wrapper-custom-1>.content {
  padding: 0 0.5rem;
}

.main-sidebar-custom-1>.brand-link {
  width: 150px;
}

.nav-list-custom {
  padding: 5px 0px;
  text-align: center;
  margin: 6px 0;
}

.nav-icon-custom {
  font-size: 0.8em;
  color: #4f4f4f;
}

.nav-icon-custom-1 {
  font-size: 1em;
  color: #4f4f4f;
}

.nav-font {
  font-size: 10px;
  color: #4f4f4f;
  font-weight: 500;
  margin-bottom: 0px;
}

.nav-list-custom:hover {
  /* transition-timing-function: ease-in-out; */
  transition: 0.6s;
  background: #c9c7c792;
  border-right: 3px solid #e82329;
  /* border-radius: 50px; */
}

.nav-list-custom:hover .nav-icon-custom,
.nav-list-custom:hover .nav-font {
  color: #4f4f4f;
}

.cl-blue {
  color: #1895db;
}

.btn-outline-red {
  color: #e82329;
  background-color: #fdfdfd;
  border-color: #e82329;
  box-shadow: none;
}

.btn-outline-red:hover {
  color: #e82329;
  background-color: #c0c0c0;
  border-color: #e82329;
}

.btn-outline-red.focus,
.btn-outline-red:focus {
  color: #e82329;
  background-color: #c0c0c0;
  border-color: #e82329;
  box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #e82329;
  background-color: #fdfdfd;
  border-color: #e82329;
}

.btn-outline-red:not(:disabled):not(.disabled).active,
.btn-outline-red:not(:disabled):not(.disabled):active,
.show>.btn-outline-red.dropdown-toggle {
  color: #333;
  background-color: #e82329;
  border-color: #d0d0d0;
}

.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.cl-green-1 {
  color: #367248;
}

.btn-green-1 {
  color: #fff;
  background-color: #30a508;
  border-color: #30a508;
  box-shadow: none;
}

.btn-green-1:hover {
  color: #fff;
  background-color: #1f6508;
  border-color: #30a508;
}

.btn-green-1.focus,
.btn-green-1:focus {
  color: #fff;
  background-color: #1f6508;
  border-color: #30a508;
}

.btn-green-1.disabled,
.btn-green-1:disabled {
  color: rgb(198, 195, 195);
  background-color: #1f6508;
  border-color: #30a508;
}

.btn-green-1:not(:disabled):not(.disabled).active,
.btn-green-1:not(:disabled):not(.disabled):active,
.show>.btn-green-1.dropdown-toggle {
  color: #333;
  background-color: #1f6508;
  border-color: #30a508;
}

.btn-green-1:not(:disabled):not(.disabled).active:focus,
.btn-green-1:not(:disabled):not(.disabled):active:focus,
.show>.btn-green-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-outline-red-2 {
  color: #e82329;
  background-color: #fdfdfd;
  border-color: #e82329;
  box-shadow: none;
}

.btn-outline-red-2:hover {
  color: #e82329;
  background-color: #c0c0c0;
  border-color: #e82329;
}

.btn-outline-red-2.focus,
.btn-outline-red-2:focus {
  color: #e82329;
  background-color: #c0c0c0;
  border-color: #e82329;
  box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-outline-red-2.disabled,
.btn-outline-red-2:disabled {
  color: #e82329;
  background-color: #fdfdfd;
  border-color: #e82329;
}

.btn-outline-red-2:not(:disabled):not(.disabled).active,
.btn-outline-red-2:not(:disabled):not(.disabled):active,
.show>.btn-outline-red-2.dropdown-toggle {
  color: #333;
  background-color: #e82329;
  border-color: #e82329;
}

.btn-outline-red-2:not(:disabled):not(.disabled).active:focus,
.btn-outline-red-2:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-red-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.cl-weather-1 {
  color: #6771a4;
}

.cl-weather-2 {
  color: #af9890;
}

.cl-weather-3 {
  color: #966f83;
}

.cl-weather-4 {
  color: #72a299;
}

.font-icon-2 {
  font-size: 1.2em !important;
}

.badge-1 {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #463988;
  line-height: 15px;
  display: flex;
  color: #fff;
  font-size: 6px;
  justify-content: center;
  border-radius: 50px;
  top: 0;
  left: 0;
  margin-left: 8em;
}

.badge-2 {
  position: absolute;
  background: #f52731;
  color: #fff;
  z-index: 99;
  font-size: 7px;
  padding: 2px;
  border-radius: 10px;
  width: 13px;
  height: 13px;
  display: flex;
  justify-content: center;
  top: 0;
  right: -8px;
  margin-top: 3px;
}

.box-img-user {
  width: 100px;
  height: 60px;
}

.box-event {
  border-bottom: 1px solid #e4dddd;
  padding: 5px 0;
  display: flex;
  margin-bottom: 5px;
}

.box-img-event {
  width: 180px;
  height: 60px;
}

.img-event-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a i,
a h6,
a span {
  color: #4f4f4f;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 12px !important;
  background: #f4262f !important;
  border: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
}

.select2-results__option[aria-selected] {
  font-size: 12px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #f4262f !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field {
  font-size: 12px;
}

.note-editor .note-toolbar,
.note-popover .popover-content {
  background: #eae8e9;
  border-bottom: 0px;
}

.note-btn-group .note-btn {
  border: 0px;
}

.file-upload {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  /* margin-top: 10px; */
  border: 1px dashed #f44336;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #d5d8d7;
  border: 1px dashed #f44336;
}

.image-title-wrap {
  padding: 15px 15px 15px 15px;
  color: #222;
}

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

.drag-text h6 {
  font-weight: 400;
  text-transform: uppercase;
  color: #b7b4b4;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 2500px;
  max-width: 250px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  color: #cd4535;
  background: #fff;
  border: 1px solid #cd4535;
  padding: 10px;
  border-radius: 5px;
  /* border-bottom: 4px solid #b02818; */
  transition: all 0.2s ease;
  outline: none;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 10px;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

.box-image-drag {
  padding: 10px;
  border: 1px solid #dcdbdb;
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
}

.file-upload-berita {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.file-upload-berita-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-berita-btn:hover {
  background: #1aa059;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-berita-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content-berita {
  display: none;
  text-align: center;
}

.file-upload-input-berita {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap-berita {
  /* margin-top: 10px; */
  border: 1px dashed #f44336;
  position: relative;
}

.image-dropping-berita,
.image-upload-wrap-berita:hover {
  background-color: #d5d8d7;
  border: 1px dashed #f44336;
}

.image-title-wrap-berita {
  padding: 15px 15px 15px 15px;
  color: #222;
}

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

.drag-text-berita h6 {
  font-weight: 400;
  text-transform: uppercase;
  color: #b7b4b4;
  padding: 60px 0;
}

.file-upload-image-berita {
  max-height: 2500px;
  max-width: 250px;
  margin: auto;
  padding: 20px;
}

.remove-image-berita {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  color: #cd4535;
  background: #fff;
  border: 1px solid #cd4535;
  padding: 10px;
  border-radius: 5px;
  /* border-bottom: 4px solid #b02818; */
  transition: all 0.2s ease;
  outline: none;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 10px;
}

.remove-image-berita:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image-berita:active {
  border: 0;
  transition: all 0.2s ease;
}

.container-content {
  padding: 0 4em;
}

.frame-main-icon {
  width: 14%;
}

.box-left-login {
  display: block;
}

.box-pd {
  padding: 0 1px;
}

.container-topbar {
  padding: 0 8em;
}

.date_n_search {
  display: none;
}

.notif_mobile {
  display: none;
}

.login_mobile {
  display: none;
}

.img-footer {
  width: 10%;
}

.font-icon {
  color: #fff;
  font-size: 12px;
  margin-right: 0.25rem;
}

#search_news_mobile {
  display: none;
}

.pd-card-jurnalis {
  padding: 0 2px;
}

.box-footer-3 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.box-footer-4 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.col-img {
  display: none;
}

.nav-logo {
  background: #e42127;
  text-align: center;
  padding: 0 8px;
}

.navbar-toggler {
  padding: 0.25rem;
  font-size: 1rem;
}

.text-link {
  font-size: 12px;
  color: #fff;
}

.img-footer-1 {
  width: 80%;
}

.text-footer-1 {
  font-size: 13px;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: auto;
  /* margin-right: 15px; */
  color: #fff;
}

.frame-img-1 {
  border-right: 1px solid #716b6b;
  margin: 10px 5px;
}

.pd-footer {
  padding: 2em 3em;
}

.img-login {
  width: 20%;
  margin-top: 2em;
}

.menu-show {
  display: none;
}

.style-date {
  font-size: 10px;
  color: #949393;
  margin: auto 0;
}

/* @media (max-width:480px) {
    .container, .container-md, .container-sm {
        max-width: 476px;
    }
} */

.content-list {
  padding: 0px 15px;
  max-height: 340px;
  overflow: auto;
}

.content-list-2 {
  padding: 0px 15px;
  /* max-height: 344px; */
  max-height: 27em;
  overflow: auto;
}

.content-list-comments {
  padding: 0;
  max-height: 600px;
  overflow: auto;
}

.box-right-video {
  background: #fff;
  border-radius: 0px 5px 5px 0px;
  padding: 10px 20px;
  height: 558px;
  overflow: auto;
}

/* Designing for scroll-bar */
.content-list::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}

/* Track */
.content-list::-webkit-scrollbar-track {
  background: transparent;
  /* background: gainsboro;
    border-radius: 0px;
    height: 2px;
    margin: 5px; */
}

/* Handle */
.content-list::-webkit-scrollbar-thumb {
  background: transparent;
  /* background: #e6393f51;
    border-radius: 10px;
    height: 2px;
    margin: 5px; */
}

/* Handle on hover */

.content-list::-webkit-scrollbar-track:hover {
  background: gainsboro;
  border-radius: 0px;
  height: 2px;
  margin: 5px;
}

.content-list::-webkit-scrollbar-thumb:hover {
  background: #e44146;
  border-radius: 10px;
  height: 2px;
  margin: 5px;
}

.content-list:hover {
  overflow-y: auto;
}

/* ------------------------------------------------------ */

/* Designing for scroll-bar */
.content-list-2::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}

/* Track */
.content-list-2::-webkit-scrollbar-track {
  background: transparent;
  /* background: gainsboro;
    border-radius: 0px;
    height: 2px;
    margin: 5px; */
}

/* Handle */
.content-list-2::-webkit-scrollbar-thumb {
  background: transparent;
  /* background: #e6393f51;
    border-radius: 10px;
    height: 2px;
    margin: 5px; */
}

/* Handle on hover */

.content-list-2::-webkit-scrollbar-track:hover {
  background: gainsboro;
  border-radius: 0px;
  height: 2px;
  margin: 5px;
}

.content-list-2::-webkit-scrollbar-thumb:hover {
  background: #e44146;
  border-radius: 10px;
  height: 2px;
  margin: 5px;
}

/* Designing for scroll-bar */
.content-list-comments::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}

/* Track */
.content-list-comments::-webkit-scrollbar-track {
  background: transparent;
  /* background: gainsboro;
      border-radius: 0px;
      height: 2px;
      margin: 5px; */
}

/* Handle */
.content-list-comments::-webkit-scrollbar-thumb {
  background: transparent;
  /* background: #e6393f51;
      border-radius: 10px;
      height: 2px;
      margin: 5px; */
}

.content-list-comments::-webkit-scrollbar-track:hover {
  background: gainsboro;
  border-radius: 0px;
  height: 2px;
  margin: 5px;
}

.content-list-comments::-webkit-scrollbar-thumb:hover {
  background: #e44146;
  border-radius: 10px;
  height: 2px;
  margin: 5px;
}

/* Designing for scroll-bar */
.box-right-video::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}

/* Track */
.box-right-video::-webkit-scrollbar-track {
  background: transparent;
  /* background: gainsboro;
    border-radius: 0px;
    height: 2px;
    margin: 5px; */
}

/* Handle */
.box-right-video::-webkit-scrollbar-thumb {
  background: transparent;
  /* background: #e6393f51;
    border-radius: 10px;
    height: 2px;
    margin: 5px; */
}

.box-right-video::-webkit-scrollbar-track:hover {
  background: gainsboro;
  border-radius: 0px;
  height: 2px;
  margin: 5px;
}

.box-right-video::-webkit-scrollbar-thumb:hover {
  background: #e44146;
  border-radius: 10px;
  height: 2px;
  margin: 5px;
}

.box-full-login {
  margin: 70px auto 20px auto;
  width: 800px;
  height: 400px;
  box-shadow: 1px 4px 10px -1px rgb(224 224 224);
  background: #fff;
  border-radius: 10px;
}

.line-word {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ededed;
  line-height: 0.1em;
  margin: 30px 0 30px 0;
  font-size: 11px;
  color: #646060;
}

.line-word span {
  background: #dbdbdb;
  padding: 0 10px;
}

.line-word-2 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ededed;
  line-height: 0.1em;
  margin: 20px 0 20px 0;
  font-size: 11px;
  color: #646060;
}

.line-word-2 span {
  background: #fff;
  padding: 0 10px;
}

.btn-white-default {
  color: #4f4f4f;
  background-color: #fdfdfd;
  border: 0px;
  border-radius: 30px;
}

.btn-white-default:hover {
  color: #4f4f4f;
  background-color: #e8e2e2;
  border: 0px;
  border-radius: 30px;
}

.btn-white-default.focus,
.btn-white-default:focus {
  color: #4f4f4f;
  background-color: #f4f4f4;
  border: 0px;
  border-radius: 30px;
}

.btn-white-default.disabled,
.btn-white-default:disabled {
  color: #4f4f4f;
  background-color: #e6e4e4;
  border: 0px;
  border-radius: 30px;
}

.btn-white-default:not(:disabled):not(.disabled).active,
.btn-white-default:not(:disabled):not(.disabled):active,
.show>.btn-white-default.dropdown-toggle {
  color: #333;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}

.btn-white-default:not(:disabled):not(.disabled).active:focus,
.btn-white-default:not(:disabled):not(.disabled):active:focus,
.show>.btn-white-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.box-right-login {
  background: #dbdbdb;
  border-radius: 0px 10px 10px 0px;
}

.custom-group {
  border-radius: 20px 0px 0px 20px;
  border: 0px;
}

.custom-input {
  border-radius: 0px 20px 20px 0px !important;
  border: 0px;
}

.custom-input-2 {
  border-radius: 30px;
}

.custom-btn {
  border-radius: 30px;
  padding: 5px 45px;
}

.box-registrasi {
  background: #fff;
  max-width: 400px;
  min-height: 100%;
  box-shadow: 1px 4px 10px -1px rgb(194 194 194);
  padding: 1em 4em;
  margin: 2em auto;
  border-radius: 10px;
}

.note-editor .note-toolbar,
.note-popover .popover-content {
  background: #ffffff;
  border-bottom: 1px solid #d0d0d0;
}

.note-editor.note-airframe,
.note-editor.note-frame {
  box-shadow: none;
}

.forms {
  display: none;
}

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

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

#file-upload {
  width: 100%;
  border: 1px solid #c0c0c0;
}

#file-uploadpdf {
  width: 100%;
  border: 1px solid #c0c0c0;
}

#file-upload .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 95px;
}

#file-uploadpdf .file-upload-wrapper-pdf {
  position: relative;
  width: 100%;
  height: 60px;
}

#file-upload .file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}

#file-uploadpdf .file-upload-wrapper-pdf:after {
  content: attr(data-text);
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}

/* #file-upload .file-upload-wrapper:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 60px;
    background: #4daf7c;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 10px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}


#file-upload .file-upload-wrapper:hover:before {
    background: darken(#4daf7c, 10%);
} */

#file-upload .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  border: 1px solid #c0c0c0;
}

#file-uploadpdf .file-upload-wrapper-pdf input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  border: 1px solid #c0c0c0;
}

.modal-content-cust {
  border: 0px;
  border-radius: 10px;
}

.modal-header-cust {
  padding: 10px 15px;
  background: #ffffff;
  color: #4f4f4f;
  border-radius: 10px 10px 0px 0px;
}

.modal-body-cust {
  background: #f4f4f4;
  border-radius: 0px 0px 10px 10px;
}

.nav-custom-1 {
  width: 100%;
  /* position: fixed; */
  background: #fbfbfb;
  z-index: 10;
}

.nav-item {
  font-size: 14px;
  font-weight: 600;
}

.btn-black-2 {
  color: #6f7982;
  background-color: #222;
  border-color: #6f7982;
  box-shadow: none;
}

.btn-black-2:hover {
  color: #fff;
  background-color: #e82329;
  border-color: #e82329;
}

.btn-black-2.focus,
.btn-black-2:focus {
  color: #fff;
  background-color: #e82329;
  border-color: #e82329;
}

.btn-black-2.disabled,
.btn-black-2:disabled {
  color: #6f7982;
  background-color: #222;
  border-color: 1px solid #6f7982;
}

.btn-black-2:not(:disabled):not(.disabled).active,
.btn-black-2:not(:disabled):not(.disabled):active,
.show>.btn-black-2.dropdown-toggle {
  color: #333;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}

.btn-black-2:not(:disabled):not(.disabled).active:focus,
.btn-black-2:not(:disabled):not(.disabled):active:focus,
.show>.btn-black-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.font-weight-normal {
  font-weight: 500;
}

.file-upload-video {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.file-upload-pdf {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.file-upload-content-pdf,
.file-upload-content-video {
  display: none;
  text-align: center;
}

.file-upload-input-pdf,
.file-upload-input-video {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap-video {
  /* margin-top: 10px; */
  border: 1px dashed #f44336;
  position: relative;
}

.image-upload-wrap-pdf {
  /* margin-top: 10px; */
  border: 1px dashed #f44336;
  position: relative;
}

.image-dropping-video,
.image-upload-wrap-pdf:hover,
.image-upload-wrap-video:hover {
  background-color: #d5d8d7;
  border: 1px dashed #f44336;
}

.image-title-wrap-pdf,
.image-title-wrap-video {
  padding: 15px 15px 15px 15px;
  color: #222;
}

.drag-text-pdf,
.drag-text-video {
  text-align: center;
}

.drag-text-pdf h6,
.drag-text-video h6 {
  font-weight: 400;
  text-transform: uppercase;
  color: #b7b4b4;
  padding: 60px 0;
}

.file-upload-image-pdf,
.file-upload-image-video {
  max-height: 2500px;
  max-width: 250px;
  margin: auto;
  padding: 20px;
}

.remove-image-pdf,
.remove-image-video {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  color: #cd4535;
  background: #fff;
  border: 1px solid #cd4535;
  padding: 10px;
  border-radius: 5px;
  /* border-bottom: 4px solid #b02818; */
  transition: all 0.2s ease;
  outline: none;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 10px;
}

.remove-image-pdf:hover,
.remove-image-video:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image-pdf:active,
.remove-image-video:active {
  border: 0;
  transition: all 0.2s ease;
}

.circlePercent {
  position: relative;
  top: 26px;
  left: 26px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: orange;
}

.circlePercent:before,
.circlePercent>.progressEnd {
  position: absolute;
  z-index: 3;
  top: 2px;
  left: 45px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  -ms-transform-origin: 3px 46px;
  transform-origin: 3px 46px;
  content: "";
}

.circlePercent:after,
.circlePercent>.progress {
  position: absolute;
  -ms-transform-origin: 48px 48px;
  transform-origin: 48px 48px;
  z-index: 0;
  top: 0;
  left: 0;
  width: 48px;
  height: 96px;
  border-radius: 48px 0 0 48px;
  background: orange;
  content: "";
}

.circlePercent.fiftyPlus:after {
  background: white;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.circlePercent>.progress.progress {
  background: white;
}

.circlePercent>.counter {
  position: absolute;
  box-sizing: border-box;
  z-index: 2;
  width: 100px;
  height: 100px;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 50%;
  border: 4px solid orange;
}

.circlePercent>.counter:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -13px;
  width: 100%;
  height: 26px;
  font-size: 26px;
  line-height: 26px;
  font-family: sans-serif;
  text-align: center;
  color: white;
  content: attr(data-percent) "%";
}

.circlePercent>.counter:after {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background: orange;
  content: "";
}

.circlePercent>.counter[data-percent="100"] {
  background: white;
}

.icon-close {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234f4f4f' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 18px !important;
}

.footer-kurasi {
  border-top: 1px solid #f6f0f0;
  margin: 10px 20px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 20px 0;
}

.box-icon-1 {
  border: 2px solid #d0d0d0;
  display: flex;
  padding: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  /* justify-content: center; */
  margin: auto;
}

.box-icon-2 {
  border: 2px solid #d0d0d0;
  display: flex;
  padding: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  margin: auto;
}

.font-icon-4 {
  display: flex;
  margin: auto;
  font-size: 1.7em;
}

.hide-pass {
  margin-top: 14px;
  position: absolute;
  z-index: 99;
  right: 0;
  margin-right: 43em;
  cursor: pointer;
}

.hide-pass-2 {
  position: absolute;
  z-index: 99;
  margin-left: 19em;
  margin-top: -25px;
  cursor: pointer;
}

.hide-pass-daftar {
  position: absolute;
  z-index: 99;
  right: 0;
  margin-right: 43em;
  /* top: 0; */
  margin-top: 1em;
  cursor: pointer;
}

.modal-size {
  max-width: 360px;
}

/* change date KAMIS 19 AGUSTUS 2021 */
.text-judul {
  /* font-size: 40px; */
  font-size: 34px;
  line-height: 1.15em;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.sticky {
  /* position: fixed;
  top: 0;
  width: 23.7%;
  margin-top: 1em;*/
  /* z-index: -1;  */
  position: fixed;
  top: 0;
  margin-top: 2em;
  z-index: 1;
  margin-bottom: 4em;
  /* margin-right: 16em; */
  /* width: 322px; */
  width: 23.5vw;
  transition: all 1s ease;
}

/* change date Kamis, 19 Agustus 2021 */
.label-tag {
  background: #f52731;
  color: #fff;
  font-size: 12px;
  padding: 1px 8px;
  /* border-radius: 30px; */
  border-radius: 5px;
  margin: 5px;
  white-space: nowrap;
}

#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 0;
}

#cards-container {
  overflow: auto;
  width: 100%;
}

.cards {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  /* width: 9999px; */
}

.card-main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /* background-color: #fff; */
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-main {
  /* Add shadows to create the "card" effect */
  /* -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* width: 328px; */
  width: 100%;
  margin: 3px 2px;
}

.card-main:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* .card-main .img {
  max-width: 220px;
  height: 220px;
  display: inline-block;
} */

#slide-left-container,
#slide-right-container {
  display: none;
}

#slide-left-container.active,
#slide-right-container.active {
  display: block;
  cursor: pointer;
}

.slide-right-frame {
  background: transparent;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  padding: 9px;
  position: absolute;
  z-index: 2;
  font-size: 35px;
  right: 0;
  margin-right: 1em;
  margin-top: -1em;
}

.slide-right-frame:hover {
  /* background: #d3d3d34d; */
  background: #4f4f4f4d;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.slide-left-frame {
  background: transparent;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  padding: 9px;
  position: absolute;
  z-index: 2;
  font-size: 35px;
  left: 0;
  margin-left: 1em;
  margin-top: -1em;
}

.slide-left-frame:hover {
  /* background: #d3d3d34d; */
  background: #4f4f4f4d;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

/* Scrollbar Highlight */
#cards-container::-webkit-scrollbar {
  display: none;
}

.text-white-2 {
  color: #dadada !important;
}

#container-jurnalis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 0;
}

#cards-jurnalis {
  overflow: auto;
  width: 100%;
}

.cards-jurnalis {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  /* width: 9999px; */
}

.card-main-jurnalis {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /* background-color: #fff; */
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-main-jurnalis {
  /* Add shadows to create the "card" effect */
  /* -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* width: 245px; */
  width: 100%;
  /* margin: 3px 2px; */
}

.card-main-jurnalis:hover {
  /* -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); */
  cursor: pointer;
}

/* .card-main .img {
  max-width: 220px;
  height: 220px;
  display: inline-block;
} */

#slide-left-jurnalis,
#slide-right-jurnalis {
  display: none;
}

#slide-left-jurnalis.active,
#slide-right-jurnalis.active {
  display: block;
  cursor: pointer;
}

#cards-jurnalis::-webkit-scrollbar {
  display: none;
}

.slide-right-frame-jurnalis {
  background: transparent;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  padding: 9px;
  position: absolute;
  z-index: 2;
  font-size: 35px;
  right: 0;
  margin-right: 3.6em;
  margin-top: -1em;
}

.slide-right-frame-jurnalis:hover {
  /* background: #d3d3d34d; */
  background: #4f4f4f4d;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.slide-left-frame-jurnalis {
  background: transparent;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  padding: 9px;
  position: absolute;
  z-index: 2;
  font-size: 35px;
  left: 0;
  margin-left: 3.6em;
  margin-top: -1em;
}

.slide-left-frame-jurnalis:hover {
  /* background: #d3d3d34d; */
  background: #4f4f4f4d;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.img-post {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}

.label-cl-1 {
  max-height: 100%;
  max-width: 100%;
  background: #aa60d1;
  position: absolute;
  padding: 4px 8px;
  font-size: 8px;
  border-radius: 3px;
  color: var(--white);
  left: 0;
  top: 0;
  margin-left: 14px;
  margin-top: 7px;
}

.label-cl-2 {
  max-height: 100%;
  max-width: 100%;
  background: #fa6d01;
  position: absolute;
  padding: 4px 8px;
  font-size: 8px;
  border-radius: 3px;
  color: var(--white);
  left: 0;
  top: 0;
  margin-left: 14px;
  margin-top: 7px;
}

.label-cl-3 {
  max-height: 100%;
  max-width: 100%;
  background: #3359b9;
  position: absolute;
  padding: 4px 8px;
  font-size: 8px;
  border-radius: 3px;
  color: var(--white);
  left: 0;
  top: 0;
  margin-left: 14px;
  margin-top: 7px;
}

.label-cl-4 {
  max-height: 100%;
  max-width: 100%;
  background: #e82329;
  position: absolute;
  padding: 4px 8px;
  font-size: 8px;
  border-radius: 3px;
  color: var(--white);
  left: 0;
  top: 0;
  margin-left: 14px;
  margin-top: 7px;
}

.bg-pict-red {
  background: url("../../img/background/bg_red.jpg");
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-pict-white {
  background: url("../../img/background/bg_white.jpg");
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-main {
  background: url("../../img/background/bg_inilah.jpg");
  height: 100% !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.box-login-new {
  background: #fff;
  border-radius: 5px;
  margin: 20px 31em;
  box-shadow: 1px 4px 8px -8px rgb(140 131 131);
  padding: 40px 50px;
}

#container-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 0;
}

#cards-container-list {
  overflow: auto;
  width: 100%;
}

.cards-list {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  /* width: 9999px; */
}

.card-main-list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-main-list {
  /* Add shadows to create the "card" effect */
  /* -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  /* width: 494px; */
  /* margin: 3px 2px */
}

.card-main-list:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* .card-main .img {
  max-width: 220px;
  height: 220px;
  display: inline-block;
} */

#slide-left-list,
#slide-right-list {
  display: none;
}

#slide-left-list.active,
#slide-right-list.active {
  display: block;
  cursor: pointer;
}

.slide-right-frame-list {
  background: #0000004d;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  padding: 13px;
  border-radius: 50px;
  position: absolute;
  z-index: 0;
  font-size: 25px;
  right: 0;
  margin-right: 6.3em;
}

.slide-left-frame-list {
  background: #0000004d;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  padding: 13px;
  border-radius: 50px;
  position: absolute;
  z-index: 0;
  font-size: 25px;
  left: 0;
  margin-left: 6.3em;
}

.text-main {
  font-size: 23px;
  color: #fff;
  margin-top: 15px;
  font-weight: 800;
}

.text-rubrik {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
}

.card-main-list:hover>a>.box-caption-1 {
  width: 100%;
  /* height: 20%; */
  height: 35%;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* opacity: .4; */
  /* background: #bdc3c745;
  background: -webkit-linear-gradient(to top, #6588ca, #bdc3c745);
  background: linear-gradient(to top, #6588ca, #bdc3c745); */
  background: #bdc3c745;
  background: -webkit-linear-gradient(to top, #b41818, #bdc3c700);
  background: linear-gradient(to top, #b41818, #bdc3c700);
}

.card-main-list:hover>a>.box-caption-1 .text-rubrik {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-size: 22px;
}

/* Scrollbar Highlight */
#cards-container-list::-webkit-scrollbar {
  display: none;
}

.container-flex {
  display: flex;
  flex-wrap: wrap;
}

.col-flex-35 {
  flex: 35%;
  padding: 0px 3px;
}

.col-flex-30 {
  flex: 30%;
  padding: 0px 3px;
}

div.dataTables_wrapper div.dataTables_length label {
  font-size: 12px;
}

.dataTables_filter label {
  font-size: 12px;
}

div.dataTables_wrapper div.dataTables_info {
  font-size: 12px;
  font-weight: 600;
}

.pagination {
  font-size: 12px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.text-header-1 {
  font-size: 16px;
  font-weight: 800;
}

/* .nav > .nav-tab-custom{
  font-family: 'Poppins',sans-serif;
  font-size: .8em;
  color: #323232;
  padding: 10px 0px;
  font-weight: 600;
  border-bottom: 1px solid #eee9e9;
  display: flex;
}

.nav > .nav-tab-custom .active{
  color: #e82329;
} */

.font-icon-3 {
  margin: auto 0 auto auto;
  font-size: 10px;
}

.text-short-1 {
  font-size: 13px;
  color: #c0c3c5;
  margin-top: 0.5rem;
}

.text-short-2 {
  font-size: 14px;
  color: #c0c3c5;
  margin-top: 0.5rem;
  font-weight: 400;
}

/* Style the tab */
.tab {
  float: left;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
  width: 100%;
  /* height: 300px; */
}

/* Style the buttons inside the tab */
.tab a {
  display: flex;
  background-color: inherit;
  color: #000;
  padding: 7px 0px;
  width: 100%;
  border-bottom: 1px solid #f7f2f2;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

/* Change background color of as on hover */
.tab a:hover {
  /* background-color: #ddd; */
  color: #e82329;
}

/* Create an active/current "tab a" class */
.tab a.active {
  /* background-color: #ccc; */
  color: #e82329;
  font-weight: 600;
}

/* Style the tab content */
.tabcontent {
  display: none;
  float: left;
  padding: 0px 12px;
  /* border: 1px solid #ccc; */
  width: 100%;
  border-left: none;
  /* height: 300px; */
}

.btn-red-circle {
  color: #fff;
  background-color: #da3737;
  border-color: none;
  box-shadow: none;
  border-radius: 50px;
  padding: 5px 12px;
}

.btn-red-circle:hover {
  color: #fff;
  background-color: #ce2929;
}

.btn-red-circle.focus,
.btn-red-circle:focus {
  color: #fff;
  background-color: #ce2929;
  box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-red-circle.disabled,
.btn-red-circle:disabled {
  color: rgb(106, 100, 100);
  background-color: #ce2929;
}

.btn-red-circle:not(:disabled):not(.disabled).active,
.btn-red-circle:not(:disabled):not(.disabled):active,
.show>.btn-red-circle.dropdown-toggle {
  color: #333;
  background-color: #e82329;
  border-color: #d0d0d0;
}

.btn-red-circle:not(:disabled):not(.disabled).active:focus,
.btn-red-circle:not(:disabled):not(.disabled):active:focus,
.show>.btn-red-circle.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-gray-circle {
  color: #fff;
  background-color: #545454;
  border-color: none;
  box-shadow: none;
  border-radius: 50px;
  padding: 5px 12px;
}

.btn-gray-circle:hover {
  color: #fff;
  background-color: #696767;
}

.btn-gray-circle.focus,
.btn-gray-circle:focus {
  color: #fff;
  background-color: #696767;
  box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-gray-circle.disabled,
.btn-gray-circle:disabled {
  color: rgb(106, 100, 100);
  background-color: #696767;
}

.btn-gray-circle:not(:disabled):not(.disabled).active,
.btn-gray-circle:not(:disabled):not(.disabled):active,
.show>.btn-gray-circle.dropdown-toggle {
  color: rgb(106, 100, 100);
  background-color: #696767;
}

.btn-gray-circle:not(:disabled):not(.disabled).active:focus,
.btn-gray-circle:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-circle.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

#col_kanal {
  display: block;
}

.h-header-1 {
  height: 4.5em;
}

.h-header-2 {
  height: 4.6em;
}

.h-header-3 {
  height: 4.8em;
}

.h-header-img {
  height: 90px;
}

.h-img {
  height: 70px;
}

.h-img-1 {
  height: 160px;
}
.h-img-2 {
  height: 115px;
}

.h-text-1 {
  height: 3.2em;
}

.h-text-2 {
  height: 2.4em;
}

.font-header-1 {
  font-size: 15px;
}

.video-size-1 {
  width: 100%;
  height: 29em;
  border: 0px;
  border-radius: 5px 0px 0px 5px;
}

.label-name {
  font-size: 12px;
  margin: auto 0 auto 0.3em;
}

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

.font-tren {
  font-size: 14px;
}

.font-related {
  font-size: 17px;
}

.title-rubrik {
  font-size: 14px;
  color: #e82329;
}

.h-box-1 {
  width: 100%;
  height: 180px;
  border-radius: 5px 5px 0px 0px;
}

.box-profile-1 {
  border-radius: 10px;
  border: 1px solid #ebe3e3;
}

.box-profile-header {
  /* padding: 25px 23px 15px 23px; */
  padding: 0;
}

.box-profile-body {
  padding: 15px;
}

.img-rounded {
  width: 100%;
  /* border-radius: 50% */
}

.t-profiles {
  font-size: 1rem;
  font-weight: 700;
}

.t-detail {
  font-size: 11px;
  font-weight: 500;
}

.ul-cust li {
  font-size: 14px;
}

.box-contact {
  padding: 20px;
  border: 1px solid #ded6d6;
  border-radius: 10px;
}

.ol-cust {
  padding-left: 14px;
  font-weight: 400;
}

.img-user-4 {
  height: 100%;
  width: 80%;
  object-fit: cover;
  /* object-position: top; */
}

.h-profile {
  height: 105px;
}

.pr-3em {
  padding-right: 3em;
}

.h-video-2 {
  height: 400px;
}


.date-text {
  font-size: 10px;
  color: #c0c3c5;
  font-weight: 500;
  text-transform: uppercase;
}

.title-header-2 {
  font-size: 17px;
  font-weight: 500;
}

.title-cat-1 {
  font-size: 12px;
  color: #e82329;
  text-transform: uppercase;
  font-weight: 600;
}

.width-share {
  width: 5%;
  margin-right: 2px;
}

.box-jurnalis-two {
  border-radius: 5px;
  background: #fff;
}

.frame-ig {
  width: 100%;
  height: 488px;
  border-radius: 10px;
}

.frame-tw {
  max-height: 350px;
  overflow: auto;
  padding: 5px;
  border-radius: 10px;
}

.box-caption-3 {
  width: 100%;
  max-height: 100%;
  border-radius: 3px 3px 0px 0px;
  position: absolute;
  margin-top: -38px;
  margin-left: 0px;
  /* opacity: .4; */
  padding: 10px;
  background: #ffffff54;
}

.text-black {
  color: #000;
}

.carousel_mobile {
  display: none;
}

#container {
  display: block;
}

#trending_mobile {
  display: none;
}

#trending_web {
  display: block;
}

/* Tambahan css untuk cms */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 19px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
}

.pd-preview {
  /* padding: 0 22em; */
  padding: 0 17em;
}

.box-user-img {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.box-user-img-sm {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.img-user-5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-user {
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  /* white-space: pre-wrap; */
  white-space: initial;
}

.tab_sub {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
}

/* Style the buttons inside the tab_sub */
.tab_sub button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 18px;
  transition: 0.5s;
  font-size: 13px;
  color: #35363a;
  border-radius: 50px;
  margin-right: 8px;
}

/* Change background color of buttons on hover */
.tab_sub button:hover {
  color: #fff;
  background-color: #e42127;
}

/* Create an active/current tab_sublink class */
.tab_sub button.active {
  color: #fff;
  background-color: #e42127;
}

/* Style the tab_sub content */
.tabcontent_sub {
  display: none;
  margin-top: 10px;
  padding: 20px 25px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

.hide-pass-lama {
  margin-top: 45px;
  position: absolute;
  z-index: 99;
  right: 0;
  margin-right: 1.2em;
  cursor: pointer;
}

.hide-pass-baru {
  margin-top: 45px;
  position: absolute;
  z-index: 99;
  right: 0;
  margin-right: 1.2em;
  cursor: pointer;
}

.file-upload-profile {
  background-color: #ffffff;
  /* width: 600px; */
  /* margin: 0 auto; */
  /* padding: 20px; */
}

/* .file-upload-btn-profile {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn-profile:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn-profile:active {
  border: 0;
  transition: all .2s ease;
} */

.file-upload-content-profile {
  display: none;
  /* text-align: center; */
}

.file-upload-input-profile {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap-profile {
  height: 150px;
  width: 150px;
  /* border-radius: 50%; */
  /* margin-top: 20px; */
  border: 4px dashed #ddd;
  position: relative;
}

.image-dropping-profile,
.image-upload-wrap-profile:hover {
  background-color: #c3c0c0;
  ;
  border: 2px dashed #ffffff;
}

.image-title-wrap-profile {
  padding: 0 15px 15px 15px;
  color: #222;
}

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

.drag-text-profile h3 {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  color: #e42127;
  padding: 60px 0;
}

.file-upload-image-profile {
  max-height: 100%;
  max-width: 150px;
  /* margin: auto; */
  /* padding: 20px; */
}

.remove-image-profile {
  margin-left: -3px;
  width: 30px;
  height: 30px;
  /* margin: 0; */
  color: #fff;
  background: #6052528c;
  ;
  border: none;
  /* padding: 8px; */
  border-radius: 50%;
  /* border-bottom: 4px solid #b02818; */
  transition: all .2s ease;
  outline: none;
  /* text-transform: uppercase; */
  /* font-weight: 400; */
  position: absolute;
}

.lay-icon-remove {
  display: flex;
  justify-content: center;
  line-height: 30px;
}

.remove-image-profile:hover {
  background: #8778788c;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image-profile:active {
  border: 0;
  transition: all .2s ease;
}

.label-tag-create {
  background: #697682;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 5px;
  white-space: nowrap;
}

.label-tag-update {
  background: #2d8ee9;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 5px;
  white-space: nowrap;
}

.label-tag-publish {
  background: #28a745;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 5px;
  white-space: nowrap;
}

.label-tag-unpublish {
  background: #c9ae12;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 5px;
  white-space: nowrap;
}

.label-tag-highlight {
  background: #49535d;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 5px;
  white-space: nowrap;
}

.label-tag-unhighlight {
  background: #e78721;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 5px;
  white-space: nowrap;
}

.label-tag-return {
  background: #0f467d;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 5px;
  white-space: nowrap;
}

.font-white {
  color: #faf5f5 !important;
}

.btnDarkBlue {
  background: rgb(79 79 214) !important;
  color: #fff;
}

.btnDarkBlue:hover {
  background: rgb(79 79 214) !important;
  color: #fff;
}

/* Css baca juga */
.text-baca {
  color: rgb(0 0 173) !important;
  font-size : 13px;
  line-height: 1.4;
}

.box-baca{
  background: #f8f8fb;
  border-top: 1px solid #f5f4f4;
  padding: 8px;
}

.content-baca{
  max-height: 340px;
  overflow: auto;
}