@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

a{
    color: #535252;
}

a.news-date {
    font-size: 8pt;
    color: #777777 !important;
}


.btn {
    border-radius: 10px !important;
}
.card{
    border-radius: 10px !important;
}
.page-item.active .page-link{
    background-color: #A8201A;
    border-color: #A8201A;
}
h6.sub-headline-title {
    font-size: 9pt;
}

h5.headline-title {
    font-size: 10pt;
}

img.arc-icon {
    float: right;
    width: 30px;
    margin-left: 20px;
    text-align: center;
}

.navbar-red{
    background-color: #A8201A;
    color: #fff;
}

.slider-1 .slides li, .slider-2 .slides li, header.style-4 .top-bar a:hover, footer .widget.most-posts ul.posts li a, .slider-1 .slides li .links a:hover, .notification_ok {
    color: #fff;
}

.flexslider .slides>li, .flexslider4 .slides>li{
    background: rgb(90,20,17);
    background: linear-gradient(343deg, rgba(90,20,17,1) 0%, rgba(168,32,26,1) 87%);
}

.btn-warning {
    color: #fff;
    background-color: #EC9A29;
    border-color: #EC9A29;
}

li.nav-item.parent-menu:hover,
li.nav-item:hover{
    background-color: #e3e3e3;
    color: #fff;
}

.btn-warning:hover {
    color: #fff;
    background-color: #d07b05 !important;
    border-color: #d07b05;
}

.text-warning {
    color: #EC9A29 !important;
}

.pn_title {
    border-bottom: 2px solid #a01500;
    margin: 0px 0px 10px 0px;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
    width: 100%;
}
.carousel-control{
    color: #992109;
    opacity: 1;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    border-radius: 5px !important;
}

.slider-1 .slides li .contain, .slider-1 .loading, .slider-2 .slides li .contain, .slider-2 .loading{
    min-height: 425px !important;
}

.pn_title > h2 {
    font-size: 11pt;
    font-weight: 500;
    background-color: #a01500;
    color: #fff;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    position: relative;
    margin-bottom: 0px;
}

.tgl_box {
    background-color: #992109;
    color: #fff;
    width: 100%;
    height: auto;
    font-size: 11px;
    text-align: center;
    padding: 10px;
    border-radius: 15px !important;
    width: 70px;
    float: left;
    margin-right: 15px;
}
span.date_on {
    font-size: 28px;
}

.sidang_box p {
    font-weight: bold;
    font-size: 16px;
    color: #992109;
}

.sidang_box a {
    color: #333;
    text-decoration: none;
    /* font-weight: bold; */
}
.tab-v2 .nav-tabs li a {
    font-size: 14px !important;
}

.tab-v2 .nav-tabs {
    box-shadow: 0 4px 0px 0 rgb(0 0 0 / 20%), 0 4px 10px 0 rgb(0 0 0 / 19%);
    border-radius: 5px 5px 0px 0px !important;
}

.tab-v2 .nav-tabs {
    border-bottom: none;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.tab-v2 .nav-tabs li a {
    padding: 9px 16px;
    background: none;
    border: none;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.fade.in {
    opacity: 1;
}

.moto {
    font-size: 30px;
    color: #A8201A !important;
    text-decoration: none;
    /* font-family: 'Courgette', cursive; */
}

.nav-tabs{
    margin-bottom: 0px;
}
.tab-v2 .nav-tabs li.active a {
    background: #fff;
    padding: 7px 15px 9px;

    border-left: solid 1px #ddd !important;
    border-right: solid 1px #ddd !important;
}

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

.tab-v2 .nav-tabs li.active a {
    border-top: solid 5px #9a2109 !important;
    border-radius: 5px 5px 0 0 !important;
    color: #9a2109;
    font-weight: bold;
}

.tab-v2 .tab-content {
    background-color: #fff;
    border: solid 1px #ddd !important;
    box-shadow: 0 4px 1px -5px rgb(0 0 0 / 20%), 0 4px 10px 0 rgb(0 0 0 / 10%)
}

.tab-v2 .tab-content {
    padding: 10px 16px;
    border: solid 1px #eee;
}

.navbar-red-footer {
    background-color: #7c1a16;
    color: #fff;
}


.navbar-red-footer-2 {
    background-color: #681714;
    color: #fff;
}

.dropdown-toggle::after{
    display: none;
}

.nav-link.child {
    padding: 0.4rem 1.25rem !important;
}

li.nav-item.parent-menu.active {
    border-bottom: 3px solid #EFB15D;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: 3px solid #A8201A !important;
}
td.title{
    background-color: #eee;
}

@media (min-width: 768px) {
    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
  }

  @keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }

    100% {
      transform: translateY(0rem);
      opacity: 1;
    }

    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
  }

  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }

  .has-bg-image:hover {
    /* with animation */
    -webkit-animation: bg-image-hover 0.3s ease-in-out;
    animation: bg-image-hover 0.3s ease-in-out;
    background-color: #A8201A !important;
    color : #fff !important;

  }

  .has-bg-image:hover h3,
  .has-bg-image:hover span {
    color: #fff !important;
  }

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-hover .show > .dropdown-toggle::after{
        transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 992px) {
    .navbar-hover .collapse ul li{position:relative;}
    .navbar-hover .collapse ul li:hover> ul{display:block; margin-top:0px;  transition: ease-out 0.3s !important;}
    .navbar-hover .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
    .navbar-hover .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
    /*.navbar-hover .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}*/
}

.spinner {
    border: 4px solid rgba(158, 158, 158, 0.5);
    border-radius: 50%;
    border-top: 4px solid #A8201A;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; /* Place the spinner above the image */
    display: none;

  }

  @keyframes spin {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
