html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

.breadcrumbs__mobile {
    display: none;
}

#calendar {
    width: 70%;
}
.report-row {
    cursor: pointer;
}
.save-status-container {
    font-size: 12px;
}
.save-status-bar {
    width: 100%;
    height: 5px;
    background: #ddd;
    margin-top: 5px;
    position: relative;
}
.save-status-fill {
    width: 0%;
    height: 100%;
    background: #4caf50;
    transition: width 0.5s linear;
}

.user_close_icon {
    cursor: pointer;
    position: relative;
    font-size: 16px !important;
    color: #979797;
}

.indicator_option {
    background: #f0f0f0;
    padding: 2px 10px;
}

.fc-event {
    color: black !important;
}

.area-game {
    height: 300px;
}

.game-type-color {
    width: 100%;
    height: 20px;
}
.completed {
    color: #087014 !important;
}

.review {
    height: 150px;
    object-fit: cover;
}

.schedule_choice {
    cursor: pointer;
}

.schedule_choice li:nth-child(2n) .games_day-empty-block {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.schedule_choice li:nth-child(2n+1) .games_day-empty-block {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.schedule_choice li:nth-child(2n+1) {
    margin-bottom: 5px;
}

.fc-day-today {
    background-color: #7dc2c9 !important;
}

.header-profile_avatar {
    display: flex;
}

.header-profile_note {
    cursor: pointer;
    position: relative;
    font-size: 24px !important;
    color: #979797;
}

.swap-wrapper {
    display: flex;
    justify-content: left;
    gap: 20px;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    /* Добавлено для переноса элементов */
}

.twice_table tbody tr:nth-child(even) {
    background-color: #f3f3f3 !important;
}

.twice_table .apptable__table-body-tr {
    cursor: pointer;
}

.twice_table .apptable__table-body-tr:hover {
    background-color: #e0e0e0 !important;
}

.notification-count {
    position: absolute;
    top: 5px;
    left: 12px;
    background-color: #80C478;
    color: white;
    border-radius: 50%;
    font-size: 9px;
    width: 9px;
    height: 9px;
}

.todo-count {
    position: absolute;
    top: 5px;
    left: 16px;
    background-color: #e76666;
    color: white;
    border-radius: 50%;
    font-size: 9px;
    width: 9px;
    height: 9px;
}

/* Стили для модального окна */
.notification-modal {
    display: none;
    position: absolute;
    top: 70px;
    /* Окно будет ниже иконки */
    right: 20px;
    width: 350px;
    background-color: #FFFFFF;
    border: 1px solid #cecece;
    box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.05);
    z-index: 1000;
    border-radius: 0.428rem;
    overflow: scroll;
    max-height: 400px;
}

.notification-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
    background-color: #f8f8f8;
}

.notification-modal-header a {
    background: none;
    border: none;
    color: red !important;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.notification-modal-header a:hover {
    color: #f83636 !important;
}

/* Стили для списка уведомлений */
.notification-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.notification-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.notification-item:last-child {
    border-bottom: none;
}

.notification-item:hover {
    background-color: #f5f5f5;
}

.notification-content {
    flex: 1;
    margin-right: 10px;
}

.notification-title {
    margin: 0;
    font-size: 16px;
    color: #1c1c1c;
}

.notification-description {
    margin: 5px 0 0;
    color: #5e5873;
    font-size: 14px;
}

.delete-notification {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 16px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-notification:hover {
    color: #ff4d4d;
}

.text-success-game-client {
    color: green;
}

.text-error-game-client {
    color: red;
}

.blocker {
    z-index: 100 !important;
}

.header-profile {
    float: right;
    color: #1c1c1c;

    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
}

.logo {
    display: flex;
    align-items: center;
}

.logo:hover {
    text-decoration: none;
}

.form-wrapper {
    width: 600px;
    background: #fff;
    padding: 2em;
    margin: auto;
}

.error_description {
    min-width: 300px;
}

.form-wrapper__title {
    text-align: center;
}

.list__item .profile-text {
    display: flex;
}

.profile-text__desc {
    width: 20%;
}

.profile-text__value {
    width: 80%;
}


.card-row-1 {
    display: inline-block;
    vertical-align: top;
    width: 49%;

}

.card-row-2 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    min-width: 600px;
}

.logo__img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.logo__text {
    color: #fffffffa;
    padding: 0 10px;
    font-weight: bold;
}

.td__image {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.penalty_text {
    font-weight: 600;
    color: rgba(148, 8, 8, 0.822);
}

.swap {
    width: 390px;
    background-color: #edf6f7;
    border-radius: 0.429rem;
    padding: 0 25px;
}

.swap p {
    text-align: center;
    font-weight: 600;
    padding: 15px 0px;
}

.swap-block {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 15px;
}

.swap_buttons {
    padding-bottom: 15px;
    text-align: center;
}

.swap-block i {
    font-size: 36px;
}

.swap-user_photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.swap-user {
    margin-left: 30px;
    text-align: center;
}

.swap-target {
    margin-right: 30px;
    text-align: center;
}

.swap-user p {
    font-size: 10px;
    font-weight: 600;
    margin-top: 10px;
    padding: 0px 0px;
}

.swap-target p {
    font-size: 10px;
    margin-top: 10px;
    padding: 0px 0px;
}

.price_new_price {
    border-left: 4px solid pink;
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 7px;
}

.address-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* Задаем ширину блока */
    margin-bottom: 25px;
    box-sizing: border-box;
}

.address-block.latest {
    margin-bottom: 0px;
}

.address-field {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    /* Задаем ширину поля */
    margin-right: 25px;
    /* Добавляем зазор */
    box-sizing: border-box;
}

.address-field_error {
    color: #b51b28;
}

.address-field:last-child {
    margin-right: 0;
    /* Убираем зазор для последнего поля */
}

.address-field label {
    font-size: 14px;
    color: #303030;
    margin-bottom: 8px;
}

.address_from {
    opacity: 0.5;
}

.address-field input {
    width: 100%;
    /* Задаем ширину input */
    height: 35px;
    border-radius: 0.429rem;
    border: 1px solid #d6d6d6;
    padding: 10px 15px;
    box-sizing: border-box;
    /* Важно! */
}

.address-field input::placeholder {
    color: #878787 !important;
}

.address-field input:focus {
    border: 1px solid #8c8c8c;
    /* Параметры рамки */
    outline: none;
}

.address-field input:disabled {
    background-color: #f5f5f5;
}

.required {
    color: #b51b28;
}

.ui-menu-item {
    color: #545454;
    padding: 5px 10px;
    font-size: 14px;
}

.ui-widget-content .ui-state-active {
    border: 0px;
    color: #212121;
}

.timetable_day li {
    width: 100%;
    height: 150px;
    margin: 7px 0px;
    background-color: #ededfa;
    -webkit-box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.14);
    -moz-box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.14);
    box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.timetable_day-add {
    width: 100%;
    height: 150px;
    margin: 7px 0px;
    background-color: #e0e0e0;
    -webkit-box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.14);
    -moz-box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.14);
    box-shadow: 0px 0px 36px 0px rgba(34, 60, 80, 0.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.timetable_day__img-wrapper {
    width: 120px;
    height: 120px;
    margin-right: 2rem;
}

.timetable_day__img {
    width: 100%;
    height: 100%;
    margin-top: 15px;
    margin-left: 15px;
    object-fit: cover;
    text-align: center;
    color: white;
    line-height: 120px;
}

.timetable_day-text {
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 3rem;
    flex: 1 1 300px;
}

.timetable_day-comment {
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 4rem;
    flex: 1 1 300px;
}

.timetable_day-icon {
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2.5rem;
    flex: 1 1 300px;
}

.timetable_day-actions {
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 3.5rem;
    flex: 1 1 300px;
}

.timetable_day-plus {
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2rem;
    margin: 0 auto;
    text-align: center;
}

.timetable_day-plus i {
    font-size: 64px;
    color: #fff;
    text-shadow: 0 0 10px #dedede;
}

.timetable_day-plus-text {
    color: #fff;
    text-shadow: 0 0 2px #949494;
    margin-top: 10px;
    font-size: 24px;
}

.timetable_day_reg {
    margin-top: 10px;
    font-size: 14px;
    color: #969696;
}

.timetable_day__bold {
    font-size: 20px;
}

.timetable_day_del {
    margin-top: 10px;
}

.sidebar_mini .menu__icon {
    padding-right: 0px;
}

.logo_sidebar {
    height: 45px;
}

.schedule_studio__wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

.badge {
    display: inline-block;
	background-color: #dc3545;
	color: #fff;
	padding: 2px 8px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	margin-left: 6px;
}

.faq-question__main {
    margin: 10px 0px;
}

.sidebar {
    background: #FFFFFF;
    color: #1c1c1c;
    border-right: 2px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
    flex: none;
    width: 260px;
    position: fixed;
    z-index: 10;
}

.sidebar_mini {
    width: 80px;
    overflow-x: hidden;
    position: fixed;
    z-index: 1000;
    align-items: center;
}

.menu__title {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 9px;
    font-weight: 500;
}

.sidebar_mini .sidebar__toggle {
    display: none;
}

.sidebar_mini .logo__text {
    display: none;
}

.sidebar_mini .menu__title {
    display: none;
}

.sidebar_mini .menu__dropdown {
    display: none;
}

.sidebar_mini .menu__header {
    display: none;
}

.sidebar_mini .submenu {
    display: none;
}

.sidebar_hover {
    width: 260px;
    overflow-x: hidden;
    position: fixed;
    z-index: 1000;
}

.sidebar__toggle {
    background: #fffffffa;
    border: 0;
    font-size: 22px;
    color: #465b8f;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-weight: 700;
}
.sidebar__toggle i {
      text-shadow: 0 0 1px currentColor;
}

.sidebar__toggle:hover {
    cursor: pointer;
    color: #fffffffa;
    background: #465b8f;
}

.sidebar__toggle-open {
    transform: rotate(180deg);
}

.page {
    background: #EBF2FC;
    font-family: 'Manrope', sans-serif;
}

.app {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    
}

.app_full .header-wrapper {
    width: calc(100% - 80px);
}

.wrapper {
    background: #EBF2FC;
    position: relative;
    width: 100%;
}

.wrapper__content {
    margin-left: 260px;
    padding: 4.75rem 2rem 0;
}

.app_full .wrapper__content {
    margin-left: 80px;
}

.page__back {}

.vendor {
    color: #06a0b3;
}

.span_update {
    color: #06a0b3;
}

.header-wrapper {
    background: #ededfa;
    position: fixed;
    right: 0;
    width: calc(100% - 260px);
    z-index: 10;
}

.header {
    display: flex;
    justify-content: space-between;
    border: 2px solid #e6e6e6;
    background: #FFFFFF;
    z-index: 10;
    color: #1c1c1c;
    padding: 0.2rem 2rem;
    box-sizing: border-box;
    min-height: 64px;
    border-top: none;
    border-right: none;
}

.header-profile_img {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.header-profile_block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.header-profile_text {
    color: #1c1c1c;
    padding-left: 10px;
    display: block;
}

.header-profile_logout {
    color: #1c1c1c;
    padding-left: 20px;
    font-size: 20px !important;
}

.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1rem;
    margin: 0.3rem 1rem 0;
}

.action_body {
    margin-bottom: 20px;
}

.text_mod_uppercase {
    text-transform: uppercase;
}

.header-profile__icon {
    color: #1c1c1c !important;
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    padding: 0 5px;
}

.header-profile__link {
    vertical-align: middle;
}

.menu {
    padding: 0;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.submenu {
    padding-top: 15px;
}

.menu-tree .submenu {
    padding-left: 45px;
}

.menu__item:hover {
    cursor: pointer;
}

.menu__icon {
    font-size: 23px;
    padding-right: 15px;
    display: inline-block;
    /* Обеспечивает поведение inline-block */
    /* Ширина иконки */
    text-align: center;
}

.menu__text {
    color: #adbcdb;
    text-decoration: none;
    position: relative;
    font-weight: 500;
}

.menu-title {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.menu__item-button {
    display: flex;
}

.menu__text-group {
    text-transform: uppercase;
    font-weight: 500;
    color: #d0d2d7;
}

.menu__text:hover {
    text-decoration: underline;
}

.submenu .menu__link {
    width: 100%;
    color: #fffffffa;
}

.submenu .menu__link:hover {
    text-decoration: underline;
}

.menu__item {
    user-select: none;
    padding: 10px 0;
}

.sidebar_mini .menu__item-active {
    background: #cfd9ff;
}

.menu__item-active_current {
    background: #cfd9ff;
}

.collapse .submenu {
    display: none;
}

.menu__item.collapse .la-angle-down {
    transform: rotate(-90deg);
}

.page__title {
    font-size: 21px;
    padding: 0;
    margin: 0;
}

.page__title i {
    margin-right: 15px;
}

.avatar {
    position: relative;
}

.avatar a {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.avatar__img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.avatar__wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

.avatar__wrapper .profile_list:first-child {
    margin-top: 0px;
}

.profile_url {
    text-decoration: underline;
    color: black !important;
}

.profile_list {
    font-size: 16px;
    color: #1c1c1c;
    margin-top: 15px;
}

.profile_list .profile-name {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 600;
}

.profile_description {
    width: 50%;
    margin-top: 15px;
}

.row {
    display: block;
    padding-bottom: 30px;
}

.menu_theme_dropdown .menu__item {
    padding: 5px 15px;
}

.menu_theme_dropdown .menu__item:hover {
    background: #d8d7d7;
    cursor: pointer;
}

.table.action tr td:last-child {
    text-align: right;
}

.table tbody tr td {
    text-align: left;
}

.table__link {
    color: #3d4e96e0;
    font-weight: bold;
    display: block;
    text-align: left;
}

.message__text {
    display: block;
    padding: 10px 0;
}

.form {
    position: relative;
}

.text-error {
    visibility: hidden;
    display: block;
    color: #ed6b6c;
}

.field {
    background: #fff;
    padding: 15px;
}

.field__label_row {
    display: inline-block;
    width: 200px;
}

.field__label {
    display: block;
    color: #5e5873;
    font-size: .857rem;
    margin-bottom: 0.2857rem;
}

.form__submit {
    float: right;
    margin-top: 20px;
}

.messages {
    position: fixed;
    width: auto;
    padding: 10px;
    top: 60px;
    right: 2rem;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 1000;
}

.messages_success {
    border-left: #FFC007 solid 5px;
}

.messages_error {
    border-left: red solid 5px;
}

.messages_success .messages__icon {
    color: #FFC007;
}

.messages_error .messages__icon {
    color: red;
}

.messages__icon {
    font-size: 24px;
    padding: 10px;
    vertical-align: middle;
}

.messages__text {
    vertical-align: middle;
}

.form__button {
    margin-top: 20px;
}

.mod_center {
    text-align: center;
}

input[type='search'],
.input {
    min-width: 300px;
    background: #fff;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: .25rem;
    box-sizing: border-box;
    resize: vertical;
}

.input_disabled {
    background: #fffffffa;
    color: black;
}

.table-ajax-crud__input {
    border: 0;
    border-bottom: 1px solid #ccc;
    min-width: 50px;
    width: 100%;
    border-radius: 0;
}

.input_width_full {
    width: 100%;
}

table.dataTable tbody tr.user_banned {
    background-color: #ff000021;
}

.input {
    display: inline-block;
    margin: 5px 0;
    width: 100%;
    padding: 0.438rem 1rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8d6de;
    border-radius: 0.357rem;
}

.input-wraper {
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 0.438rem 1rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8d6de;
    border-radius: 0.357rem;
    box-sizing: border-box;
}

.input_theme_control {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
}

.input:hover,
.input:focus {
    border-color: #013237;
}

.input_theme_datepicker {
    position: relative;
    background-image: url('/img/calendar.svg');
    background-repeat: no-repeat;
    background-position: right calc(.3625em + .219rem) center;
    background-size: calc(.725em + .438rem) calc(.725em + .438rem);
}

.input_width_10 {
    width: 10%;
}

.input_width_20 {
    width: 20%;
}

.input_width_30 {
    width: 30% !important;
}

.input_width_40 {
    width: 40%;
}

.input_width_50 {
    width: 50%;
}

.input_width_80 {
    width: 80%;
}

.input_width_90 {
    width: 90%;
}

.input_success {
    border: solid 1px #28c76f;
}

.input_disabled {
    background: #efefef;
    cursor: default;
}

.input_disabled:hover {
    border: 1px solid #d8d6de;
    background: #efefef;
    cursor: default;
}

.input_error {
    position: relative;
    border: solid 1px #ed6b6c;
    background-image: url('/img/warning.svg');
    background-repeat: no-repeat;
    background-position: right calc(.3625em + .219rem) center;
    background-size: calc(.725em + .438rem) calc(.725em + .438rem);
}

.role__name {
    margin-right: 20px;
}



.role__edit {
    vertical-align: middle;
}

.form__block_left {
    width: 70%;
    float: left;
}

.form__block_right {
    width: 30%;
    float: left;
}

.form__row {
    display: block;
    width: 100%;
    clear: both;
    background: #fff;
}

.form_background {
    background: #fff;
}

.form_theme_filter {
    width: 40%;
}

.form_theme_filter .input {
    width: 47%;
    display: inline-block;
}

.datepicker-stat,
.datepicker-here {
    background-image: url('../img/calendar.svg');
    background-size: 17px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}

.order {
    background: #fff;
    border: 2px solid #CCC;
    padding: 10px;
}

.order_header {
    margin-bottom: 20px;
}

.order_header__col {
    display: inline-block;
    width: 33%;
    border-right: 2px solid #CCC;
    padding-left: 50px;
    box-sizing: border-box;
}

.order_header__col:first-child {
    padding-left: 0;
}

.order_header__col:last-child {
    border: none;
}

.order_property__value {
    font-weight: bold;
    padding-left: 5px;
}

.column_width_half {
    display: inline-block;
    width: 49%;
}

.column_width_third {
    display: inline-block;
    width: 33%;
    float: left;
}

.order_property {
    padding: 5px;
}

.order_body {
    border-top: 2px solid #CCC;
    padding: 20px 10px;
}

.order_body:after {
    content: " ";
    display: table;
    clear: both;
}

.order_body__col {
    display: block;
    width: 100%;
}

.order_body__col_left {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
}

.order_body__col_right {
    width: 30%;
}

.order__title {
    display: block;
    padding: 15px 0;
    box-sizing: border-box;
}

.wrapper_products {
    border: solid 2px #CCC;
}

.products {
    border-spacing: 0;
}

.products__head {
    text-align: left;
}

.products__td {
    padding: 10px 0;
}

.products__tr,
.products__th {
    padding: 10px;
}

.products__tr:nth-child(2n+1) {
    background: #fffffffa;
}



.align_right {
    text-align: right;
}

.product__summ {
    font-weight: bold;
    padding: 10px;
}

.text-center {
    text-align: center;
}

.form-order {
    padding: 20px 0;
}

.form-order__btn {
    float: right;
    display: block;
    margin-top: 10px;
}

.comment {
    border-bottom: solid 1px #CCC;
    padding: 20px 0;
    max-width: 468px;
    overflow-wrap: break-word;
}

.comment:last-child {
    border: 0;
}

.comment__text {
    display: block;
    padding-bottom: 10px;
}

.comment__author {
    float: right;
}

.package_item-el {
    font-size: 12px;
    color: #087014;
}

.comment_item-el {
    font-size: 12px;
    color: rgb(255, 84, 71);
}

.review {
    background: #fff;
    width: 60%;
    float: left;
    margin-top: 20px;
}

.review__title {
    border-bottom: solid 2px #fffffffa;
    display: block;
    padding: 10px 15px;
}

.review__label {
    float: left;
    width: 15%;
}

.review__value {
    width: 80%;
}

.review-author {
    background: #fff;
    width: 60%;
    float: left;
    margin-right: 5px;
}

.review-author__label {
    width: 15%;
    display: inline-block;
}

.review-author__value {
    width: 80%;
}

.review_right_column {
    float: right;
    width: 30%;
    margin-left: 5%;
}

.review-status {
    background: #fff;
    padding: 10px 15px;
}

.review-status__title {
    display: block;
}

.review-status__calendar {
    padding: 0 5px;
}

.review-control {
    text-align: right;
    padding: 10px 0;
}

.product-block {
    background: #fff;
}

.product-block__title {
    padding: 10px;
}

.product__apply {
    margin: 10px 0;
    float: right;
}

.background_light {
    background: #fff;
}

.product .form {
    content: " ";
    display: table;
    clear: both;
    position: relative;
}

.product .form__block_left {
    width: 67%;
    margin-right: 3%;
}

.product-block__label {
    display: inline-block;
    width: 49%;
}

.thumbs {
    width: 450px;
    margin: auto;
    height: 100%;
    display: table-cell;
    clear: both;
}

.thumb {
    display: inline-block;
    width: 50%;
    height: 150px;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    background: #fff;
    margin-bottom: 10px;
}

.thumb__img {
    max-width: 100%;
    height: 120px;
}

.thumb__input {
    width: 50px;
    text-align: center;
}

#tinymce {
    width: 100%;
    min-height: 300px;
}

.price {
    color: #b50000;
    font-weight: bold;
}

.cache_clear_item {
    padding: 20px 0;
}

.cache_clear_status {
    color: #b50000;
    font-size: 18px;
    font-weight: bold;
}

.menu.section .menu__text {
    color: black;
}

.dataTables_empty {
    text-align: center !important;
}

.section__textarea {
    width: 100%;
    min-height: 300px;
}

.stores__item {
    padding: 20px 0;
}

.stores__item div {
    padding-bottom: 10px;
}

.section-settings {
    padding: 20px;
}

.section-settings li {
    padding: 5px 0;
}

.section-settings__label {
    width: 300px;
    display: inline-block;
}

.hidden {
    display: none !important;
}

#selectSectionResult {
    max-height: 350px;
    overflow-y: auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.82);
}

.sections-search-result__item {
    padding: 5px 0;
    cursor: pointer;
}

.sections-search-result__item:hover {
    background: #fffffffa;
}

.menu-tree__item {
    padding: 10px 0;
}

.menu-tree__icon {
    width: auto;
    height: 20px;
    vertical-align: middle;
}

.menu-tree__sort {
    width: 50px;
}

.menu-add-item .thumb {
    width: 20%;
    float: unset;
    display: block;
}

.menu-tree-modal-wrapper {
    max-height: 500px;
    overflow-y: auto;
}

.menu-tree-modal__item {
    padding: 5px 0;
    cursor: pointer;
}

.menu-tree-modal__item:hover {
    font-weight: bold;
}

.thumbs_full {
    width: 100vw;
}

.ymarket .thumb {
    width: 33%;
    height: 100%;
    padding: 20px;
    margin-bottom: 50px;
    float: none;
}

.ymarket .thumb .btn {
    display: block;
}

.pagination {
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    padding: 5px 15px;
    line-height: 28px;
}

.page-item.active {
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.page-item.active .page-link {
    color: #333 !important;
}

.page-link {
    color: #013237;
}

.ymarket .filters {
    padding: 10px 0;
}

.search_result_item {
    color: red !important;
    font-weight: bold !important;
}

.hidden_area {
    cursor: pointer;
}

.menu__header {
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 10px;
    padding-left: 20px;
    color: #979797;
    letter-spacing: 3px;
}

.menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    height: 100%;
    background-color: #EB6A24;
    color: #fff;
    width: 50%;
    overflow-y: scroll;
    padding: 15px 30px;
}

.menu-wrapper svg {
    fill: #fff;
    vertical-align: middle;
}

.menu-wrapper__hidden {
    float: right;
}

.menu-wrapper__hidden .fa {
    color: #fff;
}

.menu-wrapper .menu__item-title {
    display: inline-block;
    padding: 0 5px;
}

#open_menu {
    margin: 10px;
    position: absolute;
    right: 0;
    z-index: 100;
    top: 70px;
}

