/*  Phuong Thao */
/* ==============================================
    Name: Liveshow Sticket
    Creact by: Nguyen Phuong Thao
    Creact at: 9AM 29/01/2024
    Update at: 3PM 29/01/2024
============================================== */



.liveshow {
    margin-top: 30px;
    width: 100%;
    background-color: #F5F5F5;
}

.liveshow__banner {
    position: relative;
}

.liveshow__banner--img {
    width: 100%;
    height: 330px;
    filter: brightness(0.5);

    /* overflow: hidden; */
}

.liveshow__banner--img img {
    width: 100%;
    height: 330px;
    object-fit: cover;

}
.blog__container--bottom__right--header__list::-webkit-scrollbar-thumb {
    background: rgba(221, 223, 223, 0.7);
    border-radius: 50px;
    border: 1px solid var(--color-background-6);
}
.blog__container--bottom__right--header__list::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  .blog__container--bottom__right--header__list::-webkit-scrollbar-track {
    background: var(--color-background-6);
   
  }
  
.blog__container--bottom__right--header__list{
    height: 84vh;
    overflow-y: scroll;
    overflow-x: visible;
}
.liveshow__banner--content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.liveshow__banner--content__title {
    text-align: center;
    color: var(--color-text-6);
    font-size: var(--size-text-11);
    margin-bottom: 1%;
    font-weight: 700;
}

.liveshow__banner--content__des {
    color: var(--color-text-6);
}

/*  */
/* container */
/*  */
.liveshow__container {
    margin: 0 auto;
    max-width: 1160px;
    position: relative;
    display: block;
    background-color: #F5F5F5;
}

.liveshow__container--link {
    margin: 15px 0 30px;
    padding-left: 30px;
}

.liveshow__container--link__return3 {
    font-weight: 600;
}

.liveshow__container--link__return {
    display: inline-flex;
}

/*  */
/* body list */
/*  */
.liveshow__container--body {
    display: flex;
    position: relative;
    padding: 0 20px 70px 20px;
}

.liveshow__container--body__wrap {
    position: sticky;
    top: 70px;
    left: 0;
}

.liveshow__container--body__menu::-webkit-scrollbar {
    display: none;
}

.liveshow__container--body__menu {
    overflow-y: scroll;
    width: 274px;
    min-height: 200px;
    padding: 20px 8px 9px;
    border-radius: 12px;
    margin-right: 21px;
    background-color: var(--color-background-6);
    border-radius: var(--border-radius-size-2);
    margin-bottom: 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
}

.liveshow__container--body__menu--wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.liveshow__boder {
    border-bottom: 1px solid var(--color-background-22);
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.liveshow__container--body__menu--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-radius: var(--border-radius-size-2);
}
.liveshow__container--body__menu--item a,
.liveshow__container--body__menu--item a:hover
{
    color: #4a4a4a;
}
.liveshow__container--body__menu--item:hover {
    background-color: var(--color-background-12);
}

.liveshow__container--body__menu .cart__container--top__left--all__left--check {
    font-weight: 400;
    font-size: var(--size-text-4);
}

.liveshow__container--body__menu--list {
    margin: 20px 0 0 10px;
}

.liveshow__container--body__menu--title {
    font-size: var(--size-text-5);
    line-height: 1.5;
    padding-left: 10px;
    font-weight: 600;
}

.liveshow__container--body__menu--list__item {
    margin: 15px 0 0 10px;
}

.liveshow__container--body__menu--list__item--checkbox {
    background-color: var(--color-background-7);
}

.liveshow__container--body__product {
    flex: 70%;
    background-color: #F5F5F5;

}

.liveshow__container--body__product--list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.liveshow__container--body__product--list .firstProduct__content--list__item {
    width: 100%;
	margin: 0px;
    margin-bottom: 5px;
}


.liveshow__container--body__product--filter::-webkit-scrollbar {
    display: none;
}

.liveshow__container--body__product--filter {
    border-radius: var(--border-radius-size-2);
    background-color: var(--color-background-6);
    width: 100%;
    line-height: 22px;
    padding: 20px;
    margin-bottom: 15px;
    overflow: auto;

}

