.bft-img-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}


.bft-img-button svg  {
    position: static !important;
}

.bft-form-field {
    /* display: inline-flex !important;
    align-items: center;
    justify-content: center; */
}

.bft-form-field .bft-button {
    /* height: auto !important; */
    padding: 0px !important;
}

#bft-avatar {
    display:none;
}

.page-overview-single img{
    height:30px;
}

.fc-daygrid-body {
    width: auto !important;
}

.fc-col-header {
    margin:0px !important;
}

.fc-scrollgrid-sync-table {
    margin: 0px !important;
}

.ark_ulo_dark_title {
    background-color: #781BFF; /* Set a background color */
    color:white;
    font-size: 24px;
    padding: 10px 0px;
}

.row_familytree {
    position:relative;
}

.disable_overlay {
    background-color: rgba(190, 190, 190, 0.156);
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 99;
}

button[disabled]:hover {
    cursor:not-allowed
}

button:hover {
    text-decoration: none;
}



.ark_ulo_disable_clicks {
    pointer-events: none;
}

.familytree_container {
    width: 90vw;
    height: 90vh;
    border: 1px solid grey;

}

#save_familytree {
    position:absolute;
    bottom: 10px;
    left: 10px;
}

.event_reminder_datetime_ui {
    width:100%;
}

.event_reminder_datetime_ui input#reminder_number{
    display: inline;
}

.ark_ulo_form_header {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}


#ark_ulo_toTop {
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #781BFF; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    opacity: 0;
    text-decoration: none;
    transition: opacity 0.5s;
    pointer-events: none;
  }
  
  #ark_ulo_toTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

  #ark_ulo_toTop.visible {
    opacity: 1;
    pointer-events: all;
  }

  .finance_column {
    height: 30vh !important;
  }
  .row_opsomming h4{
    font-size:16px;
  }

  .row_opsomming h3{
    font-size:16px;
  }

  .finance_title {
    font-size: 17.5px !important;
  }



  .male .bft-edit-form-header {
    background: linear-gradient(90deg, #00D3A5 0%, #00A7D4 100%) !important;
  } 

  .female .bft-edit-form-header {
    background: linear-gradient(90deg, #FF8024 0%, #FF46A3 100%) !important;
  } 

  .female .bft-img-button {
    background-color: #FF46A3 !important; 
  }

  .male .bft-img-button {
    background-color: #00A7D4 !important; 
  }

  #stripe_payment-form {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
    margin-bottom: 15px;
  }

  #stripe_payment-form.fadein {
    opacity:1;
    height: fit-content;
  }

  .initial_payment_form {
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
  }

  .initial_payment_form.fadeout {
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
    opacity:0;
    height:0px;
    overflow:hidden;
  }


.ark_ulo_page_description {
  font-size: 1rem;
}

.ark_ulo_primary_button {
  background-color: #781BFF;
  color:white;
  border-radius: 5px;
  border:none;
  padding:10px;
}

.ark_ulo_primary_button:hover {
  background-color: #6f25dd;
  text-decoration: none;
}

.nonowner .acf-input {
  pointer-events: none;
}

.nonowner .acf-input .file-info {
  pointer-events: all;
}

.nonowner .acf-actions {
  display:none !important;
}

.nonowner button {
  pointer-events: none;
  opacity:0.6;
}

.fc .fc-daygrid-day-frame {
  border: 1px solid #ebebeb;
}