#orderVoucherProduct {
    padding: 16px;
}

.blurred-pin, .blurred-serial {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    transition: filter 0.3s, -webkit-filter 0.3s;
}

.visible-pin, .visible-serial {
    filter: none;
    -webkit-filter: none;
    font-weight: bold;
}

i.td-voucher-eye-icons:before,
i.td-voucher-eye-slash-icons:before,
i.td-voucher-copy-icons:before {
    font-family: FontAwesome, sans-serif;
    font-style: normal;
    line-height: 1;
    font-size: 1.2rem;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
}

i.td-voucher-eye-slash-icons:before {
    content: "\f070"; /* Eye slash icon */
}
i.td-voucher-eye-icons:before {
    content: "\f06e"; /* Eye icon */
}
i.td-voucher-copy-icons:before {
    content: "\f0c5"; /* Copy icon */
}

/* Add hover effect */
i.td-voucher-eye-icons:hover,
i.td-voucher-eye-slash-icons:hover,
i.td-voucher-copy-icons:hover {
    transform: scale(1.1);
}

.voucherRightSideData{
    float: right;
}

#voucherModalLabel{
    text-align: center;
}
#voucherModal .material-icons{
    color: white;
}

#voucherModal .modal-body{
    text-align: center;
}

#voucherModal .modal-footer{
    text-align: center;
}

#voucherModal .modal-footer button{
    text-align: center;
    border-radius: 50px;
}
.voucher-name-popup{
    font-size: 1.2rem;
}

#voucherModal .modal-header{
    color: white;
    background-color: #4cbb6c;
}
.voucher-action:hover {
    opacity: 0.5;
    color: #555; /* Slight color change on hover for a visual effect */
    cursor: pointer;
}

.voucher-action {
    font-size: 1.2rem; /* Keep font-size consistent */
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    transition: opacity 0.2s, color 0.2s; /* Smooth transition effect */
}

#voucherModal li {
    justify-content: center;
    align-content: center;
    display: flex;
    align-items: center;
    gap: 5px; /* Small gap to space out icons slightly */
}
.voucher-field-wrapper {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between input and eye icon */
}

.voucher-field {
    position: relative;
    display: flex;
    align-items: center;
}

.voucher-input {
    width: 100%;
    padding: 5px 30px 5px 10px; /* Padding inside input to accommodate icons */
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #333;
    cursor: default;
}

.voucher-input:focus {
    outline: none;
    border-color: #007bff; /* Border color on focus */
}

.voucher-action {
    position: absolute;
    right: 5px;
    font-size: 1rem;
    color: #000;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.2s;
}

.voucher-action:hover {
    opacity: 1;
}

.td-voucher-eye-slash-icons {
    font-size: 1.2rem;
    color: #000;
    cursor: pointer;
}

#voucherModal li {
    margin-bottom: 0.5rem;
    align-items: center;
}
.voucher-eye-action{
    position: unset;
    margin-left: unset;
}

.voucher-secret-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.5rem;
}


.float-pop{
    display: none;
    position: absolute;
    top: -2rem;
    right: -10rem;
    background-color: rgb(40, 167, 69);
    color: white;
    padding: 10px;
    border-radius: 5px;
    opacity: 0.8;
    width: 10rem;
}


 body#module-td_voucher-orderhistory #main h6 {padding: 0 300px;}
.rtl body#module-td_voucher-orderhistory td.text-sm-center.order-actions a {
    margin: 0 10px;
}

body#module-td_voucher-orderhistory table.table, body#module-td_voucher-orderhistory table.table th, body#module-td_voucher-orderhistory table.table td {
    border: 0;
}

body#module-td_voucher-orderhistory table.table tr {
    background: #fff;
}

.order_table {
    border: 1px solid #F0F2F5;
    border-radius: 5px;
    padding: 12px;
}

