/* BEGIN: Virtual Mirror Button styles */

#vm_buttons {
    width: 100%;
    top: 8px;
}

.nav-table-virtualmirror {
    display: table;
    margin: auto;
    padding-top: 5px;
}

.ul-virtualmirror {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.li-virtualmirror {
    float: left;
    padding-left: 5px;
}

#vm_buttons button {
    cursor: pointer;
    display: block;
    width: 120px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border: solid 1px #dde1e3;
    background-image: radial-gradient(circle at 0 0, #e4ebef, rgba(231, 235, 237, 0.28));
    flex-grow: 0;
    font-family: 'sofia-pro';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.16px;
    text-align: center;
    color: #244c5a;
}

.Frame-shape {
    width: 16px;
    height: 16px;
    flex-grow: 0;
    object-fit: contain;
}

/* END: Virtual Mirror Button styles */

#vmmv-container {
	position: fixed;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Custom VM CSS for LC */
:root{
	/* desktop view of footer component background color and text */
	--vm-components-footer-desktop-bg: rgb(255 255 255);
	--vm-components-footer-desktop-text: rgba(0, 0, 0);
	
	/* mobile view of footer component background color and text */
	--vm-components-footer-mobile-bg: rgba(0, 0, 0, 0.65);
	--vm-components-footer-mobile-text: rgb(255, 255, 255);
	
	/* default font are for paragraph, title, and span. */
	--vm-default-font: sofia-pro;
	
	/* default font bold are for headings and others that are bold */
	--vm-default-font-bold: sofia-pro-bold;
	
	/* default font medium are for the text inside the button */
	--vm-default-font-medium: sofia-pro-semibold;
	
	/* desktop view of the icon of the footer */
	--vm-components-icon-desktop-bg: rgba(0, 0, 0);
	--vm-components-icon-desktop-fill: rgb(255 255 255);
	
	/* mobile view of the icon of the footer */
	--vm-components-icon-mobile-bg: rgba(0, 0, 0);
	--vm-components-icon-mobile-fill: rgb(255 255 255);
	
	/* icons in the photo mode */
	--vm-components-action-photo-bg: rgb(255 255 255);
	--vm-components-action-photo-fill: rgb(0 0 0);
	
	/* button on video mode */
	--vm-components-action-video-bg: rgb(0, 0, 0);
	--vm-components-action-video-text: rgb(255 255 255);
}


@media (min-width:1025px) {
	#vmmv-container #vm-layout{
		background-color: white;
	}
	
	#bipa-overlay-root-style #privacy-agreement .footer-bar .footer-content a {
		text-decoration: none;
	}
	
	#vm-layout p {
	    flex-grow: 0;
		font-family: sofia-pro;
		font-size: 14px;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.71;
		letter-spacing: 0.5px;
	}
	 
	/* start privacy-policy-notice */
	
	#vmmv-container #vm-privacy-policy #BIPA_CITIZEN_QUESTION {
	    font-weight: normal!important;
	}
	
	
	#bipa-overlay-root-style #privacy-agreement .footer-bar .footer-content a {
		text-decoration: none;
	}
	
	#vmmv-container #vm-privacy-policy .yes-no-checkbox {
	    text-transform: uppercase;
	}
	
	#vmmv-container #bipa-component-container{
	    padding-left: 70px!important;
	    padding-right: 70px!important;
	}
	
	#vmmv-container #bipa-component-container span{
	  font-family: sofia-pro;
	  font-size: 14px;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.71;
	  letter-spacing: 0.5px;
	}
	
	#vmmv-container #bipa-component-container b span{
		font-weight: bold;
	}
	
	#vmmv-container h1{
		font-family: minerva-modern;
		font-size: 28px;
		font-stretch: normal;
		font-weight: normal;
		font-style: normal;
		line-height: 1.14;
		letter-spacing: 0.14px;
		padding-top: 35px;
	}
	
	#vmmv-container .scrollable-container{
		padding-right: 60px!important;
		padding-left: 60px!important;
	}
	
	.styles__ModalContainer-sc-ds89az-2 {
		padding: unset !important;
	    margin: auto !important;
	}
	
	/* SCROLLBAR */ 
	#vmmv-container .scrollable-container::-webkit-scrollbar {
	    width: 7px;
	    background-color: #fff;
	}
	
	#vmmv-container .scrollable-container::-webkit-scrollbar-track {
	    box-shadow: inset 0 0 5px white; 
	    border-radius: 5px;
	}
	
	#vmmv-container .scrollable-container::-webkit-scrollbar-thumb {
	    background: #cdcdcd;
	    border-radius: 5px;
	    min-height: 80px;
	}
	
	#vmmv-container .scrollable-container::-webkit-scrollbar-thumb:hover {
	    background: rgb(92, 92, 92); 
	}
	
	#vmmv-container .footer-content{
		padding-left: 125px!important;
		padding-right: 125px!important;
	}
	
	#vmmv-container .footer-content .buttons button{
		max-width: unset!important;
	}
	
	#vmmv-container .footer-content .buttons button#bipa-cancel-button{
		color: #557b92;
	    border-color: #557b92;
	}
	
	#vmmv-container .footer-content .buttons button#bipa-submit-button{
		background-color: #557b92;
	    border-color: #557b92;
	    color: #fff;
	}
	
	#vmmv-container .footer-content .buttons button#bipa-submit-button:hover {
	    background-color: #192c50;
	    border-color: #192c50;
	}
	
	#vmmv-container .footer-content .buttons button span{
		text-transform: uppercase!important;
	    font-family: sofia-pro!important;
	    font-size: 16px!important;
	    font-weight: 600!important;
	}
	
	#vmmv-container #bipa-privacy-policy-notice{
		text-align: left!important;
	}
	
	/* end privacy-policy-notice */
	
	/* start bipa-biometric-agreement */
	
	#bipa-component-container #BIOMETRIC_AGREEMENT_TITLE {
	    margin-top: -145px!important;
	    position: fixed;
	    left: 0;
	    font-family: minerva-modern !important;
	    font-size: 28px!important;
	    font-weight: normal!important;
	    font-stretch: normal!important;
	    font-style: normal!important;
	    line-height: 1.14!important;
	    letter-spacing: 0.14px;
	    text-transform: capitalize;
	}
	
	#bipa-component-container #bipa-biometric-agreement {
	    margin-top: 50px;
	    margin-left: 90px;
	    margin-right: 90px;
	}
	
	#bipa-component-container #bipa-biometric-agreement .field.line{
	    padding-right:50px;
	    padding-left:50px;
	}
	
	#bipa-component-container #bipa-biometric-agreement .line.buttons button{
	    max-width: unset!important;
	}
	
	#bipa-component-container #bipa-biometric-agreement button#bipa-cancel-button{
		color: #557b92;
	    border-color: #557b92;
	}
	
	#bipa-component-container #bipa-biometric-agreement button#bipa-submit-button{
		background-color: #557b92;
	    border-color: #557b92;
	    color: #fff;
	}
	
	#bipa-component-container #bipa-biometric-agreement button#bipa-submit-button:hover {
	    background-color: #192c50;
	    border-color: #192c50;
	}
	
	
	#bipa-component-container #bipa-biometric-agreement #BIPA_FORM_SUBTITLE{
		flex-grow: 0;
		margin-bottom: 40px;
		font-family: sofia-pro;
		font-size: 14px;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.71;
		letter-spacing: 0.5px;
	}
	
	#bipa-component-container #bipa-biometric-agreement .buttons button span{
		text-transform: uppercase!important;
	    font-family: sofia-pro!important;
	    font-size: 16px!important;
	    font-weight: 600!important;
	}
	
	#bipa-component-container #bipa-biometric-agreement .note-warning,
	#bipa-component-container #bipa-biometric-agreement .error-text, 
	#bipa-component-container #bipa-biometric-agreement .note-text{
	    padding-right: 50px;
	    padding-left: 50px;   
	}
	
	/* end bipa-biometric-agreement */
	
	/* start terms-conditions */
	.vmmv-terms-conditions button{
		text-transform: uppercase!important;
	    font-family: sofia-pro!important;
	    font-size: 16px!important;
	    font-weight: 600!important;
	    background-color: #557b92;
	    border-color: #557b92;
	    color: #fff;
	}
	
	.vmmv-terms-conditions button:hover {
	    background-color: #192c50;
	    border-color: #192c50;
	}
	/* end terms-conditions */
	
	/* start picture-mode */
	
	.frame-advisor-root-style .upload-image.desktop #upload-image-drop-zone {
	    height: 42px;
	    background-color: #557b92;
	    border-color: #557b92;
	    color: #fff;
	    text-transform: uppercase;
	    font-size: 16px;
	    font-weight: 600;
	    margin-top: 300px;
	}
	
	.frame-advisor-root-style .upload-image-display-controls {
	    display: block;
	}
	
	.frame-advisor-root-style .upload-image-display-controls .upload-image-display-accept{
		margin: auto;
		display: block;
		text-transform: uppercase!important;
		font-family: sofia-pro!important;
		font-size: 16px!important;
		font-weight: 600!important;
		background-color: #557b92;
		border-color: #557b92;
		color: #fff;
		height: 40px;
	}
	
	.frame-advisor-root-style .upload-image-display-controls .upload-image-display-accept:hover {
	    background-color: #192c50;
	    border-color: #192c50;
	}
	
	.frame-advisor-root-style .upload-image-display-controls .upload-image-display-decline{
		margin: auto;
		display: block;
		height: 25px;
		margin-top: 20px;
	}
	
	.frame-advisor-root-style .upload-image-display-controls .upload-image-display-decline:after{
		font-family: sofia-pro;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.71;
		letter-spacing: 0.5px;
		left: unset;
	    position: relative;
	}
	
	.vmmv-add-prescription-modal-add-to-cart-button {

        border-color: #557b92 !important;

        color: #557b92 !important;

		background-color: transparent !important;

        text-transform: uppercase !important;

        font-size: 14px !important;

        line-height: 1.5 !important;

        font-family: sofia-pro !important;

    }

	.vmmv-add-prescription-modal-prescription-button {
        text-transform: uppercase !important;
    }
	
	#vm-layout button.Button__StyledButton-sc-17kilgz-0{
	    font-weight:600;
		font-size: 16px;
	    height: 40px;
	    background-color: #557b92;
		color: #fff;
	    border-color: #557b92;
	    text-transform: uppercase;
	}
	
	#vm-layout button.Button__StyledButton-sc-17kilgz-0:hover{
	    background-color: #192c50;
	    border-color: #192c50;
	}
	/* end picture-mode */
	
	/* start video-mode */
	#vm-layout p.styles__ErrorMessage-sc-inddy1-1{
		max-width: 270px;
		margin-top: 15px;
	}
	
	.vmmv-take-picture-instructions-page {
        gap: 30px !important;
        padding: 56px 126px 2.625em !important;
   	}

   .vmmv-take-picture-instructions-page .vmmv-take-picture-instructions {
		gap: 20px !important;
	}

	.vmmv-take-picture-instructions-page .styles__TipTake-sc-ghin3b-9 {
		margin-top: 0 !important;
	}

	.vmmv-take-picture-instructions-page .styles__TakePictureButton-sc-3ek8r0-10 {
		background: #557b92 !important;
		font-size: 14px !important;
		line-height: 1.5 !important;
		text-transform: uppercase !important;
		padding: 10px 14px !important;
		font-family: sofia-pro;
		outline: none !important;
		position: unset !important;
		font-weight: 600;
	}


   
   .styles__FooterLabelWrapper-sc-1wqjh4b-3 {

        gap: 5px !important;

        padding-left: 13% !important;

    }
	
	#vm-layout button.styles__SeeInstructions-sc-inddy1-3{
		font-family: sofia-pro;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.71;
		letter-spacing: 0.5px;
		left: unset;
	    position: relative;
	}
	/* end video-mode */
}















