.loginFooter{
    width: 100%;
    position: fixed;
    bottom: 0;
    margin-bottom: 0!important;
}
.btn-login{
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff;
    border-radius: 10px;
    width: 100%;
}
.btn-login:hover{
    color: #fff;
    background-color: #1c1c1c;
}
.accountInfoLine{
    font-size: 14px;
}
.accountInfoLine span{
    color: #ff6000;
    border-bottom: 1px solid #ff6000;
}
#regPage,
#recoveryPassword{
    display: none;
}
.topContent{
    position: relative;
    height: 100vh;
}
.loginPage{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
    left: 0;
    right: 0;
}
.account{
    margin-top: 100px;
}
.QRCard h5{
    display: inline;
}
h5 svg{
    color: #ff6000;
}
.QR_title{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.QRCard a.link{
    display: block;
    font-size: 13px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    text-decoration: none;
    color: #212529;
}
.QRCard a.link svg{
    color: #ff6000;
}
.QRCard a.link:hover{
    color: #ff6000;
}
.stat{
    font-size: 14px;
}
.stat svg,
.modal svg{
    color: #ff6000;
}
.btn-addNew{
    background-color: #1c1c1c;
    color: white!important;
}
form {
    padding-top: 0%;
}
.QRCode{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
.users tr td{
    vertical-align: middle;
}

/* ------------------- */


/* Generator */

html#generator,
html#generator body{
    overflow-y: hidden;
}
.sectionTitle{
    cursor: pointer;
    font-weight: bold;
}
.sectionBody{
    display: none;
}
.generator{ 
    background-color: #ecebeb;
    height: 100%;
}
.genaratorContainer{
    margin-top: 22vh;
    margin-bottom: 40vh;
}
.genaratorContainer .card{
    width: 20cm;
    height: 340px;
    -webkit-box-shadow: 7px 6px 14px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 6px 14px -7px rgba(0,0,0,0.75);
    box-shadow: 7px 6px 14px -7px rgba(0,0,0,0.75);
    margin: auto;
}
.liteened {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #ffffff;
}

.selectBG input[type="file"]{
    position: absolute;
    opacity: 0;
    display: none;
}
#bgURL{
    display: none;
}
.bgImg{
    position: relative;
    z-index: 1;
    min-height: 340px;
    background-repeat: no-repeat!important;
    background-size: cover !important;
    background-position: center !important;
}
#logo, .qrCode{
    position: absolute;
    z-index: 2;
}
.logoFile{
    width: 100%;
    height: 100%;
}
.qrCodeImg{
    width: 130px;
    height: 130px;
}
.pointer{
    cursor: pointer;
}
.textfeeld{
    content: '';
    position: relative;
    z-index: 2;
    border-radius: 0;
    background-color: #ffffff;
    width: 100px;
    height: 50px;
}
#deleteLogoFile, #deleteBG{
    display: none;
}
.ui-resizable-handle {
  border: 1px solid #000;
  background: #fff;
  width: 10px;
  height: 10px;
}

.ui-resizable-se {
  right: -5px;
  bottom: -5px;
}

.ui-resizable-nw,
.ui-resizable-sw {
  margin-left: -1px;
}

.ui-resizable-nw,
.ui-resizable-ne {
  margin-top: -1px;
}

.ui-resizable-ne,
.ui-resizable-se {
  margin-right: -1px;
}

.ui-resizable-sw,
.ui-resizable-se {
  margin-bottom: -1px;
}

.qrInfo{
    display: none;
}
.textBlock{
    position: absolute;
    z-index: 3;
}
.Htag{
    background-color: transparent;
    display: inline;
    border: 0;
    overflow: hidden;
    resize: both;
    width: auto;
    height: auto;
    
}
.Htag.h1{
    font-size: 24px;
    font-weight: 600;
}
.Htag.h2{
    font-size: 20px;
    font-weight: 400;
}
.Htag.h3{
    font-size: 16px;
    font-weight: 400;
}
.Htag.h4{
    font-size: 12px;
    font-weight: 400;
}