/*
CSS Name: Orbital
Author: Katsana
Email: support@katsana.com
File: Orbital Custom CSS File
*/

/* ==========  Main CSS  ========== */

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 4rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4rem;            /* Footer height */
}

/* ==========  Customization CSS  ========== */
.pr{
	position: relative;
}

.pr0{
	position: absolute;
	display: inline-block;
	right:0;
}


/* ==========  Color Theme  ========== */

.theme-light{
	color: #F4FAFF;
}

.theme-medium{
	color: #0C6FB4;
}

.theme-dark{
	color: #003456;
}

.bg-theme-light{
	background-color: #F4FAFF;
}

.bg-theme-medium{
	background-color: #0C6FB4;
}

.bg-theme-dark{
	background-color: #003456;
}

.group:hover .group-hover\:bg-theme-light{
	background-color: #F4FAFF;
}

.group:hover .group-hover\:bg-theme-medium{
	background-color: #0C6FB4;
}

.group:hover .group-hover\:bg-theme-dark{
	background-color: #003456;
}

.hover\:bg-theme-light:hover{
	background-color: #F4FAFF;
}

.hover\:bg-theme-medium:hover{
	background-color: #0C6FB4;
}

.hover\:bg-theme-dark:hover{
	background-color: #003456;
}

.focus\:bg-theme-light:focus{
	background-color: #F4FAFF;
}

.focus\:bg-theme-medium:focus{
	background-color: #0C6FB4;
}

.focus\:bg-theme-dark:focus{
	background-color: #003456;
}

.active\:bg-theme-light:active{
	background-color: #F4FAFF;
}

.active\:bg-theme-medium:active{
	background-color: #0C6FB4;
}

.active\:bg-theme-dark:active{
	background-color: #003456;
}

.border-theme-light{
	border-color: #F4FAFF;
}

.border-theme-medium{
	border-color: #0C6FB4;
}

.border-theme-dark{
	border-color: #003456;
}

.group:hover .group-hover\:border-theme-light{
	border-color: #F4FAFF;
}

.group:hover .group-hover\:border-theme-medium{
	border-color: #0C6FB4;
}

.group:hover .group-hover\:border-theme-dark{
	border-color: #003456;
}

.group:focus .group-focus\:border-theme-light{
	border-color: #F4FAFF;
}

.group:focus .group-focus\:border-theme-medium{
	border-color: #0C6FB4;
}

.group:focus .group-focus\:border-theme-dark{
	border-color: #003456;
}

.hover\:border-theme-light:hover{
	border-color: #F4FAFF;
}

.hover\:border-theme-medium:hover{
	border-color: #0C6FB4;
}

.hover\:border-theme-dark:hover{
	border-color: #003456;
}

.focus\:border-theme-light:focus{
	border-color: #F4FAFF;
}

.focus\:border-theme-medium:focus{
	border-color: #0C6FB4;
}

.focus\:border-theme-dark:focus{
	border-color: #003456;
}

.placeholder-theme-light::-webkit-input-placeholder {
  color: #F4FAFF;
}

.placeholder-theme-light::-moz-placeholder {
  color: #F4FAFF;
}

.placeholder-theme-light:-ms-input-placeholder {
  color: #F4FAFF;
}

.placeholder-theme-light::-ms-input-placeholder {
  color: #F4FAFF;
}

.placeholder-theme-light::placeholder {
  color: #F4FAFF;
}

.placeholder-theme-medium::-webkit-input-placeholder {
  color: #0C6FB4;
}

.placeholder-theme-medium::-moz-placeholder {
  color: #0C6FB4;
}

.placeholder-theme-medium:-ms-input-placeholder {
  color: #0C6FB4;
}

.placeholder-theme-medium::-ms-input-placeholder {
  color: #0C6FB4;
}

.placeholder-theme-medium::placeholder {
  color: #0C6FB4;
}

.placeholder-theme-dark::-webkit-input-placeholder {
  color: #003456;
}

.placeholder-theme-dark::-moz-placeholder {
  color: #003456;
}