/* Carlos */
@media (max-width:800px) {
	 #vmmv-container span[class^='styles__StyledLabel'] {
    	top: -3em !important;
	}

	.vmmv-container-rxc span[class^='styles__StyledLabel'] {
    	top: -1.5em !important;
	}

	.show {
		display: flex !important;
		font-weight: normal;
		line-height: 1.71;
	}
	
	.Button__StyledButton-sc-17kilgz-0 {
		background-color: #557b92;
	    border-color: #557b92;
	    color: #fff;
	    font-weight: bold;
		text-transform: uppercase !important;
	}
	
	.styles__Title-sc-1aj6aut-1 {
		width: 205px !important;
	}
	
	.styles__TakePictureButton-sc-3ek8r0-10 {
		text-transform: uppercase !important;	
		padding: 8px 32px !important;
	}
	
	.styles__ModalContainer-sc-ds89az-2 {
		padding: 3.5em 0px 1.5em !important;
	}
	
	.styles__TakePictureButton-sc-3ek8r0-10 {
		font-size: 16px !important;
	    font-weight: 600 !important;
	    letter-spacing: 0.5px !important;
	    background: #557b92 !important;
	    padding: 8px 32px !important;
	}
	
	.upload-image-display-accept {
        background: #557b92 !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        text-transform: uppercase !important;
        padding: 10px 14px !important;
        font-family: sofia-pro !important;
        outline: none !important;
    }
    
    .vmmv-add-prescription-modal-add-to-cart-button {
        border-color: #557b92 !important;
        color: #557b92 !important;
		background-color: transparent !important;
        text-transform: uppercase !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        font-family: sofia-pro !important;
    }

	.vmmv-add-prescription-modal-prescription-button {
        text-transform: uppercase !important;
    }
	
	#bipa-component-container #bipa-biometric-agreement button#bipa-cancel-button{
		color: #557b92;
	    border-color: #557b92;
	}
	
	#bipa-component-container #bipa-biometric-agreement button#bipa-submit-button{
		background-color: #557b92;
	    border-color: #557b92;
	    color: #fff;
	}

    .styles__IconWrapper-sc-1wqjh4b-2{
        background-color: rgba(255, 255, 255, 0.3) !important;
    }

    .styles__FooterLabel-sc-1wqjh4b-4{
        color: #fff !important;
    }
    
    .styles__PriceStyled-sc-1wqjh4b-6{
        color: #fff !important;
	}
	
	#bipa-component-container #bipa-biometric-agreement .buttons button span{
		text-transform: uppercase!important;
	    font-family: sofia-pro!important;
	    font-size: 16px!important;
	    font-weight: 600!important;
	}
	
	#bipa-overlay-root-style.bipa-overlay #bipa-component-container #BIPA_FORM_SUBTITLE {
		font-family: sofia-pro !important;
	}
	
	#bipa-overlay-root-style #privacy-agreement .footer-bar .footer-content a {
		text-decoration: none;
	}
	
	#bipa-component-container #BIOMETRIC_AGREEMENT_TITLE {
	    margin-top: -70px!important;
	    position: fixed;
	    left: 0;
	    font-family: minerva-modern !important;
	    font-size: 28px!important;
	    font-weight: normal!important;
	    font-stretch: normal!important;
	    font-style: normal!important;
	    line-height: 1.14!important;
	    letter-spacing: 0.14px;
	    text-transform: capitalize;
	}
	
	#vmmv-container #bipa-component-container span{
	  font-family: sofia-pro;
	  font-size: 14px;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.71;
	  letter-spacing: 0.5px;
	}
	
	#vmmv-container #bipa-component-container span{
	  font-family: sofia-pro;
	  font-size: 14px;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.71;
	  letter-spacing: 0.5px;
	}
	
	.styles__PrivacyHeader-sc-qrseoe-1 {
		margin-top: 24px !important;
		margin-bottom: 16px !important;
		font-family: minerva-modern !important;
	}
	
	.styles__PrivacyHeader-sc-qrseoe-1 h1 {
		width: 175px !important;
		font-size: 28px !important;
		font-weight: normal !important;
		line-height: 1.14 !important;
		letter-spacing: 0.14px !important;
		margin: auto !important;
		font-family: minerva-modern !important;
	}
	
	#bipa-footer-bar  .styles__PrivacyHeader-sc-qrseoe-1 {
		margin-top: 24px !important;
		margin-bottom: 16px !important;
	}

	#bipa-footer-bar  .styles__PrivacyHeader-sc-qrseoe-1 h1 {
		width: 175px !important;
		font-size: 28px !important;
		font-weight: normal !important;
		line-height: 1.14 !important;
		letter-spacing: 0.14px !important;
		margin: auto !important;
		font-family: minerva-modern !important;
	}

	#bipa-footer-bar #vm-privacy-policy {
		margin-right: 24px !important;
		margin-left: 24px !important;
	}

	#bipa-footer-bar .footer-content {
		padding: 14px 24px 28px 24px !important;
		margin: 0px !important;
	}

	#bipa-footer-bar .footer-content #bipa-privacy-policy-notice {
		margin-bottom: 8px !important;
		font-size: 14px !important;
		font-weight: normal !important;
		line-height: 1.71 !important;
		letter-spacing: 0.5px !important;
		text-align: left !important;
	}
		
	#bipa-footer-bar .footer-content #PRIVACY_BUTTON_CANCEL {
		font-size: 16px !important;
		font-weight: 600 !important;
		letter-spacing: 0.5px !important;
		color: #557b92 !important;
		text-transform: uppercase !important;
		font-family: sofia-pro;
	}	

	#bipa-footer-bar .footer-content #bipa-submit-button {
		background-color: #557b92 !important;
	}

	#bipa-footer-bar .footer-content #bipa-submit-button.confirm{
		border-color: #557b92 !important;
	}

	#bipa-footer-bar .footer-content #bipa-cancel-button {
		border-color: #557b92 !important;
	}

	#bipa-footer-bar .footer-content #PRIVACY_BUTTON_SUBMIT {
		font-size: 16px !important;
		font-weight: 600 !important;
		letter-spacing: 0.5px !important;
		text-transform: uppercase !important;
		font-family: sofia-pro;
	}
	
	.styles__Title-sc-ghin3b-2 {
		font-weight: bold !important;
		font-family: minerva-modern;
	}
	
	.styles__PictureModeEntryPageWraper-sc-ghin3b-0 {
		padding: 1.6em 1.5em !important;
	}
	
	.styles__TipsWrapper-sc-ghin3b-7 {
		margin-top: -14px !important;
	}
	
	.styles__TipDescription-sc-ghin3b-11 {
		font-size: 16px !important;
		font-family: sofia-pro;
	}
	
	.styles__IconWrapper-sc-ghin3b-10 {
		min-width: 48px !important;
		width: 48px !important;
		height: 48px !important;
		margin-right: 17px !important;
	}
	
	.styles__Title-sc-ghin3b-2 {
		font-size: 28px !important;
	}
	
	.fcQpgZ {
		margin-bottom: 42px !important;
	}
	
	.styles__ParagraphDescription-sc-ghin3b-5 {
		margin-bottom: 20px !important;
	}
	
	.styles__TipDescription-sc-ghin3b-11 {
		font-size: 14px !important;
		letter-spacing: 0.5px !important;
	}
	
	#upload-image-drop-zone {
		text-transform: uppercase !important;
		width: 170px !important;
	}

	.nav-table-virtualmirror {
		position: relative;
		top: 50px; 
	}
}


