.modal__dialog--800 {
    max-width: 832px;
}

.modal__dialog--600 {
    max-width: 632px;
}

.modal__dialog--450 {
    max-width: 482px;
}

.modal__dialog--350 {
    max-width: 382px;
}

.modal__content-600 {
    min-height: 600px;
}
.sidebar-link .notification-point {
    position: static;
    border-color: var(--danger);
    max-width: none;
}
.sidebar-is-close .dropdown .sidebar-link{
    padding-left: 7px;
}
.sidebar-is-close .sidebar-link .notification-point {
    position: absolute;
}
.border-bottom {
    border-bottom: 1px solid var(--table-border);
}

.border-top {
    border-top: 1px solid var(--table-border);
}

.settings-modal {
    display: flex;
    flex: auto;
}

.settings-modal.tabs {
    flex-direction: row;
    gap: unset;
}

.settings-modal__aside {
    padding: 24px 20px;
    background-color: var(--table-col);
    flex: 0 0 240px;
}

.settings-modal__aside .tabs-nav {
    flex-direction: column;
}

.settings-modal__aside .tabs-nav .tabs-link {
    display: block;
    width: 100%;
}

.settings-modal__aside .tabs-nav .tabs-link .btn {
    width: 100%;
    justify-content: flex-start;
}

.settings-modal__body {
    flex: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.settings-modal__body .tabs-body {
    flex: auto;
    padding: 24px 32px;
}

.settings-modal__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 16px;
}

.g-18 {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.adding-member-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.adding-member-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 360px;
    background: var(--primary);
    color: var(--white);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.adding-member-item__body {
    flex: auto;
    overflow: hidden;
    white-space: nowrap;
}

.adding-member-item__body>* {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.hr {
    border: 0;
    border-top: 1px solid var(--table-border);
}

.wrapper-input.input-border {
    box-shadow: none;
    border: 1px solid var(--light-2);
}

.btn--secondary-light {
    background-color: var(--bg-input);
    color: var(--light);
}

.btn--secondary-light:hover {
    background-color: transparent;
    border-color: var(--bg-input);
}

.flex-80 {
    flex: 0 0 80px;
    width: 80px;
}

.guest-change {
    display: flex;
    gap: 8px;
}

.guest-change .btn {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.guest-change .btn.disabled {
    color: var(--secondary);
    border-color: var(--table-col);
    background-color: var(--table-col);
}

.guest-change .input {
    text-align: center;
}

.guest-change .wrapper-input {
    flex: auto;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

.wrapper-input .textarea {
    padding: 11px;
}

.settings-modal__body .label--text {
    font-size: 13px;
}

.list-group-24 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

.g-24 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.table-settings {
    width: 100%;
    border-collapse: collapse;
}

.table-settings tbody tr td {
    padding: 4px;
}

.table-settings tbody tr td:first-child {
    padding-left: 0;
}

.table-settings tbody tr td:last-child {
    padding-right: 0;

}

.table-settings thead tr th {
    background-color: #F3F3F3;
    color: #767676;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    padding: 5px;
    text-align: start;

}

.table-settings thead tr {
    border-spacing: 0 5px;
}

.table-settings thead tr th:first-child {
    padding-left: 10px;
    border-radius: 8px 0 0 8px;
}

.table-settings thead tr th:last-child {
    padding-right: 10px;
    border-radius: 0 8px 8px 0;
}

.table-wrapper {
    overflow: auto;
}

.change-table-size {
    display: flex;
    gap: 16px;
}

.change-table-size__item {
    display: flex;
    cursor: pointer;
    flex: auto;
    min-width: 136px;
}

.change-table-size__body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 136px;
    border-radius: 16px;
    background: var(--bg-input);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border: 1px solid var(--bg-input);
    width: 100%;
}

.change-table-size__item input:checked+.change-table-size__body {
    border: 1px solid var(--primary);
    color: var(--primary);
    background: #ECFAFB;
}

.small-table {
    max-width: 136px;
}

.modal-right-full .modal__dialog {
    margin: unset;
    margin-left: auto;
    align-items: stretch;
}

.modal-right-full .modal__header {
    padding: 14px 18px;
    min-height: 64px;
}

.notification-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    width: 100%;
    max-width: 100%;
}

.notification-link__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 360px;
    background: rgba(1, 176, 185, 0.10);
}

.notification-link__content {
    flex: auto;
    overflow: hidden;
    white-space: nowrap;
}

.notification-link__content>* {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.notification-link__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
}

.notification-link__desc {
    color: var(--light);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.notification-link__time-ago {
    white-space: nowrap;
    color: #767676;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    align-self: flex-start;
}

.hr {
    border: 0;
    border-top: 1px solid var(--table-border);
}

.tables-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(164px , 1fr));
    grid-auto-rows: 1fr;
    gap: 26px;
    width: 100%;
}
.table-grid-item-big {
    grid-column: span 2;
}
.table-grid-item {
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
    min-height: 164px;
}

