body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

.tz-delete-icon{
  background: #f44336!important;
  padding: 2px 5px!important;
  color: white!important;
  font-size: 25px!important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-56 {
  font-size: 56px !important;
}

.font-size-56 {
  font-size: 56px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-2rem {
  font-size: 2rem !important;
}

@media screen and (min-width: 721px) {
  .l-font-size-24 {
    font-size: 24px !important;
  }
  .l-font-size-28 {
    font-size: 28px !important;
  }
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.mt-32 {
  margin-top: 32px !important;
}
.mt-16 {
  margin-top: 16px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-4 {
  margin-top: 4px !important;
}
.mt-1 {
  margin-top: 1px !important;
}

.mt--4 {
  margin-top: -4px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb--8 {
  margin-bottom: -8px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.pr-28 {
  margin-right: 28px;
}

.font-bold {
  font-weight: 700;
}

.inline-block {
  display: inline-block;
}

.inline-grid {
  display: inline-grid !important;
}

.height-auto{
  height:auto !important
}

.tz-relative {
  position: relative;
}

.color-primary {
  color: #0F4C81;
}

.color-secondary {
  color: #0b355a;
}

.color-black {
  color: #000 !important;
}

.color-danger {
  color: #f44336;
}

.color-success {
  color: green;
}

.color-warning {
  color: darkorange;
}

.color-info {
  color: #0b355a;
}

.color-white {
  color: #fff;
}

.color-grey {
  color: #777777;
}

.color-inherit {
  color: inherit !important;
}

.bg-primary {
  background: #0F4C81;
}

.bg-danger {
  background: #f44336;
}

.bg-white {
  background: #fff;
}

.hover-same:hover{
  background: inherit !important;
}

.vertical-top {
  vertical-align: top;
}

.vertical-text-top {
  vertical-align: text-top;
}

.vertical-sub {
  vertical-align: sub;
}

.border-bottom-2 {
  border-bottom: 2px solid;
  line-height: 2.5rem;
}
.link{
  cursor: pointer;
}
.link:hover {
  border-bottom: 1px solid !important;
}

.underline{
  border-bottom: 1px solid;
}

.cursor-pointer{
  cursor: pointer;
}

.wrap-img {
  max-width: 100%;
  height: auto;
}

.show-desktop{
  display: none;
}
.show-mobile{
  display: block;
}

@media screen and (max-width: 993px) {
  .show-desktop{
    display: block;
  }
  .show-mobile{
    display: none;
  }
}

.tz-menu-badge{
  color: #0F4C81 !important;
  margin-left: 2px !important;
  background: #fff;
  float: initial !important;
  font-size: 12px !important;
  padding: 2px 6px !important;
  vertical-align: top;
  line-height: inherit  !important;
}

@media screen and (min-width: 1252px) {
  .flexforxl {
    display: flex;
  }
}

.primary-bold-text {
  font-size: 16px;
  font-weight: 600;
  color: #0F4C81;
}
.word-break{
  overflow-wrap: break-word;
}
.tz-highlight-div {
  text-align: center;
  border: 1px solid #0F4C81;
  color: #0F4C81;
  padding: 5px;
}

.tz-main-body {
  min-height: 100vh;
}

.tz-overflow {
  overflow: auto;
  /* padding-bottom: 60px; */
}

@media screen and (max-height: 670px) {
  .tz-overflow {
    padding-bottom: 30px;
  }
}

.tz-footer {
  position: relative;
  height: 60px;
  margin-top: -60px;
  clear: both;
}

.tz-header {
  background: #0F4C81;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0 !important;
  position: sticky;
  top:0;
  left:0;
  z-index: 10;
}

.tz-title {
  height: 56px;
}

@media screen and (min-width: 721px) {
  .tz-title {
    height: 64px;
  }
}

.tz-title .tz-logo-container {
  padding-top: 8px !important;
  padding-left: 16px !important;
}

.tz-title .tz-logo-container .tz-logo {
  height: 24px;
  width: 32px;
  margin-top: 6px;
  cursor: pointer;
}

@media screen and (min-width: 721px) {
  .tz-title .tz-logo-container .tz-logo {
    height: 28px;
    width: 36px;
    margin-top: 8px;
  }
}

.tz-title .tz-logo-container .tz-brandname {
  position: absolute;
  font-size: 28px;
  margin-left: 5px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

@media screen and (min-width: 721px) {
  .tz-title .tz-logo-container .tz-brandname {
    font-size: 31px;
  }
}

.tz-sidenav-trigger {
  float: right;
  margin: 12px 0px 0px 0px;
  color: #fff;
}

.tz-sidenav-trigger i {
  font-size: 28px;
}

@media screen and (min-width: 721px) {
  .tz-sidenav-trigger {
    display: none;
  }
}

.tz-sidenav li a {
  color: #0b355a;
}

.homeScreenBtn{
  display: none;
}
.tz-nav .homeScreenBtn span{
  color: #80bfff!important;
  background: transparent;
}

.tz-sidenav .homeScreenBtn span{
  background: #0b355a;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.tz-nav-menu {
  height: 56px;
  padding: 0 !important;
}

@media screen and (min-width: 721px) {
  .tz-nav-menu {
    height: 64px;
  }
}

.tz-nav-menu .tz-nav {
  margin: 0px;
  height: 100%;
}

.tz-nav-menu .tz-nav .tz-show-more-on-med {
  display: none !important;
}

@media screen and (min-width: 721px) {
  .tz-nav-menu .tz-nav .tz-show-more-on-med {
    display: inline-block !important;
  }
}

.tz-nav-menu .tz-nav .tz-nav-item {
  display: inline-block;
  width: 24%;
  text-align: center;
  padding: 3.5px 0px;
  height: 100%;
  cursor: pointer;
}

@media screen and (min-width: 721px) {
  .tz-nav-menu .tz-nav .tz-nav-item {
    width: 16%;
    padding: 10px 0px 6px;
  }
}

@media screen and (max-width: 332px) {
  .tz-nav-menu .tz-nav .tz-nav-item {
    width: 23%;
  }
}

.tz-nav-menu .tz-nav .tz-nav-item .tz-nav-link {
  display: inline-block;
  width: 100%;
  color: #fff;
}

.tz-nav-menu .tz-nav .tz-nav-item .tz-nav-link div {
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 332px) {
  .tz-nav-menu .tz-nav .tz-nav-item .tz-nav-link div {
    font-size: 11px !important;
  }
}

.tz-nav-menu .tz-nav .tz-nav-item:hover {
  background: #0b355a;
}

.tz-nav-menu .tz-nav .tz-nav-item:hover .tz-nav-link {
  color: #fff;
}

.tz-nav-active-item {
  /*background: #0b355a;*/
}

.tz-nav-active-item .tz-nav-link {
  color: #fff;
}

.tz-moredrop {
  width: 164px !important;
  top: 64px !important;
  left: unset !important;
  right: 0px !important;
}

.tz-container {
  margin-bottom: 16px !important;
  width: 91%;
  margin: 0px auto;
}

@media screen and (min-width: 720px) {
  .tz-container {
    width: 692px;
  }
}

@media screen and (min-width: 1253px) {
  .tz-container {
    width: 1200px;
  }
}

.tz-full-container {
  margin-bottom: 16px !important;
  width: 91%;
  margin: 0px auto;
}

.tz-page-header {
  margin-bottom: 16px;
  margin-top: 16px;
  position: relative;
}

.tz-page-header .tz-page-heading {
  display: inline-block;
  font-size: 1.64rem;
  font-weight: 600;
  color: #0b355a;
  border-bottom: 2px solid #0F4C81;
}

@media screen and (min-width: 721px) {
  .tz-page-header .tz-page-heading {
    font-size: 2rem;
  }
}

.tz-need-help-btn {
  font-size: 12px;
  background: transparent;
  border: 1px solid;
  border-radius: 4px;
  padding: 3px 5px 5px 5px;
  color: #0b355a;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tz-need-help-btn .tz-icon-help {
  font-size: 14px;
}

.tz-need-help-btn:hover {
  text-decoration: underline;
}

.tz-need-help-btn:focus {
  background: inherit !important;
}

.tz-stepper {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}

.tz-stepper .tz-step {
  display: table-cell;
  width: 33%;
  text-align: center;
  position: relative;
}

.tz-stepper .tz-step .tz-step-circle {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #fff;
  border: 2px solid #bbb;
  border-radius: 50%;
  color: #aaa;
  text-align: center;
}

.tz-stepper .tz-step .tz-step-icon {
  margin: 10px 0px;
}

.tz-stepper .tz-step .tz-completed-icon {
  display: none;
}

.tz-stepper .tz-step .tz-step-title {
  font-size: 11px;
  font-weight: 600;
  margin-top: 5px;
  color: #aaa;
}

@media screen and (min-width: 500px) {
  .tz-stepper .tz-step .tz-step-title {
    font-size: 14px;
  }
}

.tz-stepper .tz-step .tz-stepbar-left, .tz-stepper .tz-step .tz-stepbar-right {
  position: absolute;
  top: 34%;
  height: 1px;
  border-top: 2px solid #DDDDDD;
}

.tz-stepper .tz-step .tz-stepbar-left {
  right: 50%;
  left: 0;
  margin-right: 30px;
}

.tz-stepper .tz-step .tz-stepbar-right {
  right: 0;
  left: 50%;
  margin-left: 30px;
}

.tz-step-active .tz-step-circle {
  border-color: #0F4C81 !important;
  color: #0F4C81 !important;
}

.tz-step-active .tz-step-title {
  color: #0F4C81 !important;
}

.tz-step-active .tz-stepbar-left {
  border-color: #0F4C81 !important;
}

.tz-step-completed .tz-step-circle {
  background: #0F4C81 !important;
  border-color: #0F4C81 !important;
  color: #fff !important;
}

.tz-step-completed .tz-step-circle .tz-incompleted-icon {
  display: none;
}

.tz-step-completed .tz-step-circle .tz-completed-icon {
  display: block !important;
}

.tz-step-completed .tz-step-title {
  color: #0F4C81 !important;
}

.tz-step-completed .tz-stepbar-left {
  border-color: #0F4C81 !important;
}

.tz-step-completed .tz-stepbar-right {
  border-color: #0F4C81 !important;
}

#step2-container {
  display: none;
}

#step3-container {
  display: none;
}

.tz-btn-grp {
  margin-top: 32px;
}

.tz-btn-grp .tz-prev-btn, .tz-btn-grp .tz-next-btn {
  width: 40%;
  max-width: 130px;
}

.tz-btn-grp .tz-prev-btn {
  /*float: left;*/
  margin-left: 4%;
}

@media screen and (min-width: 1253px) {
  .tz-btn-grp .tz-prev-btn {
    margin-left: 15%;
  }
}

.tz-btn-grp .tz-next-btn {
  /*float: right;*/
  margin-right: 4%;
}

@media screen and (min-width: 1253px) {
  .tz-btn-grp .tz-next-btn {
    margin-right: 15%;
  }
}

#uploadFileForm {
  background: #e5f2ff;
  border-radius: 3px 3px;
  outline: 2px dashed #80bfff;
  outline-offset: -12px;
  -webkit-transition: outline-offset .15s ease-in-out;
  transition: outline-offset .15s ease-in-out;
  min-height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#uploadFileForm #uploadFileBox {
  padding: 16px;
  text-align: center;
  width: 100%;
}

#uploadFileForm #uploadFileBox #fileInput {
  display: none;
}

#uploadFileForm #uploadFileBox #fileText {
  word-break: break-all;
}

#uploadFileForm #uploadFileBox #fileHelpText {
  color: #555;
  font-size: 13px;
}

#uploadFileForm #uploadFileBox .tz-primary-color {
  color: #0F4C81;
}

