.glass1 {
  background: rgba(98, 1, 1, 0.75);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.glass2 {
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.glass3 {
  background: rgba(255, 255, 255, 0.75);
  /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: none !important;
}
.glass4 {
  background: rgba(0, 128, 128, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: none !important;
}
.glass5 {
  background: rgba(245, 245, 220, 0.75);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: none !important;
}
.glass6 {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 16px 0 rgba(31, 38, 35, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: none !important;
}
.no-border {
  border: none !important;
}
.verify {
  letter-spacing: 10px !important;
}
.rounded-16 {
  border-radius: 16px !important;
}
.rounded-8 {
  border-radius: 8px !important;
}
.fs-14 {
  font-size: 16px !important;
}
.fs-lg {
  font-size: large;
}
.fw-bold {
  font-weight: bold !important;
}
.disabled {
  color: gray; /* Change the color to indicate it's disabled */
  pointer-events: none; /* Prevents interaction with the element */
}
select {
  cursor: pointer;
}
.textarea,
input[type="radio"] {
  max-height: 100px;
  resize: vertical;
  optional: Allows vertical resizing;
}
input[type="color"] {
  min-height: 50px !important;
  width: 100%;
  /* border: 2px solid #ca2222; */
  border-radius: 5px;
  padding: 10px !important;
  margin: 0;
  box-sizing: border-box;
  cursor: pointer; /* Show pointer cursor on hover */
  border-color: none !important;
}
.color-box {
}

/* Remove the default arrow button in some browsers */
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* Remove the default color swatch in Firefox */
input[type="color"]::-moz-color-swatch {
  border: none;
  /* border-radius: 50px !important; */
}
.drops {
  cursor: pointer;
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 20px;
}
.text-red {
  color: #620101 !important;
}
.text-green {
  color: #008080 !important;
}
.red {
  color: red !important;
}
.green {
  color: green !important;
}
.avatar-border {
  border: 2px solid #008080 !important;
}
.v_imgbox {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
  padding: 0px;
}
.u_imgbox {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: cover;
  padding: 0px;
}
.v_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.v_img2 {
  width: 50%;
  height: 50%;
  object-fit: cover;
  /* border-radius: 50%; */
  /* -o-object-fit: contain; */
  /* border-radius: 8px; */
}
.bg-dialog {
  background: rgb(255, 255, 255) !important;
}
input:read-only {
  /* background: #008080 !important; */
  /* opacity: 0.85 !important; */
  color: #fff;
  border: 0px transparent !important;
  padding: 0px 10px;
  height: 30px !important;
}
.bg-edit {
  background: #ffffff !important;
  /* opacity: 0.75 !important; */
  color: #000000;
  /* border: 1px transparent #ffffff !important; */
  padding: 0px 10px;
  height: 30px !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.fs-1 {
  font-size: 1rem !important;
}
.fs-sm {
  font-size: small;
}
.mb-1 {
  margin-bottom: 2px !important;
}
.colortag {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
}
.circle-bars {
  margin: 20px;
  width: 150px;
  height: 150px;
}
/* @media print {
  body * {
    display: none;
  }
  .print,
  .print * {
    display: block !important;
  }
} */
.navbar-brand-img {
  /* width: 200px ; */
}
.color-find {
  /* Cream or Beige: Hex Code - #F5F5DC
    Gold: Hex Code - #FFD700

    Olive Green: Hex Code - #556B2F

    Navy Blue: Hex Code - #000080

    Light Gray: Hex Code - #D3D3D3

    Turquoise or Teal: Hex Code - #008080

    Silver: Hex Code - #C0C0C0



        #620101 (Maroon/Burgundy)

    Gold: #FFD700

    Olive Green: #556B2F

    Navy Blue: #000080

    Light Gray: #D3D3D3

    Turquoise or Teal: #008080

    Silver: #C0C0C0 */
}