.table-grid-item--success {
    color: white;
    border: 0.5px solid rgba(0, 0, 0, 0.00);
    background: linear-gradient(88deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.00) 20%, rgba(255, 255, 255, 0.00) 40%, rgba(255, 255, 255, 0.00) 60%, rgba(255, 255, 255, 0.00) 80%, rgba(255, 255, 255, 0.36) 100%), #01B0B9;
    box-shadow: 0px 2px 2.5px 0px rgba(255, 255, 255, 0.36) inset;
}
.table-grid-item--busy {
    color: white;
    border: 0.5px solid rgba(0, 0, 0, 0.00);
    background: linear-gradient(88deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.00) 20%, rgba(255, 255, 255, 0.00) 40%, rgba(255, 255, 255, 0.00) 60%, rgba(255, 255, 255, 0.00) 80%, rgba(255, 255, 255, 0.16) 100%), #1D1D1D;
    box-shadow: 0px 2px 2.5px 0px rgba(255, 255, 255, 0.36) inset;
}

.table-grid-item__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.table-grid-item__name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    gap:12px;
}

.table-grid-item__bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.table-grid-item__time,
.table-grid-item__people,
.table-grid-item__check {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 360px;
    min-height: 28px;
    padding: 5px 10px; 
}

.table-grid-item--success .table-grid-item__people,
.table-grid-item--success .table-grid-item__check {
    border: 0.5px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.20);
}
.table-grid-item--success .table-grid-item__time {
    background: #252723;
}
.table-grid-item--busy .table-grid-item__time{
    background: #fff;
    color: #252723;
}

.table-grid-item--busy .table-grid-item__people,
.table-grid-item--busy .table-grid-item__check {
    border: 0.5px solid rgba(255, 255, 255, 0.30);
    background: #3A3A3A;
}
.space-y-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}


.choose-menu-page {
    display: flex;
    gap: 28px;
    flex: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
}
.choose-menu-page__links {
    flex: 0 0 110px;
    width: 110px;
    padding: 5px;
    border-radius: 16px;
    background: #F6F6F6;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12) inset;
    overflow: auto;
}
.choose-menu-page__links::-webkit-scrollbar ,
.choose-menu-page__body::-webkit-scrollbar,
.choose-menu-page__aside::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.choose-menu-page__menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.choose-menu-page__menu li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 12px;
    border: 0.5px solid rgba(0, 0, 0, 0.00);
    background: #FFF;
    min-height: 72px;
    color: #767676;
    position: relative;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}
.choose-menu-page__menu li a .count-items {
    background: #DF245C;
    color: white;
    position: absolute;
    top: 8px;
    right: 8px;
}
.choose-menu-page__menu li a.active,
.choose-menu-page__menu li a:hover {
    color:white;
    background: linear-gradient(88deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.00) 20%, rgba(255, 255, 255, 0.00) 40%, rgba(255, 255, 255, 0.00) 60%, rgba(255, 255, 255, 0.00) 80%, rgba(255, 255, 255, 0.16) 100%), #1D1D1D;
    box-shadow: 0px 2px 2.5px 0px rgba(255, 255, 255, 0.36) inset;
}

.full-screen-block {
    max-height: calc(100dvh - var(--header-fixed-padding));
    /* overflow: hidden; */
}

