@font-face {
    /* font-family: 'Montserrat' ;
    src: url('../static/font/Montserrat/Montserrat-VariableFont_wght.ttf'); */

    font-family: 'Avenir Next LT Pro';
    src: url('/images/font/AvenirNextLTPro-Regular.otf')
}

@font-face {
    font-family: 'AvenirNextLTPro-Demi' ;
    src: url('/images/font/AvenirNextLTPro-Demi.otf');

}
*{
    /* border:1px solid red; */
}
body,html{
    margin: 0;
    padding: 0;
    overflow: auto;
    font-family: 'Avenir Next LT Pro';
    height: 100vh;
    background-color: #E1E5EB;
}
.form-check-input:checked {
    background-color: #004a8f!important;;
    border-color: #004A8F!important;
}
.pieceLabelImageContainer {
  height: 100%;
  overflow: auto;
  background-color: rgba(225, 228, 235, 0.24);
  border-radius: 12px;
  border: 1px dashed #DCDDE0;
  gap: 8px;
  cursor: pointer;
  font-family: 'AvenirNextLTPro-Demi';
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #434F5A;
  font-size: 12px;
  font-weight: bold;
  padding: 24px 24px;
}
.head{
    position:fixed;
    top:0px;
    z-index:5000;
    width: 100%;
    display:flex;flex-direction: row;
    align-items: center;
    height: 4rem;
    box-shadow: 0px 10px 20px -11px rgba(225, 229, 235,0.8);
    background-color: white;
}

.head-notif{
    top: 7px;
    right: -7px;
}

.mt-7{
    margin-top: 7rem;
}

.sidebar-parent{
    width:12rem;
    height:108vh;
}
.sidebar{
    /* position: fixed; */
    width:inherit;
    padding:3rem;
    z-index:5;
}

.list-group-item.active {
    z-index: 2;
    fill:white;
    font-weight: bold;
    color: white;
    background-color: #004A8F !important
}

.sidebar a{
    color: #434F5A;
    font-size: 11px;
    font-weight: bold;
    background-color: white;
    line-height: 10px;
    padding:.7rem .2rem;
}

