body {
   background-color:#F8F8F8;
   
}

nav.menu {
    margin-top: -20px; 
}

.container-box {
    background: #FDF0FF;
    border: 1px solid #C86AD5;
    margin-top: 30px;
    opacity: 1;
    padding: 20px;
    border-radius: 10px;
    margin-right: 120px; /* Add some spacing between containers */
    width: 360px; /* Set a fixed width for all containers */
    height: 100px;
    display: inline-block; /* Ensures containers are displayed side by side */
}

.custom-text {
    font-family: 'Inter', sans-serif;
}

.custom-text-title {
    margin: 0;
    font-size: 16px;
    color: #002348;
    font-weight: bold;
}

.custom-text-desc {
	  margin-top: 5px;
    margin: 0;
    font-size: 12px;
    color: #686E78;
    font-weight: 500;
}

.custom-text-header {
    margin-top: 20px; /* Add margin top to create space */
    margin-bottom: 0; /* Reset bottom margin to 0 */
    font-size: 20px;
    color: #002348;
    font-weight: 600;
}

#block-claro-page-title {
    display: none;
}
.content-header {
    margin-bottom: 10px; /* Adjust the bottom margin as needed */
}

.layout-container {
    padding-top: 20px; /* Adjust the top padding as needed */
}

.views-table caption {
    font-weight: bold;
    font-size: 18px;
    color: #002348;
    opacity: 1;
    margin-bottom: 15px;
}

.fas.fa-calendar {
    color: blue;
}






.button-blue {
  background: #0066FF 0% 0% no-repeat padding-box; 
  background-color: blue;
  color: white;
  padding: 10px 20px; 
  text-decoration: none;
  font-size: 16px; 
  display: inline-block;
  
}

.view-filters {
  position: relative; 
}

.button-blue {
    position: absolute;
    margin-left: 280px;
    margin-top: 160px;
    right: 10px;
    margin-right: 40px;
  
}


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

#edit-submit-user-and-contributors:focus{
	 outline: none;  
    box-shadow: none;
}