body.dei_installment_bg{
    background-color: #ccc;
}

.dei_installment_header{
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 60px;
    background-color: #E8E8E8;
    margin: 0 auto;
    box-shadow: 0px -38px 12px 39px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px -38px 12px 39px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px -38px 12px 39px rgba(0,0,0,0.4);
}

.dei_installment_logo_wrapper{
    position: absolute;
    left: 10px;
    top: 0px;
    line-height: 50px;
}

.dei_installment_logo_icon img{
    width: 110px;
}

.dei_installment_tool_wrapper{
    position: absolute;
    right: 10px;
    top: 0px;
    height: 60px;
    text-align: right;
}

.dei_installment_tool_icon_div{
    position: relative;
    line-height: 60px;
}
.dei_installment_title {
    font-size: 24px;
    color: #00913A;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
}

.dei_installment_content {
    padding-left: 10px;
    padding-top: 70px;
    padding-right: 10px;
    width: 100%;
    display: inline-block;
    margin-bottom: 80px;
}

.dei_installment_product_container {
    margin: 0 -10px;
}

.dei_installment_product_item {
    width: calc(100% / 5);
    float: left;
    position: relative;
    min-height: 1px;
    padding: 10px;
}

.dei_installment_product{
    width: 100%;
}

.dei_installment_product .dei_installment_product_link{
    text-decoration: none;
    color: #555;
}

.dei_installment_product_overview{
    position: relative;
}

.dei_installment_product_overview .dei_installment_product_number{
    position: absolute;
    top: 0;
    left: 0;
    color: #E8E8E8;
    background-color: rgb(255, 118, 202);
    width: 50px;
    min-height: 20px;
    text-align: center;
}

.dei_installment_product_overview .dei_installment_product_detail {
    text-decoration: none;
    color: rgba(0,0,0,.87);
    display: block;
    /* box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,.1); */
    border-radius: .125rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* background: #fff; */
    position: relative;
    overflow: visible;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0;
    transition: transform .1s cubic-bezier(.4,0,.6,1),box-shadow .1s cubic-bezier(.4,0,.6,1);
}

.dei_installment_product_image_outline{
    pointer-events: none;
}

.dei_installment_product_link:hover .dei_installment_product_image_outline{
    border: 2px solid #00913A;
}

.dei_installment_product_link:hover .dei_installment_product_number{
    border-top: 2px solid;
    border-left: 2px solid;
    border-color: #00913A;
}

.dei_installment_product_image_area {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.dei_installment_product_image_area img {
    /* vertical-align: bottom; */
    max-width: 100%;
    /* object-fit: cover; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E8E8E8;
    object-fit: contain;
    pointer-events: none;
}

.dei_installment_product_content {
    padding: .5rem;
    overflow: hidden;
    text-align: center;
    height: 60px;
}

.dei_installment_product_title_flex {
    flex-grow: 1;
    min-height: 1.75rem;
}

.dei_installment_product_title_word {
    display: inline-block;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* line-height: 32px; */
    font-size: 16px;
}

/* 以下為讀取時 skeleton CSS */
.dei_installment_loading_item{
    display: none;
}

.dei_installment_loading_item .dei_installment_product_title{
    background: #ececec;
    height: 30px;
}

.dei_installment_loading_item .dei_installment_product_image_area img{
    filter: grayscale(80%);
}

.dei_installment_loading_item .dei_installment_product_overview .dei_installment_product_number{
    background-color: #c4c4c4;
    min-width: 40px;
}

.dei_installment_loading_item .dei_installment_product_overview:before{
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-image:
        /* 動畫*/
        linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0) 100%
        );

    background-position:
        -400px 0;

    animation: loading 1.5s infinite;
}

@keyframes loading {
    to {
        background-position:
            400px 0;
    }
}
/* 以上為讀取時 skeleton CSS */

/* 以下為新增/查詢分期付款panel的 CSS樣式 */
.dei_istm_theme{
    font-size: 16px;
}

.dei_istm_theme .modal-title{
    color: #00913A;
    font-size: 22px;
}

.dei_istm_theme .modal-header,
.dei_istm_theme .modal-body,
.dei_istm_theme .modal-footer{
    background: #fff;
}

.dei_istm_theme .dei_installment_product_image_area{
    border: 1px solid #4A4A4A;
}

