*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content,
.cp,
.cp-card a,
.cp-card h1,
.cp-help {
  text-align: center
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table;
}

#content {
  color: #202124;
  font-family: roboto, 'Noto Sans Myanmar UI', arial, sans-serif;
   display: table-cell;
  vertical-align: middle
}

.cp-card {
  padding: 30px 40px;
  width: 440px;
  position: relative;
  height: auto;
  background-color: #fff;
  margin: 0 auto 10px;
  border-radius: 2px;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .20);
  overflow: hidden
}

.cp-card h1 {
  font-weight: 400;
  font-size: 2.3em;
  color: #1a73e8
}

.cp-card h1 span {
  color: #f26721
}

.cp-card img {
  width: 28%;
  height: 28%;
}
.cp-card img.logo-img {
  width: 34%;
  margin-bottom: 10px;
}

.cp-card input[type=button] {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 4px;
}

.cp-card button[type=button] {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 4px;
  color: #fff;
}

.cp-card input[type=text] {
  height: 54px;
  width: 100%;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}

/* .cp-card input[type=text]:hover {
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
} */

.cp {
  font-size: 14px;
  height: 36px;
  padding: 0 8px
}

.cp-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  background-color: #1a73e8;
  cursor: pointer;
  font-weight: normal;
}

.cp-submit:disabled {
  opacity: .6
}

.cp-submit:hover {
  border: 0;
  text-shadow: 0 1px rgba(0, 0, 0, .3);
  background-color: #1a73e8
}

.cp-card a {
  cursor: pointer;
  text-decoration: none;
  color: #1a73e8;
}

.cp-card a:hover {
  opacity: 1
}

.cp-help {
  width: 100%;
  font-size: 12px
}

.list {
  list-style-type: none;
  padding: 0;
  line-height: 16px;
}

.list__item {
  margin: 0 0 .7rem;
  padding: 0
}

