/***************** Authed User *****************/

.authed-user.MyOrders,
.authed-user.MyProfile,
.authed-user.MySubscription,
.authed-user.GiftWallet,
.authed-user.LoyaltyWallet,
.authed-user.ShippingandBilling,
.authed-user.Referrals,
.authed-user.UpgradeAccount,
.authed-user.Support,
.authed-user.Verification,
.authed-user.HltOld,
.authed-user.Hlt,
.Notifications {
    background: #f0f2f5;
}
.ant-popover {
  z-index: 2147483641 !important;
}

.authed-user .anticon-spin {
    color: #00b2ff;
}

.authed-user .container .left-side {
    padding: 30px 6px 30px 12px;
}

.authed-user .container .right-side {
    padding: 30px 12px 30px 6px;
}

#main-slider img {
    max-height: 400px;
    object-fit: cover;
}

.cbo-top-dropdown.ant-menu-root.ant-menu-vertical,
.cbo-top-dropdown.ant-menu-root.ant-menu-vertical-left,
.cbo-top-dropdown.ant-menu-root.ant-menu-vertical-right,
.cbo-top-dropdown.ant-menu-root.ant-menu-inline {
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
}

.cbo-top-dropdown.ant-menu-vertical > .ant-menu-item, 
.cbo-top-dropdown.ant-menu-vertical-left > .ant-menu-item, 
.cbo-top-dropdown.ant-menu-vertical-right > .ant-menu-item, 
.cbo-top-dropdown.ant-menu-inline > .ant-menu-item, 
.cbo-top-dropdown.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title, 
.cbo-top-dropdown.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title, 
.cbo-top-dropdown.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title, 
.cbo-top-dropdown.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
    height: 28px;
    line-height: 28px;
}

.cbo-top-dropdown .ant-menu-item a {
    margin-left: 12px;
}

.cbo-top-dropdown .icon-title {
    display: flex;
    align-items: center;
}

.cbo-top-dropdown .icon-title.akashx img {
    width: 17px;
}

.cbo-top-dropdown .icon-title.log-out svg {
    font-size: 21px;
    color: #00b2ff;
}

.cbo-top-dropdown .icon-title.hlt img {
    width: 16px;
}

.cbo-top-dropdown .icon-title.log-out a {
    margin-left: 7px;
}

.cbo-top-dropdown .icon-title.account-setting svg {
    font-size: 21px;
    color: #00b2ff;
}

.cbo-top-dropdown .icon-title.account-setting a {
    margin-left: 7px;
}

.cbo-top-dropdown .icon-title.go-to-abo svg {
    font-size: 21px;
    color: #00b2ff;
}

.cbo-top-dropdown .icon-title.go-to-abo a {
    margin-left: 7px;
}

.authed-user .slider-bg {
    /* background: unset; */
}

.authed-user .header-logo .container .search-bar {
    /* width: 45%; */
}

.authed-user .cart-bar {
}

.authed-user .cart-bar ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    min-width: 270px;
}

.authed-user .cart-bar ul .go-to-ubo {
    max-width: 80px;
    text-align: center;
}

.authed-user .cart-bar ul .go-to-ubo a {
    font-size: 12px;
    color: #ffffff;
}

.authed-user .cart-bar ul .user-info .ant-dropdown-trigger {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.authed-user .cart-bar ul .user-info img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ffffff;
    padding: 2px;
}

.authed-user .cart-bar ul .user-info .user-info-text {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    color: #ffffff;
}

.authed-user .cart-bar ul .user-info .user-info-text p {
    margin-bottom: 0;
}

.notification-icon {
    font-size: 24px;
    color: #ffffff;
}

.notification-badge {
    display: inline-block;
    cursor: pointer;
}
.notification-badge .ant-scroll-number {
    background: #09b7ef;
}
.avatar-icons-hidden {
    width: 26px;
    display: inline;
    margin-right: 35px;
}

.notification-menus {
  width: 300px !important;
}
.notification-menus .ant-dropdown-menu {
  padding: 0px;
}
.notification-menus .ant-dropdown-menu-item {
  padding: 0px;
}
.notification-header {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #09b7ef;
  color: white;
  font-size: 15px;
  cursor: default;
}

.notification-header span {
  background-color: #384971a3;
  color: white;
  padding: 3px 10px;
  border-radius: 14px;
  font-size: 13px;
}
.notification-footer {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  cursor: default;
  color: #09b7ef;
  font-size: 15px;
}
.notification-footer .label {
  cursor: pointer;
}
.notification-content {
  padding: 10px 15px;
  background-color: white;
  cursor: default;
}

.notification-content .message-container {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: black;
  cursor: pointer;
}
.notification-content svg {
  width: 20px;
  margin-right: 10px;
}
.notification-content .message-date {
  color: #a2a2a2;
  font-size: 12px;
  padding-left: 31px;
  margin-top: -6px;
}
.notification-modal-container .content {
    margin-top: 20px;
}
.Notifications .notifications-table .user-name img {
    width: 28px;
    height: 28px;
    margin-right: 7px;
}
.Notifications .notifications-table .table-container .title {
    cursor: pointer;
}
.Notifications .notifications-table .ant-spin-nested-loading > div > .ant-spin .spinner {
  top: 0;
}
.Notifications .notifications-table .description p {
    margin-bottom: 0;
}
.Notifications .notifications-table-header .header {
    margin-bottom: 15px;
    padding-right: 20px;
}
.Notifications .notifications-table-header .header .title {
    font-weight: 500;
    font-size: 18px;
}
  
.Notifications .notifications-table-header .header .date-picker {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
.Notifications .notifications-table-header .header .date-picker button {
    margin-left: 10px;
}
.Notifications .notifications-table .unread-notification {
    color: #000000;
}
@media (max-width: 400px) {
    .Notifications .notifications-table-header .header .date-picker {
      flex-direction: column;
      padding-left: 20px;
    }
    .Notifications .notifications-table-header .header .date-picker button {
      width: 100%;
      margin-left: 0px !important;
      margin-top: 10px;
    }
}
  
@media (max-width: 1200px) {
    .Notifications .notifications-table .table-container .ant-table {
      overflow-x: scroll;
    }
    .Notifications .notifications-table .table-container .ant-table .ant-table-container {
      width: 1000px;
    }
}

.authed-user .left-side {
    min-width: 235px;
}

.authed-user .my-account-card .ant-card-body {
    padding: 0;
}

.authed-user .my-account-card h5 {
    font-size: 18px;
    font-weight: 600;
}

.authed-user .card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px 12px 24px;
}


.authed-user .card-title  h5 {
    margin-bottom: 0;
}

.authed-user .card-title .anticon {
    font-size: 16px;
    color: #00b2ff;
    cursor: pointer;
}

.authed-user .my-account-card .main-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.authed-user .my-account-card .main-info img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #00b2ff;
    padding: 2px;
}

.authed-user .my-account-card .main-info a {
    color: #00b2ff;
    margin: 10px 0 12px;
    text-decoration: underline;
}

