﻿.truncate-overflow {
    --max-lines: 3;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem;
}

    .truncate-overflow::before {
        position: absolute;
        content: "...";
        bottom: 0;
        right: 0;
    }

    .truncate-overflow::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1rem;
        height: 1rem;
        background: white;
    }




swiper {
    width: 100px;
    height: 20px;
}


.swiper-slide {
    background-position: center;
    background-size: cover;
}

    .swiper-slide img {
        display: block;
        width: 100%;
    }

.img-carrucel {
    max-width: 100%;
    height: auto;
}

.item-carrucel {
    min-height: 120px;
    max-height: auto;
}

.dropdown-menu-size {
    width: 300px !important;
}


.dropdown-menu-500 {
    width: 500px !important;
    z-index: 999999999;
}

.dropdown-menu-400 {
    width: 400px !important;
}

.box-sice-historial {
    height: 300px !important;
}

.dropdown-menu-size {
    width: 300px !important;
}

.dropdown-menu-100 {
    width: 300px !important;
}




.ul-chk {
    list-style-type: none;
}

.li-chk {
    display: inline-block;
}

input[type="checkbox"][id^="cb"] {
    display: none;
}

.label-chk {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .label-chk::before {
        background-color: white;
        color: white;
        content: " ";
        display: block;
        border-radius: 50%;
        border: 1px solid grey;
        position: absolute;
        top: -5px;
        left: -5px;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 28px;
        transition-duration: 0.4s;
        transform: scale(0);
    }

    .label-chk img {
        height: 100px;
        width: 150px;
        transition-duration: 0.2s;
        transform-origin: 50% 50%;
    }

.check:checked + label {
    border-color: #ddd;
}

    .check:checked + label::before {
        content: "✓";
        background-color: grey;
        transform: scale(1);
    }

    .check:checked + label img {
        transform: scale(0.9);
        box-shadow: 0 0 5px #333;
        z-index: -1;
    }

#NotificationsTable td:nth-child(3) {
    text-align: center;
}

.fileinput {
    margin-bottom: 0;
}



.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.form-select {
 
}

    .form-select:focus {
        border-color: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .button-search {
    background-color: white;
    color: grey;
}