.mw-35 {
    min-width: 35px;
}

.mw-40 {
    min-width: 40px;
}

.mw-45 {
    min-width: 45px;
}

.mw-50 {
    min-width: 50px;
}

.mw-281 {
    min-width: 281;
}

.mh-35 {
    min-height: 35px;
}

.mh-40 {
    min-height: 40px;
}

.mh-45 {
    min-height: 45px;
}

.mh-50 {
    min-height: 50px;
}

.mh-270 {
    min-height: 270px;
}

.w-5 {
    width : 5% !important;
}

.w-15 {
    width : 15% !important;
}

.w-30 {
    width : 30% !important;
}

/* Estilo para vídeo local (picture-in-picture) */
#localVideo {
    position: absolute !important;
    bottom: 10px !important;
    right: 10px !important;
    width: 150px !important;
    height: 100px !important;
    background: #000 !important;
    border: 2px solid #fff !important;
    border-radius: 8px !important;
    z-index: 1000 !important;
    object-fit: cover !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3) !important;
    transition: all 0.3s ease !important;
}

#localVideo:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,0.4) !important;
}