#uploadFileForm #uploadFileBox .tz-upload-btn {
  font-size: 13px;
}

#uploadFileForm #uploadFileBox #dragText {
  display: none;
}

#uploadFileForm #uploadFileBox #preview-btn-container {
  display: none;
}

#uploadFileForm #uploadFileBox #preview-btn {
  margin: auto;
}

.list-group{
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}

.list-group-item{
  position: relative;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

#tz-files-list{
  border-radius: 0;
  margin-top: 4px;
}

.file-list-heading{
  font-size: 13px;
  margin-left: 8px;
  font-weight: 800;
  color:#666
}

#tz-files-list .list-group-item{
  padding: 5px 12px;
}

#tz-files-list .list-group-item div{
  display: inline;
  word-break: break-all;
}

#tz-files-list .list-group-item span{
  float: right;
  color: #ef5350;
  cursor: pointer;
}

#tz-files-list.hide-delete-span .list-group-item span{
  display: none;
}

.onDesktopShow {
  display: none;
}

@media screen and (min-width: 721px) {
  .onDesktopShow {
    display: block;
  }
}


@media screen and (max-width: 317px) {
  .tz-fileOptionGrp .onMobile {
    margin-bottom: 8px;
  }
}

.tz-fileOptionGrp .onMobile #cameraFile {
  display: none;
}

#preview-icon {
  cursor: pointer;
  text-shadow: 0px 5px 5px #969696;
}

.tz-fileError {
  background: #feeceb !important;
  outline-color: #f44336 !important;
}

.fileHover {
  outline-offset: -22px !important;
}

#file-input-error {
  display: none;
}

.tz-step-container {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
}

@media screen and (min-width: 1253px) {
  .tz-step-container {
    max-width: 850px;
  }
}

.tz-step-container .tz-form-group {
  margin-bottom: 16px;
}

.tz-step-container .tz-form-group .tz-form-label {
  margin-bottom: 8px;
  color: grey;
}

