.wcr-authform-container {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	padding-top: 4.5rem;
}
.wcr-authform-wrapper {
	border-radius: 16px;
	border: 1px solid #d9d9d9;
	max-width: 67.88rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.wcr-authform-container .wcr-authform-img-wrapper {
	width: 34.8rem;
    display: flex;
	height: 80vh;
}

.wcr-authform-container .wcr-authform-img-wrapper img {
	width: 100%;
	object-position: center top;
	object-fit: cover;
	height: 100%;
}

.wcr-authform-container .wcr-authform-img-wrapper .wcr-authform-logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 1.77rem;
	left: 1.8rem;
	position: absolute;
	border-radius: 3.7rem;
	background: #f5f5f5cc;
}
.wcr-authform-container .wcr-authform-img-wrapper .wcr-authform-logo-wrapper .wcr-authform-logo-inner {
	box-sizing: border-box;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
	width: 6.122rem;
    height: 6.122rem;
}

.wcr-authform-form-wrapper {
	display: flex;
	flex-direction: column;
	max-height: 100%;
	padding: 2.7rem;
	z-index: 100;
	background: #fff;
	overflow: hidden;
	position: relative !important;
	bottom: 0 !important;
	box-shadow: none;
	border-radius: 0;
	border: none;
}

.wcr-authform-greeter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 134px;
}

.wcr-user-data {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #0073aa;
}

.wcr-user-info {
    margin: 15px 0;
}

.wcr-user-info p {
    margin: 8px 0;
}

.wcr-message {
    padding: 12px;
    border-radius: 4px;
    margin: 10px 0;
    font-weight: bold;
}

.wcr-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wcr-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/*#wcr-login-form {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    max-width: 400px;
}*/

#wcr-login-form input[type="email"],
#wcr-login-form input[type="password"] {
    width: calc( 100% - 30px );
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 5px;
}

#wcr-login-form button {
    background: #0073aa;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#wcr-login-form button:hover {
    background: #005a87;
}

#wcr-login-form button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.wcr-logout-btn {
    background: #dc3545;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.wcr-logout-btn:hover {
    background: #c82333;
}


.wcr-authform-container {
    max-width: 120.9rem !important;
    width: inherit !important;
	padding: 0;
}

.wcr-authform-form-wrapper span.wcr-authform-greeter-icon-wrapper {
    display: flex;
    width: 2.6rem;
    height: 2.6rem;
}

.wcr-authform-form-wrapper h1.wcr-authform-title {
    text-align: center;
    transition: .2s;
    font-size: 1.33rem;
    color: #1e1e1e;
    margin: 1.2rem 0 0 0 !important;
    font-weight: 600;
    letter-spacing: inherit;
}

.wcr-authform-form-wrapper form#wcr-login-form input {
	border-radius: 8px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 0.66rem 0.9rem;
    height: auto;
    color: #1e1e1e;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.wcr-authform-form-wrapper form#wcr-login-form input:focus,
.wcr-authform-form-wrapper form#wcr-login-form input:focus-visible {
	    border-color: #900b09;
	    outline: inherit !important;
}

#wcr-login-form label {
    margin-bottom: 8px;
    color: #1e1e1e;
    font-family: Roboto;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#wcr-login-form button {
	color: #1e1e1e;
    border: 1px solid #767676;
    background: #e3e3e3;
}

#wcr-login-form button:hover {
	border: 1px solid #767676;
    background: #cdcdcd;
    color: #1e1e1e;
}




@media screen and (min-width: 768px) {
	.wcr-authform-container .wcr-authform-img-wrapper {
		display: none;
	}
}

@media screen and (min-width: 1280px) {
	.wcr-authform-container .wcr-authform-img-wrapper {
	    width: 34.8rem;
	    display: flex;
	    height: 80vh;
	}
}



@media screen and (max-width: 1280px) {
	.wcr-authform-wrapper {
		display: block;
		width: 100%;
	}
}


@media screen and (max-width: 768px) {
	.wcr-authform-form-wrapper {
	    position: absolute !important;
	    bottom: 0 !important;
	    left: 0;
	    right: 0;
	}

	.wcr-authform-container .wcr-authform-img-wrapper {
	    width: 100%;
	    display: flex;
	    height: 100vh;
	}

}


