/*
* demo.css
* File include item demo only specific css only
******************************************************************************/


:root{
  --nav-text-color: #6f6b7d;
}
.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo-bapenda{
  width: 50px;
  height: 50px;
}

.logo-bapenda{
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

        /* Style for the popup */
        .popup {
          display: none;
          position: fixed;
          top: 20px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 9999;
          background-color: #f8d7da;
          color: #721c24;
          border-color: #f5c6cb;
          padding: 10px 20px;
          border: 1px solid transparent;
          border-radius: 4px;
          width: 300px;
          text-align: center;
          animation: fadeInOut 2s ease-in-out;
      }

      .popup.success{
        background-color: #d7f8da;
        color: #1c7248;
      }

      @keyframes fadeInOut {
          0% { opacity: 0; }
          10% { opacity: 1; }
          90% { opacity: 1; }
          100% { opacity: 0; }
      }

      #overlay {
        position: fixed;
        top: 50%;
        left: 50%;
        padding: 20px;
        border-radius: 10px;
      transform: translate(-50%, -50%);
        background-color: rgb(255, 255, 255);
        z-index: 10000;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }

      #overlay h4{
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 0;
      }
    
      .spinner-bg{
        background-color: #121841;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
      }


      .spinner-bg .spinner {
          /* border-radius: 50%; */
          width: 50px;
          height: 50px;
          /* animation: spin 1s linear infinite;
        -webkit-animation: spin 1s linear infinite;
        -moz-animation: spin 1s linear infinite;
        -o-animation: spin 1s linear infinite;
        -ms-animation: spin 1s linear infinite; */
      }
    
      @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      }

.app-brand-link img {
  width: 36px;
}
.layout-menu-collapsed.layout-menu-hover .app-brand-link .app-brand-text,
.app-brand-link .app-brand-text {
  display: block;
}


.layout-menu-collapsed .app-brand-link .app-brand-text {
  display: none;
}

@media (min-width: 1200px) {
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand {
    width: auto;
  }
}


.notification-modal{
  flex-direction: column;
  align-items: center;
}

.notification-modal img{
  width: 40%;
}
.notification-modal .btn{
  color: white;
  width: 100%;
}

.notification-modal h2{
  margin: 10px 0;
  font-size: 24px;
  text-align: center;
}

.notification-modal p{
  text-align: center;
}



.status{
  background-color: #dd4b39;
  color: white;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.pending{
  background-color: #00c0ef !important;
}

.bayar{
  background-color: #00a65a !important;
}

.belum{
  background-color: #6c757d;
}

table {
  table-layout: fixed;
  width: 100%;
}

.title-register-show{
  background-color: #012f6b;
  color: white;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
}

.pembayaran-desc .logo-bapenda{
  height: 70px;
}

.custom-option-title{
  font-size: 17px!important;
}

.sts-container{
  padding: 5px;
  background-color: rgb(247, 247, 247);
  border: 1px solid black;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

.sts-container h3{
  margin: 0;
}

.sts-container .button-salin{
  border: 0;
}
.sts-container .button-salin .ti{
  font-size: 30px!important;
}

.sts-container .button-salin .ti-check{
  color: #00a65a!important;
}

.text-color-primary{
  color: #012f6b;
}

#data-prasptpd tbody tr {
  cursor: pointer;
}
#data-prasptpd tbody tr:hover {
  background-color: rgba(231, 231, 231, 0.5);
}

.object-fit-contain{
  object-fit: contain!important;
}

.menu-item-dashboard{
}

.menu-item-dashboard button{
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.menu-item-dashboard button i{
  font-size: 20px;
}

.h-fit-content{
  height: fit-content!important;
}

/* .menu-item-dashboard p{
  width: 100px;
} */

.box-shadow-none{
  box-shadow: none!important;
}

.border-1-px{
  border: 1px solid #000;
}

.title-page{
  font-size: clamp(.9rem, 3.7vw, 1rem);
}



#go-back-button i{
  font-size: 25px;
}

.modal-backdrop{
  z-index: 2000!important;
}

.swal2-container,.modal{
  z-index: 2001!important;
}

.word-break{
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}






