* {
	margin: 0px;
	padding: 0px;
	transition: 1s all;
}
@font-face {
	font-family: com;
	src: url(Comfortaa-Bold.ttf);
}
html {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
body {
	background: #fff;
	font-family: com;
    height: 100vh;
    width: 100vw;
}
#bg {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	background: #fff;
	overflow: hidden;
}
.circle {
	border-radius: 50%;
	height: 200px;
	width: 200px;
	border: 54px solid #8ec4ff;
	filter: blur(20px);
}
#c1 {
	margin-left: -150px;
	animation-name: c1;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
#c2 {
	margin-left: 200px;
	animation-name: c2;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}

@keyframes c1 {
	0%  {
		margin: 50px;
	}
	10% {
		margin: -50px;
	}
	50% {
		margin: 50px;
	}
	70% {
		margin: -70px;
	}
	100% {
		margin: 50px;
	}
}
@keyframes c2 {
	0%  {
		margin: 50px;
	}
	10% {
		margin: 20px;
	}
	50% {
		margin: 50px;
	}
	70% {
		margin: 200px;
	}
	100% {
		margin: 50px;
	}
}


#naop {
	height: 50px;
	width: 50px;
	border: 0px;
	background: #007bff;
	color: #fff;
	font-size: 15px;
	z-index: 2;
	position: fixed;
	transform: rotatez(90deg);
	margin-left: 253px;
	border-radius: 0px;
}

#nacl {
	height: 50px;
	width: 50px;
	border: 0px;
	background: #007bff;
	color: #fff;
	font-size: 15px;
	z-index: 2;
	position: fixed;
	transform: rotatez(0deg);
}

.ni {
	height: 10px;
	width: 42px;
	background: #fff;
	margin: 4px;
	border-radius: 10px;
}
#n2 {
	width: 25px;
}
#nc1 {
  transform: rotateZ(45deg);
}
#nc2 {
	display: none;
}
#nc3 {
  transform: rotateZ(-45deg);
  margin-top: -15px;
}
#navo {
    height: max-content;
    width: 300px;
    background: #fff;
    border: 1px solid #007bff;
    z-index: 1;
    position: fixed;
    overflow: hidden;
    border-radius: 0px 25px 0px 0px;
    padding-bottom: 20px;
}
#navc {
	height: 0px;
	width: 0px;
	background: #fff;
	border: 1px solid #007bff;
	z-index: 1;
	position: fixed;
	filter: blur(10px);
	overflow: hidden;
}
#navIco {
	height: 120px;
	width: 250px;
	margin-left: 0px;
}
#navIco img {
	height: 70px;
	margin-top: 20px;
}
#navBut a {
	margin: 10px;
	text-decoration: none;
	color: #fff;
	background: #007bff;
	padding: 12px;
	display: block;
	width: 140px;
}
#navSoc {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#navSoc h1 {
	font-size: 15px;
	margin-left: 35px;
	margin-bottom: 5px;
	color: #eee;
}
#fre{
	height: 100px;
}
#ho {
	height: 90px;
	width: 300px;
	background: #007bff;
	padding: 10px;
}
#ho h1 {
	font-size: 25px;
	margin-left: 35px;
	margin-bottom: 5px;
	color: #fff;
	font-family: com;
	margin-top: 20px;
	text-align: left;
}
#adu {
	width: 300px;
	height: 350px;
}

#adu input {
	width: 241px;
	padding: 10px;
	margin-top: 30px;
	border: 1px solid #007bff;
	background: #fff;
	border-radius: 0px;
	font-size: 14px;
	color: #007bff;
}
#adu select {
	width: 263px;
	font-size: 17px;
	padding: 5px;
	font-family: com;
	border: 0px;
	background: #007bff;
	color: #fff;
}

#adu img {
	height: 65px;
}
#ado {
	height: 525px;
	width: 300px;
	margin-top: -35px;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
}
#ado h1 {
	font-size: 20px;
	text-align: left;
	color: #007bff;
}

#ads {
	width: fit-content;
	float: left;
}
#ads h1 {
	float: left;
}
#ads select {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border: 0px;
	padding: 3px;
	width: 80px;
	color: #fff;
	background: #007bff;
}

th, td {
	background: #eee;
	padding: 10px;
	border-radius: 5px;
	font-size: 9px;
	height: 20px;
}

th {
	background: #007bff;
	color: #fff;
}
.ord {
	color: #007bff;
	cursor: pointer;
}
@media only screen and (max-width: 400px) {
	th, td {
		background: #eee;
		padding: 9.5px;
		border-radius: 5px;
		font-size: 13px;
		height: 20px;
	}
	th {
		background: #007bff;
		color: #fff;
	}/*
    #tdata {
        height: 428px;
    }*/
}
@media only screen and (min-width: 600px) {
	th, td {
		background: #eee;
		padding: 10px;
		border-radius: 5px;
		font-size: 13px;
		height: 20px;
	}
	th {
		background: #007bff;
		color: #fff;
	}
}

#aor {
	margin-top: -325px;
	height: 500px;
	width: 0px;
	background: #007bff;
	color: #fff;
	filter: blur(100px);
	overflow: hidden;
	position: absolute;
	margin-left: 5%;
}
#aof {
	margin-top: -325px;
	height: 500px;
	width: 0px;
	background: #007bff;
	color: #fff;
	filter: blur(100px);
	overflow: hidden;
	position: absolute;
	margin-left: 5%;
}
#orderD {
	width: 320px;
	text-align: left;
	font-size: 8px;
	padding: 10px;
}
#orderD h1 {
	margin: 10px;
}
#orderIn {
	width: 300px;
	height: fit-content;
}

