.hold-transition{
  background-color: black;
}

.pagos:hover{
  -webkit-transform:scale(1.25);
-moz-transform:scale(1.25);
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);

}

.prueba{
	color:red;
	background-color: black;
	border-color: black;
  	border-style: solid;
  	border-width: 1px;
  	display: block;	
  	/*border: 5px solid red;*/
}

#resultados_min{
    	display: block;
    }

@media only screen and (max-width: 480px) {
	.prueba{
		background-color: red;
		
		/*display: block;	*/
    }

    #resultados_min{
    	display: none;
    }
}


.profile-picture {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
  }
  
  .profile-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .small-input {
	max-width: 200px; /* Ajusta el ancho máximo según tus necesidades */
  }
  
/* tweets */

    .tweet {
      border: 1px solid #ccc;
      padding: 10px;
      margin-bottom: 10px;
    }

    .tweet .author {
      font-weight: bold;
    }

    .tweet .content {
      margin-top: 5px;
    }

    .tweet .actions {
      margin-top: 10px;
    }

    .file-upload {
      position: relative;
      display: inline-block;
    }

    .file-upload input[type="file"] {
      display: none;
    }

    .file-upload-label {
      background-color: #f1f1f1;
      padding: 5px 10px;
      border-radius: 5px;
      cursor: pointer;
    }


    .small-btn {
      padding: 6px 12px;
      font-size: 14px;
    }


    #new-tweet-form {
      width: 100%;
      background-color: rgb(59, 59, 59);
      color: white;
      padding: 10px;
      border-radius: 10px;
    }
  
    #new-tweet-form textarea {
      width: 100%;
      background-color: black;
      color: white;
      border: none;
      border-radius: 5px;
      padding: 5px;
    }
  
    .file-upload-label {
      color: black;
    }