.fixed-action-btn.horizontal ul li {
  margin-right: 10px;
}

.edit-fixed-btn {
  position: fixed;
  right: 23px;
  bottom: 0%;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

.edit-fixed-btn ul{
  display: inline-flex;
}

.edit-fixed-btn ul li {
  padding-left: 6px;
}

.close-fixed-btn {
  top: 0px !important;
  right: 10px;
  padding-top: 5px;
  position: absolute;
}

.help-fixed-btn {
  left: 10px;
  padding-top: 5px;
  position: absolute;
}

.toast {
  background-color: #64b5f6;
  color: #fff;
}

.show-option-2{
  color: #0c6a74;
  cursor: pointer;
}
.show-option-3{
  color: #0c6a74;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]{
  -moz-appearance: textfield;
}

.btn-type-registro{
  width: 100%;
  margin:0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 2px 4px #969696;
}

.btn-type-registro:focus{
  box-shadow: -1px 3px 15px 10px rgba(12, 106, 116, 0.45 ) !important;  
  -webkit-box-shadow: -1px 3px 15px 10px rgba(12, 106, 116, 0.45 ) !important;  
  -moz-box-shadow: -1px 3px 15px 10px rgba(12, 106, 116, 0.45 ) !important;  
  background-color: #fff;
}

.name-entidad-registro{
  display: none;
}

.logos-movile-registro{
  display: none;
}

.logos-desktop{
  display: none;
}

@media screen and (max-width:992px){
  .title-list{
    margin-top: 35px;
    font-weight: bold;
  }
  .btn-type-registro{
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: none;
  }

  .btn-type-registro:hover{
    cursor: pointer;
  }

  .list-resgistro-entidades li{
    margin-bottom: 20px;
  }

  .logos-movile-registro{
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .name-entidad-registro{
    display: block;
    height: fit-content;
    margin:auto;
  }
}

@media screen and (min-width:993px){
  .list-resgistro-entidades{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .title-list{
    margin-top: 35px;
    margin-bottom: 50px;
    font-weight: bold;
  }

  .btn-type-registro{
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 3px 4px #969696;
  }

  .btn-type-registro:hover{
    cursor: pointer;
  }

  .logos-desktop{
    display: block;
    border-radius: 20px;
    width: 100px;
    height: 120px;
  }
}