.document-library {
    /* width: 450px; */
    /* min-height: 950px; */
    padding: 22px;
    border-radius: 12px;
}

.document-library-title {
    font-size: 20px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 700;
    margin-bottom: 5px;
}

.type-of-report-main {
    list-style-type: none;
    margin-bottom: 20px;
}

.type-of-report-item {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 17px;
}

.type-of-report-title-main {
    font-size: 16px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 8px;
}

.report-main {
    display: flex;
    align-items: flex-start;
}

.report-image {
    width: 38px;
    height: 38px;
}

.report-title-description {
    margin-left: 17px;
}

.report-title {
    font-size: 13px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 700;
    margin-bottom: 12px;
    margin-left:10px;
    text-transform: uppercase !important;

}

.report-subtitle {
    font-size: 14px;
    font-family: 'Roboto', 'sans-serif';
    margin-bottom: 12px;
}

.report-description {
    font-size: 13px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 400;
}


.document-library-title {
    font-size: 20px;
}

.report-video {
    max-width: 100%;
    width: 100%;
}

/*------------ MODAL VIDEO ------------*/

.standart-modal-video {
    z-index: 90;
    padding: 0; 
    width: 100%; 
    border-style: none; 
    height: 315px; /* Avaliar para remover essa linha */
}

.standart-modal-video-main {
    z-index: 0;
    border-radius: 12px !important; 
    border-style: none;
    position: relative;
    top: -125px;
}

.standart-modal-play-icon {
    z-index: 100;
    position: relative;
    top: 99px;
    left: 145px;
    width: 121px !important;
    height: 121px !important;
}

.modal {
    display: none; /* Por padrão, o modal fica oculto */
    position: fixed; /* Posição fixa para sobrepor o conteúdo */
    z-index: 999; /* Garante que o modal esteja na frente do resto do conteúdo */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Cor de fundo semi-transparente */
}

  /* Estilos para o conteúdo do modal */
.modal-content {
    height: 90%;
    width: 90%; /* Largura do modal */
    background-color: #fefefe; /* Cor de fundo do modal */
    margin: 100px auto;; /* Margem para centralizar o modal verticalmente */
    padding: 30px 30px 15px 30px;
    border: 1px solid #888;
    border-radius: 15px;
}

  /* Estilos para o botão de fechar */
.close {
    float: right;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

.modal-content-video{
    width: 100%;
    height: 90%;
    flex-direction: column;
    margin-bottom: 10px;
}


/* @media (max-width: 1400px) and (min-width: 1000px) {
    .logo-play-overlay {
        right: 30% !important;
    }
} */

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 112vw !important;
    height: 112vh !important;
    background-color: var(--bs-backdrop-bg);
}

.modal {
    --bs-modal-width: 775px !important;
}


@media (max-width: 991px) {

    .report-main{
        display: flex;
        /* justify-content: center; */
    }

    .report-title{
        position: relative;
        top: 5px;
    }

    #report-image {
        width: 50% !important;
        height: 25% !important;
    }

    .logo-play-overlay {
        left: 25% !important;
    }
}

/* Wrapper geral do bloco bloqueado/desbloqueado */
.locked-support-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 260px;
}

/* Lista “por baixo” para dar ideia de conteúdo */
.placeholder-list {
  position: relative;
  z-index: 0;
  filter: none;
}
.placeholder {
  display: inline-block;
  height: 12px;
  margin: 4px 0;
  background: #e9ecef;
  border-radius: 4px;
}

/* Máscara com blur por cima da lista */
.locked-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.8);
}

/* Cartão de desbloqueio flutuando no TOPO (não centralizado) */
.locked-content {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 20px; /* distância do topo */
  transform: translateX(-50%); /* só centraliza na horizontal */
  width: min(520px, 92%);
}

.lock-icon { font-size: 28px; color: #263C62; }
.icon-24 { font-size: 24px; }

/* Garantir overlay do play acima da miniatura */
.logo-play-overlay {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  height: 45px;
  z-index: 2;
  pointer-events: none;
}


.email-usage-warning
{
	background-color: #ffd8a930;
	font-size: 0.75rem;
	padding: 10px;
	margin: 0 !important;
	text-align: center;
	border: 1px solid var(--bs-gray-100);
    color: var(--bs-dark);
}
/* Responsivo */
@media (max-width: 575.98px) {
  .locked-content { top: 10px; }
}