.sidebar a img{
    fill:white;
}
.nivIndacator{
    height:27px !important;
    width: 27px !important;
    border-radius: 50%;
    background-color: white!important;
    /* border:3.5px solid white; */
}
.carousel-indicators .active {
    border:3.5px solid white!important;
    background-color: transparent!important;
}
.carouselRoot{
    height: auto;
}
.rounded-full{
  border-radius: 100%;
}
.carouselRoot img{
   // height:57vh;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}
.mainTitleContainer{
    height:auto;
    background-color: white;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.mainDetailContainer{
    height:auto;
    background-color: white;
    border-radius: 0.5rem;

}
.mainImageContainer2{
    max-width: 100%;
    /* height:350px; */
    background-color: white;
    background-color: white;
    border-radius: 0.5rem;
}
.mainImageContainer{

    max-width: 100%;
    //height:380px;
    background-color: white;
    background-color: white;
    border-radius: 0.5rem;
}


.updateCarouselBtn{
    position:absolute;
    z-index:10;
    right: 32px;
    top: 32px;
    color: white;
    font-size: 16px;
    font-style: normal;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    border:none;
    font-weight: 700;
    line-height: 24px;
}

.mainDetailLabel{
    height:3rem;
    width:3rem;
    background-color: white;
    border-radius: 0.8rem;
    line-height: 10px;
    border: 1px solid #DFE1E3;
}

.detailTitle{
    border-bottom: 1px solid #DFE1E3;
}
.pieceImage{
    background-size: cover;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    height:200px;
    margin-bottom:20px;
    border-radius:12px;
}
.closeImage9{
    position:absolute;
    right:25px;
    top:12px;
    height:25px;
    width:25px;
    outline: none;
    box-shadow: none;
    background-color: #0B1B2940;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
  }
.pieceImageCont{
    position: relative;
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    /* width:100%; */
    height:200px;
    margin-bottom:20px;
    border-radius:12px;
  }

.border-bottom-fine{
    border-bottom:1px solid #F0F1F2;
}

.border-fine{
    border:1px solid #F0F1F2;
}
.backcolor-blue{
    background-color: #004A8F !important
}

.detailImageFull{
    height:100%;
    min-width:50%;
    border-radius: 8px;
    flex-grow: 1;
    flex-shrink:1;
}
.text-red{
  color:red;
}
.detailImageFull2{
    height:85%;
    border-radius: 8px;
    flex-grow: 1;
    flex-shrink:1;
}

.detailImageFull3{
  height:100%;
  border-radius: 8px;
  flex-grow: 1;
  flex-shrink:1;
}
.detailImage{
    height: 253px;
}

.detailImageMain{
  height: 353px;
}

.nombrePieceLabel{
    /* min-width: 50px; */
    display:inline-block;
    padding: 8px 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    line-height: 16px;
    border: 1px solid #DFE1E3;
    color: #434F5A;
    min-height: 10px;
    background-color: white;
    margin-bottom: 10px;
}

.stepperInput{
    border: 1px solid #DFE1E3;
    border-radius:8px!important;
    /* border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important; */

    height: 3rem;
    box-shadow: none !important;
  }

  .focusborder{
    border:1px solid #86b7fe!important;
  }

  .stepperInput:focus + span{
    border:1px solid #86b7fe;
  }
  
  .stepperInputSelect:focus + span{
    border:1px solid #86b7fe;
  }
  
.stepperLabel{
    color: #434F5A;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.stepperFormBtn{
  background-color: #004A8F;
  color:white;
  height:3rem;
}
.stepperFormBtnReverse{
  color: #004A8F;
  background-color:white;
  border:1px solid  #004A8F;
  height:3rem;
}
.formDetailContainer {
    /* height: auto; */
    background-color: white;
    border-radius: 0.5rem;
}
.stepper15FormBtnReverse{
  color: #004A8F;
  background-color:rgba(0, 116, 224, 0.08) ;
  /* border:1px solid  #004A8F; */
  border:none !important;
  height:3rem;
}
.invalid-feedback-none{
  display: none;
  width: 100%;
  margin-top: .10rem;
  font-size: .8em;
  color: transparent;
}

.invalid-feedback-flex{
  display: flex;
  width: 100%;
  margin-top: .10rem;
  font-size: .875em;
  color: #dc3545;
}
.marginLeft-0{
  margin-left: 0px !important;
}
.pieceLabelImageContainer9::-webkit-scrollbar {
    border-radius: 100px;
    width: 5px;
  }
  
  .pieceLabelImageContainer9::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  .pieceLabelImageContainer9::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .pieceLabelImageContainer9::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #ccc 0%, white 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    border-radius: 100px;
  }
  
  
  .pieceLabelImageContainer11::-webkit-scrollbar {
    border-radius: 100px;
    width: 5px;
  }
  
  .pieceLabelImageContainer11::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  .pieceLabelImageContainer111::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .pieceLabelImageContainer11::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #ccc 0%, white 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    border-radius: 100px;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  
.pieceFileInput{
    position:absolute;
    z-index:-1000;
    height:0px;
    width:0px;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .1rem;
    padding-left: .1rem;
    color: #6c757d;
    content: ">"!important;
}

.breadcrumb-item +.breadcrumb-item {
    padding-left: .1rem;
}

.opacity-70{
    opacity:0.7;
}

.pieceLabelImageContainer9{
    height:210px;
    overflow:auto;
    cursor: pointer;
    background-color:rgba(225, 228, 235, 0.24);;
    border-radius:12px;
    border:1px dashed #DCDDE0;
    gap:8px;
    font-family: 'AvenirNextLTPro-Demi' ;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #434F5A;
    font-size: 12px;
    font-weight: bold;
    padding: 24px 24px;
  }