/*General style*/
a {
    color: #FCB503;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

main.main-wrapper {
    width: 100%;
    float: right;
    display: flex;
    align-items: stretch
}

main.main-wrapper #content {
    width: 100%;
    min-height: 100vh;
    transition: .3s;
    background-color: #fff;
    padding-top: 25px;
}

main.main-wrapper #content #main-container {
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px
}

main.main-wrapper #content #main-container .inner-box {
    min-height: 300px;
    float: right;
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 15px
}

.cursor-pointer {
    cursor: pointer;
}

.dnone {
    display: none;
}

.dblock {
    display: block;
}

.rounded-img {
    top: 26px;
    right: -13px;
    background-color: #fff;
}

/*Checkbox as toggle*/
.toggle_wrapper_parent {
    border: 2px solid #E5E7EB;
    border-radius: 16px;
    clear: both;
    float: left;
    width: 100%;
    padding: 12px 16px;
}

.toggle_wrapper {
    position: relative;
    display: block;
    width: 52px !important;
    height: 24px;
    float: left !important;
}

.toggle_wrapper input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle_wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E0E0E0;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle_wrapper .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle_wrapper input:checked+.slider {
    background-color: #6A1499;
}

.toggle_wrapper input:focus+.slider {
    box-shadow: 0 0 1px #6A1499;
}

.toggle_wrapper input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.toggle_wrapper .slider.round {
    border-radius: 34px;
}

.toggle_wrapper .slider.round:before {
    border-radius: 50%;
}

/*Error Messages*/
label.error {
    margin: 5px 0 0;
    display: block;
    width: 100%;
}

;

/* Form Validation */
.field-has-error,
.field-is-validated {
    position: relative
}

.field-has-error::before {
    display: inline-block;
    padding-right: 0;
    font-family: "Font Awesome 5 Free";
    content: '\f00d';
    font-weight: 900;
    position: absolute;
    top: 36px;
    left: 11px;
    font-size: 18px;
    color: #dc3545;
    z-index: 90000;
}

.field-has-error .form-control {
    border: 1px solid #dc3545 !important
}

input.form-control,
select.form-control {
    letter-spacing: 0;
    color: #818180;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    background: #fff;
    height: 56px;
}

.search-form .form-control {
    height: 52px;
    padding: 12px 16px;
}

.search-form .input-help-icon {
    left: 12px;
    top: 14px;
}

.search-input-help-icon {
    cursor: pointer;
}

input.form-control::placeholder {
    color: #818180 !important;
}

.form-addon {
    background: no-repeat padding-box #f2f2f2;
    border-radius: 4px;
    top: 41px;
    padding: 8px 10px 0;
    height: 31px;
    color: #4c4c4a
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border: 1px solid #dc3545 !important
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef !important
}

;

/* Badges & Colors*/
.primary {
    color: #007bff !important
}

.danger {
    color: #bd2130 !important
}

.success {
    color: #28a745 !important
}

.info {
    color: #17a2b8 !important
}

.warning {
    color: #d39e00 !important
}

.badge {
    padding: 9px 20px;
    border-radius: 16px;
}

.custom-badge {
    border-radius: 12px;
    background: #fbf7ff;
    padding: 9px 13px;
    color: #6A1499;
    font-size: 16px;
}

.badge-default {
    background-color: #ddd;
    color: #000;
}

/*Buttons*/
.btn.disabled,
.btn:disabled {
    opacity: .65;
    cursor: not-allowed;
}

