.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 ));

	.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;
		}
	}
}

.post-sticky-menu-wrap .psmi-video iframe{
  max-height: var( --video_height ) !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 .psmi-video{
    padding: 10px;
    width: 288px;
    right: 65px;
    height: 682px;
	max-height: calc( 100vh - (var( --wcr_post_sticky_menu_top, 122px ) + 50px )) !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 button.psmi-video-close-btn{
    border-radius: 50px;
    height: 31px;
    top: -4px;
    right: -4px;
    position: absolute;
    width: 31px;
    border-color: #fff;
    color: #fff;
    font-size: 10px;
    border: 4px solid #fff;
    padding: 0px;
    background-color: #EC221F;
    box-shadow: inherit;
}

.post-sticky-menu-wrap button.post-sticky-menu-item:hover {
    color: #fff;
}


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

@media (max-width: 991px) {

  .post-sticky-menu-wrap{
  	left: 10px;
  	right: inherit;
  }
  .single.single-post .site-content{
  	 padding-left: 80px;
  }
  .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: -60px;
	}
}