@media (min-width:1025px) {
	.styles__StyledLabel-sc-ruxwte-6 {
		flex-direction: row !important;
		font-weight: 600 !important;
		justify-content: center !important;
		gap: 10px;
		display: flex;
		

	}	
	
	.styles__CatalogContainer-sc-ruxwte-0 {
		display: flex !important;
		flex-direction: column-reverse !important;
		gap: 12px !important;
	}

	.styles__CatalogContainer-sc-ruxwte-0 .styles__StyledLabel-sc-ruxwte-6 {
		position: unset !important;
	}
	
	/*
	#bipa-footer-bar {
		 width: calc(100% + 140px) !important;
		position: absolute !important;
 		left: -70px !important; 
	}
	*/
	
	#notification {
		bottom: 50% !important;
	}
}

.styles__TipDescription-sc-ghin3b-11 {
	font-size: 14px !important;
    font-weight: normal !important;
    font-family: sofia-pro;
}

.fa-nudging-guide {
	font-weight: normal !important;
	font-size: 24px !important;
}

.styles__ParagraphDescription-sc-ghin3b-5 {
    font-weight: normal !important;
    font-family: sofia-pro;
}


#upload-image-drop-zone, .styles__TryAgainButton-sc-19fztel-0 {
	font-size: 16px !important;
    font-weight: 600 !important;
	letter-spacing: 0.5px !important;
	background: #557b92 !important;
}

