@font-face {
  font-family: Helvetica;
  src: url("/static/font/helvetica/Light.otf") format("opentype");
}

@font-face {
  font-family: Helvetica;
  font-weight: bold;
  src: url("/static/font/helvetica/Bold.otf") format("opentype");
}

@font-face {
  font-family: Lowvetica;
  src: url('/static/font/lowvetica/Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: LowveticaBold;
  src: url('/static/font/lowvetica/Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: LowveticaUltraThin;
  src: url('/static/font/lowvetica/UltraThin.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: LowveticaDemiBold;
  src: url('/static/font/lowvetica/DemiBold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  

html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: LowveticaDemiBold, sans-serif;
  color: #225071;
}

.auth-card label {
  margin-bottom: 5px;
}

.auth-card hr {
  margin-top: 5px;
}

/* order form styles */
.container-main-form{
  background-color: #255071;
  position: relative;
  border-radius: 25px;
}
.main-form{
  background-color: #FFFFFF;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 25px;
  border-radius: 25px;
}
  .pacient-info{
    display: flex;
  }
.datos-paciente-title{
  min-width: 100px;
  font-size: 18px;
  font-weight: bold;
}
.datos-paciente{

  padding: 0px 8px;
  border-bottom-style: dashed;
  border-top: none ;
  border-left: none;
  border-right: none;
  border-color: #255071;
  border-bottom-width: 1px;
  font-size: 18px;
  background-color: rgba(243, 243, 243, 0.5);
  border-radius: 5px;
}
.datos-paciente:focus{
  background-color: rgba(34, 80, 113, 0.2);
  color: #252525;
}
.datos-paciente::placeholder{
  color: #bebebe;
}
.medical-test-item{

  padding: 3px 3px 3px 10px;
  margin-bottom: 5px;
  /*border: solid 1px #1c4051;*/
  border-radius: 6px;
  justify-content: center;
  font-size: 17px;
}
.test-item-input{
  appearance: none;
  border: 2px solid #225071;
  border-radius: 4px;
  width: 13px;
  height: 13px;
}
.test-item-input:checked{
  background-color: #0a2a45;
}
.medical-test-input{
  appearance: none;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  width: 13px;
  height: 13px;
}
.medical-test-input:checked{
  background-color: #0a2a45;
}
.label-title-input{
  margin-bottom: 0px;
}
.title-medical-test{

  padding: 10px;
  color: #FFFFFF;
  background-color: #ECC7C5;
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: bold;

}
.observations-title{
  font-weight: bold;
  color: #FFFFFF;
  font-size: 21px;
  margin-bottom: 10px;
  background-color: #225071;
  padding: 10px;

}
.form-observations{
  border: 1px solid #EEEEEE;
  box-shadow: 1px 1px 0 #DDDDDD;
  line-height: 50px;
  margin: 2% auto;
  padding: 11px 20px 0 20px;
  resize: none;
  height: 390px;
  width: 100%;
  background-image: -webkit-linear-gradient(top , transparent, transparent 49px,#E7EFF8 0);
  background-size: 100% 50px;
}
.form-observations:focus{
  outline: none !important;
  border:2px solid #225071;
  border-radius: 10px;
}

.dental-selector{
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  /*box-shadow: inset 0px 3px 21px #909090, inset 1px -11px 12px #c0c0c0;*/
}

/*Medical Order Details*/

.container-order-detail{
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
}

.container-order-detail .text-center h1 { 
  margin: 0;
  padding: 0;
}


.boxes {

  	 max-width: 100%;
	 height: 150px;
}
 .box {

	 display: flex;
	 align-items: center;
	 flex-direction: row;
    justify-content: center;
	 background: #ffffff;
	 width: 100%;
	 height: 100%;
	 border-radius: 20px;
	 box-shadow: 40px 0 65px rgba(212, 197, 186, 0.4);
	 padding: 0 80px;
	 box-sizing: border-box;
	 opacity: 0;
	 transform-origin: center;
	 transform: scale(1.2, 1.2);
}

 .box:nth-child(1) {
     left: 3%;
	 width: 100%;
}
 .box:nth-child(2) {
	 left: 2%;
	 width: 96%;
}
 .progress-stage {
	 position: relative;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 width: 100%;
}
 .bar {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 background: #e8dfd8;
	 width: 100%;
	 height: 3px;
	 border-radius: 10px;
	 transform: translate(-50%, -50%);
	 overflow: hidden;
}
 .bar__fill {
	 display: block;
	 background: #F6C856;
	 height: 100%;
}
 .point {
	 position: relative;
	 color: #225071;
	 cursor: pointer;
}
 .point:before {
	 content: '';
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 120px;
	 height: 120px;
	 border-radius: 100%;
	 transform: translate(-50%, -50%);
	 transition: 0.3s ease;
}
 .point--complete, .point--active {
	 color: #225071;
}
 .bullet {
	 z-index: 10;
	 position: relative;
	 background: #F6C856;
	 width: 8px;
	 height: 8px;
	 border-radius: 100%;
	 transition: 0.3s ease;
}
 .point--complete .bullet, .point--active .bullet {
	 background: #fff;
	 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 6px #F6C856;
}
 .point--active .bullet {
	 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 10px #F6C856;
}
 .label {
	 position: absolute;
	 top: 100%;
	 left: 50%;
	 margin: 20px 0 0 0;
	 font-size: 0.75rem;
	 font-weight: 600;
	 text-transform: uppercase;
	 transform: translate(-50%, 0);
}


/* #tootchart */
.tooth-chart{
  text-align: center !important;
  width:350px;
}

g.SVGTooth {
  pointer-events: bounding-box;
}
g.SVGText {
  pointer-events: bounding-box;
}

g.SVGText {
  pointer-events: bounding-box;
}

g.SVGTooth:hover > path {
    fill: #5FBEE2;
}

g.SVGTooth.active > path {
  fill: #0a2a45;
}

g.SVGText.active > text {
  fill: #0a2a45;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Buscar"!important;
}
.searchNav{
    position: relative;
    width: 230px;
    border-radius: 20px;
    background: #D7D7D9;
    padding: 10px;
}
.searchNav input{
    all: unset;
}
.searchBoxMain{
    background-color: #FFFFFF;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(34, 80, 113, 0.2);
    box-shadow: 40px 0 65px rgba(212, 197, 186, 0.4);
    margin-bottom: 15px;
}
.searchBox{
    overflow: auto;
    height: 300px;
    padding: 10px;
}

.errorlist li{

    color: #d32626;
    font-size: 15px;
}


/* CSS PUBLIC PAGES */

.section-home{
    background-repeat: no-repeat;
    background-position-y: 0;
    background-color: transparent;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    background-size: cover;
}
.container-main-form-outside{
  background-color: #ECC7C5;
  position: relative;
  border-radius: 25px;
}
.main-form-outside{
  background-color: #FFFFFF;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 25px;
  border-radius: 25px;
}



/* scrollbar */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #FFDB7C #FFFFFF;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 15px;
  width: 15px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #D7D7D9;
}

*::-webkit-scrollbar-track:hover {
  background-color: #EEEEEE;
}

*::-webkit-scrollbar-track:active {
  background-color: #D7D7D9;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #FFDB7C;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #E7B956;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #E7B956;
}
/* landing */
.landing-page .home-text > h2.display-1, .landing-page .home-text > h3 {
  font-family: "Helvetica", sans-serif;
  color: #fff;
}

/* colors */
.yellow{
  color: #F6C856;
}

/* contact */
.landing-page .contact h2{
  margin-bottom: 0.25em;
}

.landing-page .contact ol {
  color: #8f8f8f;
}


.column-items{
    max-width: 90%;
}
.column-buttons{
    max-width: 10%;
}
.table-headers{
    display: block;
}

.title-mobile{
    display: none;
}


/*media querys mobile*/

@media screen and (max-width: 500px) {

  .pacient-info{

    display: flex;
    flex-direction: column;
  }

  .datos-paciente{
    padding: 0px;
  }

  .diagnostic_class{
    min-width: 100%!important;
  }
  .navbar .search.mobile-view {
      background-color: #fff;
  }

  .column-items{
        max-width: unset;
  }

  .column-buttons{
        max-width: unset;
  }

  .table-headers{
      display: none!important;
  }
  .title-mobile{
      display: block;
      margin: 5px 0;
      font-weight: bold;
  }

  .badge{
      font-size: unset!important;
  }

  .table-results{
      flex-direction: column;
      align-items: flex-start!important;

  }

  .select-mobile{
      flex-direction: column;
      gap: 15px;
  }

  .box-mobile{
      padding: 0 10px;
  }

  .no-display-mobile{
      display: none;
  }

  .text-left-mobile{

      text-align: left!important;

  }

  .order-details{
      flex-direction: column!important;
  }



}

/*media querys tablet*/
@media screen and (max-width: 1300px) {
    .column-items{
        max-width: 80%;
        gap: 5px;
    }
    .column-buttons{
        max-width: unset;
    }
    .badge {
      white-space: unset;
    }

    .buttons-right{
        flex-direction: column;
        gap: 10px;

    }
    .separator-tablet{
        margin-top: 20px;
    }
}