/***** Theater ****/

.table-res {
    overflow: auto;
    display: inline-block;
}

.name-data {
    width: 280px;
}

.title-round-stage {
    height: auto;
    min-height: 62px;
    background-image: linear-gradient(to right, #ff7c9b, #cb96c2);
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 20px !important;
}

.title-round-stage span {
    font-family: 'Kanit', sans-serif !important;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin-right: 20px;
}

.title-round-stage .btn-status {
    width: auto;
    height: 32px;
    border-radius: 20px;
    background-color: #ffffff;
    border-color: #ffffff;
    font-family: 'Kanit', sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #ff7c9b;
    padding: 0px 20px;
    cursor: default;
}

.btn-num-ticket {
    width: auto;
    height: 32px;
    border-radius: 20px;
    background-color: #9d77ba;
    padding: 0px 20px;
    cursor: default;
    font-family: 'Kanit', sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    margin: 10px 0 10px 0;
}

.block-detail-container {
    background: #fff;
    padding: 15px !important;
}

.block-content-inner {
    padding: 0 0 20px 0;
    border-bottom: solid 1px #ffd3d3;
}


/* .block-detail-container > .block-content-inner:last-child{
border-bottom: none;
} */

.block-detail-container .content-theater-image {
    height: 213px;
}

.block-detail-container .content-theater-detail p {
    padding-left: 20px;
}

.block-content-inner label {
    font-family: 'Kanit', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.block-detail-container h4.title {
    font-family: 'Kanit';
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #884785;
    margin-top: 25px;
}

.block-detail-container .content-member {
    /*padding-left: 10px;
  margin-left: 10px;*/
}

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tags li {
    float: left;
}

.tag {
    background: none;
    border: solid 1px #c58ec3;
    border-radius: 19px;
    color: #884785;
    display: inline-block;
    height: 30px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}


/* .tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
} */

.tag:hover {
    background-color: #c794c0;
    color: white;
}


/* .tag:hover::after {
   border-left-color: #c794c0;
} */

.block-detail-container .round-item {
    margin-left: -20px;
}

.content-friend-container {
    display: none;
}

.content-friend {
    padding-left: 0px;
    border: solid 1px #c58ec3;
    padding: 10px;
}

.content-friend .title-seatch {
    padding: 10px;
}

.content-friend h4.title {
    margin-top: 0px;
    padding-top: 5px;
}

.content-friend .search_btnadd_area {
    text-align: right;
}

.content-friend .btn-show-addfriend {
    display: inline-block;
    width: 80px;
    height: 38px;
    border-radius: 21px;
    border: solid 1px #9d77ba;
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #9d77ba;
    margin-top: -6px;
    background: #fff;
    padding-top: 9px;
}

.content-friend .btn-show-addfriend i {
    font-size: 20px;
    color: #9d77ba;
    display: inline-block;
    float: left;
}

.content-friend .btn-show-addfriend span {
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin: 0 0 0 5px;
}

.content-friend .search_area {
    display: inline-block;
    width: 232px;
    height: 38px;
    border-radius: 19px;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
    padding-right: 10px;
}

.content-friend .search_area input[type="text"] {
    width: 180px;
    height: 100%;
    border: none;
    background: none;
    padding: 0 5px;
}

.content-friend .search_area .fa {
    font-size: 18px;
    color: #d9d9d9;
    text-align: right;
    padding-top: 10px;
    padding-right: 5px;
}

.content-friend table {
    border: none;
    outline: none;
    width: 100%;
    margin: 0.5em 0 1em;
}

.content-friend table:not(.tbl-description-code) tr.table-header td {
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 300;
    color: #884785;
    background-color: #eceff1;
}

.content-friend table:not(.tbl-description-code) tr {
    background: #f9fbfc;
}

.content-friend table:not(.tbl-description-code) td {
    padding: 10px 10px;
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 300;
    color: #4a4a4a;
}

.content-friend table:not(.tbl-description-code) td:first-child {
    text-align: center;
}

.content-friend table:not(.tbl-description-code) td:nth-child(3) {
    text-align: left;
}

.content-friend table:not(.tbl-description-code) td:nth-child(4) {
    text-align: left;
}

.content-friend table:not(.tbl-description-code) td:last-child {
    text-align: center;
}

.content-friend table:not(.tbl-description-code) tr:nth-child(2n+2) {
    background: #ffffff;
}

.content-friend table:not(.tbl-description-code) td .radio {
    margin: 0;
}

.form-fav-friend-container {
    margin-top: 30px;
    padding: 15px;
    background: #f7f9fa;
    margin: 5px 0 15px 0;
    display: none;
}

.form-fav-friend-container h4 {
    text-transform: uppercase;
    font-family: 'Kanit';
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #ff7c9b;
}

.detail-ticket-item-list {
    border: solid 1px #c58ec3;
    margin-bottom: 10px;
}

.block-content-detail .content-friend {
    float: left;
    width: 100%;
}


/* .detail-ticket-item-list > .form-group:first-child{
  padding-top: 10px;
} */

.txt-value {
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 300;
    color: #9d77ba;
}

.form-horizontal .control-label {
    float: left;
    text-align: left;
}

.add-friend-btn,
.edit-friend-btn {
    height: 35px;
    border-radius: 25px;
    background: #9d77ba;
    font-family: 'Kanit';
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    border: 1px solid #9d77ba;
    padding: 7px 20px 20px;
}

.add-friend-btn:hover,
.edit-friend-btn:hover {
    border: 1px solid #884785;
    background-color: #884785;
}

.payment-method-item {
    height: auto;
    padding: 0 10px 0 0;
}

.payment-method-item:last-of-type {
    padding: 0px;
}

.payment-method-item .item-inner {
    height: auto;
    border: solid 1px #d8d8d8;
    padding: 15px 10px 10px 10px;
    cursor: pointer;
}

.payment-method-item .item-inner .img-area {
    text-align: center;
    height: 38px;
}

.payment-method-item .item-inner .img-area .ico-active {
    display: none;
}

.payment-method-item .item-inner .text-area {
    margin-top: 3px;
    text-align: center;
}

.payment-method-item .item-inner .text-area span {
    width: 100%;
    font-family: 'Kanit';
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    color: #d8d8d8;
}

.payment-method-item .item-inner.active {
    border: solid 1px #cb96c2;
}

.payment-method-item .item-inner.active .text-area span {
    color: #cb96c2;
}

.payment-method-item .item-inner.active .img-area img {
    margin: 0 auto;
}

.payment-method-item .item-inner.active .img-area .ico {
    display: none;
}

.payment-method-item .item-inner.active .img-area .ico-active {
    display: block;
}

.Code-Card-Date-T {
    font-family: 'Kanit';
    font-size: 21px;
    font-weight: 300;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 5px;
    text-align: center;
}

.Code-Card-Date-T .text-style-1 {
    color: #9b9b9b;
}

.payment-from-container {
    display: none;
}

.payment-from-container-result {
    display: block;
}

#credit_card {
    /* margin-top: 15px; */
}

.table-codecard-list {
    margin-top: 10px;
}

.table-codecard-list .type {
    display: inline-block;
    border-radius: 11.5px;
    font-family: 'Kanit';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 15px;
}

.table-codecard-list .type.founder {
    background-color: #9d77ba;
}

.table-codecard-list .type.campus {
    background-color: #ff7c9b;
}

.description-transfer {
    display: inline-block;
    width: auto;
    margin: 20px auto 0 auto;
}

.description-transfer img {
    float: left;
    margin-right: 15px;
}

.description-transfer p {
    float: left;
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 300;
    color: #4a4a4a;
    padding-top: 40px;
    text-align: left;
}

.description-transfer-2 {
    height: auto;
    background-color: #eceff1;
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #9d77ba;
    padding: 20px 10px;
    margin-top: 20px;
    background-color: #eceff1;
}

.description-transfer-2 fa {
    color: #9d77ba;
}

.description-transfer-3 {
    height: auto;
    font-family: 'Kanit';
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #4a4a4a;
    margin-top: 20px;
    padding: 0px 10px;
}

.description-creditcard {
    display: inline-block;
    width: auto;
    margin: 20px auto 0 auto;
}

.description-creditcard p {
    width: 100%;
    float: left;
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 300;
    color: #4a4a4a;
    text-align: center;
}

.description-creditcard .image-area {
    width: 100%;
    float: left;
    text-align: center;
}

.description-creditcard .image-area img {
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.description-creditcard .image-area img.treepay_ico {
    width: 150px;
    height: auto;
    margin-left: 20px;
}

.btn-final-area {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0px;
}

.btn-final-area button.btn-success {
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
    border-radius: 25px;
    background: #4caf50;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-family: 'Kanit';
    font-size: 18px;
    font-weight: 300;
}

.btn-final-area button.btn-success:hover,
.btn-final-area button.btn-success:active {
    background: #3b9d3f;
}

.btn-final-area button.btn-warning {
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
    border-radius: 25px;
    background-color: #ffa726;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-family: 'Kanit';
    font-size: 18px;
    font-weight: 300;
}

.btn-final-area button.btn-warning:hover,
.btn-final-area button.btn-warning:active {
    background-color: #f09500;
}

.qr-code-winner {
    text-align: center;
    padding: 15px 0px;
}

.qr-code-winner img {
    float: right;
}

.payment-success-area {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: solid 1px #ffd3d3;
    margin-bottom: 15px;
}

.btn-payment-success {
    border-radius: 29px;
    background-color: #eceff1;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Kanit';
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #66bb6a;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.btn-payment-success .fa {
    font-size: 16px;
    font-weight: 100;
    color: #66bb6a;
    border: 1px solid #66bb6a;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    margin-top: 8px;
    float: left;
    margin-right: 10px;
}

.btn-payment-success span {
    display: inline-block;
    padding-top: 5px;
    float: left;
}

.paypal-icon-success-area {
    text-align: center;
}

.paypal-icon-success {
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.treepay-icon-success {
    width: 300px;
    height: auto;
    margin: 0 auto 10px auto;
}

.txt-order-success {
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1px;
    text-align: center;
    color: #4a4a4a;
}

.price_txt_ticket {
    float: right;
    padding-right: 10px;
    padding-bottom: 10px;
}

.status_winner_txt {
    font-family: 'Kanit';
    font-size: 14px;
    font-weight: 300;
    float: right;
    color: #884785;
    padding: 5px 0;
}

@media only screen and (max-width: 991px) {
    .payment-method-item {
        padding: 0 0 0px 0;
        margin-bottom: 10px;
    }
    .payment-method-item:nth-of-type(1n+1) {
        padding-right: 10px;
    }
    .qr-code-winner img {
        float: none;
    }
    .price_txt_ticket {
        float: none;
        padding-right: 0;
        padding-bottom: 10px;
        text-align: center;
    }
    .detail-ticket-item-list .form-group {
        margin-bottom: 0px;
    }
    .detail-ticket-item-list .control-label.txt-value {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .payment-method-item {
        padding: 0 0 0px 0;
        margin-bottom: 10px;
    }
    .block-detail-container .content-theater-detail p {
        text-align: center;
    }
}

@media only screen and (max-width: 450px) {
    .content-friend .btn-show-addfriend {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 405px) {
    .content-friend .btn-show-addfriend {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 337px) {
    .title-round-stage .btn-status {
        margin-top: 10px;
    }
}