.styles__StyledError-sc-19fztel-3 svg {
	fill: #222222 !important;
	width: 24px !important;
	height: 24px !important;
}

.styles__ErrorLabel-sc-19fztel-4 {
	width: 301px !important;
    height: 48px !important;
    flex-grow: 0 !important;
    margin: 16px 0 27px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.71 !important;
    letter-spacing: 0.5px !important;
}

.styles__SeeInstructions-sc-19fztel-5 {
	font-weight: 600 !important;
}

.styles__Title-sc-ghin3b-2 {
	font-size: 32px !important;
	font-family: minerva-modern;
}

.styles__Title-sc-1aj6aut-1 {
	width: 205px !important;
    font-size: 32px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
    font-family: minerva-modern;
}

.styles__TipDescription-sc-1aj6aut-7 {
	font-weight: normal;
	font-family: sofia-pro;
}

.vto-capture-overlay .fa-nudging-guide {
	width: 487px;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.25;
}

.styles__TryAgainButton-sc-19fztel-0 {
	text-transform: uppercase;
}

#PRIVACY_AGREEMENT_TITLE {
	margin-bottom: 25px !important;
}


#PRIVACY_AGREEMENT_TITLE {
	margin: auto !important;
    width: 160px !important;
	font-size: 28px !important;
    font-weight: normal !important;
	margin-bottom: 16px !important;
}