.authed-user .my-account-card .main-info h5 {
    margin-top: 20px;
    margin-bottom: 0;
}

.authed-user .my-account-card .other-info {
    background: rgb(154 198 249 / 10%);
    padding: 12px 24px;
}

.authed-user .my-account-card .other-info h5 {
    font-size: 15px;
    margin-bottom: 0;
}

.authed-user .my-account-card .other-info span {
    font-size: 15px;
}

.authed-user .my-account-card .other-info .user-id {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.authed-user .my-account-card .other-info .username {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.authed-user .side-menu li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 24px;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 12px;
    cursor: pointer;
}

.authed-user .side-menu li img {
    width: 17px;
    height: 20px;
}

.authed-user .side-menu li span {
    font-weight: 500;
    margin-left: 12px;
    color: #354052;
    font-size: 15px;
}

.authed-user .side-menu li.active {
    background: #00b2ff;
    color: #ffffff;
}

.authed-user .side-menu li.active span {
    color: #ffffff;
}

.authed-user .side-menu li .verification-icon svg {
    font-size: 22px;
    color: #05c1ff;
}

.authed-user .side-menu li.active .verification-icon svg {
    color: #ffffff;
}

.authed-user .right-side {
    margin-bottom: 12px;
}

.authed-user .right-side .content-card {
    height: 100%;
}

.authed-user .right-side .content-card .ant-card-body {
    padding: 20px 0;
    position: relative;
}

.authed-user .right-side .content-card .ant-card-body .loading-spin {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.authed-user .right-side .content-card h5.title {
    padding: 0 24px;
    margin-bottom: 0.7em;
    font-weight: 500;
    color: #354052;
}

.authed-user .right-side .ant-table-container .ant-table-content {
    overflow-x: auto;
}

.authed-user .right-side .ant-table-container .ant-table-content table {
    white-space: nowrap;
}

.authed-user .right-side .ant-table-container table > thead > tr:first-child th:first-child {
    padding-left: 24px;
}

.authed-user .right-side .ant-table-container table > thead > tr th {
    font-size: 14px;
    font-weight: 600;
    color: #696e7e;
}

.authed-user .right-side .ant-table-tbody > tr > td:first-child {
    padding-left: 24px;
}

.authed-user .right-side .ant-table-tbody > tr > td a {
    color: #00b2ff;
    text-decoration: underline;
}

.order-details-modal .ant-modal-body {
    padding: 24px 0;
}

.order-details-modal-content h5 {
    display: flex;
    padding: 0 24px;
}
.order-details-modal-content .status-line {
    margin: 0 24px 12px 24px;
}
.order-details-modal-content label {
    font-size: 14px;
    /* padding: 0 24px; */
    /* margin-bottom: 12px; */
}
.order-details-modal-content h4 {
    font-size: 16px;
    margin: 12px 24px 4px 24px;
}

.order-details-modal-content .ant-table-content {
    overflow-x: auto;
}

.order-details-modal-content table {
    white-space: nowrap;
}

.order-details-modal-content .order-details-modal-footer {
    padding: 24px 24px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.order-details-modal-content .order-details-modal-footer strong {
    font-size: 16px;
    margin-right: 12px;
}

.order-details-modal-content .order-details-modal-footer strong span {
    font-weight: 500;
}

.order-receipt {
    display: flex;
    justify-content: center;
}

.order-receipt-modal .ant-modal-body {
    padding: 24px 0;
}

.order-receipt-modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-receipt-modal-content h5 {
    display: flex;
    padding: 0 24px;
}

.order-receipt-modal-content .europe-header {
    width: 60%;
}

.order-receipt-modal-content .europe-header h2 {
    text-align: center;
    margin-top: 20px;
}

.order-receipt-modal-content .europe-header h5 {
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    justify-content: center;
}

.order-receipt-modal-content .europe-header ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #00b2ff;
    margin-top: 40px;
}

.order-receipt-modal-content .order-info {
    width: 60%;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.order-receipt-modal-content .order-info h5 {
    padding: 0;
    color: #00b2ff;
    font-weight: 600;
    opacity: 0.8;
}

.order-receipt-modal-content .order-info .info-row {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-receipt-modal-content .order-info .info-row label {
    font-size: 16px;
}

.order-receipt-modal-content .order-info .info-row span {
    font-size: 16px;
}

.order-receipt-modal-content .ant-table-wrapper {
    width: 100%;
}

.order-receipt-modal-content .ant-table-content {
    overflow-x: auto;
}

.order-receipt-modal-content table {
    white-space: nowrap;
}

.order-receipt-modal-content .bt {
    border-top: 1px solid rgb(60 67 86 / 20%);
}

.authed-user .right-side .content-card .input-error {
    color: #f35151;
}

.authed-user .right-side .content-card .profile-card {
    padding: 24px;
}

.authed-user .right-side .content-card .profile-card .profile-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.authed-user .right-side .content-card .profile-card .profile-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #00b2ff;
    border-radius: 50%;
    padding: 3px;
    margin-right: 20px;
}

.authed-user .right-side .content-card .profile-card label {
    display: flex;
    align-items: center;
    min-width: 100px;
}

.authed-user .right-side .content-card .profile-card input {
    height: 40px;
    font-size: 16px;
}

.authed-user .right-side .content-card .profile-card input[disabled] {
    height: 30px;
}

.authed-user .right-side .content-card .profile-card .ant-input-password input {
    height: 30px;
}

.authed-user .right-side .content-card .profile-card .full-name {
    margin-top: 30px;
}

.authed-user .right-side .content-card .profile-card .username {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.authed-user .right-side .content-card .profile-card .account-id {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.authed-user .right-side .content-card .profile-card .email {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.authed-user .right-side .content-card .profile-card .phone {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.authed-user .right-side .content-card .profile-card .dob input {
    height: 38px;
}

.authed-user .right-side .content-card .profile-card .dob .date-picker-dob {
    width: 100%;
}

.authed-user .right-side .content-card .profile-card .dob {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.authed-user .right-side .content-card .profile-card button {
    height: 35px;
}

.authed-user .right-side .content-card .profile-card .action-btns button {
    margin-right: 20px;
    min-width: 100px;
}

.change-password-modal-content label {
    font-weight: 600;
    margin-bottom: 3px;
}

.change-password-modal-content input {
    height: 40px;
}

.change-password-modal-content .ant-input-password input {
    height: 30px;
}

.change-password-modal-content .input-error {
    color: #f35151;
}

.change-password-modal-content .action-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.change-password-modal-content .action-btns button {
    min-width: 100px;
    height: 35px;
}

.change-password-modal-content .action-btns button:first-child {
    margin-right: 20px;
}

/*** Gift Wallet Page ***/
.GiftWallet .content-root{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.GiftWallet .content-root .ant-card-body {
    padding: 24px !important;
}
.GiftWallet .main-section {
    width: calc(100% - 360px);
    display: flex;
    flex-direction: column;
}
.GiftWallet .history-section {
    height: 100%;
}
.GiftWallet .side-section {
    width: 336px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.GiftWallet .tip-section-card {
    height: 100%;
}
.GiftWallet .gift-wallet-faqs h4 {
    text-align: center;
}
.GiftWallet .gift-wallet-faqs .logo-spinner-section {
    min-height: 100px;
}
.GiftWallet .gift-wallet-faqs {
    margin-top: 24px;
}
@media (max-width: 768px) {
    .GiftWallet {
        flex-wrap: wrap;
    }
    .GiftWallet .main-section {
        width: 100%;
    }
    .GiftWallet .side-section {
        width: 100%;
    }
}
.GiftWallet .product-list {
    position: relative;
}
.GiftWallet .product-list .slider-box {
    margin: 0 -10px;
}
.GiftWallet .product-list .slick-next {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 26px;
}
.GiftWallet .product-list .slick-prev {
    position: absolute;
    top: -41.5px;
    left: calc(100% - 90px);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 26px;
}
.GiftWallet .product-list .slick-disabled {
    opacity: 0.5;
}
.GiftWallet .product-list .slick-slide {
    padding: 0 10px;
}
.GiftWallet .product-list .title {
    font-size: 18px;
}
.GiftWallet .product-card {
    border: 1px solid rgba(127,143,163,0.4);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;
}
.GiftWallet .product-card .product-img img {
    width: 100%;
}
.GiftWallet .product-card .product-title {
    font-weight: bold;
    margin: 15px 0px 11px;
    font-size: 18px;
    text-align: center;
}
.GiftWallet .product-card .price {    
    font-weight: normal;
    font-size: 14px;
    color: #00b4ee;
    text-align: center;
}
.GiftWallet .product-card .action-root {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.GiftWallet .product-card .qty-root {
    position: relative;
    width: calc(50% - 6px);
}
.GiftWallet .product-card .qty-root .anticon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 12;
}
.GiftWallet .product-card .qty-root .anticon.plus-icon {
    left: auto;
    right: 12px;
}
.GiftWallet .product-card .qty-root .ant-input {
    text-align: center;
    padding: 5px 30px;
}
.GiftWallet .product-card .ant-btn { 
    width: calc(50% - 6px);
    background: #00b4ee;
    border-radius: 2px;
    color: #fff;
}
.GiftWallet .history-section .title {
    margin-bottom: 5px;
    margin-top: -10px;
}

.GiftWallet .history-section .status-dropdown {
    width: 150px;
}

.GiftWallet .history-section .ant-table-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    max-width: calc(100% + 48px);
}
.GiftWallet .balance-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.GiftWallet .balance-section h6 {
    font-size: 12px;
    color: #7f8fa4;
}
.GiftWallet .balance-section .amount {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #86D55E;
}
.GiftWallet .balance-section img {
    width: 67px;
    height: 67px;
}
.GiftWallet .send-btn-section button {
    height: 67px;
    width: 100%;
    background: #00b2ff;
    color: #fff;
    font-size: 20px;
}

.send-gift-modal .ant-btn {
    background: #00b2ff;
    color: #fff;
    padding: 8px 20px;
    margin-top: 12px;
    height: 40px;
}
.GiftWallet .tip-section h4 {
    margin-top: 24px;
    text-align: center;
}
.GiftWallet .tip-section p {
    text-align: center;
    margin: 12px 0;
    color: #7f8fa4;
}
.GiftWallet .form-group {
    margin-bottom: 8px;
}
.GiftWallet .form-group .label {
  margin-bottom: 3px;
  font-size: 14px !important;
}
.GiftWallet .form-group .errorWrapper {
  color: #ff4d4f;
}

.GiftWallet .balance-section .ant-card-body {
    width: 100%;    
}
.GiftWallet .balance-stats {
    background: #f3f5f8;
    padding: 20px;
}
.GiftWallet .balance-stats .stats-title {
    font-weight: 500;
    font-size: 18px;
    color: #7f8fa3;
    text-align: center;
}
.GiftWallet .balance-stats .stats-value {
    font-weight: 600;
    color: #00b4ee;
    font-size: 18px;
    text-align: center;
    margin-top: 3px;
}

/** Loyalty Wallet */
.LoyaltyWallet .balance-section .ant-card-body {
    width: 100%;    
}
.LoyaltyWallet .balance-stats {
    background: #f3f5f8;
    padding: 20px;
}
.LoyaltyWallet .balance-stats .stats-title {
    font-weight: 500;
    font-size: 18px;
    color: #7f8fa3;
    text-align: center;
}
.LoyaltyWallet .balance-stats .stats-value {
    font-weight: 600;
    color: #00b4ee;
    font-size: 18px;
    text-align: center;
    margin-top: 3px;
}

.LoyaltyWallet .content-root{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.LoyaltyWallet .content-root .ant-card-body {
    padding: 24px !important;
}
.LoyaltyWallet .main-section {
    width: calc(100% - 360px);
    display: flex;
    flex-direction: column;
}
.LoyaltyWallet .history-section {
    height: 100%;
}
.LoyaltyWallet .side-section {
    width: 336px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.LoyaltyWallet .tip-section-card {
    height: 100%;
}
.LoyaltyWallet .gift-wallet-faqs h4 {
    text-align: center;
}
.LoyaltyWallet .gift-wallet-faqs .logo-spinner-section {
    min-height: 100px;
}
.LoyaltyWallet .gift-wallet-faqs {
    margin-top: 24px;
}
@media (max-width: 768px) {
    .LoyaltyWallet {
        flex-wrap: wrap;
    }
    .LoyaltyWallet .main-section {
        width: 100%;
    }
    .LoyaltyWallet .side-section {
        width: 100%;
    }
}
.LoyaltyWallet .product-list {
    position: relative;
}
.LoyaltyWallet .product-list .slider-box {
    margin: 0 -10px;
}
.LoyaltyWallet .product-list .slick-next {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 26px;
}
.LoyaltyWallet .product-list .slick-prev {
    position: absolute;
    top: -41.5px;
    left: calc(100% - 90px);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 26px;
}
.LoyaltyWallet .product-list .slick-disabled {
    opacity: 0.5;
}
.LoyaltyWallet .product-list .slick-slide {
    padding: 0 10px;
}
.LoyaltyWallet .product-list .title {
    font-size: 18px;
}
.LoyaltyWallet .product-card {
    border: 1px solid rgba(127,143,163,0.4);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;
}
.LoyaltyWallet .product-card .product-img img {
    width: 100%;
}
.LoyaltyWallet .product-card .product-title {
    font-weight: bold;
    margin: 15px 0px 11px;
    font-size: 18px;
    text-align: center;
}
.LoyaltyWallet .product-card .price {    
    font-weight: normal;
    font-size: 14px;
    color: #00b4ee;
    text-align: center;
}
.LoyaltyWallet .product-card .action-root {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.LoyaltyWallet .product-card .qty-root {
    position: relative;
    width: calc(50% - 6px);
}
.LoyaltyWallet .product-card .qty-root .anticon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 12;
}
.LoyaltyWallet .product-card .qty-root .anticon.plus-icon {
    left: auto;
    right: 12px;
}
.LoyaltyWallet .product-card .qty-root .ant-input {
    text-align: center;
    padding: 5px 30px;
}
.LoyaltyWallet .product-card .ant-btn { 
    width: calc(50% - 6px);
    background: #00b4ee;
    border-radius: 2px;
    color: #fff;
}
.LoyaltyWallet .history-section .title {
    margin-bottom: 5px;
    margin-top: -10px;
}

.LoyaltyWallet .history-section .status-dropdown {
    width: 150px;
}

.LoyaltyWallet .history-section .ant-table-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    max-width: calc(100% + 48px);
}
.LoyaltyWallet .balance-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.LoyaltyWallet .balance-section h6 {
    font-size: 12px;
    color: #7f8fa4;
}
.LoyaltyWallet .balance-section .amount {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #86D55E;
}
.LoyaltyWallet .balance-section img {
    width: 67px;
    height: 67px;
}
.LoyaltyWallet .send-btn-section button {
    height: 67px;
    width: 100%;
    background: #00b2ff;
    color: #fff;
    font-size: 20px;
}

.send-gift-modal .ant-btn {
    background: #00b2ff;
    color: #fff;
    padding: 8px 20px;
    margin-top: 12px;
    height: 40px;
}
.LoyaltyWallet .tip-section h4 {
    margin-top: 24px;
    text-align: center;
}
.LoyaltyWallet .tip-section p {
    text-align: center;
    margin: 12px 0;
    color: #7f8fa4;
}
.LoyaltyWallet .form-group {
    margin-bottom: 8px;
}
.LoyaltyWallet .form-group .label {
  margin-bottom: 3px;
  font-size: 14px !important;
}
.LoyaltyWallet .form-group .errorWrapper {
  color: #ff4d4f;
}
.LoyaltyWallet .right-side {
    display: flex;
    flex-direction: column;
}
.LoyaltyWallet .loyalty-description-section {
    background-color: #ffff;
    margin-top: 10px;
    padding: 50px 0 0;
    background-image: url("/images/user/loyalty/loyalty_bg.png");
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}
.LoyaltyWallet .loyalty-program-description {
    padding: 0 50px;
}
.LoyaltyWallet .loyalty-description-section .logo-img {
    width: 120px;
    margin-bottom: 20px;
}
.LoyaltyWallet .loyalty-description-section h5 {
    font-weight: 600;
}
.LoyaltyWallet .loyalty-description-section .text-info-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.LoyaltyWallet .loyalty-description-section .img-info-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.LoyaltyWallet .loyalty-description-section .img-info-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.LoyaltyWallet .loyalty-description-section .table-section {
    margin-top: 50px;
    padding: 0 50px;
}
.LoyaltyWallet .loyalty-description-section .table-section .info-table {
    padding: 0 10px;
}
.LoyaltyWallet .loyalty-description-section .table-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    color: #384A72;
    background-color: rgba(56, 74, 114, 0.2);
    font-size: 16px;
    font-weight: 600;
}
.LoyaltyWallet .loyalty-description-section .table-title span {
    text-align: center;
}
.LoyaltyWallet .loyalty-description-section .table-head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    padding: 0;
}
.LoyaltyWallet .loyalty-description-section .table-head span {
    padding: 5px;
    background-color: #384A72;
    color: #ffffff;
    width: 100%;
    margin-right: 2.5px;
    text-align: center;
}
.LoyaltyWallet .loyalty-description-section .table-value {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    padding: 0;
}
.LoyaltyWallet .loyalty-description-section .table-value span {
    padding: 5px;
    background-color: #00b2ff;
    color: #ffffff;
    width: 100%;
    margin-left: 2.5px;
    text-align: center;
}
.LoyaltyWallet .loyalty-description-section .table-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 5px;
    background-color: rgba(0, 178, 255, 0.2);
    font-weight: 600;
    margin-top: 5px;
}
.LoyaltyWallet .loyalty-description-section .table-footer p {
    color: #384A72;
    font-size: 14px;
    margin: 0;
}
.LoyaltyWallet .loyalty-description-section .table-footer span {
    color: #00b2ff;
    font-size: 15px;
    text-align: center;
}
.LoyaltyWallet .loyalty-faq-section {
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-color: rgba(204, 240, 255, 0.2);
}
.LoyaltyWallet .loyalty-faq-section {
    padding: 50px 0;
    width: 100%;
    margin: 50px 0 0;
}
.LoyaltyWallet .loyalty-faq-title {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
}

/* .LoyaltyWallet .faq-title {
    border-left: 5px solid #00B2FF;
}

.LoyaltyWallet .faq-content.show {
    border-left: 5px solid #00B2FF;
}

.LoyaltyWallet .faq-title.collapsed {
    border-left: unset;
} */

.LoyaltyWallet .faq-title:after {
    background: url("/images/reward/arrow_up.svg");
    background-repeat: no-repeat;
    height: 10px;
    width: 12px;
    background-size: contain;
}

.LoyaltyWallet .faq-title.collapsed:after {
    background: url("/images/reward/arrow_down.svg");
    background-repeat: no-repeat;
    height: 10px;
    width: 12px;
    background-size: contain;
}
@media only screen and (max-width: 767px) {
    .LoyaltyWallet .loyalty-description-section .table-section .info-table {
        margin-top: 30px;
    }
}

.Hlt .content-root{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Hlt .content-root .ant-card-body {
    padding: 24px !important;
}
.Hlt .main-section {
    width: calc(100% - 360px);
    display: flex;
    flex-direction: column;
}
.Hlt .history-section {
    width: 100%;
    margin-top: 24px;
}
.Hlt .side-section {
    width: 336px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.Hlt .tip-section-card {
    height: 100%;
}
@media (max-width: 768px) {
    .Hlt {
        flex-wrap: wrap;
    }
    .Hlt .main-section {
        width: 100%;
    }
    .Hlt .side-section {
        width: 100%;
    }
}
.Hlt .product-list {
    position: relative;
}
.Hlt .product-list .slider-box {
    margin: 0 -10px;
}
.Hlt .product-list .slick-next {
    position: absolute;
    top: -19px;
    right: 10px;
    width: 26px;
}
.Hlt .product-list .slick-prev {
    position: absolute;
    top: -30.5px;
    left: calc(100% - 90px);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 26px;
}
.Hlt .product-list .slick-disabled {
    opacity: 0.5;
}
.Hlt .product-list .slick-slide {
    padding: 0 10px;
}
.Hlt .product-list .title {
    font-size: 18px;
}
.Hlt .product-card {
    border: 1px solid rgba(127,143,163,0.4);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;
}
.Hlt .product-card .product-img img {
    width: 100%;
}
.Hlt .product-card .product-title {
    font-weight: bold;
    margin: 15px 0px 11px;
    font-size: 18px;
    text-align: center;
}
.Hlt .product-card .price {    
    font-weight: normal;
    font-size: 14px;
    color: #00b4ee;
    text-align: center;
}
.Hlt .product-card .action-root {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Hlt .product-card .qty-root {
    position: relative;
    width: calc(50% - 6px);
}
.Hlt .product-card .qty-root .anticon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 12;
}
.Hlt .product-card .qty-root .anticon.plus-icon {
    left: auto;
    right: 12px;
}
.Hlt .product-card .qty-root .ant-input {
    text-align: center;
    padding: 5px 30px;
}
.Hlt .product-card .ant-btn { 
    width: calc(50% - 6px);
    background: #00b4ee;
    border-radius: 2px;
    color: #fff;
}
.Hlt .history-section .title {
    margin-bottom: 5px;
    margin-top: -10px;
}

.Hlt .history-section .status-dropdown {
    width: 150px;
}

.Hlt .history-section .ant-table-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    max-width: calc(100% + 48px);
}
.Hlt .balance-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Hlt .balance-section h6 {
    font-size: 12px;
    color: #7f8fa4;
}
.Hlt .balance-section .amount {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #86D55E;
}
.Hlt .balance-section img {
    width: 67px;
    height: 67px;
}
@media (max-width: 768px) {
    .Hlt .side-section {
        margin-top: 24px;
    }
}
.Hlt .send-btn-section button {
    height: 67px;
    width: 100%;
    background: #ff7200;
    color: #fff;
    font-size: 20px;
}
.Hlt .send-btn-section button:hover, .Hlt .send-btn-section button:focus {
    border-color: #ff9c6e;
    background: #ff9c6e;
}

.Hlt .form-group {
    margin-bottom: 8px;
}
.Hlt .form-group .label {
  margin-bottom: 3px;
  font-size: 14px !important;
}
.Hlt .form-group .errorWrapper {
  color: #ff4d4f;
}

.Hlt .balance-section .ant-card-body {
    width: 100%;    
}
.Hlt .balance-stats {
    background: #f3f5f8;
    padding: 20px;
}
.Hlt .balance-stats .stats-title {
    font-weight: 500;
    font-size: 18px;
    color: #7f8fa3;
    text-align: center;
}
.Hlt .balance-stats .stats-value {
    font-weight: 600;
    color: #00b4ee;
    font-size: 18px;
    text-align: center;
    margin-top: 3px;
}

@media (max-width: 1620px) {
    .MySubscription .responsive-payment-cards {
        flex: 0 0 33.33333333% !important;
        max-width: 33.33333333% !important;
    }
}

@media (max-width: 1300px) {
    .MySubscription .responsive-payment-cards {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
  
@media (max-width: 960px) {
    .MySubscription .responsive-payment-cards {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 900px) {
    .MySubscription .responsive-payment-cards {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 690px) {
    .MySubscription .responsive-payment-cards {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
.MySubscription .subscription-list {
    margin-top: 30px;
}
.MySubscription .subscription-list .payment-header {
    margin-bottom: 20px;
}
.MySubscription .subscription-list .payment-header span {
    font-weight: 500;
    font-size: 18px;
    position: relative;
    z-index: 5;
    display: inline-block;
    background: #fff;
    padding-right: 9px;
}
.MySubscription .subscription-list .main-divider {
    height: 1px;
    background: #b1bbc7;
    position: relative;
    top: -16px;
}
.MySubscription .subscription-list .payment-product-image {
    width: 100%;
    height: 130px;
}
.MySubscription .subscription-list .payment-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.MySubscription .subscription-list .payment-title {
    font-size: 14px;
    color: #384971;
    line-height: 20px;
    margin-bottom: 8px;
}
.MySubscription .subscription-list .payment-price-container {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.MySubscription .subscription-list .payment-price .label {
    font-weight: 500;
    font-size: 14px;
    color: #7f8fa3;
    margin-bottom: 2px;
}
.MySubscription .subscription-list .payment-price .price {
    font-size: 14px;
    color: #00b4ee;
}
.MySubscription .subscription-list .payment-quantity {
    border-left: 1px solid #7f8fa34d;
    padding-left: 20px;
    margin-left: 20px;
}
.MySubscription .subscription-list .payment-quantity .label {
    font-weight: 500;
    font-size: 14px;
    color: #7f8fa3;
    margin-bottom: 2px;
}
.MySubscription .subscription-list .payment-quantity .quantity {
    font-size: 14px;
    color: #00b4ee;
}
.MySubscription .subscription-list .resume-button button {
    height: 100% !important;
    padding: 0px 10px;
    background: #ff1e1e;
    color: white;
    width: 100%;
    border-radius: 2px !important;
    font-size: 14px;
    border-color: #ff1e1e;
  }
.MySubscription .subscription-list .pay-button {
    height: 100% !important;
    padding: 0px 10px;
    background: rgb(151, 30, 30);
    color: white;
    width: 100%;
    border-radius: 2px !important;
    font-size: 14px;
    border-color: rgb(151, 30, 30);
  }
.MySubscription .subscription-list .billing-container {
    font-size: 14px;
    margin-top: 5px;
}
.MySubscription .subscription-list .billing-container span {
    color: #7f8fa3;
    font-weight: 500;
    margin-left: 5px;
}
.MySubscription .subscription-list .date-row {
    margin-top: 15px;
    margin-bottom: 20px;
}
.MySubscription .subscription-list .date-container {
    background: #f3f5f8;
    padding: 10px;
}
.MySubscription .subscription-list .date-label {
    font-weight: 500;
    font-size: 14px;
    color: #7f8fa3;
}
.MySubscription .subscription-list .date-value {
    font-size: 14px;
    color: #00b4ee;
}
.MySubscription .subscription-list .action-buttons-container {
    padding: 10px 0 0 0;
    display: flex;
    justify-content: center;
}
.MySubscription .subscription-list .action-buttons-container .edit button {
    width: 90px;
    border: 2px solid #00b4ee;
    border-radius: 2px !important;
    background: #00b4ee;
    color: white;
    font-size: 14px;
}
.MySubscription .subscription-list .action-buttons-container .cancel button {
    width: 120px;
    border-radius: 2px !important;
    font-size: 14px;
    background: white;
    border-color: #384971;
    color: #384971;
    margin-left: 20px;
}
.subscription-edit-modal .action-btn {
    display: flex;
    justify-content: center;
}
.subscription-edit-modal .action-btn button {
    margin-top: 20px;
}
.subscription-edit-modal .input-container .ant-picker {
    width: 100% !important;
}
.subscription-edit-modal .input-container > div {
    height: 100% !important;
}
.MySubscription .setting-section .select-root {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}
.MySubscription .setting-section .payment-select-label {
    font-weight: 500;
    font-size: 16px;
    color: #8f9dae;
    margin-right: 15px;
}
.MySubscription .setting-section .ant-select {
    width: 180px;
}
.MySubscription .setting-section .actions {
    display: flex;
    margin-left: 12px;
}
.MySubscription .setting-section button {
    background: #00b4ee;
    border-color: #00b4ee;
    color: white;
}
.MySubscription .setting-section .pay-button {
    background: rgb(151, 30, 30);
    border-color: rgb(151, 30, 30);
    color: white;
}
.MySubscription .setting-section .resume-button {
    background: #ff1e1e;
    border-color: #ff1e1e;
    color: white;
}
.add-subscription-modal-container .action-btn {
    display: flex;
    justify-content: center;
}
.add-subscription-modal-container .action-btn button {
    margin-top: 10px;
    background: #00b4ee;
    border-color: #00b4ee;
    color: white;
}
.add-subscription-modal-container .input-container .ant-picker {
    width: 100% !important;
    height: 32px !important;
}
.add-subscription-modal-container .input-container > div {
    height: 100% !important;
}
.add-subscription-modal-container .icon-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    padding-bottom: 5px;
    min-width: 65px;
}
.add-subscription-modal-container .icon-container .add-sb-product {
    color: #00b2ff;
}
.add-subscription-modal-container .icon-container .remove-sb-product {
    color: #e95f5f;
}
.add-subscription-modal-container .icon-container svg {
    cursor: pointer;
    font-size: 26px;
}
.add-subscription-modal-container .icon-container svg:nth-child(2) {
    margin-left: 12px;
}
.add-subscription-modal-container .product-row {
    margin-bottom: 10px;
}
.ant-picker-dropdown.add-subscription-modal-dropdown {
    z-index: 2147483641;
}

@media (max-width: 1000px) {
    .MySubscription .setting-section {
        flex-direction: column;
        align-items: flex-start;
    }
    .MySubscription .setting-section .select-box {
        width: 100% !important;
    }
    .MySubscription .setting-section .select-box > div {
        width: 100% !important;
        margin: 5px 0px 15px;      
    }
    .MySubscription .setting-section .select-box > div .ant-select {
        width: 100%;
    }
    .MySubscription .setting-section .actions {
        margin-left: 0;
    }
}

/************* Shipping and Billing Page **************/
.authed-user.ShippingandBilling .right-side .content-card .ant-card-body .ant-tabs-tab {
    padding: 0;
}

.authed-user.MySubscription .right-side .content-card .ant-card-body .ant-tabs-tab {
    padding: 0;
}

.authed-user.ShippingandBilling .right-side .content-card .ant-card-body .ant-tabs-nav {
    padding: 0 24px 15px;
    margin-bottom: 0;
}

.authed-user.MySubscription .right-side .content-card .ant-card-body .ant-tabs-nav {
    padding: 0 24px 14px;
    margin-bottom: 0;
}

.subscription-main-content {
    padding: 24px;
}

.subscription-main-content .ant-card-bordered{
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.35);
}

.subscription-main-content .ant-card-bordered .ant-card-body {
    padding: 0px !important;
}

.authed-user.ShippingandBilling .right-side .content-card .ant-card-body .ant-tabs-ink-bar {
    display: none;
}

.authed-user.MySubscription .right-side .content-card .ant-card-body .ant-tabs-ink-bar {
    display: none;
}

.authed-user.ShippingandBilling .right-side .content-card .ant-card-body .ant-tabs-tab-btn {
    color: #354052;
    opacity: 0.3;
    font-size: 1.25em;
    font-weight: 500;
}

.authed-user.MySubscription .right-side .content-card .ant-card-body .ant-tabs-tab-btn {
    color: #354052;
    opacity: 0.3;
    font-size: 1.25em;
    font-weight: 500;
}

.authed-user.ShippingandBilling .right-side .content-card .ant-card-body .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    opacity: 1;
}

.authed-user.MySubscription .right-side .content-card .ant-card-body .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    opacity: 1;
}

.authed-user.ShippingandBilling .right-side .ant-table-container .ant-table-content table {
    white-space: nowrap;
}



.authed-user.ShippingandBilling .logo-spinner-section {
    min-height: 100%;
}

.authed-user.ShippingandBilling .logo-spinner {
    width: 100%;
    height: 100%;
    background-size: auto;
}

.authed-user.ShippingandBilling .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
}

.authed-user.ShippingandBilling .comment-icons span {
    cursor: pointer;
    margin-right: 8px;
    font-size: 20px;
}

.authed-user.ShippingandBilling .comment-icons .edit-btn {
    color: #00b2ff;
}

.authed-user.ShippingandBilling .comment-icons .actived-btn {
    color: #fadb14;
}

.authed-user.ShippingandBilling .comment-icons .inactive-btn {
    color: #f0f0f0;
}

.shipping-billing-modal-container .modal-title-container {
    font-size: 22px;
    padding-bottom: 12px;
    color: #354052;
}

.shipping-billing-modal-container .action-btn {
    display: flex;
    justify-content: center;
}

.shipping-billing-modal-container .action-btn button {
    margin-top: 20px;
    height: 35px;
    min-width: 100px;
}

.shipping-billing-modal-container .input-container .ant-picker {
    width: 100% !important;
}

.shipping-billing-modal-container .input-container > div {
    height: 100% !important;
}

.shipping-billing-modal-container label {
    font-size: 14px;
    color: #354052;
    margin: 12px 0 5px;
}

.shipping-billing-modal-container input {
    height: 40px;
    color: rgba(0, 0, 0, 0.85);
}

.shipping-billing-modal-container .ant-select {
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
}

.shipping-billing-modal-container .input-error {
    color: #f35151;
}

.shipping-billing-modal-container .input-container {
    display: flex;
    flex-direction: column;
}

.shipping-billing-modal-container .credit-input-container {
    border: 1px solid #d9d9d9;
    height: 40px;
}

.shipping-billing-modal-container .credit-input-container label {
    margin: 0 0 0 12px;
}

/**************** Referrals Page ***************/
.authed-user.Referrals .stat-card {
    height: 100%;
}

.authed-user.Referrals .stat-card .ant-card-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 24px;
    height: 100%;
}

.authed-user.Referrals .stat-card .card-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.authed-user.Referrals .stat-card .card-text label {
    color: #696e7e;
    font-weight: 600;
}

.authed-user.Referrals .stat-card .card-text strong {
    color: #354052;
    font-weight: 600;
    font-size: 20px;
}

.authed-user.Referrals .right-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.authed-user.Referrals .referrals-card {
    height: 100%;
}

.authed-user.Referrals .referrals-card .ant-card-body {
    padding: 20px 0;
    position: relative;
}

.authed-user.Referrals .referrals-card .ant-card-body .logo-spinner-section {
    width: auto;
    height: auto;
    min-height: auto;
    position: absolute;
    top: 50%;
    left: calc(50% - 25px);
}

.authed-user.Referrals .referrals-card .ant-card-body h5 {
    padding: 0;
    color: #354052;
    font-size: 1.25rem;
    font-weight: 500;
}

.authed-user.Referrals .referrals-card .ant-card-body .title-link {
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
}

.authed-user.Referrals .referrals-card .ant-card-body .title-link .copy-link {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 18px;
    margin-bottom: 5px;
    color: rgba(0,0,0,0.8);
}

.authed-user.Referrals .referrals-card .ant-card-body .title-link .copy-link button {
    margin-left: 12px;
    margin-bottom: 5px;
}

.authed-user.Referrals .right-side .referrals-card-container {
    height: 100%;
}

/*************** Upgrade Account Page **************/
.authed-user.UpgradeAccount .right-side .upgrade-account-card {
    height: 100%;
}

.authed-user.UpgradeAccount .right-side .upgrade-account-card .ant-card-body {
    padding: 50px 40px;
    background: url(/images/user/upgrade-account/upgrade_account_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.authed-user.UpgradeAccount .right-side .upgrade-account-card .text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.authed-user.UpgradeAccount .right-side .upgrade-account-card .text-content h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.authed-user.UpgradeAccount .right-side .upgrade-account-card .text-content p,
.authed-user.UpgradeAccount .right-side .upgrade-account-card .text-content ul li {
    color: #3c4356;
    font-weight: 500;
    font-size: 16px;
}

.authed-user.UpgradeAccount .right-side .upgrade-account-card .text-content ul li {
    list-style: disc;
    margin-left: 15px;
}

.authed-user.UpgradeAccount .right-side .upgrade-account-card .text-content ul li:last-child {
    font-weight: 600;
}

.authed-user.UpgradeAccount .right-side .upgrade-account-card .when-becoming-an-affiliate {
    margin-top: 50px;
}

.authed-user.UpgradeAccount .right-side .upgrade-account-card .when-becoming-an-affiliate img {
    margin-top: 30px;
}

.authed-user.UpgradeAccount .right-side .upgrade-account-card .when-becoming-an-affiliate .ant-checkbox-wrapper span {
    color: #808080;
}

.authed-user.UpgradeAccount .right-side .upgrade-account-card .when-becoming-an-affiliate a {
    color: #00b2ff;
    text-decoration: underline;
}

.authed-user.UpgradeAccount .right-side .upgrade-account-card .when-becoming-an-affiliate button {
    min-width: 100px;
    height: 38px;
    margin-top: 20px;
}

/********** Coin Payment Welcome Page **********/
.coin-payment-welcome-page {
    background: url("/images/welcome-bg.jpg");
    height: 100vh;
    background-size: cover;
    background-position: 65%;
}
.coin-payment-welcome-page .log-img {
    width: 300px;
    padding: 30px;
}
.coin-payment-welcome-page .welcome-content {
    height: 100%;
}
.coin-payment-welcome-page .login-card {
    max-width: 500px;
    margin-left: 80px;
    padding: 30px;
    background-color: #333333;
    box-shadow: 0 2px 20px 5px rgb(0 0 0 / 30%);
    position: absolute;
    top: calc(100vh - 500px);
}
.coin-payment-welcome-page .login-card h1 {
    font-size: 38px;
    color: #ff632c;
}
.coin-payment-welcome-page .login-card p {
    margin-bottom: 36px;
    color: #ffffff;
}
.coin-payment-welcome-page .login-btn {
    width: 130px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff632c;
    color: #ffffff;
    text-decoration: "none";
}
.coin-payment-welcome-page .login-btn:hover {
    background-color: #ff632c;
}
.coin-payment-welcome-page .welcome-footer {
    font-size: 14px;
    color: #b3b3b3;
    text-align: center;
    padding: 42px;
    background-color: #333333;
}
.coin-payment-welcome-page .footer-content {
    max-width: 700px;
    margin: 0 auto;
}
@media only screen and (max-width: 991px) {
    .coin-payment-welcome-page .login-card {
        max-width: 300px;
        margin: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .coin-payment-welcome-page .login-card {
        padding-top: 0;
    }
}
@media only screen and (max-width: 400px) {
    .coin-payment-welcome-page .log-img {
        width: 260px;
        padding: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .authed-user.UpgradeAccount .right-side .upgrade-account-card .ready-to-refer .text-content {
        margin-top: 30px;
    }
}

/*************** My Profile ***************/
.MyProfile .contact-info-visibility {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.authed-user.MyProfile .contact-info-visibility button.contact-info-visibility-switch {
    height: 22px;
    margin-top: 15px;
}

/**************** Support Page ***************/
.authed-user.Support .main-container {
  background-color: #ffffff;
  background-image: url("/images/user/support/home_office_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.authed-user.Support .divider {
  margin: 0;
  width: 50px;
  min-width: 50px;
  border-top: 5px solid #00b2ff;
}
.authed-user.Support .contact-us-banner {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: left;
}
.authed-user.Support .info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  
}
.authed-user.Support .info-container img {
  height: 40px;
  width: 40px;
}
.authed-user.Support .title {
  align-items: center;
  margin: 10px 0;
  font-size: 22px;
  font-weight: 600;
}
.authed-user.Support p {
  font-size: 14px;
  margin: 2px;
  text-align: center;
  overflow-wrap: anywhere;
}
.authed-user.Support strong {
  font-size: 18px;
  margin: 10px 0 5px;
  text-align: center;
  color: #232838;
}
.authed-user.Support .customer-support-container {
  padding: 0 50px;
  margin-top: 10px;
}
.authed-user.Support .customer-support-row {
  justify-content: center;
}
.authed-user.Support .info-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 250px;
  margin: 0 auto;
  height: 100%;
  min-height: 200px;  
  padding: 20px;
  background: #F5FCFF;
  border: 1px solid rgba(0, 178, 255, 0.1);
  border-radius: 8px;
}
.authed-user.Support .info-text img {
  height: 40px;
  width: 40px;
}
.authed-user.Support .info-text h5 {
  margin-bottom: 20px;
}
.authed-user.Support .info-text a {
  overflow-wrap: anywhere;
  color: #05c1ff;
}
.authed-user.Support .return-addresses .customer-support-row {
  justify-content: flex-start;
}
.authed-user.Support .return-addresses .info-text {
  background: rgba(56, 74, 114, 0.1);
  border: 1px solid rgba(56, 74, 114, 0.1);
  border-radius: 8px;
  padding: 30px 10px;
  max-width: 500px;
}
.authed-user.Support .return-addresses .info-text label {
  font-weight: 600;
}
.authed-user.Support .info-container.social {
  padding: 30px 0;
  background: rgba(204, 240, 255, 20%);
}
.authed-user.Support .social-icons {
  font-size: 36px;
  margin-top: 20px;
}
.authed-user.Support .social-icons svg {
  margin: 0 12px;
  cursor: pointer;
  color: #05c1ff;
}
@media only screen and (max-width: 767px) {
  .authed-user.Support .contact-us-banner {
    min-height: 170px;
  }
}
.email-verify-btn {
    margin-top: 15px;
    width: 100px;
}
/***************** Verification Page ****************/
.authed-user.Verification .fraud-section {
    width: 100%;
    padding: 70px 20px;
    background-color: #ffffff;
  }
  .authed-user.Verification .fraud-section .fraud-result-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .authed-user.Verification .fraud-section .fraud-result-icon img {
    width: 70px;
  }
  .authed-user.Verification .fraud-section .fraud-result-message {
    margin-top: 20px;
  }
  .authed-user.Verification .fraud-section .fraud-result-message h5 {
    text-align: center;
    font-weight: 600;
    color: #555;
  }
  .authed-user.Verification .fraud-section .fraud-result-message p {
    text-align: center;
    max-width: 600px;
    margin: 20px auto 0;
    font-size: 16px;
  }
  .authed-user.Verification .fraud-section .fraud-verify-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .authed-user.Verification .fraud-section .fraud-verify-upload {
    width: 50%;
    max-width: 400px;
    padding: 30px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
  }
  @media(max-width: 768px) {
    .authed-user.Verification .fraud-section .fraud-verify-upload {
        width: 100%;
    }
  }
  .authed-user.Verification .fraud-section .fraud-verify-upload h5 {
    font-weight: 600;
    color: #555;
  }
  .authed-user.Verification .fraud-section .fraud-verify-permitted-icon {
    color: #52c41a;
  }
  .authed-user.Verification .fraud-section .fraud-verify-upload label {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    width: 250px;
    margin-top: 30px;
  }
  .authed-user.Verification .fraud-section .fraud-verify-upload ul {
    font-size: 16px;
    text-align: left;
    width: 250px;
    min-height: 120px;
    margin-top: 20px;
  }
  .authed-user.Verification .fraud-section .fraud-verify-upload ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
  }
  .authed-user.Verification .fraud-section .fraud-verify-upload ul li .fraud-verify-permitted-icon {
    margin-right: 10px;
    margin-top: 5px;
  }
  .authed-user.Verification .fraud-section .fraud-verify-upload .fraud-verify-upload-btn {
    width: 250px;
  }
  .authed-user.Verification .fraud-section .fraud-verify-upload .fraud-verify-image {
    width: 250px;
    border: 1px solid #d9d9d9;
    padding: 5px;
    margin-bottom: 20px;
  }
  .authed-user.Verification .fraud-section .fraud-verify-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .authed-user.Verification .fraud-section .fraud-verify-submit button {
    height: 37px;
    font-size: 16px;
    padding: 0 30px;
  }
  .authed-user.Verification .fraud-section .upload-section {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .authed-user.Verification .fraud-section .upload-row {
    width: 100%;
    max-width: 800px;
    display: flex;
    align-items: center;
  }
  @media(max-width: 768px) {
    .authed-user.Verification .fraud-section .upload-row {
        display: block;
    }
  }
  .authed-user.Verification .fraud-section .upload-label {
    width: 180px;
    display: flex;
    align-items: center;
  }
  .authed-user.Verification .fraud-section .fraud-verify-upload-btn {
    margin: 8px 0;
  }
  .authed-user.Verification .fraud-section .upload-btn-wrapper {
    display: flex;
    align-items: center;
  }
  /*************** HltOld Page *************/
  .authed-user.HltOld .content-card {
    background-color: #ffffff;
    background-image: url("/images/user/hlt/Vecto22.png");
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: right center;
  }
  .authed-user.HltOld .HighLifeTravel .high-life-block {
    padding: 100px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }

  .authed-user.HltOld .HighLifeTravel .high-life-bg {
    position: absolute;
    width: 380px;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .authed-user.HltOld .HighLifeTravel .high-life-bg img {
    width: 100%;
  }

  .authed-user.HltOld .HighLifeTravel .high-life-block-content {
    margin: 0 20px;
  }

  .authed-user.HltOld .HighLifeTravel .high-life-block-img img {
    width: 100%;
  }

  .authed-user.HltOld .HighLifeTravel .high-life-block-img {
    margin: 0 50px 0 0;
    position: relative;
  }

  .authed-user.HltOld .HighLifeTravel .high-life-block-img .video-play {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  .authed-user.HltOld .HighLifeTravel .high-life-block-text.right-margi {
  }

  .authed-user.HltOld .HighLifeTravel .high-life-block-text .high-life {
    width: 140px;
    display: inline-block;
    margin-bottom: 15px;
  }

  .authed-user.HltOld .HighLifeTravel .high-life-block-text .high-life img {
    width: 100%;
  }

  .authed-user.HltOld .HighLifeTravel .high-life-block-text h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    color: #30426A;
    margin-bottom: 15px;
  }

  .authed-user.HltOld .HighLifeTravel .high-life-block-text h3 span {
    color: #ff7200
  }

  .authed-user.HltOld .HighLifeTravel .high-life-block-text p {
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #3C4356;
    opacity: 0.75;
  }

  .authed-user.HltOld .HighLifeTravel .p0 {
    padding: 0 !important
  }

  .authed-user.HltOld .HighLifeTravel .Discounts-block h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #30426A;
  }

  .authed-user.HltOld .HighLifeTravel .Discounts-block {
    text-align: center;
    background-size: 121px;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .authed-user.HltOld .high-life-travel {
    padding: 20px 20px 80px;
    margin-top: 20px;
    text-align: center;
  }

  .authed-user.HltOld .high-life-travel h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    color: #30426A;
  }
  .authed-user.HltOld .high-life-travel p {
    opacity: 0.75;
    color: #30426A;
    margin: 0 auto 30px;
    max-width: 400px;
  }
  .authed-user.HltOld .high-life-travel a {
    background: #FF7200;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 2px;
  }
  .authed-user.HltOld .high-life-travel .footer-bg {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 800px;
    padding: 0 30px;
  }

  @media only screen and (max-width: 991px) {
    .authed-user.HltOld .HighLifeTravel .high-life-block-img {
      margin: 0;
    }
    .authed-user.HltOld .content-card .travel-portal {
      margin-bottom: 50px;
    }
  }

  @media(min-width:240px) and (max-width:767px) {
    .authed-user.HltOld .HighLifeTravel .high-life-block-text.right-margi,
    .authed-user.HltOld .HighLifeTravel .high-life-block-img {
        margin: 0
    }
    .authed-user.HltOld .HighLifeTravel .Discounts-block h2,
    .authed-user.HltOld .HighLifeTravel .high-life-block-text h3 {
        font-size: 30px
    }
  }

/******************* effect hover *************/

@media(min-width:240px) and (max-width:991px) {
    .authed-user .logo-bar,
    .authed-user .cart-bar {
        width: auto;
    }
}

@media only screen and (max-width: 964px) {
    .authed-user .container .left-side {
        width: 100%;
        padding: 30px 6px;
    }
    .authed-user .container .right-side {
        width: 100%;
        padding: 30px 6px;
    }
}

@media only screen and (max-width: 767px) {
    .authed-user.Referrals .referrals-card .ant-card-body .title-link {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 575px) {
    .authed-user.Referrals .referrals-card .ant-card-body .title-link .copy-link {
        flex-direction: column;
    }
    .authed-user.Referrals .referrals-card .ant-card-body .title-link .copy-link button {
        margin: 12px 0;
    }
    .authed-user .cart-bar ul .user-info .user-info-text {
        display: none;
    }
    .authed-user .cart-bar ul {
        min-width: unset;
    }
}

@media only screen and (max-width: 450px) {
    .authed-user.ShippingandBilling .right-side .content-card .ant-card-body .ant-tabs-tab-btn {
        font-size: 14px;
    }
    .authed-user .right-side .ant-table-container table > thead > tr th {
        font-size: 14px;
    }
}