#walmart_calc_popup .popup_collapse_box {
    margin-top: 10px;
}

#walmart_calc_popup .collapse_box_content {
    display: none;
    padding:10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(228, 235, 241);
    border-image: initial;
    border-radius: 12px;
    margin-top: 10px;
}

#walmart_calc_popup #trends_chart_type_box {
    float:left;
    width:50%;
}

#walmart_calc_popup .chart_type_item input {
    margin-right: 5px;
}

#walmart_calc_popup .chart_type_item {
    display: flex;
    align-items: center;
}

/* #walmart_calc_popup #seasonality_box_top, #walmart_calc_popup #seasonality_box_bottom {
    width:100%;
} */

#walmart_calc_popup #seasonality_box_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 40px;
}

/*
#walmart_calc_popup .seasonality_box_1, #walmart_calc_popup .seasonality_box_1_1 {
    float:left;
}

#walmart_calc_popup .seasonality_box_1_1 {
    width:48%;
}*/

#walmart_calc_popup .seasonality_box_item label,#walmart_calc_popup  .seasonality_box_item span {
    display: block;
}

#walmart_calc_popup .seasonality_box_item span {
    font-weight:bold;
}

#walmart_calc_popup .seasonality_box_item {
    margin-bottom:10px;
    height:60px;
}

#walmart_calc_popup #seasonality_box_1_1_right {
    margin-left:4%;
}

#walmart_calc_popup #seasonality_collapse_box, #seasonality_loading_box { 
    height:350px;
}

#walmart_calc_popup #seasonality_collapse_box {
    background-color: #FFFFFF;
    border-radius: 12px;
}

#walmart_calc_popup .popup_collapse_box h4 {
    border-bottom: none;
}

#seasonality_loading_box {
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
}

#seasonality_loading_icon {
    width:100px;
}

#seasonality_box_content {
    display:flex;
    flex-wrap: wrap;
    gap: 20px;
    /* flex-direction:column; */
    justify-content:center;
    align-items:center;
    padding:10px 10%;
}

/* time frame selector */

#time-frame-container {
    position: relative;
    width: 135px;
    float:right;
}

#time-frame-selector {
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    background-color: white;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#time-frame-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    pointer-events: none;
}

#time-frame-selector:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

#time-frame-selector option {
    font-size: 12px;
    padding: 10px;
    border-radius: 0.5rem;
}