.dei_istm_theme .nav-tabs{
    border-bottom: 1px solid #4A4A4A;
}

.dei_istm_theme .nav>li>a,
#dei_show_installment_pannel .nav>li>a {
    padding: 10px;
}

.dei_istm_theme .nav>li>a:focus,
.dei_istm_theme .nav>li>a:hover{
    background: #fff;
}

.dei_istm_theme .nav>li>a:hover{
    border-color: #fff #fff #4A4A4A;
}

.dei_istm_theme .nav-tabs>li.active>a,
.dei_istm_theme .nav-tabs>li.active>a:focus,
.dei_istm_theme .nav-tabs>li.active>a:hover{
    background: #fff;
    border-color: #4A4A4A;
    border-bottom-color: transparent;
}

.dei_istm_theme .radio_container{
    font-size: 16px;
}

.dei_istm_theme .checkmark{
    background: #fff;
}

.dei_istm_theme .radio_container input[type=radio]:disabled ~ .checkmark{
    background: #ddd;
}

.dei_istm_theme .date>.form-control[readonly]{
    background: #fff;
}

.dei_istm_theme .date>.form-control[disabled]{
    background-color: #eee;
}

.dei_istm_theme .dei_installment_product_content{
    height: auto;
}
/* 以上為新增/查詢分期付款panel的 CSS樣式 */

.dei_installment_separate{
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.dei_installment_customer_row,
.dei_order_search_row{
    display: flex;
    align-items: center;
}

.dei_show_order_row{
    display: flex;
    word-break: break-all;
}

.dei_order_search_row{
    padding-bottom: 5px;
}

.dei_installment_customer_row label,
.dei_order_search_row label,
.dei_show_order_row label{
    margin-right: 10px;
}

.dei_installment_customer_input,
.dei_order_search_fill,
.dei_show_order_fill{
    flex: 1;
}

.dei_show_order_fill{
    color:#00913A;
}

.dei_order_search_date_range{
    font-size: 14px;
    color: red;
}

.dei_installment_ways{
    margin-bottom: 5px;
}

.dei_installment_ways .radio_container,
.dei_down_payment_ways .radio_container{
    display: block;
    margin-bottom: 0;
}

.dei_installment_ways .radio_container+.radio_container,
.dei_down_payment_ways .radio_container+.radio_container{
    margin-top: 12px;
}

.dei_remittance_account_copy_btn{
    margin-left: 5px;
    background: unset;
}

.dei_show_invoice_btn{
    font-size: 22px;
}

.dei_copy_code_icon:hover,
.dei_show_invoice_btn:hover{
    color: red;
    cursor: pointer;
}

.text_center{
    text-align: center;
}

.report-toggle-icon {
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 5px;
}

#dei_order_template .report_dash_text {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* collapse panel style */
.dei_order_area_content .collapse_container{
    margin-bottom: 5px;
}

.dei_order_area_content .panel-default>.panel-heading{
    position: relative;
}

.dei_order_area_content .panel-default>.panel-heading.order_paenl_heading {
    position: relative;
    cursor: pointer;
    padding-bottom: 15px;
    padding-top: 15px;
}
.dei_order_area_content .panel-content{
    padding: 15px;
    padding-bottom: 0px;
}

.dei_order_area_content .panel_header_content{
    padding-left: 20px;
    font-weight: bold;
    padding-right:75px;
}
.dei_order_area_content .panel_header_content p{
    margin-bottom: 0px;
}
.dei_order_area_content .panel_header_icon{
    display: block;
}
.dei_order_area_content .panel_header_icon_status{
    position: absolute;
    left: 10px;
}
.dei_order_area_content .panel_header_content_right{
    position: absolute;
    right: 10px;
    text-align: right;
}

.dei_order_area_content .panel_header_content_right input,
.dei_order_area_content .panel_header_content_right_with_icon input{
    width: 20px;
    height: 20px;
}
.dei_order_area_content .panel_header_content_right p,
.dei_order_area_content .panel_header_content_right_with_icon p{
    margin-bottom: 0px;
}
.dei_order_area_content .panel_header_content_right_with_icon{
    position: absolute;
    right: 35px;
    text-align: right;
}
.dei_order_area_content .right_icon_container{
    width: 100%;
    height: 30px;
}

.dei_order_area_content .dei_empty_msg_panel,
.dei_tracking_msg_content .dei_empty_msg_panel{
    margin-top: 15px;
    background-color: #f5f5f5;
    text-align: center;
}

.dei_order_area_content .dei_icon_msg_no,
.dei_tracking_msg_content .dei_icon_msg_no{
    font-size: 20px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: -10px;
}
/* collapse panel end */

.dei_order_item_row{
    margin-bottom: 5px;
}

.dei_order_item_content{
    margin-left: 5px;
}

.dei_order_item_title{
    font-weight: bold;
}

.dei_order_select_date_title {
    min-height: 33px;
    border: thin #ccc solid;
    padding: 5px 5px 0px 10px;
    border-radius: 5px;
    cursor: pointer;
    background: #337AB7!important;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
}

.dei_installment_order_content{
    cursor: pointer;
}
.dei_order_td_div{
    display: block;
}

.dei_export_installment_invoice{
    float: right;
    margin-right: 10px;
    background: unset;
    color: #000;
    filter: alpha(opacity=20);
    opacity: .8;
    font-size: 19px;
    margin-top: 1px;
}

.dei_export_installment_invoice:hover {
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .8;
}

.dei_installment_invoice_data,
.dei_installment_invoice_product{
    margin-bottom: 5px;
}

.dei_invoice_data_title,
.dei_installment_invoice_product_name,
.dei_invoice_data_sub_title{
    font-size: 16px;
    font-weight: bold;
}

.dei_invoice_data_content,
.dei_invoice_data_content_detail{
    min-height: 20px;
    font-size: 14px;
    display: block;
    color: #00913A;
}

.dei_invoice_data_content_detail{
    color: #652418;
}

.dei_installment_invoice_purchaser{
    background: rgb(246, 247, 249);
    font-size: 15px;
}

.dei_installment_invoice_product_number,
.dei_installment_invoice_product_consist{
    font-size: 13px;
    padding: 2px 0;
}

.dei_installment_invoice_subtotal,
.dei_installment_invoice_total{
    font-size: 15px;
}

.dei_installment_invoice_total{
    text-align: right;
}

.dei_installment_row_flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.dei_installment_product_image_inside{
    position: relative;
    /* top: 50%;
    transform: translateY(-50%); */
}

#dei_order_list_table th,
#dei_order_list_table td{
    text-align: center;
}

