/* You can add global styles to this file, and also import other style files */

.footer{
	position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 56.25vh;
    padding: 10px 2rem;
    margin: 0 auto;
    background-color: #272b6a;
    height: 56px;
    z-index: 10;
    left: 0;
    right: 0;
}

.outer-ring{
	border: 1px solid #ff9555;
    border-radius: 50%;
    background-color: transparent;
    padding: 4px;
    position: absolute;
    top: -20px;
    width: 60px;
    height: 60px;
}

.round-footer-div{
	border-radius: 50%;
	background-image: -webkit-gradient(linear, left top, right top, from(#f89b31), to(#f18351));
	background-image: linear-gradient(to right, #f89b31, #f18351);
	box-shadow: 0 0 0 3px #85f89b31;
	width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
}

.footer-info{
	margin-left: 5.5rem;
}
.common-container {
  position: relative;
  height: 100%;
  min-height: 100vh;
  width: 1000%;
  max-width: 56.25vh;
  margin: 0 auto;
}

.main-area {
  position: relative;
  height: auto;
  min-height: 100vh;
  width: 100%;
  max-width: 56.25vh;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 62px;
}

.pos-relative {
  position: relative;
}

.p-2 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-1 {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.primary-background {
  background-color: #1e1f59;
}

.background-img-1,
.background-img-2 {
  position: absolute;
  z-index: 0;
}

.background-img-1 {
  top: 42%;
  right: 0;
  width: 150px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.background-img-2 {
  top: 0;
  left: 0;
  width: 100px;
}

.mt-0_5 {
  margin-top: 0.5rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-0_5 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mr-1 {
  margin-right: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.pt-4_5 {
  padding-top: 5.13rem;
}

.pt-7_8 {
  padding-top: 5.26rem;
}

.pt-56 {
  padding-top: 56px !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-xxl {
  font-size: 1.4rem;
}

.text-xl {
  font-size: 1.2rem;
}

.text-lg {
  font-size: 1rem;
}

.text-lg-env {
  font-size: 0.9rem;
}

.text-sm {
  font-size: 0.9rem;
}

.text-xs {
  font-size: 0.8rem;
}

.text-xxs {
  font-size: 0.6rem;
}

.d-block {
  display: block;
  width: 100%;
}

.d-flex {
  display: -webkit-box;
  display: flex;
}

.flex-1 {
  -webkit-box-flex: 1;
          flex: 1;
}

.align-items-center {
  -webkit-box-align: center;
          align-items: center;
}

.align-items-start {
  -webkit-box-align: start;
          align-items: flex-start;
}

.justify-content-center {
  -webkit-box-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.flex-dir-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.logo {
  width: 60px;
}

.img-fluid {
  width: 100%;
}

.shadow-container {
  position: relative;
  border-radius: 10px;
  box-shadow: 1px 8px 40px 7px #191f1f1f;
  width: 100%;
  padding: 15px 10px;
  background-color: #272b6a;
}

.text-brdr-btm {
  height: 1px;
  width: 80px;
  margin-top: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f89b31), to(#f18351));
  background-image: linear-gradient(to right, #f89b31, #f18351);
}

.text-primary {
  color: #ffffff;
}

.text-center {
  text-align: center;
}

.text-secondary {
  color: #7c7ea8;
}

.text-head {
  text-transform: uppercase;
}

.btn-primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#f89b31), to(#f18351));
  background-image: linear-gradient(to right, #f89b31, #f18351);
  padding: 10px;
  width: 90%;
  border-radius: 10px;
}

.btn-confirm {
  background-image: -webkit-gradient(linear, left top, right top, from(#1e1f59), to(#1e1f59));
  background-image: linear-gradient(to right, #1e1f59, #1e1f59);
  padding: 10px;
  width: 90%;
  border-radius: 10px;
}

.card-container {
  width: 100%;
}

.card {
  border-radius: 10px;
  background-color: #272b6a;
  position: relative;
}

.card-square {
  width: 45%;
  padding-bottom: 45%;
}

.card-regular {
  width: 48%;
  padding: 15px;
}

.card-regular-info {
  -webkit-box-flex: 1;
          flex: 1;
}

.card-regular-img {
  width: 65px;
  margin-right: 16px;
}

.card-regular-img-env {
  width: 55px;
  margin-right: 2px;
}

.inner-card-div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.gradient-card {
  background-image: -webkit-gradient(linear, left top, right top, from(#d63fff), to(#4a2aff));
  background-image: linear-gradient(to right, #d63fff, #4a2aff);
  border-radius: 10px;
  padding: 15px;
}

.card-img {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65px;
}

.brdr-right {
  border-right: 1px solid #ffffff;
}

.circular-div {
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e175ff), to(#3e24c7));
  background-image: linear-gradient(#e175ff, #3e24c7);
  box-shadow: 0px 0px 32px 6px #5c2f336a;
  width: 60px;
  height: 60px;
}

.indicators-div {
  width: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.indicator {
  height: 4px;
  width: 9px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 4px;
}

.indicator-active {
  width: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f89b31), to(#f18351));
  background-image: linear-gradient(to right, #f89b31, #f18351);
}

.full-width-div {
  width: 100vw;
  max-width: 56.25vh;
}

.cover-img-info {
  padding: 30px 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#f89b31), to(#f18351));
  background-image: linear-gradient(to right, #f89b31, #f18351);
}

.glow-circle-div {
  position: relative;
  width: 12rem;
}

.glow-circle-inner-div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gradient-inner-img {
  width: 50px;
  margin-right: 24px;
}

.star-text p {
  color: #f48c48;
  font-size: 0.7rem;
}

.highcharts-background {
  fill: #272b6a;
}

#container {
  width: auto;
  overflow: scroll;
  margin: 0 auto;
}

@media (max-height: 374px) {
  .card-regular {
    padding: 15px 8px;
  }
  .card-regular-img {
    margin-right: 8px;
  }
  .text-xxl {
    font-size: 1.2rem;
  }

  .text-xl {
    font-size: 1rem;
  }

  .text-lg {
    font-size: 0.9rem;
  }

  .text-lg-env {
    font-size: 0.9rem;
  }

  .text-sm {
    font-size: 0.8rem;
  }

  .text-xs {
    font-size: 0.7rem;
  }
}

@media (min-height: 800px) and (max-height: 999px) {
  .card-regular {
    padding: 15px 8px;
  }
  .card-regular-img {
    margin-right: 8px;
  }
  .text-xxl {
    font-size: 1.4rem;
  }

  .text-xl {
    font-size: 1.5rem;
  }

  .text-lg {
    font-size: 1.3rem;
  }

  .text-lg-env {
    font-size: 1.1rem;
  }

  .text-sm {
    font-size: 1.1rem;
  }

  .text-xs {
    font-size: 1rem;
  }
}

@media (min-height: 1000px) {
  .primary-background {
    background-color: #171843;
  }

  .header {
    background-color: #22265c !important;
  }

  .footer {
    background-color: #22265c !important;
  }

  .shadow-container {
    background-color: #22265c;
  }

  .card {
    background-color: #22265c;
  }

  .highcharts-background {
    fill: #22265c;
  }

  .card-regular {
    padding: 15px 8px;
  }

  .pt-7_8 {
    padding-top: 7.8rem;
  }

  .card-regular-img {
    margin-right: 8px;
  }
  .card-img {
    width: 40%;
  }
  .text-xxl {
    font-size: 2.5rem;
  }

  .text-xl {
    font-size: 1.5rem;
  }

  .text-lg {
    font-size: 1.7rem;
  }

  .text-lg-env {
    font-size: 1.7rem;
  }

  .text-sm {
    font-size: 1.5rem;
  }

  .circular-div {
    width: 40%;
    height: 125px;
  }

  .text-xs {
    font-size: 1.5rem;
  }

  /* .main-area {
    min-height: 90vh;
  } */
}

.top-display {
  height: 34vh;
  width: 100%;
}

#carousel {
  width: 0;
  height: 25vh;
  position: relative;
}

#carousel img {
  display: hidden; /* hide images until carousel prepares them */
  cursor: pointer; /* not needed if you wrap carousel items in links */
}

router-outlet ~ * {
  position: absolute;
  height: 100%;
  width: 100%;
}

#loading {
  -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.cardcontainer {
  -webkit-animation: zoominoutsinglefeatured 3s infinite;
          animation: zoominoutsinglefeatured 3s infinite;
}

/* Dialog box css */

.overlayDialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  cursor: pointer;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 56.25vh;
  padding: 10px 2rem;
  margin: 0 auto;
  background-color: #272b6a;
  height: 8%;
  z-index: 10;
  left: 0;
  right: 0;
}

.client-logo {
  width: 50px;
}

.logo-small {
  width: 50px;
}

.client-name {
  padding: 0 4px;
}

.menu-icon {
  width: 37px;
  margin-right: 16px;
  height: 25px;
}

.menu-border {
  border-top: 3px solid #fff;
}

.cursor-pointer {
  cursor: pointer;
}

/*left menu css*/

.left-menu-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100vh;
  z-index: 100;
  background-color: #1e1f59;
  box-shadow: 2px 8px 15px 12px #17171736;
}

.menu-deactive {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateX(-100%) translateX(-32px);
          transform: translateX(-100%) translateX(-32px);
}

.menu-active {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 760px) {
  .menu-active {
    animation: slide-in 2s ease-in;
    -webkit-animation: slide-in 0.3s ease-in;
  }
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(-100%) translateX(-32px);
            transform: translateX(-100%) translateX(-32px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(-100%) translateX(-32px);
            transform: translateX(-100%) translateX(-32px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.menu-header {
  height: 8%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 16px;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
}

.menu-list-container {
  padding: 10px 0;
  position: relative;
  overflow: scroll;
}

.menu-list {
  list-style: none;
}

.menu-list li {
  padding: 15px 18px;
}

.active-list {
  background-color: #272b6a;
}

.list-img {
  width: 26px;
}

.menu-footer {
  padding: 10px 16px;
  height: 8%;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  background-color: #272b6a;
}

.close-icon {
  position: absolute;
  right: -36px;
  top: 12px;
  width: 32px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay-hidden {
  display: none;
}

.overlay-visible {
  display: block;
}

@media (max-height: 999px) {
  .menu-icon {
    width: 25px;
    margin-right: 16px;
    height: 17px;
  }

  .client-logo {
    width: 30px;
  }

  .logo-small {
    width: 56px;
  }
}

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: 'Segoe UI Emoji', sans-serif;
	-webkit-box-flex: 0;
	        flex-grow: 0;
	flex-shrink: 0;
}

html, body{
	height: 100vh;
	width: 100%;
}

button, input{
	border: none;
	outline: none;
}

a, a:hover, a:focus{
	text-decoration: none;
}
.input-div{
	position: relative;
	border-radius: 10px;
	width: 90%;
}

.input-div img{
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 16px;
}

.input-div input{
	box-shadow: none;
	padding: 10px 10px 10px 36px;
	width: 100%;
	border-radius: 10px;
	background-color: #323474;
}
.splash-background{
	background-image: url('splash_background.9af9c522061ef885aa10.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid #fff;
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: lds-ripple 1.1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	        animation: lds-ripple 1.1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	        animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

