@font-face { font-size: inherit; font-family:'Century-Thin'; src: url(vendors/fonts/Century-Thin/Century-Goth-Thin.ttf); }
@font-face { font-size: inherit; font-family:'Kimberly'; src: url(vendors/fonts/kimberley/kimberley.ttf); }
@font-face { font-size: inherit; font-family:'FerroRosso'; src: url(vendors/fonts/FerroRosso/FerroRosso.ttf); }
@font-face { font-size: inherit; font-family:'Sunset'; src: url(vendors/fonts/the_sunset/The-Sunset.ttf); }
@font-face { font-size: inherit; font-family:'Coolvetica'; src: url(vendors/fonts/Coolvetica/coolvetica.ttf); }
@font-face { font-size: inherit; font-family:'The Wolf City'; src: url(vendors/fonts/wolf_in_city/Wolf\ in\ the\ City.ttf); }
@font-face { font-size: inherit; font-family:'Montserrat'; src: url(vendors/fonts/montserrat/Montserrat-Regular.otf); }
@font-face { font-size: inherit; font-family:'Raleway'; src: url(vendors/fonts/raleway/Raleway-Regular.ttf); }
@font-face { font-size: inherit; font-family:'spartan-mb'; src: url(vendors/fonts/spartan-mb/SpartanMB-Regular.otf); }
@font-face { font-size: inherit; font-family:'luvable'; src: url(vendors/fonts/Luvable/Luvable.ttf); }
@font-face { font-size: inherit; font-family:'choko_milky'; src: url(vendors/fonts/choko_milky/ChokoMilky.ttf); }
html, body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #1a113c;
    font-family:  "Segoe UI" !important;
    overflow-x: hidden;
}
* {
    outline: none !important;
    text-decoration: none !important;
}
section.App {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
}
.App .signin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background:#1f1544;
}
.App .signin form {
    margin-top: 160px;
    padding: 0 120px;
}
.App .signin form h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 44px;
    font-family:'Raleway';
}
.App .signin form span {
    display: block;
    color: #8c9199;
    padding-bottom: 15px;
    border-bottom: 1px solid #8c9199;
    margin-bottom: 50px;
    letter-spacing: .5px;
    font-size: 13px;
    font-family:'Century-Thin';
}
.App .signin form p {
    position: relative;
    font-family:'Century-Thin';
}
.App .signin form p .icon {
    position: absolute;
    top: 42px;
    left: 10px;
}
.App .signin form p label {
    font-size: small;
    text-align: justify;
}
.App .signin form p input {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    padding-left: 33px;
    color: #fff;
    background: #23174f;
    font-size: small;
}
.App .signin form p button {
    width: 150px;
    height: 40px;
    margin-top: 20px;
    color: #fff;
    background: #8a3ab7;
    border: none;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}
.App .signin form p button:hover {
    background: #aa62ce;
}
.App .signin form p a[href] {
    display: inline-block;
    float: right;
    width: 130px;
    height: 40px;
    margin-top: 20px;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    border-top: 1px solid #8c9199;
    border-bottom: 1px solid #8c9199;
}
.App .splash {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: url(../images/splash.jpg);
    background-size: cover;
    animation: zoom 20s infinite linear alternate;
}
@keyframes zoom {
    from {
        background-size: 100% 100%;
    }
    to   {
        background-size: 120% 120%;
    }
}
.App .splash h2 {
    margin-top: 160px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 20px;
    font-family:'Montserrat';
}
.App .splash h2 img {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 100%;
}
.App .splash span {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    font-family:'Century-Thin';
}
.App .splash p {
    margin: auto;
    width: 70%;
    margin-top: 05px;
    font-size: small;
    font-family:'Century-Thin';
}
.App .splash img.connektor {
    width: 454px;
    height: 250px;
}
.App .headbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 7px;
    padding-left: 280px;
    color: #fff;
    background:#1f1544;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(000,000,000,.2);
    transition: 0.5s ease-in-out;
}
.App.cascade .headbar {
    padding-left: 80px;
}
.App .headbar .menu    {
    display: none;
    font-size: 20px;
}
.App .headbar .menu.lg {
    display: inline-block;
}
.App .headbar .menu.sm {
    display: none;
}
.App .headbar .apps {
    float: right;
    width: auto;
    height: 40px;
}
.App .headbar .apps span {
    display: inline-block;
    width: 160px;
    height: 40px;
    padding: 10px;
    padding-right: 0;
    margin-top: -2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: small;
    font-family:'Century-Thin';
    overflow: hidden;
}
.App .headbar .apps span a {
    color: #fff;
}
.App .headbar .apps span:last-child {
    width: auto;
    padding-right: 10px;
}
.App .headbar .apps span:last-child a {
    color: #c30;
}
.App .headbar .apps span img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #fff;
    margin-right: 5px;
}
.App .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background: #1a1040;
    z-index: 2;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}
