.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:200ms;--e-preloader-animation:pulse;--e-preloader-animation-duration:1000ms;--e-preloader-delay:0ms;--e-preloader-width:20%;--e-preloader-max-width:60%;}.elementor-kit-7 e-page-transition{background-color:#1B2735;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1160px;}.e-con{--container-max-width:1160px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.elementor-kit-7{--e-preloader-width:50%;--e-preloader-max-width:70%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-kit-7{--e-preloader-width:65%;--e-preloader-max-width:85%;}}/* Start custom CSS *//*.elementor-nav-menu__container {*/
/*  height: 100vh;*/
/*}*/

/* Расширяем выпадающее меню до высоты окна браузера */
.elementor-nav-menu--dropdown {
  height: 100vh !important;
  min-height: 100vh;
}

/* Если кнопка меню активна (меню открыто), отключаем прокрутку для всего документа */
body:has(.elementor-menu-toggle.elementor-active) {
  overflow: hidden;
}

.dial {
    border-bottom: 1px solid !important;
}

.dialWhite a  {
    /*border-bottom: 1px solid white !important;*/
    
}

.dialWhite a:hover  {
    color: #6A66D3 !important;
    /*border-bottom: 1px solid #6A66D3 !important;*/
    
}

.dialOnWhite a {
    border-bottom: 1px solid white !important;
}

.dialOnWhite a:hover {
    color: #6A66D3 !important;
    border-bottom: 1px solid #6A66D3 !important;
}

.dialForms {
    font-weight: 700;
    border-bottom: 1px solid #1B2735 !important;
}
.dialForms:hover {
    color: #6A66D3 !important;
    cursor: pointer;
    border-bottom: 1px solid #1B2735 !important;
}

.table_about td:first-child, th:first-child {
  font-weight: 700 !important;

}

.table_about a {
    color: #6A66D3 !important;
    
}

.link__per:hover {
    border-bottom: 1px solid #989898 !important;
}

html {
  scrollbar-gutter: stable;
}

#wpforms-1139-field_17 > li > label{
    padding: 4px!important;
}

.elementor-324 .elementor-element.elementor-element-5d932da .uael-wpf-style .wpforms-form .wpforms-field input[type="checkbox"] + label:before {
    
    transform: scale(1.5);
}




/**/
/* 07.05.2025*
/**/
/* Обертка всей таблицы */
.wpforms-entries-table-wrapper {
    max-width: 100%;
    margin: 20px 0;
    padding: 0 10px;
    box-sizing: border-box;
}

/* Контейнер для элементов управления (вне прокрутки) */
.table-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

/* Контейнер для таблицы с прокруткой */
.table-scroll {
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
}

/* Стили таблицы */
#wpforms-entries-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #FFFAF4;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    color: #323232;
}

#wpforms-entries-table th,
#wpforms-entries-table td {
    padding: 12px;
    border: 1px solid #d4d4d4;
    text-align: left;
}

#wpforms-entries-table th {
    background-color: #7E8970;
    color: #FFFAF4;
    font-weight: 700;
    position: sticky;
    top: 0;
    z-index: 1;
}

#wpforms-entries-table tr:nth-child(even) {
    background-color: #f5f0e9;
}

#wpforms-entries-table tr:hover {
    background-color: #f0e6d8;
}

/* Поле поиска */
.dataTables_filter input {
    padding: 8px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #FFFAF4;
    color: #323232;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    width: 200px;
    height: 36px;
    box-sizing: border-box;
}

.dataTables_filter input:focus {
    outline: none;
    border-color: #F4A258;
    box-shadow: 0 0 5px rgba(244, 162, 88, 0.3);
}

/* Выпадающее меню количества записей */
.dataTables_length select {
    padding: 8px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #FFFAF4;
    color: #323232;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    width: 200px;
    height: 36px;
    box-sizing: border-box;
}

.dataTables_length select:focus {
    outline: none;
    border-color: #F4A258;
}