.menu-wrapper .search {
    padding: 5px;
}

.menu-wrapper .search_result_item {
    color: black !important;
}

.menu-wrapper__button {
    width: 80%;
    overflow: hidden;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
}

.filters {
    padding: 10px 0;
}

.filters__group {
    padding: 10px 0;
}

.filters__group_hover {
    cursor: pointer;
}

.filters__group_hover:hover {
    background: #fffffffa;
}

.filters__group_hover .filters__attr {
    cursor: pointer;
}

.filters__group_separator {
    padding: 10px 0;
}

.filters__attr {
    display: flex;
    justify-content: space-between;
}

.tinymce_on {
    min-height: 700px;
}

.form_mail_test {
    width: 300px;
    display: block;
}

.mail-template {
    padding: 20px;
    border: 1.4px solid #cacaca;
}

.stat_load_images__total {
    padding: 20px 0;
}

.stat_product__total {
    padding: 20px 0;
}

.stat_product__total span {
    display: inline-block;
    padding-right: 30px;
}

.tag-wrapper {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}

.image-prop__item {
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
}

.image-form-wrapper {
    padding: 10px 0;
}

.image-form__input {
    width: 60px;
}

.ymarket .btn.image-form__button {
    display: inline-block;
}

.image-size-change {
    padding: 20px 0;
}

.image-cleaner {
    padding: 10px 0;
}

.image-cleaner label {
    display: block;
    padding: 5px 0;
}

.compress-selector {
    float: right;
    top: 0;
    right: 0;
}

.exchange-block {
    padding: 10px 25px;
}

.exchange-block .btn {
    min-width: 250px;
    margin: 10px 25px;
}

.exchange-block .export-block h6,
.exchange-block .import-block h6 {
    font-size: 100%;
    margin: 0;
}

.exchange-block .import-block {
    margin-top: 15px;
}

.product-block .thumb .ds-label {
    position: relative;
    float: right;
    margin-left: -30px;
}

.product-block .thumbs .btn-delete-block {
    text-align: center;
}

.product-block .thumbs .btn-delete {
    margin: 10px;
    border-radius: 5px;
}

.product-block .thumb .ds-label .ds-checkbox {
    transform: scale(1.5);
    cursor: pointer;
}

.product-block #ds-select-all-link {
    color: black;
    border-bottom: 1px dotted #000;
}

.product-block .ds-select-all {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.ptable-block {
    padding: 10px;
}

.ptable {
    width: 100%;
    border-spacing: none;
    border-collapse: collapse;
}

.ptable td,
.ptable th {
    border: 1px solid #ccc;
    padding: 5px;
}

button,
.btn {
    font-family: 'Manrope', sans-serif;
}

#template {
    width: 30%;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.searchform .input {
    min-width: 150px;
    max-width: 150px;
    width: 150px;
}

.ymarket .thumb .btn-delete {
    display: inline-block;
    border-radius: 100px;
    padding: 5px 11.5px;
    float: right;
    cursor: pointer;
    z-index: -100;
}

#loader,
#loader2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    z-index: 99999;
    opacity: 0.4;
    text-align: center;
    padding-top: 200px;
    display: none;
}