.liveshow__container--body__product--filter__find {
    margin-bottom: 12px !important;
}

.liveshow__container--body__product--filter__price {
    font-size: var(--size-text-4);
    font-weight: 400;
    border: 1px solid var(--color-background-22);
    width: 150px;
    border-radius: var(--border-radius-size-0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    margin-right: 8px;
    background-color: var(--border-radius-size-6);
    position: relative;
}

.liveshow__container--body__product--filter__price:hover,
.liveshow__container--body__product--list__page--item:hover {
    border: 1px solid var(--color-background-7);
}

.instant-filter {
    width: 210px;
}



.liveshow__container--body__product--list .user__booking--popular__slide--items__wrapper {
    margin-bottom: 12px;
}

.liveshow__container--body__product--filter__price--wrap,
.liveshow__container--body__product--filter__price--content {
    display: flex;
    align-items: center;
}

.postform {
    border: 1px solid var(--color-background-22);
    padding: 9px 0;
    font-size: var(--size-text-4);

}

.reset_filter a {

    font-weight: 400 !important;
    margin-left: 10px;
    font-size: var(--size-text-4);
}

.liveshow__container--body__product--filter__price--text {
    margin-right: 8px;
    font-size: var(--size-text-3);
    color: var(--color-background-2);
}

/* ==============================================
    Name: pagination
    Creact by: Tien Dat
    Creact at: 9AM 05/03/2024
============================================== */

.liveshow__container--body__product--list__page {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;

}

.liveshow__container--body__product--list__page--item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    color: #212121;
    border: 1px solid #4a4a4a;
    font-weight: 400;
    font-size: 16px;
    border-radius: 8px;
    background-color: var(--color-background-6);
    cursor: pointer;
    user-select: none;
    margin-right: 10px;
}

body.listLiveshowPoptip .liveshow__container--body__product--filter__price--poptip {
    display: block;
}

.liveshow__container--body__product--filter__price--poptip {
    z-index: 200;
    position: absolute;
    inset: 37px auto auto 0px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
    border-radius: 12px;
    max-width: 7680px;
    max-height: 1000px;
    width: 196px;
    margin: 8px 0;
    padding-bottom: 8px;
    background-color: var(--color-background-6);
    display: none;
}

.liveshow__container--body__product--filter__price--poptip__option {
    line-height: 1.29;
    padding: 7px 20px;
    border-radius: 8px;
    display: -webkit-box;
    display: flex;
    align-items: center;
    border: 1px solid var(--color-text-3);
}

.liveshow__container--body__product--filter__price--poptip__option:hover,
.liveshow__container--body__menu--item:hover {
    background-color: var(--color-background-3);
}

.liveshow__container--body__product--filter__price--poptip__option span {
    padding: 12px 0;
    font-size: var(--size-text-5);
}


.liveshow__container--body__menu--item__dropdown {
     padding-left: 15px;
}

.liveshow__container--body__menu--item__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--border-radius-size-2);
}

.liveshow__container--body__product--list .firstProduct__info {
    background-color: var(--color-background-6);
	min-height:194px;
}

.firstProduct__content--list__item {
    min-height: 60px;
}

.liveshow__container--body__product--list .firstProduct {
    width: 100% !important;
}

.liveshow__container--body__product--list .firstProduct .firstProduct__content--list {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem;
    justify-content: start;
}
.add-to-cart-btn{
    cursor: pointer;
}
.liveshow__container--body__product--list .firstProduct .firstProduct__content--list .firstProduct__content--list__item {
    width: 30%;
}


.liveshowMoblie__fitter--wrap,
.liveshow__container--body__product--icon {
    display: none;
}
.liveshow__not--product{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}
.liveshow__not--product__box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.liveshow__not--product__box img{
    width: 45px;
}
.liveshow__not--product__box span{
    font-size: var(--size-text-5);
    font-weight: 500;
    color: var(--color-text-2);
}
@media (max-width: 1110px) {
    .liveshow__container--body__product--list .firstProduct .firstProduct__content--list .firstProduct__content--list__item {
        width: 45%;
    }
}


