<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mySlides {

	display: block; 

	/* background: rgba(0,0,0,0.71); */

	overflow: hidden;

}

.modal_new {

	display: none;

	position: fixed;

	z-index: 9999;

	padding-top: 40px;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	overflow: auto;

	background-color: rgba(0,0,0,0.78);

}

/* Modal Content */

.modal-content_new {

	position: relative;

	/* background-color: #fefefe; */

	margin: auto;

	padding: 0;

	width: 90%;

	max-width: 1200px;

}

/* The Close Button */

.close2 {

    float: right;

    font-size: 21px;

    font-weight: bold;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #fff;

    filter: alpha(opacity=20);

    opacity: .2;

}

.close2 {

	color: rgb(0, 0, 0) !important;

    position: absolute;

    /* top: 60px; */

    /* right: 25px; */

    font-size: 35px !important;

    font-weight: bold !important;

}

.close2:hover,

.close2:focus {

	color: #f3f3f3 !important;

	text-decoration: none;

	cursor: pointer;

}

.slide-img{

	/* width:100%; */

	text-align:center !important;

	margin: 0 auto !important;

}

.cursor1 {

    cursor: pointer;

    color: white;

}

.cursor2 {

    cursor: pointer;

    color: black;

}

/* Next &amp; previous buttons */

.prev_p, .next_n {

	cursor: pointer !important;

	position: relative !important;

	top: 50% !important;

	width: auto !important;

	padding: 20px !important;

	/* margin-top: -50px; */

	color: white !important;

	font-weight: bold !important;

	font-size: 17px !important;

	transition: 0.6s ease !important;

	-webkit-transition: 0.6s ease !important;

	-moz-transition: 0.6s ease !important;

	-ms-transition: 0.6s ease !important;

	-o-transition: 0.6s ease !important;

	border-radius: 5px 0px 0px 5px !important;

	user-select: none !important;

	-webkit-user-select: none !important;

	-moz-user-select: none !important;

	-ms-user-select: none !important;

	-o-user-select: none !important;

	margin-top:20px !important;

}

/* Position the "next button" to the right */

.next_n {

	right: 0;

	border-radius: 0px 5px 5px 0px !important;

}

/* On hover, add a black background color with a little bit see-through */

.prev_p:hover,

.next_n:hover {

	background-color: rgba(0, 0, 0, 0.8);

}

/* Number text (1/3 etc) */

.numbertext {

	color: #f2f2f2;

	font-size: 12px;

	padding: 8px 12px;

	/* position: absolute; */

	margin-top: 10px !important;

	text-align: center;

}

.numbertext-border{

	/* border: 1px solid #000; */

    border-radius: 50px;

    padding: 8px 14px;

    background: #000;

    font-weight: 600;

}

</pre></body></html>