.containerHeadersRowTyre {

    width: 100%;
    max-width: 100%;
    overflow: auto;
    margin: 0px 15px 0px 15px;
    min-height: 50px;
    background-color: aqua;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;

}

h4 {

    font-weight: bold;

}

.containerRowTyre {

    width: 100%;
    max-width: 100%;
    margin: 0px 15px 0px 15px;
    min-height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.elementTyre {

    padding: 5px;

}

.btnRowElement {

    margin-top: auto;
    margin-left: auto;
}

.btnMasiveAgree {

    min-width: 100% !important;
}

.smallInput {

    max-width: 150px !important;
}

.elementTyre select {

    min-width: 120px;
}

.contentIndex {

    margin-left: 200px;
    width: calc(100% - 200px);
    max-width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.contentImage {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.contentImage img {
    width: 80px;
    height: 80px;
}

.imgCarrusel {

    width: 100%;
    max-height: 234px;
    object-fit: cover;
}

.slideControl {

    min-height: 250px;
}

.rowDanView {

    border-radius: 5px;
    margin: 10px;
}

.sectionDan {
    background-color: #292929;
    color: #fff;
    border-radius: 5px;
}

.carousel {
    background-color: transparent !important;
}

.contentList {

    min-width: 250px;
    max-width: 250px;
    min-height: 100%;
    max-height: 100%;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: auto;
}

.elementSearch {

    max-width: 100%;
    max-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 10px;

}


.inputSearchList {

    position: relative;
    top: -8px;
    border: 1px solid #dadada;
    border-radius: 5px;
    width: 100%;
    outline: none;
}

.elementList {

    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 10px;
    cursor: pointer;

}

.elementList:hover,
.newElementList:hover {

    background-color: #292929;
    color: #fff;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.selectedListElement {
    background-color: #292929;
    color: #fff;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.contentDetails {

    min-width: calc(100% - 250px);
    max-width: calc(100% - 250px);
    min-height: 100%;
    max-height: 100%;
    border-radius: 5px;
    padding: 10px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.elementDetails {

    border-radius: 5px;
    background-color: #FFF;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 170px;
    margin-bottom: 10px;
}

.descriptionCommand {

    width: 200px;
    text-align: start;
    padding-right: 10px;

}

.elementEmails {

    width: calc(100% - 370px);
    max-width: calc(100% - 370px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding-right: 10px;

}

.functionRowEmail {

    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.nameSection {

    font-size: 18px;
    font-weight: bold;
}

.selectAllList {

    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    max-height: 100%;
}

.descriptionEMail {

    margin-left: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;

}

.newElementList {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 8px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 5px;
}

.btnDeleteList {

    width: 18px;
    height: 18px;
    background-image: url("../img/iconos/eliminar.svg");
    background-repeat: no-repeat;
    border-right: 1px solid #dadada;
    padding-right: 22px;

}

.btnDeleteAllList {

    width: 22px;
    height: 22px;
    background-image: url("../img/iconos/eliminar.svg");
    background-repeat: no-repeat;
    margin-left: 20px;
    cursor: pointer;

}

.elementImg {

    width: 170px;
}

.elementImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentFlexGeneral {

    width: 100%;
    padding: 15px;
}

.content-section {

    position: relative;
    border: 1px solid #dadada;
    border-radius: 5px;
    max-width: calc(100% - 15);

}

.title-section {

    border-radius: 5px 5px 0 0;
    background-color: #292929;
    color: #FFF;
    font-size: 16px;

}

.lineInputData {

    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 5px;
}

.lineInput {

    max-width: calc(100% - 40px);
}

.lineBtnInput {

    margin-left: auto;
    width: 25px;
    height: 25px;
    background-image: url("../img/iconos/Añadir.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.contentMails {

    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 250px !important;
    overflow: auto;

}

/* Checkbox tipo switch */

.switch {

    position: relative;
    width: 40px;
    height: 20px;
    margin: 0px !important;
}


.switch input {
    opacity: 0;
    width: 0;
    height: 0;

}

/* Slider */
.slider {

    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
}

/* El checkbox activado + .slider */
input:checked+.slider {
    background-color: #2196F3;
}

/* Mueve el slider cuando el checkbox está activado */
input:checked+.slider:before {
    transform: translateX(20px);
}

/* Slider redondo */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}