@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap');

:root
{
  --bg-color-black: black;
  --bg-color-white: white;
  --bg-color-grey: grey;
  --bg-color-light-grey: lightgrey;
  --bg-color-dark-grey: darkgrey;
  --bg-color-red: red;
  --bg-color-green: green;
  --bg-color-blue: blue;
  --bg-color-yellow: yellow;
  --bg-color-orange: orange;
  --bg-color-purple: purple;
  --bg-color-pink: pink;
  --bg-color-brown: brown;
  --bg-color-cyan: cyan;
  --bg-color-magenta: magenta;
  --bg-color-silver: silver;
  --bg-color-gold: gold;
  --bg-color-light-blue: lightblue;
  --bg-color-light-green: lightgreen;
  --bg-color-light-pink: lightpink;
  --bg-color-light-yellow: lightyellow;
  --bg-color-light-orange: lightorange;
  --bg-color-light-purple: lightpurple;
  --bg-color-light-cyan: lightcyan;
  --bg-color-light-magenta: lightmagenta;
  --bg-color-light-silver: lightsilver;
  --bg-color-light-gold: lightgold;
  --bg-color-1: rgb(0, 0, 0);
  --bg-color-2: rgb(0, 0, 0);
  --bg-color-3: rgb(57, 57, 57);
  --bg-color-4: rgb(92, 92, 92);
  --bg-color-5: rgb(174, 174, 174);
  --bg-color-6: rgb(244, 244, 244);
  --heading-color-black: black;
  --heading-color-white: white;
  --heading-color-grey: grey;
  --heading-color-light-grey: lightgrey;
  --heading-color-dark-grey: darkgrey;
  --heading-color-red: red;
  --heading-color-green: green;
  --heading-color-blue: blue;
  --heading-color-yellow: yellow;
  --heading-color-orange: orange;
  --heading-color-purple: purple;
  --heading-color-pink: pink;
  --heading-color-brown: brown;
  --heading-color-cyan: cyan;
  --heading-color-magenta: magenta;
  --heading-color-silver: silver;
  --heading-color-gold: gold;
  --heading-color-light-blue: lightblue;
  --heading-color-1: rgb(1, 43, 83);
  --heading-color-2: rgb(0, 65, 126);
  --heading-color-3: rgb(6, 121, 229);
  --heading-color-4: rgb(90, 175, 255);
  --heading-color-5: rgb(231, 244, 255);
  --heading-color-6: rgb(241, 249, 255);
  --text-color-black: black;
  --text-color-white: white;
  --text-color-grey: grey;
  --text-color-light-grey: rgb(206, 206, 206);
  --text-color-dark-grey: darkgrey;
  --text-color-red: red;
  --text-color-green: green;
  --text-color-blue: blue;
  --text-color-yellow: yellow;
  --text-color-orange: orange;
  --text-color-purple: purple;
  --text-color-pink: pink;
  --text-color-brown: brown;
  --text-color-cyan: cyan;
  --text-color-magenta: magenta;
  --text-color-silver: silver;
  --text-color-gold: gold;
  --text-color-light-blue: lightblue;
  --text-color-light-green: lightgreen;
  --text-color-1: rgb(1, 43, 83);
  --text-color-2: rgb(0, 65, 126);
  --text-color-3: rgb(6, 121, 229);
  --text-color-4: rgb(90, 175, 255);
  --text-color-5: rgb(231, 244, 255);
  --text-color-6: rgb(241, 249, 255);
  --border-color-black: black;
  --border-color-white: white;
  --border-color-grey: grey;
  --border-color-light-grey: lightgrey;
  --border-color-dark-grey: darkgrey;
  --border-color-red: red;
  --border-color-green: green;
  --border-color-blue: blue;
  --border-color-yellow: yellow;
  --border-color-orange: orange;
  --border-color-purple: purple;
  --border-color-pink: pink;
  --border-color-brown: brown;
  --border-color-cyan: cyan;
  --border-color-magenta: magenta;
  --border-color-silver: silver;
  --border-color-gold: gold;
  --border-color-light-blue: lightblue;
  --border-color-1: rgb(1, 43, 83);
  --border-color-2: rgb(6, 121, 229);
  --border-color-3: rgb(6, 121, 229);
  --border-color-4: rgb(90, 175, 255);
  --border-color-5: rgb(231, 244, 255);
  --border-color-6: rgb(241, 249, 255);
  --primary-icon-color: rgb(237 163 9);
  --secondary-icon-color: rgb(6, 121, 229);
  --success-icon-color: rgb(3, 152, 0);
  --danger-icon-color: rgb(152, 0, 0);
  --warning-icon-color: rgb(152, 94, 0);
  --info-icon-color: rgb(0, 128, 247);
  --light-icon-color: rgb(220, 220, 220);
  --dark-icon-color: rgb(0, 0, 0);
}

html,
body,
h1,
h2,
h4,
h5,
h6,
p,
blockquote,
table,
ul,
li,
section,
div,
header,
footer,
main,
nav,
article,
aside,
figure,
figcaption,
a,
img,
button,
input,
label,
select,
textarea
{
  font-family: "Nunito", sans-serif !important;
}

body
{
  background-size: cover !important;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.app-lines
{
  font-family: "Bungee Spice", sans-serif !important;
  font-size: 0.85rem !important;
}

.app-login-bg
{
  background-image: linear-gradient(45deg, var(--bg-color-2), var(--bg-color-3));
}

.btn
{
  border-radius: 0.5rem !important;
}

.btn i.fa
{
  font-size: 1.2rem;
}

img
{
  border-radius: 1rem !important;
}

.box-shadow-1
{
  box-shadow: 0 0 1rem 0.1rem rgb(1 0 0 / 30%) !important;
}

.border-radius-1
{
  border-radius: 1rem !important;
}

.bold
{
  font-weight: 800 !important;
}

.form-control,
.form-control:focus
{
  font-weight: 400 !important;
  font-size: 1.125rem !important;
}

.form-control::placeholder
{
  font-weight: 500 !important;
  color: var(--text-color-light-grey) !important;
}

#PasswordVisibility
{
  position: absolute;
  right: 2.25rem;
  font-size: 1.5rem;
  margin-top: -2.25rem;
  color: grey;
}

/* Close */
.notification-container
{
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: #ffffff;
  z-index: 9999;
  padding: 8px 13px;
  border-radius: 10%;
  color: #000000;
  cursor: pointer;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.329);
  transition: background-color 0.3s;
}

