@import "https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&display=swap";
*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-display: swap;
  font-family: var(--primary-font);
}

:root{
    --primary-color : #452f2f;
    --primary-font : "Inter Tight", serif;
    --dark-color : #000000;
    --light-color : #ffffff;

}
body {
  background: var(--light-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--primary-font);
  font-display: swap;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  line-height: 0;
}
a {
  text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--light-color) inset !important;
  -webkit-text-fill-color: #292929 !important;
  border: 1px solid #292929 !important;
}
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--light-color) inset !important;
  -webkit-text-fill-color: #292929 !important;
  border: 1px solid #292929 !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.my-button {
  padding: 16px 20px;
  background-color: var(--primary-color);
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  text-transform: capitalize;
  color: var(--light-color) !important;
  box-shadow: inset 0px -4px 8px rgba(255, 255, 255, 0.4);
  transition: 0.3s all ease-in-out;
  display: inline-block;
}
@media (max-width: 1199px) {
  .my-button {
    font-size: 16px;
    padding: 20px 18px;
  }
}
@media (max-width: 991px) {
  .my-button {
    padding: 17px 18px;
  }
}
@media (max-width: 575px) {
  .my-button {
    font-size: 14px;
    padding: 15px 16px;
  }
}
.my-button:hover {
  background-color: #0e3572;
  box-shadow: none;
}
header {
  position: relative;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #ededed;
  padding: 25px 0px;
}
@media (max-width: 1199px) {
  header {
    padding: 15px 0px;
  }
}
@media (max-width: 575px) {
  header {
    padding: 10px 0px;
  }
}
header.sticky-menu {
  position: sticky;
  top: -200px;
  transition: 0.3s all ease-in-out;
  z-index: 100;
  box-shadow: 2px 2px 40px 0px rgba(255, 255, 255, 0.1);
  background-color: var(--light-color);
}
header.sticky-header {
  top: 0;
}
header .main-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .main-box .logo {
  display: block;
  line-height: 0;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1199px) {
  header .main-box .logo {
    max-width: 160px;
  }
}
@media screen and (max-width: 991px) {
  header .main-box .logo {
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  header .main-box .logo {
    max-width: 130px;
  }
}
@media screen and (max-width: 575px) {
  header .main-box .logo {
    max-width: 110px;
  }
}
header .main-box .navbar-toggler {
  max-width: 40px;
  min-width: 40px;
  width: 100%;
  height: 40px;
  padding: 5px;
  border-radius: 0px;
  box-shadow: none;
  background: var(--light-color);
}
@media screen and (max-width: 575px) {
  header .main-box .navbar-toggler {
    max-width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
header .main-box .navbar-toggler .navbar-toggler-icon {
  width: 20px;
  height: 20px;
  margin: auto;
  padding: 2px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  header .main-box .navbar-toggler .navbar-toggler-icon {
    width: 15px;
    height: 15px;
    padding: 1px 0;
  }
}
header .main-box .navbar-toggler .navbar-toggler-icon .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--dark-color);
}
@media screen and (min-width: 992px) {
  header .main-box .navbar-toggler {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  header .menu .navbar {
    width: max-content;
    margin: auto;
  }
}
header .menu .navbar .offcanvas-backdrop {
  z-index: 9;
}
header .menu .navbar .offcanvas {
  width: max-content;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  header .menu .navbar .offcanvas {
    display: block;
    background: var(--light-color);
    background-size: 100% 100%;
    padding: 20px;
    padding-bottom: 40px;
    border: 0;
    height: 100vh;
    width: 400px;
    left: auto;
    right: 0;
  }
}
header .menu .navbar .offcanvas .offcanvas-close {
  position: relative;
  cursor: pointer;
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-bottom: 15px;
  border-radius: 0px;
}
@media screen and (max-width: 575px) {
  header .menu .navbar .offcanvas .offcanvas-close {
    width: 30px;
    height: 30px;
  }
}
header .menu .navbar .offcanvas .offcanvas-close::after,
header .menu .navbar .offcanvas .offcanvas-close::before {
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background: var(--dark-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .menu .navbar .offcanvas .offcanvas-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .menu .navbar .offcanvas .navbar-nav {
  justify-content: center;
  display: flex !important;
}
@media (min-width: 992px) {
  header .menu .navbar .offcanvas .navbar-nav {
    flex-direction: row !important;
  }
}
header ul {
  overflow-x: hidden;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  header ul {
    display: block !important;
    max-height: 100% !important;
  }
}
header ul .nav-item {
  padding-right: 65px;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1399px) {
  header ul .nav-item {
    padding-right: 55px;
  }
}
@media screen and (max-width: 1199px) {
  header ul .nav-item {
    padding-right: 45px;
  }
}
@media screen and (max-width: 991px) {
  header ul .nav-item {
    padding-right: 0px;
    padding-bottom: 10px;
  }
}
header ul .nav-item:last-child {
  padding-right: 0;
}
header ul .nav-item .nav-link {
  width: 100%;
  font-family: "Onest", serif;
  color: var(--primary-color);
  padding: 0 !important;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1199px) {
  header ul .nav-item .nav-link {
    font-size: 16px;
  }
}
header ul .nav-item .nav-link:hover {
  color: #0e3572;
}
.qr-title-section {
  padding-top: 120px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1399px) {
  .qr-title-section {
    padding-top: 110px;
  }
}
@media (max-width: 1199px) {
  .qr-title-section {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .qr-title-section {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .qr-title-section {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .qr-title-section {
    padding-top: 50px;
  }
}
.qr-title-section .main-content {
  text-align: center;
}
.qr-title-section .main-content h1 {
  font-size: 68px;
  font-family: var(--primary-font);
  font-weight: 800;
  color: var(--primary-color);
}
@media (max-width: 1399px) {
  .qr-title-section .main-content h1 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .qr-title-section .main-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .qr-title-section .main-content h1 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .qr-title-section .main-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .qr-title-section .main-content h1 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .qr-title-section .main-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .qr-title-section .main-content h1 {
    font-size: 22px;
  }
}
.qr-title-section .main-content p {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 400;
  padding: 25px 0px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1199px) {
  .qr-title-section .main-content p {
    font-size: 18px;
    padding: 20px 0px;
  }
}
@media (max-width: 575px) {
  .qr-title-section .main-content p {
    font-size: 14px;
    padding: 15px 0px;
  }
}
.service-section {
  padding: 80px 0px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1199px) {
  .service-section {
    padding: 70px 0px;
  }
}
@media (max-width: 991px) {
  .service-section {
    padding: 60px 0px;
  }
}
@media (max-width: 575px) {
  .service-section {
    padding: 50px 0px;
  }
}
.service-section .qr-box {
  border-radius: 28px;
  overflow: hidden;
  padding: 40px;
  background-color: #fef8f8;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1399px) {
  .service-section .qr-box {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .service-section .qr-box {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .service-section .qr-box {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .service-section .qr-box {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
.service-section .qr-box h4 {
  font-size: 36px;
  font-family: var(--primary-font);
  font-weight: 800;
  color: var(--primary-color);
  padding-bottom: 10px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1399px) {
  .service-section .qr-box h4 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .service-section .qr-box h4 {
    font-size: 28px;
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .service-section .qr-box h4 {
    font-size: 26px;
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .service-section .qr-box h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .service-section .qr-box h4 {
    font-size: 22px;
    padding-bottom: 5px;
  }
}
.service-section .qr-box p {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 400;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .service-section .qr-box p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .service-section .qr-box p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .service-section .qr-box p {
    font-size: 14px;
  }
}
.service-section .qr-box.bg {
  background-color: #d7eef5 !important;
}
footer .main-footer {
  padding: 60px;
  background-color: #0e3572;
}
@media (max-width: 1199px) {
  footer .main-footer {
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  footer .main-footer {
    padding: 40px 0px;
  }
}
@media (max-width: 575px) {
  footer .main-footer {
    padding: 30px 0px;
  }
}
footer .main-footer h6 {
  color: var(--light-color);
  font-weight: 700;
  font-size: 78px;
  font-family: var(--primary-font);
}
@media (max-width: 1199px) {
  footer .main-footer h6 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  footer .main-footer h6 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  footer .main-footer h6 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  footer .main-footer h6 {
    font-size: 28px;
  }
}
footer .main-footer .contact p {
  color: var(--light-color);
  font-size: 28px;
  font-weight: 700;
  font-family: "Onest", serif;
}
@media (max-width: 1199px) {
  footer .main-footer .contact p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  footer .main-footer .contact p {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  footer .main-footer .contact p {
    font-size: 18px;
  }
}
footer .main-footer .contact a {
  color: var(--light-color);
  font-size: 40px;
  font-family: "Onest", serif;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1399px) {
  footer .main-footer .contact a {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  footer .main-footer .contact a {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  footer .main-footer .contact a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  footer .main-footer .contact a {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  footer .main-footer .contact a {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  footer .main-footer .contact a {
    font-size: 16px;
  }
}
footer .main-footer .contact a:hover {
  color: var(--dark-color);
}
footer .sub-footer {
  background-color: #1e1e1e;
  padding: 14px 0px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 18px;
}
@media (max-width: 991px) {
  footer .sub-footer {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  footer .sub-footer {
    font-size: 14px;
  }
}
.form-control {
  padding: 8px 10px !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  border: 1px solid var(--primary-color) !important;
  font-size: 18px;
}
@media (max-width: 767px) {
  .form-control {
    font-size: 16px;
  }
}
.form-control:hover,
.form-control:focus {
  border-color: var(--dark-color) !important;
  box-shadow: none !important;
}
.form-control-color {
  width: 80px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.myQrForm.loading {
  opacity: 0.5;
  position: relative;
}
.myQrForm.loading::after {
  content: " ";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid red;
  border-top-color: var(--dark-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: loader 0.5s infinite alternate;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background-color: var(--light-color);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--primary-color);
} /*# sourceMappingURL=style.css.map */


/* 17-01-2025 -- HD */
.fa-classic, .fa-regular, .fa-solid, .far, .fas, i,
.fa-classic:before, .fa-regular:before, .fa-solid:before, .far:before, .fas:before, i:before {
    font-family: "Font Awesome 6 Free" !important;
}
ins div {
    margin: auto !important;
    display: block !important;
    background: #ebebeb !important;
}
.tableBorder .d-md-flex.justify-content-between.align-items-center.col-12.dt-layout-full.col-md {
    border: 1px solid #00000045;
    padding: 0;
    overflow-x: auto;
}
.userTable {
    padding: 0;
    width: 100%;
    /* table-layout: fixed; */
    border-collapse: collapse;
    margin: 0;
    font-size: 15px;
    font-family: var(--primary-font);
    min-width: 100%;
    /* border-radius: 15px; */
    /* overflow: hidden; */
}
.userTable>:not(:first-child) {
    border: 0;
}
.userTable caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.userTable tr {
    background-color: #f8f8f8;
    padding: .35em;
}
.userTable thead tr {
    background-color: var(--primary-color);
    color: var(--light-color);
    text-align: left;
}
.userTable th,
.userTable td {
    /* padding: .625em; */
    text-align: left;
    padding: 12px 15px;
}
.userTable td:last-child,
.userTable th:last-child{
    text-align: right;
}

.userTable th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.userTable tbody tr {
    border-bottom: 5px solid var(--light-color);
}

/* .userTable tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
} */

.userTable tbody tr:first-of-type {
    border-top: 5px solid var(--light-color);
}

.userTable tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
table.table.userTable>tbody>tr:nth-child(even){
    background-color: #452f2f1c;
}
table.table.userTable>tbody>tr:nth-child(odd){
    background-color: #00000008;
}
table.table.userTable>tbody>tr th:last-child,
table.table.userTable>tbody>tr td:last-child{
    min-width: 150px;
}
a.btn_wrapper {
    font-family: var(--primary-font);
    font-size: 16px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    max-width: max-content;
    transition: all 0.5s ease;
}
a.btn_wrapper  i {
    padding: 4px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-color: var(--primary-color);
    transition: all 0.5s ease;
}
a.btn_wrapper:hover i{
    background: var(--dark-color);
    border-color: var(--dark-color);
}
a.btn_wrapper:hover{
    color: var(--dark-color);
}
#DataTables_Table_0_wrapper > .row > div:first-child{
    padding-left: 0;
}
#DataTables_Table_0_wrapper > .row > div:last-child{
    padding-right: 0;
}
div.dt-container div.dt-search label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    font-family: var(--primary-font);
    font-size: 16px;
    color: var(--primary-color);
}
.page-item .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: var(--light-color);
    border-color: #dee2e6;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid #00000045;
}
.page-item.active .page-link {
    z-index: 3;
    color: var(--light-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.head-row {
    display: flex;
    margin-bottom: 24px !important;
    align-items: center;
}
.head-row > div:first-child{
  display: flex;
  align-items: center;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
  text-align: center;
}
.form-select {
  padding: 8px 10px !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  border: 1px solid var(--primary-color) !important;
  font-size: 18px;
}
.form-check-input{
  height: 1.5em;
  width: 1.5em;
  margin-right: 10px;
}
.form-check-label{font-size: 18px;}
@media screen and (max-width: 767px) {
    colgroup col{
        display: none;
    }
    colgroup col:first-child{
        display: block;
    }
    .userTable {
        border: 0;
    }

    .userTable caption {
        font-size: 1.3em;
    }

    .userTable thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .userTable tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .userTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .userTable td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .userTable td:last-child {
        border-bottom: 0;
    }
    table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
      text-align: right;
  }
}

@media screen and (max-width:575px) {
    .dt-search input{
        max-width: 160px;
    }
    a.btn_wrapper,div.dt-container div.dt-search label {
        font-size: 14px;
    }
}
@media screen and (max-width:420px) {
    a.btn_wrapper{
        font-size: 0;
    }
}
@media screen and (max-width:340px) {
  .dt-search input {
      max-width: 140px;
  }
}

/* Header Navbar css */
.userIcon {
    /* border: 1px solid var(--dark-color); */
    padding: 3px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 17px;
    background: #f2f2f2;
    transition: all 0.5s ease;
}
.userIcon i{
  color: var(--dark-color);
  transition: all 0.5s ease;
}
.authName,.navLink {
    font-family: var(--primary-font);
    font-size: 16px;
    color: var(--dark-color);
    display: flex;
    align-items: center;
    max-width: max-content;
    transition: all 0.5s ease;
    border-color: var(--dark-color);
    transition: all 0.5s ease;
}
.userMenu:hover .userIcon i{
  color: var(--primary-color);
}
.navLink.active,.navLink:hover,.userMenu:hover .authName{
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.navMenu_block{
  border-right:1px solid #00000045 ;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.dropMenu {
  font-family: var(--primary-font);
  font-size: 15px;
  color: var(--dark-color) !important;
  padding: 8px 20px !important;
  transition: all 0.5s ease;
}
.dropMenu:hover{
  background: var(--primary-color) !important;
  color: var(--light-color) !important;
}
.headSidebar{
  position: fixed;
  z-index: 999;
  background: var(--light-color);
  width: 100%;
  height: 100%;
  top: 0;
  right: -200%;
  max-width: 360px;
  display: block;
  transition: all 0.4s ease;
}
.headOverlay {
  position: fixed;
  top: 0;
  right: -200%;
  z-index: 997;
  background: #000000cc;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease;
}
.headSidebar.active,
.headOverlay.active{
  right: 0;
}
.sidebarnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
#backBtn {
  padding: 4px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark-color);
  border-color: var(--dark-color);
  transition: all 0.5s ease;
  margin-right: 8px;
}

.showQR-wrapper .form-control {
  border: 1px solid #ced4da !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent !important;
}
.showQR-wrapper .form-control.pe-5 {
  padding-right: 42px !important;
}
.showQR-wrapper .form-control .form-control {
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.qrImg {
    position: relative;
    max-width: max-content;
    max-height: 340px;
    margin: auto;
    padding: 20px;
    background: #ffffff;
    box-shadow: 1px 1px 8px 2px #00000012 !important;
}
.qrImg:after,.qrImg::before,
.qrImg > div:after,.qrImg > div::before{
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border: 3px solid #0000003d;
}
.qrImg:after {
  right: 0;
  top: 0;
  border-left: 0;
  border-bottom: 0;
}
.qrImg::before {
  left: 0;
  top: 0;
  border-right: 0;
  border-bottom: 0;
}
.qrImg > div:after {
  right: 0;
  bottom: 0;
  border-left: 0;
  border-top: 0;
}
.qrImg > div::before {
  left: 0;
  bottom: 0;
  border-right: 0;
  border-top: 0;
}
.qrImg > div{
  max-width: 310px;
  max-height: 310px;
}
/* .qrImg > div img{
  width: 100%;
  height: 100%;
} */

.editBtn, .downloadBtn {
  font-size: 14px;
  padding: 10px 10px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.downloadBtn,.editBtn:hover{
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--light-color);
}
.downloadBtn:hover,.editBtn{
  background: var(--dark-color);
  border-color: var(--dark-color);
  color: var(--light-color);
}
.form-check-input.iconlabel{
  margin-left: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
}
.form-check{
  padding-left: 0px;
}
/* .qr_wrapper{
    background: #e9ecf9;
} */
.showQR-wrapper .form-group, .qr-card{
    background: #ffffff54;
    border: 2px solid #ffffffd9;
    border-radius: 12px;
    padding: 20px 20px;
    box-shadow: 1px 1px 8px 2px #0000000d;
}
.showQR-wrapper .form-control {
    border: 0px solid #ced4da !important;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    background: #ffffff !important;
    color: #34487e;
    padding: 12px 22px !important;
    font-size: 20px;
    border-radius: 12px !important;
    box-shadow: 1px 1px 8px 2px #00000005 !important;
}
a.copyText {
    position: absolute;
    right: 8px;
    top: 53%;
    transform: translate(0px, -50%);
}
.qr-card {
    height: 100%;
}
h2.qr-title {
    font-family: var(--primary-font);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 19px;
    padding-top: 5px;
}
@media screen and (max-width:991px){
    .editBtn, .downloadBtn {
        font-size: 12px;
        padding: 8px 5px;
        gap: 2px;
    }
    .showQR-wrapper .form-control {
        padding: 8px 15px !important;
        font-size: 16px;
        border-radius: 8px !important;
    }
    .showQR-wrapper .form-group, .qr-card {
        border-radius: 8px;
        padding: 13px 13px;
    }
}
