﻿.kratish-label-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-top: 27px;
}

.kratish-label {
    display: flex;
    justify-content: center;
    color: #010425;
    font-size: 32px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.15px;
    word-wrap: break-word;
}

.kratish-help {
    display: flex;
    justify-content: center;
}

.kratish-help-paren {
    color: #2E5994;
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.15px;
    word-wrap: break-word;
}

.kratish-help-link {
    color: #2E5994;
    font-size: 24px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 22px;
    letter-spacing: 0.15px;
    word-wrap: break-word;
}

.kratish-input-row {
    display: flex;
    flex-direction: column;
    padding: 19px 0 12px 0;
}

.smsnumber-input-row {
    display: flex;
    flex-direction: column;
    padding: 42px 0 12px 0;
}

.input-code-text {
    margin-top: 39px;
    color: #010425;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0.15px;
}

.kratish-input, .smsnumber-input {
    width: 100%;
    border: 1px solid #ccc;
    color: var(--UI-gray-80, #333);
    border-radius: 15px;
    padding: 35px 25px;
    font-size: 32px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.15px;
    word-wrap: break-word;
}

.smsSend {
    margin-top: 22px;
    justify-content: space-between;
}

.smsSended {
    display: none;
    width: 250px;
    height: 55px;
    background-color: #ffde00;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

    .smsSended img {
        width: 24px;
        height: 24px;
    }

.ctd-entity-block {
    width: 100%;
}

.ctd-fields-row {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    margin-top: 22px;
}

    .ctd-fields-row > * {
        flex: 1;
        min-width: 0;
    }

.ctd-entity-label {
    color: #010425;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.15px;
    word-wrap: break-word;
    margin-right: 12px;
}

.ctd-entity-header {
    padding: 10px 0 3px;
    border-bottom: 1px solid #ccc;
}

.ctd-entity-block:first-child {
    margin-top: 57px;
}

.ctd-entity-info {
    color: #2e5994;
    font-size: 28px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.15px;
    word-wrap: break-word;
}

.ctd-field {
    height: 100%;
}

.kratish-section {
    gap: 35px;
    margin-top: 10px;
}

.ctd-plate-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.15px;
    width: 100%;
    padding: 0;
}

    .ctd-plate-input::placeholder {
        color: #999999;
        font-weight: 400;
    }

    .ctd-plate-input:focus {
        outline: none;
    }

#changeBooking {
    width: 100%;
}

.reservation-icon, .lock-icon {
    position: relative;
    width: 40px;
    height: 0;
    top: -20px;
    left: 30px;
    background: #FFF;
}

    .reservation-icon img, .lock-icon img {
        background-color: #fff;
    }


.error-message {
    color: #d32f2f;
    font-size: 0.875rem;
    margin-top: 8px;
    display: block;
    font-size: 24px;
    line-height: 24px;
}
