/*Hide Delivery Date App Shipment Mode*/
		.tw-flex.tw-gap-\[4px\].tw-items-center.stx-dm-delivery-date-10228929005811-0 {
		    display: none;
}

/*CAS-16975-D8G8R2*/
@media screen and (min-width: 1041px) {
    #isolated_header_iframe {
        height: max-content;
        min-height: 365px;
    }
}

@media screen and (max-width: 1023px) {
    #isolated_header_iframe {
        min-height: 220px;
    }
}


@media screen and (min-width: 1757px) {
    #isolated_footer_iframe {
        height: 210px !important;
    }
}

@media screen and (max-width: 1756px) {
    #isolated_footer_iframe {
        height: 245px !important;
    }
}

@media screen and (max-width: 1040px) {
    #isolated_footer_iframe {
        height: 280px !important;
    }
}

/*END CAS-16975-D8G8R2*/


/* Add back My Account menu on mobile */

@media screen and (max-width: 990px) {
    body.rwd #page_account_home #content #secondary_content_navigation {
        left: 0px;
        position: relative;
    }
}


#page_account_home div#secondary_content_navigation {
    margin: 0;
    width: 100% !important;
}

/* Hiding Sections on Edit Personal Details Page */

#page_account_editPersonalDetails #main_content_remove_account {
    display: none;
}

#page_account_editPersonalDetails span.contact_created {
    display: none;
}

#page_account_editPersonalDetails #privacy_box_secondary_content {
    display: none;
}

#friendsList .email {
    display: none;
}

div#main_content_account_home_upcomming_ticket {
    display: none !important;
}

div#main_content_account_home_last_file {
    display: none !important;
}

/* Hiding Things in Account */

.overdue_time {
    display: none;
}


.expiration_info {
    display: none;
}

/* CAS-45823-N1Z9M6 */
#page_account_file #collapsiblePanel_main_content_file_delivery .delivery_status {
    display: none !important;
}

/* END CAS-45823-N1Z9M6 */

.stx-sm-introduction{
    display: none!important;
}