
.range input {
    max-width: 134px;
    font-size: 10px;
}

.reportrange-text {
    padding: 0 !important;
    text-align: center;
    min-width: 10px;
    width: auto;
    /*border-radius: 6px;*/
    /*font-size: 18px;*/
    cursor: pointer;
    border: none !important;
    background-color: transparent !important;
}

/*.vue-daterange-picker {
    zoom: 0.85;
    margin-right: 10px;
    opacity: 0.9;
}*/

.daterangepicker.openscenter {
	top: 127px !important;
	left: 52% !important;
    /*top: 65px !important;*/
    /*left: 60.5% !important;*/
}

header {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
header.mobile {
	display: none;
    font-size: 30px;
    padding: 30px 35px !important;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 5%);
}
#mobile-menu hr {
	display: block;
	margin: 15px 0;
	opacity: 0.2;
}
#mobile-menu img {
	margin: 0 auto;
}
#mobile-menu a,
#mobile-menu h3 {
	display: block;
	font-weight: normal;
	padding: 5px 0;
}
#mobile-menu > div {
	padding: 30px 0;
}
#mobile-menu i {
	border-radius: 50%;
    border: 1px solid;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 13px;
}
#mobile-menu .sub {
    font-size: 15px;
    background: #ffffff0f;
    padding: 10px;
    border-radius: 5px;
}

#mobile-menu .sub h3 {
    opacity: 0.5;
}
#mobile-menu .sub .active {
	opacity: 1;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#mobile-menu {
	background: #000;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 9999;
	color: #FFF;
	padding: 35px 30px;
	text-align: center;
	min-width: 190px;
	max-width: 190px;
	right: -190px;
	transition: 0.5s all;
}
#popup .close {
	position: fixed;
	right: 16px;
	font-size: 30px;
	top: 7px;
	cursor: pointer;
	background: rgb(255 255 255 / 81%);
	padding: 5px 15px;
	top: 15px;
	box-shadow: 0px -2px 24px rgb(0 0 17 / 14%);
	border-radius: 10px;
	zoom:  1.2;
}
#auth .box {
	max-width: 350px;
}
#auth {
	border-radius: 0;
	height: 100vh !important;
	position: fixed;
	top: 0;
	z-index: 999999;
	max-width: 100%;
	border: none;
	margin-right: 0 !important;
}


body {
  margin-top: 120px;
}

.cards {
    margin: 0 auto;
    margin-top: 20px;
    width: fit-content;
    justify-content: center;
    display: flex;
    align-items: center;
    /*zoom: 0.8;*/
}

.cards h2 {
	font-size: 24px;
}

.cards small {
	font-size: 16px;
}

.cards > div {
    padding: 20px;
    border: 2px solid gray;
    border-radius: 5px;
    margin: 10px;
    text-align: center;
    min-width: 175px;
    max-width: 190px;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    min-height: 110px;
    background-color: #FFF;
    flex-direction: column;
}
.cards > div:hover {
	background-color: #e8e8e8;
}

#popup .buttons {
	margin-top: 30px;
	position: fixed;
	bottom: -5px;
	background: #FFF;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px;
	box-shadow: 0px -2px 24px rgb(0 0 17 / 14%);
	max-width: 500px;
	margin: 0 auto;
	zoom: 0.8;
	border-radius: 5px;
}

.hide-desktop {
	display: none !important;
}

@media (max-width: 1024px) {

	.hide-desktop {
		display: block !important;
	}

	body.authed {
	    width: 100% !important;
	}

	.cards {
		/*flex-direction: column;*/
		flex-direction: row;
		flex-wrap: wrap;
	}

    .cards > div {
		width: 40%;
		min-width: auto;
    }

	body {
	    margin-top: 55px !important;
	}

	#popup {
		left: 0 !important;
		top: 0;
	}

	.table_scroll {
		/*min-height: 60vh;*/
	}
	.table-section {
		/*padding: 20px;*/
		/*margin-top: 50px !important*/
	}
	header.mobile {
		display: flex;
	}
	header.desktop,
	.hide-mobile,
	.nav {
		display: none !important;
	}	
	.hero {
		width: 100%;
	}
	.forms-graphic {
	    height: auto;
	    margin-top: -180px;
	    width: 100%;
	}
}

