
/*

CSS TEMPORÁRIO PARA RUI

*/
/* Escolha de domínios para o PP_short_version */

.dom-container{
	border:2px solid;
	border-radius:5px;
	min-height:75px;
}

.checkmark-container input{
	position:absolute;
	height:35px;
	width:35px;
	opacity:0;
	cursor:pointer;
}


.pp-others-textarea{
	border-radius:5px;
	width:88%;
	margin-left:6%;
	padding:2%;
	resize:none;
	display:none;
}

/* dom colors*/
/* affection  */
.checkmark-border-color-dom-affection{
	border:2px solid var(--color-space-gratefulness);
}
.border-color-dom-affection{
	border-color: var(--color-space-gratefulness);
}
.background-color-dom-affection{
	background-color: var(--color-space-gratefulness);
	color:white;
	font-weight:800;
	line-height:2;
}
/* auto accept  */
.checkmark-border-color-dom-auto-accept{
	border:2px solid var(--color-space-self_acceptance);
}
.border-color-dom-auto-accept{
	border-color: var(--color-space-self_acceptance);
}
.background-color-dom-auto-accept{
	background-color: var(--color-space-self_acceptance);
	color:white;
	font-weight:800;
	line-height:2;
}
/* self control  */
.checkmark-border-color-dom-self-control{
	border:2px solid var(--color-space-self_control);
}
.border-color-dom-self-control{
	border-color: var(--color-space-self_control);
}
.background-color-dom-self-control{
	background-color: var(--color-space-self_control);
	color:white;
	font-weight:800;
	line-height:2;
}
/* self care */
.checkmark-border-color-dom-self-care{
	border:2px solid var(--color-space-self_care);
}
.border-color-dom-self-care{
	border-color: var(--color-space-self_care);
}
.background-color-dom-self-care{
	background-color: var(--color-space-self_care);
	color:white;
	font-weight:800;
	line-height:2;
}

/* self care */
.checkmark-border-color-dom-self-care{
	border:2px solid var(--color-space-self_care);
}
.border-color-dom-self-care{
	border-color: var(--color-space-self_care);
}
.background-color-dom-self-care{
	background-color: var(--color-space-self_care);
	color:white;
	font-weight:800;
	line-height:2;
}

/* autonomy */
.checkmark-border-color-dom-autonomy{
	border:2px solid var(--color-space-autonomy);
}
.border-color-dom-autonomy{
	border-color: var(--color-space-autonomy);
}
.background-color-dom-autonomy{
	background-color: var(--color-space-autonomy);
	color:white;
	font-weight:800;
	line-height:2;
}

/* perfectionism */
.checkmark-border-color-dom-perfect{
	border:2px solid var(--color-space-perfectionism);
}
.border-color-dom-perfect{
	border-color: var(--color-space-perfectionism);
}
.background-color-dom-perfect{
	background-color: var(--color-space-perfectionism);
	color:white;
	font-weight:800;
	line-height:2;
}

/* relationships */
.checkmark-border-color-dom-relation{
	border:2px solid var(--color-space-relationships);
}
.border-color-dom-relation{
	border-color: var(--color-space-relationships);
}
.background-color-dom-relation{
	background-color: var(--color-space-relationships);
	color:white;
	font-weight:800;
	line-height:2;
}

/* pvalues */
.checkmark-border-color-dom-pvalues{
	border:2px solid var(--color-space-values);
}
.border-color-dom-pvalues{
	border-color: var(--color-space-values);
}
.background-color-dom-pvalues{
	background-color: var(--color-space-values);
	color:white;
	font-weight:800;
	line-height:2;
}

/* trauma */
.checkmark-border-color-dom-trauma{
	border:2px solid var(--color-space-trauma);
}
.border-color-dom-trauma{
	border-color: var(--color-space-trauma);
}
.background-color-dom-trauma{
	background-color: var(--color-space-trauma);
	color:white;
	font-weight:800;
	line-height:2;
}

/* relationships */
.checkmark-border-color-dom-relation{
	border:2px solid var(--color-space-relationships);
}
.border-color-dom-relation{
	border-color: var(--color-space-relationships);
}
.background-color-dom-relation{
	background-color: var(--color-space-relationships);
	color:white;
	font-weight:800;
	line-height:2;
}


/*checkmarks*/
.dom-checkmark{
	position:absolute;
	height:35px;
	width:35px;
	pointer-events: none;
}


.dom-container input:checked ~.dom-checkmark:after{
	display:block;
}




#dom-sel-body{
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
#priority-definition{
border-radius:0px
}
.clear-dom-sel-button{
border:1px solid #66c8c9 ;
background-color:white;
color: #66c8c9;
cursor:pointer;
border-radius:5px;
}

.clear-dom-sel-button:hover{
background-color: rgb(243, 240, 240);
}
/* selected priority colored boxes */
#prio1-color-box{
width:25px;
height:25px;
border:2px solid #66c8c9;
border-radius:5px;
}