.App.cascade .sidebar {
    width: 60px;
}
.App .sidebar .logo {
    height: 50px;
    padding: 5px;
    box-shadow: 0px 0px 10px 0px rgba(000,000,000,.2);
    color: #fff;
    background: linear-gradient(to right, #983796, 40%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    letter-spacing: 2px;
    line-height: 35px;
    font-size: 18px;
    font-family:'Century-Thin';
}
.App .sidebar .logo img {
    position: absolute;
    left: 10px;
    border-radius: 100%;
}
.App .sidebar .logo span {
    transition: 0.5s ease-in-out;
}
.App.cascade .sidebar .logo span {
    opacity: .0;
}
.App .sidebar .user {
    position: relative;
    padding-top: 25px;
    height: 200px;
    text-align: center;
    font-family:'Century-Thin';
    overflow: hidden;
}
.App .sidebar .user .info {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: 0.5s ease-in-out;
}
.App .sidebar .user .trix {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 200px;
    opacity: .0;
    transition: 0.5s ease-in-out;
}
.App .sidebar .user .trix span {
    color: #8c9199;
    display: block;
    text-transform: uppercase;
    height: 25px;
    line-height: normal;
    font-weight: bold;
}
.App .sidebar .user img  {
    margin-bottom: 10px;
    border-radius: 100%;
    background:#1a1a1a;
}
.App .sidebar .user span {
    display: block;
    line-height: 15px;
    padding: 0 10px 0 10px;
    color: #fff;
    font-size: 14px;
}
.App .sidebar .user font {
    position: relative;
    top: -3px;
    color: #999;
    font-size: 12px;
}
.App.cascade .sidebar .user .info {
    opacity: .0;
}
.App.cascade .sidebar .user .trix {
    opacity:  1;
}
.App .sidebar nav {
    position: relative;
}
.App .sidebar nav ul {
    padding: 0;
}
.App .sidebar nav ul li {
    height: 39.5px;
    padding: 10px;
    padding-left: 20px;
    list-style: none;
    color: #8c9199;
    transition: 0.2s ease-in-out;
    font-size: small;
    font-family:'Century-Thin';
}
.App .sidebar nav ul li i {
    display: inline-block;
    width: 20px;
    margin-right: 05px;
    text-align: center;
}
.App .sidebar nav ul li s {
    float: right;
    margin-top: 1px;
    margin-right: 10px;
    color: rgb(187, 39, 39);
}
.App .sidebar nav ul li span {
    transition: 0.3s ease-in-out;
}
.App.cascade .sidebar li span {
    opacity: .0;
}
.App .sidebar nav ul li.active
,
.App .sidebar nav ul li:hover {
    color: #ffffff;
    background:#1a113c;
}
.App .mainbar {
    margin-left: 260px;
    color: #fff;
    padding: 70px 20px 20px 20px;
    transition: 0.5s ease-in-out;
}
.App.cascade .mainbar {
    margin-left: 60px;
}
.App .mainbar .start .card {
    height: 170px;
    background: #1f1544;
    border: none;
    padding: 20px;
}
.App .mainbar .start .card h2 {
    height: 40px;
    letter-spacing: 2px;
    font-size: 13px;
    font-family:'Century-Thin';
}
.App .mainbar .start .card h2 i {
    display: none;
}
.App .mainbar .start .card .icon {
    font-size: 50px;
    line-height: 20px;
}
.App .mainbar .start .card span  {
    position: absolute;
    top: 75px;
    right: 20px;
    letter-spacing: 5px;
    font-size: 25px;
    font-family:'Century-Thin';
}
.App .mainbar .start .card .stat {
    position: relative;
    height: 100px;
    padding-top: 20px;
    text-align: center;
    font-size: 25px;
    font-family:'Century-Thin';
}
.App .mainbar .start .card .stat hr {
    position: absolute;
    top: 20px;
    left: 0;
    right: -190px;
    width: 70px;
    border-color: #8c9199;
    transform: rotate(-90deg);
}
.App .mainbar .start .card .stat span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    letter-spacing: normal;
    font-size: small;
}
.App .mainbar .content {
    position: relative;
}
.App .mainbar .content .empty {
    position: absolute;
    margin-top: 30vh;
    left: 0;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 15px;
    font-family:'Century-Thin';
}
.App .mainbar .content .empty h2 {
    font-size: 22px;
    color: #fff;
    border: none !important;
}
.App .mainbar .content .empty i {
    font-size: 50px;
}
.App .mainbar .content .card {
    overflow: hidden;
}
.App .mainbar .content .card a {
    width: 100%;
    height: 100%;
}
.App .mainbar .tagline {
    position: relative;
    height: 40px;
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 1px solid #251551;
    font-size: 18px;
    font-family:'Montserrat';
}
.App .mainbar .tagline .counter {
    display: inline-block;
    width: 90px;
    height: 30px;
    float: right;
    padding: 5px;
    padding-top: 7px;
    text-align: center;
    color: #fff;
    background:#1f1544;
    margin-top: -2px;
    margin-right: 10px;
    border-radius: 100px;
    font-size: 10px;
    font-family:'Century-Thin';
}
.App .mainbar .tagline button {
    float: right;
    width: 120px;
    height: 30px;
    color: #fff;
    background: #8a3ab7;
    border-radius: 100px;
    border: none;
    margin-top: -2px;
    margin-left: 5px;
    letter-spacing: normal;
    font-size: 12px;
    font-family:'Century-Thin';
}
.App .mainbar .tagline button[disabled] {
    background: #1a1a1a;
}
.App .mainbar .tagline .droplet {
    position: absolute;
    top: 0;
    left: 150px;
    background: #2d325a;
    border: 1px solid #2d325a;
    width: 600px;
    height: 30px;
    border-radius: 100px;
}
.App .mainbar .tagline .droplet .sector
,
.App .mainbar .tagline .droplet .ranger {
    position: relative;
    overflow: hidden;
}
.App .mainbar .tagline .droplet .sector {
    float: left;
    width: 240px;
    height: 100%;
    background: #25294a;
    border-radius: 100px;
}
.App .mainbar .tagline .droplet .ranger {
    float: right;
    width: 350px;
    height: 100%;
    padding: 3px 5px 0 10px;
    font-size: 11px;
    border-radius: 100px;
}
.App .mainbar .tagline .droplet .sector input {
    width: 130px;
    height: 100%;
    float: left;
    padding-left: 10px;
    border: none;
    border-radius: 100px;
    color: #fff;
    background: #2d325a;
    font-size: small;
    font-family: 'Century-Thin';
}
.App .mainbar .tagline .droplet .sector select {
    width: 110px;
    height: 100%;
    float: left;
    padding: 0;
    padding-left: 10px;
    color: #fff;
    background: none;
    border: none;
    box-shadow: none;
    font-size: small;
}
.App .mainbar .tagline .droplet .sector i {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: small;
}
.App .mainbar .tagline .droplet .ranger input {
    width: 80px;
    height: 20px;
    border: none;
    border-radius: 100px;
    padding: 3px;
    margin-top: 1px;
    margin-right: 5px;
    color: #fff;
    background: #25294a;
    text-align: center;
}
.App .mainbar .tagline .droplet .ranger button {
	width: 55px;
    height: 20px;
    margin-top: 1px;
    margin-left: 0;
    font-size: 11px;
}
.App .mainbar .content table {
    width: 100% !important;
    color: #fff;
    text-align: center;
    border-collapse: collapse;
    font-size: small;
    font-family:'Century-Thin';
}
.App .mainbar .content table tbody tr:nth-child(odd) {
    background:#1f1544;
}
.App .mainbar .content table tbody tr#a {
    color: #0c0;
}
.App .mainbar .content table thead th {
    height: 70px;
}
.App .mainbar .content table thead th i {
    display: inline;
}
.App .mainbar .content table tbody td {
    height: 50px;
}
.App .mainbar .content table tbody td  button {
    width: 100px;
    height: 25px;
    border: none;
    color: #fff !important;
    background: none;
    border-radius: 100px;
    font-size: 10px;
    font-family:'Century-Thin';
}
.App .mainbar .content table tbody td .button {
    display: inline-block;
    width: 55px;
    height: 25px;
    padding: 5px;
    color: #fff !important;
    background:#1a1a1a;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 100px;
    font-size: 10px;
    font-family:'Century-Thin';
    transition: 0.2s ease-in-out;
}
.App .mainbar .content table tbody td span {
    display: block;
    margin: auto;
    width: 80px;
    height: 20px;
    padding: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff !important;
    border-radius: 100px;
    font-size: 10px;
    overflow: hidden;
}
.App .mainbar .content table tbody td #delete {
    background: #cc3300;
}
.App .mainbar .content table tbody td #delete:hover {
    background: #ff3300;
}
.App .mainbar .content table tbody td #update {
    background: #8a3ab7;
}
.App .mainbar .content table tbody td #update:hover {
    background: #aa62ce;
}
.App .mainbar .content table tbody td #create {
    background: #009900;
}
.App .mainbar .content table tbody td #create:hover {
    background: #00cc00;
}
.App .mainbar .content #templates {
    margin-top: 20px;
}
.App .mainbar .content #templates .card {
    border: none;
    height: 245px;
    border-radius: 0px !important;
    padding: 5px;
    margin-bottom: 20px;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}
