@font-face { 
	font-family: 'Lato-Black-Splash'; 
	src: local('Lato Black'), local('Lato-Black'), url('../shared/appsellweb/Lato-Black.woff') format('woff');
}

html {
    height: 100%;
  }
  
  html, body {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
  body {
    min-height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
    #loading_progress_container {
        min-height: 30px;
        margin-top: 50vh;
        margin-left: auto;
        margin-right: auto;
    }

    #p2 {
        top: 0;
        position: absolute;
    }

    #landing_page::before {
        background-size: cover;
        background-attachment: fixed;
        background-position-x: center;
        content: '';
        will-change: transform;
        z-index: -1;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        position: fixed;
    }
    @media (max-width: 512px)  and (-webkit-min-device-pixel-ratio: 1.5),
        (max-width: 512px)  and (min-resolution: 1.5dppx),
        (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.5),
        (max-width: 1024px) and (max-resolution: 1.5dppx) {
	/*#landing_page::before {
        background-image: url('images/cover_bg_1024.png');
    }*/
    }
    @media (min-width: 513px)  and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
        (min-width: 513px)  and (max-width: 1024px) and (min-resolution: 1.5dppx),
        (min-width: 1025px) and (max-width: 2048px) and (-webkit-max-device-pixel-ratio: 1.5),
        (min-width: 1025px) and (max-width: 2048px) and (max-resolution: 1.5dppx)  {
    /*#landing_page::before {
        background-image: url('images/cover_bg_2048.png');
    }*/
    }
    @media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.5),
        (min-width: 1025px) and (min-resolution: 1.5dppx),
        (min-width: 2049px) and (-webkit-max-device-pixel-ratio: 1.5),
        (min-width: 2049px) and (max-resolution: 1.5dppx) {
    /*#landing_page::before {
        background-image: url('images/cover_bg_2880.png');
    }*/
    }

    #instructions-title {
        text-align: center;
    }

    #instruction-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    #instructions-content img {
        height: 17px;
    }

    .portfolio-header {
        position: relative;
        background-color: transparent;
    }
      
    .portfolio-header .mdl-layout__header-row {
        padding: 0;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
                justify-content: center;
    }

    .ios-hand {
      height: 10vh;
      width: 10vh;
      background-image: url(../shared/images/hand.png);
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: contain;      
    }


    @media (max-width: 600px) {
      .mdl-dialog {
        /* width: 85%; */
        background-color: #fffffff7;
        height: auto;
        width: 100%;
        padding: 0;
        bottom: 0;
        top: initial !important;
      }

      .mdl-dialog .dlg-sms-content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

      .mdl-dialog .dlg-sms-iframe {
        height: 200px;
        padding-top: 40px;
        width: 75%;
      }

      .mdl-dialog .dlg-hint-content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: auto;        
      }

      .mdl-dialog .js-instruction-content {
        margin-top: 5vh;
        height: 20vh;
        width: 85%;
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
      }

      .mdl-dialog .dlg-logo {
        position: absolute;
        width: 10vw;
        height: 10vw;
        border-radius: 4px;
        margin: 0;
        top: 3vw;
        left: 3vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: 50%;
      }

    }




    .mdl-layout__title {
        font-size: 20px;
        text-align: center;
        font-weight: 300;
    }
      
    .is-compact .mdl-layout__title span {
        display: none;
    }
      
    .portfolio-logo-row {
        min-height: 280px;
    }
      
    .is-compact .portfolio-logo-row {
        min-height: auto;
    }
      
    .portfolio-logo {
        background: url(images/app_logo.png) 50% no-repeat;
        background-size: cover;
        height: 150px;
        width: 150px;
        margin: auto auto 50px;
        border-radius: 15px;
    }
      
    .is-compact .portfolio-logo {
        height: 50px;
        width: 50px;
        margin-top: 7px;
    }

    .lp-supporting-text {
        text-align: center;
        color: white;
        margin: auto;
    }

    /* .portfolio-card {
        background-color: transparent;
        margin: auto;
    } */

    /* #btnSave {
        background: aliceblue;
    } */

  header {
    padding: 115px 0 32px 0;
    background-color: #00bcd4;
    color: white;
  }
  
  main, header > h1 {
    padding: 0 16px;
    max-width: 760px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  
  main {
    margin: 24px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  pre {
    white-space: pre-wrap;
    background-color: #EEEEEE;
    padding: 16px;
  }
  
  pre code {
    word-break: break-word;
  }
  
  .is-invisible {
    opacity: 0;
  }
  
  .subscription-details {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
  }
  
  @media (max-width: 600px) {
    header > h1 {
      font-size: 36px;
    }
  }
  

  
  #landing_page .custom-background {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../shared/images/bg_cover_image.jpg);
  }
  
  .portfolio-card {
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    text-align: center;
    width: 90%;

    margin-top: 30px !important;
    background: none;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../shared/images/bg_phone_image.png);    
  }
  
  .container {
    height: 75vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .bottom-link {
    text-align: center;
    position: absolute;
    bottom: 0.5vh;
    margin-left: 20vw;
    margin-right: auto;
    width: 60vw;
    font-size: 1.5vh;
    color: rgb(39, 39, 39);
  }

  @media only screen 
  and (device-width : 375px) 
  and (device-height : 812px) 
  and (-webkit-device-pixel-ratio : 3) { 
    .container {
      height: 65vh;
    }
    
    .bottom-link {
      margin-left: 15vw;
      width: 70vw;
    }

    .container .btn-save {
      width: 30vw;
    }


  }


  .container .box-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 13vh;
    margin-top: 10vh;
  }
  .container .box-logo-wrapper .portfolio-logo {
    background: url(images/app_logo.png) 50% no-repeat;
    -webkit-box-shadow: 0px 0px 0.6vh rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 0.6vh rgba(0, 0, 0, 0.6);
    background-size: cover;
    height: 100%;
    width: 13vh;
    margin: auto auto;
    border-radius: 15px;
  }
  .container .box-title {
    line-height: 6.8vw;
    font-size: 2.5vh;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .container .box-sub-title {
    font-size: 2.3vh;
    font-weight: 400;
  }
  .container .box-title, .container .box-sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;    
  }
  .container .box-stores-icon {
    width: 40%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 6vh;
    background-image: url(../shared/images/stores_icons.png);
  }
  .container .box-button {
    width: 60%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    height: 8vh;
    background-image: url(../shared/images/download-btn.png);
  }

  .container .btn-save {
    width: 27vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5vw;
    background-color: #1d80d3;
  }

  .container .btn-save:focus {
    background-color: #1d80d3 !important;
  }

  .container .btn-save:active {
    background-color: #1372c1 !important;
  }

  .container .btn-save:hover {
    background-color: #1372c1 !important;
  }


  .container .box-spacer {
    height: 5vh;
  }
  
  .footer-container {
    width: 100%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    height: 2.7vh;
    bottom: 3.5vh;
    position: absolute;
    background-image: url(../shared/images/footer-logo.png);
  }
  
  .help-background {
    z-index: 99;
    background: #1d80d3;
    opacity: 0.92;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .android-image {
    width: 100%;
    height: inherit;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../shared/images/android_action.png);
  }
  
  .ios-image {
    width: 100%;
    height: inherit;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../shared/images/ios_action.png);
  }

.bg {
	position: absolute;	
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}  
.logo_container {
	position: relative;
	top: 29.3vh;
}
.logo {
	position: absolute;	
	width: 16.6vh;
	height: auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 1vh;
	-webkit-box-shadow: 0px 0px 1.5vh rgba(0, 0, 0, 0.8);
	        box-shadow: 0px 0px 1.5vh rgba(0, 0, 0, 0.8);
}
.app_name {
	position: relative;
	margin-left: 7.5vh;
	margin-right: 7.5vh;
	top: 48.6vh;
	font-family: 'Lato-Black-Splash', Arial, sans-serif;
	text-align: center;
	font-size: 3.69vh;
	color: white;
	font-style: normal;
	font-weight: 900;
	text-shadow: 0px 0px 0.5vh rgba(0, 0, 0, 1);
}

.appv_logo {
	position: absolute;
	width: 11vh;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.js-btn-container {
  display: flex;
  max-width: 150px;
  width: 45%;
  position: relative;
  overflow: visible;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;

}

.js-btn-container  svg {
  overflow: visible;
  width: 40% !important;
}

.progressbar-text {
  color: #000000de;
}

.progressbar-text::after {
    content: "%";
    position: absolute;
    font-size: x-small;
}


.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}