
/*** Home ***/
.list-card-1{
  height: auto;
  width: 100%;
  background-color: #ffffff;
  display: inline-block;
  margin-top: 5px;
  position: relative;
}

.line-top{
  height: 5px;
  background-image: linear-gradient(to right, #ff7c9b, #d1a6cc 54%, #cb96c2);
  width: auto;
  display:
}

.area-btn-more{
  width: 100%;
  margin-top: 10px;
}

.btn-more{
  float: right;
  width: auto;
  height: 42px;
  border-radius: 20px;
  background-image: linear-gradient(102deg, #e6c1e1, #cb96c2);
  font-family: 'Kanit';
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px 0 20px;
}
.btn-more:active, .btn-more:hover{
  color: #ffffff;
  background: #c58ec3;
}
.load-more-area{
  display: none;
  margin-top: 20px;
}

.btn-load-more{
  float: none;
  width: auto;
  border-radius: 20px;
  background-image: linear-gradient(102deg, #e6c1e1, #cb96c2);
  font-family: 'Kanit';
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto
}
.btn-load-more:active, .btn-load-more:hover{
  color: #ffffff;
  background: #c58ec3;
}

.empty-text{
  width: 100%;
  text-align: center;
  font-family: 'Kanit';
  font-size: 16px;
  font-weight: 300;
  color: #999;
  display: inline-block;
}
.empty-text-content{
  width: 100%;
  text-align: center;
  font-family: 'Kanit';
  font-size: 16px;
  font-weight: 300;
  color: #999;
  display: inline-block;
  padding: 40px;
}
.red-text{
  color: red;
  font-size: 20px;
}

.content-theater{
  float: left;
  width: 100%;
  padding: 15px;
  height: auto;
}

.content-theater-image{
  float: left;
  width: auto;
  height: 253px;
  /* display: inline-block;
  float: left; */
}
.content-theater-detail{
  float: left;
  width: auto;
  max-width: 500px;
}
.image-outter{
  width: 160px;
  height: 213px;
  background-color: #eceff1;
}
.datetime{
  width: 160px;
}
.datetime span{
  font-family: 'Kanit';
  font-size: 13px;
  font-weight: 300;
  line-height: 1.14;
  text-align: left;
  color: #4a4a4a;
  float: left;
  padding-top: 10px;
  padding-left: 5px;
}

.content-theater-detail{
  /* display: inline-block;
  float: left; */
}
.content-theater-detail h2{
  /* height: 35px; */
  font-family: 'Kanit';
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  color: #4a4a4a;
  margin-top: 10px ;
  padding-left: 20px;
}
.btn-more-1{
  position: absolute;
  right: 30px;
  top: 20px;
  font-family: 'Kanit';
  font-size: 16px;
  font-weight: 300;
  color: #c58ec3;
  background-color: #ffffff;
  border: solid 1px #c58ec3;


}

.btn-more-1:hover,
.btn-more-1:focus {
  background-color: #c58ec3;
  color: #fff;
}


.ticket-list{

}
.round-item{
  float: left;
  width: 100% !important;
  height: auto;
  list-style: none;
  width: 50px;
  margin-top: 20px;
}

.round-item li{
  list-style: none;
  float: left;
  width: 77px;
  height: auto;
  margin: 0;
  padding: 0;
}

.round-item li.close{
  opacity: 1 !important;
  cursor:default;
}



.round-item > li:first-of-type{
  /*width: 34px;*/
  margin: 0 0 0 -50px;
}


.round-item > li .title-txt{
    width: 80%;
    height: 100px;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 0px;
    position: relative;
    padding-bottom: 8px;
}
.round-item > li.active .title-txt{
  background: url(../img/combined-shape-01.svg) no-repeat;
  background-position: 0px 72px;
}

.round-item > li .title-txt .title-txt-inner{
    width: 100%;
    height: auto;
    /* background-color: #eceff1; */
    font-family: 'Kanit';
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    color: #e4c1e3;
    padding: 10px 5px;
    position: absolute;
    bottom: 7px;
    border-radius: 5px;
}



.round-item > li.active .title-txt .title-txt-inner{
  background-color: #884785;
}
.round-item > li.close .title-txt .title-txt-inner{
  /*background-color: #e4c1e3;*/
}

.round-item > li .title-txt .title-txt-inner a{
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: 'Kanit';
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #e4c1e3;
  text-decoration: none;
}

.round-item > li.active .title-txt .title-txt-inner a{
color: #ffffff;
}
.round-item > li.close .title-txt .title-txt-inner a{
color: #c58ec3;
}
/*
.round-item > li:first-of-type .title-txt .title-txt-inner{
  margin-left: -25px;
}
.round-item > li:last-of-type .title-txt .title-txt-inner{
  margin-left: 25px;
}*/

.round-item > li .check-line-left{
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 45px;
  height: 10px;
  background-color: #c58ec3;
  margin-top: 12px;
  margin-left: -1px;
}
.round-item > li.active .check-line-left{
  background-color: #c58ec3;
}
.round-item > li.close .check-line-left{
  background-color: #c58ec3;
}


/* .round-item > li .check-line-left.grey-bg,
.round-item > li .check-line-right.grey-bg,
.round-item > li.active .check-line-left.grey-bg,
.round-item > li.active .check-line-right.grey-bg{
  background-color: #eceff1 !important;
} */

.round-item > li .check-line-left.hide-bg,
.round-item > li .check-line-right.hide-bg{
  visibility: hidden !important;
}

.round-item > li .check{
  position: relative;
  z-index: 2;
  display: inline-block;
  float: left;
  width: 34px;
  height: 34px;
  background-color: #e4c1e3;
  border-radius: 50%;
  font-size: 16px;
  margin-left: -1px;
}
.round-item > li.active .check{
  background-color: #884785;
}
.round-item > li.close .check{
  background-color: #c58ec3;
}
.round-item > li .check .fa{
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 8px auto 0 auto;
}

.concert-container{
  margin-top: 40px;
}

.personal_desc{
  display: none;
}



.block-content-noti{
  margin: 5px;
  outline: 5px dashed #e6c1e1;
  box-shadow: 0 0 0 5px #c794c0;
  font-family: 'Kanit';
  background-color: #ffffff;
  padding: 20px;
  display: grid;
}

.block-content-noti-detail{
  margin: 5px;
  outline: 5px dashed #e6c1e1;
  box-shadow: 0 0 0 5px #c794c0;
  font-family: 'Kanit';
  background-color: #ffffff;
  padding: 20px 30px;
}

.block-content-noti-detail .post-title{
  margin-bottom: .58824em;
  font-family: 'Kanit';
  font-weight: 300;
  font-size: 28px;
  color: #884785;
  width: 100%;
}

.block-content-noti-detail .date {
  text-align: right;
  color: #000;
  font-weight: 300;
  font-family: 'Kanit';
  font-size: .94118em;
  margin-bottom: 20px;
  display: -webkit-box;
  width: 100%;
}
.block-content-noti-detail .detail {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

/* .block-content-noti-detail .detail > p > img {
  width: 100%;
} */

.block-content-noti-home{
  padding: 20px 20px 50px 20px;
}


.noti-header{
  display: inline-block;
  width: auto;
  height: auto;
  margin: -20px  0 0 -20px;
}
.noti-header span.txt{
  float: left;
  padding: 10px 15px 0 15px;
  height: 52px;
  width: auto;
  font-family: 'Kanit';
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  background-color: #c58ec3;
  margin: 0;
}
.noti-header span.label{
  float: left;
  width: 26px;
  height: 52px;
  margin-left: -1px;
  background: url(../img/label-right.svg) center right no-repeat;
}

ul.noti-item-list{
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
ul.noti-item-list li.noti-item{
  width: 100%;
  list-style: none;
  margin: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #ffe9e9;
}
ul.noti-item-list li.noti-item:last-of-type{
border-bottom: none;
}
ul.noti-item-list li.noti-item .image-thumb{
  width: 150px;
  height: auto;
  background-color: #eceff1;
  padding: 0;
}

ul.noti-item-list li.noti-item .description-date{
  height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

ul.noti-item-list li.noti-item .description-date .description{
  height: 49px;
  font-family: 'Kanit';
  font-size: 16px;
  font-weight: 300;
  overflow-y: hidden;
  text-align: left;
  color: #884785;
}
ul.noti-item-list li.noti-item a:hover .description-date .description,
ul.noti-item-list li.noti-item a:active .description-date .description{
  color: #c791c5;
}


ul.noti-item-list li.noti-item .description-date .date{
  font-family: 'Kanit';
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #cccccc;
}
/* ul.noti-item-list li.noti-item a:hover .description-date .date,
ul.noti-item-list li.noti-item a:active .description-date .date{
  color: #884785;
} */


@media only screen and (max-width:1199px) {
  .content-theater-detail{
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {

  .content-theater-detail{
    max-width: none;
  }
  .content-theater-image{
    width: 100%;
    text-align: center;
  }
  .content-theater-image .image-outter{
    margin: auto;
  }
  .content-theater-image .datetime {
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
  .content-theater-detail h2{
    text-align: center;
  }

  .btn-more-1{
    position: relative;
    right: inherit;
    top: inherit;
    float: right;
  }
  .content-theater-detail{
    width: 100%;
  }

  ul.noti-item-list li.noti-item .image-thumb{
    float: none;
    margin: 0 auto;
  }
}