.choose-menu-page__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 26px;
    padding-bottom: 26px;
    margin-bottom: -26px;
    margin-top: -26px;
    margin-left: -10px;
    margin-right: -10px;
    flex: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.choose-menu-page__menu-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(137px , 1fr));
    gap:16px 7px ;
}
.choose-menu-item {
    display: flex;
    flex-direction: column;
    min-height: 137px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
    overflow: hidden;
    cursor: pointer;
}
.choose-menu-item.selected {
    /* border: 0.5px solid rgba(0, 0, 0, 0.00); */
    background: linear-gradient(180deg, rgba(29, 29, 29, 0.14) 63.5%, rgba(1, 176, 185, 0.14) 100%), #1D1D1D;
    box-shadow: none;
    color: white;
}
.choose-menu-item.danger {
    border: 1px solid #DF245C;
    pointer-events: none;
}
.choose-menu-item__head {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
    color: #767676;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-height: 32px;
}
.choose-menu-item.danger .choose-menu-item__head {
    background: #FFF3F7;
}
.choose-menu-item.selected .choose-menu-item__head{
    background: linear-gradient(88deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.00) 20%, rgba(255, 255, 255, 0.00) 40%, rgba(255, 255, 255, 0.00) 60%, rgba(255, 255, 255, 0.00) 80%, rgba(255, 255, 255, 0.36) 100%), #01B0B9;
    color: white;
}
.choose-menu-item__body {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 12px;
    position: relative;
}
.choose-menu-item__name {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.choose-menu-item__price {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.choose-menu-item__head-selected {
    display: none;
    align-items: center;
    gap: 6px;
}

.choose-menu-item.selected .choose-menu-item__head-selected{
    display: flex;
}

.choose-menu-item.selected .choose-menu-item__head-title {
    display: none;
}

.count-items {
    height: 18px;
    min-width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 360px;
    background: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 11px;
    color: var(--primary);
}

.danger-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.choose-menu-page__aside {
    width: 315px;
    flex: 0 0 315px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
}

.choose-menu-page__aside-item {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.choose-menu-page__aside-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
    margin-top: auto;
}
.bg-light-secondary{
    background-color: #FAFAFA;
}
.color-secondary-100 {
    color: #D6D6D6;
}
.color-secondary-500 {
    color: #767676;
}

.count-items-aside {
    min-width: 44px;
    height: 44px;
    background: #F0F0F0;
    font-size:  20px;
    color: #000;
}

.options-list {
    --list-gap: 14px;
    display: flex;
    flex-direction: column;
    gap: var(--list-gap);
}

.checkout-prod-item {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.checkout-prod-item__info {
    flex: auto;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.checkout-prod-item__info > * {
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-prod-item__price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.options-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.options-list-spoller {
    flex-direction: column;
    align-items: stretch;
}
.options-list-spoller.active .options-list-spoller-btn .ico-close{
    display: block;
}
.options-list-spoller.active .options-list-spoller-btn .ico-pen{
    display: none;
}
.options-list-spoller-btn .ico-close {
    display: none;
}

.options-list-spoller-body {
    display: none;
}

.options-list-spoller-body > * {
    padding-bottom: 12px;
}

.options-list-spoller-body-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.searchable-section.options {
    align-items: unset;
}
.page-mobile-actions{
    display: none;
}

.order-empty-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 10px 0;
    color: #767676;
    font-size: 13px;
}

.mobile-close-fixed-lg-right {
    display: none;
}

.select-dish-card__body {
    padding: 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: auto;
}
.select-dish-card__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    padding: 14px;
    border-top: 1px solid #F2F2F2;
} 

.hr-dash {
    border-top: 1px dashed #E4E4E4;
}

.select-size-list,
.select-add-on-list {
    gap: 5px;
    flex-wrap: wrap;
}

.select-size-list .switch-list--item,
.select-add-on-list .switch-list--item {
    flex: 1;
}

.select-size-list .btn-switch{
    flex-direction: column;
    gap: 4px;
    padding: 7px 14px;
    background: #FAFAFA;
    width: 100%;
    color: #252723;
}
.select-add-on-list .btn-switch {
    flex-direction: column;
    color: #252723;
    gap: 4px;
    padding: 7px 14px;
    border-radius: 12px;
    border: 1px solid #ECECEC;
    width: 100%;
}
.select-size-list .switch-list--item input:checked + .btn-switch {
    background-color: transparent;
}
.select-size-list .switch-list--item input:checked + .btn-switch .switch-ui-price,
.select-add-on-list  .switch-list--item input:checked + .btn-switch .switch-ui-price {
    color: var(--primary);
}

.guest-change-value {
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 3px 7px;
    border-radius: 360px;
} 
.pill-secondary-ounline {
    color: #767676;
    border: 1px solid #F2F2F2;
}

.widget-map.widget-map--notafter:after  {
    display: none;
}

.page-canva .page-section--width-header {
    height: calc(100% - 65px);
}



.input-color-styles {
    border-radius: 12px;
    border: 1px solid #ECECEC;
    width: 40px;
    height: 40px;
    background-color: #fff;
}

.input-color-styles::-webkit-color-swatch-wrapper {
    padding: 6px;    
}
  
.input-color-styles::-webkit-color-swatch {
    /* border: none;  
    border-radius: 50%; */
    border-radius: 4px;
}

.selected-itmes-in-table .actions-for-page{
    display: none!important;
}

.actions-for-selected-items {
    display: none!important;
}

.selected-itmes-in-table .actions-for-selected-items {
    display: flex!important;
}

.select-add-on-list.--style-2 input:checked ~ .btn-switch {
    background-color: var(--primary);
}
.select-add-on-list.--style-2 .switch-list--item input:checked + .btn-switch .switch-ui-price {
    color: var(--white);
}