#prio2-color-box{
width:25px;
height:25px;
border:2px solid #66c8c9;
border-radius:5px;
}

#prio3-color-box{
width:25px;
height:25px;
border:2px solid #66c8c9;
border-radius:5px;
}

#dom-progress-bar{	
border-radius:0px;
}

#auto_accept_inq{
display:none;
}

.auto-accept-dom-sub-title{
border:2px solid #ed7c31;
border-radius:10px;
padding:5px;
}

#self_control_inq{
display:none;
}

#self_care_inq{
display:none;
}


#autonomy_inq{
display:none;
}

#perfect_inq{
display:none;
}

#relations_inq{
display:none;
}
#pvalues_inq{
display:none;
}

#trauma_inq{
display:none;
}

#depression_inq{
display:none;
}


#recommendations{
color:#646f79;
}


#saiba_mais_login:hover{
background-color:#171744 !important;
}

#login_container{
background-color: rgb(255,255,255,0.7);
box-shadow:5px;
color:gray;
}

#ft_patrons_menu_minimized {
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;

}

#ft_patrons_menu_minimize_button {
position: -webkit-sticky; /* Safari */
position: sticky;
bottom: 15vh;
height:45px;
width:45px;
background-color:#181d28;
border-radius:5px;
color:white;
margin-left:15px;
text-align:center;
cursor:pointer;
}



#ft_patrons_menu_minimize_button2 {
position: -webkit-sticky; /* Safari */
position: sticky;
bottom: 10px;
/*height:45px;*/
border-radius:5px;
background-color:#181d28;
color:white;
margin-left:15px;
text-align:center;
cursor:pointer;
display:none;

min-height: 35px;
max-height: 45px;
height: 5vw;

min-width: 35px;
max-width: 45px;
width: 5vw;

}


#choice_button_container{
border-radius:5px;
padding-left: 10% !important;
background-color: white;
}

#sub_choice_button_container{
border-radius:5px;
padding-left: 10% !important;
background-color: white;
}

#choice_button_container_app{
border-radius:5px;
background-color: white;
}


#choice_button_container2{
border-radius:5px;
padding-left: 10% !important;
background-color: white;
}

.choice_button_element{
border:2px solid #66c8c9;
border-radius:5px;
float:left;
cursor:pointer;

}

.credit_purchase_button_text span{
color:black !important;
line-height:1.5;
font-size:25px;

}

#nif_container input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
-webkit-appearance: none; 
margin: 0; 
}

.fm-no-step-input input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
-webkit-appearance: none; 
margin: 0; 
}

.invalid_input{
color:red;
font-weight: bold;
display:none;
}


#outer_box_q1{
min-height:250px;

}
#outer_box_q2{
min-height:250px;
}
#outer_box_q3{
min-height:250px;
}



#outer_box_pm1{
border:1px solid #66c8c9;
height:80px
}
#outer_box_pm2{
border:1px solid #66c8c9;
height:80px
}
#outer_box_pm3{
border:1px solid #66c8c9;
height:80px
}
#outer_box_pm4{
border:1px solid #66c8c9;
height:80px;
}

#outer_box_pm1:hover {
border:3px solid #66c8c9;

}

#outer_box_pm2:hover {
border:3px solid #66c8c9;
}

#outer_box_pm3:hover {
border:3px solid #66c8c9;
}
#outer_box_pm4:hover {
border:3px solid #66c8c9;

}

.invoice_form_container{
border:1px solid #66c8c9;
border-radius:5px;
}

.form-control:disabled, .form-control[readonly]{
	opacity:0.2;
}



#outer_box_s1{
border:1px solid #66c8c9;
}
#outer_box_s2{
border:1px solid #66c8c9;
}
#outer_box_s3{
border:1px solid #66c8c9;
}


#payment_method_conf_name{
white-space: nowrap
}


.invalid_option_enabled{
	color:red;
	
}


.wpwl-brand, .wpwl-img{
	background: none;
	width:20vw;
	content: "Obtenha a sua referência aqui!"
}

.wpwl-sr-only{
	clip:initial;
	width:auto;
	height:auto;
	color:black;
	float:center;
	position:relative;
	max-height:75px;
}

.wpwl-brand-SIBS_MULTIBANCO {
height:auto;
padding:5px;
}

