body {
    background: #f8f8f8;
   
}


.container {
    margin-top: 30px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    height: auto; 
    min-height: 130px; 
}


.image {
    background: #c6e0f7 0% 0% no-repeat padding-box;
    border-radius: 4px 0 0 4px;
    opacity: 1;
    width: 100px;
    height: 135px; 
    display: flex;
    justify-content: center;
    align-items: center;
}


.text {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 0 4px 4px 0;
    opacity: 1;
    padding: 10px;
    height: 135px; 
    width: 90%;
    box-sizing: border-box;
}


.text h6 {
    color: #63748b;
    opacity: 1;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px; 
    margin-top: auto;
   
}

.text h6 a:focus {
    outline: none; 
    box-shadow: none; 
}



.text h5 {
    color: #63748b;
    opacity: 1;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.text h3 {
    color: #002348;
    opacity: 1;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
}


.h7 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #0066ff;
    opacity: 1;
}

.arrow-after-text::after {
    content: '\2192'; 
    margin-left: 5px; 
}

.file__size {
    display: none;
}

#block-claro-page-title {
    display: none;
}

.views-exposed-form.views-exposed-form{
	margin-right: 25px;
	margin-top: 10px;
	
}

#edit-field-document-type-target-id:focus {
    outline: none;
    box-shadow: none;
}

#edit-field-language-target-id:focus {
    outline: none;
    box-shadow: none;
}


#edit-submit-document-library:focus{
	 outline: none;  
    box-shadow: none;
} 


.btn-upload {
    background-color: #007bff;
    color: #fff;
    box-shadow: none;
    outline: none;
    float: right;
    margin-right: 90px;
    margin-top: 90px;
    margin-left: 10px;
}