.App .mainbar .content #templates .card:hover {
    transform: scale(0.95);
    box-shadow: 0px 0px 20px 0px rgba(000,000,000,.5);
}
.App .mainbar .content #templates .card img {
    height: 100% !important;
    transition: 0.5s ease-in-out;
}
.App .mainbar .content #templates .card img:hover {
    filter: grayscale(100);
}
.App .mainbar .content #templates .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: .0;
    background: rgba(000,000,000,.8) ;
    transition: 0.5s ease-in-out;
}
.App .mainbar .content #templates .card:hover .overlay { 
    opacity: 1;
}
.App .mainbar .content #templates .overlay span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-top: 17vh;
    margin-right: 5px;
    padding: 8px;
    color: #8a3ab7;
    background: #ffffff;
    text-align: center;
}
.App .mainbar .content #pricings {
    margin-top: 20px;
    transition: 0.5s ease-in-out;
}
.App .mainbar .content #pricings .card {
    border: none;
    background:#1a1a1a;
    height: 157px;
    margin-bottom: 20px;
}
.App .mainbar .content #pricings .cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s ease-in-out;
}
.App .mainbar .content #pricings .cover:hover {
    background: rgba(010,104,245,.3);
}
.App .mainbar .content #pricings .cover:hover .tags {
    color: #fff;
}
.App .mainbar .content #pricings .tags
,
.App .mainbar .content #pricings .type
,
.App .mainbar .content #pricings .cost {
    display: inline-block;
    font-size: 22px;
    margin: 10px;
    margin-left: 20px;
    color: #8a3ab7;
    letter-spacing: 2px;
    transition: 0.2s ease-in-out;
}
.App .mainbar .content #pricings .type {
    position: relative;
    margin-top: 20px;
    float: right;
    color: #fff;
    z-index: 1;
    letter-spacing: normal;
    font-size: small;
}
.App .mainbar .content #pricings .cost {
    display: block;
    margin-top: 0;
    color: #fff;
    letter-spacing: normal;
    font-size: 30px;
    font-family:'Montserrat';
}
.App .mainbar .content #pricings .flag {
	position: absolute;
	top: 20px;
	right: -65px;
	width: 200px;
	height: 25px;
	padding: 2px;
	text-align: center;
	color: #fff;
	background: #8a3ab7;
	transform: rotate(45deg);
	font-size: small;
	font-family: 'Century-Thin';
}
.App .mainbar .content .form
,
.App .mainbar .content .data {
    margin-top: 30px;
    height: 500px;
    overflow: hidden;
}
.App .mainbar .content .form h2
,
.App .mainbar .content .data h2 {
    height: 40px;
    line-height: 30px;
    letter-spacing: 1px;
    border-bottom: 1px solid#251551;
    font-size: 14px;
    font-family:'Century-Thin';
}
.App .mainbar .content .form h2 button
,
.App .mainbar .content .data h2 button {
    float: right;
    border: none;
    width: 120px;
    height: 30px;
    color: #fff;
    background: #8a3ab7;
    border: none;
    font-size: small;
    border-radius: 100px;
}
.App .mainbar .content .form #alert {
    display: none;
}
.App .mainbar .content .form form {
    padding-top: 30px;
}
.App .mainbar .content .form form p {
    position: relative;
    font-family:'Century-Thin';
}
.App .mainbar .content .form form p .icon {
    position: absolute;
    top: 10px;
    left: 10px;
}
.App .mainbar .content .form form p .fa  {
    top: 14px;
}
.App .mainbar .content .form form p span  {
    position: relative;
    display: block;
    margin-bottom: 30px !important;
}
.App .mainbar form p label {
    position: absolute;
    font-size: 11px;
    margin-top: -20px;
    color: #999;
}
.App .mainbar .content .form form p span s {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #c30;
}
.App .mainbar .content .form form p input 
,
.App .mainbar .content .form form p select
,
.App .mainbar .content .form form p textarea {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    padding-left: 33px;
    border-left: 1px solid#24194b;
    color: #fff;
    background: #1f1544;
    box-shadow: none !important;
    font-size: small;
}
.App .mainbar .content .form form p textarea {
    resize: none;
    height: 200px;
}
.App .mainbar .content .form form [disabled] {
    border: 1px solid #1a1a1a;
    color: #666 !important;
    background: #0f0b1e;
}
.App .mainbar .content .form form  button {
    width: 100%;
    height: 40px;
    color: #fff;
    background: #06f;
    border: none;
    margin-top: 10px;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}
