.tool-tab-switch > nav {
    background: #EAF8F7;
    border: 1px solid #F5F5F5;
    margin: 0px;
}

.business-tools-table {
    width: 100%;
    border: 1px solid #555;
    border-collapse: collapse;
}

.business-tools-table > thead > tr > th { 
    padding: 8px 12px 8px 12px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: var(--teal-500);
    font-family: 'Metropolis', sans-serif;
    border-bottom: 2px solid #555;
    border: 1px solid #555;
}

.business-tools-table > tbody > tr > td { 
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #888;
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
}

.business-tools-table > tbody > tr:nth-child(even) {
    background: rgba(0, 178, 0, 0.15);
}

.css-mine {
    margin-top: 2em;
    clear: both;
}

.category-inner {
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 6px;
    background: #EAF8F7;
    border: 1px solid #F5F5F5;
    border-radius: 32px;
    box-sizing: border-box;
}

.category-inner > a {
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #196D6B;
    border-radius: 24px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 12px;
}

.category-inner > a:last-child {
    margin-right: 0;
}

.category-inner > a.active {
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgb(16 24 40 / 10%), 0px 1px 2px rgb(16 24 40 / 6%);
}

.business-accordion {
    border-bottom: 1px solid #D6D6D6;
}

.business-accordion .mj-accordion-detail {
    padding: 8px 24px;
}

.business-accordion .mj-accordion-detail > ol > li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525252;
    margin: 0;
}

#wb-result {
    display: none;
}

.waybill-result {
    background: #FFF;
    border: 0.5px solid #eceff1;
    padding: 16px;
    margin: 0;
    border-radius: 16px;
}

.waybill-result > li {
    padding: 0 16px 28px 32px;
    list-style: none;
    position: relative;
}

.waybill-result > li.active::before {
    background: #81CF77 !important;
}

.waybill-result > li.active::after {
    background: linear-gradient(180deg, #81CF77, #d6d6d6);
}

.waybill-result > li::before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 4px;
    left: 0;
    background: #D6D6D6;
    z-index: 2;
}

.waybill-result > li::after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 10px;
    left: 5px;
    background: #d6d6d6;
}

.waybill-result > li > label {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-bottom: 4px;
}

.waybill-result > li > span{
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
    padding: 2px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    background: #EAF8F7;
    line-height: 1;
    color: #141414;
    width: fit-content;
}

.waybill-result > li:last-child::after {
    display: none;
}

.waybill-result > li > p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    color: #141414;
    word-spacing: 1.5px;
    line-height: 1.5;
    margin: 0;
}