html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: 'SF Pro';
  src: url('../library/fonts/SF-Pro/SF-Pro.ttf') format('truetype');
}


body,
html {
  height: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

.f11 {
  font-size: 11px;
  color: #979494;
}

.login-container {
  height: 100vh;
}

.login-box {
  width: 555px;
  padding: 30px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
}

.login-box h1 {
  font-size: 48px;
}

.password-toggle {
  cursor: pointer;
}


.fblack {
  color: #000;
  font-size: 16px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: bold;
}

.fblack:hover,
.active {
  color: #00A9F1;
  font-size: 16px;
  font-family: 'Inter Tight', sans-serif;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #000;
}

.nav-pills .nav-link {
  color: #979494;
  border: 1px solid #979494;
  margin-right: 10px;
}

.qrscan .card {
  border-radius: 10px;
}

.selectbor1.active {
  border-radius: 10px;
  border: 2px solid #000;
}

.scanbyloc .card {
  border-radius: 10px;
  border: 1px solid #C5C5C5;
}

.fgrey {
  color: #979494;
  font-family: 'SF Pro';
}

.palttebox .card {
  background-color: transparent !important;
}

.f48 {
  font-size: 48px;
  font-family: 'SF Pro';
}

.qrscan input {
  border-radius: 10px;
  border: 1px solid #C5C5C5;
}

.qrscan .btn-upload {
  border-radius: 10px;
  border: 1px solid #C5C5C5;
  padding: 16px 50px;
  margin-right: 20px;
}

.genebtn {
  border-radius: 10px;
  border: 1px solid #000;
  padding: 16px 50px;
  margin-right: 20px;
  font-size: 18px;
  background-color: #EEEEEE;
  font-weight: 600;
}

.selectbor {
  border-radius: 10px;
  border: 2px solid #C5C5C5;
  padding: 5px;
}

.selectbor1 {
  border-radius: 10px;
  border: 2px solid #C5C5C5;
  padding: 5px;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
}

.selectbor:hover,
.selectbor1:hover {
  border-radius: 10px;
  border: 2px solid #000;
}

.form-check-input.big-toggle {
  transform: scale(1.7);
}

.color-box {
  width: 42px;
  height: 42px;
  border-radius: 5px;
  background-color: #000;
  transition: background-color 0.3s ease;
}

.palttebox .card {
  border-radius: 10px;
  border: 1px solid #C5C5C5;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.form-check-input:focus {
  border-color: #D9D9D9;
  outline: 0;
  box-shadow: none;
}

.color-picker {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}


.table-rounded {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px 10px 0 0;
  /* top-left, top-right, bottom-left, bottom-right */
  overflow: hidden;
  border: 1px solid #C5C5C5;
}

/* Optional: give the table some margin-bottom for spacing */
.table-rounded thead {
  background-color: #F3F3F3;
}

.table-rounded th {
  background-color: #F3F3F3;
  padding: 18px;
  color: #333;
  font-weight: 600;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #dee2e6;
}

.table-rounded td {
  border: none;
  border-bottom: 1px solid #dee2e6;
  padding: 18px;
  vertical-align: middle;
  color: #979494;
}

.table-rounded tbody tr:last-child td {
  border-bottom: none;
}

/* Action Icons Styling */
.icon-actions {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.icon-actions li {
  list-style: none;
  display: inline-flex;
}

.icon-actions i {
  font-size: 1.1rem;
  padding: 8px;
  cursor: pointer;
  color: #6c757d;
  transition: color 0.2s;
}

.icon-actions i:hover {
  color: #000;
}

.page-link {
  border: 0px !important;
  color: #000;

}

.page-link::after {
  content: attr(data-text);
  font-weight: bold;
  height: 0;
  visibility: hidden;
  display: block;
  overflow: hidden;
}

.page-link:hover {
  color: #00A9F1;
  background-color: #fff;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-rounded {
  min-width: 600px;
  /* ensures scroll on mobile */
}

.icon-actions {
  white-space: nowrap;
}


input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 2px;
}

.custom-file-upload {
  display: inline-block;
  padding: 10px 0px;
  cursor: pointer;
  font-weight: 500;
  color: #00A9F1;
}

input[type="file"] {
  display: none;
}


.tablerounededCorner {
  border: 1px solid #7a7b7b;
  background-color: #ddd;
  border-radius: 1.2em;
}

.roundedTable {
  border-collapse: collapse;
  border-radius: 1.2em;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.roundedTable th,
.roundedTable td {
  padding: .6em;
  background: #ddd;
  border-bottom: 1px solid white;
}

.roundedTable th {
  text-align: left;
}

.roundedTable tr:last-child td {
  border-bottom: none;
}



#footer {
  background-color: #fff;
}

#footer a {
  color: #000;
}

#footer a.desined span img {
  width: 27px;
  height: 30px;
}





@media (max-width: 575.98px) and (max-width: 767px) {
  .nav-pills .nav-link {
    margin-right: 15px;
    padding:2px;
    border:0;
    
  }
  .nav-pills .nav-link.active
  {
      background-color:transparent;
      color:#000;
  }
}

/* Ipad Air and Mini*/
@media screen and (min-width: 768px) and (max-width: 991px) {}

/* For Large screens */

@media (min-width: 1500px) {}

@media only screen and (width: 375px) and (height: 667px) and (-webkit-device-pixel-ratio: 2) {

  .nav-pills .nav-link {
    margin-right: 9px;
    padding: 7px 9px;
  }

  .nav {
    padding: 0px !important;
  }

}