.notification-container:hover
{
  background-color: #03045e;
  color: white !important;
}

.Notification-box
{
  position: fixed;
  z-index: 9999;
  right: 20px;
  top: 80px;
  width: 400px;
  background-color: #0708549c;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  display: none;
}

.notification-header
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #03045e;
  color: #ffffff;
}

.notification-title
{
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.notification-list
{
  max-height: 500px;
  min-height: 500px;
  overflow-y: auto;
}

.notification-item
{
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.notification-icon
{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #fff;
}

.notification-content
{
  flex-grow: 1;
}

.notification-item .bg-success
{
  background-color: #28a745;
}

.notification-item .bg-danger
{
  background-color: #dc3545;
}

.notification-item .bg-warning
{
  background-color: #ffc107;
}

.notification-date
{
  font-size: 12px;
  color: #888;
}

.fa-bell-o
{
  font-size: 24px;
}

.notification-count
{
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
}

.text-primary
{
  color: var(--primary-icon-color) !important;
}

.ml-1
{
  margin-left: 0.25rem !important;
}

.mt-1
{
  margin-top: 0.25rem !important;
}

.mr-1
{
  margin-right: 0.25rem !important;
}

.mb-1
{
  margin-bottom: 0.25rem !important;
}

.mb-2
{
  margin-bottom: 0.5rem !important;
}

.mb-3
{
  margin-bottom: 1rem !important;
}

.mb-4
{
  margin-bottom: 1.5rem !important;
}

.mb-5
{
  margin-bottom: 2rem !important;
}

.mb-6
{
  margin-bottom: 3rem !important;
}

.mb-7
{
  margin-bottom: 4rem !important;
}

.mb-8
{
  margin-bottom: 5rem !important;
}

.mb-9
{
  margin-bottom: 6rem !important;
}

.mb-10
{
  margin-bottom: 7rem !important;
}

.mb-11
{
  margin-bottom: 8rem !important;
}

.mb-12
{
  margin-bottom: 9rem !important;
}

.mb-13
{
  margin-bottom: 10rem !important;
}

.ml-2
{
  margin-left: 0.5rem !important;
}

.ml-3
{
  margin-left: 1rem !important;
}

.ml-4
{
  margin-left: 1.5rem !important;
}

.ml-5
{
  margin-left: 2rem !important;
}

.ml-6
{
  margin-left: 3rem !important;
}

.ml-7
{
  margin-left: 4rem !important;
}

.ml-8
{
  margin-left: 5rem !important;
}

.ml-9
{
  margin-left: 6rem !important;
}

.ml-10
{
  margin-left: 7rem !important;
}

.ml-11
{
  margin-left: 8rem !important;
}

.ml-12
{
  margin-left: 9rem !important;
}

.ml-13
{
  margin-left: 10rem !important;
}

.mr-2
{
  margin-right: 0.5rem !important;
}

.mr-3
{
  margin-right: 1rem !important;
}

.mr-4
{
  margin-right: 1.5rem !important;
}

.mr-5
{
  margin-right: 2rem !important;
}

.mr-6
{
  margin-right: 3rem !important;
}

.mr-7
{
  margin-right: 4rem !important;
}

.mr-8
{
  margin-right: 5rem !important;
}

.mr-9
{
  margin-right: 6rem !important;
}

.mr-10
{
  margin-right: 7rem !important;
}

.mr-11
{
  margin-right: 8rem !important;
}

.mr-12
{
  margin-right: 9rem !important;
}

.mr-13
{
  margin-right: 10rem !important;
}

.mt-2
{
  margin-top: 0.5rem !important;
}

.mt-3
{
  margin-top: 1rem !important;
}

.mt-4
{
  margin-top: 1.5rem !important;
}

.mt-5
{
  margin-top: 2rem !important;
}

.mt-6
{
  margin-top: 3rem !important;
}

.mt-7
{
  margin-top: 4rem !important;
}

.mt-8
{
  margin-top: 5rem !important;
}

.AppChatOptions
{
  position: fixed;
  z-index: 9999999;
  color: red;
  right: 2rem;
  bottom: 1.5rem;
  font-size: 2rem;
  cursor: pointer;
  box-shadow: 0px 0px 20px grey;
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  background-color: white;
  color: var(--primary-icon-color);
}

.AppChatOptions:hover span
{
  background-color: red !important;
}

.AppChatOptions span
{
  font-size: 1.2rem;
  position: absolute;
  margin-top: -1rem;
}

.gsi-solution-alerts
{
  position: fixed;
  z-index: 99999999999999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #272727ad;
  animation: showHide 2s ease-in-out 1;
}

@keyframes showHide
{
  0%
  {
    opacity: 0;
    visibility: hidden;
  }

  10%
  {
    opacity: 1;
    visibility: visible;
  }

  90%
  {
    opacity: 1;
    visibility: visible;
  }

  100%
  {
    opacity: 0;
    visibility: hidden;
  }
}

.notification-box
{
  width: 80%;
  padding: 1rem !important;
  box-shadow: 0 0 1rem 0.1rem rgb(1 0 0 / 30%) !important;
  border-radius: 1rem;
  background-color: #000000 !important;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  z-index: 999999999999999999999999999999999999999999999999999999 !important;
  max-width: 480px;
  margin: 20% auto;
  box-shadow: 0px 0px 1px white !important;
}

.notification-box h4
{
  cursor: pointer;
  padding: 0.37rem !important;
  margin-top: 0.2rem !important;
  border-radius: 5px !important;
}

.notification-box p
{
  padding: 0.2% !important;
  padding-left: 0% !important;
}

.notification-box h4 i.fa-times
{
  float: right !important;
  margin-right: 2% !important;
}

.br-1
{
  border-radius: 1rem !important;
}

.br-2
{
  border-radius: 2rem !important;
}

.br-3
{
  border-radius: 3rem !important;
}

.br-4
{
  border-radius: 4rem !important;
}

.br-5
{
  border-radius: 5rem !important;
}

.social-links
{
  margin-bottom: 1.5rem !important;
  margin-top: 1rem !important;
}

.sc-icons
{
  font-size: 1.5rem !important;
  background-color: var(--bg-color-2);
  color: white !important;
  padding: 0.45rem 0.5rem;
  width: auto;
  max-width: 2.5rem;
  min-width: 2.5rem;
  text-align: center;
  border-radius: 1rem;
}

.app-heading
{
  font-family: "Outfit", sans-serif !important;
  font-size: 1.25rem !important;
  padding-left: 0px !important;
  margin-bottom: 1rem !important;
  border-bottom-style: groove;
  border-bottom-width: thin;
  padding-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
  font-weight: 700 !important;
  border-color: #505050;
  color: white !important;
}


.app-sub-heading
{
  font-family: "Outfit", sans-serif !important;
  font-size: 1rem !important;
  padding-left: 0px !important;
  margin-bottom: 1rem !important;
  border-bottom-style: groove;
  border-bottom-width: thin;
  padding-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
  border-color: #505050;
  font-weight: 700 !important;
  color: #ffffff;
}

.app-heading i,
.app-heading .fa,
.app-heading .fa,
.app-sub-heading i,
.app-sub-heading .bi,
.app-sub-heading .bi
{
  color: #eba000 !important;
  width: 25px !important;
  font-size: 1.35rem !important;
  text-align: center !important;
}

.app-form-heading
{
  font-family: "Outfit", sans-serif !important;
  font-size: 0.75rem !important;
  background-color: rgba(206, 135, 3, 0.332) !important;
  padding: 0.35rem 1rem !important;
  border-radius: 0.5rem !important;
  margin-bottom: 0.25rem !important;
  margin-top: 0.5rem !important;
  color: #ffffff;
}

.app-sub-heading i
{
  color: rgb(255 255 255) !important;
  margin-right: 0.25rem;
}

.flex-space-between,
.flex-s-b
{
  display: flex !important;
  justify-content: space-between !important;
}

.sidebar-nav .nav-link:hover i,
.sidebar-nav .nav-link.active i
{
  color: white !important;
}

label,
label.bold
{
  color: rgb(170, 170, 170) !important;
  font-weight: 500 !important;
  font-size: 0.95rem !important;
}

div.form-group
{
  margin-bottom: 0.75rem !important;
}

.shadow-md
{
  box-shadow: 0px 0px 2px grey !important;
}

.pl-5
{
  padding-left: 1rem !important;
}

.pr-5
{
  padding-right: 1rem !important;
}

.form-control
{
  font-weight: 500 !important;
  border-bottom-style: groove;
  border-bottom-color: #eda309 !important;
}

.form-control-sm,
.form-control-sm:focus,
.form-control-sm::placeholder
{
  font-size: 0.95rem !important;
}

.form-control-xs,
.form-control-xs:focus,
.form-control-xs::placeholder
{
  font-size: 0.85rem !important;
  line-height: 1.25rem !important;
}

.w-pr-2
{
  width: 2% !important;
}

.w-pr-3
{
  width: 3% !important;
}

.w-pr-4
{
  width: 4% !important;
}

.w-pr-5
{
  width: 5% !important;
}

.w-pr-6
{
  width: 6% !important;
}

.w-pr-7
{
  width: 7% !important;
}

.w-pr-8
{
  width: 8% !important;
}

.w-pr-9
{
  width: 9% !important;
}

.w-pr-10
{
  width: 10% !important;
}

.w-pr-15
{
  width: 15% !important;
}

.w-pr-20
{
  width: 20% !important;
}

.w-pr-25
{
  width: 25% !important;
}

.w-pr-30
{
  width: 30% !important;
}

.w-pr-35
{
  width: 35% !important;
}

.w-pr-40
{
  width: 40% !important;
}

.w-pr-45
{
  width: 45% !important;
}

.w-pr-50
{
  width: 50% !important;
}

.w-pr-55
{
  width: 55% !important;
}

.w-pr-60
{
  width: 60% !important;
}

.w-pr-65
{
  width: 65% !important;
}

.w-pr-70
{
  width: 70% !important;
}

.w-pr-75
{
  width: 75% !important;
}

.w-pr-80
{
  width: 80% !important;
}

.w-pr-85
{
  width: 85% !important;
}

.w-pr-90
{
  width: 90% !important;
}

.w-pr-95
{
  width: 95% !important;
}

.w-pr-100
{
  width: 100% !important;
}

.master-data-flow
{
  list-style-type: none;
  padding-left: 0.25rem;
}

.master-data-flow li a
{
  display: block;
  width: 100%;
  font-size: 0.85rem;
  background-color: var(--heading-color-5);
  padding: 0.35rem 0.75rem;
  border-radius: 1rem;
  margin-bottom: 0.25rem;
  color: var(--text-color-2);
}

.master-data-flow li a i
{
  color: var(--text-color-black);
}

.master-data-flow li a:hover,
.master-data-flow li a.active
{
  background-color: rgb(255 218 151);
  color: #000000;
}

.master-data-flow li a:hover i,
.master-data-flow li a.active i
{
  color: #100101;
  font-weight: 700;
}

.mb-0
{
  margin-bottom: 0px !important;
}

.btn-default
{
  background-color: rgb(224, 224, 224);
  color: black;
}

.btn-default:hover
{
  background-color: rgb(210, 210, 210);
  color: black;
}

.pop-section
{
  position: fixed;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100%;
  background-color: rgba(29, 29, 29, 0.6) !important;
  /* Thoda transparent rakha */
  backdrop-filter: blur(3px);
  /* Blur effect add kiya */
  -webkit-backdrop-filter: blur(3px);
  /* Safari ke liye */
  z-index: 999999999;
  overflow-y: scroll;
}


.action-window
{
  width: 70% !important;
  margin: 2% auto;
  height: auto;
  margin-top: 10vh;
  padding: 0.5rem;
  border-radius: 1.5rem;
}

.pop-section .action-window div.form-group
{
  margin-bottom: 0.75rem !important;
}

.hidden
{
  display: none;
}

.text-right
{
  text-align: right;
}

.d-heading
{
  color: black !important;
  font-weight: 600 !important;
  width: auto;
  min-width: max-content;
  max-width: min-content;
  padding: 0rem 0.1rem;
}

.d-heading.active,
.d-heading:hover
{
  font-weight: bolder !important;
  text-shadow: 0px 0px 1px grey;
}

.d-heading i
{
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.d-heading.active i,
.d-heading:hover i
{
  font-weight: bolder !important;
}

.text-left
{
  text-align: left !important;
}

.data
{
  width: auto;
  min-width: max-content;
  max-width: min-content;
  padding: 0rem 0.1rem;
}

table tr td .btn-xs,
.btn.btn-xs
{
  padding: 0.17rem 0.5rem !important;
  font-size: 0.65rem !important;
}

.btn-xs i
{
  font-size: 0.65rem !important;
  margin-top: 0.21rem;
}

.color-tags
{
  display: block;
  margin-top: 0.1rem;
  padding: 1px 5px;
  border-radius: 0.25rem;
  text-shadow: 0px 0px 10px white;
  text-align: center;
}

table thead tr th
{
  font-size: 0.9rem !important;
}

table tbody tr td
{
  font-size: 0.85rem !important;
}

.popup-background
{
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  background-color: #00000099;
  z-index: 1111111111111;
  top: 0px;
  left: 0px;
  display: none;
}

.action-area
{
  width: 80% !important;
  background-color: rgb(0, 0, 0) !important;
  height: max-content;
  max-width: 390px;
  min-width: 245px;
  box-shadow: 0px 0px 10px rgb(255, 155, 40) !important;
  margin: 15vh auto;
  border-radius: 0.5rem !important;
  -webkit-border-radius: 0.5rem !important;
  -moz-border-radius: 0.5rem !important;
  -ms-border-radius: 0.5rem !important;
  -o-border-radius: 0.5rem !important;
  padding: 1rem;
}

.ref-image
{
  width: 100% !important;
  text-align: center !important;
  padding: 1rem;
}

.ref-image .pop-img
{
  width: 50% !important;
}

.activity-action
{
  width: 100% !important;
  text-align: center;
  padding: 1rem;
  display: flex;
  justify-content: space-around;
}

.action-title
{
  padding: 0.5rem !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  color: #ff9200 !important;
  animation: action-text 1s linear infinite;
  -webkit-animation: action-text 1s linear infinite;
}

@keyframes action-text
{
  0%
  {
    opacity: 0;
    color: rgb(255, 230, 0);
  }

  50%
  {
    opacity: 0.7;
    color: rgb(255, 0, 0);
  }

  100%
  {
    opacity: 0;
    color: rgb(255, 255, 255);
  }
}

.action-desc
{
  width: 100% !important;
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem !important;
}

.blink-data
{
  animation: blinker 0.5s linear infinite;
  -webkit-animation: blinker 0.5s linear infinite;
}

@keyframes blinker
{
  50%
  {
    opacity: 0;
  }
}

.image-header img
{
  width: 5rem !important;
  height: 5rem !important;
}

.image-header
{
  text-align: center;
  width: 100% !important;
  background: linear-gradient(45deg, #1cc7bf, #90ebb4);
  padding: 0.5rem;
  border-radius: 0.4rem !important;
  margin-bottom: -0.3rem !important;
}

.list-icon
{
  width: 1.4rem !important;
  height: 1.4rem !important;
}

.gsi-steps
{
  list-style-type: none;
  display: inline-flex;
}

.gsi-steps li
{
  display: flex;
  flex-direction: column;
  background-color: lightblue;
  margin: 0.25rem;
  padding: 0.75rem 1rem;
  border-radius: 5rem;
  width: auto;
  min-width: 14rem;
  max-width: 14rem;
  color: var(--text-color-1) !important;
  line-height: normal !important;
}

.gsi-steps li.active
{
  background-color: var(--bg-color-1);
  box-shadow: 0px 0px 2px var(--border-color-1);
  color: white !important;
}

.gsi-steps span.title
{
  font-size: 0.85rem !important;
}

.gsi-steps span.icon
{
  font-size: 1.75rem;
}

.img-preview
{
  width: 100% !important;
  text-align: center !important;
  margin: 0.5rem !important;
}

.d-selection
{
  height: 1rem !important;
  width: 1rem !important;
  margin-top: 0rem !important;
  display: block;
  margin-left: 0.25rem;
}

.large-scale-data-records
{
  box-shadow: 0px 0px 2px grey;
  border-radius: 1rem;
  padding: 1rem;
  width: 100%;
  overflow-x: scroll;
}

.large-scale-data-records table
{
  width: 100%;
}

.large-scale-data-records table th,
.large-scale-data-records table td
{
  width: auto !important;
  min-width: 10rem !important;
  max-width: 11rem !important;
}

.btn-primary
{
  background-color: rgb(235 160 22) !important;
  color: white !important;
  border-style: none !important;
}

.modal-content .app-heading
{
  padding: 1rem 2rem !important;
}

.selected-leads
{
  box-shadow: 0px 0px 1px grey;
  padding: 0.25rem 0.75rem !important;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.85rem !important;
}

.modal-header .close
{
  float: right !important;
  position: absolute;
  right: 2rem;
  font-size: 1.2rem;
  padding: 0.5rem 0.95rem;
}

#assignSelectedLeads
{
  padding: 0.5rem;
  overflow-y: scroll;
  height: 15rem !important;
}

.user-icon
{
  width: 50px;
  height: 50px;
  background-color: #007bff;
  color: white;
  font-size: 4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.detail-item
{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1rem;
  margin-bottom: 0.25rem !important;
  align-content: space-around;
}

.detail-title
{
  color: #6c757d;
  /* Bootstrap's muted text color */
  font-weight: 500;
  font-size: 12px;
}

.detail-value
{
  color: #212529;
  /* Darker text for values */
  font-weight: 600;
  font-size: 13px;
}

.widget
{
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
}

.count-summary
{
  font-size: 14px;
  color: #6c757d;
}

.timeline
{
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.timeline-item
{
  margin-bottom: 15px;
  padding-left: 1rem;
  position: relative;
  border-left-style: dashed;
  border-width: medium;
  border-color: red;
}

.timeline-item:before
{
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #ddd;
}

.timeline-content
{
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 1rem !important;
  box-shadow: -2px 4px 1px deepskyblue !important;
  font-size: 12px;
}

.timeline-point
{
  width: 10px !important;
  height: 10px !important;
  top: 8px !important;
  left: 2px !important;
}

.detail-title
{
  color: #6c757d;
  font-weight: 500;
}

.btn-custom
{
  background: linear-gradient(45deg, #007bff, #00c4cc);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  transition: all 0.3s;
}

.btn-custom:hover
{
  background: linear-gradient(45deg, #0056b3, #0097a7);
  color: #fff;
  transform: scale(1.05);
}

.bg-primary
{
  background-color: #996908 !important;
}

.circle
{
  border-radius: 100rem !important;
}

.app-form-control
{
  font-size: 1.2rem !important;
  padding: 0.5rem 1rem !important;

}

.app-form-control::placeholder,
.app-form-control:focus
{
  font-size: 1.2rem !important;
}

.small2
{
  font-size: 0.65rem !important;
}

.bottom-nav-bar
{
  position: fixed;
  bottom: 0rem;
  width: 100%;
  padding: 0.5rem;
  background-color: white;
  display: block;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 1px grey;
  z-index: 9;
}

.bottom-nav-bar ul
{
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 0px;
}

.bottom-nav-bar li
{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.bottom-nav-bar li a
{
  display: flex;
  flex-direction: column;
  text-align: center;
  color: black;
  line-height: 1rem;
  padding: 0.35rem 1rem;
}

.bottom-nav-bar li a.active
{
  background-color: red;
  border-radius: 2rem;
}

.bottom-nav-bar li a i
{
  font-size: 1.2rem;
}

.bottom-nav-bar li a span
{
  font-size: 0.75rem;
}

.bottom-nav-bar li a.active i
{
  color: white;
}

.bottom-nav-bar li a.active span
{
  color: white;
}

.fb-leads-refresh
{
  display: flex;
  flex-direction: row;
  margin-top: -0.2rem;
}

.fb-leads-refresh span
{
  background-color: white;
  padding: 0.25rem 0.7rem;
  margin-top: 0.2rem;
  border-radius: 10rem;
  width: max-content;
  min-width: max-content;
  max-width: min-content;
  margin-bottom: 0px;
  height: max-content;
  margin-right: 0.25rem;
  border-style: groove;
  border-width: 1px;
  font-size: 1.1rem !important;
}

.fb-leads-refresh span i
{
  background-color: #0057a8;
  color: white !important;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  border-radius: 5rem;
  padding-top: 0.4rem !important;
}

.fb-leads-refresh select,
.fb-leads-refresh select:focus,
.fb-leads-refresh select::placeholder
{
  font-size: 0.85rem !important;
  padding: 0.37rem 0.75rem !important;
  height: max-content;
  margin-top: 0.255rem;
  margin-right: 0.5rem;
  margin-left: -1rem;
  border-left-style: none;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  width: min-content;
  border-top-right-radius: 5rem !important;
  border-bottom-right-radius: 5rem !important;
  min-width: 143px;
  max-width: 110px;
}

.fb-leads-refresh select:focus
{
  outline: none !important;
  box-shadow: none !important;
  border-color: none !important;
  /* डिफ़ॉल्ट ग्रे बॉर्डर या अपनी पसंद का रंग */
}

.fb-leads-refresh button
{
  border-style: none;
  padding: 0.25rem 0.5rem !important;
  height: max-content;
  margin-top: 0.47rem;
  margin-right: 0.5rem;
  margin-left: -0.4rem;
  border-radius: 0.25rem !important;
  width: auto;
  max-width: min-content;
  min-width: max-content;
  font-size: 0.75rem;
  font-style: unset;
  text-transform: uppercase;
}

.fb-leads-refresh button i
{
  font-size: 0.75rem !important;
}


.app-timer
{
  width: max-content;
  min-width: max-content;
  max-width: min-content;
}

.app-timer h5
{
  font-size: 1.15rem !important;
}

.app-widget-counter
{
  border-radius: 1rem;
  background-color: rgb(255, 166, 64) !important;
}

.app-widget-counter h1
{
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0px !important;
}

.app-widget-counter p
{
  margin-top: -5px !important;
  font-size: 0.55rem;
  margin-bottom: 0.5rem;
}

.counter-btn
{
  padding: 0.25rem 0.75rem !important;
  border-style: groove;
  font-size: 0.85rem !important;
  border-width: thin;
  border-radius: 5rem !important;
}

.app-advance-filter
{
  line-height: normal !important;
}

.app-advance-filter label
{
  font-size: 0.65rem !important;
}

.app-advance-filter .form-control,
.app-advance-filter .form-control:focus,
.app-advance-filter .form-control::placeholder
{
  font-size: 0.75rem !important;
  padding: 0.34rem 0.5rem;
  height: min-content;
  min-height: max-content;
  max-height: min-content;
}

.records-selection-list
{
  position: fixed;
  width: auto;
  top: 4rem;
  background-color: #ffd9d9;
  z-index: 1;
  padding: 0.5rem;
  right: 1rem;
  min-width: 80%;
  max-width: 90%;
  border-radius: 0.5rem;
  box-shadow: 00px 0px 2px #012970;
}

.records-selection-list .action-buttons
{
  display: flex;
  text-align: right;
  justify-content: center;
}

.app-sub-heading.small
{
  font-size: 0.45rem !important;
  font-weight: bolder !important;
}

.bg-light
{
  background-color: rgb(238 245 255) !important;
}

.sub-stage-counters
{
  display: flex;
  width: 100%;
  overflow-x: scroll;
}

.sub-stage-counters::-webkit-scrollbar
{
  display: none !important;
}

.sub-stage-counters .app-widget-counter
{
  margin-right: 0.25rem !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.sub-stage-counters a
{
  display: block;
  width: auto;
  min-width: 13rem;
  max-width: 13rem;
}

.custom-switch-ui
{
  position: relative;
  display: inline-block;
  width: 47px;
  height: 22px;
}

.custom-switch-ui input
{
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-switch
{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider-switch:before
{
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.custom-switch-ui input:checked+.slider-switch
{
  background-color: #28a745;
  /* Green when active */
}

.custom-switch-ui input:checked+.slider-switch:before
{
  transform: translateX(24px);
}

/* Optional shadow for a better look */
.slider-switch:before
{
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nav-tabs .nav-item
{
  font-size: 0.8rem !important;
}

.team-reports-user-lists
{
  padding-left: 0px;
  list-style-type: none;
  margin-top: 1rem !important;
}


.team-reports-user-lists li a
{
  display: block;
  border-bottom-style: groove;
  border-bottom-width: 1px;
  border-bottom-color: #44330e;
  border-radius: 1.5rem;
  margin-bottom: 0.25rem;
  padding: 0.35rem;
}

.team-reports-user-lists li a:hover,
.team-reports-user-lists li a.active
{
  box-shadow: 0px 0px 10px #ffe1b3;
  border-style: groove;
  border-width: 1px;
  border-color: #eda309;
}

.team-reports-user-lists li a div.user_lists
{
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.team-reports-user-lists li a div.user_lists .user-img
{
  width: 20%;
}

.team-reports-user-lists li a div.user_lists .user-img img
{
  height: 95% !important;
  width: 95% !important;
  margin: 1% auto;
}

.team-reports-user-lists li a div.user_lists .user-details
{
  line-height: normal;
  width: 80% !important;
  padding-left: 0.3rem;
}

.team-reports-user-lists li a div.user_lists .user-details h5
{
  font-size: 0.65rem;
  color: White !important;
  font-weight: 700;
  margin-bottom: 0px;
}

.team-reports-user-lists li a div.user_lists .user-details h6
{
  font-size: 0.65rem;
  color: grey;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0px;
}

.team-reports-user-lists li a div.user_lists .user-details p
{
  display: flex;
  flex-direction: column;
  font-size: 0.65rem;
  margin-bottom: 0px;
}

.team-reports-user-lists li a div.user_lists .user-details p.flex-s-b
{
  display: flex !important;
  justify-content: space-between !important;
  flex-direction: row;
  margin-bottom: 0.2rem !important;
}

.team-reports-user-lists li a div.user_lists .user-details p .small
{
  font-size: 0.55rem !important;
}

.team-reports-user-lists li a div.user_lists .user-details p span
{
  font-size: 0.7rem !important;
}

.pull-right
{
  float: right !important;
}

.active-user-icon
{
  position: absolute;
  width: 3.5rem;
  margin-left: 20.5rem;
}

.Instant-Feedback-Form
{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0000008a;
  z-index: 10034;
  top: 0px;
  left: 0px;
  bottom: 0px;
  display: none;
}

.Instant-Feedback-Form .feedback-container
{
  background-color: white;
  width: 100%;
  max-height: 100vh;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  overflow-y: auto;
  height: max-content;
}

.feedback-container .f-head
{
  padding-top: 0.75rem;
}

.feedback-container .f-body
{
  padding: 0.25rem;
  margin-bottom: 0.25rem;
}

.feedback-container .f-body .f-details
{
  box-shadow: 0px 2px 2px #0b4276;
  padding: 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem !important;
}

.feedback-container .f-foot
{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.feedback-container .f-foot .f-activity
{
  padding: 0.5rem;
  text-align: center;
}

.feedback-container .f-foot .f-activity a.call
{
  font-size: 1.7rem;
  color: white;
  background-color: #0b4276;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  margin: 1rem;
}

.feedback-container .f-foot .f-activity a.whatsapp
{
  font-size: 1.7rem;
  color: white;
  background-color: #01a030;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  margin: 1rem;
}

.feedback-container .f-foot .f-action
{
  text-align: center;
  margin-top: 0.5rem;
}

.header a.logo img
{
  width: 9.5rem;
  margin: 0 auto;
  border-radius: 3.5rem !important;
  margin-top: 1rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.app-right-side-profile-btn
{
  position: fixed;
  right: -1.5rem;
  background-color: black;
  color: white;
  border-radius: 1rem;
  padding: 2rem 1rem;
  font-weight: 700;
  top: 45%;
  cursor: pointer !important;
}

.app-right-side-profile-btn:hover
{
  background-color: white;
  color: black;
}

.app-right-side-profile-btn i
{
  margin-right: 1rem;
}

.login-user-sidebar
{
  position: fixed;
  right: 0px;
  background: black;
  width: auto;
  min-width: 19rem;
  max-width: 19rem;
  top: 0px;
  height: 100%;
  z-index: 9999;
  box-shadow: 0px 0px 8px #eda309;
  border-radius: 1rem;
  display: none;
}

.login-user-sidebar .closer-btn
{
  position: absolute;
  top: 45%;
  background-color: black;
  color: #bdbdbd;
  font-weight: 800;
  font-size: 1.2rem;
  padding: 1rem 0.5rem;
  margin-left: -1.5rem;
  border-left-style: groove;
  border-width: thin;
  border-top-style: groove;
  border-bottom-style: groove;
  border-color: #eda309;
  border-radius: 1rem;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: -5px 0px 4px #eda309;
  z-index: 999;
}

.login-user-sidebar .contain
{
  padding: 1rem 1rem;
}

.flex-column
{
  display: flex !important;
  flex-direction: column !important;
}

.rt-180
{
  transform: rotate(180deg) !important;
}

.rounded-div
{
  margin: 1% auto;
  width: 8rem;
  height: 8rem;
  padding-top: 1.75rem;
  text-align: center;
  border-style: groove;
  border-width: thin;
  border-color: #eda309;
  box-sizing: 0px 0px 2px #eda309;
  border-radius: 10rem;
}

.div-bg
{
  background-image: linear-gradient(121deg, #eda309, #bf8203);
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

.div-bg2
{
  background-image: linear-gradient(121deg, #eba000, #976802);
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

.div-bg3
{
  background-image: linear-gradient(121deg, rgb(161, 0, 235), rgb(89, 1, 129));
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

.div-bg3 .icon,
.div-bg5 .icon
{
  float: right;
  margin-top: -3.3rem;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.473);
}

.line-height-normal
{
  line-height: normal !important;
}

.box-shadow
{
  box-shadow: 0px 0px 2px #eda309 !important;
  border-radius: 1rem;
}

.div-bg4
{
  background-image: linear-gradient(121deg, #ffe3a713, #ffde9731);
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

.out-circle
{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1% auto;
  background: white;
  /* Base background */
  overflow: hidden;
}

.out-circle::before
{
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(var(--fill-color, #FF5722) 0%, white 0%);
  animation: fillProgress 3s forwards;
}

.inner-circle
{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.inner-circle h5
{
  color: white;
  font-size: 1.5rem;
  margin: 0;
}

@keyframes fillProgress
{
  0%
  {
    background: conic-gradient(var(--fill-color, #FF5722) 0%, white 0%);
  }

  20%
  {
    background: conic-gradient(var(--fill-color, #FF5722) calc(var(--percentage, 45%) * 0.2), white calc(var(--percentage, 45%) * 0.2) 100%);
  }

  40%
  {
    background: conic-gradient(var(--fill-color, #FF5722) calc(var(--percentage, 45%) * 0.4), white calc(var(--percentage, 45%) * 0.4) 100%);
  }

  60%
  {
    background: conic-gradient(var(--fill-color, #FF5722) calc(var(--percentage, 45%) * 0.6), white calc(var(--percentage, 45%) * 0.6) 100%);
  }

  80%
  {
    background: conic-gradient(var(--fill-color, #FF5722) calc(var(--percentage, 45%) * 0.8), white calc(var(--percentage, 45%) * 0.8) 100%);
  }

  100%
  {
    background: conic-gradient(var(--fill-color, #FF5722) var(--percentage, 45%), white var(--percentage, 45%) 100%);
  }
}

.text-secondary
{
  color: rgb(233, 233, 233) !important;
}

.div-bg5
{
  background-color: #032a41 !important;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

.circle-div
{
  height: 7rem;
  width: 7rem;
  text-align: center;
  padding-top: 1.75rem;
  margin: 1rem;
  border-radius: 50%;
  box-shadow: 0px 0px 2px white;
}

.app-team-container
{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.app-team-wrapper
{
  overflow: hidden;
}

.app-team-list
{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.5s ease;
}

.team-card
{
  flex: 0 0 200px;
  margin: 10px;
  background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.team-card:hover
{
  transform: translateY(-5px);
}

.team-card-inner
{
  padding: 15px;
  text-align: center;
}

.team-img
{
  width: 100%;
  height: 5rem;
  width: 5rem;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.team-name
{
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.team-designation
{
  color: #aaaaaa;
  font-size: 0.85rem;
  margin: 0;
}

.team-nav
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.team-nav:hover
{
  background: rgba(0, 0, 0, 0.9);
}

.team-nav-left
{
  left: 10px;
}

.team-nav-right
{
  right: 10px;
}

.team-nav i
{
  font-size: 1.2rem;
}

.form-control::placeholder
{
  color: rgb(129, 129, 129) !important;
}

.table-container
{
  width: 100% !important;
  overflow-x: scroll !important;
  background: rgba(0, 0, 0, 0.122);
  border-radius: 1rem;
  padding: 1rem;
  box-shadow:
    inset 0 0 1px rgba(162, 162, 162, 0.322),
    0px 1px 6px rgba(208, 208, 208, 0.234);
}

/* Striped Rows */
.table-container tr:nth-child(even) th,
.table-container tr:nth-child(even) td
{
  background-color: #292929d0 !important;
  /* dark gray */
}

.table-container tr:nth-child(odd) th,
.table-container tr:nth-child(odd) td
{
  background-color: #2b2b2bd4;
  /* slightly lighter dark */
}

/* Hover Effect */
.table-container tr:hover
{
  font-weight: 1000 !important;
  border-style: groove;
  color: black !important;
  border-width: 1px;
  border-color: #eda309;
  z-index: 9999999999999 !important;
  border-radius: 0.5rem !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

table
{
  width: 100% !important;
  border-collapse: collapse !important;
  min-width: max-content !important;
  background: #000000 !important;
}

table tr th
{
  background: rgba(0, 0, 0, 0.826) !important;
  color: white !important;
  border-bottom: 1px solid #ddd !important;
  padding: 0.5rem 0.45rem !important;
}

table tr td
{
  font-size: 0.8rem !important;
  padding: 3px 5px !important;
}

.table-container table tr td
{
  font-size: 0.8rem !important;
  padding: 3px 5px !important;
}

p.details
{
  line-height: 0.92rem !important;
  margin-bottom: 0.25rem !important;
  font-size: 0.85rem !important;
}

p.details span.small
{
  font-size: 0.65rem !important;
  color: grey !important;
}

hr
{
  background-color: white !important;
  height: 0.25vh !important;
  margin-top: 0.25rem !important;
  margin-bottom: 0.5rem !important;
}

.complaints-group
{
  line-height: normal !important;
  margin-bottom: 0.15rem !important;
}

.complaints-group label
{
  font-size: 0.65rem !important;
}

.complaints-group .form-control
{
  font-size: 0.7rem !important;
  padding: 0.25rem 0.5rem !important;
  height: 1.75rem !important;
}

.c-height
{
  display: block !important;
  height: 100% !important;
  margin-bottom: 0.5rem !important;
}

.form-control:disabled
{
  color: rgb(60, 60, 60) !important;
}

.table-form-control
{
  font-size: 0.8rem !important;
  padding: 0.25rem 0.5rem !important;
  line-height: 0.8rem !important;
}

.table-form-control::placeholder
{
  font-size: 0.8rem !important;
  padding: 0.25rem 0.5rem !important;
  line-height: 0.8rem !important;
}

.table-form-control:focus
{
  font-size: 0.8rem !important;
  padding: 0.25rem 0.5rem !important;
  line-height: 0.8rem !important;
}

.form-control:disabled
{
  background-color: black !important;
  color: white !important;
}

.activity-time
{
  padding-left: 0.25rem !important;
}

.activity-time li
{
  display: flex;
  flex-direction: column;
  list-style-type: none;
  border-bottom-style: groove;
  border-color: white;
  border-width: thin;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.activity-time .datetime
{
  color: wheat;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
}

.activity-time .created-by
{
  color: rgb(195, 195, 195);
  font-size: 0.75rem !important;
  text-align: left;
  margin-top: 0.5rem;
}

.activity-time .activity
{
  color: rgb(249, 249, 249);
  font-size: 0.75rem !important;
}

table tr th,
table tr td
{
  background-color: black !important;
  color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
  color: #cdcdcd !important;
  background-color: black !important;
  border-radius: 2rem !important;
}

.select2-container .select2-selection--single
{
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: min-content !important;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--single
{
  background-color: #000000;
  border: none !important;
  border-radius: 0.25rem !important;
  box-shadow: 0px 0px 2px white !important;
}

.select2-container--default .select2-selection--single
{
  background-color: #000000 !important;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
  color: #ffffff !important;
  background-color: black !important;
}

.select2-dropdown
{
  background-color: #000000 !important;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-container--default .select2-results__option--selected
{
  background-color: #ff9200 !important;
  font-weight: 700 !important;
}

.sales-menu
{
  color: yellow !important;
  display: block;
  width: 99%;
  margin: 1% auto;
  height: auto;
  min-height: max-content;
  padding: 1rem 0.5rem;
  border-radius: 2.5rem;
  background: linear-gradient(145deg, #000000, #444444);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.6),
    0 4px 16px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 5px rgba(255, 255, 255, 0.04);
  transition: all 0.3s ease-in-out;
  margin-bottom: 1rem;

}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
  min-height: 25px !important;
  max-height: max-content !important;
  height: auto !important;
}

.sales-menu h6
{
  margin-bottom: 0.25rem !important;
  color: white;
}

.sales-menu img
{
  border-radius: 0px !important;
  margin-bottom: 0.35rem !important;
  width: 40% !important;
}

.sales-menu p
{
  color: lightslategrey;
  margin-bottom: 0px !important;
}

.sales-menu:hover
{
  box-shadow: 0 4px 10px rgba(253, 253, 253, 0.99);
  transform: translateY(-2px);
}

.wallet-card
{
  background: linear-gradient(145deg, #444444, #000000);
  color: #fff;
  border-radius: 28px;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.6),
    0 4px 16px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 5px rgba(255, 255, 255, 0.04);
  overflow: hidden;
  position: relative;
  padding: 25px;
  min-height: 280px;
  /* Increased card height */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Animated background circles (4 circles) */
.wallet-card::before,
.wallet-card::after,
.wallet-card .circle-3,
.wallet-card .circle-4
{
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 241, 135, 0.326), transparent);
  z-index: 0;
  animation: float 8s ease-in-out infinite;
}

.wallet-card::before
{
  width: 200px;
  height: 200px;
  bottom: -60px;
  left: -60px;
  animation-delay: 0s;
}

.wallet-card::after
{
  width: 140px;
  height: 140px;
  top: -40px;
  right: -40px;
  animation-delay: 2s;
}

.wallet-card .circle-3
{
  width: 160px;
  height: 160px;
  top: 20%;
  left: 10%;
  animation-delay: 4s;
  background: radial-gradient(circle, rgba(255, 241, 135, 0.277), transparent);
}

.wallet-card .circle-4
{
  width: 100px;
  height: 100px;
  bottom: 10%;
  right: 15%;
  animation-delay: 6s;
  background: radial-gradient(circle, rgba(255, 241, 135, 0.293), transparent);
}

@keyframes float
{

  0%,
  100%
  {
    transform: translate(0, 0) scale(1);
  }

  50%
  {
    transform: translate(25px, 25px) scale(0.85);
  }
}

.wallet-header
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.wallet-left
{
  display: flex;
  align-items: center;
  gap: 12px;
}

.wallet-left img
{
  width: 65px;
  height: 60px;
  object-fit: contain;
  border-radius: 50%;
}

.wallet-left span
{
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.wallet-right
{
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  text-align: right;
}

.wallet-right strong
{
  color: #fff;
  font-weight: 600;
}

.wallet-amount-row
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}

.wallet-amount
{
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.wallet-subtle
{
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  margin-top: 10px;
}

.wallet-meta
{
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  text-align: right;
}

.wallet-meta strong
{
  color: #fff;
}

.wallet-chip
{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 85px;
  height: 85px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(255,241,135,0.6)" stroke-width="1.5"><path d="M3 10h18M3 14h18M6 6h12v12H6z"/><path d="M8 8h8v8H8z"/></svg>') no-repeat center;
  background-size: contain;
  opacity: 0.4;
  z-index: 0;
}

.wallet-divider
{
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
  margin: 20px 0;
  z-index: 1;
  position: relative;
}

.wallet-actions
{
  display: flex;
  gap: 14px;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}

.wallet-actions .btn
{
  border-radius: 18px;
  padding: 12px 18px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.btn-glass
{
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

.btn-glass:hover
{
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.12));
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.btn-glass-alt
{
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-glass-alt:hover
{
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.fs-xxl
{
  font-size: clamp(34px, 6.5vw, 64px);
}

.date-attandance
{
  position: absolute;
  background-color: black;
  color: white !important;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  width: auto;
}

.date-attandance span,
.date-attandance b
{
  color: white !important;
}

.date-attandance span .ico
{
  width: 10px !important;
  text-align: center;
}

.days-att
{
  padding: 0.5rem !important;
  font-size: 1rem !important;
}

.presents
{
  color: rgb(5, 170, 5) !important;
}

.presents2
{
  background-color: rgb(5, 170, 5) !important;
  color: white !important;
  border-radius: 0.2rem;
  padding: 0.2rem;
}

.absants2
{
  background-color: red !important;
  color: white !important;
  border-radius: 0.2rem;
  padding: 0.35rem;
}

.attandance-days th,
.attandance-days td
{
  font-size: 1rem !important;
  padding: 0.2rem !important;
}

.attandance-days th
{
  background-color: black !important;
  color: white !important;
  border-radius: 0px !important;
}

.attandance-days td
{
  padding: 0.1rem !important;
}

.counter-widget
{
  background: linear-gradient(145deg, #343a40, #2c3137);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  padding: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 10px;
}

.counter-widget:hover
{
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
}

.counter-widget i,
.counter-widget .smiley
{
  font-size: 2rem;
  color: #ffc107;
  margin-bottom: 8px;
}

.counter-widget h3
{
  font-size: 1rem;
  margin: 6px 0;
  color: #ffc107;
}

.counter-widget p
{
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffc107;
  margin: 0;
}

.filter-container
{
  border-radius: 8px;
  box-shadow: 0px 0px 2px white;
  padding: 10px;
  margin-bottom: 15px;
}

.filter-container label
{
  color: #ffc107;
  font-size: 0.9rem;
}



table .view-btn,
table .btn,
table button
{
  font-weight: bold !important;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 0.6rem !important;
}

.table .view-btn:hover
{
  background: #e0a800;
}

.popup
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content
{
  background: #343a40;
  border-radius: 8px;
  padding: 15px;
  max-width: 80vw;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  color: #ffc107;
  font-size: 0.9rem;
}

.popup-content .close-btn
{
  position: absolute;
  top: 8px;
  right: 8px;
  background: #dc3545;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.85rem;
}

.popup-content h4
{
  margin-bottom: 10px;
  color: #ffc107;
  font-size: 1.2rem;
}

.popup-content p
{
  margin: 5px 0;
}

.export-btn
{
  background: #28a745;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 0.9rem;
}

.export-btn:hover
{
  background: #218838;
}

.smiley
{
  font-size: 1rem;
}

.btn-primary
{
  background: #ffc107;
  border-color: #ffc107;
  color: #212529;
  font-size: 0.9rem;
  padding: 6px 12px;
}

.btn-primary:hover
{
  background: #e0a800;
  border-color: #e0a800;
}

.no-feedback
{
  color: #ffc107;
  font-size: 1rem;
  text-align: center;
  padding: 15px;
}

.dual-btn
{
  border: none;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(to right,
      #28a745 0%,
      #28a745 50%,
      #dc3545 50%,
      #dc3545 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.p-btn
{
  border: none;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(to right,
      #28a745 0%,
      #28a745 50%,
      #28a745 50%,
      #28a745 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.att-btn
{
  width: 25px !important;
  text-align: center !important;
  height: 25px !important;
  display: block !important;
  font-size: 0.875rem !important;
  border-radius: 0.45rem !important;
}

.today-btn
{
  border-style: groove !important;
  border-width: thin !important;
  border-color: #e0a800 !important;
  transform: scale(1.25) !important;
  font-weight: 900 !important;
}

.sales-menu.disabled
{
  opacity: 0.5 !important;
  pointer-events: none !important;
}