.nextcloud_sso .loader {
    position: fixed;
    inset: 0;
    background: #ffffffed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nextcloud_sso .spinner {
	width: 42px;
	height: 42px;
	border: 4px solid #e0e0e0;
	border-top: 4px solid #4667b9;
	border-radius: 50%;
	animation: nextcloud_sso_spinn 0.8s linear infinite;
}

@keyframes nextcloud_sso_spinn {
	to {
		transform: rotate(360deg);
	}
}

#tmenu-popup button:before,#tmenu-popup a.button-nextcloud:before {
    background-image: url(/skins/elastic/images/icon/files-icon_n.png);
}

.nextcloud_sso .iframeNectcloud_sso{
    border: 0;
}

.nextcloud_sso .drivecloudlogos{
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
}


.nextcloud_sso .header {
    margin: 6px 18px!important;
}
@media screen and (max-width: 700px) {
    .nextcloud_sso  .drivecloudlogos{
       height: 15px; 
    }
    .nextcloud_sso .header{
         margin: 6px!important;
    }
}