.dei_little_order_name{
    font-size: 12px;
}

.dei_installment_nav_tab_select{
    margin-bottom: 10px;
    background-color: #00913A;
    color: white;
    font-size: 16px;
}

.dei_installment_agree_details{
    font-weight: bold;
    padding-left: 30px;
}

.dei_installment_footer {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #E8E8E8;
    color: white;
    text-align: center;
}

.dei_installment_footer_info{
    color: red;
    font-weight: bold;
    padding: 15px 0;
    font-size: 16px;
}

.dei_installment_footer_info a{
    color: red;
}

div.modal.dei_istm_theme .modal-dialog{
    margin: 0px;
    margin-top: -1px;
    width: 100% !important;
}

div.modal.dei_istm_theme{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dei_istm_theme .close{
    opacity: .8;
    font-size: 30px;
}

.dei_order_installment_separate{
    margin-bottom: 5px;
}

/* 商品簡介區塊，改成不能直接hide掉，不然會取不到底下的frame的高度 */
.dei_istm_theme .tab-content>.tab-pane{
    display: block;
    position: absolute;
    top: -10000px;
    left: -10000px;
    visibility: hidden;
}

.dei_istm_theme .tab-content>.active{
    top: 0;
    left: 0;
    display: block;
    position: relative;
    height: auto;
    visibility: visible;
}
/* 商品簡介區塊 */

.dei_pd_lr_15{
    padding-left: 15px;
    padding-right: 15px;
}

/* 漂浮下拉遮罩 */
.dei_float_select_bg {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.dei_select_input_common {
    transform: translateX(0px);
    z-index: 5;
    position: relative;
    margin-top: 1px;
    left: 0;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: none;
}

.dei_select_input_each_opt_common:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dei_select_input_each_opt_common:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ddd;
}

.dei_select_input_each_opt_common {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 6px 12px;
    font-size: 14px;
}

.dei_select_input_each_opt_common:hover {
    background: #337AB7;
    color: white;
}

.dei_float_select_input_common_div{
    width: 100%;
    position:relative;
    display: none;
    z-index: 5;
}

.dei_float_select_input_common_area{
    max-height: 150px;
    position: absolute;
    width: 100%;
    overflow: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dei_agree_shipping_link,
.dei_agree_contract_link{
    color: #337ab7;
    text-decoration: underline;
    cursor: pointer;
}

.dei_agree_shipping_link:hover,
.dei_agree_contract_link:hover{
    color:#23527c;
}

.dei_float_line_btn {
    position: fixed;
    top: calc( 100% - 5rem );
    left: calc( 100% - 6rem );
    z-index: 8000;
    text-align: center;
    cursor: pointer;
    display: none;
}

.dei_float_line_content{
    background: rgba(255,255,255,0.8);
    width: 65px;
    border-radius: 8px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.dei_float_line_content:hover{
    background: rgba(238,238,238,0.8);
}

.dei_float_line_image_div{
    padding: 5px 10px;
}

.dei_float_line_text{
    font-size:12px;
    padding-bottom: 5px;
    font-weight: bold;
}

.dei_float_line_close_circle{
    position: absolute;
    top: -12px;
    right: -10px;
    background: white;
    border: 2px solid #dedede;
    border-radius: 15px;
}

.dei_float_line_close_circle:hover{
    background: rgba(238,238,238);
}

.dei_float_line_close{
    position: relative;
    display: block;
    color: #A4A4A4;
    height: 20px;
    width: 20px;
    font-size: 18px;
    line-height: 18px;
}

.dei_order_remark_th{
    min-width: 100px;
}
/* ------------- 2025 ------------- */
.td-center{
    text-align: center;
}
.dei_installment_toolbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    color: #00913A;
    font-weight: 700;
}
.dei_installment_toolbar > div{
    cursor: pointer;
}
#search_tracking_btn{
    margin-bottom: 10px;
}
/* 地圖 */
#map{
    width: 100%;
    height: 100%;
}
.map_icon_drop {
    width: 100%;
    height: 100%;
}
.map_icon_drop {
    /* width: 100px ;
    height: 100px ; */
    background-color: #f99e7f;
    position:relative ;
    transform: rotate(45deg);
    /* width: 30px;
    height: 30px; */
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e38868;
}
.map_icon_drop span {
    transform: rotate(45deg);
    font-size: 16px;
    font-weight: bold;
}
.map_icon_drop.color_green{
    background: #3ac951;
    border: 2px solid #36a848;
}
.map_icon_drop.color_red{
    background: #ff4d4d;
    border: 2px solid #d03e3e;
}
.map_icon_drop svg{
    font-size: 16px;
    transform: rotate(45deg);
}
.popuptext{
    font-size: 14px;
    word-wrap: break-word;
    word-break: normal; 
    white-space: nowrap;
    /* 需要配合leafletjs bindPopup的options中的 maxWidth: "auto" */
}
.right-map-ctrl{
    position: absolute;
    width: 35px;
    z-index: 400;
    right: 10px;
    top: 25px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.right-map-ctrl button{
    width: 100%;
    height: 35px;
    border: none;
    font-size: 18px;
    padding: 0;
    font-weight: normal;
    outline: none;
    cursor: pointer;
}
.right-map-ctrl button:hover{
    background: #505050;
    color: #fff;
}


/* pagination */
.paginationContainer{
    /* display: none; */
    height: 35px;
    width: 100%;
    position: relative;
    margin: 10px 0px;
    text-align: center;
}
.pagination_custom {
    padding: 2px 0px 2px 0px;
    display: block;
    position: relative;
    width: max-content;
    height: 100%;
    margin: 0 auto;
    float: none;
    clear: both;
}
 /*This will work for firefox*/
 @-moz-document url-prefix() {
    .pagination_custom{
        width:-moz-fit-content;
    }
}
/* edge */
@supports (-ms-ime-align:auto) {
    .pagination_custom{
        display: inline-block;
    }
}
/*This will work for IE*/
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pagination_custom{
        display: inline-block;
    }
}

