.profiles-clipping {
    cursor: pointer;
    height: fit-content;
}

.profiles-clipping.active {
    cursor: default;
    background-color: #007bff;
}

.clipping-settings-panel, .clipping-settings-loader {
    z-index: 2;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 400px;
    gap: 12px;
    padding: 8px;
    position: absolute;
    top: 60px;
    right: 60px;
    background-color: var(--bg-color);
}

.clipping-settings-loader {
  color: #fff;
  align-items: flex-start;
  z-index: 100;
}

.clipping-settings-panel__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.clipping-settings-panel__header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    text-align: center;
    cursor: pointer;
    background-color: #f0f0f0;
    border-radius: 4px;
    color: #555;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}


.tab-label.active {
    background-color: #007bff;
    color: #fff;
}

.cylinder-tabs {
    position: absolute;
    left: -150px;
    top: 0px;
    display: flex;
    flex-direction: column;
}

.tab {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.tab.active {
    display: flex;
}

.clipping-settings__header {
    width: 100%;
    color: #fff;
}

.clipping-settings__header * {
    cursor: pointer;
}

.clipping-settings-panel__close-icon {
    cursor: pointer;
    filter: invert(1);
    scale: 1.5;
}

.forms-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.forms-wrapper__body {
    width: 100%;
    display: flex;
    gap: 8px;
    justify-content: space-evenly;
    flex-direction: column;
}

.forms-wrapper__footer {
    width: 100%;
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.forms-wrapper__button {
    width: 50%;
 }

.parametric-model-params-form {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.clipping-settings-form {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.input-wrapper {
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
}

.row-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.height-profile-panel, .height-profile-loader {
    flex-direction: column;
    position: absolute;
    right: 5px;
    z-index: 2;
    background-color: var(--bg-color);
    padding: 4px;
    min-width: 600px;
    height: 224px;
    top: 605px;
    display: flex;
    gap: 4px;
    justify-content: space-between;
}

.height-profile-loader {
  color: white;
  z-index: 100;
}

.height-profile-panel__select {
    color: white;
    display: flex;
    gap: 8px;
    flex-direction: row;
    align-items: center;
    max-height: 30px;
}

.height-profile-panel__select > select {
  width: 40px;
}

.height-profile-container__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.height-profile-container {
    width: 100%;
    height: 100%;
}

.height-profile-svg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.height-profile-buttons {
    justify-content: flex-end;
    display: flex;
    gap: 8px;
    flex-basis: 25%;
    flex-wrap: wrap;
}

#open-height-profile-modal-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    filter: invert(1);
    scale: 2;
}

#selected-pc-name {
    color: #fff;
}

#clipping-settings-panel-height-profile {
    width: 100%;
    color: #fff;
}
