body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f8f9fe;  
}

.action_on_tienda{
    cursor: pointer;

}
.icon-cnt{
    width: 40px;
}


.navbar-vertical .navbar-nav .nav-link > svg {
    font-size: .9375rem;
    line-height: 1.5rem;
    min-width: 2.25rem;
}

.nav-link svg.ni {
    position: relative;
    top: 2px;
}

h1 {
    font-family: 'Karla', sans-serif !important;
}

table > * {
    font-size: 20px ; 
}

.btn-group {
    margin-left: 150px;
}

hr {
    color : black ; 
    width : 50% ; 
}


li {
    white-space: normal !important ;
}

#tablaestilo {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #tablaestilo td, #tablaestilo th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #tablaestilo tr:nth-child(even){background-color: #f2f2f2;}
  
  #tablaestilo tr:hover {background-color: #ddd;}
  
  #tablaestilo th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;

}

.cajacontent{
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  background: #dddddd;

  padding: 3px;

  height: 80px; 
  min-width: 160px; 

  font-size: 15px ; 

  border-color:black;
  border: 5px;
  
}

.cajacol1 {
  background-color: #b6e9b8;
}


.cajacol2 {
  background-color: #F0B284;
}

.cajacol3 {
  background-color: #A384F0;
}


.cajacol4 {
  background-color: #F4A7F6;
}

.cajacol5 {
  background-color: #A7F6F4;
}


.cajacol6 {
  background-color: #E67328;
}

.cajacol7 {
  background-color: #F09D9D;
}


.cajacol8 {
  background-color: #F7F7F7;
}

.cajacol9 {
  background-color: #E1F5AA;
}


.cajacol10 {
  background-color: #F79DD2;
}

.cajacol11 {
  background-color: #1ABC9C;
}


.cajacol12 {
  background-color: #F9E79F;
}

.cajacol13 {
  background-color: #AEB6BF;
}


.cajacol14 {
  background-color: #EC7063;
}

.cajaimagenvsw{

    width: 50%;
    height: auto;

  }

  .cajaimagen{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    background: #f1f3f5;

    height: 420px; 
    min-width: 300px; 

    border-color:black;
    border: 5px;
    
  }

  .cajaavatar{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    background: #f1f3f5;

    height: 450px; 
    width: 450px; 
    min-height: 300px; 
    min-width: 300px; 

    border-color:black;
    border: 5px;
    
  }

  .box{
    overflow: hidden;
  }
  
  .box img{
    width: 100%;
    height: auto;
    
  }
  
  @supports(object-fit: cover){
      .box img{
        height: 100%;
        object-fit: cover;
        object-position: center center;
      }
  }

  body {
    background-color: #3ce775;
    font-family: 'Source Sans Pro', sans-serif;

  }
  .demo {
    margin: 100px auto;
  }

  .dropdown-container {
    width: 250px;
    margin: 20px auto;
    position: relative;
  }

  select {
    width: 100%;
    height: 50px;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0;
    background-color: #2bc064;
    border: none;
    border-bottom: 2px solid #22965c;
    color: white;
    appearance: none;
    padding: 10px;
    padding-right: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
  }

  /* For IE <= 11 */
  select::-ms-expand {
    display: none; 
  }

  .select-icon {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 30px;
    height: 36px;
    pointer-events: none;
    border: 2px solid #229635;
    padding-left: 5px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  .select-icon svg.icon {
    transition: fill 0.3s ease;
    fill: rgb(255, 255, 255);
  }

  .img_Etiqueta_Producto {
    position: absolute;
    left: -4.5px;
    top: -3px;
    width: 20%;
    height: auto;
  }

  .img_like_Producto {
    position: absolute;
    left: 80%;
    top: 80%;
    width: 20%;
    height: auto;
    cursor: pointer;
  }

  .profile-pic{
    background: darkseagreen;
    color: #eeeeee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 300%;
    -webkit-box-shadow: 0 3px 5px rgb(138, 138, 138);
    box-shadow: 0 3px 5px rgb(138, 138, 138);
  }

  select:hover,
  select:focus {
    color: #2bc069;
    background-color: white;
    border-bottom-color: #DCDCDC;
  }
  select:hover ~ .select-icon,
  select:focus ~ .select-icon {
    background-color: white;
    border-color: #DCDCDC;
  }
  select:hover ~ .select-icon svg.icon,
  select:focus ~ .select-icon svg.icon {
    fill: #c0392b;
  }

  * {
    box-sizing: border-box;
  }
  
  body {
    background-color: #f1f1f1;
  }
  
  #regForm {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 70%;
    min-width: 300px;
  }
  
  h1 {
    text-align: center;  
  }
  
  input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
  }
  
  /* Mark input boxes that gets an error on validation: */
  input.invalid {
    background-color: #ffdddd;
  }

  /* Hide all steps by default: */
  .tab {
    display: none;
  }
  
  button {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
  }
  
  button:hover {
    opacity: 0.8;
  }
  
  #prevBtn {
    background-color: #bbbbbb;
  }
  
  /* Make circles that indicate the steps of the form: */
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #4CAF50;
  }
  
  /* The container */
  .containeroption {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .containeroption input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 5px;
    left: -30px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 40%;
    
  }
  
  /* On mouse-over, add a grey background color */
  .containeroption:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .containeroption input:checked ~ .checkmark {
    background-color: #4CAF50;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .containeroption input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .containeroption .checkmark:after {
     top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }

  .profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid @gray-lte;
  }
  
  .profile-username {
    font-size: 21px;
    margin-top: 5px;
  }
  
  .post {
    border-bottom: 1px solid @gray-lte;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
    &:last-of-type {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .user-block {
      margin-bottom: 15px;
    }
  }

  .notificacion {
    position: absolute;
    top: 5%;
    left: 75%;
    background: red;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: white;
    padding: 3px;
  }
  