.uo-section {
    max-width: 1360px;
    display: flex;
    gap: 32px;
    margin: 32px auto 120px;
}
.uo-left {
    width: 968px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.uo-left-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.uo-left-box h2 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    margin: 0;
}
.uo-left-box {
    background: #F5F4F4;
    border-radius: 8px;
    padding: 32px;
}
.uo-order {
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.uo-order-head {
    background: white;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.uo-order-mid {
    background: #FAFAFA;
    /*padding: 24px;*/
    border-top: 1px solid #C2BEBC80;
    border-bottom: 1px solid #C2BEBC80;
}
.uo-order-label a {
    color: white;
}
.uo-res-grid {
    display: grid;
    grid-column-gap: 28px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
}
.uo-input-content-text {
}
.uo-reserved-info-input {
    display: flex;
    overflow: hidden;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
}
.uo-drop-box {
    background: white;
    padding: 10px;
    border-radius: 8px;
    height: fit-content;
    width: 100%;
}
.uo-party-in {
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
    background: white;
}
.uo-reservation-preferences {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.uo-reserved-li {
    padding-top: 2px;
    padding-bottom: 2px;
    list-style-type: none;
}
.uo-save-res-preferences {
    margin-top: 6px;
}
.uo-res-image {
    width: 80px;
}
.uo-order-label {
    background: #1EA112;
    border-radius: 4px;
    padding: 4px 10px;
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: white;
}
.uo-order-truck {
    margin: 24px;
}
.uo-order-truck-top img {
    width: 282px;
    border-radius: 4px;
}
.uo-order-truck-top {
    display: flex;
    gap: 20px;
}
.uo-order-truck-details {
    width: 100%;
    position: relative;
}
.uo-make-route a {
    color: white;
}
.uo-make-route {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    display: flex;
    align-items: center;
}
.uo-order-truck-day {
    flex: 1;
}
.uo-order-truck-days {
    display: flex;
    justify-content: space-between;
}
.uo-order-truck-name {
    margin-bottom: 16px;
}
.uo-order-truck-actions-route div {
    flex: 1;
}
.uo-order-truck-actions, .uo-order-truck-actions-route {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    border: 1px solid rgba(12, 10, 8, 0.5);
    border-radius: 4px;
    padding: 24px;
    background: #FFFFFF;
    gap: 16px;
}
.uo-order-truck-payment {
    display: flex;
    gap: 8px;
}
.uo-order-truck-pay {
    border-radius: 8px;
    background: #FF640A;
    color: white;
    padding: 6px 12px;
    border: 0;
    height: 32px;
    display: flex;
    align-items: center;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    justify-content: center;
    gap: 8px;
}
.uo-order-share-label2 {
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.uo-order-share-label {
    width: 32px;
    height: 32px;
    border: 1px solid #C2BEBC82;
    background: #FAFAFA;
    border-radius: 8px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uo-order-checkmark {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    cursor: pointer;
}
.uo-order-share input:checked + .uo-order-checkmark::after {
    content: "";
    position: absolute;
    left: 4px;
    top: -2px;
    width: 8px;
    height: 15px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/*.uo-order-share input:not(:checked) + .uo-order-checkmark::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 4px;*/
/*    top: -2px;*/
/*    width: 8px;*/
/*    height: 15px;*/
/*    border: solid #cecece;*/
/*    border-width: 0 2px 2px 0;*/
/*    transform: rotate(45deg);*/
/*}*/
.uo-order-share input {
    display: none;
}
.uo-order-share {
    display: flex;
    gap: 10px;
    align-items: center;
}
.uo-order-separator {
    border-top: 1px solid #C2BEBC80;
    height: 1px;
}
.uo-order-package-img {
    width: 282px;
    border-radius: 4px;
}
.uo-order-package {
    display: flex;
    gap: 24px;
    /*padding-top: 24px;*/
    /*border-top: 1px solid #C2BEBC80;*/
    margin: 24px;
}
.uo-order-package-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}
.uo-section-f10 {
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #55514E;
    margin: 0;
}
.uo-section-f9 {
    font-family: Satoshi, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #08080C;
    margin: 0;
    text-transform: uppercase;
}
.uo-section-f8 {
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #0C0A08;
    margin: 0;
}
.uo-section-f7 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #0C0A08;
    margin: 0;
}
.uo-section-f6 {
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #55514E;
    margin: 0;
}
.uo-section-f5 {
    font-family: Satoshi, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #55514E;
    margin: 0;
}
.uo-section-f4 {
    color: #0C0A08;
    font-family: Satoshi, sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    line-height: 26px;
}
.uo-section-f3 {
    color: #0C0A08;
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    line-height: 26px;
}
.uo-section-f2 {
    color: #0C0A08;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
}
.uo-section-f1 {
    color: #8A8480;
    font-family: Satoshi, sans-serif;
    font-weight: 500;
    font-size: 11px;
    margin: 0;
    line-height: 14px;
}
.uo-order-foot {
    background: white;
    padding: 24px;
}
.uo-right {
    width: 360px;
}
.uo-route {
    margin-top: 20px;
}
.uo-route-create {
    height: 32px;
    line-height: 9px;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 6px 12px;
}
.uo-route-edit {
    margin-top: 16px;
    margin-bottom: 32px;
}
.uo-route-edit button {
    height: 32px;
    line-height: 9px;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 6px 12px;
}
.uo-route-image{
    width: 200px;
}
.uo-voting-box {
    display: flex;
}
.uo-voting-image {
    max-width: 441px;
}
.uo-voting-sides {
    flex: 1;
}
.uo-voting-buttons {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 20px;
}
.uo-voting-list {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.uo-voting-list-box {
    background: white;
    display: flex;
    gap: 12px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid rgba(231, 229, 228, 0.5);
    align-items: center;
}
.uo-voting-list-box img {
    border-radius: 4px;
    width: 92px;
}
.uo-voting-list-number {
    margin-left: auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F4F4;
    border-radius: 4px;
    color: #E05200;
    font-family: Satoshi, sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.uo-favorite-right {
    display: flex;
    align-items: center;
    flex: 1;
}
.uo-favorite-remove img {
    width: 14px;
}
.uo-favorite-remove {
    margin-left: auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.uo-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.uo-right-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 100px;
}
.uo-right-box {
    border: 1px solid rgba(138, 132, 128, 0.5);
    border-radius: 8px;
    padding: 24px;
}
.uo-right-box h2 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    margin: 0;
}
.uo-no-meeting {
    border-radius: 4px;
    padding: 4px 10px;
    background: #55514E;
    color: white;
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    width: fit-content;
}
.uo-meeting-image {
    max-width: 312px;
    margin-top: 16px;
}
.uo-class-names img {
    color: #0C0A08;
    width: 16px;
}
.uo-class-names {
    margin-bottom: 4px;
}
.uo-class-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.uo-class-unhide {
    display: block !important;
}
.uo-class-hidden {
    display: none;
}
.uo-class-more img {
    filter: brightness(0) saturate(100%) invert(2%) sepia(8%) saturate(2381%) hue-rotate(202deg) brightness(104%) contrast(98%);
}
.uo-class-more {
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    margin-top: 15px;
}

.uo-left-empty-box {
    background: white;
    border: 1px solid rgba(231, 229, 228, 0.5);
    border-radius: 8px;
    padding: 16px;
    margin-top: 20px;
    display: flex;
    gap: 16px;
    align-items: center;
}
.uo-empty-box-image {
    max-width: 200px;
}
.uo-empty-order-buttons {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}
.uo-is-meeting-box {
    border-radius: 4px;
    padding: 4px 10px;
    width: fit-content;
    background: #FF640A;
    color: white;
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    line-height: 26px;
}
.uo-is-meeting {
    display: flex;
    gap: 4px;
}
.uo-bottom-meeting {
    display: none;
}
.uo-bottom-info {

}
.uo-bottom-icon img {
    filter: brightness(0) saturate(100%) invert(3%) sepia(8%) saturate(1792%) hue-rotate(349deg) brightness(85%) contrast(97%);
}
.uo-bottom-icon button {
    width: 44px;
    height: 44px;
    background: white;
    border: 1px solid #0C0A08;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uo-bottom-icon {
    margin-left: auto;
}
.uo-bottom-info-box {
    display: flex;
    gap: 4px;
}

.uo-order-payment-details {
    display: flex;
    width: 100%;
    gap: 10px;
}
.uo-order-payment-left {
    flex: 2;
    margin: 0 !important;
}
.uo-order-meeting-actions div {
    flex: 1;
}
.uo-order-product-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 5px;
}

@media screen and (max-width: 1120px) {
    .uo-section {
        flex-wrap: wrap;
        gap: 0;
        margin: 0;
    }
    .uo-left {
        width: 100%;
    }
    .uo-right {
        display: flex;
        gap: 20px;
        width: 100%;
        flex-wrap: wrap;
        padding: 20px;
        flex-direction: row;
    }
}
@media screen and (max-width: 991px) {
    .uo-order-product-info {
        grid-template-columns: 1fr;
        grid-row-gap: 0;
    }
    .uo-res-grid {
        grid-template-columns: 1fr;
    }
    .uo-left-box {
        padding: 32px 24px;
    }
    .uo-left-empty-box {
        flex-wrap: wrap-reverse;
    }
    .uo-empty-box-image {
        margin: 0 auto;
        height: 200px;
        max-width: unset;
    }
    .uo-voting-sides-right {
        display: none;
    }
    .uo-favorite-right {
        display: none;
    }
    .uo-right {
        width: 100%;
        gap: 0;
        flex-direction: column;
        padding: 0;
    }
    .uo-right-inner {
        gap: 0;
        position: unset;
        top: unset;
    }
    .uo-right-box {
        border-radius: 0;
        border-width: 1px 0 0 0;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .uo-bottom-meeting {
        display: flex;
        position: fixed;
        bottom: 0;
        height: 88px;
        background: white;
        z-index: 2;
        width: 100%;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
        padding: 8px 20px;
        align-items: center;
        left: 0;
    }
    .uo-order-truck-actions-route {
        padding: 20px;
        flex-wrap: wrap-reverse;
        margin-top: 20px;
    }
    .uo-route-image {
        width: 100%;
    }
    .uo-route {
        margin-top: 8px;
    }
    .uo-order-head {
        padding: 20px;
    }
    .uo-order-truck {
        margin: 20px;
    }
    .uo-order-foot {
        padding: 20px;
    }
    .uo-order-truck-top {
        flex-wrap: wrap;
    }
    .uo-order-truck-days {
        flex-direction: column;
        gap: 24px;
    }
    .uo-order-truck-top img {
        width: 100%;
    }
    .uo-order-truck-actions {
        flex-direction: column;
        gap: 24px;
    }
    .uo-order-package {
        flex-direction: column;
    }
    .uo-order-package-img {
        width: 100%;
    }
    .uo-meeting-image {
        margin: 16px auto;
    }
    .uo-voting-list-number {
        font-weight: 400;
    }
    .uo-bottom-info-box .uo-is-meeting-box {
        height: 30px;
        padding: 2px 10px;
    }
    .uo-order-payment-details {
        flex-direction: column;
    }
}