.btn {
    border: none !important;
    border-radius: 8px;
    opacity: 1;
    width: auto;
    text-align: center;
    letter-spacing: 0;
    margin-top: 28px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-primary {
    background: #AE2B8A !important;
    color: #fff !important;
    height: 48px
}

.btn-secondary {
    background: no-repeat padding-box #0069d9 !important;
    color: #fff !important;
    height: 48px
}

.btn-ternary {
    background: no-repeat padding-box #218838 !important;
    color: #fff !important;
    height: 48px
}

.btn-default {
    background: no-repeat padding-box #ddd !important;
    color: #000 !important;
    height: 35px;
}

.btn span.btn-spinner.hide {
    display: none;
}

/* Pagination */
.pagination_area nav {
    float: left
}

.pagination_area select {
    width: auto;
    margin-top: 30px;
    margin-left: 10px;
    border: 1px solid #686685;
    border-radius: 5px;
    background-color: #05013b !important;
    color: #fff !important;
    height: 36px
}

.pagination_area .page-item.disabled .page-link,
.pagination_area ul.pagination .page-link,
.pagination_area ul.pagination li.active span.page-link {
    border: none;
    background-color: #05013b;
    color: #fff
}

.pagination_area .page-item.active .page-link {
    background-color: #bb71d3 !important
}

.pagination_area .page-link {
    padding: .6rem .75rem
}

ul.pagination {
    justify-content: center;
    margin: 30px 0 11px 15px;
    padding-right: 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.pagination li:first-child,
ul.pagination li:last-child {
    display: none
}

ul.pagination li.page-item {
    border-radius: 0 !important
}

ul.pagination li a.page-link,
ul.pagination li span.page-link {
    border-radius: 50% !important;
    color: #AE2B8A;
    border: 1px solid #E0E0E0;
    margin: 0 0.09rem;
    padding: .5rem .8rem;
}

ul.pagination li.active span.page-link {
    background-color: #76a71c;
    border-color: #76a71c;
    color: #fff;
    background: linear-gradient(92deg, #6A1499 -9.46%, #AE2B8A 100.11%);
}

/* table bordered */
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #000 !important;
}

/*customized*/
.datatable-search-result-conainer {
    border: 1px solid rgb(224, 224, 224);
    border-radius: 8px;
    opacity: 1;
}

.table-customized {
    margin-bottom: 0;
}


.table-customized tbody .btn-table {
    color: #1A1A1A;
    border: none;
    background-color: transparent;
    font-size: 16px;
    padding: 0 15px;
}

.table-customized tbody .btn-delete {
    color: #D63930;
}

.table-customized thead th {
    padding: 14px 5px;
    position: relative;
    text-align: center;
    color: #4c4c4a;
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    background: #fff;
}

.table-customized tbody td {
    text-align: center;
    letter-spacing: 0;
    color: #1a1917;
    border: none;
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: .35rem .75rem;
}

.table-customized tbody tr:last-child td {
    border-bottom: none !important;
}



.table-customized tbody tr.deleted td {
    color: orange !important;
}

.table-customized tbody {
    background-color: #fff;
}

.table-customized thead tr th:first-child {
    border-top-left-radius: 8px;
}

.table-customized thead tr th:last-child {
    border-top-right-radius: 8px;
}

.table-customized tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.table-customized tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.table-customized .action_dropdown_area .dropdown button {
    padding: 9px 15px;
    border-radius: 16px;
    border: none !important;
    outline: 0 !important;
    height: auto
}

.table-customized .action_dropdown_area .dropdown .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    top: 30px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    border: none;
    padding: 0;
    background-color: #dddddd !important;
    border-radius: 8px !important;
    min-width: 8rem;
    overflow: hidden
}

.table-customized .action_dropdown_area .dropdown .dropdown-menu a {
    text-align: right;
    padding: 6px 14px;
    border-bottom: 1px solid #f8f8f8;
}

.table-customized .action_dropdown_area .dropdown .dropdown-menu a:last-child {
    border-bottom: none
}

.table-customized .action_dropdown_area .dropdown .dropdown-menu a:active {
    background-color: #dddddd;
}

.table-customized .action_dropdown_area .dropdown button:after {
    color: #fff;
}

.datatable-action-area input.form-control,
.datatable-action-area select.form-control {
    height: 40px;
}

.datatable-action-area .btn,
#search-form .btn {
    height: 40px;
}

/*Breadcrumb*/
#breadcrumb_area {
    margin-bottom: 0;
    padding-right: 30px;
    padding-left: 30px;
}

#breadcrumb_area ul {
    background-color: transparent;
}

#breadcrumb_area ul li {
    letter-spacing: 0px;
    color: #1A1917;
    opacity: 1;
}

#breadcrumb_area ul li h2 {
    text-align: right;
    letter-spacing: 0;
    color: #4c4c4a;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 0
}

#breadcrumb_area .btn_action {
    background-color: transparent !important
}

#breadcrumb_area .btn_action i {
    width: 56px;
    height: 56px;
    background-color: #fff;
    font-size: 20px;
    color: #80ae2d;
    box-shadow: 0px -2px 8px #00000029;
}



/* Modal */
.custom-modal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden
}

.custom-modal .modal-content .modal-body {
    background-color: #fff;
    padding: 1rem 1.3rem
}

.custom-modal .modal-content .modal-header {
    padding: 1.5rem 1.5rem .75rem;
    position: relative;
    border: none;
    background-color: #fff;
}