.App .mainbar .content .form .preview {
    text-align: center;
    padding-top: 30px;
}
.App .mainbar .content .form .preview  img {
    border: 0px solid #fff;
}
.datetimepicker.datetimepicker-dropdown-bottom-right {
    letter-spacing: 1px;
    font-size: 10.5px;
    font-family: 'Century-Thin';
}
.App .mainbar .content .form .tile {
    position: relative;
    width: 100%;
    height: 80px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px dashed #3a2b74;
}
.App .mainbar .content .form .tile .image {
    position: relative;
    width: 60px;
    height: 60px;
    background: #3a2b74;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
}
.App .mainbar .content .form .tile img {
    transform: scale(1.1);
}
.App .mainbar .content .form .tile .picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(000,000,000,.2);
    padding-top: 15px;
}
.App .mainbar .content .form .tile .remove {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 25px;
    color: red;
}
.App .mainbar .content .form .tile p {
    margin: 0;
    margin-bottom: 4px;
}
.App .mainbar .content .form .tile input {
    width: 90%;
    padding: 0px;
    height: 25px;
    font-size: 10.5px;
    border: none;
    /* border-bottom: 1px solid #282048; */
    border-radius: 0px;
    background: transparent;
}
.App .mainbar .content .form .scroll {
    height: 500px;
    overflow: auto;
    overflow-x: hidden;
    width: 102%;
    padding-right: 2.5%;
    padding-bottom: 70px;
}
.App .mainbar .content .form form  #create {
    background: #06f;
}
.App .mainbar .content .form form  #create:hover {
    background: #09f;
}
.App .mainbar .content .form form  #update {
    background: #090;
}
.App .mainbar .content .form form  #update:hover {
    background: #0c0;
}
.App .mainbar .content .form form  #delete {
    background: #c30;
}
.App .mainbar .content .form form  #delete:hover {
    background: #f30;
}

