body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
/* custom scroll bar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.row{
}
a{ 
    text-decoration: none!important;
    outline: none!important;
}
.principal-content{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    transition: all 0.3s ease;

}

.rewrite .menu-side{
    transform: translate(-100%, 0)!important; 
    transition: all 0.3s ease;
}
.rewrite .content_element{
    width: 100%!important;
    transition: all 0.3s ease;
    margin-left: 0!important;
}
.change{
    transform: scale(-1, 1);
    transition: all 0.3s ease;
}
.principal-content .menu-side{
    position: fixed;
    /*background: #343a40;*/
    width: 15%;
    background: #212121;
    transition: all 0.3s ease;
    left: 0;
    height: 100vh;
}
.menu-side .content-options hr{
    margin: 10px 0;
    border-top: 1px solid #333;
}
.logs{
    position: relative;
    width: 100px;
    height: 45px;
    margin: 4.5% auto;
}
.logs img{
    width: 100%;
    cursor: pointer;
}
.menu-side .content-options{
    position: relative;
    top: 0;
    margin: 0;
    padding: 0.5% 0;
    height: 100%;
    overflow-y: auto;
}
.menu-side .content-options h1{
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #eee;
    margin: 0;
    padding: 2% 12%;
    text-align: left;
    width: max-content;
}
.menu-side .content-options h1::after{
    content: attr(data-label);
    position: absolute;
    right: -10%;
    top: 0;
    font-size: 11px;
    background: #e3bc0b;
    color: #111;
    padding: 1% 3%;
    border-radius: 10px;
    font-weight: normal;
}
.indicator{
    border-right: 4px solid #e3bc0b;
}
.indicator-a{
    color: #e3bc0b!important;
}

.content-options ul{
    margin: 0;
    padding-left: 20px;
}
.content-options ul>li{
    list-style: none;
    margin: 0% 0;
    display: flex;
    flex-direction: column;
    /* border-right: 2px solid #eee; */
    padding: 5% 0;
}
.content-options ul>li>ol{
    /* padding: 0; */
    margin: 7% 0;
    padding-left: 10px;
    width: 97%;
}
.content-options ul>li>ol>li{
    color: #eee;
    font-size: 14px;
    align-items: center;
    display: flex;
    grid-gap: 10px;
    text-decoration: none;
    cursor: pointer;
    background: none;
    margin: 0;
    border-bottom: 1px solid #4444443d;
    padding: 5% 0;
}
.content-options ul>li>ol>li>ion-icon{

}

.content-options ul>li>a{
    color: #eee;
    font-size: 17px;
    align-items: center;
    display: flex;
    grid-gap: 10px;
    text-decoration: none;
    cursor: pointer;
}
.content-options ul>li>a>ion-icon{
    font-size: 20px;
    margin: 0;
}


.principal-content .content_element{
    position: relative;
    width: 85%;
    background: #f4f6f9;
    transition: all 0.3s ease;
    margin-left: 15%;
    height: 100%;
}
.content_element .tool_bar{
    background: #fff;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 0 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 10%);
}
.content_element .tool_bar ul{
    padding: 0;
    list-style: none;
    width: 50%;
    margin: auto 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.content_element .tool_bar ul>li{
    padding: 0 3%;
    display: flex;
}
.content_element .tool_bar li> a, p{
    margin: 0!important;
}

.content_element .tool_bar ul>li>ion-icon{
    font-size: 1.2em;
    color: #555;
}

.content_element .tool_bar ol{
    padding: 0;
    list-style: none;
    width: 50%;
    margin: auto 0;
    text-align: end;
}
.content_element .tool_bar ol>li{

}
.content_element .tool_bar .img-profile{
    width: 50px;
    height: 50px;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}

.content_element .tool_bar ol>li>i{

}
.body-dash{
    width: 95%;
    height: 100%;
    position: relative;
    margin: 4% auto;
}

.container-form{

}

.container-form .title{
    background: #fff;
    padding: 1.2% 2%;
    border-left: 5px solid #08f;
    border-radius: 0;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 10%);
    margin-bottom: 5%;
}
.container-form .title h1{
    font-size: 1.9em;
    margin: auto 0;
    align-items: center;
    display: flex;
    grid-gap: 10px;
}
.container-form .title h1>a{
    color: #333;
}
.container-form .title h1>small{
    font-weight: normal;
    color: #999;
    font-size: 18px;
}
.container-form .title h1>ion-icon{
    font-weight: normal;
    color: #999;
    font-size: 19px;
}
.add_new{
    position: absolute!important;
    right: 5%;
    font-size: 15px;
    background: #08f;
    padding: 0.7% 2%;
    border-radius: 20px;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
    color: #fff;
    display: flex;
    /* top: 0; */
    grid-gap: 10px;
}
.add_new_1{
    position: absolute!important;
    right: 5%;
    font-size: 15px;
    padding: 0.7% 2%;
    border-radius: 20px;
    color: #fff;
    display: flex;
    /* top: 0; */
    grid-gap: 10px;
}
.add_new ion-icon{
    color: #fff;
    font-size: 20px;
}

