
input{
  text-align: center;
}

.main{
  padding-top:20px;
}

.user-selection{
  /* background-color:#c0d8e4; */
  border-radius:4px;
  /* border:0.5px solid #c0d8e4; */
  font-weight: 500;
}
.app-grid {
  /* color:red; */
  background-color:lightgreen;
}

.price-main {
  /* margin-right:2px; */
  
  /* background-color:#c0d8e4; */
}

.price-grid-table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /* border: 1px solid #ddd; */
}

.price-grid-table th, td {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #f2f2f2;
  color: #203b60;
	font-family: 'Open Sans', sans-serif !important;
  /* color:red; */
}

.price-grid-total{
  /* color:green !important; */
  padding-top:15px;
  padding-bottom:15px;
}

.small-conditions{
  font-weight: normal !important;
  font-family: 'Open Sans', sans-serif !important;
  text-align: center !important;
  color: #203b60;
}
.buy-buttons{
  text-align:center !important;
  padding-top:5px;
}

.section-margin{
  margin-top:20px;
}

h2 {
	display: inline-block;
	position: relative;
	background: #84b4d2;
	color: #fff !important;
	line-height: 32px!important;
	font-size: 32px!important;
	padding-left: 17px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 8px;
	margin-bottom: 33px !important;
	text-transform: uppercase !important;
	font-family: 'Typo Round', 'Open Sans', sans-serif !important;
	letter-spacing: 2px;
}
h2:after, h2:before {
	content: ' ';
	position: absolute;
	width: 14px;
	height: 50%;
	left: 100%;
}
h2:after {
	bottom: 0;
	background: linear-gradient(to right bottom, #84b4d2 50%, transparent 50%);
}
h2:before {
	top: 0;
	background: linear-gradient(to right top, #84b4d2 50%, transparent 50%);
}

.pricing-title {
	display: inline-block;
	position: relative;
	color: #203b60 !important;
	line-height: 32px!important;
  
  /* font-size:1.2em; */
  font-weight: 500;
	/* padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 8px;  */
	text-transform: uppercase !important;
	font-family: 'Typo Round', 'Open Sans', sans-serif !important;
  letter-spacing: 1px;
  font-size: 18px!important;
}
/* .pricing-title:after, pricing-title:before {
	content: ' ';
	position: absolute;
	width: 14px;
	height: 50%;
	left: 100%;
} */
.pricing-title:after {
	bottom: 0;
	background: linear-gradient(to right bottom, #84b4d2 50%, transparent 50%);
}
.pricing-title:before {
	top: 0;
	background: linear-gradient(to right top, #84b4d2 50%, transparent 50%);
}

.app-card-title{
  color:#203b60 !important;
  /* color:black !important;*/
  /* color:rgb(37,106,167) !important; */
  font-weight:400 !important;
  font-size:14px !important;
  /* letter-spacing: 1px; */
  text-transform: uppercase !important;
  font-family: 'Typo Round', 'Open Sans', sans-serif !important;
 
}

.support-title{
  display: inline-block;
	position: relative;
	color: #203b60 !important;
	line-height: 32px!important;
  
  /* font-size:1.2em; */
  font-weight: 500;
	/* padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 8px;  */
	text-transform: uppercase !important;
	font-family: 'Typo Round', 'Open Sans', sans-serif !important;
  letter-spacing: 1px;
  font-size: 1rem!important;
}

.app-card-price{
  color: rgba(0, 0, 0, 0.54);
  /* font-weight:800; */
}

.app-card-img{
  /* margin-top:10%; */
  align-self:center;
  width:30%;
  height:25%;
}

.app-card-img-container{
  /* margin-top:10%; */
  /* padding:100px !important; */
  align-self: center;
  text-align: center;
  
}
@media (max-width: 767px) {
  .app-card-img{
    /* align-self:left; */
    width:80px;
    height:50px;
    /* padding:5%; */
    /* margin-left:10%;
    margin-bottom:10%; */
    vertical-align: center;
    align-self: center;
    


  }
}


.sticky-top-custom{
  position: sticky;
  top: 6rem;
  z-index: 1020;
}

@keyframes show_demo {
  from {width: 0;}
  to {width: 10%;}
}

.left-demo{
  position:sticky;
  left:0;
  /* top:300px; */
  bottom:51%;
  width:10%;
  /* max-width: 5%; */
  /* height:0; */
  /* background-color:#203b60; */
  /* background-color:#f2f2f2; */
  /* background-color: #84b4d2; */
  background-color:rgb(37,106,167);
  /* color:#203b60; */
  color:white;
  /* padding:20px; */
  /* padding-left:5px; */
  padding-top:5px;
  text-align: center;
  display: flex;
flex-wrap:wrap;
cursor:pointer;
font-weight: 600;
/* text-transform: uppercase !important; */
  font-family: 'Typo Round', 'Open Sans', sans-serif !important;
  animation-name: show_demo;
  animation-duration: 0.5s;
  /* letter-spacing: 1px; */


	
  /* transform:rotate(-90deg) */

}

.left-demo:hover{
  background-color:#203b60;
}

.sticky-demo{
  position: sticky;
  top: 1rem;
  z-index: 1020;
  padding:200px;
  background-color:blue;
  font-size:85px !important;
  color:green !important;
}

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

.td-support-content{
  color: rgba(0, 0, 0, 0.54);
}

.column-selected{
  background-color: rgba(0, 0, 0, 0.10);
}

.new_user_register{
  color:rgb(37,106,167);
  cursor:pointer;
}



.order-detail-table tr:nth-child(even) {
  background-color: #f2f2f2
}

.card-title{
  display: inline-block;
	position: relative;
	/* background: #84b4d2; */
	color: rgba(0, 0, 0, 0.54) !important;
  /* line-height: 32px!important; */
  text-align:center !important;
	font-size: 14px!important;
  /* padding-left: 17px; */
  font-weight: 700;
	/* padding-right: 5px; */
	/* padding-bottom: 5px; */
	padding-top: 8px;
	/* margin-bottom: 33px !important; */
	text-transform: uppercase !important;
	font-family: 'Typo Round', 'Open Sans', sans-serif !important;
	/* letter-spacing: 1px; */

}

.loading-indicator{
  text-align:center;
  padding:20%;
}


.container-custom {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-custom {
    /* max-width: 540px; */
    max-width:560px;
  }
}

@media (min-width: 768px) {
  .container-custom {
    /* max-width: 720px; */
    max-width:750px;
  }

  h2 {
    margin-top: 50px;
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-custom {
    /* max-width: 960px; */
    max-width: 980px;
  }
}

@media (min-width: 1200px) {
  .container-custom {
    max-width: 1140px;
  }
}




@media (max-width: 1023px) {
  .left-demo{
    display:none;
  }
}



@media (max-width: 768px) {
 
  .pricing-title {
    /* display: inline-block;
    position: relative; */
    color: #203b60 !important;
    /* line-height: 32px!important; */
    
    /* font-size:1.2em; */
    font-weight: 600;
    /* padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 8px;  */
    padding-bottom: 5px;
    text-transform: uppercase !important;
    font-family: 'Open Sans', sans-serif !important;
    /* letter-spacing: 1px; */
    font-size: 13px!important;
  }
  .container-custom {
    padding:0 !important;
    margin:0 !important;
  }

  body {
    padding:0 !important;
  }

  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
    margin-bottom:0;
  }

  
}

.card-main{
  display: 'flex';
  min-width: 200;
  max-width: 200;
  margin-top: '10px';
  margin-bottom:'10px';
  padding-top: '24px';
}

   

/* @media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	
} */
  