.vmmv-add-prescription-modal-title {
	font-size: 28px !important;
    font-weight: normal !important;
	letter-spacing: 0.14px !important;
}

.styles__TitleContainer-sc-ds89az-3 {
	margin-bottom: 28px !important;
}

.styles__PictureModeEntryPageWraper-sc-ghin3b-0 {
	color: #222222;
}

.styles__ActionBox-sc-ld9vvx-3 {
	margin-top: 16px;
    font-family: sofia-pro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.5px;
    text-align: left;
    color: #222222;
}

.styles__ActionBox-sc-ld9vvx-3 .svg {
	font-size: 20px;
}

.styles__BrandImage-sc-ld9vvx-2 {
	width: 242px;
    height: 60px;
    margin-bottom: 24px;
    margin-top: 16px;
    font-family: sofia-pro;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
}

.styles__ProductInfo-sc-ld9vvx-1 {
	font-family: sofia-pro;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.5px;
    text-align: center;
    color: #222222;
}

#vmmv-container span,
#vmmv-container p,
#vmmv-container button,
.vmmv-container-rxc span,
.vmmv-container-rxc p,
.vmmv-container-rxc button  {
    font-family: 'sofia-pro' !important;
}

#vmmv-container h1,
#vmmv-container h2 {
    font-family: 'sofia-pro' !important;
}