@media screen and (min-width: 1253px) {
  .tz-step-container .tz-form-group {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1253px) {
  .tz-lg-dvde1 {
    display: inline-block;
    width: 40%;
    padding-left: 160px;
  }
}

@media screen and (min-width: 1253px) {
  .tz-lg-dvde2 {
    display: inline-block;
    width: 50%;
  }
}

.tz-radiogrp {
  text-align: center;
}

.tz-radiogrp .tz-radio {
  display: inline-block;
  width: 148px;
  padding: 7px 7px;
  border: 2px solid;
  border-radius: 3px;
  text-align: left;
  margin-bottom: 4px;
  cursor: pointer;
}
/* @media screen and (max-width: 500px) { */
  .tz-radiogrp .tz-radio {
    display: block;
    margin:auto;
    margin-bottom: 4px;
  }

/* } */

.tz-radio-disabled{
  cursor: not-allowed !important;
  background: #eee;
}

.tz-radio-disabled span{
  cursor: not-allowed !important;
}

.tz-radiogrp .tz-radio .pl-24 {
  padding-left: 24px;
}

.tz-radiogrp .tz-radiolm {
  margin-right: 5%;
  margin-bottom: 12px;
}

@media screen and (min-width: 348px) {
  .tz-radiogrp .tz-radiolm {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 347px) {
  .tz-radiogrp .tz-radiolm {
    margin-right: 1%;
  }
}

@media screen and (min-width: 500px) {
  .tz-radiogrp .tz-radiolm {
    margin-right: 16%;
  }
}

.tz-radiogrp .tz-radio-active {
  /*color: #0b355a;*/
  /*border-color: #0b355a;*/
    color: #fff;
    border-color: #0F4C81;
    background: #0F4C81;
}

.tz-radiogrp .tz-radio-active .tz-badge{
  /*background: #0F4C81;*/
  /*color: #fff !important;*/
  /*border-color: #0F4C81;*/
  background: #0F4C81;
  color: #FFF !important;
  border-color: #FFF;
}
.tz-radiogrp .tz-radio-active  [type="radio"]:checked + span:after{
    border: 2px solid #fff;
}
.tz-radiogrp .tz-radio-active [type="radio"]:checked + span:after {
    background-color: #fff;
}

.tz-gender-radio {
  display: block !important;
  margin: 0 auto;
}

@media screen and (min-width: 500px) {
  .tz-gender-radio {
    display: inline-block !important;
    margin: 0 0 4px 0;
    width: 120px !important;
  }
}

@media screen and (min-width: 500px) {
  .tz-radio-drm {
    margin-right: 4px;
  }
}

.tz-upload-help-text {
  /* max-width: 308px; */
  display: inline-block;
  font-size: 13px;
  text-align: left;
  width: 100%;
  color: darkorange;
}

@media screen and (min-width: 500px) {
  .tz-upload-help-text {
    /* max-width: 360px; */
  }
}

.tz-badge {
  border: 1px solid;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#custom-range-block, #f-custom-range-block {
  display: none;
}

#custom-range-label {
  vertical-align: top;
  margin-top: 4px;
}

.tz-custom-range-placment {
  width: 100%;
  max-width: 308px;
  display: inline-block;
  text-align: left;
}

@media screen and (min-width: 500px) {
  .tz-custom-range-placment {
    max-width: 368px;
  }
}

.tz-custom-range-input-error .tz-printoption-input {
  border-color: #F44336 !important;
}

.tz-custom-range-input-error .tz-printoption-small {
  color: #F44336 !important;
}

.tz-custom-range-input-error #custom-range-error, .tz-custom-range-input-error #f-custom-range-error {
  display: block;
}

#custom-range-error, #f-custom-range-error{
  display: none;
}

.tz-printoption-input {
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  background-color: #f5f8fa;
  color: #0b355a;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  font-size: 16px;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.tz-printoption-input:focus {
  outline-color: #0b355a;
}

.tz-printoption-small {
  color: #666;
  font-size: 13px;
  margin-left: 8px;
}

.tz-copies-btn-grp {
  height: 40px;
}

.tz-copies-btn-grp .tz-copies-grp {
  max-width: 304px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 500px) {
  .tz-copies-btn-grp .tz-copies-grp {
    max-width: 360px;
  }
}

.tz-copies-btn-grp .tz-copies-grp .tz-copies-btn {
  position: absolute;
  height: 40px;
  width: 72px;
}

.tz-copies-btn-grp .tz-copies-grp .tz-copies-left {
  top: 0;
  left: 0;
  border-radius: 3px 0px 0px 3px;
}

.tz-copies-btn-grp .tz-copies-grp .tz-copies-right {
  top: 0;
  right: 0;
  border-radius: 0px 3px 3px 0px;
}

.tz-copies-btn-grp .tz-copies-grp .tz-copies-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  color: #0b355a;
  font-size: 16px;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  text-align: center;
}

#dividerAmount {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 20px 0px 16px 0px;
}

.tz-amountlbldiv .tz-lg-dvde1 {
  vertical-align: 36px;
}

.tz-amountlbldiv .tz-display-amnt-pages {
  display: inline-block;
  padding-right: 20px;
  margin-top: -18px;
}

.tz-amountlbldiv .tz-display-amnt-pages .tz-display-amount {
  color: #0b355a;
}

.tz-amountlbldiv .tz-display-amnt-pages .tz-display-amount .tz-amount-icon {
  font-size: 40px;
}

.tz-amountlbldiv .tz-display-amnt-pages .tz-display-amount div {
  font-size: 48px;
  display: inline-block;
}

.tz-amountlbldiv .tz-display-amnt-pages .tz-display-pages {
  font-weight: 700;
  margin-top: -10px;
  padding-left: 5px;
  color: #666;
}

.tz-amnt-display {
  text-align: center;
}

.tz-amnt-display .tz-amnt-container {
  display: inline-block;
  margin-right: 10px;
}

.tz-amnt-display .tz-amnt-container .tz-amnt {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: -12px;
  margin-left: 8px;
}

.tz-amnt-display .tz-amnt-container .tz-amnt-val {
  color: #0b355a;
}

.tz-amnt-display .tz-amnt-container .tz-amnt-val i {
  font-size: 38px;
}

.tz-amnt-display .tz-amnt-container .tz-amnt-val div {
  font-size: 46px;
  display: inline-block;
}

#printCodeContainer {
  text-align: center;
  width: 100%;
  max-width: 250px;
  margin: 0px auto 16px;
}

@media screen and (min-width: 720px) {
  #printCodeContainer {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    max-width: 700px;
    padding: 2px 0px 40px;
    margin: 40px auto;
  }
}

#printCodeContainer .tz-printcode-header2 {
  font-size: 20px;
  font-weight: 600;
}

#printCodeContainer .tz-printcode-content {
  font-size: 14px;
  color: #0F4C81;
  font-weight: 600;
}

#printCodeContainer .tz-printcode-header1 {
  font-weight: 600;
  font-size: 40px;
}

#printCodeContainer .tz-print-needhelp-btn {
  color: #0b355a;
  background: #fff;
  max-width: 192px;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
}

@media screen and (max-width: 720px) {
  #printCodeContainer .tz-print-needhelp-btn {
    margin-bottom:16px;
  }
}

#printCodeContainer .tz-print-needhelp-btn i {
  vertical-align: middle;
}

#printCodeContainer .tz-station-link {
  display: inline-block;
  width: 192px;
}
@media screen and (max-width: 720px) {
  #printCodeContainer .tz-seperator{
    border-bottom: 1px solid #888;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 721px) {
  .pform{
    padding: 0 40px;
  }
}