.custom-modal .modal-content .modal-header .modal-title {
    color: #000;
    position: relative;
    padding: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.custom-modal .modal-content .modal-header .modal-title span.info_text {
    color: #dc3545 !important
}

.custom-modal .modal-content .modal-header button.close {
    position: absolute;
    left: 0;
    color: #000;
    opacity: 1;
    font-size: 20px
}

.custom-modal .modal-content .modal-body .form-group {
    position: relative;
    float: right;
    width: 100%
}

.custom-modal .modal-content .modal-body .form-group label {
    width: 100%;
    float: right;
    color: #364153;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.custom-modal .modal-content .modal-body .form-group label span {
    color: #fff
}

.custom-modal .modal-content .modal-body .form-group label span.text-note {
    font-size: 9px;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    display: inline-block;
    padding: 3px 9px
}

.custom-modal .modal-content .modal-body .form-group .img-contianer-box>img {
    object-fit: cover;
    height: 113px
}

.custom-modal .modal-content .modal-body .form-group .img-contianer-box {
    width: 113px;
    height: 113px;
    overflow: hidden;
    background-color: #dddddd6b;
    border-radius: 4px;
    margin: 0 auto
}

.custom-modal .modal-content .modal-body .form-group .form-control {
    background-color: #fff;
    box-shadow: none !important;
    min-height: 38px;
    color: #000;
    border-radius: 16.4px;
    border: 2px solid #E5E7EB;
    height: 52px;
    padding: 12px 16px;
}

.custom-modal .modal-content .input-help-icon {
    left: 12px;
    top: 50px;
}

.custom-modal .modal-content .modal-footer {
    padding: 5px 1rem 1rem;
    justify-content: space-between;
    background: #fff;
    border: none
}

.custom-modal .modal-content .modal-footer .btn {
    margin-left: 10px;
    border-radius: 12px;
    padding: .775rem 1.4rem;
    margin-top: 8px;
}

.custom-modal .modal-content .modal-footer .btn-primary {
    border-radius: 16.4px;
    background: linear-gradient(92deg, #6A1499 -9.46%, #AE2B8A 100.11%) !important;
}

.custom-modal .modal-content .modal-footer .btn-close {
    color: #000;
    border-radius: 16.4px;
    background: #F5F5F5;
}

.custom-modal .btn-generate {
    right: 12px;
    top: 37px;
    background-color: transparent;
    padding: 0.3rem;
    z-index: 90000;
}

/* Sweet Alert */
.swal2-title {
    color: #000 !important
}

.swal2-icon {
    margin: .5em auto 1.5rem !important
}

.swal2-styled {
    padding: 8px 40px !important;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    width: 90px !important;
    height: 90px !important
}

.swal2-icon-warning #swal2-content {
    background-color: #f8d7da;
    padding: 7px 0
}

.swal2-icon-success #swal2-content {
    background-color: #d1ecf1;
    padding: 7px 0
}

.swal2-popup {
    background: #fff !important
}

.swal2-styled.swal2-cancel {
    border-radius: 12px !important;
    background-color: #fcb503 !important;
    border: 1px solid #fcb503 !important
}

.swal2-styled.swal2-confirm {
    border-radius: 12px !important;
    background-color: #218838 !important;
    border: 1px solid #efefef !important
}

.swal2-icon.swal2-info {
    border-color: #218838 !important;
    color: #218838 !important
}

.swal2-icon-success #swal2-content,
.swal2-icon-warning #swal2-content {
    background-color: #ddd;
    border: 1px solid #ddd !important;
    color: #000;
    border-radius: 12px
}

/*spinners*/
.growing_spinners {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
}

.growing_spinners .spinner-grow {
    color: #b389ff !important;
    width: 1rem;
    height: 1rem;
}

.bordered_spinners .spinner-border {
    border: .25em solid #0d75a0;
    border-right-color: transparent !important;
}

.dropdown_spinners {
    position: absolute;
    top: 41px;
}

.circle-spinner {
    width: 2rem;
    margin-bottom: 8px !important;
}

.circle-spinner span {
    border: 0.25em solid #ddd;
    border-right-color: #76a71c;
}

/* Select 2 styls*/
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    color: #818180;
    margin-top: 10px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background: #fff;
    border: 1px solid #818180;
    border-radius: 8px;
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #818180 transparent transparent
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #818180;
    color: #fff
}

.select2-container--default .select2-results>.select2-results__options {
    background-color: #fff;
    color: #818180
}

.select2-search--dropdown {
    padding: 0;
    background-color: #ddd
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    background-color: #fff;
    color: #818180
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #818180
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    height: 38px;
    padding-top: 9px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f2f2f2;
    border: none;
    border-radius: 8px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 39px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 8px;
}