#disable{
    background: #eee;
    cursor: no-drop;
}
.card-view{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.card-view ul{
    position: relative;
    padding: 5%;
    list-style: none;
    background: #fff;
    margin: 0;
    grid-gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #dddddda1;
    display: grid;
    grid-template-columns: 20% 1fr;
}
.card-view ul:hover{
    transition: all 0.3s ease;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%)
}
.card-view ul::after{
    position: absolute;
    content: attr(data-label);
    bottom: 15%;
    right: 5%;
    background: #0088ff;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
    font-size: 12px;
}
.card-view ul::before{
    position: absolute;
    content: 'Escaneos';
    bottom: 20%;
    right: 15%;
    font-size: 12px;
    color: #444;
}
.card-view ul>li{
    overflow: hidden;
}
.card-view ul>li>img{
    width: 75px;
    height: 75px;
    border-radius: 100%;
    object-fit: contain;
    border: 2px solid #eee;
    padding: 10%;
}
.card-view ul>li>p{
    font-size: 15px;
    font-weight: normal;
    color: #000;
}
.card-view ul>li>p>small{
    color: #555;
}

.container__form{
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    position: relative;
    padding:  0;
}
.container__form img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 100%;
    border: 1px solid #ddd;
}
.container__form p{
    text-align: center;
    padding: 0% 5% 5% 5%;
    font-size: 1em;
}

.container__form form{
    width: 100%;
    height: 100%;
    position: relative;
}
.container__form form>span{

}
#new_icon{
    width: 130px;
    height: 130px;
    background: #fff;
    /* border-radius: 0; */
    /* border: 1px solid #999; */
    border-radius: 5px;
    position: absolute;
    z-index: 999999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fondo__view{
        width: 90%;
    height: 358px;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(https://ana.dimarketing.com.mx/images/img/qr-0.jpg);
    background-position: center;
    background-size: contain;
    opacity: 0.2;
}

.container__form label{
     font-size: 17px;
    font-weight: normal;
    width: 100%;
    color: #444;   
}
.container__form input, select{
    width: 100%;
    font-size: 17px!important;
    border: 1px solid #ddd;
    padding: 2.5%;
    color: #111;
    text-decoration: none!important;
    outline: none!important;
    height: auto;
    /*text-transform: capitalize!important;*/
}
.container__form textarea{
    width: 100%;
    border: 1px solid #ddd;
    font-size: 17px;
    padding: 2%;
    height: 90px;
    text-decoration: none!important;
    outline: none!important;
}
.container__form button{
    margin: 0;
    width: 100%;
    border: 1px solid #111;
    font-size: 17px;
    padding: 3% 0;
    color: #fff;
    background: #111;
}
.container__form ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    list-style: none;
    grid-gap: 10px;
    margin: 2% 0 3%;
}
.container__form ul>li{
    width: 100%;
    margin: 0;
    margin-top: 0;
    height: 100%;
}

#colors_0{
    background: crimson;
    border: crimson;
}

#colors_1{
    background: #08f;
    border: #08f;
}

#colors_2{
    background: green;
    border: green;
}
/*****INFO - GRAFICA ***/
.container__info{
    padding: 2%;
    position: relative;
    border-radius: 5px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 10%)
}
.container__info .side__left{

}
.container__info h2{
    font-size: 24px;
    color: #555;
    margin: 0.5% 0;
}
.container__info small{
    position: relative;
    margin-left: 25px;
    color: #000;
    font-weight: bold;
    font-size: 1em;
}

