<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#myModal{
	display: block; /* Hidden by default */
	z-index: 10001;
}

.border-shadow{
	border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.3);
}

.exit-button{    
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    width: 26px;
    height: 26px;
    border: solid 2px #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    font-style: normal;
    font-size: 24px;
    font-family: Arial, Baskerville, monospace;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .55);
    box-shadow: 0 0 3px rgba(0, 0, 0, .55);
}

#blackbg{    
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 10001;
}

.no-blackbg{    
    background-color: rgba(0,0,0,0) !important;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
	position:fixed;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: auto;
    overflow: auto; /* Enable scroll if needed */
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.top_left {
    top: 2%;
    left: 2%;
}

.top_center {
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.top_right {
    top: 2%;
    right: 2%;
    left: auto;
}

.middle_left {
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.middle_center {    
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
}

.middle_right {
    top: 50%;
    right: 2%;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.bottom_left {
    top: auto;
    bottom: 2%;
    left: 2%;
}

.bottom_center {
    top: auto;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.bottom_right {
    top: auto;
    right: 2%;
    bottom: 2%;
    left: auto;
}


@media only screen and (max-width: 768px) {
	.modal-content img{
        width: 100% !important;
        height: auto !important
	}
	
	.modal-content{
		width:80% !important;
	}
}

/* #myModal{ */
	/* display: block; Hidden by default */
	/* z-index: 99999; */
/* } */

/* .modal { */
   /* position: fixed;  Stay in place */
   /* z-index: 1;  Sit on top */
   /*  padding-top: 100px; Location of the box */
   /* left: 0; */
   /* top: 0; */
   /* width: 100%; /* Full width */
   /* height: 100%; /* Full height */
    /* overflow: auto; Enable scroll if needed */
    /* background-color: rgb(0,0,0); Fallback color */
    /* background-color: rgba(0,0,0,0.4); Black w/ opacity */
	/* z-index: 99999; */
/* } */

/* .border-shadow{
	border: 5px solid black; 
	border-radius: 10px;
    box-shadow: 0 0 35px 15px #222;
} */

/* .exit-button{
	-webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    outline-style: none;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: solid 2px #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    margin: 0;
    padding: 0;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    text-decoration: none;
    text-align: center;
    font-style: normal;
    font-size: 24px;
    font-family: Arial, Baskerville, monospace;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .55);
    box-shadow: 0 0 3px rgba(0, 0, 0, .55);
	z-index:9999999;
} */

/* #blackbg{ */
    /* position: fixed;  Stay in place */
    /* z-index: 1;  Sit on top */
    /* padding-top: 100px; Location of the box */
    /* top: 0;  */
    /* width: 100%; Full width */
    /* height: 100%; Full height */
    /* overflow: auto; Enable scroll if needed */
    /* background-color: rgb(0,0,0); Fallback color */
    /* background-color: rgba(0,0,0,0.4); Black w/ opacity */
	/* z-index: 99999; */
/* } */

/* Modal Content */
/* .modal-content {
    background-color: #fefefe; */
    /* margin: auto; */
	/* position:fixed;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
} */

/* @media only screen and (max-width: 768px) {
	.modal-content img{
		width: 100% !important;
	}
	
	.modal-content{
		width:80% !important;
	}
} */

/* The Close Button */
/* .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.top_left {
	top:20px;
	bottom:inherit;
	left:10px;
	right:inherit;
}

.top_center {
	top:20px;
	bottom:inherit;
	left:0;
	right:0;
	margin:auto;
}

.top_right {
	top:20px;
	bottom:inherit;
	left:inherit;
	right:10px;
}

.middle_left {
	top:initial;
	bottom:inherit;
	left:10px;
	right:inherit;
    margin:12% auto;
}

.middle_center {
	top:0;
	xx-bottom:0;
	left:0;
	right:0;
	margin: 15% auto;
    xx-margin: 5% 30%;
}

.middle_right {
	top:initial;
	bottom:inherit;
	left:inherit;
    right:10px;
}

.bottom_left {
	top:initial;
	bottom:0;
	left:10px;
	right:inherit;
}

.bottom_center {
	top:initial;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.bottom_right {
	top:initial;
	bottom:0;
	left:inherit;
	right:10px;
} */</pre></body></html>