.btn-dark{
    color: #fff;
    background-color: #393E46;
    border-radius: 0.3rem;
}
.text-lightgrey{
    color: #D3DEDC;
}
.dashboard-card .card-header{
    background-color: var(--first-color);
}
.dashboard-card {
    border-radius: 5px;
    border: 5px solid var(--first-color) !important;
}

.bg-primary-cus{
    background-color: #fff;
    border: 0;
    color: #030303 !important;
}
.bg-primary-light-cus{
    background-color: var(--primary-color);
}
.text-primary-light-cus{
    color: var(--white-color);
}
.text-firstcolor{
    color: var(--first-color) !important;
}
.line{
    width: 100%;
    height: 5px;
    background-color: var(--first-color-light);
}
/* Slider Button */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
/* Profile Picture upload style for restaurant form */
.profile-pic {
    color: transparent;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}
.img-container{
    position: relative;
    width: 165px;
    height: 165px;
    border-radius: 100px;
}    
.profile-pic input {
      display: none;
}
    
.profile-pic img {
      position: absolute;
      top: 0;
      object-fit: cover;
      width: 165px;
      height: 165px;
      box-shadow: 0 0 10px 0 rgba(255,255,255,.35);
      border-radius: 100px;
      z-index: 0;
}
.-label{
    color: var(--secondary-color) !important;
}
    
.profile-pic .-label {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 0;
    background-color: var(--first-color-light);
    padding: 0 10px;
    z-index: 2;
    color: rgb(250,250,250);
}
    
/* .profile-pic:hover .-label {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,.8);
        z-index: 10000;
        color: rgb(250,250,250);
        transition: background-color .2s ease-in-out;
        border-radius: 100px;
} */
    
    span {
      display: inline-flex;
      padding: .2em;
      height: 2em;
    }
.background-pic{
    color: transparent;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.background-pic input {
    display: none;
}
.background-pic img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    box-shadow: 0 0 10px 0 rgba(255,255,255,.35);
    border-radius: 10px;
    z-index: 0;
}
.background-pic .-label {
    position: absolute;
    cursor: pointer;
    right: 0;
    bottom: 0;
    background-color:  var(--first-color-light);
    z-index: 2;
    color: rgb(250,250,250);
    border-radius: 10px;
    margin-bottom: 0;
    padding: 0 10px;
}

.item-pic{
    color: transparent;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 145px;
    height: 145px;
    position: relative;
}
.item-pic input {
    display: none;
}
.item-pic img {
    object-fit: cover;
    width: 145px;
    height: 145px;
    box-shadow: 0 0 10px 0 rgba(255,255,255,.35);
    border-radius: 10px;
    z-index: 0;
}
.item-pic .-label {
    position: absolute;
    font-size: 12px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    background-color:  var(--first-color-light);
    z-index: 2;
    color: rgb(250,250,250);
    border-radius: 10px;
    margin-bottom: 0;
    padding: 0 10px;
}


/* .background-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.8);
    z-index: 10000;
    color: rgb(250,250,250);
    transition: background-color .2s ease-in-out;
    border-radius: 10px;
} 
*/

/* For Menu  Accordion */
/* .accordion {
    background: linear-gradient(to bottom right, #FFF, #f7f7f7);
    background: #0097a7;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3), 0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1);
} */
.heading {
    background:  var(--white-color);
    color: var(--secondary-color);
    font-size:14px;
    border-bottom: 1px solid #e7e7e7;
	letter-spacing: 0.8px;
    padding: 8px;
    cursor: pointer;  
}
.heading:nth-last-child(2){
    border-bottom:0; 
}
.heading:hover {
    background: var(--first-color-light);
    border-radius: 0;
}
.heading:hover .drag-point{
    color: var(--secondary-color);
}
.drag-point:hover{
    cursor: move;
}
.heading:first-child:hover {
    border-radius: 3px 3px 0 0;
}
.heading:nth-last-child(2):hover{
    border-radius:0 0 3px 3px;
}
.triangle{
    display: inline-block;
    border-top: 7px solid var(--secondary-color);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 5px;
}
/* .heading::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #f5f5f5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: right;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 5px;
} */
.active.heading .triangle {
    transform: rotate(180deg);
}
.not-active.heading::before {
    transform: rotate(0deg);
}
.contents {
	display: none;
	background: #FFFAFA;
	padding: 15px;
    color: #7f8fa4;
    font-size: 13px;
    line-height: 1.5;
}

@media only screen and (max-width: 600px) {
    /* For mobile */
  }


  .nota-destacada {
    background-color: #FFF59D; /* un amarillo suave */
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    color: #333;
  }

  .btn-warning {
    color: #ffffff;
    background-color: #b9b415;
    border-color: #ffc107;
    margin-right: .25rem !important;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    margin-right: .25rem !important;
}