body#module-td_voucher-orderhistory table.table thead th {
    background: #F7F7F7;
    color: #243C43;
    font-size: 18px;
    line-height: 26px;
    font-family: 'ibm_ps_m';
    font-weight: normal;
    text-align: center;
}
body#module-td_voucher-orderhistory table.table thead tr th:last-child, body#module-td_voucher-orderhistory table.table tbody tr td:last-child {
    text-align: right!important;
}

/*body#module-td_voucher-orderhistory table.table thead tr th:first-child, body#module-td_voucher-orderhistory table.table tbody tr td:first-child {
    text-align: left!important;
}*/
body#module-td_voucher-orderhistory table.table td {
    color: #243C43;
    font-family: 'ibm_ps_r';
    font-size: 15px;
    line-height: 26px;
    text-align: center!important;
}
body#module-td_voucher-orderhistory table.table tbody tr {
    border-bottom: 1px solid #F0F2F5;
}

body#module-td_voucher-orderhistory table.table tbody tr td {
    padding-top: 25px;
    padding-bottom: 25px;
}
body#module-td_voucher-orderhistory table.table tbody tr td span.label.label-pill {
    padding: 8px 20px;
    border-radius: 5px;
    font-family: 'ibm_ps_m';
}
body#module-td_voucher-orderhistory table.table tbody tr td.order-actions a.invoice {
    vertical-align: bottom;
}
body#module-td_voucher-orderhistory table.table tbody tr td.order-actions a.details {
    margin-left: 20px;
}
body#module-td_voucher-orderhistory table.table tbody tr td span.Awaiting {
    background: #FFDFA0!important;
    color: #D37E00;
}

body#module-td_voucher-orderhistory table.table tbody tr td span.Delivered {
    background: #C0FFE1!important;
    color: #00D36E;
}
body#module-td_voucher-orderhistory table.table tbody tr td span.Canceled {
    background: #FFCCC0!important;
    color: #D30000;
}


body#module-td_voucher-orderhistory table.table tbody tr td.order-actions a.invoice i {
    font-size: 0;
}




body#module-td_voucher-orderhistory aside#notifications article.alert.alert-warning, body#addresses aside#notifications article.alert.alert-warning {
    background: #fff;
    border: 0;
    text-align: center;
    font-family: 'ibm_ps_m';
    color: #243C43;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 0;
    margin-bottom: 13px;
    text-shadow: none;
}

body#module-td_voucher-orderhistory #main h6 {
    text-align: center;
    color: #243C43;
    font-family: 'ibm_ps_m';
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}
body#module-td_voucher-orderhistory p.link, .addresses-footer.add {
    text-align: center;
    margin-top: 20px;
}

body#module-td_voucher-orderhistory p.link a, .addresses-footer.add a {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-family: 'ibm_ps_r';
    padding: 20px 19px;
    background: #E8A623;
    color: #fff;
    border-radius: 50px;
    transition: all .4s;
}

.addresses-footer.add a span {
    font-size: 20px;
}

body#module-td_voucher-orderhistory p.link a:hover, .addresses-footer.add a:hover {
    background: #000;
}


body#my-account section#main section#content, body#module-leofeature-mywishlist section#main section#content, body#module-td_voucher-orderhistory section#main section#content, body#addresses section#main section#content, body#address section#main section#content, body#identity section#main section#content, body#order-detail section#main section#content {
    padding: 32px;
    box-shadow: none;
    padding-top: 0;
}
.page-my-account #main footer.page-footer, #module-td_voucher-orderhistory #main footer.page-footer, #addresses #main footer.page-footer, #module-leofeature-mywishlist #main footer.page-footer, #address #main footer.page-footer, #identity #main footer.page-footer, #order-detail #main footer.page-footer {
    display: none;
}
body#my-account section#main, body#module-td_voucher-orderhistory section#main, body#addresses section#main, body#module-leofeature-mywishlist section#main, body#address section#main, body#identity section#main, body#order-detail section#main {
    margin-bottom: 60px;
}
body#addresses section#wrapper>.container, body#module-td_voucher-orderhistory section#wrapper>.container, body#my-account section#wrapper>.container, body#module-leofeature-mywishlist section#wrapper>.container, body#identity section#wrapper>.container, body#order-detail section#wrapper>.container {
    padding: 40px;
}
body#addresses .breadcrumb_box, body#module-td_voucher-orderhistory .breadcrumb_box, body#module-leofeature-mywishlist .breadcrumb_box, body#my-account .breadcrumb_box, body#identity .breadcrumb_box, body#order-detail .breadcrumb_box {
    display: none;
}