.tz-account-container {
  width: 91%;
  max-width: 460px;
  border-radius: 3px;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 8px;
}

@media screen and (min-width: 720px) {
  .tz-account-container {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    max-width: 560px;
    padding: 10px 70px;
    padding-bottom: 32px;
  }
}

.tz-account-container .tz-account-form {
  margin: 16px 0;
}

.tz-account-container .tz-account-form .tz-form-group {
  margin-bottom: 16px;
}

.tz-account-container .tz-account-form .tz-form-group .tz-form-label {
  margin-bottom: 8px;
  font-size: 14px;
}

.tz-account-input, .tz-select .select-wrapper .dropdown-trigger {
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  background-color: #f5f8fa;
  color: #000;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.tz-account-input:focus, .tz-select .select-wrapper .dropdown-trigger:focus {
  outline-color: #0b355a;
}

.tz-inp-error {
  outline-color: #F44336 !important;
  border-color: #F44336;
}

.tz-default-num {
  position: absolute;
  height: 95%;
  margin: 1px;
  padding: 8px;
  font-size: 16px;
  letter-spacing: 2px;
  background: #ccc;
  border-radius: 3px 0 0 3px;
}

.tz-remaining-num {
  padding-left: 62px;
}

.tz-rmvbtn-num-input::-webkit-outer-spin-button, .tz-rmvbtn-num-input::-webkit-inner-spin-button, .tz-rmvbtn-num-input {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.tz-password-input {
  padding-right: 32px;
}

.tz-psswdicon-pos {
  color: #888;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  padding: 8px;
  cursor: pointer;
}

.tz-forgotlink-div {
  text-align: right;
  margin-top: 4px;
}

.tz-account-btn-sec {
  text-align: center;
  margin-top: 32px;
}

.tz-account-btn-sec .tz-account-btn {
  width: 185px;
}

.tz-bottom-link-section {
  text-align: center;
  font-size: 16px;
}

.tz-input-error {
  display: none;
  font-size: 12px;
  color: red;
  margin-left: 8px;
  margin-top: 4px;
}

.tz-input-error i {
  margin-right: 4px;
}

.tz-form-error {
  display: none;
  margin-bottom: 16px;
  background: #feeceb;
  padding: 8px 0;
  margin-left: 0;
  padding-left: 16px;
  font-size: 14px;
  border-radius: 4px;
  color: #f44336;
}

.tz-form-error i {
  margin-right: 4px;
}

#i-agree-text {
  line-height: 18px;
  font-size: 13px;
  padding-left: 28px;
}

[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  margin-top: 0px;
  width: 16px;
  height: 16px;
}

[type="checkbox"]:checked + span:not(.lever):before {
  width: 10.7px;
  height: 19.5px;
}

.tz-change-password-container {
  width: 100%;
  max-width: 460px;
  margin: auto;
  margin-top: 32px;
}

@media screen and (min-width: 720px) {
  .tz-change-password-container {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    max-width: 700px;
    padding: 10px 140px;
  }
}

.tz-select .select-wrapper {
  letter-spacing: 1px;
}

.tz-select .select-wrapper .dropdown-trigger {
  position: static;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tz-select .select-wrapper .dropdown-trigger:focus {
  border-bottom: 1px solid #cbd6e2;
}

#printed-container, #share-container {
  display: none;
}

.tz-history-btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin: auto;
  margin-top: 24px;
}

.tz-history-btn-grp .tz-not-btn, .tz-history-btn-grp .tz-printed-btn, .tz-history-btn-grp .tz-share-btn {
  width: 50%;
  color: #0F4C81;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #0F4C81;
  padding:0
}

.tz-history-btn-grp .tz-not-btn {
  border-radius: 2px 0 0 2px;
}

.tz-history-btn-grp .tz-printed-btn {
  border-radius: 0;
}

.tz-history-btn-grp .tz-share-btn {
  border-radius: 0px 3px 3px 0px;
}

.tz-history-btn-grp .tz-history-active-btn {
  color: #fff;
  background: #0F4C81;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.tz-simple-table {
  border: 1px solid lightgray;
  /*border-radius: 3px;*/
  border-collapse: unset;
  background-clip: padding-box;
  margin-top: 32px;
}

.tz-simple-table tr {
  line-height: 20px;
}

.tz-simple-table tr th, .tz-simple-table tr td {
  padding: 12px 15px;
  /* border-right: 1px solid #ccc; */
}

.tz-simple-table tr th:last-child, .tz-simple-table tr td:last-child {
  border-right: none;
}

.tz-simple-table tr th {
  border-bottom: 1px solid #ccc;
  color: #0F4C81;
  font-weight: 700;
}

.tz-wallet-badge {
  display: inline-block;
  padding: 4px 0px;
  border-radius: 4px;
  width: 60px;
  text-align: center;
  font-weight: 700;
}

.tz-twoline-table{
  max-width: 692px;
  margin:auto;
}

.tz-twoline-table .tr {
  position: relative;
  /* padding: 12px 24px;
  padding-right: 40px; */
  padding: 8px 8px;
  border: 1px solid #ccc;
}

.tz-twoline-table .tr:not(:first-child) {
  /* border-top: none; */
  margin-top:36px;
}

@media screen and (min-width: 720px) {
  .tz-twoline-table .tr {
    padding: 16px 64px;
  }
}

.tz-twoline-table .tr .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tz-twoline-table .tr .td .table-header {
  word-break: break-all;
}

@media screen and (min-width: 720px) {
  .tz-twoline-table .tr .td .table-header {
    font-size: 17px;
  }
}

@media screen and (min-width: 720px) {
  .tz-twoline-table .tr .td:first-child {
    /* margin-bottom: 8px; */
  }
}

.tz-twoline-table .tr .colormode-img {
  width: 18px;
  vertical-align: sub;
  margin-right: 4px;
}

.tz-twoline-table .tr .amount-container {
  border: 1px solid #0F4C81;
  border-radius: 3px;
  display: inline-block;
  width: 86px;
  text-align: center;
}

.tz-twoline-table .tr .row-delete-container {
  position: absolute;
  top: -2px;
  right: -8px;
}

.tz-twoline-table .tr .row-delete-container button {
  border:none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
}

.tz-twoline-table .tr .row-delete-container i {
  font-size: 28px;
  color: #e57373;
}

@media screen and (min-width: 721px) {
  .tz-twoline-table .tr .tb-label:before {
    content: attr(data-header);
    font-weight: 600;
    font-size: 15px;
    color: #808080;
    margin-right: 12px;
  }
}

.station-table .tr {
  position: relative;
  border: 1px solid #ccc;
  padding: 12px 12px;
}

.station-table .tr .st-code{
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  background: #0f4c81;
  color: #fff;
  border-radius: 0 0 0 6px;
}

.station-table .tr:not(:first-child) {
  border-top: none;
}

@media screen and (min-width: 721px) {
  .station-table .tr {
    padding: 12px 40px;
  }
}