.placeholder-theme-dark:-ms-input-placeholder {
  color: #003456;
}

.placeholder-theme-dark::-ms-input-placeholder {
  color: #003456;
}

.placeholder-theme-dark::placeholder {
  color: #003456;
}

.focus\:placeholder-theme-light:focus::-webkit-input-placeholder {
  color: #f4faff;
}

.focus\:placeholder-theme-light:focus::-moz-placeholder {
  color: #f4faff;
}

.focus\:placeholder-theme-light:focus:-ms-input-placeholder {
  color: #f4faff;
}

.focus\:placeholder-theme-light:focus::-ms-input-placeholder {
  color: #f4faff;
}

.focus\:placeholder-theme-light:focus::placeholder {
  color: #f4faff;
}

.focus\:placeholder-theme-medium:focus::-webkit-input-placeholder {
  color: #0c6fb4;
}

.focus\:placeholder-theme-medium:focus::-moz-placeholder {
  color: #0c6fb4;
}

.focus\:placeholder-theme-medium:focus:-ms-input-placeholder {
  color: #0c6fb4;
}

.focus\:placeholder-theme-medium:focus::-ms-input-placeholder {
  color: #0c6fb4;
}

.focus\:placeholder-theme-medium:focus::placeholder {
  color: #0c6fb4;
}

.focus\:placeholder-theme-dark:focus::-webkit-input-placeholder {
  color: #003456;
}

.focus\:placeholder-theme-dark:focus::-moz-placeholder {
  color: #003456;
}

.focus\:placeholder-theme-dark:focus:-ms-input-placeholder {
  color: #003456;
}

.focus\:placeholder-theme-dark:focus::-ms-input-placeholder {
  color: #003456;
}

.focus\:placeholder-theme-dark:focus::placeholder {
  color: #003456;
}

.shadow-outline-theme {
  box-shadow: 0 0 0 3px rgba(49, 109, 75, 0.45);
}

.hover\:shadow-outline-theme:hover {
  box-shadow: 0 0 0 3px rgba(49, 109, 75, 0.45);
}

.focus\:shadow-outline-indigo:focus {
  box-shadow: 0 0 0 3px rgba(49, 109, 75, 0.45);
}

.text-theme-light{
	color: #F4FAFF;
}

.text-theme-medium{
	color: #0C6FB4;
}

.text-theme-dark{
	color: #003456;
}

.group:hover .group-hover\:text-theme-light{
	color: #F4FAFF;
}

.group:hover .group-hover\:text-theme-medium{
	color: #0C6FB4;
}

.group:hover .group-hover\:text-theme-dark{
	color: #003456;
}

.group:focus .group-focus\:text-theme-light{
	color: #F4FAFF;
}

.group:focus .group-focus\:text-theme-medium{
	color: #0C6FB4;
}

.group:focus .group-focus\:text-theme-dark{
	color: #003456;
}

.hover\:text-theme-light:hover{
	color: #F4FAFF;
}

.hover\:text-theme-medium:hover{
	color: #0C6FB4;
}

.hover\:text-theme-dark:hover{
	color: #003456;
}

.focus-within\:text-theme-light:focus-within{
	color: #F4FAFF;
}

.focus-within\:text-theme-medium:focus-within{
	color: #0C6FB4;
}

.focus-within\:text-theme-dark:focus-within{
	color: #003456;
}

.focus\:text-theme-light:focus{
	color: #F4FAFF;
}

.focus\:text-theme-medium:focus{
	color: #0C6FB4;
}

.focus\:text-theme-dark:focus{
	color: #003456;
}

.active\:text-theme-light:active{
	color: #F4FAFF;
}

.active\:text-theme-medium:active{
	color: #0C6FB4;
}

.active\:text-theme-dark:active{
	color: #003456;
}

.sm\:bg-theme-light{
	background-color: #F4FAFF;
}

.sm\:bg-theme-medium{
	background-color: #0C6FB4;
}

.sm\:bg-theme-dark{
	background-color: #003456;
}