.container-article,
.s-container {
    max-width: 1500px;
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container-article .btn {
    padding: 2px 15px;
    border-radius: 5px;
}

#upload-form {}

#addfile,
#addfile_btn {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 68px;
    font-size: 60px;
    line-height: 32px;
    border-radius: 10px;
    vertical-align: top;
    margin-left: 5px;
    margin-bottom: 10px;
}

#addfile:hover,
#addfile_btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #eee;
}

#file-manager #input_file,
#img-manager #input_img {
    display: none;
}

#img-manager,
#file-manager {
    overflow-y: scroll !important;
    width: 100% !important;
    padding-bottom: 0px !important;
    background-position: center;
    height: 100%;
    min-width: 100px;
}

#img-manager {
    background: url('/img/dragndrop.png') no-repeat;
    background-size: 30%;
}

#file-manager .filename {
    float: left;
    width: 150px;
    padding: 5px 10px;
    font-size: 80%;
    border: none;
    max-height: 60px;
    min-height: 60px;
    resize: none;
    margin-top: 50px;
    opacity: 0.8;
    text-align: center;
}

#file-manager .filename:active,
#file-manager .filename:focus {
    border: none;
    outline: none;
}

#img-manager,
#upload-form,
#file-manager,
#file-form {
    display: inline-block;
}

#img-manager-container,
#file-manager-container {
    background: white;
}

#img-manager .img-thumb,
#file-manager .img-thumb {
    display: inline-block;
    width: 165px;
    height: 165px;
    border-radius: 10px;
    background-size: cover;
    line-height: 32px;
    vertical-align: top;
    margin: 0 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0;
    /*cursor: pointer;*/
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
}

#img-manager .img-thumb {
    cursor: pointer;
}

#img-manager .img-thumb .img-thumb-link,
#file-manager .img-thumb .img-thumb-link {
    padding: 8px 11px;
    /*border: 1px solid #ccc;*/
    color: white;
    margin-left: 5px;
    background: black;
    border-radius: 100px;
    opacity: 0.5;
}

#img-manager .img-thumb .img-thumb-link:hover,
#file-manager .img-thumb .img-thumb-link:hover {
    opacity: 1;
}

#img-manager .img-thumb:hover,
#file-manager .img-thumb:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ui-dialog .ui-dialog-content {
    padding: 12px 0px !important;
}

.f-row-1 {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    min-width: 600px;
}

.f-row-2 {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.f-row-0 {
    display: inline-block;
    vertical-align: middle;
}

.menu-actions {
    padding: 10px 0;
}

.specificationDelete,
.descriptionDelete,
.specificationStatus,
.descriptionStatus,
.img-manager-start {
    float: right;
    font-size: 80%;
    color: black;
    border-bottom: 1px dashed black;
    margin-left: 10px;
}

.notImg {
    color: red;
    font-weight: bold;
}

.alarm__dump {
    display: block;
}

.page__action {
    margin: 0;
    padding: 0;
}

.btn_float_right {
    float: right;
}

.flex-block {
    display: flex;
    flex-wrap: wrap;
    /* 💡 ключевая строка */
    gap: 20px;
}

.flex-block_bid>div {
    flex: 1 1 45%;
    min-width: 300px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.alert {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    background: #ccc;
}

.add_video_link {
    display: block;
    margin: 10px 0;
}

#products-massops__modal {
    display: none;
}

.products-massops__modal_content {
    padding: 0 10px;
}

.products-massops__modal_content label {
    display: block;
    padding: 3px 0;
    cursor: pointer;
}

.products-massops__modal_content .btn {
    float: right;
}

.products-massops__modal_checks {
    padding: 10px 0;
}

.products-massops__modal_link {
    width: 100%;
}



.aggregator-filters-append {
    display: inline-block;
    padding: 10px;
}

.menu-tree__options {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-left: solid 1px;
}

.field_error {
    border: solid 1px red;
}

.form-search-history__period {
    display: flex;
    justify-content: start;
    align-items: center;
}

.search-history__period {
    display: inline-block;
}

.search-history__period .input {
    width: 100px;
    min-width: 10px;
}

.ktable {
    max-width: 1300px;
    width: 100%;
}

.ktable td {
    padding: 8px 0;
}

.ktable td:first-child {
    max-width: 100px;
}

.ktable input[type="text"],
.ktable textarea,
.ktable select {
    width: 100%;
}

.ktable textarea {
    min-height: 100px;
}

.direct,
.dblock {
    max-width: 1200px;
    padding-left: 10px;
    background: #fff;
    padding: 0.8rem 1rem;
    border-radius: 0.428rem;
    border: 1px solid #ebe9f1;
}

.dblock {
    padding: 25px;
    max-width: 1600px;
}

.card-full {
    padding-left: 10px;
    background: #fff;
    border-radius: 15px;
    border: 2px solid #e6e6e6;
    padding: 20px;
}

.card-half {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    border: 2px solid #e6e6e6;
    flex: 1;
    flex-shrink: 0;
    min-width: 0;
    color: #1c1c1c;
    box-sizing: border-box;
    position: relative;
}

.card-half:first-child {
    margin-right: 15px;
    /* Отступ только у первого блока справа */
}

.card-half:last-child {
    margin-left: 15px;
    /* Отступ только у последнего блока слева */
}

.card-half:not(:first-child):not(:last-child) {
    margin-left: 15px;
    margin-right: 15px;
    /* Отступ с обоих сторон для блоков, которые не первые и не последние */
}

.card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    flex-wrap: wrap;
    /* Это позволяет элементам переноситься на новую строку */
}

.games_add-name {
    margin-left: 15px;
}

.games_add-name p {
    margin: 10px 7px;
}

.games_add-name p:last-child {
    font-size: 12px;
}

.games_add-title-block {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    margin-bottom: 35px;
}

.games_add-title-block:last-child {
    margin-bottom: 0px;
}

.games_add-icon {
    border-radius: 0.428rem;
    width: 50px;
    height: 50px;
    border: 2px solid #ffb040;
    color: #ffb040;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.games_add-icon.organization {
    border: 2px solid #275296;
    color: #275296;
}

.games_add-icon.busy {
    border: 2px solid #279645;
    color: #279645;
}

.games_add-comment {
    padding: 15px;
    margin: 10px 0px 30px 0px;
    border: 2px solid #e3e3e3;
    border-radius: 0.429rem;
}

.games_add-tags li {
    background-color: #cfd9ff;
    padding: 5px 10px;
    border-radius: 0.428rem;
    font-size: 12px;
    color: #465b8f;
}

.games_add-shows li {
    padding: 15px 20px;
    margin: 10px 0px;
    border-radius: 0.4rem;
    background-color: #edf6f7;

    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.games_add-shows {
    width: 100%;
}

.games_add-list-block {
    margin-bottom: 35px;
}

.games_add-list {
    display: flex;
    flex-wrap: wrap;
    /* ✅ Позволяет перенос правого блока на следующую строку */
    align-items: flex-start;
    /* ✅ Выравнивание по верху */
    min-height: 40px;
    margin-bottom: 10px;
}

.games_add-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.games_add-list-left {
    width: 180px;
    flex-shrink: 0;
    /* ✅ Не даём уменьшаться левому блоку */
    margin-right: 20px;
}

.games_add-list-right {
    flex: 1 1 0;
    /* ✅ Занимает оставшееся место и может переноситься */
    min-width: 0;
    /* ✅ Позволяет тексту не выходить за границу */
}

.games_add-list-right li {
    display: inline-block;
}

.games_add-shows-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.games_add-shows-block p {
    margin-left: 15px;
}

.games_add-shows-color {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.games_add-shows hr {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    font-size: 12px;
}

.games_add-shows hr::before {
    content: '';
    background: #818078;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.games_add-shows hr::after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.games_add-shows-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 18px;
    padding: 0px 15px 15px 15px;
    opacity: 0.7;
}

.games_add-shows-count i {
    font-size: 24px;
    margin-right: 12px;
    color: #ca309c;
}

.games_add-title {
    color: #919191;
}

.games_add-list-image {
    display: inline-flex;
    justify-content: left;
    /* Изменили свойство */
    align-items: center;
    vertical-align: center;

    border-radius: 0.8rem;
    padding-right: 8px;
}

.games_add-list-sound {
    background-color: #baf8ff;
    border: 2px solid #baf8ff;
}

.games_add-list-sound_prepare {
    border: 2px solid #baf8ff;
}

.games_add-list-host {
    background-color: #baffc3;
    border: 2px solid #baffc3;
}

.games_add-list-host_prepare {
    border: 2px solid #baffc3;
}

.games_add-list-manager {
    background-color: #ffbaf5;
    border: 2px solid #ffbaf5;
}

.games_add-list-manager__second {
    border: 2px solid #ffbaf5;
}

.games_add-bid {
    font-size: 12px;
    margin-left: 20px;
    padding: 5px 10px;
    border: 2px solid #c75d34;
    color: #c75d34;
    border-radius: 0.429rem;
}

.games_add-list-image img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.games_add-list-image .default_avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.games_add-list-image p {
    color: #1c1c1c;
    margin-left: 7px;
    font-size: 12px;
}

.games_add-title i {
    margin-right: 10px;
}

.games_add-attachment {
    margin-bottom: 35px;
}

.games_add-attachment li {
    display: inline-block;
    border: 2px solid #e3e3e3;
    border-radius: 0.429rem;
    margin-top: 15px;
    margin-right: 5px;
    width: 250px;
}

.games_add-attachment-block {
    display: flex;
    justify-content: left;
    /* Изменили свойство */
    align-items: center;
    vertical-align: center;

    color: #1c1c1c;
    padding: 3px 15px;
}

.games_add-attachment li img {
    width: 40px;
}

.games_add-tags i {
    margin-right: 5px;
}

.games_add-attachment-desc {
    margin-top: 5px;
    font-size: 12px;
    opacity: 0.5;
}

.games_add-attachment-block div {
    padding: 7px;
}

.games_add-list-big {
    height: 80px !important;
}

.games_add-date {
    display: flex;
    justify-content: left;
    align-items: center;
    vertical-align: center;

    background-color: #edf6f7;
    border-radius: 0.429rem;
    padding: 5px 10px;
    color: #919191;
    font-size: 12px;
    width: 140px;
}

.games_add-date i {
    font-size: 16px;
    padding: 5px;
    border-radius: 0.429rem;
    margin-right: 10px;
    background-color: #cfe5e8;
}

.games_add-price-block {
    background-color: #edf6f7;
    width: 300px;
    padding: 20px;
    margin-bottom: 35px;
    border-radius: 0.429rem;
}

.games_add-salary-block {
    background-color: #edf6f7;
    width: 300px;
    padding: 20px;
    margin-bottom: 35px;
    border-radius: 0.429rem;
}

.games_add-salary {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;

    margin-top: 10px;
}

.games_add-salary i {
    font-size: 14px;
}

.games_add-salary-title {
    margin-left: 20px;
    font-size: 12px;
}

.games_add-salary-title p:last-child {
    margin-top: 5px;
}

.games_add-salary-block hr {
    margin: 10px 0 0 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid #cfcfcf;
}

.games_add-name-info {
    color: #212569;
    margin-left: 5px;
}

.games_add-address-block {
    margin-top: 10px;
    border: 2px solid #edf6f7;
    width: 300px;
    padding: 20px;
    margin-bottom: 35px;
    border-radius: 0.429rem;
}

.games_add-address-block i {
    margin-right: 5px;
    font-size: 18px;
    color: #ffb040;
}

.games_add-address-block img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;

    margin-top: 10px;
    display: block;
}

.games_add-address-block img:first-child {
    margin-top: 0px;
}

.games_add-address {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    vertical-align: center;

    margin-top: 15px;
}

.games_add-address-title {
    display: inline-block;
    margin-right: 15px;
    flex: 2;
    flex-shrink: 1; /* позволяем блоку с текстом сжиматься */
    font-size: 14px;
    word-wrap: break-word; /* для старых браузеров */
    overflow-wrap: break-word; /* современный перенос */
}

.games_add-price-block hr {
    margin: 20px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid #cfcfcf;
}

.games_add-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: center;

    padding: 20px 0px 0px 0px;
}

.games_add-price-total {
    padding: 0px 0px 0px 0px;
}

.games_add-price-title {
    color: #919191;
    font-size: 12px;
}

.games_add-price-price {
    font-size: 14px;
    font-weight: 700;
}

.user_photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 8px solid #cfd9ff;
    object-fit: cover;
}

.games_event-add__employee-block {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;

    border-radius: 0.428rem;
    border: 2px solid #d8d8d8;
    color: #d8d8d8;
    width: 200px;
    padding: 5px 5px;
    margin-right: 20px;
    font-size: 12px;
    min-height: 40px;
    margin-bottom: 15px;
}

.games_event-add__employee-block:hover {
    border: 2px solid #36cf42;
    color: #36cf42;
    cursor: pointer;
}

.games_event-add__employee-block.active {
    border: 2px solid #36cf42 !important;
    color: #36cf42 !important;
    cursor: auto;
}

.games_event-add__employee-block.users {
    color: #1c1c1c;
    border: 2px solid #1c1c1c;
}

.games_event-add__employee-block.users:hover {
    color: #36cf42;
    border: 2px solid #36cf42;
}

