#userProfileData h2 {
    font-size: 20px;
}

#userProfileData h5 {
    font-size: 20px;
    font-weight: 300;
}

.ux-ul {
    list-style: none !important;
}

a {
    text-decoration: none !important;
}

.ux-ul a {
    font-size: 14px;
    padding: 5px;
    color: rgb(32, 32, 32);
    border-radius: 10px;
}

    .ux-ul a:hover {
        color: rgb(54, 54, 54);
        background-color: rgb(243, 243, 243);
    }

.ux-ul li {
    margin-bottom: 0.7rem;
    font-weight: 500;
    text-decoration: none !important;
    background-color: transparent !important;
}

#profile-menu a {
    font-size: 18px;
    padding: 5px;
    color: rgb(32, 32, 32);
    border-radius: 10px;
    font-weight: 300;
}

.save-btn{
    border-color: #dc291a !important;
}

.save-btn:hover{
    opacity: 0.8 !important;
}

.universal-btn { 
    /* Configuration */
    --button-font-weight: 500;
    --button-font-size: 0.8rem;
    --button-padding: 0.6rem 1.1rem;
    --button-gap: 0.5rem;
    --button-color: #212529;
    --button-background-color: transparent;
    --button-hover-bg: #ced4da;
    --button-hover-color: var(--light);
    --button-border-width: 1px;
    --button-border-style: solid;
    --button-radius: 0.5rem;

    /* Layout and spacing */
    display: inline-flex;
    max-width: fit-content;
    align-items: center;
    gap: var(--button-gap);
    padding: var(--button-padding);

    /* Colours */
    background: var(--button-background-color);
    color: var(--button-color);

    /* Stroke and radius */
    border-width: var(--button-border-width);
    border-style: var(--button-border-style);
    border-color: var(--button-border-color);
    border-radius: var(--button-radius);

    /* Typography */
    text-decoration: none;
    font-weight: var(--button-font-weight, 600);
    font-size: var(--button-font-size);
    letter-spacing: 0.05ch;
    font-family: sans-serif;
    line-height: 1.1;

    /* Interactive */
    cursor: pointer;
    transition: background-color 0.2s;
    
    /* Margin */
    /*margin-bottom: 1rem;*/
    /*margin-left: auto;*/
    
    &--form {
        font-size: var(--button-small-font-size);
        padding: var(--button-small-padding);
    }
}

.universal-btn:hover {
    background-color: #F3F3F3;
}

.universal-header {
    font-size: 24px; 
    font-weight: 500;
}

.universal-form-header {
    border-radius: 14px 14px 0px 0px;
    color: inherit !important;
    background-color: #ffffff !important;
    -webkit-tap-highlight-color: #1a1a1a !important;    
}
.btn-disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}


input::placeholder {
    font-size: 14px !important;
}

.trip-message {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
  
    color: #6C757D;
}

.not-set-message {
    color: #ff5970 !important;
}

.issued-message {
    color: #f56f00 !important;
}

.already-paid-message {
    color: #198754 !important;
}
input::placeholder {
    color: rgba(200, 200, 200, 0.5) !important;
}
.copy-text {
    cursor: pointer;
}

.copy-text:hover {
    color: #000000;
    text-decoration: underline;
}

input::placeholder,
textarea::placeholder {
    color: black !important;
    opacity: 0.7 !important;
}

.dropdown-style {
    height: 150px;
    overflow-y: scroll;
}

.toast.notify-success,
.toast.notify-error,
.toast.notify-warning,
.toast.notify-info {
    border-radius: 0.75rem;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
    padding: 0; 
}

/* ����� ���������� ���� ����� */
.toast-body {
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    font-weight: 500;
}

/* ����� �� ���� ����������� */
.notify-success .toast-body {
    background-color: #DFF5E1;
    color: #225533;
}

.notify-error .toast-body {
    background-color: #FDE2E1;
    color: #8a1f1f;
}

.notify-warning .toast-body {
    background-color: #F3F3DB;
    color: #5c5c00;
}

.notify-info .toast-body {
    background-color: #DDEEFF;
    color: #1f4e8a;
}

.tooltip {
    pointer-events: none; /* Предотвращает "залипание" */
    transition: opacity 0.15s; /* Плавное исчезновение */
}

.checkbox-input {
    height: 20px;
    width: 20px;
}

.disabled-block {
    pointer-events: none;
    opacity: 0.9;
    user-select: none;
}
/* Стили для выбранных кнопок */

.info-grid-btn {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    width: 100%;
}


/* Контейнер для заголовка */
.title-container {
    grid-column: 1 / -1;
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
}

.title-btn {
    font-size: 1em;
    display: inline-block;
    width: max-content;
    text-decoration: none;
}

.label-info {
    text-align: left;
    white-space: nowrap;
    padding-right: 8px;
    font-weight: 500;
}

.content-btn {
    word-break: break-word;
    white-space: normal;
    font-weight: 500;
}

.phones-list-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.phone-item-btn {
    line-height: 1.3;
}
.passport-grid {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr;
    gap: 0 8px;
    align-items: center;
}
.form-control {
    padding: 0.175rem .45rem !important;
}