.container__info .side__right{
    overflow: hidden;
}
.container__info .side__right img{
    /*
    width: 266px!important;
    height: 266px;
    object-fit: cover;
    object-position: center;
    */
    margin: 0rem 0 1rem;
}
.container__info .side__right p{
    padding: 1% 5%;
}
.container__info .side__right a{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container__info .side__right p>a{
    text-align: left;
    display: inline-block;
    color: #111;
}

/*******LOGIN***********/
.form__content{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/img/fond.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.fondo__0{
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, #ffffffd1,#ffffffb8, #ffffffd9);
    z-index: 0;
}

.fondo__1{
}

::selection{
  color: #fff;
  background: #222;
}
.wrapper{
  border: 1px solid #eee;
  position: relative;
  z-index: 1;
  width: 380px;
  padding: 40px 30px 50px 30px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}
.wrapper header{
  font-size: 35px;
  font-weight: 600;
}
.wrapper form{
  margin: 40px 0;
}
form .field{
  width: 100%;
  margin-bottom: 20px;
}
form .field.shake{
  animation: shake 0.3s ease-in-out;
}
@keyframes shake {
  0%, 100%{
    margin-left: 0px;
  }
  20%, 80%{
    margin-left: -12px;
  }
  40%, 60%{
    margin-left: 12px;
  }
}
form .field .input-area{
  height: 50px;
  width: 100%;
  position: relative;
}
form input{
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 45px;
  font-size: 18px;
  background: none;
  caret-color: #5372F0;
  border-radius: 5px;
  border: 1px solid #ddd;
  border-bottom-width: 2px;
  transition: all 0.2s ease;
}
form .field input:focus,
form .field.valid input{
  border-color: #5372F0;
}
form .field.shake input,
form .field.error input{
  border-color: #dc3545;
}
.field .input-area i{
  position: absolute;
  top: 50%;
  font-size: 18px;
  pointer-events: none;
  transform: translateY(-50%);
}
.input-area .icon{
  left: 15px;
  color: #bfbfbf;
  transition: color 0.2s ease;
}
.input-area .error-icon{
  right: 15px;
  color: #dc3545;
}
form input:focus ~ .icon,
form .field.valid .icon{
  color: #5372F0;
}
form .field.shake input:focus ~ .icon,
form .field.error input:focus ~ .icon{
  color: #bfbfbf;
}
form input::placeholder{
  color: #bfbfbf;
  font-size: 17px;
}
form .field .error-txt{
  color: #dc3545;
  text-align: left;
  margin-top: 5px;
}
form .field .error{
  display: none;
}
form .field.shake .error,
form .field.error .error{
  display: block;
}
form .pass-txt{
  text-align: left;
  margin-top: -10px;
}
.wrapper a{
  color: #5372F0;
  text-decoration: none;
}
.wrapper a:hover{
  text-decoration: underline;
}
form input[type="submit"]{
  height: 50px;
  margin-top: 10px;
  color: #fff;
  padding: 0;
  border: none;
  background: #222;
  cursor: pointer;
  border-bottom: 2px solid rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  padding: 0 50px;
}
form input[type="submit"]:hover{
  background: #111;
   transition: all 0.3s ease;
}

.img-profile{
    width: 50%;
    margin: auto;
    border: 1px solid #ddd;
}
.info-dropdown{
    text-align: center;
}
.info-dropdown p{
    position: relative;
    font-size: 15px;
    color: #777;
    margin: 5% 0 9%;
}
.info-dropdown p::after{
    font-size: 14px;
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    right: 0;
    left: 0;
    content: attr(data-label);
}
.dropdown-item {
    padding: 3% 10%;
}

.container-list{
    background: #fff;
    padding: 1%;
    border-radius: 0;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 10%);
    width: 70%;
}
.container-list ul{
        padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 1.5% 0;
    justify-content: space-around;
    background: #f4f6f9;
    align-items: center;
}
.container-list li{
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}
#button_add{
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
@media (max-width: 1280px){
    .principal-content .menu-side {
        width: 20%;
    }
    .principal-content .content_element {
        width: 80%;
        margin-left: 20%;
    }
    .card-view {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px){
    .principal-content .menu-side {
        width: 20%;
    }
    .principal-content .content_element {
        width: 80%;
        margin-left: 20%;
    }
}
@media (max-width: 780px){
    .principal-content .menu-side {
        width: 33%;
        z-index: 1;
    }
    .principal-content .content_element {
        width: 100%;
        margin-left: 0;
    }
    .card-view {
        grid-template-columns: repeat(2, 1fr);
    }
    .container-form .title {
        padding: 3% 2%;
    }
    .container-list{
        width: 100%;
    }
}

@media (max-width: 610px){
    .principal-content .menu-side {
        width: 50%;
        z-index: 1;
        transform: translate(-100%, 0)!important;
    }
    .rewrite .menu-side {
        transform: translate(0, 0)!important;
        transition: all 0.3s ease;
    }
    .card-view {
        grid-template-columns: repeat(1, 1fr);
    }
}