#business-card{
    position: fixed; 
    height:100%; 
    width:100%;
    font-size: calc(1px + 0.390625vw) !important;
}

.card-container{
    background: #FFFFFF;
    border-radius: 13px;
    min-width: 100%;
    max-height: 80vh; 
    min-height: 20vh;
}

.card-header{
    font-size: 3em;
    background: #FFFFFF;
    border-radius: 13px 13px 0px 0px !important;
    border-bottom: 0px !important;
    padding: 0 1em;
    box-shadow: 0px 2px 28px rgba(156, 156, 156, 0.28);
    z-index: 1;
}

.logo{
    max-width: 4em;
    max-height: 4em;
}

.fake-logo{
    width: 4em;
    height: 4em;
}

.share-btn{
    cursor: pointer;
}

.switch-language-btn {
    font-size: 3em;
    cursor: pointer;
    color: white;
    height: 10%;
}

.iframe{
    position:absolute;
    top: 0; 
    left: 0; 
    width:100vw; 
    height:100vh;
    opacity:0;
    z-index:9999;
}

.share-copy-link-icon{
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color:var(--share-copy-link-icon-background);
	border-radius: 100%;
	text-align: center;
	margin: 8px auto;
	color: var(--share-copy-link-icon-color);
}

.links-container {
    font-size: 1.4em;
    background: #FFFFFF;
    height: 85%;
    padding: 1.8em 0em 1em 0em;
    border-top: 0px !important;
    border-radius: 0px 0px 13px 13px !important;
    padding-top: 3em;
}

.links-container ::-webkit-scrollbar {
    width: 0.8em;
}

.links-container ::-webkit-scrollbar-track {
    background-color: #e4e4e400;
    border-radius: 100px;
}

.links-container ::-webkit-scrollbar-thumb {
    background-color: #e4e4e4;
    border-radius: 100px;
}


.link-bar {
    font-size: 3em;
    box-sizing: border-box;
    border: 1px solid #CECCCD;
    border-radius: 880px;
    width: 90%;
    min-width:12em;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0em 1em 0em 1em;
}

.link-bar-wrapper{
    font-size: 3em;
    padding: 0.1em 0em 0.1em 0em;
    align-items: center;
}

.share-label {
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.link-label {
    font-size: 0.25em;
    grid-area: 'text';  
    color: #000;
    font-weight: 700;
    line-height: 20px;
}

@media (orientation:portrait){
    #business-card{
        font-size:calc(3px + 0.390625vw) !important;
    }
}