.group:hover .sm\:group-hover\:bg-theme-light{
	background-color: #F4FAFF;
}

.group:hover .sm\:group-hover\:bg-theme-medium{
	background-color: #0C6FB4;
}

.group:hover .sm\:group-hover\:bg-theme-dark{
	background-color: #003456;
}

.group:focus .sm\:group-focus\:bg-theme-light{
	background-color: #F4FAFF;
}

.group:focus .sm\:group-focus\:bg-theme-medium{
	background-color: #0C6FB4;
}

.group:focus .sm\:group-focus\:bg-theme-dark{
	background-color: #003456;
}

.sm\:hover\:bg-theme-light:hover{
	background-color: #F4FAFF;
}

.sm\:hover\:bg-theme-medium:hover{
	background-color: #0C6FB4;
}

.sm\:hover\:bg-theme-dark:hover{
	background-color: #003456;
}

.sm\:focus\:bg-theme-light:focus{
	background-color: #F4FAFF;
}

.sm\:focus\:bg-theme-medium:focus{
	background-color: #0C6FB4;
}

.sm\:focus\:bg-theme-dark:focus{
	background-color: #003456;
}

.sm\:active\:bg-theme-light:active{
	background-color: #F4FAFF;
}

.sm\:active\:bg-theme-medium:active{
	background-color: #0C6FB4;
}

.sm\:active\:bg-theme-dark:active{
	background-color: #003456;
}

.sm\:border-theme-light{
	border-color: #F4FAFF;
}

.sm\:border-theme-medium{
	border-color: #0C6FB4;
}

.sm\:border-theme-dark{
	border-color: #003456;
}

.group:hover .sm\:group-hover\:border-theme-light{
	border-color: #F4FAFF;
}

.group:hover .sm\:group-hover\:border-theme-medium{
	border-color: #0C6FB4;
}

.group:hover .sm\:group-hover\:border-theme-dark{
	border-color: #003456;
}

.group:focus .sm\:group-focus\:border-theme-light{
	border-color: #F4FAFF;
}

.group:focus .sm\:group-focus\:border-theme-medium{
	border-color: #0C6FB4;
}

.group:focus .sm\:group-focus\:border-theme-dark{
	border-color: #003456;
}

.sm\:hover\:border-theme-light:hover{
	border-color: #F4FAFF;
}

.sm\:hover\:border-theme-medium:hover{
	border-color: #0C6FB4;
}

.sm\:hover\:border-theme-dark:hover{
	border-color: #003456;
}

.sm\:focus\:border-theme-light:focus{
	border-color: #F4FAFF;
}

.sm\:focus\:border-theme-medium:focus{
	border-color: #0C6FB4;
}

.sm\:focus\:border-theme-dark:focus{
	border-color: #003456;
}

.sm\:placeholder-theme-light::-webkit-input-placeholder {
  color: #F4FAFF;
}

.sm\:placeholder-theme-light::-moz-placeholder {
  color: #F4FAFF;
}

.sm\:placeholder-theme-light:-ms-input-placeholder {
  color: #F4FAFF;
}

.sm\:placeholder-theme-light::-ms-input-placeholder {
  color: #F4FAFF;
}

.sm\:placeholder-theme-light::placeholder {
  color: #F4FAFF;
}

.sm\:placeholder-theme-medium::-webkit-input-placeholder {
  color: #0c6fb4;
}

.sm\:placeholder-theme-medium::-moz-placeholder {
  color: #0c6fb4;
}

.sm\:placeholder-theme-medium:-ms-input-placeholder {
  color: #0c6fb4;
}

.sm\:placeholder-theme-medium::-ms-input-placeholder {
  color: #0c6fb4;
}

.sm\:placeholder-theme-medium::placeholder {
  color: #0c6fb4;
}

.sm\:placeholder-theme-dark::-webkit-input-placeholder {
  color: #003456;
}

.sm\:placeholder-theme-dark::-moz-placeholder {
  color: #003456;
}

