/* sidebar */

.close-btn-sidebar {
  left: 47px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 40px;
  right: unset;
}

.close-btn-sidebar img {
  width: 24px;
}

.side-tickets .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  width: 57%;
  left: auto;
  z-index: 999999;
  right: 0;
  transition: all 0.5s;
  transform: translateX(100%);
  opacity: 0;
}

.side-tickets .sidebar.active {
  opacity: 1;
  transform: none;
}

.sidebar-judicial{
  position: fixed;
   top: 0;
   bottom: 0;
   height: 100vh;
   overflow: hidden;
   overflow-y: auto;
   background: #fff;
   width: 57%;
   left: auto;
   z-index: 999999;
   right: 0;
   transition: all 0.5s;
   transform: translateX(100%);
   opacity: 0;
 }

 .sidebar-judicial.active{
   transform: none;
   opacity: 1;
 }

.side-tickets .sidebar.active + .overlay-sidenar {
  opacity: 0.59;
  z-index: 99999;
}

.side-tickets .sidebar.active + .overlay-sidebar {
  opacity: 0.59;
  z-index: 99999;
}

.sidebar-judicial.active + .overlay-sidebar {
  opacity: 0.59;
  z-index: 99999;
}

.overlay-sidenar,
.overlay-sidebar {
  position: fixed;
  inset: 0;
  background: #161e46;
  opacity: 0.59;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}

.side-tickets .sidebar .title-side {
  text-align: right;
  margin: 0 0 32px;
  padding: 40px 47px 0;
}

.side-tickets .sidebar .title-side h3 {
  color: #1f2a37;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
}

.side-tickets .sidebar .nav.nav-tabs {
  border: none !important;
  padding: 0 47px;
}

.side-judicial-ticket .title-side {
  text-align: right;
  margin: 0 0 32px;
  padding: 40px 47px 0;
}

.side-judicial-ticket .title-side h3 {
  color: #1f2a37;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
}

.side-judicial-ticket .nav.nav-tabs {
  border: none !important;
  padding: 0 47px;
}

.node-product-page .nav {
  flex-direction: row;
}

.nav {
  margin-bottom: 0px !important;
}

.side-tickets .tab-content {
  padding: 40px 47px;
}

.side-judicial-ticket .tab-judicial-content {
  padding: 40px 47px;
}

/* my sidebar */

.side-tickets .nav-tabs {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}

.side-tickets .nav-tabs .nav-item {
  width: 50%;
}

.side-tickets .nav-tabs button.nav-link {
  width: 100%;
}

.side-tickets .nav-tabs button.nav-link h4 {
  color: #25935f;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.side-tickets .alert-inner {
  border-radius: 20px;
  background: #f2f9ff;
  padding: 20px 40px;
  margin-bottom: 50px;
  color: #384250;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}

.side-tickets .alert-inner h3 {
  color: #384250;
  font-size: 14px;
  font-weight: 700;
}

.side-tickets .alert-inner h4 {
  color: #435363;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
}

.side-tickets .tab-pane {
  padding-top: 0px;
}

.choose-tabs {
  margin-bottom: 50px;
}

.col-form-label {
  margin-top: 20px;
}

.btn-add-to-app {
  width: 100%;
}

/* responsive */

@media (max-width: 992px) {
  .side-tickets .sidebar, .sidebar-judicial {
    width: 100% !important;
  }

  .side-tickets .tab-content {
    padding: 40px 15px;
  }
  .side-judicial-ticket .tab-judicial-content {
    padding: 40px 15px;
  }
}
