@font-face {
	font-family: "Kobe";
	src: url("../fonts/kobe/kobe-regular.otf") format("opentype"); 
	font-weight: 400;
	font-display: swap;
}

#wpcontent .asap-toolbar {
    margin-left: -20px;
    padding-left: 20px;
}

.asap-toolbar {
    background:#FFF;
    border-bottom: 1px solid #ccd0d4;
    width: 100%;
    display: inline-flex;
    padding-top: 10px;
}

.asap-toolbar h2 {
    font-size: 14px;
    line-height: 2.5714285714;
    display: inline-block;
    padding: 5px 0 10px;
    margin: 0 10px 0 0;
}

.asap-toolbar__logo svg {
    color: #babbbc;
    height:100%;
    margin-right:8px;
    vertical-align: middle;
}

.asap-toolbar .asap-tab {
    display: inline-block;
    font-size: 14px;
    line-height: 2.5714285714;
    padding: 5px;
    margin: 0 5px;
    text-decoration: none;
    color: inherit;
}

.asap-toolbar .asap-tab.is-active {
    border-bottom: #0071a4 solid 3px;
    padding-bottom: 10px;
}

/* Hide the Gutenberg logo. */
body.is-fullscreen-mode .edit-post-header a.components-button.has-icon svg{
	display: none;
}
/* Add the ASAP favicon. */
body.is-fullscreen-mode .edit-post-header a.components-button.has-icon:before{
	background-image: url( '../img/asap-rounded_white.png' );
	background-size: contain;
	/* you can the image paddings with the parameters below*/
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
    border-radius: 60px;
}




/* Widget dashboard */

.custom-dashboard {
    background-color: #1b2d50;
    color: white;
    padding: 0 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    position: relative;
}

.custom-dashboard::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/asap-login-bg.png");
    mix-blend-mode: color-burn;
}

.custom-dashboard .logo {
    display: block;
    width: 15rem;
    height: 20rem;
    z-index: 1;
}

.custom-dashboard .youtubescreen {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 96%;
    height: 25rem;
    margin: 3.7rem auto 1.8rem;
    z-index: 1;
}

.custom-dashboard .youtubescreen__image {
    max-width: 100%;
    max-height: 100%;
}

.custom-dashboard .logo .svg__fillable {
    fill: white;
}

.custom-dashboard .socials {
    display: flex;
    gap: 1rem;
    z-index: 1;
}

.custom-dashboard .socials .social__link {
    display: flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
}

.custom-dashboard .social__link svg {
    display: block;
    width: 2rem;
    height: 2rem;
}

.custom-dashboard .infos {
    z-index: 1;
}

.custom-dashboard .infos .line {
    display: flex;
    justify-content: center;
    font-size: 1.25rem;
    margin-top: .5rem;
}

.custom-dashboard .infos .line span {
    margin-left: .5rem;
    font-family: Kobe;
}

.custom-dashboard .infos .line a {
    color: white;
    text-underline-offset: 2px;
    font-family: Kobe;
}