.sm\:placeholder-theme-dark:-ms-input-placeholder {
  color: #003456;
}

.sm\:placeholder-theme-dark::-ms-input-placeholder {
  color: #003456;
}

.sm\:placeholder-theme-dark::placeholder {
  color: #003456;
}

.sm\:focus\:placeholder-theme-light:focus::-webkit-input-placeholder {
  color: #F4FAFF;
}

.sm\:focus\:placeholder-theme-light:focus::-moz-placeholder {
  color: #F4FAFF;
}

.sm\:focus\:placeholder-theme-light:focus:-ms-input-placeholder {
  color: #F4FAFF;
}

.sm\:focus\:placeholder-theme-light:focus::-ms-input-placeholder {
  color: #F4FAFF;
}

.sm\:focus\:placeholder-theme-light:focus::placeholder {
  color: #F4FAFF;
}

.sm\:focus\:placeholder-theme-medium:focus::-webkit-input-placeholder {
  color: #0c6fb4;
}

.sm\:focus\:placeholder-theme-medium:focus::-moz-placeholder {
  color: #0c6fb4;
}

.sm\:focus\:placeholder-theme-medium:focus:-ms-input-placeholder {
  color: #0c6fb4;
}

.sm\:focus\:placeholder-theme-medium:focus::-ms-input-placeholder {
  color: #0c6fb4;
}

.sm\:focus\:placeholder-theme-medium:focus::placeholder {
  color: #0c6fb4;
}

.sm\:focus\:placeholder-theme-dark:focus::-webkit-input-placeholder {
  color: #003456;
}

.sm\:focus\:placeholder-theme-dark:focus::-moz-placeholder {
  color: #003456;
}

.sm\:focus\:placeholder-theme-dark:focus:-ms-input-placeholder {
  color: #003456;
}

.sm\:focus\:placeholder-theme-dark:focus::-ms-input-placeholder {
  color: #003456;
}

.sm\:focus\:placeholder-theme-dark:focus::placeholder {
  color: #003456;
}

.sm\:shadow-outline-theme {
  box-shadow: 0 0 0 3px rgba(49, 109, 75, 0.45);
}

.sm\:hover\:shadow-outline-indigo:hover {
  box-shadow: 0 0 0 3px rgba(49, 109, 75, 0.45);
}

.sm\:focus\:shadow-outline-indigo:focus {
  box-shadow: 0 0 0 3px rgba(49, 109, 75, 0.45);
}

.sm\:text-theme-light{
	color: #F4FAFF;
}

.sm\:text-theme-medium{
	color: #0C6FB4;
}

.sm\:text-theme-dark{
	color: #003456;
}

.group:hover .sm\:group-hover\:text-theme-light{
	color: #F4FAFF;
}

.group:hover .sm\:group-hover\:text-theme-medium{
	color: #0C6FB4;
}

.group:hover .sm\:group-hover\:text-theme-dark{
	color: #003456;
}

.group:focus .sm\:group-focus\:text-theme-light{
	color: #F4FAFF;
}

.group:focus .sm\:group-focus\:text-theme-medium{
	color: #0C6FB4;
}

.group:focus .sm\:group-focus\:text-theme-dark{
	color: #003456;
}

.sm\:hover\:text-theme-light:hover{
	color: #F4FAFF;
}

.sm\:hover\:text-theme-medium:hover{
	color: #0C6FB4;
}

.sm\:hover\:text-theme-dark:hover{
	color: #003456;
}

.sm\:focus-within\:text-theme-light:focus-within{
	color: #F4FAFF;
}

.sm\:focus-within\:text-theme-medium:focus-within{
	color: #0C6FB4;
}

.sm\:focus-within\:text-theme-dark:focus-within{
	color: #003456;
}

/* ==========  Chart Color  ========== */

/* ==========  Sizing  ========== */

.max-w-500{
  max-width: 500px;
}

/* ==========  Footer  ========== */

.custom-footer{
	/* position: absolute; */
	bottom: 0px;
	width: 100%;
	height: 2.5rem;
}