/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; background:url(img/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(img/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(img/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(img/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(img/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(img/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(img/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(img/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(img/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(img/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}

#colorbox, #cboxWrapper {
	overflow: visible;
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter,#cboxBottomRight {
	display: none;
	width: 0;
	height: 0;
}
#cboxContent {
	background: none;
}
#cboxLoadedContent {
	margin-bottom: 0;
}
#cboxClose {
    background: #fff url(../img/button_menu_close.png) no-repeat center/30px;
    top: -60px;
    right: -50px;
	bottom: auto;
    width: 60px;
    height: 60px;
	border-radius: 50%;
}
#cboxClose:hover {
	background-position: center;
}
#lightbox {
	border-radius: 45px;
	background: #fff;
}
#lightbox .forgot-pwd-container {
	max-width: 420px;
	margin: auto;
	padding: 38px 0;
}
#lightbox .forgot-pwd-container p {
	font-size: 32px;
	text-align: center;
	letter-spacing: 0.64px;
}
#lightbox .forgot-pwd-container .input-container {
	position: relative;
	margin-top: 24px;
	margin-bottom: 46px;
}
#lightbox .forgot-pwd-container .input-container:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #102E5A;
	opacity: 0.4;
}
#lightbox .forgot-pwd-container .input-container.error:after {
	background: red;
	opacity: 1;
}
#lightbox .forgot-pwd-container input {
	width: 100%;
	height: 32px;
	font-size: 18px;
	background: none;
	color: #102E5A;
}
#lightbox .forgot-pwd-container input.error {
	border-color: red;
}
#lightbox .forgot-pwd-container .submit-container {
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	margin: auto;
	height: 48px;
	width: 320px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 24px;
	text-align: left;
}
#lightbox .forgot-pwd-container .submit-container .handler {
	width: 50%;
	height: 48px;
	background: #44A8D7;
	display: inline-block;
	cursor: pointer;
	z-index: 1;
	font-size: 18px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 24px;
	transition: background .2s ease-in-out;
}
#lightbox .forgot-pwd-container .submit-container .handler:after {
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 10.5px;
	background: url(../img/Home/arrow_submit.png) no-repeat center/10.5px 17.5px;
	animation-name: leftright;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
#lightbox .forgot-pwd-container .submit-container .handler:hover {
	background: #116187;
}
#lightbox .forgot-pwd-container .submit-container span {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #102E5A;
}
#lightbox .forgot-pwd-container .error-message,
#lightbox .forgot-pwd-container .sys-message {
	text-align: center;
	color: red;
	font-size: 16px;
	line-height: 50px;
}
#lightbox .forgot-pwd-container .error-message {
	display: none;
}
#lightbox .tags-container {
	padding: 30px;
}
#lightbox .tags-container .tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
	max-height: 280px;
}
#lightbox .tags-container span {
	font-size: 17px;
    color: #569bbb;
    letter-spacing: 0.34px;
    cursor: pointer;
    border-radius: 15px;
    padding: 3px 10px;
}
#lightbox .tags-container span:hover {
    background: #569bbb;
    color: #fff;
}
#lightbox .report-container {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 50px;
}
#lightbox .report-container p {
	font-size: 20px;
}
#lightbox .report-container form {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 0 20px;
}
#lightbox .report-container button {
	width: 160px;
	line-height: 48px;
	color: #fff;
	border-radius: 24px;
	font-size: 18px;
	transition: all .2s ease-in-out;
}
#lightbox .report-container button[type="submit"] {
	background: #E97070;
}
#lightbox .report-container button[type="submit"] span {
	padding-left: 30px;
	background: url(../img/Discuss/icon_no.png) no-repeat left/20px;
}
#lightbox .report-container button[type="submit"]:hover {
	background: #B84D4D;
}
#lightbox .report-container button[type="reset"] {
	background: #A8A8A8;
}
#lightbox .report-container button[type="reset"]:hover {
	background: #868686;
}
#lightbox .report-container .sys-message {
	color: red;
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	#cboxClose {
		right: 0;
	}
}