﻿.weight-class-range-components-container {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.weight-class-range-components-title-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.weight-class-component {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 1122px;
    border-radius: 14px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-top: 8px;
    margin-bottom: 8px;
    box-shadow: 0px 8px 16px 0px #0000000A;
}

.weight-class-main-layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.weight-class-component:hover {
    background-color: #FFFBDE;
}

.weight-class-component-open {
    background-color: #FFFBDE;
    box-shadow: 0px 0px 0px 4px #FFD10033;
    margin-top: 20px;
    border: 2px solid #1A7CCA;
}

.weight-class-component-container {
    max-height: 0px;
    display: none;
    transition: max-height 0.1s ease;
}

.weight-class-component-container-open {
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 6px 0px #00000017;
    padding: 16px 20px 16px 20px;
}

.weight-class-component-main-button {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    color: #1D1D1B;
    height: 33px;
    border-radius: 33px;
    padding: 8px 10px 8px 10px;
    box-shadow: 0px 3px 8px 0px #0000000D;
    border: 1px solid #D4D4D4;
    background: #FFFFFF;
}

.weight-class-component-arrow {
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.left {
    display: flex;
    align-items: center;
    gap: 16px;
/*    margin: 20px;*/
}

.right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.weight-class-span {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    color: #2C2C2C;
}

.weight-class-range-label {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    color: #2C2C2C;
}

.rounded-div-for-images {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #FFFBDE;
    border-radius: 50px;
}

.billable-unit-labels{
    display: flex;
    gap: 5px;
}

.range-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    color: #1D1D1B;
}

.billing-unit-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    color: #1D1D1B;
}

.billing-unit-label {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    color: #525252;
}

.create-range-modal-image-div {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
}

.billable-unit-div {
    display: flex;
    align-self: flex-start;
}

.is-assigned-alert {
    display: flex;
    justify-content: flex-start;
    padding: 12px;
    gap: 20px;
    font-family: Inter;
    font-weight: 500;
    border-radius: 12px;
    font-size: 14px;
    background-color: #FDE68A;
    color: #1D1D1B;
}

.alert-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 45px;
    background-color: #FFFFFF;
}

.exclamation-img {
    width: 1.81px;
    height: 9.13px;
}

.delete-weight-class-container {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 70px;
    margin-bottom: 30px;
}

.weight-class-name-label{

}