.phone-auth-component {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    padding: 32px;
    background: #FFFFFF;
    border-radius: 12px;
}

.callback-form .phone-auth-component .callback-form__close {
    background-color: #FFFFFF;
}
.callback-form .phone-auth-component .callback-form__close svg {
    /* width: 10px; */
    /* height: 10px; */
}

.phone-auth-authorized {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.auth-header {
    margin-bottom: 24px;
}

.auth-header h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.2px;
    margin: 0;
    margin-bottom: 8px;
}

.auth-header p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 0;
    letter-spacing: -0.2px;
}

.auth-code {
    background-color: #F5F5F5;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.auth-code p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.2px;
    margin-bottom: 16px;
}

.auth-code .form-group {
    column-gap: 4px;
    row-gap: 8px;
}

.form-group {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 16px;
    row-gap: 4px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.form-group.has-error {
    margin-bottom: 32px;
}

.form-group label {
    width: 85px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 0;
    letter-spacing: -0.2px;

}

.form-group__body {
    position: relative;
    flex-grow: 1;
}

.form-control.form-control--auth {
    /* width: initial; */
    /* flex-grow: 1; */
    padding: 16px;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    background-color: #F5F5F5;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    box-shadow: none;

    transition: border-color 0.3s;
}

.form-control.form-control--auth:focus {
    border-color: #F5F5F5;
    outline: none;
}

.form-control.form-control--auth:hover {
    box-shadow: none;
}

.form-control.form-control--white {
    /* width: initial; */
    /* flex-grow: 1; */
    padding: 16px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    background-color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    box-shadow: none;

    transition: border-color 0.3s;
}

.form-control.form-control--white:focus {
    border-color: #FFFFFF;
    outline: none;
}

.form-control.form-control--white:hover {
    box-shadow: none;
}

.code-input {
    /* letter-spacing: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold; */
}

.btn {
    /* display: block;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 15px; */
}

.btn.btn-white {
    width: 100%;
    border-radius: 6px;
    padding: 15px 16px;
    background-color: #FFFFFF;
    border: 1px solid #8A8A8A;
    text-transform: initial;

    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
}

.btn.btn-white:focus,
.btn.btn-white:hover {
    background-color: #FFFFFF;
}

.btn.btn-white:disabled {
    /* background: #ccc; */
    cursor: not-allowed;
}

.btn.btn-orange {
    width: 100%;
    border-radius: 6px;
    padding: 15px 16px;
    background-color: #E5AF98;
    border: 1px solid #E5AF98;
    text-transform: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;

    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
}

.btn.btn-orange:focus,
.btn.btn-orange:hover {
    background: #E5AF98;
}

.btn.btn-orange:disabled {
    /* background: #ccc; */
    cursor: not-allowed;
}

.btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-link {
    background: none;
    border: none;
    color: #0066cc;
    padding: 0;
    text-decoration: underline;
}

.auth-resend-code {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.2px;
    text-align: center;
    margin-top: 16px;
}

.auth-resend-code .btn-white {
    border-color: #FFFFFF;
}

.auth-resend-code a {
    color: #0066cc;
    text-decoration: none;
}

.auth-resend-timer {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.2px;
    text-align: center;
    color: #8A8A8A;
}

.auth-resend-time {
    font-weight: 500;
    display: inline-block;
    width: 24px;
}

.status-message {
    padding: 10px;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 14px;
}

.error-message {
    width: 100%;
    padding: 10px;
    background: #ffebee;
    color: #C03C3C;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 14px;
}

.error-text {
    width: 100%;
    color: #C03C3C;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.2px;
    margin-top: 4px;
    position: absolute;
    top: 100%;
}

.has-error .form-control.form-control--auth {
    border-color: #C03C3C;
}

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.auth-body {
    margin-bottom: 24px;
}

.auth-footer {
    margin-top: 20px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.auth-btn-register {
    margin-top: 24px;
}

.auth-success {
    padding: 20px;
    background: #e8f5e9;
    border-radius: 8px;
}

.auth-success h3 {
    color: #2e7d32;
    margin-top: 10px;
}

.icon-check {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #4caf50;
    color: white;
    border-radius: 50%;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}

.btn-logout {
    display: inline-block;
    width: auto;
    padding: 8px 20px;
    margin-top: 15px;
    background: #f44336;
    color: white;
}

.btn-logout:hover {
    background: #d32f2f;
}

.modal-dialog.modal-dialog-centered {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.dropdown-list {
  position: absolute;
  z-index: 1000;
  width: calc(100% - 2px); /* Учитываем границу input */
  max-height: 250px;
  overflow-y: auto;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 10px -6px;
  margin-top: -1px; /* Перекрываем границу input */
  top: 100%;
}

.dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-list li {
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 2px;
    border-radius: 5px;
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
    line-height: 20px;
    min-height: 20px;
    transition: background-color 0.2s;
}

.dropdown-list li:last-child {
  border-bottom: none;
}

.dropdown-list li:hover, 
.dropdown-list li.highlighted {
    color: #515151;
    background: #D5D5D5;
}

.loading-indicator {
  padding: 10px 15px;
  color: #6c757d;
  font-style: italic;
}









/* cabinet */
.cabinet-backlink {
    height: 50px;
    display: flex;
    align-items: center;
    row-gap: 8px;
}
.cabinet-backlink__icon {
    display: flex;
    max-width: 24px;
    max-height: 24px;
    align-items: center;
}
.cabinet-backlink__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}
.cabinet-backlink:hover,
.cabinet-backlink:hover path {
    color: #DEAF83;
    stroke: #DEAF83;
}

.cabinet {
    
}
.cabinet--agent {
    letter-spacing: -0.2px;
    color: #575757;
    margin-top: 80px;
}
.cabinet__content {
    display: grid;
    grid-template-columns: 360px 1fr;
    grid-template-rows: minmax(76px, auto) 1fr;
    gap: 16px 30px;
}
.cabinet__profile {
    padding: 16px;
    border-radius: 12px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    column-gap: 8px;
    cursor: pointer;
}
.cabinet__profile:hover {
    color: #575757;
}
.cabinet__profile:hover .cabinet-profile__edit svg path {
    stroke: #E5AF98;
}
.cabinet__header {
    display: grid;
    grid-template-columns: 1fr 230px;
    gap: 16px;    
}
.cabinet__title {
    padding: 16px 24px;
    border-radius: 12px;
    background-color: #FFFFFF;

    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.2px;

    display: flex;
    align-items: center;
}

.cabinet-profile {

}
.cabinet-profile__image,
.cabinet-profile__image svg {
    max-width: 40px;
    max-height: 40px;
}
.cabinet-profile__info {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.2px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.cabinet-profile__name {
    font-weight: 500;
}
.cabinet-profile__agency {

}
.cabinet-profile__edit,
.cabinet-profile__edit svg {
    max-width: 24px;
    max-height: 24px;
    cursor: pointer;
}

.cabinet-cart {
    padding: 16px;
    border-radius: 12px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.cabinet-cart__image,
.cabinet-cart__image svg {
    max-width: 40px;
    max-height: 40px;
}
.cabinet-cart__info {
    display: flex;
    flex-direction: column;

    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.2px;
}
.cabinet-cart__title {
    font-weight: 500;
}
.cabinet-cart__subtitle {
    font-size: 14px;
}

.cabinet-sidebar {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.cabinet-sidebar__item {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 16px;
    border-radius: 12px;
    background-color: #FFFFFF;
    color: #575757;
    transition: color 0.2s ease-in-out;
}
.cabinet-sidebar__item:hover {
    color: #E5AF98;
}
.cabinet-sidebar__item:hover .cabinet-sidebar__arrow svg path {
    stroke: #E5AF98;
}
.cabinet-sidebar__item--active {
    background: #E5AF98;
    pointer-events: none;
}
.cabinet-sidebar__icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cabinet-sidebar__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}
.cabinet-sidebar__arrow {
    margin-left: auto;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cabinet-sidebar__item--gray-icon {
    column-gap: 16px;
}
.cabinet-sidebar__item--gray-icon .cabinet-sidebar__icon {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #575757;
    background: #D8DEE1;
}

.cabinet-status {
    text-align: center;
    padding: 16px;
    border-radius: 12px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 8px;
}
.cabinet-status__icon {
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background: #E9E9E9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cabinet-status__button {
    width: 100%;
}
.button--status {
    padding: 10px 16px;
    background: #E9E9E9;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    border-color: transparent;
}
.cabinet-status__description {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 4px;
}
.cabinet-status__name {
    font-weight: 500;
}
.cabinet-status__link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}
.cabinet-status__link:hover a {
    color: #DEAF83;
}

.cabinet-main {
    display: grid;
    /* grid-template-columns: 1fr minmax(490px, auto); */
    /* grid-template-rows: repeat(2, minmax(200px, auto)); */
    gap: 30px;
}

.cabinet-action-slider {
    border: 1px solid #E5AF98;
    border-radius: 12px;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    overflow: hidden;
}
.cabinet-action-slider img {
    max-width: 492px;
    height: 102%;
    object-fit: cover;
}

.cabinet-card {
    padding: 24px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 8px;
}
.cabinet-card--gray {
    background: #D8DEE1;
}
.cabinet-card--lemon {
    background: #EEEED7;
}
.cabinet-card--white {
    background: #FFFFFF;
}
.cabinet-card__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}
.cabinet-card__subtitle {
    font-size: 16px;
    line-height: 130%;
}
.cabinet-card__buttons {
    width: 100%;
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 8px;
}

.button--cabinet-agent {
    color: #575757;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    border-radius: 6px;
    border-color: transparent;
}
.button--coral {
    background: #E5AF98;
}
.button--lemon {
    background: #EEEED7;
}
.button--white {
    background: #ffffff;
}
.button--green {
    background: #DCE1D8;
}
.button--green:hover {
    color: #575757;
}

.cabinet-profile-edit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  grid-template-columns: 360px 1fr;
  gap: 16px 30px;
}
.cabinet-profile-edit__profile {
    grid-row: 1/4;
}
.cabinet-profile-edit__avatar {
    height: 100%;
    text-align: center;
    padding: 16px;
    border-radius: 12px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
}
.cabinet-profile-edit__field {
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
}
.cabinet-profile-edit__field label {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0;
}
.cabinet-profile-edit__field input {
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    padding: 12px;
    color: #8A8A8A;
    font-size: 16px;
}
.cabinet-profile-edit__date {
    grid-row: 4/5;
}
.cabinet-profile-edit__save {
    margin-top: 24px;
}
.cabinet-profile-edit__save button {
    width: 100%;
    max-width: 360px;
    font-size: 20px;
    line-height: 120%;
    height: 56px;
}
.cabinet-profile-edit__cancel {
    margin-top: 24px;
}
.cabinet-profile-edit__cancel button {
    width: 100%;
    max-width: 360px;
    font-size: 20px;
    line-height: 120%;
    height: 56px;
}

.profile-avatar {
    
}
.profile-avatar__image {
    width: 100%;
    height: 100%;
    max-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    border-radius: 8px;
    overflow: hidden;
}
.profile-avatar__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.profile-avatar__upload {
    display: flex;
    align-items: center;
    column-gap: 8px;
    cursor: pointer;
}
.profile-avatar__upload-text {
    font-size: 14px;
    line-height: 130%;
    color: #8A8A8A;
    /* transition: all 0.2s ease-in-out; */
}
.profile-avatar__upload-icon svg {
    /* transition: all 0.2s ease-in-out; */
}
.profile-avatar__edit-icon svg {
    /* transition: all 0.2s ease-in-out; */
}
.profile-avatar__upload:hover .profile-avatar__upload-icon path {
    fill: #E5AF98;
}
.profile-avatar__upload:hover .profile-avatar__edit-icon path {
    stroke: #E5AF98;
}
.profile-avatar__upload:hover .profile-avatar__upload-text {
    color: #E5AF98;
}
.profile-avatar__hr {
    width: 100%;
    height: 1px;
    background: #C8C8C8;
}
.profile-avatar__description {
    font-size: 14px;
    line-height: 130%;
}

.meetings {
    height: 100%;
    text-align: center;
    padding: 24px;
    border-radius: 12px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.meetings__empty {
    padding: 32px;
    background: #F5F5F5;
    border-radius: 12px;

    display: flex;
    flex-direction: column;
    row-gap: 42px;
}
.meetings__empty-info {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.meetings__empty-title {
    font-size: 32px;
    line-height: 110%;
    font-weight: 500;
}
.meetings__empty-subtitle {
    font-size: 16px;
    line-height: 130%;
}
.meetings__empty .button--cabinet-agent {
    width: 100%;
    height: 56px;
    font-size: 20px;
    line-height: 120%;
}

.materials {
    display: grid;
    gap: 16px;
}
.material-item {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 19.5px 24px;
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 16px;
}
.material-item__header {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.material-item__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
}
.material-item__description {
    font-size: 16px;
    line-height: 130%;
}
.material-item__buttons .button--cabinet-agent {
    gap: 8px;
    font-size: 20px;
    line-height: 120%;
}

.cabinet-crm {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    gap: 16px;
}
.cabinet-crm__filter {

}
.cabinet-crm-search {
    padding: 16px 24px;
    background: #FFFFFF;
    border-radius: 12px;
}
.cabinet-crm-search label {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 16px;
}
.cabinet-crm-search__wrap {
    display: flex;
    column-gap: 16px;
}
.cabinet-crm-search__field {
    flex-grow: 1;
    position: relative;
}
.cabinet-crm-search__field input {
    background: #F5F5F5;
    width: 100%;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    font-size: 16px;
    line-height: 130%;
    height: 56px;
    padding: 19px 12px;
}
.cabinet-crm-search__field-icon {

}
.cabinet-crm-search__refresh {
    width: 56px;
    height: 56px;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cabinet-crm-search__buttons .button--cabinet-agent {
    height: 56px;
    padding-right: 12px;
    padding-left: 12px;
    column-gap: 8px;
}
.cabinet-crm__result {
    height: 100%;
    /* background: rgba(0, 128, 0, 0.322); */
    position: relative;
}

.crm-result {

}
.crm-result__header {
    background: #DCE1D8;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding: 24px 14px;
}
.crm-result__item {
    font-size: 14px;
    line-height: 130%;
    padding: 28px 20px;
    background: #FFFFFF;
}
.crm-result__footer {
    background: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 72px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    box-shadow: 0px -4px 8px 0px #5757571A;
}
.pagination-crm {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
}
.pagination-crm__wrap {
    display: flex;
    column-gap: 4px;
}
.pagination-crm__arrow {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-crm__item {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-crm__item--active {
    background: #E5AF98;
}
.pagination-crm__devider {
    width: 24px;
    height: 24px;
    text-align: center;
}

.loyalty {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.loyalty__item {
    padding: 16px 24px;
    background: #FFFFFF;
    border-radius: 12px;

    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.loyalty__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
    opacity: 0.7;
}
.loyalty__content--current {
    opacity: 1;
}
.loyalty__hr {
    width: 100%;
    height: 1px;
    background: #C8C8C8;
}
.loyalty__icon {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background: #DEAF83;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loyalty__icon svg {
    width: 40px;
    height: 40px;
}
.loyalty__buttons {
    width: 100%;
}
.loyalty__buttons .button--cabinet-agent {
    width: 100%;
    height: 56px;
    background: #DEAF83;
    font-size: 16px;
    line-height: 130%;
}
.loyalty__description {
    font-size: 16px;
    line-height: 130%;

    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 8px;
}
.loyalty__description-name {
    font-weight: 500;
}
.loyalty__content--bronze .loyalty__icon,
.loyalty__content--bronze .button--cabinet-agent {
    background: #DEAF83;
}
.loyalty__content--silver .loyalty__icon,
.loyalty__content--silver .button--cabinet-agent {
    background: #ECECEC;
}
.loyalty__content--gold .loyalty__icon,
.loyalty__content--gold .button--cabinet-agent {
    background: #F1D79C;
}
.loyalty__content--platina .loyalty__icon,
.loyalty__content--platina .button--cabinet-agent {
    background: #E2E6E9;
}

.data-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
}
.table-body {
  background: #FFFFFF;
}
.table-header {
  display: grid;
  grid-template-columns: 1.5fr 1.2fr 1fr 1.5fr 1.2fr 40px;
  background: #DCE1D8;
  font-weight: bold;
  padding: 14px 24px;
}
.grid-row:not(.table-header) {
  display: grid;
  grid-template-columns: 1.5fr 1.2fr 1fr 1.5fr 1.2fr 40px;
  align-items: start;
  padding: 16px 24px;
  border: 1px solid #F5F5F5;
}
.grid-cell {
  padding: 8px;
  /* word-break: break-word; */
}
.sortable {
  cursor: pointer;
  user-select: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
}
.sortable:hover {
  /* background-color: #ebebeb; */
}
.sort-icon {
  transition: transform 0.2s ease;
}
.rotate-180 {
  transform: rotate(180deg);
}
.table-body .grid-row:nth-child(even) {
  /* background-color: #FFFFFF; */
}
.table-body .grid-row:hover {
  /* background-color: #F5F5F5; */
}
/* Стили для колонки Клиент */
.client-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;

    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}
.client-name {

}
.client-phone {
    
}
.client-email {
  color: #8A8A8A;
}
/* Стили для колонки Статус */
.status-cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.status-badge {
  padding: 4px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 130%;
  width: fit-content;
}
.status-date {
  font-size: 14px;
  line-height: 130%;
}
.days-left {
    font-size: 14px;
    margin-bottom: 8px;
    color: #8A8A8A;
}
.days-warning {
  color: #ff9800;
}
.days-critical {
  color: #f44336;
}
.project-name {
    font-size: 14px;
    line-height: 130%;
}
/* Стили для колонки Объект */
.object-cell {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* Стили для колонки Менеджер */
.manager-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.manager-name {
  font-size: 14px;
  line-height: 130%;
}
.manager-phone {
  font-size: 14px;
  line-height: 130%;
}
/* Статусы */
.status-new { background-color: #e3f2fd; color: #1976d2; }
.status-in-progress { background-color: #fff8e1; color: #ff8f00; }
.status-completed { background-color: #e8f5e9; color: #388e3c; }
.status-cancelled { background-color: #ffebee; color: #d32f2f; }
.status-reserved { background-color: #f3e5f5; color: #8e24aa; }
.object-item {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;

  padding: 4px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 130%;
  width: fit-content;
}
.object-item--flat { background: #DCE1D8; }
.object-item--parking { background: #EEEED7; }
.object-item--pantry { background: #D8DEE1; }
.object-item--commerce { background: #ECE2D2; }
.object-type {
  
}
.object-number {
    
}
.object-address {
  font-size: 12px;
  color: #666;
  width: 100%;
}
.action-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
.action-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s;
}
.action-btn:hover {
  background-color: #DCE1D8;
}
.action-btn svg {
  pointer-events: none;
}ne {
  font-size: 14px;
  line-height: 130%;
}
/* Статусы */
.status-new { background-color: #e3f2fd; color: #1976d2; }
.status-in-progress { background-color: #fff8e1; color: #ff8f00; }
.status-completed { background-color: #e8f5e9; color: #388e3c; }
.status-cancelled { background-color: #ffebee; color: #d32f2f; }
.status-reserved { background-color: #f3e5f5; color: #8e24aa; }
.object-item {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;

  padding: 4px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 130%;
  width: fit-content;
}
.object-item--flat { background: #DCE1D8; }
.object-item--parking { background: #EEEED7; }
.object-item--pantry { background: #D8DEE1; }
.object-item--commerce { background: #ECE2D2; }
.object-type {
  
}
.object-number {
    
}
.object-address {
  font-size: 12px;
  color: #666;
  width: 100%;
}
.action-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
.action-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s;
}
.action-btn:hover {
  background-color: #DCE1D8;
}
.action-btn svg {
  pointer-events: none;
}ne {
  font-size: 14px;
  line-height: 130%;
}
/* Статусы */
.status-new { background-color: #e3f2fd; color: #1976d2; }
.status-in-progress { background-color: #fff8e1; color: #ff8f00; }
.status-completed { background-color: #e8f5e9; color: #388e3c; }
.status-cancelled { background-color: #ffebee; color: #d32f2f; }
.status-reserved { background-color: #f3e5f5; color: #8e24aa; }
.object-item {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;

  padding: 4px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 130%;
  width: fit-content;
}
.object-item--flat { background: #DCE1D8; }
.object-item--parking { background: #EEEED7; }
.object-item--pantry { background: #D8DEE1; }
.object-item--commerce { background: #ECE2D2; }
.object-type {
  
}
.object-number {
    
}
.object-address {
  font-size: 12px;
  color: #666;
  width: 100%;
}
.action-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
.action-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s;
}
.action-btn:hover {
  background-color: #DCE1D8;
}
.action-btn svg {
  pointer-events: none;
}ne {
  font-size: 14px;
  line-height: 130%;
}
/* Статусы */
.status-new { background-color: #e3f2fd; color: #1976d2; }
.status-in-progress { background-color: #fff8e1; color: #ff8f00; }
.status-completed { background-color: #e8f5e9; color: #388e3c; }
.status-cancelled { background-color: #ffebee; color: #d32f2f; }
.status-reserved { background-color: #f3e5f5; color: #8e24aa; }
.object-item {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;

  padding: 4px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 130%;
  width: fit-content;
}
.object-item--flat { background: #DCE1D8; }
.object-item--parking { background: #EEEED7; }
.object-item--pantry { background: #D8DEE1; }
.object-item--commerce { background: #ECE2D2; }
.object-type {
  
}
.object-number {
    
}
.object-address {
  font-size: 12px;
  color: #666;
  width: 100%;
}
.action-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
.action-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s;
}
.action-btn:hover {
  background-color: #DCE1D8;
}
.action-btn svg {
  pointer-events: none;
}