/* For IE10 */
pagination_custom::-ms-expand {
    display: inline-block;
}
.pagination_custom li {
    /* display: inline-block; */
    display: block;
    float: left;
    list-style: none;
    cursor: pointer;
    margin: 0 -1px 0 0px;
}
.pagination_custom li a {
    box-sizing: content-box;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    color: #337ab7;
    transition: all 0.3s ease;
    border: 1px solid #ddd;

}
.pagination_custom li a.active {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    -webkit-box-shadow:inset 0px 0px 0px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:inset 0px 0px 0px 7px 0px rgba(0,0,0,0.3);
    box-shadow:inset 0px 0px 0px 7px 0px rgba(0,0,0,0.3);
    
}
.pagination_custom li select option{
    background-color: #fff;
    color: #000;
}
.pagination_custom li select:hover, .pagination_custom li a:hover{
    color: #23527c !important;
    background-color: #eee;
    border-color: #ddd;
}

.pagination_number{
    box-sizing: content-box;
    outline: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    text-decoration: none;
    color: #337ab7 !important;
    border-radius: 0px;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
}

/* edge */
@supports (-ms-ime-align:auto) {
    .pagination_number{
        padding-left: 5px;
        padding-bottom: 2px;
    }
}
/*This will work for firefox*/
@-moz-document url-prefix() {
    .pagination_number{
        padding-left: 5px;
        text-indent: 0px;
    }
}
/*This will work for IE*/
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pagination_number{
        padding-left: 5px;
        text-indent: 0px;
        padding-bottom: 2px;
    }
}