/* Post Sidebar Menu */
.post-sticky-menu-wrap {
	position: fixed;
	top: var( --wcr_post_sticky_menu_top, 122px );
	right: calc( var( --wcr_post_sticky_menu_right, 355px ) - 48px );
	width: auto;
	background-color: transparent;
	padding: 0;
	opacity: var( --wcr_post_sticky_menu_opacity, 0 );
	--video_height: calc( 100vh - (var( --wcr_post_sticky_menu_top, 122px ) + 50px ));
	transform: translateY(150px);
	transition: transform 0.5s ease-out, opacity 0.5s ease-out;

	&.show {
		opacity: 1;
		transform: translateY(0px);
	}

	.post-sticky-menu {
		width: 48px;
		.post-sticky-menu-item {
			&&.active {
				color: #fff;
				background-color: #000;
				border-radius: 9999px;
			}
		}
	}
	.psmi-video {
		position: absolute;
		width: 250px;
		height: 300px;
		top: 0;
		right: 48px;
		background-color: #ccc;
		opacity: 0;
		visibility: hidden;

		&&.active {
			opacity: 1;
			visibility: visible;
		}
		.ose-youtube {
			iframe {
				border-radius: 4px;
			}
		}
	}
}

.post-sticky-menu-wrap .psmi-video iframe{
	overflow: hidden;
    max-height: var( --video_height ) !important;
    height: 531px !important;
    width: 290px !important;
}



.post-sticky-menu-wrap .post-sticky-menu button{
   color: #757575;
   border: none !important;

}
.post-sticky-menu-wrap .post-sticky-menu button::hover{
   color: #ffffff;
}
.post-sticky-menu-wrap .post-sticky-menu button.active{
   color: #fff;
   border-radius: 50px;
   background-color: #2C2C2C;
}
.post-sticky-menu-wrap .post-sticky-menu .mdc-ripple-surface:hover::before{
  opacity: 1 !important;
  color: #fff;
  z-index: -1;
  background-color:#CDCDCD;
}
.post-sticky-menu-wrap .post-sticky-menu .mdc-ripple-surface.active:hover{
    color:#fff !important;;
}
.post-sticky-menu-wrap .post-sticky-menu .mdc-ripple-surface.active:hover:before{
    background-color: var(--md-sys-color-on-surface, #000);
}
/*.post-sticky-menu-wrap button.post-sticky-menu-item:hover{
  color: #2C2C2C !important;
}
*/
.post-sticky-menu-wrap button.post-sticky-menu-item.mdc-ripple-surface.mdc-ripple-upgraded--background-focused,
.post-sticky-menu-wrap button.post-sticky-menu-item.mdc-ripple-surface.mdc-ripple-upgraded--background-focused:hover,
.post-sticky-menu-wrap button.post-sticky-menu-item.mdc-ripple-surface.mdc-ripple-upgraded--background-focused:focus {
    color: #fff !important;
}

.post-sticky-menu-wrap .psmi-video{
    padding: 0px;
    border: 10px solid #fff !important;
    width: 290px;
    left: 65px;
    height: 531px;
    max-height: calc( 100vh - (var( --wcr_post_sticky_menu_top, 122px ) + 50px )) !important;
/*	max-height: calc( 94vh - (var( --wcr_post_sticky_menu_top, 122px ) + 20px )) !important;*/
    border-radius: 10px;
    border: 1px solid #C6C6C6;
    background-color: #f5f5f5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

/*.post-sticky-menu-wrap .psmi-video {
	height: 320px !important;
}*/

.post-sticky-menu-wrap .psmi-video button.psmi-video-close-btn{
	--btn_size: 22px;
    border-radius: 50px;
    height: var(--btn_size);;
    top: -9px;
    right: -9px;
    position: absolute;
    width: var(--btn_size);;
    border-color: #fff;
    color: #fff;
    font-size: 10px;
    border: 2px solid #fff;
    padding: 0px;
    background-color: #EC221F;
    box-shadow: inherit;
	cursor: pointer;
	opacity: 0; /* Start as hidden */
	transition: opacity 0.3s ease, transform 0.2s ease;
	transform: scale(0.8); /* Start smaller for the subtle scale effect */
	display: flex;
	align-items: center;
	justify-content: center;
}
.post-sticky-menu-wrap .psmi-video:hover button.psmi-video-close-btn {
	opacity: 1; /* Fade-in */
	transform: scale(1); /* Subtle scaling effect */
}
.post-sticky-menu-wrap .psmi-video button.psmi-video-close-btn .material-icons {
	font-size: 16px;
	font-weight: bold;
}




/*
.post-sticky-menu {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	justify-content: flex-start;
}
*/


/* Prevent page from scrolling when video popup is open */
/*body.no-scroll {
	overflow: hidden;
	height: 100vh;
}*/


.post-sticky-menu button.playing.active .material-symbols-outlined{
   position: relative;
   font-family: inherit;
}

.post-sticky-menu button.playing.active .material-symbols-outlined:after{
	position: absolute;
	width: 24px;
	height: 24px;
	content: "";
	top: 0;
	left: 0;
	background-image: url(https://blog.wcr.is/wp-content/themes/material-design-child/assets/images/playing-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
    animation: rotate 4s linear infinite;
}


.rotating {
width: 100px;
height: 100px;
border-radius: 50%;
background: gray;
animation: rotate 4s linear infinite;
animation-play-state: paused;

}

/*.rotating.playing {
animation-play-state: running;

}*/

@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg) ; }

}