@media (max-width: 750px) {
    body.listLiveshowFitter .liveshow__container--body__wrap{
        display: block;
    }
	 .liveshow__container--body__product--filter__price--wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .liveshow__container--body__wrap{
        position: absolute;
        top: 120px;
        left: 44%;
        display: none;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    }
    .liveshow__container--body__product--icon{
        border-radius: var(--border-radius-size-2);
        border: 1px solid var(--color-background-11);
        padding: 6px;
        display: flex;
    }
    .liveshow__container--body__product--icon ion-icon{
        font-size: 22px;
        text-align: center;
    }
    .liveshow__container--body__menu{
        left: -40px;
        margin: 0;
        width: 227px;
        position: absolute;
        z-index: 20;
    }
    .liveshow__container--body__product--list {
        width: 100%;
    }

    .firstProduct__content--list {
        justify-content: space-between !important;
    }

    .liveshow__banner,
    .liveshow__container--link,
    .liveshow__container--body__menu:first-child {
        display: none;
    }

    .liveshow__container--body__product--filter__find {
        display: block;
        margin-top: 12px !important;
    }

    .liveshow__container--body__product {
        padding: 0 16px;
    }

    .liveshow__container,
    .liveshow,
    .liveshow__container--body__product {
        background-color: var(--color-background-6);
    }

    .liveshow__container--body__product--filter {
        display: flex;
        align-items: flex-start;
        padding: 0;
        margin-top: 80px;
        border-radius: 0;
    }
    .liveshow__container--body__product--filter__price--wrap .liveshow__container--body__menu--item{
        background-color: rgb(255 255 255);
        padding: 10px 15px;
        border-radius: 99px;
        border: 0.5px solid var(--color-background-7);
        line-height: 1;
      
    }

   
    .liveshow__container--body__menu--item a{
        font-size: 14px;
    }
    .liveshowMobile__title {
        height: 44px;
        padding: 12px 0;
        font-weight: 500;
        font-size: var(--size-text-5);
    }

    .liveshow {
        padding-top: 30px;
    }

    .liveshowMoblie__fitter--wrap {
        box-shadow: 0px 0px 1px black;
        background-color: var(--color-background-6);
        left: 0;
        padding: 16px;
        position: fixed;
        top: 61px;
        width: 100%;
        z-index: 999;
        display: block;
    }

    .liveshowMobile__fitter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid var(--color-background-7);
        border-radius: 99rem;
        min-height: 40px;
        padding: 0 0 0 12px;
    }

    .liveshowMobile__fitter--btn {
        background-color: transparent;
    }

    .liveshowMobile__fitter--input {
        width: 100%;
    }

    .liveshowMobile__fitter--input input {
        width: 100%;
        border: none;
    }

    .liveshowMobile__fitter--icon {
        align-items: center;
        background: var(--color-background-7);
        border-radius: 20px;
        color: var(--color-background-6);
        display: flex;
        height: 30px;
        justify-content: center;
        width: 52px;
        margin-right: 5px;
    }

    .liveshow__container--body__product--list {
        grid-template-columns: repeat(auto-fit, minmax(250px, .5fr));
    }
    .liveshow__container--body__product--list .firstProduct .firstProduct__content--list{
        gap: 0;
    }
}

@media (max-width: 550px) {

    .liveshow__container--body__product--list {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    }

    .liveshow__container--body__product--list .firstProduct .firstProduct__content--list .firstProduct__content--list__item {
        width: 100%;
    }

   

    .liveshow__container--body {
        padding: 10px;
    }

    .liveshow__container--body__product {
        padding: 0;
    }

    .liveshow__container--body .firstProduct__content--list {
        padding: 0;
        justify-content: space-between !important;

    }

    .liveshow__container--body .firstProduct__content--list .firstProduct__info--top__title {
        font-size: var(--size-text-4);
        margin: 0;
    }

    .liveshow__container--body .firstProduct__content--list .firstProduct__content--list__item {
        width: 49% !important;
    }

    .liveshow__container--body .firstProduct__info--top__score--review,
    .liveshow__container--body .firstProduct__info--top__desc {
        font-size: var(--size-text-3);
        margin: 0;
    }

    /* .liveshow__container--body .firstProduct__info {
        min-height: 0;
    } */

    .liveshow__container--body .firstProduct__info--bottom {
        margin: 0;
        
    }

}
@media (max-width: 350px){
	.liveshow__container--body__product--filter__price--wrap .liveshow__container--body__menu--item{border-radius: 12px;}
}



