 .primeitworld_site_wrp {
	width: 100%;
	overflow: hidden;
}
.container-fluid {
	position: relative;
	max-width: 1155px;
}
ol, ul {
	padding-left: 0;
	list-style: none;
	margin:0;
} 
a {
	text-decoration: none;
}
.main_body {
	display: flex;
	gap: 20px;
	justify-content: center;
}
.body_left {
	width: 150px;
	min-width: 150px;
}
.bar_heading {
	background-color: #1ac1e8;
	color: #fff;
	padding: 6px;
	text-align: center;
	width: auto;
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: 600;
	border-radius: 4px 4px 0 0;
}
.all_page_wrap {
	height: calc(100% - 36px);
	overflow-y: scroll;
	border-radius: 0 0 4px 4px;
	max-height: 965px;
	margin-top: 5px;
}
.all_page_wrap ul li {
	margin-bottom:10px;
	border: 1px solid red;
	padding: 5px;
	position: relative;
}
.all_page_wrap ul li a {
	position: relative;
	display: block;
}
.all_page_wrap ul li p {
	margin-bottom: 0px;
	padding: 3px 7px;
	background-color: #000;
	text-align: center;
	color: #fff;
	position: absolute;
	display: inline-block;
	bottom: 0;
	z-index: 9999;
	right: 0;
	border-radius: 5px 0;
	line-height: 17px;
	font-size: 14px;
}
.body_right {
	width: 200px;
}
.pitw_datepicker {
	box-shadow: 0px 0px 5px #979595;
	border-radius: 4px;
	margin-bottom: 15px;
}
.pitw_datepicker .ui-widget.ui-widget-content {
	border: 0;
}
.pitw_datepicker .ui-datepicker table {
	max-width: 100%;
}
.pitw_datepicker .ui-datepicker th {
	padding: 1px;
}
.pitw_datepicker .ui-datepicker th span {
	border: 1px solid #c5c5c5;
	background: #ecf6f8;
	color: #454545;
	display: block;
	font-weight: 600;
	padding: 6px .2em;
}
.pitw_datepicker .ui-state-default, .pitw_datepicker .ui-widget-content .ui-state-default, .pitw_datepicker .ui-widget-header .ui-state-default, .pitw_datepicker .ui-button, html .pitw_datepicker .ui-button.ui-state-disabled:hover, html .pitw_datepicker .ui-button.ui-state-disabled:active {
	text-align: center;
}
.pitw_datepicker.ui-state-disabled, .pitw_datepicker .ui-widget-content .ui-state-disabled, .pitw_datepicker .ui-widget-header .ui-state-disabled {
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.pitw_datepicker .ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
	width: 100%;
	border-radius: 0 0 4px 4px !important;
}
.pitw_datepicker .ui-state-highlight, .pitw_datepicker .ui-widget-content .ui-state-highlight, .pitw_datepicker .ui-widget-header .ui-state-highlight, .pitw_datepicker .ui-state-hover,
.pitw_datepicker .ui-widget-content .ui-state-hover,
.pitw_datepicker .ui-widget-header .ui-state-hover,
.pitw_datepicker .ui-state-focus,
.pitw_datepicker .ui-widget-content .ui-state-focus,
.pitw_datepicker .ui-widget-header .ui-state-focus,
.pitw_datepicker .ui-button:hover,
.pitw_datepicker .ui-button:focus {
	border: 1px solid #1ac1e8;
	background: #1ac1e8;
	color: #fff;
}
.categories_wrap {
	box-shadow: 0px 0px 5px #979595;
	border-radius: 4px;
	margin-bottom: 15px;
}
.categories ul li {
	border-bottom: 1px solid #c5c5c5;
	padding: 8px 10px 8px 10px;
}
.categories ul li:last-child {
	border: 0;
}
.categories ul li a {
	font-weight: 600;
	color: #535151;
	display: inline-block;
}
.categories ul li a:hover {
	color: #0d6efd;
}
.categories ul li a i {
	margin-right: 5px;
}
.body_middle {
	width: calc(100% - 390px);
}
.epaper_header {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	justify-content: space-between;
}
.epaper_header_date {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 4px 10px 0;
	background: #f8f1f1;
	height: 32px;
}
.pagination_wrap {
	margin: 0 15px;
}
.pagination_wrap {
	display: flex;
	align-items: center;
	position: relative;
}
.pagination_wrap .scroll-btn {
	padding: 2px 3px 2px;
	height: 30px;
	width: 30px;
	margin: 0 2px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	color: #000;
	border: 1px solid #ccc;
	cursor: pointer;
	background: #fff;
	min-width: 30px;
}
.pagination_wrap .scroll-btn:disabled {
    opacity: 0.4;
    cursor: default;
}
.pagination_wrap .scroll-btn:hover {
    background: #0d6efd;
	color: #fff;
	border: 1px solid #0d6efd;
}
.pagination {
	max-width: 205px;
	display: flex;
	margin: 0;
	overflow-x: scroll;
	scrollbar-width: none;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.pagination::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.pagination a {
	padding: 4px 3px 0;
	height: 30px;
	width: 30px;
	min-width: 30px;
	margin: 0 2px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	color: #000;
	border: 1px solid #ccc;
	cursor: pointer;
}
.pagination a:hover, .pagination a.active {
	background: #0d6efd;
	color: #fff;
	border: 1px solid #0d6efd;
}
.epaper_header_button {
	display: flex;
}
.epaper_header_button a {
	padding: 4px 12px 0;
	height: 30px;
	margin: 0 2px;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	color: #000;
	border: 1px solid #ccc;
	cursor: pointer;
	box-shadow: 0 0px 3px #ccc;
}
.epaper_header_button a:hover {
	background: #0d6efd;
	color: #fff;
	border: 1px solid #0d6efd;
}
.epaper_header_button a.print {
	margin-left: 10px;
}
.epaper_wrap {
	position: relative;
}
.pitw_epaper {
	padding: 10px;
	box-shadow: 0px 0px 5px #333;
	border-radius: 5px;
	width: 100%;
}
.pitw_epaper .map {
	margin: 0 auto;
	/*width: 100% !important;*/
	/*aspect-ratio: 700 / 910;*/
	/*height: auto !important;*/
}
.trigger_buttn.pull-left {
	position: absolute;
	top: 43%;
	left: 0;
	width: 30px;
	padding: 3px 5px !important;
	border: 1px solid #d82133 !important;
	background: #ff0000 !important;
	color: #fff !important;
	border-radius: 0px !important;
	cursor: pointer !important;
	display: inline-block;
}
.trigger_buttn.pull-right {
	position: absolute;
	top: 43%;
	right: 0;
	width: 30px;
	padding: 3px 5px !important;
	border: 1px solid #d82133 !important;
	background: #ff0000 !important;
	color: #fff !important;
	border-radius: 0px !important;
	cursor: pointer !important;
	display: inline-block !important;
}
.trigger_buttn i {
	font-size: 30px;
	padding: 5px 0;
}
.all_epapers ul {
	text-align: center;
}
.all_epapers ul li {
	display: inline-block;
	padding: 8px;
	box-shadow: 0px 0px 4px #333;
	border-radius: 5px;
	margin: 7px 5px;
}
.all_epapers ul li img {
	display: block;
}
.all_epapers ul li span {
	margin-bottom: 0px;
	padding: 3px;
	background-color: #7b7979;
	text-align: center;
	color: #fff;
	display: block;
	border-radius: 0 0 5px 5px;
}
.all_epapers ul li:hover span {
	background: #0d6efd;
}

.pitw_epaper img.map {
  width: 100%;
  height: auto;
  display: block;
}
#newsPopup {
	padding-top: 0;
	background: #fff;
}
#modal-content {
	margin: 10px auto;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.modal-head {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 10px;
	display: flex;
}
.modal-head-logo img {
	height: 45px;
	width: auto;
}
.modal-head-center {
	display: flex;
	margin: 0 auto;
}
.modal-share {
	display: flex;
	align-items: center;
}
.modal-share span {
	background: red;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	border-radius: 5px 0 0 5px;
	font-weight: 600;
}
.modal-share button {
	width: 30px;
	height: 30px;
	/* border-radius: 5px; */
	text-align: center;
	color: #fff;
	border: 0;
	box-shadow: none;
	line-height: 30px;
	padding: 0;
	margin-left: 1px;
}
.modal-share button.share_on_fb {
	background: #3C5A98;
}
.modal-share button.share_on_twt {
	background: #1DA1F2;
}
.modal-share button.share_on_gplus {
	background: #E53935;
	border-radius: 0 5px 5px 0;
}
.modal-download {
	margin-left: 12px;
	display: flex;
	align-items: center;
}
.modal-download .print_btn {
	display: block;
	background: blue;
	height: 30px;
	border: 0;
	color: #fff;
	font-weight: 600;
	box-shadow: none;
	padding: 0 12px;
	border-radius: 5px;
}
.modal-close {
	display: flex;
	align-items: center;
}
.modal-close .close {
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	background: #d9534f;
	box-shadow: none;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}