/* For IE10 */
select.pagination_number::-ms-expand {
    display: none;
}

select.pagination_number:required:invalid {
    color: gray;
}
.pagination_number option[value=""][disabled] {
    display: none;
}
.pagination_number option {
    color: black;
}

/* pagination end */

.no-wrap{
    white-space: nowrap;
}
/* map modal */
.modal-content.map-modal-fullsize{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}
.modal-body.map-modal-fullsize{
    flex-grow: 1;
    position: relative;
    height: 100%;
}
/* map modal */

/**************** 此區適用 Medium devices (desktops, 992px and up) ****************/
@media (max-width: 1200px) {

}

/**************** 此區適用 Small devices (tablets, 768px and up) ****************/
@media (max-width: 992px) {
    .dei_installment_product_item {
        width: calc(100% / 4);
    }
}

/**************** 此區適用 Extra small devices (phones, less than 768px) ****************/
@media (max-width: 768px) {
    .dei_installment_product_item {
        width: calc(100% / 3);
    }

    .dei_installment_invoice_td {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    .dei_installment_product_image_inside{
        max-width: 200px;
        margin: auto;
    }
    .dei_order_td_div{
        display: inline-block;
    }

    .dei_istm_theme .nav-tabs>li{
        width: 100%;
    }

    .dei_istm_theme .nav-tabs>li>a{
        border: 0;
        border-radius: 4px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .dei_istm_theme .nav-tabs>li.active>a,
    .dei_istm_theme .nav-tabs>li.active>a:focus,
    .dei_istm_theme .nav-tabs>li.active>a:hover{
        border: 1px solid #4A4A4A;
        background: #eee;
    }

    #dei_order_list_table th,
    #dei_order_list_table td{
        text-align: left;
        padding-left: 36px;
    }

    #dei_order_list_table td.dei_installment_invoice_td{
        padding: 0;
    }

    #dei_order_list_table.rwd-block-table tbody tr td:before{
        vertical-align: top;
        color: #4A4A4A;
    }

    /* ------------- 2025 ------------- */
    .dei_installment_toolbar {
        font-size: 20px;
    }
    .mobile-hide{
        display: none;
    }
    .td-center{
        text-align: left;
    }
}

@media (max-width: 576px) {
    .dei_installment_product_item {
        width: calc(100% / 2);
    }

    .dei_installment_logo_icon img{
        width: 70px;
    }

    .dei_installment_title{
        font-size: 20px;
    }

    .dei_installment_logo_wrapper{
        left: 5px;
        line-height: 55px;
    }

    .dei_installment_tool_wrapper{
        right: 5px;
    }

    .dei_order_select_date_title {
        font-size: 14px;
        padding: 6px 3px 0px 10px;
    }

    .report-toggle-icon{
        right: 9px;
    }
}

@media (max-width: 320px) {
    .dei_installment_product_item {
        width: 100%;
    }

    body.dei_installment_bg {
        width: auto;
    }

    .dei_order_select_date_title {
        font-size: 12px;
        padding: 8px 3px 0px 2px;
    }

    .report-toggle-icon{
        right: 5px;
    }
}