@media only screen and (min-width: 240px) and (max-width:320px)
                       ,
                       (min-width: 320px) and (max-width:480px)
                       ,
                       (min-width: 480px) and (max-width:768px)
{
.App .signin {
    overflow: auto;
}
.App .signin .row {
    margin-left: 0;
    margin-right: 0;
}
.App .signin form {
    height: 100vh;
    margin-top: 0;
    padding: 0 20px;
    padding-top: 90px;
}
.App .signin form span {
    color: #fff;
    font-size: 12px;
    letter-spacing: normal;
}
.App .splash {
    position: fixed;
    top: 0;
    left:m 10px;
    z-index: -1;
    height: 100%;
    padding-bottom: 50px;
    background-size: cover;
}
.App .splash .pillar {
    display: none;
}
.App .splash h2 {
    display: none;
    margin-top: 60px;
}
.App .splash img.connektor {
    width: 360px;
    height: 200px;
}
.App .headbar {
    z-index: 100;
    padding-left: 20px;
}
.App .headbar .menu.lg {
    display: none;
}
.App .headbar .menu.sm {
    display: inline-block;
}
.App .headbar .apps span {
    width: 150px;
}
.App .sidebar {
    left: -300px;
    overflow: auto;
}
.App .sidebar.open {
    left: 0;
}
.App .mainbar {
    margin-left: 0;
}
.App .mainbar .tagline {
    font-size: 12px;
}
.App .mainbar .tagline .counter {
    margin-right: 5px;
}
.App .mainbar .content {
    overflow: auto;
}
.App .mainbar .content .form
,
.App .mainbar .content .data {
    margin-top: 0;
}
.App .mainbar .content .form {
    margin-top: 30px;
}
.App .mainbar .content .form h2
,
.App .mainbar .content .data h2 {
    font-size: 13px;
}
.App .mainbar .content .form
,
.App .mainbar .content .data {
    height: auto;
}
.App .mainbar .content table {
    white-space: nowrap;
    overflow: auto;
}
.App .mainbar .content #templates .card {
    height: 180px;
}
.App .mainbar .content .empty {
    position: relative;
    margin-top: 25vh;
    padding: 20px;
    font-size: small;
}
.App .mainbar .content .empty h2 {
    font-size: 18px;
}
.App .mainbar .content .empty i {
    font-size: 40px;
}
.App .mainbar .content .empty span {
    display: none;
}
.App .mainbar .start .card .stat {
    font-size: 15px;
}a
.App .mainbar .start .card .stat hr {
    display: none;
}
.App .mainbar #templates .overlay span {
    margin-top: 13vh !important;
}



}