.main_card {
    display: flex;
    justify-content: left;
    /* Изменили свойство */
    align-items: left;
    align-items: stretch;
}

.main_card p {
    padding: 5px 0px;
}

.main_card h3 {
    margin-bottom: 10px;
}

.games_event-add__employee {
    display: flex;
    justify-content: left;
    /* Изменили свойство */
    align-items: left;
    align-items: stretch;
}

.games_event-add__employee-name {
    margin-left: 15px;
}

.games_event-add-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: center;

    padding: 0px 0px 20px 0px;
}

.games_event-add-price p {
    display: inline-block;
    color: #919191;
    font-size: 13px;
}

.games_event-add-price input {
    width: 80px;
    border: none;
    background-color: #e6e6e6;
    padding: 5px 10px;
}

.games_event-add-block hr {
    margin-bottom: 20px;
}

.games_event-add-address {
    display: flex;
    flex-wrap: wrap;
    /* ✅ теперь блоки могут переноситься */
    gap: 20px;
    /* отступы между колонками */
    align-items: flex-start;
}

.games_event-add-address input {
    width: 200px !important;
    min-width: 150px !important;
    margin-right: 20px;
}

/* .games_add-name {
    margin-left: 15px;
}
.games_add-name p {
    margin: 10px 7px;
}
.games_add-name p:last-child {
    font-size: 12px;
} */

.todo-list {
    margin-top: 15px;
}

.input_break {
    width: 100px !important;
    max-width: 100px !important;
    min-width: 100px !important;
}

.games_event-add__employee-icon i {
    font-size: 35px;
    margin-left: 5px;
}

.games_event-add__employee-icon img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 5px;
}

.games_event-add__employee-icon .default_avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 5px;
}

.games_event-add__type-block {
    display: inline-block;
    border-radius: 0.428rem;
    border: 2px solid #d8d8d8;
    color: #d8d8d8;
    text-align: center;
    width: 120px;
    padding: 5px 3px;
    margin-right: 20px;
    font-size: 20px;
}

.games_event-add__type-block:hover {
    cursor: pointer;
    border: 2px solid #ff4053;
    color: #ff4053;
}

.games_event-add__type-block.active {
    border: 2px solid #ff4053;
    color: #ff4053;
    cursor: auto;
}

.games_event-add__type-block p {
    font-size: 15px;
    margin-top: 3px;
    font-weight: 500;
}

.games_timetable-wrappergaz {
    display: flex;
    gap: 15px;
    /* <-- промежуток между ul */
    align-items: flex-start;
    flex-wrap: nowrap;
    /* если нужно в одну строку */
    overflow-x: auto;
    /* если блоков может быть много */
}

.games_day {
    border-collapse: collapse;
}

.games_day td {
    padding: 15px;
}

.games_day tr {
    border-bottom: 1pt solid rgb(216, 216, 216);
    border-top: 1pt solid rgb(216, 216, 216);
}

.games_day thead th {
    padding: 25px;
    text-align: left;
}

.games_day-empty {
    margin-top: 25px;
}

.games_day-empty-time {
    opacity: 0.5;
    font-size: 9px;
    min-width: 60px;
}

.column-header {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.games_timetable-column {
    display: flex;
    flex-direction: column;
}

.sortable-placeholder {
    height: 40px;
    border: 2px dashed #ccc;
    margin-bottom: 10px;
    background-color: #fafafa;
}

.games_timetable-column.highlight {
    outline: 2px dashed #47a7ff;
    background-color: #eef8ff;
}

.stat-section {
    display: flex;
    gap: 24px;
    margin-top: 24px;
}

.card_stat {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
}

.card_stat h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1f1f1f;
}

.card_stat p.description {
    font-size: 14px;
    color: rgba(60, 60, 60, 0.6);
    margin-bottom: 16px;
}

.user-header {
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    gap: 16px;
}

.user-header img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.user-header .user-info {
    display: flex;
    flex-direction: column;
}

.user-header .user-info .name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.user-header .user-info .meta {
    font-size: 13px;
    color: #888;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-end;
    margin-bottom: 24px;
}

.filters input[type="text"] {
    margin: 0px 0px;
    height: 29px;
    min-width: 160px;
}

.plugin-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.plugin-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #cfd9ff;
    padding: 32px;
    border-radius: 12px;
}

.plugin-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.plugin-icon {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
}

.plugin-text {
    display: flex;
    flex-direction: column;
}

.plugin-text h3 {
    margin: 0;
    font-size: 18px;
}

.plugin-text p {
    margin: 4px 0 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.plugin-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    min-width: 160px;
}

.plugin-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #333;
}

.plugin-info .icon {
    font-style: normal;
}

.plugin-action button {
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    color: white;
}

.no-plugins {
    background: #ffe5e5;
    padding: 12px;
    border-radius: 8px;
    color: #a94442;
}
.service_logs {
    font-family: monospace;
    white-space: pre-wrap;
    word-break: break-all;
    overflow-x: auto;
    max-height: 400px;
    overflow-y: auto;
}
.summary-stat {
    display: flex;
    align-items: center;
    gap: 40px;
}

.summary-item {
    background: #fff;
    border-radius: 10px;
    padding: 5px 22px;
}

.summary-item .title {
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
}

.summary-item .value {
    font-size: 20px;
    font-weight: bold;
    color: #222;
}

.search_in_games {
    cursor: pointer;
    pointer-events: auto;
}

.games_day-empty-block {
    padding: 3px 7px;
    margin-left: 10px;
    font-size: 11px;

    background-color: #ffdfc2;
    color: #ededfa;
    min-width: 250px;
    max-width: 250px;
    border-radius: 0.429rem;
}

.games_day-empty-block.empty {
    background-color: #f0f0f0;
    color: #adadad;
}

.games_day-empty li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.games_day-empty li:last-child {
    margin-bottom: 0px;
}

.games_day-empty li div {
    display: inline-block;
}

.timetable_events-more {
    text-align: center;
    padding: 0px 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
}

.finishing {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /* вместо margin-right */
    align-items: stretch;
    /* важно для одинаковой высоты */
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
}

.finishing-block-legend {
    margin: 15px 0px;
    display: flex;
    gap: 10px;
}

.finishing-block-legend p {
    margin: 0;
    padding: 0;
}

.finishing-block-legend span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 0.429rem;
    border: 4px solid #e9e9e9;
}

.report_table-eoa th:nth-child(4n+2),
.report_table-eoa td:nth-child(4n+2) {
    border-left: 2pt solid rgb(156, 156, 156);
    /* Жирная левая граница */
}

.report_table-eoa-out th:nth-child(5n+2),
.report_table-eoa-out td:nth-child(5n+2) {
    border-left: 2pt solid rgb(156, 156, 156);
    /* Жирная левая граница */
}

.schedule_warning {
    margin-top: 5px;
    font-weight: 700;
}

.th_table-eoa {
    border-left: 2pt solid rgb(156, 156, 156) !important;
}

.finishing_comment {
    width: 100% !important;
    min-width: 100% !important;
    height: 40px;
    font-size: 9px;
    resize: none;
}

.finishing-block-legend span.selling {
    background-color: #edf6f7;
}
.finishing-block-legend span.outgoing {
    background-color: #d9382396;
}

.finishing-block-legend span.warming {
    background-color: #fde6d4;
}

.finishing-block_status {
    margin-top: 5px;
    color: #000;
    font-weight: 500;
}

.finishing-block_buttons a {
    margin-top: 5px;
}

.finishing-block {
    display: flex;
    flex-direction: column;
    /* чтобы внутренние элементы располагались вертикально */
    justify-content: space-between;
    /* чтобы кнопки не прилипали к тексту */
    width: 200px;
    padding: 15px 25px;
    border-radius: 0.429rem;
    background-color: rgb(237, 246, 247);
    color: rgb(145, 145, 145);
    max-height: none;
    /* убираем ограничение */
    height: auto;
    box-sizing: border-box;
}

.finishing-block .hot {
    color: #c74b12;
    font-size: 14px;
    margin-right: 5px;
}
.finishing-block.outgoing {
    outline: 2px solid #d93823;
}
.finishing-block .manager {
    font-size: 12px;
    margin: 5px 0px;
    color: #000000 !important;
}

.finishing-block .manager i {
    margin-right: 5px;
    font-size: 14px;
}

.finishing-block.warming {
    background-color: #fde6d4;
}

.bid_comments {
    margin-top: 15px;
}

.salary_table {
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 14px;
    text-align: center !important;
    color: #1c1c1c !important;
}

.salary_table thead th {
    padding: 10px 25px;
    text-align: center !important;
    border: 1pt solid rgb(216, 216, 216);
    background-color: #e3e3e3;
}

.salary_table-last {
    font-weight: 500;
    background-color: #e3e3e3;
}

.salary_table tr {
    border: 1pt solid rgb(216, 216, 216);
}

.salary_table td {
    padding: 10px 25px;
    border: 1pt solid rgb(216, 216, 216);
}

.salary_text {
    padding: 10px 0px;
    border-bottom: 1pt solid rgb(216, 216, 216);
}

.salary_text:last-child {
    border-bottom: 0pt solid rgb(216, 216, 216);
}

.map-editor {
    display:flex;
    justify-content: space-between;
    gap: 100px;
}

#map-container {
    width: 100%; 
    height: 800px;
}
.report_table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 12px;
    text-align: center !important;
}

.report_table p {
    padding: 3px 0px;
}

.report_table-small {
    font-size: 9px;
}

.report_table-small thead th,
.report_table-small thead td,
.report_table-small td {
    padding: 4px 4px !important;
    max-width: 50px;
}

.report_table thead th {
    padding: 10px 25px;
    text-align: center !important;
    border: 1pt solid rgb(216, 216, 216);
    background-color: #e3e3e3;
}

.report_table-last {
    font-weight: 500;
    background-color: #e3e3e3;
}

.report_table tr {
    border: 1pt solid rgb(216, 216, 216);
}

.report_table td {
    padding: 10px 25px;
    border: 1pt solid rgb(216, 216, 216);
}

/* 📱 Горизонтальный скролл для очень узких экранов */
.table-responsive {
    overflow-x: auto;
}

.bid_table {
    border-collapse: collapse;
}

.bid_table thead th {
    padding: 25px;
    text-align: left;
}

.bid_table tr {
    border-bottom: 1pt solid rgb(216, 216, 216);
    border-top: 1pt solid rgb(216, 216, 216);
}

.bid_table td {
    padding: 25px;
    max-width: 200px;
}

.table-show {
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 12px;

    margin-bottom: 15px;
}

.table-show th,
.table-show td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px 10px;
}

.reports_list {
    margin-top: 25px;
}

.reports_list li {
    background-color: #edf6f7;
    color: #919191;
    padding: 5px 7px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 0.429rem;
}

.reports_list li:hover {
    cursor: pointer;
}

.reports_list li.active {
    background-color: #465b8f;
    color: #FFFFFF !important;
}

.salary-block td {
    padding: 15px;
    text-align: left;
}

.salary-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.salary-image .default_avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.bids_icon {
    color: white;
    background-color: #465b8f;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0px;
    text-align: center;
}

.bids_icon i {
    font-size: 18px;
    margin-bottom: 3px;
}

.bids_contacts {
    text-align: left !important;
}

.games_day-image {
    background-color: #eb2327;
    width: 10px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    /* центровка по горизонтали */
}

.games_day-status {
    padding: 5px 1px;
    width: 125px;
    border: 2px solid #eb2327;
    color: #eb2327;
    border-radius: 0.429rem;
    text-align: center;
    margin: 0 auto;
    /* центровка по горизонтали */
}

.games_day-name {
    margin-left: 45px;
    font-weight: 500;
}

.games_day-time__start {
    color: rgb(119, 119, 119);
}

.games_day-time__start p:first-child {
    font-size: 24px;
}

.games_day-actions {
    margin-left: 45px;
}

.games_day-actions i {
    margin-right: 5px;
    font-size: 18px;
    color: #465b8f;
}

.type_event-event {
    border: 2px solid #36cf42;
    color: #36cf42;
}

.type_event-busy {
    border: 2px solid #ff4053;
    color: #ff4053;
}

.type_event-game {
    border: 2px solid #ffb040;
    color: #ffb040;
}

.textarea_block {
    resize: none;
    height: 200px;
}

.user_card div:not(.user_photo) {
  padding: 5px 0px;
}

.user_card-add {
    background-color: #cecece !important;
    color: #465b8f;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: background-color 0.4s ease-in-out;
}

.user_card-add:hover {
    background-color: #465b8f !important;
    color: #cfd9ff;
    cursor: pointer;
}

.user_card-add i {
    margin-bottom: 15px;
    font-size: 64px;
}

.user_roles li {
    display: inline-block;
    background-color: #cfd9ff;
    padding: 10px 20px;
    border-radius: 0.428rem;
    font-size: 16px;
    color: #465b8f;
    margin-left: 15px;
}

.user_roles li:hover {
    background-color: #465b8f;
    color: #cfd9ff;
    cursor: pointer;
}

.user_images {
    display: flex;
    justify-content: space-between;
    /* Изменили свойство */
    align-items: center; 
    
}

.user_images i {
    color: #808080;
    font-size: 26px;
}

.tag_green {
    background-color: #c3f2bb !important;
    color: #317524 !important;
}

.tag_purple {
    background-color: #f2bbe2 !important;
    color: #752453 !important;
}

.tag_red {
    background-color: #f2c5bb !important;
    color: #73382a !important;
}

