
/* Overwrite assets\style\style.css */
/* Successful Message */
/* .alert span { position: relative !important; } */
/* .alert button { transform: translateY(0) !important; } */
/* .list-custom-large a span:not(.badge) { font-weight:500 !important; } */
/* .btn-outline-primary { color: #007bff !important; }
.btn-outline-primary:hover { color: #fff !important; } */
/* .content {
    margin-bottom: 20px;
} */


/* CSS Style */
.btn-theme-color {
    color: #FFF !important;
    background-color: #31ACBF !important;
    border-color: #31ACBF !important;
}

.font-header_gallery {
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    font-weight: 400;
}

.font-voucher-header {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 30px !important;
}

.title-voucher{
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 150% !important;
}

.font-voucher-sub {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.font-discount-voucher {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 22px !important;
}
.font-price-voucher {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 22px !important;
}

.font-header-back {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 30px !important;
}

.font-sub-title-form {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 30px !important;
}

.font-big_button_title {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 30px !important;
    margin-top: 8px !important;
}

.font-big_button_title2 {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.font-profile-name {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 20px !important;
}

.font-profile-gallery {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

.title-profile{
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #495057;
}

.change-password-fornt {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

.font-voucher-detail-label {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 20px !important;
}

.font-voucher-detail-value {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 10px !important;
    line-height: 22px !important;
}

.font-voucher-code {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 18px !important;
}

.font-voucher-sub-ttle {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-top: 5px;
}
.font-voucher-content {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #87888B;
}

.font-voucher-title-listing {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 22px !important;
}

.font-profile-sub-text {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
}

.font-footer-menu {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    color: #1F1F1F !important;
}

.btn-bottom {
    position:fixed !important;
    bottom:20px !important;
}

.page-content-raytech {
    position: relative;
    transition: all 300ms ease;
    z-index: 90;
    /* padding-bottom: 80px; */
    padding-bottom: calc(80px + (constant(safe-area-inset-bottom))*1.1);
    /* padding-bottom: calc(80px + (env(safe-area-inset-bottom))*1.1); */
  }

  .card-raytech {
    -webkit-transform: translate3d(0, 0, 0);
    background-size: cover;
    border: 0px !important;
    max-height: 150000px;
    /* margin-bottom: 30px; */
    background-position: center center !important;
  }



.user-profile-outer {
    width: 90% !important;
    height: 90% !important;
    max-width: 120px !important;
    max-height: 105px !important;
    margin: auto;
    border-radius: 100%;
    position: relative;
    background-size: contain;
}

.user-profile-inner {
    background-color: #DCDCDC;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}

.user-profile {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.user-profile + label {
    font-size: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    pointer-events: none;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
}

.file-wrapper input {
    pointer-events: none;
    overflow: hidden;
    pointer-events: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 0px;
    opacity: 0;
    position: absolute;
}


/* Just for Testing, MUST REMOVE */
/* change password background */
.modal-backdrop { z-index: 80 !important }

.color-green{
    color:green;
}
.color-red{
    color:red;
}
.color-red:hover{
    color: #d60707 !important;
}
.remove-btn{
    right: 10px;
    top: 10px;
    position: absolute;
    background: white;
}
.purchase-btn{
    right: 15px;
    top: 50px;
    position: absolute;
    background: white;
}

.content-max-width{
    max-width: 600px;
    margin: 0 auto;
}

.search-title{
    color: #929292;
}
.search-title.active{
    font-size: 22px;
    color: #000;
}
.search-no-results{
    width: 100%;
}

.search-no-results .content-short{
    width: max-content;
    letter-spacing: 1px;
    font-size: 14px;
}
.search-no-results .number-means{
    display: inline;
    display: inline-table;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding-top: 5px;
}
.search-no-results .number-means .top{
    position: absolute;
    width: calc(100% - 6px);
    height: 1px;
    left: 3px;
    background: #000;
    top: -5px;
}
.search-no-results .number-means .left{
    position: absolute;
    height: 12px;
    top: -10px;
    width: 1px;
    left: 3px;
    background: #000;
}
.search-no-results .number-means .right{
    position: absolute;
    height: 12px;
    top: -10px;
    width: 1px;
    right: 3px;
    background: #000;
}
.red{
    color:red;
}
.search-no-results .content-number {
    margin: 20px 50px 20px 15px;
    display: block;
    overflow-x: auto;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.search-no-results .title{
    letter-spacing: 5px;
    width: max-content;
}
.search-no-results .title-number{
    width:30px;
    display: inline-block;
}
.search-no-results .title-year{
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0px;
    color: #6fab2e;
}
.custom-right{
    position: absolute;
    right:20px;
    font-size:12px;
}
.search-no-results .number{
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    margin-top: -6px;
    margin-right: 3px;
    position: absolute;
}
.search-no-results .date-display{
    font-size: 11px;
    position: absolute;
    right: 15px;
    bottom: 0px;
    color: #a2a2a2;
    font-weight: normal;
}
.search-no-results .star-bookmark svg{
    fill:orange;
    /* position: absolute;
    left: 10px;
    top: 50px; */
    right: 15px;
    top: 50px;
    position: absolute;
}
.content-means{
    display: table;
    padding-left: 7px;
    padding-top: 10px;
    width: max-content;
}