body {
  font-family: 'Microsoft JhengHei';
}
.notActive {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.notActive[disabled]
{
    background-color: #0c6c9c !important;
}


.newnote{
  float: right;
  font-size: 12px;
  margin:2px 0 0 40px;
  padding: 5px;
  border: solid 1px yellow; 
  color: yellow;
}
@media (max-width:390px ) {
  .newnote{
    margin: 0px 0px 0px 20px;
  }
}

@media (max-width:375px ) {
  .newnote{
    margin: 0px 0px 0px 5px;
  }
}

.bg-nav {
  /* background-color: #fff; */
  background-color: #20988f;
}

.color-main {
  color: #009d97;
}
.prev-transparent {
	opacity: 0;
}
.bg-main {
  /* background-color: #009d97; */
  /* background-color: #99ddd8; */
  background-color: #20988f;
}
.bg-main2 {
  background-color: #dfe9e8;
  margin-top: 16px;
}
.border-main {
  border-color: #009d97 !important;
}

.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 12rem !important;
}

.btn-custom {
    background: #009d97;
    /* opacity: .65; */
    color: #ffffff;
    border-radius:1.3rem
}
.btn-custom:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
.btn-custom:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}
.btn-custom.disabled, .btn-custom:disabled {
  color: #fff;
  background-color: #009d97;
  opacity: .65;
}

.btn-outline-custom {
  color: #009d97;
  background-color: transparent;
  background-image: none;
  border-color: #009d97;
  /*new feature*/
  white-space: normal;
  height: 100%;
  padding: .75rem 0rem;
}
.btn-outline-custom:hover {
  color: #fff;
  background-color: #009d97;
  border-color: #009d97;
}
.btn-outline-custom:focus, .btn-outline-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-custom.disabled, .btn-outline-custom:disabled {
  color: #009d97;
  background-color: transparent;
}
.btn-outline-custom:not(:disabled):not(.disabled):active, .btn-outline-custom:not(:disabled):not(.disabled).active,
.show > .btn-outline-custom.dropdown-toggle {
  color: #fff;
  background-color: #009d97;
  border-color: #009d97;
}
.btn-pay {
  background-color: #0c6c9c;
  border-color: #0c6c9c;
  color: #fff;
  border-radius:1.3rem;
}
.btn-pay:hover {
  color: #fff;
  background-color: #00c4bd;
  border-color: #00c4bd;
}
.btn-pay:focus, .btn-pay.focus {
  box-shadow: 0 0 0 0.2rem #66aad7;
}
.btn-pay.disabled, .btn-pay:disabled {
  color: #fff;
  background-color: #66aad7;
  border-color: #66aad7;
  opacity: .55;
}
.btn-outline-custom:not(:disabled):not(.disabled):active {

}
.nav-link {
  display: block;
  padding: .5rem .5rem;
}
.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
  color: #fff;
  background-color: #009d97;
}
.nav-link:not(:active) {
  background-color: #ccc;
}
.nav-pills .nav-link {
  border-radius: .0rem;
}

.padding-circle {
  position: relative;
  padding-top: 100%;
  width:100%;
}
.bg-img {
  background-image: url("../mail-bill-css-images/sms-bill-img/mountain.png");
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
}
.text {
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  text-align: center;
}
.text-bottom {
  padding-top: 2%;
}

