.esheditor {
    width: 100%;       /* Lebar penuh dari parent container */
    height: 1000px;     /* Tinggi yang tetap diperlukan */
    border: 1px solid #ccc; /* Opsional, untuk melihat batas editor */
}

.coba {
    height: 2000px;
}

.relatif {
    position: relative !important;
}

.absolut {
    position: absolute !important;
    z-index: 99999;
}






.tautan ul li:hover>a,
.tautan ul li.active>a {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

.warnasatu {
    background-color: #f70;
    color: #fff;
}

.warnadua {
    background-color: #ff9d0b;
    color: #fff;
}

.warnatiga {
    background-color: #887700;
    color: #fff;
}

.warnaempat {
    background-color: #ffffe0;
    color: #000;
}

.warnalima {
    background-color: #333333;
    color: #fff;
}

.warnaenam {
    background-color: #d0d0d0;
    color: #fff;
}

.warnatujuh {
    background-color: #fff;
    color: #000;
}

.warnadelapan {
    background-color: #5c5c5c;
    color: #fff;
}

.warnasembilan {
    background-color: #2f2f30;
    color: #fff;
}


.topbar {
    height: 30px;
    line-height: 30px;
    z-index: 900;
}

.bottombar {
    height: 20px;
    line-height: 20px;
    z-index: 900;
}

.akademi {
    height: 120px;
    line-height: 120px;
    margin-top: 35px;
}



.titlebar {
  height: 33px;
  line-height: 33px;   
  border-radius: 10px 10px 0 0;
  padding-top: 1px;
}

.footer {
    color: #000;
}
.spacer {
    height: 5px;
}

.spacer1 {
    height: 8px;
    background-color: #f70;
}

.spacer2 {
    height: 5px;
    background-color: #ff9d0b;
}

.spacer3 {
    height: 3px;
    background-color: #999555;
}

.spacer6 {
    height: 8px;
    background-color: #d0d0d0;
}



.imageBox
{
    position: relative;
    height: 200px;
    width: 200px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
    
}
.imageBoxFull
{
    position: relative;
 	height: 110px;
    width: 112px;
       border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
    
}


.brsideleft {
    border-radius: 0 0 22px 0;
}

.brsideright {
    border-radius: 0 0 0 22px;
}

.brcontent {
    border-radius: 10px 10px 0 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.fixed {
    position: fixed;
    z-index: 9998;
}

.mr6 {
    margin-right: 6px;
}
.mr10 {
    margin-right: 10px;
}
.ml6 {
    margin-left: 6px;
}

.pt10 {
    padding-top: 10px;
}

.wrapper {
    margin: 0 15px;
}


.mt40 {
    margin-top: 50px;
}

.mt4 {
    margin-top: 4px;
}
/*----------------UI DIALOG ------------------*/
.ui-widget-overlay.custom-overlay
{
   background-color: black;
   background-image: none;
   opacity: 0.9;
   z-index: 1040;    
}


/*.ui-dialog-titlebar {
  background-color: #F9A7AE;
  background-image: none;
  color: #000;
}*/

.ui-dialog-titlebar {
      background:red;
}

/*********************TICKER***************************/

.mask {
    position: relative;
    margin: 0;
    overflow: hidden;
}

ul.newstickers {
    position: relative;
    left: 100%;
    width: 1000000px !important;
    list-style-type: none;
    margin: 6px 0;
    padding: 0;
}

ul.newstickers li {
    float: left;
    margin: 0 60px 0 0;
    padding: 0;
    color: #ddd;
    height: 28px;
    font-size: 13px;
    overflow: hidden
}

ul.newstickers a {
    white-space: nowrap;
    padding: 0;
    font-weight: normal;
    margin: 0 50px 0 0
}

ul.newstickers .fa {
    margin-right: 10px
}

ul.newstickers span {
    margin: 0;
    font-weight: bold;
    line-height: 20px
}

.dropdowwn-menu {
  z-index: 88888888888887;
}
/*-----------------------OWL -------------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*-------------------- 2.1.1 Horizontal Menu -------------------*/

.horizontal-menu {
    position: relative;
    left: -10px;
}

.horizontal-menu ul li {
    display: inline-block;
    position: relative;
}

.horizontal-menu ul li a {
    display: block;
    font-size: 13px;
    padding: 0px 20px;
    /*color: #000000;*/
    color: #fff;
    text-transform: capitalize;
}

.horizontal-menu ul li:hover>a,
.horizontal-menu ul li.active>a {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

.horizontal-menu nav>ul>li:first-child>a {
    padding-left: 0;
}

.horizontal-menu ul li a i {
    margin-right: 5px;
}

.horizontal-menu .submenu {
    position: absolute;
    left: -20;
    /*top: 100%;*/

    z-index: 99;
    width: 200;
    /*background: #fff000;*/
    

    opacity: 0;
    visibility: hidden;
    border-top: 3px solid #007BFF;
    border-bottom: 3px solid #007BFF;
    border-right: 3px solid #007BFF;
    border-left: 3px solid #007BFF;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03);
}

.horizontal-menu .submenu li {
    display: block;
}

.horizontal-menu ul li:hover>.submenu {
    opacity: 1;
    visibility: visible;
}

.horizontal-menu .mega-menu {
    position: inherit;
}

.horizontal-menu .mega-menu .submenu {
    width: 100%;
    max-width: 900px;
}

.horizontal-menu .mega-menu .submenu li {
    display: inline-block;
    width: calc(100% * (1/3) - 5px);
}


/* mobile menu */

.slicknav_menu {
    background: #f70;
    padding: 0;
    /*margin-top: 20px esh*/;
}

.slicknav_menu>a {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0;
    background: transparent;
}

.slicknav_menu .slicknav_icon {
    float: right;
}

.slicknav_menu .slicknav_icon-bar {
    box-shadow: none;
}

.slicknav_menu .slicknav_menutxt {
    font-weight: 500;
    text-shadow: none;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    text-transform: capitalize;
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #8e66f7;
}

.slicknav_nav li i {
    width: 26px;
    display: inline-block;
}

.slicknav_nav .slicknav_item .slicknav_arrow {
    float: right;
}

/*-------------------- END Horizontal Menu -------------------*/








/*clear fix*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
} 

.cf:after {
    clear: both;
}

.cf {
    *zoom 1;
}


/****************************************/
/* Bootstrap 4 */
.col-xs-auto, .col-sm-auto, .col-md-auto, .col-lg-auto, .col-xl-auto {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  background-color: #ff9d0b;
}

.d-none {
  display: none !important;
}

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

@media (min-width: 576px) {
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    background-color: #ff7700;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20px;
    max-width: 100%;
    background-color: #ffffe0;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    background-color: #333333;
  }

  .d-lg-none {
    display: none !important;
  }

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

@media (min-width: 1200px) {
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    background-color: #f70;
  }
}


.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}


/********JSSOR*************/
.captionOrange
{
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}
a.captionOrange, A.captionOrange:active, A.captionOrange:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.captionOrange:hover
{
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}

.captionOrange h1 {
  margin-top: 0;
  padding-top: 0;
}

.ui-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.scrollable-horizontal {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    
    /* Akselerasi & Momentum */
    -webkit-overflow-scrolling: touch;
    will-change: transform;

    /* Sembunyikan Scrollbar */
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

.scrollable-horizontal::-webkit-scrollbar {
    display: none;
}