.tag_yellow {
    background-color: #edf2bb !important;
    color: #ada52d !important;
}

.td-small {
    width: 100px;
}

.td-small p {
    word-break: break-all;
    white-space: normal;
    margin: 0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    width: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.dropdown-bids {
    font-size: 25px;
    color: black;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 40%;
    right: 0;
    background-color: #fff;
    border-radius: 0.428rem;
    box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.05);
    z-index: 1;
}

.timetable_dropdown {
    display: none;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 2;
}


.dropdown-menu li {
    list-style-type: none;
    padding: 0px;
    width: 150px;
    font-size: 14px;
}

.dropdown-menu li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 8px 16px;
}

.dropdown-menu li a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.user_filter {
    display: flex;
    justify-content: space-between;
    /* Изменили свойство */
    align-items: center;
    align-items: center;
}

.user_statuses {
    background-color: #ededfa;
    border-radius: 0.428rem;
}

.user_statuses-block {
    padding: 10px 20px;
    display: inline-block;
}

.user_statuses-count {
    font-size: 15px;
    margin-left: 5px;
    display: inline-block;
}

.user_statuses-text {
    font-size: 12px;
    color: #465b8f;
    margin-bottom: 10px;
}

.user_statuses-block:last-child {
    margin-right: 0px;
    /* Отступ только у последнего блока слева */
}

.user_statuses i {
    color: #465b8f;
    font-size: 22px;
}

.user_job li {
    display: inline-block;
    background-color: #cfd9ff;
    padding: 5px 10px;
    border-radius: 0.428rem;
    margin-top: 5px;
    font-size: 12px;
    color: #465b8f;
}

.user_info {
    color: #3a4561;
    font-size: 12px;
}

.user_info p {
    display: inline-block;
}

.user_contacts {
    color: #808080;
    font-size: 14px;
}

.user_contacts p {
    margin-right: 30px;
    display: inline-block;
}

.dashboard {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
}

.dashboard-left {
    width: 64%;
}

.dashboard-right {
    width: 36%;
}

.dashboard-right_first {
    height: calc(50% - 30px);
}

.dashboard-right_two {
    margin-top: 30px;
    height: 50% !important;
}

.dashboard-left_first {
    display: flex;
    gap: 30px;
}

.dashboard-left_blocks {
    flex: 1 1 100px;
    height: 150px;
}

.dashboard-left_two {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.dashboard-left_twice {
    height: calc(50% - 15px);
}

.dashboard-left_twice:last-child {
    margin-top: 30px;
}

.dashboard-left_list {
    width: 50%;
}

.dashboard-left_graph {
    width: 100%;
    height: 300px;
}

.dashboard_big {
    font-weight: 200;
    margin-top: 20px;
    font-size: 35px;
}

.dashboard_plus-name {
    font-size: 12px;
}

.dashboard_plus {
    font-size: 48px;
    font-weight: 900;
}

.dashboard-event {
    background-color: #242424 !important;
    color: #ffffff !important;
}

.dashboard-event p {
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.6;
}

.dashboard-event ul {
    padding-left: 20px;
    /* Отступ слева для списка */
}

.dashboard-event li {
    position: relative;
    /* Необходим для позиционирования псевдоэлемента */
    padding-left: 0px;
    /* Отступ для создания места для маркера */
    font-size: 14px;
    /* Размер шрифта для текста */
    margin-top: 10px;
}
.bid_dropdown {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}
.dashboard-event li::before {
    content: '';
    /* Псевдоэлемент не будет содержать текста */
    position: absolute;
    /* Позиционирование относительно родительского элемента */
    left: -20px;
    /* Отступ слева от текста */
    top: 50%;
    /* Центрирование маркера по вертикали */
    transform: translateY(-50%);
    /* Дополнительное точное выравнивание */
    width: 10px;
    /* Диаметр круга */
    height: 10px;
    /* Диаметр круга */
    background-color: green;
    /* Цвет круга */
    border-radius: 50%;
    /* Делает элемент круглым */
}

.dashboard-block {
    background-color: #FFFFFF;
    border: 1px solid #cbcbe4;
    border-radius: 0.7rem;
    padding: 25px 25px;
    box-sizing: border-box;

    display: flex;
    /* Добавляем flex для вертикального выравнивания */
    align-items: left;
    /* Выравнивание по вертикали */
    justify-content: center;
    /* Центрирование по горизонтали (если нужно) */
    flex-direction: column;
    /* Оставляем элементы в колонку */

}

.dashboard_icon {
    font-size: 30px;
    margin-bottom: 15px;
    ;
}

.dashboard_amount {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 5px;
}

.dashboard_amount-name {
    font-size: 12px;
}


.games_day-half {
    display: inline-block;
    flex: 2;
    flex-shrink: 0;
}

.games_day-half-info {
    display: inline-block;
    margin-left: 30px;
    flex: 1;
}

.timetable_block {
    display: inline-block;
    flex: 2;
    flex-shrink: 0;
}

.timetable_current-month div {
    display: inline-block;
    padding: 15px;
    font-size: 24px;
}

.timetable_current-date {
    color: #73382a;
    background-color: #f2c5bb;
    border-radius: 0.428rem;
    padding: 10px 20px;
    border: 2px solid #73382a;
    cursor: pointer;
}

.timetable_filter {
    display: flex;
    justify-content: space-between;
    /* Изменили свойство */
    align-items: center;
}

.timetable td {
    /* border: 2px solid #cfd9ff; */
    box-shadow: 0px 0px 0px 1px #cfd9ff inset;
    margin: 0;
    width: 160px;
    height: 120px;
    color: #465b8f;
    vertical-align: top;
    min-width: 120px;
}

.timetable th {
    margin: 0;
    padding: 10px;
    color: #465b8f;
}

.timetable_current {
    background-color: #cfd9ff;
    box-shadow: 0px 0px 0px 1px #cfd9ff inset;
}

.timetable_prev_month {
    background-color: #f7f7f7;
    color: #cfd9ff !important;
}

.timetable {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    overflow: hidden;
}

.timetable_a {
    width: 100%;
    height: 100%;
}

.timetable_change {
    background-color: #ededfa;
    border-radius: 0.428rem;
    display: flex;
    justify-content: center;
    /* Изменили свойство */
    align-items: center;
    vertical-align: center;
}

.timetable_change-block {
    display: inline-block;
    padding: 15px;
    margin-right: 30px;
    border-radius: 0.428rem;
}

.timetable_change-block:hover {
    cursor: pointer;
}

.timetable_change-active {
    background-color: #465b8f;
    color: #FFFFFF !important;
}

.timetable_change-active i {
    color: #FFFFFF !important;
}

.timetable_change-text {
    font-size: 15px;
    margin-left: 15px;
    display: inline-block;
}

.timetable_change-block:last-child {
    margin-right: 0px;
    /* Отступ только у последнего блока слева */
}

.timetable_change i {
    color: #465b8f;
    font-size: 22px;
}

.timetable_btn {
    display: inline-block;
    border-radius: .5rem;
    background: #465b8f;
    border: 1px solid;
    font-size: 18px;
    outline: none;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    padding: 15px 30px;
    user-select: none;
}

.timetable_btn i {
    margin-right: 15px;
}

.timetable_btn:hover {
    color: #465b8f;
    cursor: pointer;
    background: #cfd9ff;
}

.timetable_card {
    display: flex;
    justify-content: center;
    /* Изменили свойство */
    align-items: top;
    vertical-align: center;
}

.timetable_dropdown {
    color: #FFFFFF;
    border-radius: 0.428rem;
    width: 400px;
    padding: 25px;
    background: rgb(255, 176, 64);
    background: linear-gradient(45deg, rgba(255, 176, 64, 1) 7%, rgba(253, 29, 103, 1) 93%);
}

.timetable_dropdown-title {
    display: flex;
    justify-content: space-between;
    /* Изменили свойство */
    align-items: center;
    vertical-align: center;
}

.timetable_dropdown-title-icon {
    border-radius: 0.428rem;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    color: #ffb040;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.timetable_dropdown-desc {
    margin-top: 25px;
    font-size: 12px;
    opacity: 0.75;
}

.timetable_dropdown-info {
    display: flex;
    justify-content: space-between;
    /* Изменили свойство */
    align-items: center;
    vertical-align: center;

    font-size: 12px;
    margin-top: 20px;
}

.timetable_dropdown-info-block {
    display: flex;
    justify-content: space-between;
    /* Изменили свойство */
    align-items: center;
    vertical-align: center;
}

.timetable_dropdown-info-block i {
    font-size: 22px;
    margin-right: 15px;
}

.timetable_dropdown-title img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.timetable_info {
    display: inline-block;
    margin-left: 30px;
    flex: 1;
}

.timetable_info-news {
    margin-top: 25px;
    height: 550px;
    overflow-y: auto;
}

.timetable_new {
    display: flex;
    justify-content: left;
    /* Изменили свойство */
    align-items: top;
    vertical-align: top;
}

.timetable_new-text p {
    display: inline-block;
}

.timetable_new-text {
    margin-left: 15px;
    width: 50%;
}

.timetable_new-desc {
    font-size: 10px;

}

.timetable_new-time {
    font-size: 14px;
    margin-left: 5px;
    color: #a59f9f;
}

.timetable_new .user_photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #cfd9ff;
}

