.broj-modal-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10006;
    display: flex;
    justify-content: center;
    align-items: center;
}

.broj-modal {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 672px;
    padding: 24px;
    border-radius: 8px;
    background: #2c2c2c;
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a4a4a4;
}

.broj-modal-header {
    font-family: NotoSansKR, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.broj-modal-body {
    height: calc(100% - 100px);
    overflow: auto;
}

.broj-modal-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.broj-modal-bottom-btn {
    outline: none;
    border: none;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background: #7c7c7c;
    font-family: NotoSansKR, sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    flex: 1;
}

.broj-modal-line-box {
    width: 100%;
    height: max-content;
}

.broj-modal-line-box > div:nth-child(1) {
    margin-bottom: 24px;
}

.broj-modal-line-box > div:nth-child(1) label {
    margin-right: 12px;
    font-size: 16px;
    font-weight: bold;
    width: 19px;
    color: #fa943d;
    display: inline-block;
}

.broj-modal-line-box > div:nth-child(1) .broj-modal-line-title {
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.broj-modal-line-box > div:nth-child(1) .broj-modal-line-sub-title {
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a4a4a4;
    margin-left: 24px;
}

.broj-modal-line-box > .broj-modal-line-content-zone {
    width: 100%;
    padding-left: 31px;
    height: max-content;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 24px;
}

.broj-modal-line-content-zone > select {
    width: max-content;
    min-width: 160px;
    height: 36px;
    background-color: #383838;
    border: none;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 6px;
    text-align: center;
}

.broj-modal-line-content-zone > .mileage-select-wrap {
    display: flex;
    flex-direction: row;
    padding-right: 31px;
}

.broj-modal-line-content-zone > .mileage-select-wrap > select {
    width: max-content;
    min-width: 160px;
    height: 36px;
    background-color: #383838;
    border: none;
    border-radius: 3px;
    margin-right: 12px;
    color: #FFFFFF;
    padding: 6px;
    text-align: center;
}

.broj-modal-line-content-zone > .mileage-select-wrap > input {
    width: calc(100% - 172px);
    height: 36px;
    background-color: #383838;
    border: none;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 6px;
}

.broj-modal-line-content-zone > .extension-product-list-wrap {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.broj-modal-line-content-zone > .extension-product-list-wrap > .extension-btn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    background-color: #7C7C7C;
    color: #FFFFFF;
    cursor: pointer;
}

.broj-modal-line-content-zone > .extension-product-list-wrap > .extension-btn.active {
    background-color: #FA6400;
}