/* Пагинация */
.dataTables_paginate .paginate_button {
    padding: 8px 12px;
    margin: 0 2px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #FFFAF4;
    color: #323232;
    text-decoration: none;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
}

.dataTables_paginate .paginate_button:hover {
    background-color: #F4A258;
    border-color: #F4A258;
    color: #FFFAF4;
}

.dataTables_paginate .paginate_button.current {
    background-color: #F4A258;
    color: #FFFAF4;
    border-color: #F4A258;
}

/* Кнопка экспорта */
.dt-buttons .export-button {
    padding: 8px 12px;
    border: 1px solid #F4A258;
    border-radius: 4px;
    background: #F4A258;
    color: #FFFAF4;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    height: 36px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: none !important;
}

.dt-buttons .export-button:hover,
.dt-buttons .export-button:active {
    background: #FFFAF4 !important;
    border-color: #F4A258 !important;
    color: #292E2B !important;
    box-shadow: none !important;
}

/* Фильтр по датам */
.date-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-filter label {
    font-family: 'Mulish', sans-serif;
    color: #323232;
    display: flex;
    align-items: center;
    gap: 5px;
}

.date-filter input[type="date"] {
    padding: 8px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #FFFAF4;
    color: #323232;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    width: 200px;
    height: 36px;
    box-sizing: border-box;
}

.date-filter input[type="date"]:focus {
    outline: none;
    border-color: #F4A258;
    box-shadow: 0 0 5px rgba(244, 162, 88, 0.3);
}

/* Метка поиска и длины */
.dataTables_filter label,
.dataTables_length label {
    font-family: 'Mulish', sans-serif;
    color: #323232;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Нижняя часть таблицы */
.table-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .table-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .dataTables_filter input,
    .date-filter input[type="date"],
    .dataTables_length select {
        width: 100%;
        height: 36px;
        box-sizing: border-box;
    }

    .dt-buttons {
        width: 100%;
        margin-bottom: 10px;
    }

    .dt-buttons .export-button {
        width: 100%;
        padding: 8px;
    }

    #wpforms-entries-table th,
    #wpforms-entries-table td {
        font-size: 12px;
        padding: 8px;
    }

    .dataTables_paginate .paginate_button {
        padding: 6px 10px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .wpforms-entries-table-wrapper {
        padding: 0 5px;
    }

    #wpforms-entries-table {
        font-size: 10px;
    }

    .date-filter {
        flex-direction: column;
        align-items: stretch;
    }

    .date-filter input[type="date"] {
        width: 100%;
    }
}


/**/
/**/
/**/


/* Базовые стили формы */
.post-password-form {
  max-width: 400px !important;
  margin: 2rem auto !important;
  padding: 2rem;
  background: #FFFAF4;
  border-radius: 12px;
  font-family: 'Mulish', sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Заголовок "Пароль" */
.post-password-form label {
  display: block !important;
  text-align: left !important;
  width: 100% !important;
  /*margin: 0 0 12px 0 !important;*/
  color: #292E2B;
  font-weight: 600;
}

/* Контейнер для поля и кнопки */
.post-password-form p:last-child {
  display: flex !important;
  gap: 8px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* Поле ввода */
.post-password-form input[type="password"] {
  flex: 1;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  font-size: 16px;
}

/* Кнопка */
.post-password-form input[type="submit"] {
  height: 44px !important;
  padding: 0 24px !important;
  background: #F4A258;
  color: white !important;
  border: 2px solid #F4A258 !important;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s;
}

.post-password-form input[type="submit"]:hover {
  background: transparent !important;
  color: #292E2B !important;
}

#pwbox-676 {
    margin-top: 5px !important;
}

/**/
.table-scroll {
  overflow-x: auto;
  cursor: grab;
  user-select: none;
  scroll-behavior: auto;
}

.table-scroll:active {
  cursor: grabbing;
}

#wpforms-entries-table {
  min-width: 1200px !important;
}

.post-password-form p{
    color:#292E2B !important;
}/* End custom CSS */