.search-form .select2-container--default .select2-selection--single {
    height: 40px;
}


.search-form select {
    height: 38px;
}

/* Sidebar */
#sidebar {
    min-width: 223px;
    max-width: 223px;
    background: #fff;
    color: #fff;
    transition: .3s;
    padding-top: 30px;
    border-left: 1px solid #e0e0e0;
}

#sidebar>ul.components>li>a.dropdown-toggle::after {
    margin-right: 8px;
    margin-top: 2px;
}

#sidebar ul.components {
    padding: 15px 0 15px;
    float: right;
}

#sidebar>ul.components>li>a {
    text-decoration: none;
    height: 48px;
    color: #9A9A9A;
    padding-right: 50px;
    overflow: hidden;
}

#sidebar ul.components>li.active>a {
    color: #AE2B8A;
    border-radius: 24px;
}

#sidebar ul.components>li.active>a span.layer {
    /* background: transparent linear-gradient(271deg, #76a71c 0%, #76a71cb3 22%, #76a71c63 49%, #FCB50300 100%) 0% 0% no-repeat padding-box; */
    left: 0;
    height: 100%;
    opacity: 0.2;
}

#sidebar ul.components>li>a:hover {
    color: #1A1917;
}

#sidebar>ul.components>li>a>i {
    left: 0;
    font-size: 22px;
    color: #818180
}

#sidebar ul.components>li.active>a>i {
    color: #1A1917;
}


#sidebar ul.components li>ul {
    padding-left: 0;
    list-style: none;
    padding-right: 0;
}

#sidebar ul.components ul li>a {
    padding: 0.5rem 0.5rem;
    background-color: #fff;
    color: #818180;
    border-radius: 24px;
    margin-top: 6px;
    overflow: hidden;
}

#sidebar ul.components ul li.active a {
    color: #1A1917;
}

#sidebar ul.components ul li.active a span.layer {
    background: transparent linear-gradient(271deg, #76a71c 0%, #76a71cb3 22%, #76a71c63 49%, #FCB50300 100%) 0% 0% no-repeat padding-box;
    left: 0;
    height: 100%;
    opacity: 0.2;
}

#sidebar ul.components a.exit:hover {
    color: #DC2626 !important
}

#sidebar .small-logo {
    display: none;
}

#sidebar #sidebar-toggler {
    background-color: #fff;
    width: 32px;
    height: 32px;
    outline: none !important;
    top: 26px
}

#sidebar .big-logo {
    margin-top: -25px;
}

#sidebar .version {
    bottom: 15px;
}

#sidebar .version h5 {
    text-align: center;
    letter-spacing: 0;
    color: #1a1917
}

#sidebar.collapsed {
    min-width: 64px;
    max-width: 64px;
    text-align: center;
}

#sidebar.collapsed .big-logo {
    display: none;
}

#sidebar.collapsed .small-logo {
    display: block;
    margin-right: 6px !important;
}

#sidebar.collapsed>ul.components>li>a,
#sidebar.collapsed ul.components a.exit:hover {
    color: transparent !important;
}

#sidebar.collapsed .version h5 {
    padding-left: 4px;
    padding-right: 8px;
}

#sidebar.collapsed .version {
    bottom: -32px;
}

#sidebar.collapsed ul.components li>ul {
    position: absolute;
    background-color: rgb(255, 255, 255);
    z-index: 9000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    right: 65px;
    border: 1px solid rgb(221, 221, 221);
}

#sidebar.collapsed ul.components>li>a {
    padding-right: 9px;
}

/* Dashboard */
.dashboard_view .row .col_box {
    padding-right: 30px;
    padding-left: 30px;
}

.dashboard_view .cont_box a {
    text-decoration: none
}

.dashboard_view .cont_box {
    background-color: #fff;
    padding: 21px 15px;
    margin-bottom: 15px;
    border-radius: 16px;
    min-height: 114px
}

.dashboard_view .cont_box .icon {
    float: right;
    width: 51px;
    height: 64px
}

.dashboard_view .cont_box .icon i {
    font-size: 51px;
    margin-top: 9px;
    color: #818180
}

.dashboard_view .cont_box .counter {
    float: right;
    padding-right: 10px;
}

.dashboard_view .cont_box .counter h1 {
    margin: 0;
    text-align: right;
    color: #1a1917;
}

.dashboard_view .cont_box .counter span.hide {
    display: none;
}

.dashboard_view .cont_box .title {
    margin: 5px 0 0;
    text-align: right;
    letter-spacing: 0;
    color: #4c4c4a
}

