body {
    margin: 0;
    padding: 0;
}

#userTemplateContainer {
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    display: block;
    background-color:#cc333b;
    color:white;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    overflow: hidden;
}

#userTemplateWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 1.5rem;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

#userTemplateWrap::-webkit-scrollbar {
    display: none;
}

#closeTabs {
    font-size: 1.5rem;
    font-weight: 600;
}

#userTemplateHead {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#usrTmplCnt {
    width: 100%;
    height: 80%;
    margin-top: 10%;
    display: flex;
}

#userTemplateNav {
    display: flex;
    width: 20%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#userTemplateBody {
    width: 80%;
}

.user-template-container.actv {
    display: flex;
}

.user-template-container.inactv {
    display: none;
}

.user-template-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.user-template-container div {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

.user-template-container div > span {
    font-size: 0.9rem;
    font-weight: 500;
}

.user-template-container div > input, #activationForm input {
    width: 100% !important;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid white;
    font-size: 1.3rem;
    color: white;
}

.userTemplateHead {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    /*padding: 0 0.5% 0.5% 2%;*/
    color: white;
    font-size: 2rem;
}

.userTemplateHead img {
    height: 56px;
    padding: 5px;
}

.userTemplateHead span {
    font-weight: 600;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.user-template-container div > input:focus-visible, .user-template-container div > input:focus-within, .user-template-container div > input:focus, .user-template-container div > input:active {
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid white;
    outline: none;
}

.user-template-container div > input::placeholder {
    color: #bebebe;
}

.user-template-container div > input::-moz-placeholder {
    color: #bebebe;
}

.user-template-container div > input::-webkit-input-placeholder {
    color: #bebebe;
}

.user-template-container div > input::-ms-input-placeholder {
    color: #bebebe;
}

body.loading .ldr-overlay {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999432423999;
    background-color: black;
    color: white;
}

#rsz-user-img-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
}

#rsz-usr-first-half {
    max-width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

#rsz-usr-pic-wrap {
    width:130px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
}

#addNewUserPhoto {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.2s linear;
}

#rsz-usr-pic-wrap:hover #addNewUserPhoto {
    opacity: 0.4
}

#edit-rsz-user-profile-ctr {
    display: flex;
    align-items: flex-end;
}

#edit-rsz-user-profile {
    text-align: end;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

#rsz-usr-name-row {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    margin: 1rem 0;
}

#rsz-usr-name-row div {
    margin: 0.5rem 1rem 0.5rem 0; 
}

#rsz-usr-name-row div > input:disabled {
    color: #bebebe;
    cursor: no-drop;
}


#login-btn-wrp #btn-login, #login-btn-wrp #btn-repass, #signup-btn-wrp #btn-signup, #activateButton, #activate-btn-wrp #btn-activate, #renewpw-btn-wrp #btn-renewpw, #edit-rsz-user-profile, #savebutton-rsz-user {
    font-size: 1.3rem;
    text-align: center;
    border: 3px solid white;
    font-weight: 600;
    border-radius: 1.5rem;
    margin: 1.5rem 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s linear;
}

#login-btn-wrp #btn-login:hover, #login-btn-wrp #btn-repass:hover, #signup-btn-wrp #btn-signup:hover, #activateButton:hover, #activate-btn-wrp #btn-activate:hover, #renewpw-btn-wrp #btn-renewpw:hover, #edit-rsz-user-profile:hover, #savebutton-rsz-user:hover {
    background-color: white;
    color: #cc333b;
    text-decoration: underline;
    box-shadow: 0px 0px 15px #ffffff50;
}

#loginContainer #social-wrp, #signupContainer #social-wrp {
    display: none;
    flex-direction: row;
    margin: 2rem 0 0 0;
}

#google-login, #facebook-login, .social-login-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 3px solid white;
    border-radius: 1.5rem;
    padding: 0.2rem;
    font-weight: 600;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s linear;
}

#google-login span, #facebook-login span, .social-login-btn span {
    font-weight: 600;
}

#google-login:hover, #facebook-login:hover, .social-login-btn:hover {
    background-color: white;
    color: #cc333b;
    box-shadow: 0px 0px 15px #ffffff50;
}

#google-login:hover span, #facebook-login:hover span, .social-login-btn:hover span {
    text-decoration: underline;
}

#social-wrp div:first-child {
    margin: 0 1rem 0 0;
}

#social-wrp div:last-child {
    margin: 0 0 0 1rem;
}

#google-login span, #facebook-login span, .social-login-btn span, #google-login i, #facebook-login i, .social-login-btn i {
    margin: 0 1rem;
    font-size: 1.1rem;
}

#contentTree {
    padding: 0 2rem 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.treeElement {
    padding: 0.3rem 0.5rem;
    margin: 0.5rem 0;
    font-size: 1.2rem;
    transition: all 0.2s linear;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.treeElement.inactv:hover {
    text-decoration: underline;
}

.treeElement.actvLi {
    background-color: white;
    color: #cc333b;
    text-shadow: 0px 0px 15px #bebebe;
}

#userTemplateBody div > h3, #userTemplateBody h3 {
    color: white !important;
}
/*
.dots {}

@keyframes dots {
    0% {}
    50% {}
    100% {}    
}

body.loading .ldr-overlay > .dots {
    animation: dots 2s infinite;
}*/