.checkmark__circle {
stroke-dasharray: 166;
stroke-dashoffset: 166;
stroke-width: 2;
stroke-miterlimit: 10;
stroke: #7ac142;
fill: none;
animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
width: 56px;
height: 56px;
border-radius: 50%;
display: block;
stroke-width: 2;
stroke: #fff;
stroke-miterlimit: 10;
margin: 10% auto;
box-shadow: inset 0px 0px 0px #7ac142;
animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-dashoffset: 48;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}
@keyframes scale {
0%, 100% {
transform: none;
}
50% {
transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes fill {
100% {
box-shadow: inset 0px 0px 0px 30px #7ac142;
}
}



.mb-data{
border: 2px solid gray;
border-radius:5px;	
}




.bb_colored_text{
color:rgb(102,200,201)
}

.sub-purchase-footer2{
background-color:rgb(215,239,239);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.sub-purchase-footer1{
background-color:rgb(215,239,239);
border-bottom-left-radius: 5px;
border-left:1px solid #66c8c9;

border-bottom-right-radius: 5px;
}
.sub-purchase-footer3{
background-color:rgb(215,239,239);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.bolder{
text-shadow:-1px 1px, 1px 1px, 1px 1px;
}
.payment-conf-text{
font-size: 1.1rem;
font-weight: 400;
}
.payment-conf-ttl{
color:#66c8c9;
margin-left:5%;
font-weight:700;
}

.mb-conf-instructions{
	font-weight:700;
	color:#212529;
	font-size:1.2rem;
}


.webinar-stream-canvas{
	width:100%;
	height:auto;
	min-height:450px;
}

.webinar_chat_container{
	border:2px solid lightgray;
}

.chat-log-container-vertical{
	max-height:50vh;
	height:50vh;
	overflow-y:auto;
	border:2px solid lightgray;
}
.chat-msg-container-vertical{
	overflow-y:auto;
	border:2px solid lightgray;
}
#old_messages_warning{
	background-color:lightgray;
	display:none;
	cursor:pointer;
}


.webinar_desc_container{
	border:1px solid var(--border-light);
	width:100%;
	border-radius:5px;
}

.webinar-add-image-container{
	border:1px solid var(--border-light);
	border-radius:5px;
}

.webinar-header-ttl{
	line-height: 1;
}
.webinar-header-desc{
	font-size:18px;
	line-height: 1;
}

.send-msg-icon{
	height:auto;
	width:120%;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}

.pro_webinar_icon_description{
	font-size:1.5em;
	width:100%;
}

.webinar-icon{
	font-size:3em;
}

.fa-microphone{
	padding-left:13px;
}

.view-mode-toggle-button{
	border:2px solid black;
	padding:5px;
	border-radius:5px;
	cursor:pointer;
	width:55px;
	height:55px;
	background-color: var(--light-background);
}

.stacked-view-mode{
	border:4px solid black;
	height:20px;
	margin-bottom:1px;
	max-width:55px;
}

.webinar-sbs-button{
	font-size:44px;	
	margin-left:-1px;
}
.view-mode-toggle-button.active{
	background-color: var(--border-light);
	/* dont like this color (or effect) need to swap it here later */
	
}

.speaker-chat-message{
	color: var(--branding-color-A);
	text-decoration: underline;
}

.speaker-chat-log-message{
	font-weight:600;
	text-decoration: underline;
}

.self-chat-user{
	color: var(--store-color-red);
}

.pro-webinar-list{
	border:1px solid var(--border-light);
	min-height:50vh;
}

.pro-webinar-list-menu-item{
	color: var(--branding-color-A);
	border:1px solid var(--border-light);
	font-size:1.5em;
	cursor:pointer;
}

.pro-webinar-list-menu-item.active{
	text-decoration: underline;
}


.select-prof-webinar-input{
	border:1px solid lightgray;
	border-radius:5px;
	cursor:pointer;
}

.fm-btn-blank.is-invalid{
	border:1px solid red;
}

.pro-webinar-preview-title{
	color: var(--branding-color-A);
	font-weight: bold;
}

.pro-webinar-preview-container{
	width:98%;
	margin-left:1%;
	border:1px solid lightgray;
	border-radius:5px;
}

.pro-webinar-preview-container .btn.btn-link::after {
	content: ' ';
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='play-circle' class='svg-inline--fa fa-play-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2366c8c9' d='M371.7 238l-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-position: center;
	background-size: 48px;
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.webinar-preview-price-tag{
	width:100px;
	height:35px;
}

#webinar-sub video{
	position:relative !important;
}
#webinar-sub-sbs video{
	position:relative !important;
}

.enroll-webinar-button{
	background-color: var(--branding-color-A);
	color:white;
	border-radius:25px;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
}

.webinar-desc-ttl{
	text-shadow: 1px 0 0 currentColor;
}


.rules-container{
	
}


.webinar-already-started-bg{
	background-color: #FCC9C6;
}
.webinar-about-to-start-bg{
	background-color: #709CE8;
}

.webinar-rounded-button{
	color:white;
	border-radius:25px;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
	
}
.webinar-rules-container-border{
	border:1px solid var(--branding-color-B);
	padding:5%;
}

iframe {
    height: 50vh;
    width: 100%;
}


/* patron live stream watermark */
.video-wrapper{
	position:absolute;
	width:15vw;
	height:auto;
	right:3vw;
	bottom:2vh;
	z-index:999;
}

.webinar-header-ad{
	width:100%;
	height:100%;
	background-color: #D4E3FE;
	border-radius:5px;
}




.pp-no-sub-container{
	min-height:50vh;
}