.timetable_new-comment {
    background: #ededfa;
    border-radius: 0.428rem;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.timetable_button-arrow {
    width: 40px;
    height: 30px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.timetable_info-review {
    background-color: #cfd9ff;
    padding: 25px;
    border-radius: 0.428rem;
    box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.05);
}

.timetable_info-review_title {
    color: #465b8f;
    margin-bottom: 15px;
}

.timetable_info-review_text {
    color: #5e5e5e;
    font-size: 14px;
    margin-bottom: 7px;
}

.timetable_events-day {
    display: flex;
    justify-content: space-between;
    /* Изменили свойство */
    align-items: center;
    vertical-align: center;
    padding: 10px;
}

.timetable_events-day-count {
    font-size: 10px;
    color: #a59f9f;
}

.timetable_event {
    display: flex;
    justify-content: left;
    /* Изменили свойство */
    align-items: center;
    vertical-align: center;

    background-color: #b50e1f;
    height: 15px;
    border-radius: 0.8rem;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.timetable_event:hover {
    cursor: pointer;
}

.timetable_event-empty {
    display: flex;
    justify-content: left;
    /* Изменили свойство */
    align-items: center;
    vertical-align: center;

    height: 15px;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.timetable_event-no-wrap div {
    overflow: visible !important;
    z-index: 1 !important;
}

.timetable_event-next {
    margin-right: 0px !important;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
}

.timetable_event-prev {
    margin-left: 0px !important;
    border-top-left-radius: 0% !important;
    border-bottom-left-radius: 0% !important;
}

.timetable_event-both {
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 0% !important;
}

.timetable_event div {
    /* Добавляем новые CSS свойства */
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.timetable_event img {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.timetable_event .default_avatar {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.timetable_event p {
    color: #FFFFFF;
    margin-left: 7px;
    font-size: 9px;
}

.user-blocks-wrapper {
    display: flex;
    flex-direction: column;
    /* Центровка по горизонтали */
    justify-content: center;
    /* Центровка по вертикали */
    gap: 5px;
    /* Отступ между блоками */
    height: 100%;
    width: 100%;
}

.direct .direct__row .direct__name,
.dblock .dblock__row .dblock__name {
    font-weight: bold;
    padding: 3px;
}

.direct .direct__row .direct__input,
.dblock .dblock__row .dblock__input {
    margin-left: 10px;
    padding: 3px;
    margin-bottom: 15px;
}

.direct .direct__row .direct__input input[type="text"],
.direct .direct__row .direct__input select,
.direct .direct__row .direct__input textarea,
.dblock .dblock__row .dblock__input input[type="text"],
.dblock .dblock__row .dblock__input select,
.dblock .dblock__row .dblock__input textarea {
    width: 100%;
}

.direct .direct__row .direct__name .direct__prompt,
.dblock .dblock__row .dblock__name .dblock__prompt {
    color: #444;
    font-size: 80%;
    float: right;
    font-weight: 400;
}

.direct .direct__row .direct__input textarea,
.dblock .dblock__row .dblock__input textarea {
    min-height: 60px;
}

.direct .direct__input .direct__fastlinks .input,
.dblock .dblock__input .dblock__fastlinks .input {
    width: calc(33% + 1px) !important;
    margin-bottom: 2px;
}

.direct .direct__input label,
.dblock .dblock__input label {
    display: block;
    cursor: pointer;
    margin-bottom: 1px;
}

.direct .direct__row .direct__counter {
    margin-right: 5px;
    color: #111;
    font-size: 80%;
    font-weight: 200;
    float: right;
}

.direct .insert {
    color: #555;
    font-weight: 200;
}

.smblock {
    max-width: 800px;
}

.direct .insert:hover {
    text-decoration: underline;
}

.dtable {
    min-height: 100px;
}

.dtable th {
    margin-top: 1px;
}

.dtable td,
.dtable th {
    width: 33%;
    /*border-top: 1px solid white;
    border-left: none;*/
    border: none;
}

.dtable tr {
    border-top: 1px solid #ccc;
}

.dtable {
    padding: 0;
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border: none;
    border-collapse: collapse;
}

.dataTables_empty {
    text-align: center;
}

.dtable tr:hover {
    background: #eee;
}

.todo-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.todo-item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.2s;
}

.todo-item:hover {
    background: #f9f9f9;
}

.todo-item.completed strong,
.todo-item.completed span {
    text-decoration: line-through;
    color: #999;
}

.todo-main {
    display: flex;
    align-items: center;
    gap: 15px;
}

.todo-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.todo-text {
    flex: 1;
}

.todo-text strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}

.todo-text span {
    font-size: 14px;
    color: #555;
}

.todo-actions {
    display: flex;
    gap: 5px;
}

.todo-meta {
    margin-top: 5px;
    color: #888;
    font-size: 12px;
}

.todo-list-empty {
    padding: 15px;
    text-align: center;
    color: #777;
}

.priority-icon {
    font-size: 18px;
    color: red;
    margin-right: 5px;
    filter: drop-shadow(0 0 2px rgba(255, 0, 0, 0.5));
}

.link-highlight {
    color: #007bff;
    text-decoration: underline;
}
.link-highlight:hover {
    color: #0056b3;
}

.direct .ptable tr:hover {
    /*background: #eee;*/
}

.bankinfo {
    display: flex;
    border-top: 2px solid #CCC;
    padding: 20px 10px;
    justify-content: space-between;
    align-items: center;
}

.bankinfo__item {
    padding: 10px;
}

.errors {
    background: #ff000036;
    border: solid 2px red;
    padding: 10px;
}

.order-history {
    margin-top: 20px;
    background: #fff;
    padding: 20px;
}

.order-legal-entity {
    margin-top: 20px;
    background: #fff;
    padding: 20px;
}

.product__summ-coupon {
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
}

.coupon-info {
    padding: 20px;
    background: #fff;
}

.coupon-info li {
    padding: 10px 0;
}

.link-telegram-mode {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    overflow: hidden;
}

.link__danger {
    margin: 0 10px;
    font-weight: bold;
}

.dialog {
    display: none;
}

.link_theme_action {
    color: blue;
    font-weight: bold;
    border-bottom: dashed 1px;
}

#telegramWork div {
    padding: 10px 0;
}

.telegram__card {
    margin-top: 20px;
}

.telegram_mode_alert {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    animation-iteration-count: infinite;
    backface-visibility: hidden;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.modal {
    max-width: fit-content;
}

.products-actions__items {
    padding: 15px 0;
}

.compilation {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

.compilation:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.input_sort {
    background: transparent;
    border: 0;
    border-bottom: solid 1px transparent;
    width: 60px;
}

.input_sort:hover {
    cursor: pointer;
    border-bottom: solid 1px #d8d7d7;
}

.compilation__link {
    margin-right: 10px;
}

.compilation__link:hover {
    border-bottom: dashed black 1px;
}

.compilation_lock {
    background: orange;
}

.order-review {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

.order-review__header {
    display: flex;
    ;
    align-items: center;
}

.order-review__pay {
    padding: 0 20px;
}

.order-review__notice {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.properties__values .btn {
    padding: 0px 5px;
}

.properties__table tbody tr td {
    text-align: left !important;
}

.properties__table tbody a {
    color: black
}

.properties_table__input {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
    font-size: 15px;
}

.menu-ajax__modal {
    max-width: 80vw;
}

.menu-tree-modal-wrapper .menu__text {
    color: black
}

.schedule .ptable thead th {
    font-weight: 500;
    background: #efefef;
}

.schedule .ptable tbody td {
    font-size: 90%;
    text-align: center;
}

.schedule .ptable thead th {
    border-bottom: 2px solid #aaa;
}

.schedule .ptable th a {
    color: black;
    font-size: 90%;
}

.schedule .ptable th b {
    font-size: 120%;
    display: block;
}

.schedule .ptable tbody td {
    padding: 10px 2px;
    vertical-align: top;
    /*cursor: pointer;*/
}

.schedule .ptable tbody td select {
    border: none;
    cursor: pointer;
    text-align-last: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 10px;
    background: white;
    border-bottom: 1px dashed #ccc;
    max-width: 155px;
}

.schedule .worker[value="0"] {
    color: #ccc;
}

.schedule .ptable tbody td .hid {
    visibility: hidden;
}

.schedule .ptable tbody td .worker {
    font-size: 90%;
}

.schedule .ptable tbody td span {
    font-size: 120%;
    display: block;
}

.schedule #modal {
    display: none;
}

.schedule .worker:active,
.worker:focus {
    color: black !important;
}

.schedule *,
.schedule *:focus,
.schedule *:hover {
    outline: none;
}

.schedule .ptable tbody td {
    padding: 0;
}

.schedule .ptable tbody .day {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    height: 60px;
}

.schedule .ptable tbody .day:last-child {
    border-bottom: none;
}

.schedule .worker:disabled,
.schedule .from:disabled,
.schedule .to:disabled {
    color: black;
    opacity: 0.9;
    border: none;
    cursor: text;
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

.properties__table {
    width: 100%;
}

.properties .properies__template_btn {
    margin: 5px;
    display: block;
    text-align: left;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.properties .properies__template_btn:focus {
    background: #eee;
}

.properties .properies__template_btn a {
    float: right;
    color: #666;
    padding: 3px;
}

.properties .grid {
    display: grid;
    grid-template-columns: 500px 1fr;
}

.properties .grid .child {
    padding: 0px 10px;
    /*border: 1px solid #eee;*/
    border-radius: 5px;
}

.properties .grid .child:first-child {
    margin-right: 10px;
}

.properties .sortable-drag {
    /*display: none;
    opacity: 0;*/
}

.properties .grey {
    background: #ccc;
}

.properties_templates__status {}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
    vertical-align: middle;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 9px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.checkbox:checked+.slider {
    background-color: #e95a0c;
}

.checkbox:focus+.slider {
    box-shadow: 0 0 1px #e95a0c;
}

.checkbox:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.market-products-added__form {
    width: 800px;
    display: flex;
    align-items: center;
}

.directwo .menu-tree .btn {
    padding: 3px 10px;
    margin: 3px 1px;
    margin-top: 0;
}

.directwo .menu-tree .campaign span {
    color: #888;
    white-space: nowrap
}

.properties__product_values .select2-selection {
    border: none !important;
    background: transparent !important;
}

.properties__productvalues_dropdown {
    padding: 20px 10px !important;
    border: 1px solid #ccc !important;
    min-width: 350px;
    border-radius: 5px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.properties__product_values .select2-dropdown b {
    margin-bottom: 10px;
    display: block;
}

.properties__product_values .select2-dropdown .btn-block {
    text-align: center;
}

.properties__product_values .selectwo {
    width: 100%;
}

.properties__product_values .select2-results {
    margin: 0 3px;
    /*margin-left: -20px;*/
}

.properties__product_values .select2-results__options {
    margin-left: 10px !important;
}

.properties__productvalues_dropdown .select2-search__field {
    padding: 10px 10px;
    margin-bottom: 10px;
}

.properties__product_values .properties_products_table {
    table-layout: fixed;
}

.properties__product_values .select2-container--default .select2-results>.select2-results__options {
    max-height: 40vh;
}

.select2-results__option .forall {
    float: right;
    display: none;
    padding: 7px 20px;
    margin-top: -6px;
    margin-right: -6px;
    border-radius: 0;
    opacity: 0.8;
    z-index: 111;
}

.select2-results__option:hover .forall {
    display: inline-block;
}

.properties__product_values .select2 {
    min-width: 150px;
}

.sc-ticket {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.sc-ticket__header {
    padding: 10px;
    border-bottom: solid 1px #ccc;
}

.sc-ticket__body {
    padding: 10px;
    border-bottom: solid 1px #ccc;
}

.sc-ticket__footer {
    padding: 10px;
}

.shipment {
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sc-categories,
.sc-types {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 0 10px 0;
}

.sc-category,
.sc-type {
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    text-decoration: none;
    width: 274px;
    height: 326px;
    margin-bottom: 30px;
    padding: 10px;
    margin-right: 10px;
}

.sc-prices {
    padding: 10px;
    background: #fff;
}

.sc-prices__label {
    width: calc(100%/6);
    display: inline-block;
}

.sc-type {
    height: auto;
}

.btn-menu {
    width: 220px;
    margin-bottom: 10px;
    text-align: left
}

.sc-category__photo img {
    max-width: 150px;
    min-height: 50px;
}

.dataTables_filter {
    margin-bottom: 20px;
}

.support-lk-ticket__message {
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.support-comment {
    width: 80%;
    border: 1px solid #dedede;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
    background: #e6e6e6;
}

.support-comment_user {
    margin-left: 10%;
    background: #fff;
}

.support-comment__message {
    padding-bottom: 10px;
}

.support-comment__info {
    font-size: 10px;
}

.textarea {
    display: block;
    width: 100%;
    resize: vertical;
    padding: 0.438rem 1rem;
    border: 1px solid #d8d6de;
    border-radius: 0.357rem;
    margin: 5px 0;
    transition: .1s ease-out;
    box-sizing: border-box;
}

.textarea:hover,
.textarea:focus {
    border-color: #013237;
}

.textarea_width_full {
    display: block;
    width: 100%;
}

.textarea_posts {
    height: 300px;
}

.required {
    color: red !important;
}

.support-comment__delete {
    padding: 0 10px;
}

.container-column {
    display: flex;
}

.container-column__item {
    padding: 10px;
    width: 50%;
}

.company-users__item {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.bitrix-tables {
    background: #fff;
    width: 80%;
}

.bitrix-tables__fields {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    flex-wrap: wrap;
}

.radio-button {
    display: inline-block;
    margin-right: 10px;
}

.radio-button__input {
    display: none;
}

.radio-button__label {
    display: inline-block;
    border-radius: 0.25rem;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    outline: none;
    color: #013237;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
}

/* Checked */
.radio-button .radio-button__input:checked+.radio-button__label {
    display: inline-block;
    background: #EB6A24;
    color: #fff;
    border: 0;
    border-radius: 0.25rem;
}

/* Hover */
.radio-button__label:hover {
    background: #f6a600;
    color: #fff;
}

.header__title {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Disabled */
/* breadcrumbs */
.breadcrumbs {
    display: flex;
    font-size: 14px;
}

.breadcrumbs__item {
    padding-right: 5px;
    font-size: 14px;
}

.breadcrumbs__item a {
    color: black !important;
    opacity: 0.5;
}

.breadcrumbs__item a:hover {
    color: #465b8f !important;
    opacity: 1;
}

.actions_header {
    display: block;
}

.header__back {
    margin-bottom: 5px;
    opacity: 0.3;
    font-size: 11px;
}

.header__back a {
    color: black;
    text-decoration: none;
}

.header__buttons a:first-child {
    margin-left: 15px;
}

.header__buttons a {
    margin-left: 5px;
}

.header__buttons {
    margin-left: 10px;
}

.percent_manager p {
    font-size: 10px;
}

.percent_manager input {
    width: 100px;
    min-width: 100px;
    height: 30px;
}

.verticalLine {
    border-left: 2px solid #ececec;
}

.radio-button__input:disabled+label {
    background: #efefef;
    color: #666;
}

.dialog__products li {
    list-style: auto;
}

.list {
    background: #fffffffa;
    padding: 0;
    margin: 0;
}

.list__item {
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #000;
    white-space: nowrap;
}

.list__item:hover {
    cursor: pointer;
    background: #ededfa;
}

.uikit__row {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.uikit__item {
    width: 100%;
}

.uikit__items {
    display: flex;
}

.uikit__item {
    padding: 20px;
}

.uikit__title {
    font-size: 14px;
}

.dataTables_wrapper {
    position: inherit;
}

.sidebar__hamburger {
    display: none;
    background-color: white;
    font-size: 25px;
    border: none;
    border-radius: 6px;
    /* необязательно, для сглаженных углов */
    color: #465b8f;
    /* цвет иконки внутри */
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-right: 5px;
}

.sidebar__hamburger:hover {
    background-color: #3a4b78;
    /* темнее при наведении */
}

.sidebar__close {
    display: none;
    color: #3a4b78;
    cursor: pointer;
    border: 0;
    background: transparent;
    font-size: 22px;
    margin-right: 15px;
}

.timetable_mobile {
    display: none;
}

/* TABS */
.tabs {
    position: relative;
}

.tabs_theme_default .tabs__header {
    display: flex;
    margin-bottom: -2px;
    justify-content: space-between;
    text-transform: uppercase;
}

.tabs_theme_vertical {
    display: flex;
}

.tabs_theme_vertical .tabs__nav {
    display: block;
}

.tabs_theme_vertical .tabs__items {
    border-top: 0;
    border-left: solid 2px #ededfa;
}

.tabs_theme_vertical .tabs__header {
    display: flex;
    margin-right: -1.2rem;
    justify-content: space-between;
    text-transform: uppercase;
    z-index: 2;
}

.tabs__nav {
    user-select: none;
    display: flex;
    padding: 0 1rem;
}

.tabs__button {
    padding: 0.8rem 1rem;
}

.tabs__items {
    border-top: solid 2px #ededfa;
}

.tabs__item {
    display: none;
    padding: 0.8rem 1rem;
}

.tabs__button:hover {
    cursor: pointer;
}

.tabs_theme_default .tabs__button-active {
    color: #06a0b3;
    cursor: default;
    border-bottom: 3px solid #06a0b3;
}

.tabs_theme_vertical .tabs__button-active {
    color: #06a0b3;
    cursor: default;
    border-bottom: 0;
    border-right: 3px solid #06a0b3;
}

/* END TABS */


/* HINT */
.hint {
    position: relative;
    width: fit-content;
}

.hint__content {
    display: none;
    background: #fffffffa;
    border-radius: 0.428rem;
    position: absolute;
    color: #000;
    right: -100px;
    top: -65px;
    z-index: 100;
    min-width: 160px;
    padding: 0.8rem 1rem;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

.hint__content_theme_black {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100px;
    max-width: 220px;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    background-color: #323232;
    padding: .4rem .775rem;
    text-align: center;
    border-radius: .428rem;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1000;
}

.apptable__hint {
    top: 100%;
}

/* END HINT */
/* CHECKBOX */
/* для элемента input c type="checkbox" */
.checkbox__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .checkbox__input */
.checkbox__input+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.checkbox__input+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.checkbox__input:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.checkbox__input:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.checkbox__input:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.checkbox__input:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

.checkbox__input:checked+label::before {
    border-color: #7367f0;
    background-color: #7367f0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии checked */
.checkbox_theme_success .checkbox__input:checked+label::before {
    border-color: #28c76f;
    background-color: #28c76f;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checkbox_theme_danger .checkbox__input:checked+label::before {
    border-color: #ea5455;
    background-color: #ea5455;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checkbox_theme_info .checkbox__input:checked+label::before {
    border-color: #06a0b3;
    background-color: #06a0b3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.checkbox__input:disabled+label::before {
    background-color: #efefef;
    border-color: #06a0b3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2306a0b3' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* END CHECKBOX */
/* RADIOBUTTON */
.radio__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с .radio__input */
.radio__input+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.radio__input+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на радио */
.radio__input:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.radio__input:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе */
.radio__input:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.radio__input:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.radio__input:checked+label::before {
    border-color: #7367f0;
    background-color: #7367f0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.radio_theme_success .radio__input:checked+label::before {
    border-color: #28c76f;
    background-color: #28c76f;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.radio_theme_danger .radio__input:checked+label::before {
    border-color: #ea5455;
    background-color: #ea5455;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.radio_theme_info .radio__input:checked+label::before {
    border-color: #06a0b3;
    background-color: #06a0b3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.radio__input:disabled+label::before {
    background-color: #efefef;
    border-color: #06a0b3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2306a0b3'/%3e%3c/svg%3e");
}

/* END RADIOBUTTON */




/* blockquote  */

.blockquote {
    font-size: 1em;
    width: 60%;
    margin: 50px auto;
    font-family: Open Sans;
    font-style: italic;
    color: #5e5873;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #06a0b3;
    line-height: 1.6;
    position: relative;
    background: transparent;
}

.blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #06a0b3;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

.blockquote::after {
    content: '';
}


/* ------------------------------------------------------------- */
.icon {
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    position: relative;
}

.icon_theme_plus::before {
    content: "";
    position: absolute;
    background-image: url('/img/plus.svg');
    width: 19px;
    height: 19px;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon_theme_search::before {
    content: "";
    position: absolute;
    background-image: url('/img/search.svg');
    width: 21px;
    height: 21px;
    top: -10px;
    left: -20px
}

.icon_theme_arrow::after {
    content: "";
    position: absolute;
    background-image: url('/img/right-arrow.svg');
    width: 16px;
    height: 16px;
    top: 11px;
}

.icon_theme_question::before {
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    background-image: url('/img/question.svg');
    height: 13px;
    width: 13px;
    margin-left: 10px;
    top: 50%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
}

.bids_contacts .games_day-user {
    margin: 7px 0px;
}

.switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 25px;
    height: 14px;
    vertical-align: middle
}

.switch__input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch__input:focus {
    outline: 0
}

.switch__input:checked+.switch__slider {
    background-color: #55d069
}

.switch__input:checked+.switch__slider::before {
    -webkit-transform: translateX(11px);
    transform: translateX(11px)
}

.switch__slider,
.switch__slider::before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #fff;
    border: 1px solid #ccc
}

.switch__slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.switch__slider.switch__slider-round {
    border-radius: 15px
}

.switch__slider::before {
    content: "";
    height: 14px;
    width: 14px;
    left: -1px;
    top: -2px
}

.switch__slider.switch__slider-round::before {
    border-radius: 50%
}

.field_theme_transparent {
    background: 0 0;
}

.input-wrapper_size_big {
    height: 50px;
    margin: 0
}

.input-wrapper_theme_shadow {
    border: 0;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .14);
    -webkit-transition: -webkit-box-shadow .1s ease-in;
    transition: box-shadow .1s ease-in;
    transition: box-shadow .1s ease-in, -webkit-box-shadow .1s ease-in
}

.input-wrapper_theme_shadow:focus,
.input-wrapper_theme_shadow:hover {
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .14)
}

.input_height_100 {
    height: 100%;
}

.input_font_big {
    font-size: 1.2rem;
    font-weight: 400;
}

.input_icon {
    padding-right: 30px;
}

.table-pagination {
    list-style: none;
    display: block;
    text-align: end
}

.table-pagination__button {
    background: 0 0;
    border: 0;
    border-right: 1px solid #ccc;
    color: #b4b3b3;
    font-size: 16px;
    padding: 10px 10px 10px 8px;
    cursor: pointer;
    margin: 0;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.table-pagination__button:hover {
    opacity: .8
}

.table-pagination__button:last-child {
    border: 0
}

.select-wrapper {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.select-wrapper_width_40 {
    width: 40%
}

.select-wrapper_width_60 {
    width: 60%
}

.select-wrapper_height_50 {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select-wrapper_theme_shadow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .22);
    -webkit-transition: -webkit-box-shadow .1s ease-in;
    transition: box-shadow .1s ease-in;
    transition: box-shadow .1s ease-in, -webkit-box-shadow .1s ease-in;
    border-radius: .357em
}

.select-wrapper_theme_shadow:hover::before {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .22)
}

.price_input {
    width: 100px !important;
    min-width: 100px;
}

/* DROPDOWN  */

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown__content {
    display: none;
    background: #fffffffa;
    border-radius: .428rem;
    position: absolute;
    color: #000;
    right: 0;
    top: 40px;
    z-index: 100;
    min-width: 160px;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

.dropdown__content_width {
    min-width: 250px;
    border: 1px solid #ececec;
    border-radius: 5px;
    display: none
}

.accordion__content[open] .accordion__summary::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion__summary {
    list-style: none;
    padding: .357rem .5rem;
    text-align: center;
    font-size: 14px;
    background-color: #f5f5f5;
    line-height: 25px;
    color: #626262;
    position: relative;
    outline-color: transparent;
    cursor: pointer;
    border-top: 2px solid #ececec
}

.accordion__summary::after {
    position: absolute;
    content: "";
    background-image: url('/img/arrow-black.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 10px;
    right: 30px;
    top: 15px;
    -webkit-transition: -webkit-transform .15s ease-in;
    transition: transform .15s ease-in;
    transition: transform .15s ease-in, -webkit-transform .15s ease-in
}

.accordion__item,
.accordion__list,
.accordion__summary {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.accordion__list {
    list-style: none
}

.accordion__item {
    margin: 0;
    padding: 0;
    color: #464646
}

.accordion__item:hover {
    background: #f8f8f8
}

.accordion__link {
    min-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.accordion__text {
    padding-left: 10px;
    font-size: 12px;
    color: #464646
}

.form-group_top {
    margin-top: 10px;
}



.show {
    display: block !important;
}

.menu__icon-title-block {
    display: flex;
    align-items: center;
}

.menu__icon_subtitle {
    padding-left: 15px;
}

.menu__svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}

.profile__icon {
    display: inline;
    transform: none !important;
    color: #FF6600;
}

.game_map {
    width: 470px !important;
    height: 400px;
    margin-top: 10px;
}

@media screen and (max-width: 1800px) {
    .timetable_event div {
        max-width: 70px;
    }

    .timetable td {
        min-width: 80px;
    }

    .tabs__button {
        padding: 10px 10px;
        font-size: 12px;
    }

    .games_event-add__employee-block {
        width: 190px;
        padding: 5px 5px;
        margin-right: 10px;
        min-height: 40px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1600px) {
    .game_map {
        width: 300px !important;
    }
    .timetable_btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .timetable_current-date {
        border-radius: 0.428rem;
        padding: 5px 7px;
        font-size: 12px;
    }

    .timetable_current-month div {
        padding: 5px;
        font-size: 14px;
    }

    .timetable_button-arrow {
        width: 20px;
        height: 15px;
    }

    .timetable td {
        width: 60px;
        height: 80px;
        min-width: 40px;
    }

    .timetable_event div {
        max-width: 73px;
    }

    .timetable_events-day {
        display: block;
        text-align: center;
        padding: 5px;
        font-size: 10px;
    }

    .timetable_events-day-count {
        display: none;
    }

    .timetable_change i {
        font-size: 16px;
    }

    .timetable_change-block {
        padding: 7px;
        margin-right: 20px;
    }

    .timetable_change-text {
        margin-left: 10px;
        font-size: 12px !important;
    }

    .apptable__table {
        font-size: 14px !important;
    }

    .wrapper__content .btn {
        font-size: 12px !important;
    }

    .timetable_event {
        /* max-width: 70px; */
        height: 15px;
        padding: 2px;
        margin-left: 3px;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 0.5rem;
    }

    .timetable_event-empty {
        height: 15px;
        padding: 2px;
        margin-left: 3px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .games_event-add__employee-block {
        width: 145px;
        padding: 5px 5px;
        font-size: 10px;
        margin-right: 10px;
        min-height: 40px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1400px) {
    .timetable_event div {
        max-width: 55px;
    }

    .apptable__table {
        font-size: 10px !important;
    }

    .apptable__table-head {
        font-size: 10px !important;
    }

    .apptable__table-foot {
        font-size: 10px !important;
    }

    .games_day-image {
        width: 5px;
        height: 30px;
    }

    .games_add-list-image p {
        font-size: 10px;
    }

    .games_add-list-image img {
        width: 20px;
        height: 20px;
    }
    .games_add-list-image .default_avatar {
        width: 20px;
        height: 20px;
    }

    table.dataTable tbody td {
        padding: 3px 5px;
    }

    .tabs__button {
        padding: 10px 7px;
        font-size: 10px;
    }

    .timetable_event img {
        display: none;
    }
    .timetable_event .default_avatar {
        display: none !important;
    }

    .timetable_event p {
        font-size: 9px;
        font-weight: 500;
        margin-left: 4px;
    }

    .timetable_event {
        /* max-width: 70px; */
        height: 10px;
        padding: 2px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 0.4rem;
    }

    .timetable_event-empty {
        height: 10px;
        padding: 2px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .games_event-add__employee-icon i {
        font-size: 20px;
    }

    .games_event-add__employee-block {
        width: 100px;
        padding: 5px 4px;
        margin-right: 10px;
        font-size: 9px;
        min-height: 40px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .dashboard {
        display: block;
    }

    .dashboard-left {
        width: 100%;
    }

    .dashboard-right {
        margin-top: 30px;
        width: 100%;
    }

    .list__item .profile-text {
        display: flex;
        flex-direction: column;
    }

    .profile-text__desc {
        width: 100%;
    }

    .profile-text__value {
        width: 100%;
    }

    .card-half {
        flex: 1 0 100%;
        /* Элементы будут занимать 100% ширины */
        margin-right: 0;
        /* Убираем отступ между элементами */
        margin-bottom: 15px;
        /* Добавляем отступ между строками */
    }

    .card-half:first-child {
        margin-right: 0px;
        /* Отступ только у первого блока справа */
    }

    .card-half:last-child {
        margin-left: 0px;
        /* Отступ только у последнего блока слева */
    }

    .card-half:not(:first-child):not(:last-child) {
        margin-left: 0px;
        margin-right: 0px;
        /* Отступ с обоих сторон для блоков, которые не первые и не последние */
    }

    .timetable_info {
        display: none;
    }

    .timetable_change {
        flex-wrap: wrap;
    }

    .timetable_btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .timetable_current-date {
        border-radius: 0.428rem;
        padding: 3px 5px;
        border: 2px solid #73382a;
        font-size: 8px;
    }

    .timetable_current-month div {
        padding: 5px;
        font-size: 14px;
    }

    .timetable_button-arrow {
        width: 20px;
        height: 15px;
    }

    .timetable td {
        width: 60px;
        height: 80px;
        min-width: 40px;
    }

    .timetable_event {
        /* max-width: 70px; */
        height: 10px;
        padding: 2px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 0.4rem;
    }

    .timetable_event div {
        max-width: 90px;
    }

    .timetable_event img {
        display: none;
    }
    .timetable_event .default_avatar {
        display: none !important;
    }

    .timetable_event p {
        font-size: 7px;
        font-weight: 500;
        margin-left: 4px;
    }

    .timetable_events-day {
        display: block;
        text-align: center;
        padding: 5px;
        font-size: 10px;
    }

    .timetable_event-empty {
        height: 10px;
        padding: 2px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .timetable_events-day-count {
        display: none;
    }

    .timetable_change-block {
        padding: 5px;
    }

    .timetable_events-more {
        font-size: 9px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0px;
        margin-bottom: 5px;
    }

    .messages {
        font-size: 12px;
    }

    .timetable_change i {
        font-size: 12px;
    }

    .timetable_change-text {
        margin-left: 5px;
        font-size: 10px !important;
    }

    .input {
        width: 100% !important;
        min-width: 100% !important;
        font-size: 10px;
    }

    .finishing-block-legend span {
        width: 15px;
        height: 15px;
        border: 3px solid #e9e9e9;
    }

    .games_day-status {
        width: 100%;
    }

    .dropdown-menu li {
        font-size: 10px;
        width: 100px;
    }

    .finishing-block-legend {
        font-size: 10px;
    }

    .games_event-add-price input {
        width: 40px;
        font-size: 9px;
        margin-left: 5px;
    }

    .games_day-time__start p:first-child {
        font-size: 12px;
    }

    .games_event-add-price p {
        font-size: 9px;
    }

    .games_add-list-left {
        width: 150px;
    }

    .games_add-list {
        min-height: 20px;
        font-size: 12px;
    }

    .games_add-date {
        font-size: 10px;
        padding: 3px 7px;
    }

    .games_add-list-big {
        height: 50px !important;
    }

    .games_add-price-block p {
        font-size: 14px;
    }

    .games_add-price-price {
        font-size: 12px !important;
    }

    .games_add-price-title {
        font-size: 10px !important;
    }

    .games_add-price-block {
        width: 200px;
    }

    .games_add-salary-block {
        width: 200px;
    }

    .games_add-salary-block p {
        font-size: 14px;
    }

    .games_add-salary-title p {
        font-size: 10px !important;
    }

    .games_add-title {
        font-size: 12px;
    }

    .games_add-comment {
        font-size: 12px;
        padding: 10px;
        margin: 10px 0px 20px 0px;
    }

    .users_block {
        margin-bottom: 15px;
    }

    .badge {
        font-size: 10px;
        padding: 2px 6px;
    }

    .admin_busy {
        font-size: 10px;
    }

    .games_event-add__employee-icon i {
        font-size: 18px;
        margin-left: 0;
    }

    .user-row {
        margin: 0;
        padding: 0;
    }

    .games_add-attachment-block {
        font-size: 12px;
    }

    .games_add-shows {
        font-size: 12px;
    }

    .games_add-shows-count {
        font-size: 14px;
    }

    .games_add-shows-count i {
        font-size: 18px;
        margin-right: 6px;
    }

    .games_add-name p:first-child {
        font-size: 12px;
    }

    .games_add-title-block {
        margin-bottom: 15px;
    }

    .games_add-address-block {
        width: 250px;
        padding: 15px;
        margin-bottom: 15px;
    }

    .games_add-address {
        margin-top: 10px;
    }

    .games_add-address-block:first-child {
        font-size: 12px;
    }

    .games_add-address-title {
        font-size: 10px;
    }

    .games_add-shows {
        width: 100%;
    }

    .games_add-tags li {
        font-size: 9px;
        padding: 3px 7px;
    }

    .games_day-empty {
        margin-left: 0px;
    }

    .brigade_list .games_event-add__employee-block {
        width: 100%;
    }

    .games_event-add__employee-block {
        width: 80px;
        padding: 5px 5px;
        margin-right: 10px;
        font-size: 9px;
        min-height: 40px;
        margin-bottom: 15px;
    }

    .games_day-empty-block {
        padding: 3px 7px;
        margin-left: 10px;
        font-size: 10px;
    }

    .games_day-empty-time {
        font-size: 9px;
    }

    .games_event-add__employee-icon img {
        width: 18px;
        height: 18px;
        margin-left: 0px;
    }
    .games_event-add__employee-icon .default_avatar {
        width: 18px;
        height: 18px;
        margin-left: 0px;
    }
    .games_event-add__employee-name {
        margin-left: 7px;
    }

    .user_job li {
        font-size: 10px;
        padding: 3px 7px;
    }

    .user_photo {
        width: 50px;
        height: 50px;
        border: 6px solid #cfd9ff;
    }

    .user_info {
        font-size: 10px;
    }

    .header__btn-text {
        display: none;
    }

    .breadcrumbs__desktop {
        display: none;
    }

    .breadcrumbs__mobile {
        display: block;
    }

    .header-profile_text {
        display: none !important;
    }

    .header-profile_logout {
        padding-left: 20px;
    }

    .header-profile_note {
        margin-left: 20px;
    }

    .header-profile_img {
        width: 25px;
        height: 25px;
    }

    .header__back {
        font-size: 10px;
    }

    .header__buttons i {
        font-size: 16px !important;
    }

    .breadcrumbs__item {
        font-size: 12px;
    }

    .dataTables_filter,
    .dataTables_info,
    .dataTables_length,
    .dataTables_paginate {
        font-size: 12px;
    }

    .dataTables_filter input {
        min-width: 100px;
    }

    .timetable_mobile {
        display: block;
    }

    .reports_list li {
        font-size: 12px;
    }

    .salary_table {
        font-size: 12px;
    }

    .salary_table thead th {
        padding: 7px 15px;
    }

    .salary-block td {
        padding: 7px;
    }

    .salary-image img {
        width: 40px;
        height: 40px;
    }
    .salary-image .default_avatar {
        width: 40px;
        height: 40px;
    }

    .salary-block .games_day-actions i {
        display: none;
    }

    .faq-question__main {
        font-size: 12px;
    }

    .profile_description {
        width: 100%;
    }

    .profile_list {
        font-size: 12px;
    }

    .profile_list .profile-name {
        font-size: 10px;
    }

    .avatar__img {
        width: 150px;
        height: 150px;
    }

    .price_input {
        width: 70px !important;
        min-width: 70px;
        font-size: 10px;
    }

    .table-show {
        font-size: 10px;
    }

    .select2 {
        width: 100% !important;
        font-size: 10px;
    }

    .field__label {
        font-size: 11px;
    }

    .checkbox label {
        font-size: 12px;
    }

    .radio label {
        font-size: 12px;
    }

    .games_event-add__type-block {
        width: 100px;
        padding: 5px 3px;
        margin-right: 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .app_full .header-wrapper {
        width: 100%;
    }

    .app_full .wrapper__content {
        margin-left: 0px;
    }

    .notification-title {
        font-size: 12px;
    }

    .notification-description {
        font-size: 10px;
    }

    .notification-modal {
        width: 270px;
    }
}

@media screen and (max-width: 1070px) {
    .timetable_event div {
        max-width: 60px;
    }

    .apptable__table {
        font-size: 8px !important;
    }

    .apptable__table-head {
        font-size: 8px !important;
    }

    .apptable__table-foot {
        font-size: 8px !important;
    }

    table.dataTable tbody td {
        padding: 2px 5px;
    }

    .games_add-list-image p {
        font-size: 9px;
    }

    .games_add-list-image img {
        display: none;
    }
    .games_add-list-image .default_avatar {
        display: none !important;
    }

    .games_add-list-image {
        justify-content: center;
    }

    .wrapper__content .btn {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 960px) {
    .sidebar {
        -webkit-box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.05);
        -moz-box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.05);
        box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.05);
        width: 200px;
    }

    .header-wrapper {
        width: calc(100% - 200px);
    }

    .wrapper__content {
        margin-left: 200px;
    }

    .menu {
        font-size: 12px;
    }

    .menu__header {
        font-size: 10px;
    }

    .menu__icon {
        font-size: 16px;
        width: 10px;
    }

    .tabs__item {
        padding: 0;
    }
    .logo_sidebar {
        height: 35px;
    }

    .sidebar__toggle {
        display: none;
    }
}

@media screen and (max-width: 810px) {
    .timetable_event div {
        max-width: 40px;
    }

    .timetable td {
        height: 60px;
    }

    .finishing {
        gap: 10px;
    }

    .finishing-block {
        width: 150px;
        padding: 10px 15px;
        font-size: 12px;
    }

    .finishing-block .manager {
        font-size: 10px;
        margin: 3px 0px;
    }

    .price_input {
        width: 40px !important;
        min-width: 40px;
        font-size: 9px;
        padding: 2px 4px !important;
    }

    .table-show {
        font-size: 9px;
    }

    .table-show td {
        padding: 3px 7px;
    }

    .header-profile_logout {
        padding-left: 10px;
    }

    .header-profile_note {
        margin-left: 8px;
        font-size: 20px !important;
    }

}

/* 📱 Адаптация под мобильные устройства */
@media (max-width: 768px) {
    .game_map {
        width: 250px !important;
    }

    .report_table {
        font-size: 10px;
        /* Уменьшаем шрифт */
    }

    .report_table thead th,
    .report_table td {
        padding: 4px 4px !important;
        /* Уменьшаем отступы */
    }

    .report_table-small {
        font-size: 8px;
    }

    .dashboard-block {
        padding: 15px 15px !important;
    }

    .dashboard_amount {
        font-size: 10px !important;
    }

    .dashboard_amount-name {
        font-size: 9px !important;
    }

    .dashboard_big {
        font-size: 30px;
    }

    .salary_table {
        font-size: 9px;
    }
}

/* end blockquote */
@media screen and (max-width: 640px) {

    .header-profile_block {
        gap: 7px;
    }


    .dashboard-left_first {
        gap: 15px;
    }

    .user_filter {
        display: block;
    }

    .user_statuses {
        margin-bottom: 15px;
    }

    .user_choose {
        margin-bottom: 5px;
    }

    .avatar__img {
        width: 120px;
        height: 120px;
    }

    .dashboard_icon {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .dashboard-block {
        padding: 15px 15px !important;
        height: 125px;
    }

    .dashboard-left_graph {
        height: 280px;
    }

    .dashboard_amount {
        font-size: 10px !important;
    }

    .dashboard_amount-name {
        font-size: 9px !important;
    }

    .dashboard_plus-name {
        font-size: 9px !important;
    }

    .dashboard_plus {
        margin-top: 5px;
        font-size: 24px !important;
    }

    .dashboard-right .dashboard-block {
        height: 150px;
    }

    .sidebar__close {
        display: inline-block;
    }

    .timetable_change {
        flex-wrap: wrap;
        background-color: white;
    }

    .timetable_btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .timetable_current-date {
        border-radius: 0.428rem;
        padding: 3px 5px;
        border: 2px solid #73382a;
        font-size: 8px;
    }

    .timetable_current-month div {
        padding: 5px;
        font-size: 14px;
    }

    .timetable_button-arrow {
        width: 20px;
        height: 15px;
    }

    .timetable td {
        width: 60px;
        height: 80px;
        min-width: 40px;
    }

    .timetable_event {
        /* max-width: 70px; */
        height: 10px;
        padding: 2px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 0.4rem;
    }

    .timetable_event div {
        max-width: 60px;
    }

    .timetable_event img {
        display: none;
    }

    .timetable_event .default_avatar {
        display: none !important;
    }

    .timetable_event p {
        font-size: 7px;
        font-weight: 500;
        margin-left: 4px;
    }

    .timetable_events-day {
        display: block;
        text-align: center;
        padding: 5px;
        font-size: 10px;
    }

    .timetable_event-empty {
        height: 10px;
        padding: 2px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .timetable_events-day-count {
        display: none;
    }

    .timetable_change-block {
        padding: 5px;
    }

    .timetable_change i {
        font-size: 11px;
    }

    .timetable_change-text {
        margin-left: 5px;
        font-size: 10px !important;
    }

    .page {
        overflow-x: hidden;
        margin: unset;
    }

    .sidebar {
        display: none;
        width: 100vw;
        height: 100vh;
        z-index: 1000;
        overflow-y: auto;
    }

    .card-half {
        padding: 15px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }

    .header__buttons a:first-child {
        margin-left: 0px;
    }

    .header__buttons a {
        margin-left: 0px;
    }

    .header__buttons {
        margin-left: 15px;
    }

    .verticalLine {
        border-left: none;
    }

    .header {
        margin: 0;
        border-radius: 0;
        padding: 0px 5px;
    }

    .header-wrapper {
        width: 100%;
    }

    .header__title_text {
        font-size: 10px;
        display: block;
    }

    .page__title {
        display: none;
    }

    .sidebar__hamburger {
        display: inline-block;
    }


    .wrapper__content {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        margin: 0;
        padding: 15px 10px;
        box-sizing: border-box;
        margin-top: 60px;
    }

    .card-full {
        padding: 15px;
    }

    .dashboard-event li {
        font-size: 12px;
    }

    .games_day-empty-time {
        width: 80px !important;
    }

    .games_day-empty-block {
        width: 90% !important;
        min-width: 100px;
        max-width: none;
    }

    .reports_list li {
        font-size: 10px;
    }

    .user_statuses {
        background-color: white;
        text-align: center;
    }

    .user_roles li {
        font-size: 12px;
        padding: 7px 10px;
    }

    .user_statuses-block {
        padding: 7px 15px;
    }

    .user_roles ul {
        text-align: center;
    }

    .header-profile_logout {
        padding-left: 15px;
    }

    .header-profile_note {
        margin-left: 15px;
        font-size: 20px !important;
    }

    .apptable.apptable_theme_compact table.dataTable thead .apptable__table-head-th {
        padding: 10px 0px !important;
    }
}

@media screen and (max-width: 540px) {
    .timetable_event div {
        max-width: 45px;
    }
}

@media screen and (max-width: 440px) {
    .game_map {
        width: 220px !important;
    }
    .timetable_event div {
        max-width: 32px;
    }

    .report_table-small {
        font-size: 7px;
    }

    .salary-image img {
        width: 30px;
        height: 30px;
    }
    .salary-image .default_avatar {
        width: 30px;
        height: 30px;
    }

    .salary_table thead th {
        padding: 5px 10px;
    }

    .table-show td {
        padding: 3px 5px;
    }

    .header-profile_logout {
        padding-left: 10px;
    }

    .header-profile_note {
        margin-left: 6px;
    }
}