.station-table .tr .td-label, .station-table .tr .td-label-left {
  font-size: 13px;
  font-weight: 700;
}

@media screen and (min-width: 721px) {
  .station-table .tr .td-label, .station-table .tr .td-label-left {
    font-size: 15px;
  }
}

.station-table .tr .td-label-left {
  display: inline-block;
  width: 75px;
}

@media screen and (min-width: 721px) {
  .station-table .tr .td-label-left {
    width: 80px;
  }
}

.station-table .tr .table-address-content {
  margin-left: 8px;
  display: inline-block;
  width: calc(100% - 87px);
}

@media screen and (min-width: 721px) {
  .station-table .tr .table-address-content {
    width: calc(100% - 92px);
  }
}

@media screen and (min-width: 721px) {
  .station-table .tr .table-header {
    font-size: 18px;
  }
}

@media screen and (min-width: 721px) {
  .station-table .tr .table-content {
    font-size: 17px;
  }
}

.tz-table {
  width: 100%;
  border: 1px solid lightgray;
  /*border-radius: 3px;*/
  background-clip: padding-box;
  overflow: hidden;
  /* Display Table on desktop */
}

@media screen and (min-width: 721px) {
  .tz-table {
    display: table;
  }
  .tz-table .thead {
    display: table-header-group;
  }
  .tz-table .tbody {
    display: table-row-group;
  }
  .tz-table .tr {
    display: table-row;
    line-height: 32px;
  }
  .tz-table .tr .th, .tz-table .tr .td {
    display: table-cell;
  }
  .tz-table .light{
    background-color: rgba(242, 242, 242, 0.5);
  }
}

.tz-table .tr:first-child {
  display: none;
}

@media screen and (min-width: 721px) {
  .tz-table .tr:first-child {
    display: table-row;
  }
}

.tz-table .tr .th {
  color: #0F4C81;
  padding: 5px 15px;
  font-weight: 700;
}

@media screen and (min-width: 721px) {
  .tz-table .tr .th {
    border-bottom: 1px solid #ccc;
    /* border-right: 1px solid #ccc; */
  }
  .tz-table .tr .th:last-child {
    border-right: none;
  }
}

.tz-table .tr .td {
  padding: 5px 15px;
  /* Insert header name before each row on mobile */
}

@media screen and (min-width: 721px) {
  .tz-table .tr .td {
    /* border-right: 1px solid #ccc; */
  }
  .tz-table .tr .td:last-child {
    border-right: none;
  }
}

.tz-table .tr .td:before {
  content: attr(data-header);
  float: left;
  width: 35%;
  font-weight: 700;
  font-size: 13px;
}

@media screen and (min-width: 721px) {
  .tz-table .tr .td:before {
    content: "";
  }
}

.tz-table .rh {
  border-top: 1px solid #ccc;
}

.tz-table .rh:first-child {
  border-top: none;
}

@media screen and (min-width: 721px) {
  .tz-table .rh {
    display: none;
  }
}

.tz-table .rh span {
  display: block;
  position: relative;
  color: #0F4C81;
  padding: 5px 15px;
  font-size: 1.25em;
  font-weight: 600;
  /* CSS triangle icon trick */
}

.tz-table .rh span::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #0F4C81;
  z-index: 2;
  right: 15px;
  top: 14px;
  pointer-events: none;
}

.tz-table .row-active span {
  /* Flip CSS triangle icon on active */
}

.tz-table .row-active span::after {
  border-top-color: transparent;
  border-bottom-color: #0F4C81;
  top: 5px;
}

.tz-table .tr .tz-ps-table-td {
  position: relative;
  padding-left: 40%;
}

.tz-table .tr .tz-ps-table-td::before {
  position: absolute;
  left: 15px;
}

.tz-table .tr .tz-ps-table-td i {
  cursor: pointer;
  margin-top: -5px;
}

.tz-table .tr .tz-ps-table-td i:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media screen and (min-width: 721px) {
  .tz-table .tr .tz-ps-table-td {
    position: static;
    padding-left: 15px;
  }
  .tz-table .tr .tz-ps-table-td::before {
    position: static;
  }
  .tz-table .tr .tz-ps-table-td i {
    margin-top: 0px;
    vertical-align: -5px;
  }
}

.tz-account-block {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}

.tz-account-block:nth-child(7) {
  border-bottom: none;
}

.tz-wallet-container .account-info {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.tz-wallet-container .tz-balance {
  margin-top: 8px;
}

.tz-wallet-history-btn{
  background: transparent;
  border: 1px solid;
  border-radius: 4px;
  padding: 3px 5px 5px 5px;
  color: #0b355a;
  cursor: pointer;
  font-size:13px;
}

.tz-edit-btn {
  float: right;
  color: #666;
  padding: 1px 10px;
  margin-top: 4px;
  border-radius: 3px;
  border: 1px solid #666;
}

.tz-bal-value {
  font-size: 41px;
  color: #0F4C81;
}

.tz-bal-value .tz-walletamount-icon {
  font-size: 32px;
  vertical-align: 2px;
}

.tz-offers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  margin: 8px 0 12px 0;
}

@media screen and (min-width: 721px) {
  .tz-offers-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.tz-offers-list .tz-offer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 200px;
  height: 246px;
  background: #e5f2ff;
  border: 1px solid #0F4C81;
  border-radius: 8px;
  margin-right: 32px;
}

@media screen and (min-width: 721px) {
  .tz-offers-list .tz-offer {
    margin-right: 0px;
  }
}

.tz-offers-list .tz-offer .tz-offer-header {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-top: 4px;
}

.tz-offers-list .tz-offer .tz-offer-tagline {
  font-size: 13px;
  text-align: center;
}

.tz-offers-list .tz-offer .tz-offer-price {
  font-size: 31px;
  font-weight: 700;
  text-align: center;
}

.tz-offers-list .tz-offer .tz-offer-price i {
  font-size: 24px;
  vertical-align: 2px;
  margin-right: 2px;
}

.tz-offers-list .tz-offer .tz-offer-info {
  font-size: 13px;
  text-align: center;
  padding: 0px 22px;
}

.custom-recharge-container .custom-recharge-inp-block {
  padding: 0 16px;
  margin: 20px 0 36px;
}

.custom-recharge-container .custom-recharge-inp-block #customRecharge {
  letter-spacing: 1px;
  font-size: 30px;
  text-align: center;
}

.custom-recharge-container .custom-recharge-inp-block .custom-recharge-helptext {
  font-size: 13px;
  text-align: center;
  margin-top: 4px;
}

@media screen and (min-width: 721px) {
  .tz-account-pagelink-block {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 16px 0;
    margin: 8px 0;
    border-bottom: none;
  }
}

.tz-account-pagelink-block .tz-account-pagelink {
  display: block;
  width: 100%;
  color: inherit;
  font-size: 16px;
}

@media screen and (min-width: 721px) {
  .tz-account-pagelink-block .tz-account-pagelink {
    display: inline;
    font-size: 18px;
    border-bottom: 1px solid #888;
  }
  .tz-account-pagelink-block .tz-account-pagelink:hover {
    color: #0b355a;
    border-bottom: 1px solid #0b355a;
  }
}