.vmmv-container-rxc p,
.vmmv-container-rxc button,
.vmmv-container-rxc span {
    color: #000000;
}


#vmmv-container #video-tip-title {
    font-size: 20px !important;
}

#vmmv-container #upload-picture-tip-desc,
#vmmv-container #video-tip-desc {
    padding: 0;
}

#vmmv-container #upload-picture-tip-desc li p,
#vmmv-container #video-tip-desc li p,
.vmmv-container-rxc #upload-picture-tip-desc li p,
.vmmv-container-rxc #video-tip-desc li p{
    flex: 1;
}

#vmmv-container .gVUOgX p,
#vmmv-container .gVUOgX .vm__text-md {
    font-size: 16px;
    line-height: 24px;
}

.vmmv-container-rxc [aria-label="Camera"]::before {
  content: "";
  display: inline-block;
  width: 60%;
  height: 60%;
  background: url("../assets/vm-rxc-camera.svg") no-repeat center / contain;
  vertical-align: middle; 
}

.vmmv-container-rxc [aria-label="Camera"] svg {
  display: none !important;
}

.vmmv-container-rxc [aria-label="Camera"]{
	background-color: rgba(0, 0, 0, 0.5) !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
	border-width: 1px !important;
}

#rxcApp .vmmv-container-rxc .close {
	z-index: 10 !important;
}

#rxcApp .vmmv-container-rxc .vm-privacy-layout {
	z-index: 11 !important;
}

#rxcApp .vmmv-container-rxc .bipa-privacy-policy__footer {
	display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 8px 16px;
    background-color: var(--bipa-base-white, #ffffff);
    box-shadow: 0px -4px 10px 4px rgba(0, 0, 0, 0.12);
}

#rxcApp .vmmv-container-rxc .bipa-privacy-policy__footer-header {
	margin: 0;
    text-align: center;
    width: 325px;
    margin: auto;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: .5px;
	flex-grow: 0;
	font-family: sofia-pro !important;
}

#rxcApp .vmmv-container-rxc .bipa-privacy-policy__footer-cta {
	display: flex;
    justify-content: center;
    gap: 30px;
}

#rxcApp .vmmv-container-rxc .bipa-privacy-policy__footer-cta .bipa-button {
	padding: 3.2em;
    padding-block: 0.7em;
    background-color: var(--vm-base-black);
    color: var(--vm-base-white);
	border-radius: 30px;
    font-family: sofia-pro !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
	border: 1px solid var(--vm-base-black);
	max-width: 256px;
}
