/* 
Theme Name: Dansk Behandlerforbund
Description: Dansk Behandlerforbund is a child theme of Hello Elementor.
Author: Tiger Media A/S
Author URI: https://tigermedia.dk
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-child-dbf
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');*/

/*@import url("https://use.typekit.net/ndg0scw.css");
@font-face {
    font-family:"acumin-pro";
    src:url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;
}*/


#tooltip-email, #tooltip-user{
    color: red
}

.pdf-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: acumin-pro, sans-serif;
}

.body-wrapper {
    position: absolute;
    text-align: center;
}

.background-image {
    margin: 0 0 10px 40%;
}

.logo-img {
    margin: 50px 0;
}

.customer-name, .customer-attribution {
    font-family: 'Roboto', sans-serif;
}

.customer-name {
    font-size: 35px;
    font-weight: bold;
}

.customer-name, .verified-by-value {
    color: #40b8a0;
}

.customer-attribution {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

.certification-details {
    text-align: center;
    margin: 2% 20%;
}

.member-since {
    margin-top: 30px;
}

.member-since-value {
    margin-bottom: 30px;
}

.verified-by, .verified-by-value {
    font-size: 12px;
}

.userheader {
    width: 100%
}
.userheader h3 {
    margin-bottom: 0;
}


/* Hide element depending on the customer type */
.customer > .member-subscriber {
    display: none;
}
.subscriber > .member-customer {
    display: none;
}

.usercontent {
    display: flex!important;
    justify-content: space-between;
    border-bottom:1px solid #ccc;
    padding-bottom: .4em;
}

.userinfo-left {

}

.userinfo-right {
    text-align: right;
}