@media screen and (max-width:450px) {
  .cp-card {
    width: 92% !important
  }
  .cp-card img {
    width: 30%;
    height: 30%
  }
  .heading{
    padding: 0px 20px !important;
  }
}
.error-message {
  position: absolute;
  color: #d93025;
  font-size: 12px;
  width: 100%;
  padding-top: 8px;
  text-align: start;
}
.error-message > span{ 
  margin-right: 8px;
  display: inline-block;
  vertical-align: sub;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mr-5{
  margin-right: 5px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-25 {
  margin-top: 25px;
}
.hidden {
  display: none;
}
.footer {
  font-size: 12px;
}
.footer p {
  font-size: 11px;
}
.fs-20 {
  font-size: 20px;
}
.mt-0{
  margin-top: 0px!important;
}
.heading {
  font-size: 15px;
  margin-top: 15px;
  line-height: 20px;
}
.heading a {
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
}
.border {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.floating-label {
  position: relative;
}
.floating-input:focus {
  outline: none;
  border: 2px solid #1a73e8 !important;
}

.floating-input {
  max-width: 360px;
  padding: 13px 15px;
  border-radius: 4px;
}
label {
  color: #80868b;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  line-height: 30px;
  top: 12px;
  width: 100%;
  text-align: center;
  transition: 0.2s ease-in-out top;
  -moz-transition: 0.2s ease-in-out top;
  -webkit-transition: 0.2s ease-in-out top;
}
.floating-input:focus~label {
  top: -13px;
  color: #1a73e8 !important;
  padding: 0 5px;
  background: #fff;
  width: auto;
  left: 50%;
  transform: scale(.75) translateX(-67%);
}
.floating-input:not(:placeholder-shown)~label {
  top: -13px;
  color: #80868b !important;
  padding: 0 5px;
  background: #fff;    
  width: auto;
  left: 50%;
  transform: scale(.75) translateX(-67%);
}
.floating-input:focus+label {
  color: #1a73e8 !important;
}

.fa-check {
  background: #28a745;
  color: #fff;
  border-radius: 50%;
  padding: 3px;
  margin-right: 5px;
}
.social-media {
  color: #202124;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 25px;
  justify-content: center;
  align-items: center;
}
.social-media span {
  padding-right: 0px;
  width: 115px;
  min-width: 115px;
}
.social-media a {
  width: 27px;
  height: 27px;
  min-width: 27px;;
  border-radius: 50%;
  margin: 5px;
  border: 2px solid #202124;
  display: inline-block;
  vertical-align: middle;
}
.social-media a i {
  color: #202124;
  margin-top: 4px;
  font-size: 16px;
  transition: all .4s ease-in-out
}
.web-icon{
  width: 22px !important;
  padding: 2px !important;
  height: 22px !important;
}
.linktree-icon{
  width: 18px !important;
  margin-top: 3px !important; 
  padding: 1px !important;
  margin-right: 1px !important;
  height: 18px !important;
}
.download-app div {
  color: #202124;
  font-size: 15px;
  margin-bottom: 5px
}
.download-app a {
  display: inline-block;
  color: #202124;
  padding: 0;
  width: 150px;
  margin: 5px 0;
  min-width: 123px;
  text-align: left;
  line-height: 15px;
  font-size: 12px
}
.download-app img {
  width: 100%
}
.download-app:hover {
  opacity: .9
}
 table {
  border: 0px solid #d9d9d9;
  color: #202124;
  border-bottom: 1px solid rgba(0,0,0,.075);
  border-radius: 4px;
  overflow: hidden;
}
 table thead th {
  /* border-bottom: 1px solid #d9d9d9; */
  border-bottom: 1px solid #fff;
  font-weight: 100;
  font-size: 12px;
  background-color:#555;
  color: #fff;
}
 table tbody {
  font-size: 13px
}
 table td,
 table th {
  padding: 4px 7px;
  font-size: 11px;
}
table tr td:last-child {
 min-width: 47%;
 width: 47%;
}
table tr td:first-child {
  border-right: 1px solid #fff;
}
table tr:nth-child(2n) td {
  background-color: rgba(0,0,0,.04);
  border-top: 1px solid rgba(255,255,255,1);
  border-bottom: 1px solid rgba(255,255,255,1);
}
.events-table {
  width: 100%;
  border-spacing: 0px;
}
.events-table tr th {
  border: 0;
  vertical-align: middle;
  text-align: center;
}
.events-table tr td {
  text-align: center;
}
.events-table p {
  margin: 0;
}
.table_head_line {
  font-size: 12px;
  margin-bottom: 0.7rem;
}
.invalid-border, .invalid-border:focus{
  border: 2px solid #d93025 !important;
}
.invalid-label, .invalid-label:focus{
  color: #d93025 !important;
}
.numbertext {
  position: relative
}
#textCopyAlert {
  position: absolute;
  top: calc(100% + 21px);
  /* left: 50%; */
  /* transform: translateX(-50%); */
  font-size: 12px; 
  color: #1a73e8;
  padding: 2px 8px;
  border-radius: 4px;
  width: 100%;
  left: 0;
}
#textCopyAlert.hidden {
  opacity: 0;
  visibility: hidden;
}
.showAlert {
  transition: opacity 3s;
  opacity:1;
  visibility: visible;
}


.invalid-border:focus+label, .invalid-border:not(:placeholder-shown)~label {
  color: #d93025 !important;
}

.terms-content#content,
.policy-content#content {
  padding: 0 40px;
  vertical-align: top;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 50px;
  margin: 40px auto;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  overflow: hidden;
  text-align: left;
  line-height: 1.4rem;
}
.container li {
  margin-bottom: 5px;
}
.container h1 {
  line-height: 1.8rem;
}


@media(max-width: 480px){
  .floating-input:focus~label, .floating-input:not(:placeholder-shown)~label{
    width: 67%;
  }
  .container {
    padding: 30px;
    margin: 20px auto;
  }
  .container h1 {
    font-size: 1.6rem;
  }
  .terms-content#content,
  .policy-content#content {
    padding: 0 20px;
  }

}
@media(max-width: 350px) and (min-width: 320px){
  .floating-input:focus~label, .floating-input:not(:placeholder-shown)~label{
    width: 73%;
  }
}

.overlay{
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255,255,255,0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.loader {
  height: 4px;
  top: -30px;
  left: -40px;
  width: 148%;
  position: relative;
  overflow: hidden;
  z-index: 101;
}
.loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #4285f4;
  animation: loading 2s linear infinite;
}
@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
