﻿.tabs-demo {
    display: flex;
}

.strict-width {
    max-width: 340px;
}

.dx-theme-generic .strict-width {
    max-width: 250px;
}

.widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
    min-width: 200px;
    padding: 16px 32px;
    overflow: clip;
}

.widget-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: 100%;
}

.widget-wrapper-vertical {
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.options {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
}

.caption {
    font-weight: 500;
    font-size: 18px;
}

#show-navigation-buttons {
    margin-top: 22px;
}

.option {
    margin-top: 20px;
}

.dx-tabs {
    max-width: 100%;
}

.dx-tabs-vertical {
    height: 216px;
}

.dx-viewport:not(.dx-theme-generic) .dx-tabs-horizontal {
    border-block-end: 1px solid rgb(225, 225, 225, 0.4);
}

.dx-viewport:not(.dx-theme-generic) .dx-tabs-vertical {
    height: 232px;
    border-inline-end: 1px solid rgb(225, 225, 225, 0.4);
}