.ticket-wrap-item {
    /* display: grid; */
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.ticket-container {
    background-color: #deecfa;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
}

.ticket-header {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.ticket-card {
    background-color: var(--color-background-6);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.ticket-info h2 {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.ticket-price {
    margin: 20px 0;
    color: var(--color-text-7);
    font-size: 18px;
    font-weight: 400;
}

.ticket-wrap-price {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.ticket-submit {
    display: flex;
    align-items: center;
}

.ticket-submit .quantity {
    margin-right: 20px;
}

.ticket-submit input[type=number]::-webkit-inner-spin-button,
.ticket-submit input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* button order type  */

.product-variations-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
    -webkit-box-align: center;
    align-items: center;
}

.button-wrap {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
}

.product-variations-buttons .variation-button {
    background: none;
    font-size: 0.875em;
    border-radius: 0;
    text-transform: uppercase;
    color: rgb(46, 46, 46);
    padding: 0 10px;
    min-width: 60px;
    border: 0.5px solid lightgrey;

}

.product-variations-buttons .variation-button:hover {
    border: 0.5px solid #ee4d2d;
}

.product-variations-buttons .variation-button.active {
    color: #ee4d2d;
    border-color: #ee4d2d;
}

.product-variations-buttons .variation-button.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-right: 10px solid #ee4d2d;
    border-bottom: 10px solid #ee4d2d;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
}

.product-variations-buttons .variation-button.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 3px;
    width: 4px;
    height: 8px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
}

.variation-note {
    opacity: 0;
    position: absolute;
    background: black;
    color: white;
    min-width: 250px;
    padding: 10px;
    z-index: -1;
    top: 0;
    left: 110%;
    text-transform: lowercase;
    transition: opacity 0.3s ease, z-index 0.3s ease;
}

.button-wrap .variation-button {
    position: relative;
    padding: 6px 10px;
}

.button-wrap .variation-button:hover+.variation-note {
    opacity: 1;
    z-index: 10;
    left: 110%;
}



.variation-note::before {
    position: absolute;
    top: 20px;
    left: -10px;
    margin-top: -10px;
    content: "";
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000000;

}

.view-variation-prices {
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    background-color: #fcf4f5;
    color: #ee4d2d;
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 1.5625rem;
}

.ticket-temp .add-to-cart-btn,
#close-order {
    display: none;
}

.hidden-important {
    display: none !important;
}









.ticket-wrap-item {
    /* display: grid; */
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.ticket-container {
    background-color: #deecfa;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
}

.ticket-header {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.ticket-card {
    background-color: var(--color-background-6);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.ticket-info h2 {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.ticket-price {
    margin: 20px 0;
    color: var(--color-text-7);
    font-size: 18px;
    font-weight: 400;
}

.ticket-wrap-price {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.ticket-submit {
    display: flex;
    align-items: center;
}

.ticket-submit .quantity {
    margin-right: 20px;
}

.ticket-submit input[type=number]::-webkit-inner-spin-button,
.ticket-submit input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* button order type  */

.product-variations-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
    -webkit-box-align: center;
    align-items: center;
}

.button-wrap {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
}

.product-variations-buttons .variation-button {
    background: none;
    font-size: 0.875em;
    border-radius: 0;
    text-transform: uppercase;
    color: rgb(46, 46, 46);
    padding: 0 10px;
    min-width: 60px;
    border: 0.5px solid lightgrey;

}

.product-variations-buttons .variation-button:hover {
    border: 0.5px solid #ee4d2d;
}

.product-variations-buttons .variation-button.active {
    color: #ee4d2d;
    border-color: #ee4d2d;
}

.product-variations-buttons .variation-button.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-right: 10px solid #ee4d2d;
    border-bottom: 10px solid #ee4d2d;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
}

.product-variations-buttons .variation-button.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 3px;
    width: 4px;
    height: 8px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
}

.variation-note {
    opacity: 0;
    position: absolute;
    background: black;
    color: white;
    min-width: 250px;
    padding: 10px;
    z-index: -1;
    top: 0;
    left: 110%;
    text-transform: lowercase;
    transition: opacity 0.3s ease, z-index 0.3s ease;
}

.button-wrap .variation-button {
    position: relative;
    padding: 6px 10px;
}

.button-wrap .variation-button:hover+.variation-note {
    opacity: 1;
    z-index: 10;
    left: 110%;
}



.variation-note::before {
    position: absolute;
    top: 20px;
    left: -10px;
    margin-top: -10px;
    content: "";
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000000;

}
 
.view-variation-prices {
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    background-color: #fcf4f5;
    color: #ee4d2d;
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 1.5625rem;
}

.ticket-temp .add-to-cart-btn,
#close-order {
    display: none;
}

.hidden-important {
    display: none !important;
}


@media (max-width: 800px) {
    .liveshow__bottom--form {
        gap: 10px;
        justify-content: end;
        width: 100%;
    }
    .ticket-temp .add-to-cart-btn {
        display: block;
        height: 81px;
        width: 81px;
        border-radius: 50%;
        background: linear-gradient(135deg, #ee4d2d, #ff4d4d, #ff8b5f, #ff4d4d, #ee4d2d);
        background-size: 400% 400%;
        animation: gradientAnimation 4s linear infinite;
        z-index: 10;
        bottom: 10%;
        position: fixed;
        right: 10px;
    
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
        font-weight: 500;
    }
    
    @keyframes gradientAnimation {
        0% { background-position: 0% 50%; }
        55% { background-position: 100% 50%; }
        60% { background-position: 100% 50%; } 
        100% { background-position: 0% 50%; } 
    }
    
    

    .ticket-temp #close-order {
        display: block;
    }

    .ticket-temp #close-order ion-icon {
        font-size: 25px;
        margin-top: -7px;
    }

    .ticket-wrap-item {
        display: block;
    }

    .detail__tour--content__left--header {
        font-size: var(--size-text-6);
        margin: 30px 0;
    }

    .ticket-header p {
        font-size: 20px;
    }

    .ticket-info h2 {
        font-size: 16px;
    }

    .variation-note {
        left: 100px;
        top: -260px;
        transition: all 0.5s;
    }

    .detail__liveshow--content .variations_form.cart {
        flex-direction: column;
        gap: 10px;
    }

    /* .taskbarMobile{
        height: 0;
    overflow: hidden;
    } */

    .ticket-temp .detail__liveshow--content__right {
        position: fixed;
        top:calc(100vh - 330px);
        padding-top: 20px;
        flex-flow: row-reverse;
        transition: all 0.5s;
    }

    .ticket-temp .detail__liveshow--content__right {
        display: none;
    }

    .button-wrap .variation-button:hover+.variation-note {
        left: 0;
    }
}

@media (max-width: 500px) {
    .button-wrap{
        position:static;
    }
    .variation-note{
        border-radius: 12px;
        width: 60%;
        top: -185px;
        transition: all 0.5s;
    }
    .variations_form{
        position: relative;
    }

}

















@media (max-width: 900px) {
    .liveshow__bottom--form{
        gap: 10px;
        justify-content: end;
        width: 100%;
    }

    .ticket-temp .add-to-cart-btn {
        display: block;
        height: 81px;
        width: 81px;
        border-radius: 50%;
        background: linear-gradient(135deg, #ee4d2d, #ff4d4d, #ff8b5f, #ff4d4d, #ee4d2d);
        background-size: 400% 400%;
        animation: gradientAnimation 4s linear infinite;
        z-index: 10;
        bottom: 10%;
        position: fixed;
        right: 10px;

        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
        font-weight: 500;
    }

    @keyframes gradientAnimation {
        0% {
            background-position: 0% 50%;
        }

        55% {
            background-position: 100% 50%;
        }

        60% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }



    .ticket-temp #close-order {
        display: block;
    }

    .ticket-temp #close-order ion-icon {
        font-size: 25px;
        margin-top: -7px;
    }



}






