
@media (min-width: 850px) {
  .container, .container-md, .container-sm {
    max-width: 850px;
  }
}
@media (min-width: 920px) {
  .container, .container-md, .container-sm {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1500px;
  }
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media screen and (min-width:767px) {
  .rounded-md-end-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

}
.header-content-rounded p {
  font-size: 14px; line-height: 1.4;
}
@media screen and (max-width : 767px) {
  h2.sm {
    font-size: 12px;
  }
  .breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .breadcrumb {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .header-content-rounded h2 {
    font-size: 18px;
  }
  .header-content-rounded img {
    height: 40px;
  }
  .header-content-rounded p {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.content-white {
  border: 3px solid #E7F1F6;
  border-radius: 10px;
  background-color: #fff;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.accordion-item:not(:first-of-type) {
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.content-rounded {
  border-radius: 10px;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.content-inter-shadow {
  box-shadow: 2px 3px 6px #0002 inset;
}
@media screen and (max-width:767px) {
  .content-white {
    border: 3px solid #E7F1F6;
    border-radius: 10px;
    background-color: #fff;
    padding: .75rem;
  }
  .content-rounded {
    padding: .5rem;
  }
  
}
.border-1-gray {
border: 1px solid #DCE4E6;
}
.heading-title-end {
  text-align: right;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 100;
  font-style: italic;
}
@media screen and (min-width:1200px) {
  .heading-title-end {
    pointer-events: none;
    width: 50%;
    white-space: nowrap;
    overflow-x: auto;
    margin-left: auto;
    padding-right: 5px;
  }
  #content > .heading-title-end:first-child {
    margin-top: -30px;
  }

  .container:has(.heading-title-end) .breadcrumb {
    width: 50%;
    white-space: nowrap;
    overflow-x: auto;
  }
}
  .heading-title-end b {
    font-size: inherit;
    font-weight: 800;
  }
  .op-08 {
    opacity: .8;
  }
.timeline{
  color:#222;
  padding:0px 20px 0px 35px;
  box-shadow:0px 0px 10px rgba(0,0,0,.01);
  position: relative;
}
.timeline:before{
  content: "\f884";
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  position: absolute;
  top: 5px;
  left:5px;
  font-size: 20px;
  color: var(--color-primary);
}

.timeline ul{
  list-style-type:none;
  border-left:2px solid var(--color-primary);
  padding:10px 5px;
}
.timeline ul li{
  padding:5px 20px 5px 20px;
  position:relative;
  cursor:pointer;
  transition:.5s;
}
.timeline ul li span{
  display:inline-block;
  color: #fff;
  background-color:var(--color-primary);
  border-radius:4px;
  padding:2px 10px;
  font-size:15px;
  text-align:center;
}
.timeline ul li .content h3{
  
  font-size:17px;
  padding-top:5px;
  padding-left: 5px;
}
.timeline ul li .content h3 strong{
  color:var(--color-primary);
}
.timeline ul li .content h3 i{
  font-size: 10px;
  vertical-align: middle;
}
.timeline ul li .content p{
  padding:5px 0px 15px 0px;
  font-size:15px;
}
.timeline ul li:before{
  position:absolute;
  content:'';
  width:10px;
  height:10px;
  background-color:var(--color-primary);
  border-radius:50%;
  left:-11px;
  top:11px;
  transition:.5s;
}
.timeline ul li:hover:before{
  background-color:#0F0;
  box-shadow:0px 0px 10px 2px #0F0;
}
@media (max-width:767px){
  .timeline{
    width:100%;
    padding:0px 5px 30px 20px;
  }
  .timeline ul li span{
    font-size: 14px;
  }

  .timeline ul li{
    padding:10px 10px;
    position:relative;
    cursor:pointer;
    transition:.5s;
  }
  .timeline ul li .content h3{
    color:var(--color-primary);
    font-size:15px;
  }
  .timeline:before{
    font-size: 12px;
  }
  .timeline h3{
    font-size: 16px;
  }
  .timeline ul li .content p{
    font-size: 12px;
  }
}
.payment-method-buttons button {
  width: 120px;
}




.hover-show-desc .content {
  will-change: transform;
  z-index: 2;
  position: relative;
  transition: .3s;
}
.hover-show-desc .content > * {
  pointer-events:none;
}

.hover-show-desc .desc {
  transition: transform .3s;
  padding-bottom: 15px !important;
  z-index: 1;
  display: flex;
  align-items: center;
}
.hover-show-desc .desc.start {
  transition: transform .3s;
  padding-bottom: 0px !important;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
}
.hover-show-desc .desc.start a {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  font-size: 10px;
  
}
@media screen and (max-width: 767px) {
  .hover-show-desc .desc.start {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .hover-show-desc:hover .content {
    transform: translateX(25px) scale(1.01);
    box-shadow: 0 5px 5px #0003;
  }
}
@media screen and (min-width: 990px) {
  #parent-balances {
    max-width: 250px;                
  }
  #parent-masters-btns {
    max-width: 300px;
  }
}
.list-item-bigger .icon > div {
  width: 65px;
  height: 65px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-item-bigger .icon img {
  max-width: 100%;
}
.list-item-bigger .item {
  border-radius: 50px 10px 10px 50px;
  padding: 10px;
  background: var(--color-primary-light020);
}
.list-item-bigger.list-item-small .item {
  border-radius: 10px;
  background: #fff;
}

.list-item-bigger .item .column-payment {
  min-width: 150px;
}
.list-item-bigger .item .ms-big > *, .list-item-bigger .item .badge.status {
  margin-left: 30px;
}
.list-item-bigger .item .ms-med > * {
  margin-left: 20px;
}
.list-item-bigger .item .badge.status {
  min-width: 150px;
  font-size: 12px;
}
.list-item-bigger.list-item-small .item .badge.status {
  min-width: 110px;
  margin-left: 10px;
}
.list-item-bigger .item p {
  margin-bottom: 0;
  font-size: 18px;
}
.list-item-bigger.list-item-small .item p {
  font-size: 16px;
}
.list-item-bigger.list-item-small .item .smallerP p {
  font-size: 12px;
}
.list-item-bigger .item .toast-table p {
  font-size: 16px;
}
.list-item-bigger .item .column-price {
  min-width: 100px;
}
.toast-table .header {
  padding-bottom: 3px;
  padding-top: 3px;
}
.list-item-bigger .actions > div > button {
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 1200px) {
  .list-item-bigger .item {
    border-radius: 30px 10px 10px 10px;
  }
  .list-item-bigger .actions {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .list-item-bigger .padded-xs  {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list-item-bigger .icon > div {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
  .list-item-bigger .item .ms-big > * {

    margin-left: 5px;
  }
  .list-item-bigger .item {
    border-radius: 30px 10px 10px 10px;
    padding: 10px;
    background: var(--color-primary-light020);
  }
  .list-item-bigger .item small {
    margin-bottom: 0;
    font-size: 10px;
  }
  .list-item-bigger .item p, .list-item-bigger.list-item-small .item p {
    margin-bottom: 0;
    font-size: 12px;
  }
  
  .list-item-bigger .actions > div > button {
    width: 45px;
    height: 45px;
  }
  
}
.backDropForFocus {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  background: #000b;
  z-index: 152;
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.backDropForFocus.active {
  opacity: 1;
}

.focusedBD {
  position: relative;
  box-shadow : 0 0 0 10px #fff;
  background: #fff;
  z-index: 153;
}
.backDropForFocusMsg {
  opacity:0;
  color: #fff;
  position: absolute;
  bottom: calc(100% + 15px);
  z-index: 154;
  min-width: 300px;
  width: 100%;
  font-size: 4em;
  text-shadow: 0 0 10px #222;
  line-height: 1;
  text-align: end;
  font-weight: 300;
  margin-right: 50px;
}
@media screen and (max-width:767px) {
  .backDropForFocusMsg {
    font-size: 2em;
    min-width: 200px;
    width: calc(100% - 76px);
  }
}
.backDropForFocusMsg-sm {
  font-size: 2em;
}
.backDropForFocusMsg:after {
  content: '';
  background-image: url('/image/diseno_2023_04/icon/curved-arrow.svg');
  width: 83px;
  height: 40px;
  background-size: contain;
  position: absolute;
  left: 94%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom;
}
.btn {
  position: relative;
  overflow: hidden;
  border: none;
}
.btn-primary, .btn-success, .btn-primary-light {
  box-shadow: 0 0 5px #3333;
}

span.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 600ms linear;
  background-color: rgba(255, 255, 255, 0.7);
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.checkbox-custom {
  vertical-align: middle;
}
.checkbox-custom input {
  display: none;
}
.checkbox-custom > span {
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 2px;
  display:block;
  cursor:pointer;
  position: relative;
  box-shadow: 0 0 5px 0px transparent;
  transition: border-color .3s, box-shadow .2s;;
}
.checkbox-custom > span:hover {
  border-color: #777;
}
.checkbox-custom > span:before,.checkbox-custom > span:after {
  content: '';
  width: 3px;
  position: absolute;
  background: var(--color-success);
  transition: transform .3s, opacity .2s;
  opacity:0;
}
.checkbox-custom > span:before {
  height: 10px;
  transform: rotate(-45deg) translate(0px, -20px);
  top: 3px;
  left: 4px;
}
.checkbox-custom > span:after {
  height: 20px;
  transform: rotate(45deg) translate(0px, -20px);
  left: 13px;
  top: -5px;
}
.checkbox-custom input:checked ~ span:before {
  opacity: 1;
  transform: rotate(-45deg) translate(0px, 0px);
  
}
.checkbox-custom input:checked ~ span:after {
  transform: rotate(45deg) translate(0px, 0px);
  opacity: 1;
}
.checkbox-custom input:checked ~ span {
  box-shadow: 0 0 5px 2px #038f2d1c;
}
.cursor-pointer {
  cursor: pointer;
}
.bottom-right-edit {
  position: relative;
  padding-right: 45px;
}
.bottom-right-edit:after {
content: '';
background: url('/image/diseno_2023_04/icon/edit_circle_gray.svg');
background-position: center right 15px;
background-repeat: no-repeat;
position: absolute;
width: 100%;
height: 100%;
right: 0;
bottom: 0;
}
@media (min-width: 768px) {
  .position-md-relative {
    position: relative;
  }
  .end-md-100 {
    right:100% !important;
  }
  .start-md-auto {
    left: auto !important;
  }
}
.parent-inline {
  position: relative;
  background: #fefefe;
}
.parent-inline.valid .i-valid {
  opacity: 1;
}
.parent-inline .i-valid {
  transition: all .3s;
  opacity: 0;
}

.parent-inline {
  padding: 2px 4px;
  border: 2px solid #eee !important;
  border-radius: 5px;
}
.parent-inline.valid input:after {
  content: "correct"
}
.input-inline {
  max-width: 150px;
  background-image: none !important;
  outline: none;
}
@media screen and (max-width: 767px) {
  .parent-inline {
    max-width: 100%;
    width: 100%;
  }
  .input-inline {
    max-width: 100%;
    width: calc(100% - 50px);
  }

}