.tz-account-pagelink-block .rightside-arrow {
  position: relative;
}

.tz-account-pagelink-block .rightside-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left-color: #0F4C81;
  z-index: 2;
  right: 15px;
  top: 4px;
  pointer-events: none;
}

@media screen and (min-width: 721px) {
  .tz-account-pagelink-block .rightside-arrow::after {
    display: none;
  }
}

@media screen and (min-width: 721px) {
  .border-right {
    border-right: 1px solid #ccc;
  }
}

.tz-add-complaint-btn {
  font-size: 13px;
  padding: 0 8px;
}

@media screen and (min-width: 721px) {
  .tz-add-complaint-btn {
    padding: 0 16px;
  }
}

@media screen and (max-width: 300px) {
  .tz-add-complaint-btn {
    display: block;
    float: inherit !important;
  }
}

.tz-preview-container {
  top: 0% !important;
  max-width: 704px;
  max-height: 917px;
  max-height: 977px;
  width: auto !important;
}

@media screen and (max-width: 720px) {
  .tz-preview-container {
    width: 92% !important;
    top: 1.5% !important;
  }
}

.tz-preview-container .modal-content {
  max-width: 704px;
  max-height: 917px;
  padding: 0px !important;
  margin: auto;
}

.tz-preview-container .top-bar {
  padding: 8px;
  text-align: center;
}

.tz-preview-container .top-bar .tz-previewtopbar {
  margin-left: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tz-preview-container .top-bar .tz-previewtopbar .tz-page-info {
  vertical-align: super;
}

.tz-preview-container .top-bar i {
  font-size: 24px;
  cursor: pointer;
}

#progressContainer {
  display: none;
  margin: 12px 0;
}

#progressContainer .progress {
  height: 8px;
  border-radius: 4px;
  background: #80bfff;
}

#progressContainer .progress .determinate {
  background: #0F4C81;
  width: 70%;
}

.tz-cameraInput-container {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.tz-alert {
  text-align: center;
  padding: 16px 0;
  font-size: 16px;
}

.tz-alert .message {
  display: inline-block;
  width: 85%;
  text-align: left;
  padding-left: 12px;
}

.tz-alert .alert-close {
  background: transparent;
  border: none;
  float: right;
  font-size: 20px;
  margin-right: 24px;
  cursor: pointer;
}

.alert-debug {
  background: #ffcdd2;
  color: #f44336;
}

.alert-debug .alert-close {
  color: #f44336;
}

.alert-info {
  background: #bbdefb;
  color: #3f51b5;
}

.alert-info .alert-close {
  color: #3f51b5;
}

.alert-info .progress{
  background: #80bfff;
}

.alert-info .indeterminate{
  background: #0f4c81;
}

.alert-success {
  background: #c8e6c9;
  color: #1b5e20;
}

.alert-success .alert-close {
  color: #1b5e20;
}

.alert-warning {
  background: #ffe0b2;
  color: #ff9800;
}

.alert-warning .alert-close {
  color: #ff9800;
}

.alert-warning .progress{
  background: #ffc166;
}

.alert-warning .indeterminate{
  background: #ff9800;
}

.tz-printingProgressStatus {
  margin-bottom: 20px;
  text-align: center;
  padding: 16px 4px 0 4px;
  font-weight: bold;
  font-size: 15px;
}
.progress-without-loader{
  padding: 16px 4px;
}

.tz-ad-container {
  border: 1px solid #bbdefb;
  margin: 0 5%;
  padding-bottom: 32px;
  max-width: 560px;
}

@media screen and (min-width: 621px) {
  .tz-ad-container {
    margin: 0 auto;
  }
}

.tz-ad-container #closeDetailsBtn {
  display: none;
}

.tz-ad-container #closeDetailsBtn i {
  vertical-align: inherit;
}

.tz-ad-container .tz-shop-detail-btn {
  position: absolute;
  right: 4px;
  top: 12px;
}

@media screen and (max-width: 420px) {
  .tz-ad-container .tz-shop-detail-btn span {
    display: none;
  }
  .tz-ad-container .tz-shop-detail-btn i {
    margin-right: 0px !important;
  }
}

.tz-ad-container #shopName {
  padding: 12px 0;
  padding-left: 20px;
  color: #0b355a;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #bbdefb;
}

.tz-ad-container #shopDetails {
  padding: 16px;
  border-bottom: 1px solid #bbdefb;
  display: none;
}

.tz-ad-container #shopDetails div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tz-ad-container #shopDetails div:first-child {
  margin-bottom: 8px;
}

.tz-ad-container #shopDetails div .tz-first-span {
  display: inline-block;
  width: 50%;
}

.tz-ad-container #shopDetails div .tz-second-span {
  display: inline-block;
  width: 49%;
  padding-left: 8px;
}

.tz-ad-container #shopOffer {
  padding: 16px 0;
  padding-left: 20px;
  border-bottom: 1px solid #bbdefb;
  color: darkgoldenrod;
  text-shadow: 2px 2px 2px #cccccc;
}

.tz-ad-container .tz-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tz-ad-container .tz-item-list .tz-item-block {
  width: 40%;
  margin: 12px 0;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.tz-ad-container .tz-item-list .tz-item-block .tz-item-img {
  width: 100%;
  border-radius: 8px;
  padding: 4px;
}

.tz-ad-container .tz-item-list .tz-item-block .tz-item-details {
  background: #f4f4f4;
  margin: 0 4px 4px;
  border-radius: 2px;
}

.tz-ad-container #item-details .tz-ad-details-close {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
}

.tz-ad-container #item-details .tz-ad-details-close i {
  font-size: 32px;
  color: crimson;
}

.tz-ad-container #item-details .item-top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}

.tz-ad-container #item-details .item-top-block #item-img {
  width: 65%;
  border-radius: 8px;
}

.tz-ad-container #item-details .item-top-block .item-side-block {
  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;
  padding-left: 8px;
  margin: 0 auto;
}

.tz-ad-container #item-details .item-top-block .item-side-block #item-name {
  font-weight: bold;
  font-size: 18px;
}

.tz-ad-container #item-details .item-bottom-block {
  padding: 12px;
}

.tz-advertiseFooter {
  text-align: center;
  color: #0F4C81;
  font-size: 18px;
  padding: 16px;
}

.tz-loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  flex-direction: column;
}

.tz-loader #loadermessage{
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
  color: #0F4C81;
}