@media (max-width: 767px) {
	.hero-text {
		margin-top: 30px;
	}
	#create .header .inline {
		width: fit-content;
		margin: 0 auto;
	}
	.create {
		height: auto !important;
	}
	#create .header {
		display: block;
/*		position: absolute;*/
		margin-top: 0;
		top: 70px;
		width: 100%;
	}
	#create .create iframe {
		min-height: 600px;
	}
	#create .create {
		padding-top: 95px;
		display: block;
	}
	#create .create > div {
		width: 100%;
	}
	#create {
		margin-top: 30px !important;
	}
	.settings {
		box-shadow: none !important;
	}
	.vip-message {
		text-align: left;
		font-size: 14px !important;
	}
	.settings .item input,
	.settings .item select
	{
		max-width: 100% !important;
	}
	.settings .item > div:first-child {
		margin-bottom: 10px;
		opacity: 0.6;
	}
	.settings .item {
		display: block !important;
	}
	.pricing-table .plan {
	    max-width: 400px;
	    margin: 40px auto;
	  }
	#popup {
		height: 100vh;
		min-height: 100vh;
	}
	.code-image {
		position: relative;
		left: auto;
		right: auto;
	}
}

@media (min-width: 1366px) {
  html {
    zoom: 1.2;
  }
}

@media (min-width: 1920px) {
  html {
    zoom: 1.6;
  }
}

@media (min-width: 4000px) {
  html {
    zoom: 4;
  }
}

@media screen and (min-width: 800px) {
  .pricing-table {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pricing-table .plan {
    min-width: 360px;
    max-width: 380px;
  }
}

@media (max-width: 1024px) {
    header {
        zoom: .8;
    }
    body {
    	margin: 0 !important;
    }
    .pagination select {
    	max-width: 150px;
    }
}

@media (max-width: 968px) {
    header {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    body {
        margin-top: 15px;
    }
}

    
@media ( max-width: 768px) {
	/*.table-section .search-input {
		font-size: 10px;
	}*/
    .table-section {
        /*padding-top: 40px;*/
    }
    .daterangepicker.openscenter {
	    top: 100px !important;
	}
	.article {
		margin-top: 50px !important;
	}
	body {
/*		padding-top: 50px;*/
	}
	.home-icon {
        margin:  0 auto;
        display: block;
    }
    .flex {
    	flex-direction: column;
    }
    .flex > li {
    	width: 87% !important;
    	margin: 20px 0;
    }
    .icons {
    	margin-left: 0;
    }
}

@media (max-width: 768px) {

	#aside {
		left:  -100px !important;
		transition: 0.5s all;
	}
	#aside.show {
		left:  0 !important;
	}
    .text-6xl {
        font-size: 48px !important;
    }
    .demos .done.demo {
        font-size: 15px;
        opacity: 0.8;
        margin: 0 auto;
    }
    .animation {
        max-width: 235px;
        border-radius: 5px;
        position: relative;
        right: 0;
        bottom: 0;
        margin: 30px auto 30px auto;
    }
    .table_scroll {
	    max-height: calc(100vh - 320px);
	}
	#create .header > .inline {
		padding-bottom: 15px;
	}
	#create .header {
		padding-bottom: 0;
	}
	.inline .buttons {
		margin-left: 0 !important;
	}
	.buttons .more {
	    border-left: 0px !important;
	}
	.inputs {
		padding-top: 20px !important;
	}
	.color {
		margin-bottom: 0 !important;
		/*height: 28px !important;*/
	    /*width: 25px !important;*/
	}
	.json {
	    height: calc(100vh - 285px);
	}
}