#orderIn input {
	width: 241px;
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #007bff;
	background: #fff;
	border-radius: 0px;
	font-size: 14px;
	color: #007bff;
}
#aorc {
	border: 0px;
	padding: 9px;
	text-align: right;
	width: 100%;
	background: #4fa4ff;
	color: #fff;
	font-family: com;
	font-size: 16px;
}
#orf {
	height: 50px;
}
#dd {
	color: #007bff;
	font-size: 20px;
}
#tdata {
  height: 420px;
  width: 100vw;
  overflow: hidden;
  overflow-x: auto;
}
#Sr {
	margin: 10px;
	padding: 7px;
	width: 200px;
	border: 1px solid #007bff;
}
#tablebutt {
	height: fit-content;
	width: fit-content;
}
#tablBU {
	float: left;
	margin: 10px;
	border: 0px;
	padding: 5px;
	width: 70px;
	background: #007bff;
	color: #fff;
}
#pnum {
	float: left;
	margin: 10px;
	color: #007bff;
}
#ordR {
	width: 263px;
	font-size: 17px;
	padding: 5px;
	font-family: com;
	background: #007bff;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 40px;
}
.testfa-wrapper {
    position:fixed;
    bottom:3rem;
    z-index:9999999;
    right:3rem
}
.testfa-checkbox {
    display:none
}
.testfa {
    position:absolute;
    bottom:-1rem;
    right:-1rem;
    width:4rem;
    height:4rem;
    background:blue;
    border-radius:50%;
    background:#126ee2;
    box-shadow:0 5px 20px #81a4f1;
    transition:all .3s ease;
    z-index:1;
    border-bottom-right-radius:6px;
    border:1px solid #0c50a7
}
.testfa:before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    border-radius:50%;
    background-color:rgba(255,255,255,.1)
}
.testfa-checkbox:checked~.testfa:before {
    width:90%;
    height:90%;
    left:5%;
    top:5%;
    background-color:rgba(255,255,255,.2)
}
.testfa:hover {
    background:#2c87e8;
    box-shadow:0 5px 20px 5px #81a4f1
}
.testfa-dots {
    position:absolute;
    height:8px;
    width:8px;
    background-color:#fff;
    border-radius:50%;
    top:50%;
    transform:translateX(0%) translateY(-50%) rotate(0deg);
    opacity:1;
    animation:blink 3s ease infinite;
    transition:all .3s ease
}
.testfa-dots-1 {
    left:15px;
    animation-delay:0s
}
.testfa-dots-2 {
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    animation-delay:.4s
}
.testfa-dots-3 {
    right:15px;
    animation-delay:.8s
}
.testfa-checkbox:checked~.testfa .testfa-dots {
    height:6px
}
.testfa .testfa-dots-2 {
    transform:translateX(-50%) translateY(-50%) rotate(0deg)
}
.testfa-checkbox:checked~.testfa .testfa-dots-1 {
    width:32px;
    border-radius:10px;
    left:50%;
    transform:translateX(-50%) translateY(-50%) rotate(45deg)
}
.testfa-checkbox:checked~.testfa .testfa-dots-3 {
    width:32px;
    border-radius:10px;
    right:50%;
    transform:translateX(50%) translateY(-50%) rotate(-45deg);
}
@keyframes blink {
    50% {
        opacity:.25
    }
}
.testfa-checkbox:checked~.testfa .testfa-dots {
    animation:none
}
.testfa-wheel {
    position:absolute;
    bottom:0;
    right:0;
    width:10rem;
    height:10rem;
    transition:all .3s ease;
    transform-origin:bottom right;
    transform:scale(0)
}
.testfa-checkbox:checked~.testfa-wheel {
    transform:scale(1)
}
.testfa-action {
    position:absolute;
    background:#0f1941;
    width:3rem;
    height:3rem;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:White;
    box-shadow:0 .1rem 1rem rgba(24,66,154,.82);
    transition:all 1s ease;
    opacity:0
}
.testfa-checkbox:checked~.testfa-wheel .testfa-action {
    opacity:1
}
.testfa-action:hover {
    background-color:#f16100
}
.testfa-wheel .testfa-action-1 {
    right:1.5rem;
    top:0
}
.testfa-wheel .testfa-action-2 {
    right: 6rem;
    top: 3rem;
}
.testfa-wheel .testfa-action-3 {
    left: .5rem;
    top: 8.4rem;
}
.testfa-wheel .testfa-action-4 {
    left:0;
    bottom:-1rem
}

/* Basic Button Styling */
.crm-button {
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    border: 1px solid #808080;
    border-radius: 19px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background-image: url("https://leads.skyllc.io/asset/images/favicon.png");
    background-size: 27px;
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 2px 2px 4px 0px rgb(52, 52, 52);
}

.crm-button:hover {
    background-color: #e0e0e0;
    color: #007bff;
    box-shadow: 0px 0px 3px 2px rgb(52, 52, 52);
}

/* Styles for the cell containing the button (optional) */
.crm-button-cell {
    text-align: center; /* Center the button in the cell */
    padding: 5px; /* Add some padding around the button */
}

/* Optional: Style the button to look more modern */
.crm-button.modern {
    background-color: #fff;
    color: #007bff; /* Blue text */
    border-color: #007bff; /* Blue border */
}

.crm-button.modern:hover {
    background-color: #e6f2ff; /* Light blue background on hover */
}

/* Optional: Make the button fill the cell width */
.crm-button.full-width {
    width: 100%; /* Button takes full width of its container */
    box-sizing: border-box; /* Include padding and border in width calculation */
}
