.nd-date__wrapp {
    display: flex;
    flex-direction: column;

    width: auto;
    margin: 25px 0;
    gap: 15px;
}
.nd-data__dropdown {
    max-height: 250px;
    overflow-y: scroll;
}
.nd-date__section {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
}

.nd-date__wrapp .nd-select-wrap__current {
    width: 100%;
}

.nd-date__field {
    display: flex;
    gap: 15px;
}

.nd-date__section .nd-select-wrap,
.nd-date__section .nd-input-wrap {
    display: flex;
    width: 100%;
    min-width: 100px;
    padding-bottom: 0 !important;
}

.nd-select-wrap--hide {
    display: none;
}
.nd-select-wrap--show {
    display: flex;
}


.nd-date--disabled i{
    display: none;
}
.nd-date--disabled {
    pointer-events: none;

}






/* Page Settings */
.user-settings__section #nd_settings_date_about .nd-input-wrap {
    padding-bottom: 0;
}
.user-settings__section #nd_settings_date_about  {
    /* max-width: 350px; */
    width: max-content;
  }

/* Page Tree */
.page-template-tree .nd-select-dropdown {
    z-index: 5555551;
}
.page-template-tree .nd-date__wrapp {
    margin: 5px 0;
}

.page-template-tree .nd-date__wrapp .form_new_person-title {
    padding-bottom: 0;
}


@media screen and (max-width: 600px) {
    .nd-date__field {
        flex-direction: column;
    }
    .nd-date__section {
        gap: 5px;
    }
}