#builder-layout [page-name='RondaCardList'] div:not(.beditorcss).panel-footer.card-footer.card-item-actions {
    background: rgba(0, 0, 0, 0) !important;
    margin-top: 3px !important;
    margin-right: 0px !important;
    margin-bottom: 3px !important;
    margin-left: 0px !important;
    padding-top: 13px !important;
    padding-right: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 13px !important;
    box-shadow: none !important;
    color: #999999 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-decoration-line: none !important;
    text-align: center !important;
    border-top-style: solid !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-color: #f4f6f899 !important;
    border-top-width: 1px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

div.panel.card.panel-default.card-item {
background-color: transparent;
border-radius: 12px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
padding: 20px;
transition: all 0.2s ease-in-out;
}

div.panel.card.panel-default.card-item{
/*border: solid 1px #333;*/
border-radius: 15px !important;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
/*background-color: #eaebec;*/
}

/*.adianti_panel:hover,*/
div.panel.card.panel-default.card-item:hover {
transform: translateY(-2px);
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.tformtitle {
font-size: 1.25rem;
font-weight: 600;
color: #00796B;
margin-bottom: 15px;
}

.btn {
border-radius: 6px !important;
font-weight: 500;
transition: all 0.2s ease-in-out;
}

.btn:hover {
transform: scale(1.02);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.btn-success {
background-color: #00796B !important;
border-color: #00796B !important;
color: #fff !important;
}

.btn-outline-success {
border-color: #00796B !important;
color: #00796B !important;
}

.btn-danger {
background-color: #dc3545 !important;
border-color: #dc3545 !important;
color: #fff !important;
}

.btn-secondary {
background-color: #AEEA00 !important;
border-color: #AEEA00 !important;
color: #000 !important;
}

.breadcrumb, .page-header {
background-color: transparent;
border-radius: 8px;
}

.tformrow {
margin-bottom: 12px;
}

/*.btn-float{*/
/*position:fixed;*/
/*bottom:40px;*/
/*right:40px;*/
/*border-radius:50px;*/
/*z-index:1000;*/
/*margin-top:16px*/
/*}*/

.btn-float {
position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  width: 50px !important;
  height: 50px !important;
  background-color: var(--text-color-strong) !important;
  color: var(--menu-check-color) !important;
  border: none !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  cursor: pointer !important;
  z-index: 10000 !important;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-float:hover {
  background-color: #27ae60;
  transform: scale(1.1);
}

.btn-float {
  animation: popIn 0.4s ease-out;
}

@keyframes popIn {
  0% { transform: scale(0); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}


.header-profile-name{
    display: none !important;
}

.builder-profile-menu{
   justify-content: center !important;
}

.card-footer a:not(.tbutton_btn_buscar){
    width: 100%;
    margin-bottom: 5px;
}

#top-submenu.container-submenu li, #top-submenu.container-submenu li a {
    color: var(--text-color);
}

[page-name='SystemUsersFormViewPerfil'] .fb-inline-field-container {
    width: 100% !important;
}