.dashboard_view .cont_box h3 {
    text-align: right;
    letter-spacing: 0;
    color: #1a1917;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 16px
}

/* Top Bar */
.topbar {
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}

.profile-settings-dropdown>a {
    float: left;
}

.profile-settings-dropdown a:hover {
    text-decoration: none;
}

.profile-settings-dropdown div.d-flex {
    justify-content: flex-end;
}

.profile-settings-dropdown a.dropdown-item {
    text-align: right;
    padding: 6px 15px;
    border-bottom: 1px solid #ddd;
}

.profile-settings-dropdown a.dropdown-item:hover {
    background-color: #f2f2f2 !important;
}

.profile-settings-dropdown .dropdown-menu {
    box-shadow: 0px 3px 9px #00000029;
}

.profile-settings-dropdown .dropdown-toggle::after {
    display: none;
}

/* Login */
.auth-body {
    background-color: #FBF7FF;
}

.login-wrapper {
    max-width: 450px;
    margin-top: 100px !important;
}

.login-wrapper .card-body {
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.login-wrapper .card-body .input-box::placeholder {
    color: #818180 !important;
    opacity: 1
}

.login-wrapper .card-body .input-label {
    color: #1a1917;
}

.login-wrapper .card-body .input-box {
    border-radius: 8px;
    color: #000 !important;
    height: 56px;
    background: #F5F5F5;
    text-align: left;
}

.login-wrapper .card-body .input-help-icon {
    left: 24px;
    bottom: 17px;
}

.login-wrapper .card-body button,
.login-wrapper .card-body a.btn-primary {
    height: 56px;
    color: #fff;
    border-radius: 12px;
    background: linear-gradient(92deg, #6A1499 -9.46%, #AE2B8A 100.11%) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.login-wrapper .card-body h2 {
    color: #1A1A1A;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 2rem;
}

.login-wrapper .logo>img {
    max-width: 100%;
    height: 60px;
    margin-bottom: 2rem !important;
}

.login-wrapper h2 {
    margin-bottom: 4px;
    color: #1a1917;
    margin-top: 20px
}

.login-wrapper .alert {
    border-radius: 8px;
    list-style-position: inside;
}

.show_password {
    left: 28px;
    top: 39px;
    width: 51px;
    height: 32px;
    border: 1px solid #1a1917;
    border-radius: 16px;
    background-color: #fff;
    padding-top: 8px;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .login-wrapper {
        max-width: 90%;
    }
}

.user-discount-wrapper .gift-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 122px;
    background: linear-gradient(92deg, #6A1499 -9.46%, #AE2B8A 100.11%);
}

.user-discount-wrapper .card-body {
    border-radius: 14px;
    background: #fbf7ff;
    margin-bottom: 1.3rem;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.12);
}

.user-discount-wrapper .gift_footer_text {
    color: #6A1499;
    margin-bottom: 2rem;
}

.user-discount-wrapper .card-body .input-box {
    border-radius: 16.4px;
    border: 2px solid #E0E0E0 !important;
    background-color: transparent;
    padding: 16px;
}

.user-discount-wrapper .card-body textarea.input-box {
    height: auto;
}

.user-discount-wrapper .discount_code {
    color: #6A1499;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.2px;
}

.user-discount-wrapper .qr_code_wrapper img {
    display: block;
    margin: 0 auto;
}

.user-discount-wrapper .discount_code_usage_wrapper {
    border-radius: 16px;
    background: linear-gradient(98deg, rgba(106, 20, 153, 0.08) 0%, rgba(174, 43, 138, 0.08) 100%);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    padding: 24px;
    color: #AE2B8A;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.user-discount-wrapper .discount_code_usage_wrapper ol li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.enone {
    display: none
}

tr.pshow {
    visibility: collapse;
}


@media print {

    .btn-hpm,
    .pagination {
        display: none !important;
    }

    .datatable-search-result-conainer {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important
    }

    tr.pshow {
        visibility: visible;
    }

    .table-customized thead th {
        background-color: #fff !important;
    }

    .table-customized tbody tr:nth-child(even) td {
        background-color: #fff !important;
    }

    .table-customized,
    .table-customized tbody td,
    .table-customized thead th {
        border: 1px solid #000 !important;
        color: #000 !important;
        background-color: transparent !important;
    }

    .table-customized thead th {
        font: 14px/25px bold !important
    }

    .print-bgnone {
        background-color: transparent !important;
        color: #000 !important
    }

    .topbar {
        display: none;
    }
}