@media (max-width: 991px) {

  .post-sticky-menu-wrap{
  	left: 0px;
  	right: inherit;
  }
  /*.single.single-post .site-content{
  	 padding-left: 80px;
  }*/
  .single.single-post .site-content{
  	 padding-left: 35px;
  }
  .post-sticky-menu-wrap .post-sticky-menu button span.material-symbols-outlined{
     font-size: 24px;
     line-height: 24px;
  }
  .post-sticky-menu-wrap .psmi-video{
  	right: inherit;
  	left: 60px;
  }
}

@media (max-width: 768px) {
/*	.post-sticky-menu-wrap .psmi-video{
		top: -90px;
		height: 531px;
		width: calc(100vw - 72px);
	}*/

	.post-sticky-menu-wrap .psmi-video {
		top: -90px;
		width: 400px;
        max-width: 400px;
        border: 0 !important;
        height: auto;
    }

    .ose-embedpress-responsive {
	    width: 100% !important;
	    padding-top: 177.77%;
	    position: relative;
	    height: inherit !important;
        max-height: none !important;
	}

	.post-sticky-menu-wrap .psmi-video iframe {
		position: absolute;
    	top: 0;
    	width: 100% !important;
    	height: 100% !important;
	}
}


@media (max-width: 479px) {
		.post-sticky-menu-wrap .psmi-video {
			top: -90px;
			width: calc(100vw - 72px);
	        max-width: calc(100vw - 72px);
	        border: 0 !important;
	        height: auto;
	    }
}





.entry-meta {
    flex-wrap: wrap;
}




/* Tooltip Container */
.post-sticky-menu-item-tooltip {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	pointer-events: none;
	font-family: "Roboto", sans-serif;
	color: #757575;
}

.post-sticky-menu-item-tooltip::after {
	content: attr(data-tooltip_title);
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	color: #757575;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.post-sticky-menu-item:hover .post-sticky-menu-item-tooltip::after {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(2px);
}

.mdc-ripple-surface.mdc-ripple-upgraded--background-focused {
	background: #2C2C2C;
	border-radius: 100%;
}

.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before {
    background: none;
    opacity: 1;
}

.post-sticky-menu-wrap .post-sticky-menu button:hover {
    background: #CDCDCD;
    color: #1E1E1E;
    border-radius: 100%;
}

.post-sticky-menu-wrap .post-sticky-menu .mdc-ripple-surface:hover::before {
	background: none;
}

.mdc-ripple-surface.mdc-ripple-upgraded--background-focused span.material-symbols-outlined, .post-sticky-menu-wrap.mdc-ripple-surface.mdc-ripple-upgraded--background-focused button.post-sticky-menu-item,
.post-sticky-menu-wrap.mdc-ripple-surface.mdc-ripple-upgraded--background-focused button.post-sticky-menu-item:hover, .mdc-ripple-surface.mdc-ripple-upgraded--background-focused span.material-symbols-outlined:hover,
.mdc-ripple-surface.mdc-ripple-upgraded--background-focused .post-sticky-menu-wrap .post-sticky-menu button {
    color: #ffffff !important;
}

.post-sticky-menu-wrap .post-sticky-menu .mdc-ripple-surface.active:hover {
	color: #ffffff !important;
}

@media (min-width: 991px) and (max-width: 1650px) {
	.post-sticky-menu-wrap .psmi-video{
		right: 60px;
		left: inherit;
	}

	.post-sticky-menu-item-tooltip {
		left: inherit;
		right: 100%;
	}

	.post-sticky-menu-item-tooltip::after {
		left: inherit;
		right: 8px;
	}
}
