/* 22-09-2023 */

.info-right.list ul li {
    position: relative;
    padding-left: 25px;
}

.info-right.list ul li::before {
    content: "\f00c";
    position: absolute;
    color: #28a3fd;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    padding-right: 8px;
    top: 0px;
    left: 0px;
}

.price-table-list ul {
    padding: 40px 35px 0px;
    margin: 0px;
    ;
}

.price-table-list ul li {
    margin-bottom: 15px;
    position: relative;
    padding-right: 30px;
    list-style: none;
}

.price-table-list ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
}

.price-table.popular .price-table-list ul li {
    color: #fff;
}

.price-table {
    margin-bottom: 30px;
}

.is-register-box {
    display: flex;
    align-items: center;
}

.is-register-box input {
    margin-left: 5px;
}

.is-register-box label {
    margin: 0px 0px 0px 10px;
    color: #150000;
    font-weight: 600;
}

/* 03-10-2023 */

.coupon-fild label {
    font-family: "Jeko Bold";
    text-transform: uppercase;
}

.coupon-fild .input-group {
    position: relative;
    width: 100%;
}

.coupon-fild .coupon {
    padding-right: 100px;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.coupon-fild .input-group span.input-group-append {
    position: absolute;
    right: 0px;
    height: 100%;
    z-index: 3;
}

.coupon-fild .input-group span.input-group-append .btn-apply {
    height: 100%;
    width: 100px;
    font-family: "Jeko Bold";
    text-transform: uppercase;
    background-color: #28a3fd;
    outline: none;
    box-shadow: none;
    border: 0px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.coupon-fild .input-group span.input-group-append .btn-apply:hover {
    background: linear-gradient(40.77deg, #242fbbc2 0%, #4808c5a3 100%);
}
/*19-10-2023*/
.text-noted{
    color:#666cff!important;
  }

  .tranHist-action{
    white-space: nowrap;
  }

  .tranHist-action a:first-child{
    padding-right: 10px;
    border-right: 1px solid #d8d8dd;
    margin-right: 5px;
  }

  .modal-content .tags .badge.rounded-pill.bg-label-info.price{
    margin-right: 2px;
    margin-bottom: 5px;
  }