/* Add here all your CSS customizations */
.select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
}

.my-custom-btn-wompi {
   font-size: 20px;
   font-weight: bold;
   background: #1083fe;
   color: #ffffff;
   border: 2px solid #3874ff;
   border-radius: 30px;
   padding: 11px 30px;
   letter-spacing: 0px;
}

.my-custom-btn-wompi:hover {
   background: #ffffff;
   color: #000000;
}
.my-custom-btn-wompi-back {
   font-size: 16px;
   font-weight: bold;
   background: #c00000;
   color: #ffffff;
   border: 2px solid #b10000;
   border-radius: 30px;
   padding: 11px 30px;
   letter-spacing: 0px;
   text-decoration: none;
}

.my-custom-btn-wompi-back:hover {
   background: #ffffff;
   color: #000000;
   text-decoration: none;
}

.web-assistance-container {
   background-color: white;
   padding: 30px;
   display: flex;
   align-items: center;
}
.assistance-image {
   max-width: 250px;
   margin-right: 30px;
   animation: fadeIn 1s ease-in-out;
}
.assistance-content {
   flex-grow: 1;
}
.assistance-title {
   color: #333;
   font-weight: 700;
   margin-bottom: 15px;
}
.assistance-description {
   color: #666;
   margin-bottom: 20px;
   line-height: 1.6;
}

/* rgb(165, 31, 33) */