.tz-hidden {
  -webkit-animation: tz-fadeOut 1s;
          animation: tz-fadeOut 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes tz-fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes tz-fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.tz-shown {
  -webkit-animation: tz-fadeIn 1s;
          animation: tz-fadeIn 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes tz-fadeIn {
  100% {
    opacity: 100;
    visibility: visible;
  }
}

@keyframes tz-fadeIn {
  100% {
    opacity: 100;
    visibility: visible;
  }
}

.tz-loading-tag {
  color: #4285f4;
  font-size: 1.5em;
  margin-left: 10px;
}

.tz-animation-loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0b355a;
  width: 75px;
  height: 75px;
  -webkit-animation: tz-spin 1s linear infinite;
          animation: tz-spin 1s linear infinite;
}

@-webkit-keyframes tz-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes tz-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.needHelpModal h4{
  font-size: 24px;
}

.needHelpModal h6{
  font-weight: bold;
}

.needHelpModal ol{
  padding-left: 28px;
  text-align: justify;
}

.needHelpModal ol li{
  line-height: 2rem;
}

@media screen and (max-width: 720px) {
  .needHelpModal{
    width: 90%;
  }
  .needHelpModal h4{
    font-size: 18px;
  }
  .needHelpModal h6{
    font-size: 14px;
  }
  .needHelpModal ol{
    padding-left: 16px;
    font-size: 13px;
  }
  .needHelpModal ol{
    line-height: 1.5rem;
  }
}

/* #info-text-for-free, #info-text-for-share{
  display: none;
} */

#excelHelpText{
  display: none;
}

.tilting-animation{
  display: inline-block;
  min-width: 1rem !important;
  animation: tilting 2s linear infinite;
  /*background: lightsalmon !important;*/
  /*color: #fff !important;*/
}

@keyframes tilting{
  0%{
    transform: rotate(0deg);
  }
  25%{
    transform: rotate(30deg);
  }
  50%{
    transform: rotate(0deg);
    /* color: #80bfff; */

  }
  75%{
    transform: rotate(-30deg);
  }
  100%{
    transform: rotate(0deg);
  }
}

.tz-home-btn{
  display: flex;
  justify-content: space-around;
  margin: 16px 0 auto;
}

.tz-home-btn button{
  height: 100px;
  width: 140px;
  line-height: 1.5rem;
  font-size: 11px;
  font-weight: bold;
}

.tz-home-btn button i{
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}


.station-card{
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 26px;
  padding-bottom: 8px;
}

.station-container{
  margin-top:32px
}

@media screen and (min-width: 993px) {
  .station-container{
    overflow: auto;
  }
  .station-container::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	  background-color: #F5F5F5;
  }
  .station-container::-webkit-scrollbar{
    width: 6px;
  	background-color: #F5F5F5;
  }
  .station-container::-webkit-scrollbar-thumb{
    background-color: #0F4C81;
  }
}

@media screen and (min-width: 993px) {
  .station-card{
    padding: 8px 12px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  }
  .station-container{
    padding-right: 0 !important;
    margin-top: 0;
  }
}

.station-card .card-img-block{
  display: inline-block;
  width:80px
}

.station-card .tz-tag{
  background: #0f4c81;
  color:#fff;
  font-weight: bold;
  text-align:center;
  width: 88px;
  margin-left:-4px;
  position: relative;
}
.station-card .tz-tag::before,
.station-card .tz-tag::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color:  rgb(30, 32, 35) transparent;;
  position: absolute;
  bottom: -6px;
}
.station-card .tz-tag::before{
  border-width: 6px 0 0 5px;
  left:0;
}
.station-card .tz-tag::after{
  border-width: 6px 5px 0 0;
  right:0;
}
.station-card .card-detail-block{
  display: inline-block;
  padding-left: 12px;
  width:calc(100% - 80px)
}
.station-card .card-detail-block div{
  color:#555;
  margin-top:4px;
  font-size:14px;
  line-height:1
}

.station-card .card-detail-block .color-primary{
  color:#0f4c81;
}

.overflow-ellipses{
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}
.station-card .line-height-2{
  line-height: 1.2 !important;
}

.tz-station-map{
  height: calc(100vh - 165px) !important;
  margin-top:16px;
  width: 66.6667% !important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
@media screen and (max-width: 992px) {
  .tz-station-map{
    width: 100% !important;
    height: 40vh !important;
    /* margin-top: 16px; */
  }
}

.tz-share-modal{
  /*max-width: 688px;*/
}

@media screen and (max-width: 992px) {
  .tz-share-modal{
    /*width: 94% !important;*/
  }
  .tz-share-modal .modal-content{
    padding: 24px 12px;
  }
}

.tz-share-modal .tz-copy-text-container{
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  padding-left: 16px;
  padding-right: 4px;
  align-items: center;
  margin-bottom: 16px;
}

.tz-share-modal .tz-copy-text-container input[type=text]{
  border: none;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .tz-share-modal .tz-copy-text-container input[type=text]{
    font-size: 14px;
  }
}

.tz-share-modal .tz-share-link-container{
  /* display: flex;
  justify-content: space-between;
  padding: 0 8px; */
}

.tz-share-link-container div {
  display: flex;
  justify-content: space-around;
  padding: 0;
}

.tz-share-link-container a{
  font-size: 40px;
  min-width: 62px;
  min-height: 62px;
  text-align: center;
  color: #fff;
  padding: 0 13px;
  border-radius: 6px;
}
@media screen and (max-width: 992px) {
  .tz-share-link-container a{
    font-size: 32px;
    /*min-width: 48px;*/
    min-height: 48px;
    padding: 0;
  }
  .tz-share-link-container div:first-child{
    margin-bottom: 8px;
  }
}

.tz-share-modal .tz-share-close{
  position: absolute;
  top: 6px;
  right: 6px;
  color: #ef5350;
}

.infoWindow-btn{
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  width: 100%;
}
.infoWindow-btn:hover{
  background:#0b355a !important
}

.tz-printoption-input:disabled{
  background:#eee;
  cursor:not-allowed;
}

.row .tz-s6{
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}
@media screen and (max-width: 380px) {
  .row .tz-s6{
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .tz-mb-s0{
    margin-bottom: 0px !important;
  }
  .tz-upload-help-text{
    text-align: center;
  }
}

.tz-all-prints-header{
  display: flex;
  justify-content: space-around;
}
.tz-all-prints-header button{
  font-size: 12px;
  background: transparent;
  border: 1px solid;
  border-radius: 4px;
  padding: 3px 5px 5px 5px;
  color: #0b355a;
  cursor: pointer;
}
@media screen and (max-width: 1252px) {
  .tz-all-prints-header{
    display: flex;
    justify-content: space-between;
  }
}

#loading-preview-div{
  display: none;
  margin-bottom: 12px;
  color:#555;
}

#loading-preview-div .tz-animation-loader{
  margin:auto;
  margin-bottom: 8px;
  width: 50px;
  height: 50px;
  border: 8px solid #80bfff;
  border-top: 8px solid #0f4c81;
}

.tz-account-header{
  position: absolute;
  z-index: -1;
  width: 100%;
  height:45vh;
  overflow: hidden;
  text-align: center;
}

.tz-account-header::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0F4C81;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  transform: scaleX(1.5);
}

.tz-account-container1 .tz-account-title{
  margin: 0;
  text-align: center;
  color: #0b355a;
}

.tz-account-container1{
  position: relative;
  width: 100%;
  /* left: 50%;
  top: 50%; */
  background: #fff;
  /* transform: translate(-50%, -50%); */
  max-width: 460px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 32px 50px;
  border-radius: 3px;
  margin:auto;
  margin-top: 32px;
  /* margin-top: 56px;
  margin-bottom: 32px; */
}