.epaper__image_inner{
	position: relative;
	border: 3px solid #808080;
	border-radius: 10px;
	padding: 15px;
	background: #fff;
}
.epaper__image.epaper_main_image {
	margin-top: 30px;
}
.epaper__image.epaper_related_image {
	margin-top: 45px;
}
.epaper__image_inner::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 160px;
	height: 42px;
	top: -25px;
	left: 30px;
	border-radius: 5px;
}
/* Add this to hide containers with empty images */
.epaper__image_inner:not(:has(img[src])),
.epaper__image_inner:has(img[src=""]){
    display: none;
}
.modal_date {
	border-bottom: 1px solid #808080;
	margin-bottom: 15px;
	text-align: right;
}
.modal_date p {
	font-size: 14px;
	font-weight: 600;
	border-left: 4px solid #cb262b;
	padding-left: 6px;
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 5px;
}
.epaper__image img {
	display: block !important;
	margin: 0 auto;
	border-radius: 10px;
	max-width: 100%;
}
.modal_editor {
	border-top: 1px solid #808080;
	padding-top: 10px;
	font-size: 16px;
	text-align: center;
	color: #000;
	margin-top: 10px;
}
@media (max-width: 1199.98px) {
    .body_middle {
    	width: calc(100% - 190px);
    }
    .all_page_wrap {
    	max-height: 1010px;
    }
}
@media (max-width: 991.98px) {
    .pitw_epaper {
    	padding: 2px;
    	box-shadow: 0px 0px 3px #333;
    	border-radius: 4px;
    }
    .pagination {
    	max-width: 140px;
    }
    .all_page_wrap {
    	max-height: 770px;
    }
}
@media (max-width: 767.98px) {
    .main_body {
    	flex-wrap: wrap;
    }
    .body_left {
    	width: 100%;
    	order: 2;
    }
    .body_middle {
    	width: 100%;
    	order: 1;
    }
    .all_page_wrap {
    	width: 100%;
    	height: auto;
    	overflow-y: inherit;
    }
    .all_page_wrap ul {
    	display: flex;
    	overflow: scroll;
    	overflow: auto;
    	white-space: nowrap;
    	position: relative;
    }
    .all_page_wrap ul li {
    	width: 25%;
    	min-width: 24%;
    	margin-bottom: 0;
    	margin-right: 5px;
    }
    .epaper_header {
    	flex-wrap: wrap;
    }
    .pagination_wrap {
    	width: 100%;
    	order: 3;
    	margin: 10px 0 0 0;
    	justify-content: center;
    }
    .pagination {
    	max-width: 100%;
    }
    .pagination a, .pagination_wrap .scroll-btn {
    	padding: 2px 3px 0;
    	height: 25px;
    	width: 25px;
    	min-width: 25px;
    	font-size: 14px;
    }
    .epaper_header_date {
    	border-radius: 4px;
    	height: 30px;
    	font-size: 15px;
    }
    #modal-content {
    	width: 100% !important;
    	border: 0;
    	border-radius: 0;
    	min-height: 100vh;
    	margin: 0;
    }
    .modal-body {
    	padding: 10px 5px;
    }
    .epaper__image_inner {
    	border: 2px solid #808080;
    	border-radius: 8px;
    	padding: 10px 5px;
    }
    .epaper__image.epaper_main_image {
    	margin-top: 22px;
    }
    .epaper__image.epaper_related_image {
    	margin-top: 35px;
    }
    .epaper__image img {
    	border-radius: 8px;
    }
    
    .trigger_buttn.pull-right, .trigger_buttn.pull-left {
    	width: 24px;
    }
    .trigger_buttn i {
    	font-size: 18px;
    }
    .modal_date p, .modal_editor {
    	font-size: 12px;
    }
}
@media (max-width: 575.98px) {
    .all_page_wrap ul li {
    	padding: 4px;
    	width: 32.3333333333%;
    	min-width: 32.333333333%;
    }
    .body_right {
    	display: block !important;
    	width: 100%;
    	order: 3;
    }
    .body_right .categories_wrap {
    	display: none;
    }
    .pitw_datepicker {
    	max-width: 380px;
    	margin: 0 auto 15px;
    }
    .body_right .add.text-center {
    	max-width: 380px;
    	margin-left: auto;
    	margin-right: auto;
    	padding: 5px !important;
    }
    .modal-head-logo img {
    	height: 32px;
    	width: 32px;
    }
    .modal-share span {
    	height: 26px;
    	line-height: 26px;
    	padding: 0 6px;
    	border-radius: 4px 0 0 4px;
    	font-size: 14px;
    }
    .modal-share button {
    	width: 26px;
    	height: 26px;
    	line-height: 26px;
    	font-size: 14px;
    }
    .modal-share button.share_on_gplus {
    	border-radius: 0 4px 4px 0;
    }
    .modal-download .print_btn {
    	height: 26px;
    	padding: 0 5px;
    	border-radius: 4px;
    	font-size: 14px;
    }
    .modal-close .close {
    	width: 26px;
    	height: 26px;
    	font-size: 15px;
    	border-radius: 4px;
    }
    .epaper__image_inner::before {
    	width: 125px;
    	height: 32px;
    	top: -20px;
    	left: 25px;
    }
    .modal_date p, .modal_editor {
    	font-size: 10px;
    }
}