#module-td_voucher-orderhistory .orders {
    margin: 0 -1rem; }
#module-td_voucher-orderhistory .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f6f6f6; }
#module-td_voucher-orderhistory .orders .order a h3 {
    color: #878787; }
#module-td_voucher-orderhistory .orders .order .label {
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.25rem 0.375rem;
    color: white;
    border-radius: 3px; }
#module-td_voucher-orderhistory .orders .order:last-child {
    border-bottom: 0; }



body#my-account section#main, body#module-leofeature-mywishlist section#main, body#module-td_voucher-orderhistory section#main, body#addresses section#main, body#address section#main, body#identity section#main, body#order-detail section#main {
    border: 1px solid #F0F2F5;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
    margin-bottom: 33px;
}

body#my-account section#main header.page-header, body#module-leofeature-mywishlist section#main header.page-header, body#module-td_voucher-orderhistory section#main header.page-header, body#addresses section#main header.page-header, body#address section#main header.page-header, body#identity section#main header.page-header, body#order-detail section#main header.page-header {
    padding: 20px 34px;
    border-bottom: 1px solid #F0F2F5;
}

body#my-account section#main header.page-header h1, body#module-leofeature-mywishlist section#main header.page-header h1, body#module-td_voucher-orderhistory section#main header.page-header h1, body#addresses section#main header.page-header h1, body#address section#main header.page-header h1, body#identity section#main header.page-header h1, body#order-detail section#main header.page-header h1 {
    font-size: 20px;
    line-height: 26px;
    font-family: 'ibm_ps_m';
    font-weight: normal;
    color: #000;
    margin-bottom: 0;
}

body#my-account section#main section#content, body#module-leofeature-mywishlist section#main section#content, body#module-td_voucher-orderhistory section#main section#content, body#addresses section#main section#content, body#address section#main section#content, body#identity section#main section#content, body#order-detail section#main section#content {
    padding: 32px;
    box-shadow: none;
    padding-top: 0;
}
.page-my-account #main footer.page-footer, #module-td_voucher-orderhistory #main footer.page-footer, #addresses #main footer.page-footer, #module-leofeature-mywishlist #main footer.page-footer, #address #main footer.page-footer, #identity #main footer.page-footer, #order-detail #main footer.page-footer {
    display: none;
}
body#my-account section#main, body#module-td_voucher-orderhistory section#main, body#addresses section#main, body#module-leofeature-mywishlist section#main, body#address section#main, body#identity section#main, body#order-detail section#main {
    margin-bottom: 60px;
}
body#addresses section#wrapper>.container, body#module-td_voucher-orderhistory section#wrapper>.container, body#my-account section#wrapper>.container, body#module-leofeature-mywishlist section#wrapper>.container, body#identity section#wrapper>.container, body#order-detail section#wrapper>.container {
    padding: 40px;
}
body#addresses .breadcrumb_box, body#module-td_voucher-orderhistory .breadcrumb_box, body#module-leofeature-mywishlist .breadcrumb_box, body#my-account .breadcrumb_box, body#identity .breadcrumb_box, body#order-detail .breadcrumb_box {
    display: none;
}

#module-td_voucher-orderhistory #content-wrapper.col-md-6{
    width: 75%;
}

#module-td_voucher-orderhistory #right-column{
    display: none;
}

.voucher-custom-status, .voucher-custom-amount {
    padding: 0.4rem;
    border-radius: 0.2rem;
    color: #fff;
    background-color: #78B67C;
    border-color: #78B67C;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: fit-content;
    display: inline-block;
}