@media only screen and (max-device-width: 360px) {
  .text {
    position: absolute;
    top: 62%;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .text-bottom {
    padding-top: 2%;
  };
}

.navbar-bottom {
  overflow: hidden;
  position: fixed;
  /* height:78px; */
  bottom: 0px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  z-index:1000;
}

.nav-custom {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.6em 0.4em;
  color: #fff;
  background-color: #20988f;
  width:20%;
}
.nav-custom:hover {
  text-decoration: none;
  color: #fff;
}
.disableNavCustom {
  text-decoration: none;
  color: #fff;
  background-color: #ddd;
}
.disableNavCustom:hover {
  text-decoration: none;
  color: #fff;
}

.mx-c {
  padding-left: 18px;
  padding-right: 18px;
}
/*IE 8,9 and 10*/
@media screen\0 {
    .mx-c > img {
	    height: 100%;
	};
}
@media screen\0 {
    .adLink {
		height: 100%;
	};
}
@media screen\0 {
    .dotHeight {
		height: 100%;
	};
}

@media only screen and (max-device-width: 375px) {
  .mx-c {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-device-width: 320px) {
  .mx-c {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.nav-custom.router-link-active {
  background-color: #fff;
}
.nav-custom > p {
  font-size: 11px;

}
.nav-custom.router-link-active > p {
  color: #20988f;
}
.navbar-bottom a > div > img{
  border-radius: .75rem;
  padding: .3rem;
  background-color: #fff;
}
.navbar-bottom a.router-link-active > div >img{
  background-color: #20988f;
}
.block {
  text-align: center;
  /*background: #7c7c7c;*/
  background: #fbb03b;
  box-shadow: -3px -3px 2px grey;
  color: white;
  border-radius: 50%;
  width: calc(100% - 20px);
  height: calc((100vw - 20px) * 0.48);
  /* new add */
  max-height: 200px;
}

.list-group-item {
  padding-left: .35rem;
  padding-right: .35rem;
  border-top: 0;
}
.list-group-item:first-child {
  border-radius: .0rem;
}
.header-custom {
  background-image: url('../mail-bill-css-images/sms-bill-img/card-header.jpg');
  background-repeat:no-repeat;
  background-position:center;
  border:1px solid rgba(0,0,0,.125);
}
.bg-announcement {
  /* background-color: #0d6d9d; */
  background-color: #fff;
}
.announcement-title {
  /* border:5px solid #0d6d9d; */
  border:5px solid #fff;
  background-color: #20988f ;
  border-bottom: 1px solid #fff;
}
.announcement {
  height:95px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 2px;
}
.announcement::-webkit-scrollbar {
width: 6px;
}
.announcement::-webkit-scrollbar-track {
-webkit-border-radius: 6px;
border-radius: 6px;
margin:5px 0;
/* background: #fff; */
}
.waring-sec.announcement::-webkit-scrollbar-track{
-webkit-border-radius: 6px;
border-radius: 6px;
margin:5px 0;
background: #ddd;
}
.announcement::-webkit-scrollbar-thumb {
-webkit-border-radius: 4px;
border-radius: 4px;
background: #20988f;
}

.owl-prev {
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 5px;
    display: block!IMPORTANT;
}
.owl-next {
    position: absolute;
    top: 5%;
    bottom: 5%;
    right: 5px;
    display: block!IMPORTANT;
}
.owl-prev i, .owl-next i {transform : scale(1,2); color: #fff;}
.owl-dots {
  position: absolute;
  top: 75%;
  left: 25%;
  right: 25%;
}
.search-table-outter {
  overflow-x: auto;
}
th {
  padding-left: 0;
}

tr:nth-child(even){background-color: #f8f9fa}

[v-cloak] {
  display: none;
}

.modal-btn {
  float:right;
  border-radius:.2rem;
}

.timeX {
  font-size: 2.8rem;
  line-height: 2.5rem;
}

/*.modal-full {
  min-width: 100%;
  margin: 0;
}

.modal-full .modal-content {
  min-height: 100vh;
}*/
.iframe {
  width: 100%;
  height: 88vh;
  position: relative;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: orange;
}
.nextC {
  transform: scale(1, 1.1);
  padding: 3.5rem .2rem;
  color: white;
  background-color: #009d97;
  border-radius: .5rem 0 0 .5rem;
}
.prevC {
  transform: scale(1, 1.1);
  padding: 3.5rem .2rem;
  color: white;
  background-color: #009d97;
  border-radius: 0 .5rem .5rem 0;
  
}
.fa-angle-right:before {
  content:"";
  background: url('../mail-bill-css-images/sms-bill-img/angle-right.svg') no-repeat center center;
  background-size: contain;
  width:6px;
  height:16px;
  display: inline-block;
}
.fa-angle-left:before {
  content:"";
  background: url('../mail-bill-css-images/sms-bill-img/angle-left.svg') no-repeat center center;
  background-size: contain;
  width:6px;
  height:16px;
  display: inline-block;
}

.fa-caret-down:before {
  content:"";
  background: url('../mail-bill-css-images/sms-bill-img/caret-down.svg') no-repeat center center;
  background-size: contain;
  width:16px;
  height:16px;
  display: inline-block;
}
.fa-caret-right:before {
  content:"";
  background: url('../mail-bill-css-images/sms-bill-img/caret-right.svg') no-repeat center center;
  background-size: contain;
  width:16px;
  height:16px;
  display: inline-block;
}

.textC {
  writing-mode:tb-rl;
  vertical-align:middle;
  line-height: 18px;
  height: 48px;
  display: inline;
}
.main-panel {
  border-radius:.75rem .75rem 0 0;
  border-top: 1px solid #6e6e6e;
  /* background-setting */
  background-image: url("../mail-bill-css-images/sms-bill-img/BG.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size: 100% 100%;
}
.curFlag {
  position:absolute;
  top: -32px;
  right: 15%;
  padding: 2rem 2.6rem;
  background-image: url("../mail-bill-css-images/sms-bill-img/curFlag.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size: contain;
}
.curFlagP {
  position:absolute;
  top: 0px;
  right: calc(15% + 2.6rem);
  color: white;
  transform: translate(42%, 0);
}
.owl-carousel {
  touch-action: manipulation;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}


.modal-header{
  position: relative;
}

.modal-close{
  position: absolute;
  top:16px;
  right: 16px;
}


@media  (min-width: 200px) and (max-width: 320px) {
	.spSize {
		font-size: 12px;
 	    margin-bottom: .5rem;
	    font-family: inherit;
	    font-weight: 500;
	    line-height: 1.1;
	    color: inherit;
		
	}
}

@media  (min-width: 321px) {
	.spSize {
		font-size: 16px;
 	    margin-bottom: .5rem;
	    font-family: inherit;
	    font-weight: 500;
	    line-height: 1.1;
	    color: inherit;
	}
}

.autopay-reminder {
  text-align: center;
  color: #dc3545;
  padding-top: 10px;
  font-size: 11px;
  font-weight: bold;
}

.c-apply.col-12 .row .col {
  text-align: center;
  margin: 10px 0 5px;
}

.c-apply.col-12 .row .col div {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  background-color: #f2f4f3;
  height: 145px;
  width: 145px;
  margin: auto;
  border-radius: 10px;
  position: relative;
}

.c-apply.col-12 .row .col div .item-name {
  position: absolute;
  bottom: 1rem;
  width: inherit;
  height: 25px;
}

/* for small device like gallaxy-fold */
.c-apply-small.col-12 .row .col {
  text-align: center;
  margin: 10px 0 5px;
}

.c-apply-small.col-12 .row .col div {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  background-color: #f2f4f3;
  height: 100px;
  width: 100px;
  margin: auto;
  border-radius: 10px;
  position: relative;
}

.c-apply-small.col-12 .row .col div .item-name {
  position: absolute;
  bottom: 1rem;
  width: inherit;
  height: 25px;
}

.iconText{
  position: absolute;
  bottom: 0.5rem;
  /*width: inherit;*/
  text-align: center;
  width: 100%;
  height: 25%;
  font-size: 0.5rem;
}

.iconDiv {
  /*	
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  background-color: #f2f4f3;
  margin: auto;
  border-radius: 10px;
  position: relative;
  */
  justify-content: center;
  
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  background-color: #f2f4f3;
  margin: auto;
  border-radius: 10px;
  position: relative;
  /*margin: 5px 5px 5px 5px;*/
  margin: 10% 6% 10% 6%;
}