.tz-account-container1 .tz-account-form {
  margin: 16px 0;
}

.tz-account-container1 .tz-account-form .tz-form-group {
  margin-bottom: 16px;
}

.tz-account-container1 .tz-account-form .tz-form-group .tz-form-label {
  margin-bottom: 8px;
  font-size: 14px;
  color:#777;
}

@media screen and (max-width: 560px) {
  .tz-account-header::before{
    transform: scaleX(2);
  }
  .tz-account-container1{
    width:85%;
    padding: 32px 24px;
  }
}

.tz-referral-sharevia-text{
  font-size: 32px;
  color: #0b355a;
  float: left;
  margin-left: 32px;
}
.tz-referral-info{
  margin-top: 4px;
  text-align: center;
  font-weight: bold;
  color: #0b355a;
  font-size: 24px
}
.mt-32-12{
      margin-top: 12px;
}
@media screen and (min-width: 993px) {
  .mt-32-l, .mt-32-12 {
    margin-top: 32px;
  }
}
@media screen and (max-width: 992px){
  .tz-referral-sharevia-text{
    font-size: 24px;
    margin-left: 12px;
  }
  .tz-referral-info{
    font-size: 18px;
    padding: 0 16px;
    text-align: justify;
  }
}

@media screen and (min-width: 500px){
  .superHelpText{
    float: right;
    text-align: right;
    margin-right: 38px;
  }
}
@media screen and (min-width: 1253px){
  .superHelpText{
    margin-right: 4px;
  }
}
@media screen and (max-width: 380px){
  .tz-pay-recharge-info{
    padding: 0 56px;
    margin-bottom: 8px;
  }
}
#walletLessInfo, #freeLessInfo{
  display: none;
}

/* Adding Subheader Styling  */
.tz-title .tz-adding-subheader{
  display: flex;
  flex-direction: column;
  padding-top: 0px !important;
}
.tz-title .tz-adding-subheader .tz-brandname{
  position:unset;
  line-height: 38px;
}
.tz-title .tz-adding-subheader  .tz-subheader{
  font-size: 13px;
  margin-left: 5px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  line-height: 14px;
}
/* .or-gm-style{
  margin-bottom: 12px;
  margin-right:12px
} */

.print-option-row{
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .print-option-row {
    margin-top:24px
  }
}

.preview-container{
  border: 1px solid #80bfff;
  overflow: hidden;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .preview-container{
      margin-bottom: 20px;
  }
}

/* preview file style  */
.preview-container .top-bar{
  position: relative;
  height: 32px;
  /* background-color: rgb(65, 65, 131); */
  box-shadow: 0 1px 0 rgb(204 204 204);
  background: #e5f2ff;
}

.preview-container .top-bar #top-bar-middle{
  position: absolute;
  left: 40%;
  transform: translateX(-28%);
}

.preview-container .top-bar .top-bar-button{
  min-width: 16px;
  padding: 2px 6px 0;
  border: none;
  border-radius: 2px;
  color: #0F4C81;
  font-size: 12px;
  line-height: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  box-sizing: border-box;
  background: none;
  width: 28px;
  height: 28px;
}
.preview-container .top-bar .top-bar-button:disabled{
  opacity: 0.5;
}
.preview-container .top-bar .top-bar-button i{
  font-size: 16px;
}


#left-bar{
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

#left-bar .step2-prev-btn{
  background-color: #e5f2ff;
  text-align: center;
  padding: 4px 8px;
  margin-left: 8px;
  font-size: 15px;
  border: none;
  font-weight: bold;
  color: #0F4C81;
  line-height: 16px;
}

.toolbarField{
  min-width: 16px;
  text-align: right;
  width: 40px;
  padding: 4px 7px;
  margin: 3px 0 3px 0;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  border-width: 1px;
  border-style: solid;
  border-color: #80bfff;
  color: rgba(6, 6, 6, 1);
  font-size: 12px;
  line-height: 16px;
}

.toolbarLabel{
  min-width: 16px;
  padding: 6px;
  color: #0F4C81;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  user-select: none
}

.rotate-90{
  transform: rotate(90deg);
}

.rotate-270{
  transform: rotate(270deg);
}

.grayscale{
  filter: grayscale(1);
} 

.landscape canvas{
  transform: rotate(270deg) scale(0.75);
}

#viewer-container{
  max-width: 704px;
  /* max-height: 917px; */
  max-height: 60vh;
  padding: 0px !important;
  margin: auto;
  margin: 1px auto -8px auto;
  position: relative;
  border: 1px solid #80bfff;
  overflow: scroll;
}

@media screen and (min-width: 768px) {
  #viewer-container {
      max-height: 540px;
  }
}

.inline-radio-container{
  display: flex;
  padding-left: 12px;
}

.inline-radio-container .border-radio{
  padding: 6px 8px 8px 20px;
  max-width: 172px;
  border-color: #ccc;
  font-size: 15px;
}

.border-radio{
  display: inline-block;
  margin: auto;
  width: 100%;
  max-width: 232px;
  border: 2px solid transparent;
  padding: 12px 16px 14px 16px;
  border-radius: 6px;
  text-align: left;
}

.border-radio img{
  width: 20px; 
  float: right;
}

.border-radio.border-radio-active{
  border: 2px solid #1266f1 !important;
}

.bottom-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.item1 { grid-area: color; }
.item2 { grid-area: orient; }
.item3 { grid-area: range; }
/*.item4 { grid-area: per; }*/
.item5 { grid-area: duplex; }
.item6 { grid-area: copies; }
.item7 { grid-area: next; }

.bottom-tool-container{
  display: grid;
  grid-template-areas:
    'color range duplex next'
    'color orient copies next';
  grid-gap: 1px;
  background-color: #80bfff;;
  padding: 0px;
  border: 1px solid #80bfff;;
}
.single-page-tool{
    grid-template-areas:'color orient copies next';
}

.single-page-tool .tool-button{
    padding: 12px 0 !important;
}

.single-page-tool #pageRangeBtn, .single-page-tool #perPageBtn, .single-page-tool #backToBackBtn{
  display: none;
}
.single-page-tool #f-page-range-block, .single-page-tool #f-per-page-block, .single-page-tool #f-back-to-back-block{
  display: none;
}

.bottom-tool-container .item1, .bottom-tool-container .item7{
  background-color: #0F4C81 !important;
  color: #fff !important;
}

.bottom-tool-container .tool-button{
  background-color: #e5f2ff;
  text-align: center;
  padding: 4px 0;
  font-size: 11px;
  border: none;
  font-weight: bold;
  color: #0F4C81;
}
.bottom-tool-container .tool-button{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom-tool-container .tool-button i{
    font-size: 16px;
}

.bottom-sheet .modal-content{
  padding: 16px 24px;
}

.close-container{
  float: right;
  height: 16px;
  line-height: 16px;
  padding: 0;
}

#duplexDisplayInfo{
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 4px;
  font-size: 8px;
  text-transform: uppercase;
}

#duplexDisplayInfo.yes{
  background: green;
}
#duplexDisplayInfo.no{
  background: red;
}

/*# sourceMappingURL=style.css.map */
