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

.col-crm-center {
  display: grid;
  place-items: center;
}

.fcard-body-crm {
	border: 10rem;
  background-color: #BAE6FD;
  width: 90%;
  margin: auto;
}
.fcard-trans-crm {
	border: 0rem;
  background-color: transparent;
}
.fondo-crm {
	background-color: rgb(234, 234, 234);
}
.fondo-form-crm {
  background-color: #BAE6FD;
  background: #BAE6FD;
}
.text-color-crm{
  color: #1F2937;
}
.responsiveimg-crm{
  width: 85%;
  height: auto;
  padding-bottom: 5rem;
}
.bg-acolor-crm{
  display: flex;
  background-color: #374151 ;
  align-items: center;
  border-radius: 10rem;
  border: transparent;
  color: white;
}

.bg-acolor-crm:hover {
  color: rgb(234, 234, 234);
  background-color:  #1F2937;
}
.bg-acolor-crm:active  {
  color: rgb(234, 234, 234);
  background-color:  #1F2937;
}
.bg-acolor-crm:focus {
  color: rgb(234, 234, 234);
  background-color:  #1F2937;
}

/* *:lang(es) {
  outline: 2px solid deeppink;
} */
.card-actions-crm {
  right: 15px;
  position: absolute;
  top: 15px;
}
.card-actions-crm a, .card-actions-crm .card-action-crm {
  padding-top: 1rem;
  background-color: transparent;
  border-radius: 2px;
  font-size: 36px;
  color: #0088cc;
  height: 36px;
  line-height: 24px;
  text-align: center;
  width: 36px;
  align-items: center;
  outline: none;
  border: none;
  text-decoration: none;
}
.border-crm{
  border-radius: 10px;
  box-shadow: 2px 2px 5px;
}
@media only screen and (max-width: 530px) and (min-width: 200px){
html, body {
    background: #BAE6FD;
}
}

@media (max-width: 530px) and (min-width: 200px) {
  .fondo-crm{
    background-color: #BAE6FD;
    background: #BAE6FD;;
  }
  .fondo-form-crm{
    background-color: #BAE6FD;
    background: #BAE6FD;;
  }
  .fcard-body-crm {
    border: 10rem;
    background-color: #BAE6FD;
    width: 100%;
    display: contents;
  }
  .bg-acolor-crm{
    display: block;
  }
  .d-block-crm{
    display: block;
  }
}