* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}

.bg-img {
  background-image: url("/backend/dist/img/background.jpg");
  height: 100vh !important;
  background-size: cover;
  background-position: center;
}


.Contains {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  text-align: center;
  padding: 60px 32px;
  width: 370px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: -1px 4px 28px 0px rgba(0, 0, 0, 0.75);
}

.Contains header {
  color: white;
  font-size: 33px;
  font-weight: 600;
  margin: 0 0 35px 0;
  font-family: "Montserrat", sans-serif;
}

.field {
  position: relative;
  height: 45px;
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.94);
}

.field span {
  color: #222;
  width: 40px;
  line-height: 45px;
}

.field input {
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #222;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.space {
  margin-top: 16px;
}

/*
.show {
  position: absolute;
  right: 13px;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  display: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
} */

.pass-key:valid~.show {
  display: block;
}

.pass {
  text-align: left;
  margin: 10px 0;
}

.pass a {
  color: white;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.pass:hover a {
  text-decoration: underline;
}

.field input[type="submit"] {
  background: #D97060;
  border: 1px solid #D97060;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.field input[type="submit"]:hover {
  background: #CA341C;
}

.login {
  color: white;
  margin: 20px 0;
  font-family: "Poppins", sans-serif;
}

.login-box-msg {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.navbar-white ul li a {
  color: white;
}

aside.main-sidebar.sidebar-dark-primary.elevation-4 {
  background: #fff;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-image: url('/backend/dist/img/nav-bg.png');
  color: #ffffff;
}

.nav-sidebar>.nav-item.menu-open>.nav-link .active {
  background-image: url('/backend/dist/img/nav-bg.png');
  color: #ffffff;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover {
  background-image: url('/backend/dist/img/nav-bg.png');
  color: #ffffff;
}

.sidebar .nav-treeview>.nav-item>.nav-link.active {
  background-color: rgb(3, 142, 220);
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link,
p {
  color: #637381;
  font-size: 13px;
  font-weight: 500;
}

.sidebar .active p {
  color: white;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover p {
  color: white;
}

.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link {
  color: #637381 !important;
}

.sidebar .nav-treeview>.nav-item>.nav-link:hover {
  background-image: url('/backend/dist/img/nav-bg.png');
  color: #ffffff !important;
}

.sidebar .nav-treeview>.nav-item>.nav-link:hover p {
  color: white !important;
}

.sidebar .nav-sidebar>.nav-item.menu-open>.nav-link {
  /* background-color: rgb(3, 142, 220); */
  background-image: url('/backend/dist/img/nav-bg.png');
  color: white;
}

.sidebar .nav-sidebar>.nav-item.menu-open>.nav-link p {
  color: #ffffff;
}

.sidebar .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
  background-image: url('/backend/dist/img/nav-bg.png');
  color: #ffffff !important;
}

/* Dashboard */
.retAjax {
  border-radius: 0px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.retAjax .card-header {
  background-color: rgb(235, 233, 233);
}

.retAjax .card-header h3 {
  color: rgb(3, 142, 220);
  font-weight: bold;
}

.retAjax .card-header .btn-danger {
  background-color: white !important;
  color: #343d46;
}


/* footer */
footer a {
  color: #343d46 !important;
}


/* Table */

table th,
td {
  font-size: 12px !important;

}

table th {
  word-wrap: break-word !important;
  white-space: normal !important;
}


.content-header h1 {
  color: rgb(0 123 255);
  font-weight: bold;
  font-size: 17px;
}

.breadcrumb-item.active {
  color: rgb(0 123 255);
  font-size: 14px;
}

.content-header {
  margin-top: 20px;
}

.card-header {
  background-color: rgb(235, 233, 233) !important;
}

.card-header h3 {
  color: rgb(3, 142, 220) !important;
  font-weight: bold;
}

.btn-dark {
  color: #fff;
  background-image: linear-gradient(to bottom, #65737e 40%, #343d46 99%) !important;
  border-color: #6c757d;
  box-shadow: none;
}


.content-wrapper {
  background-color: white !important;
}

.breadcrumbs__item {
  font-size: 13px !important;
  font-weight: 600 !important;
}

.card-header {
  background-color: rgb(0 24 164) !important;
}


.btn-primary,
.btn-info {
  border-color: rgb(0 24 164);
  background-color: rgb(0 24 164);
}

.btn-primary,
.btn-info:hover {
  border-color: rgb(0 24 164);
  background-color: rgb(0 24 164);
}

.btn-dark {
  color: black;
  background-image: none !important;
  background-color: white;
  border-color: rgb(0 24 164);
}

.btn-dark:hover {
  color: white;
  border-color: rgb(0 24 164);
  background-color: rgb(0 24 164);
}

.card-header h3 {
  color: white !important;
  font-weight: bold;
  font-size: 13px;
}

a {
  color: rgb(0 24 164);
}

.dashboad-icons h3 {
  color: rgb(0 123 255);
}


.navbar-white {
  background-image: url('/backend/dist/img/nav-bg.png');
  color: white;
}

label {
  font-size: 11px !important;
  text-transform: uppercase !important;
}

table th {
  background-color: rgb(0 24 164) !important;
  color: white;
}

.emailbtn {
  width: 150px;
}

.btn-primary {
  font-weight: 500 !important;
}


/* Notification Icons */
.notifications-dropdown .dropdown-menu {
  margin-right: 30px;
  width: 330px;
  border: none;
  background-color: white;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 1rem;
  font-family: sans-serif !important;
}

.notifications-dropdown .dropdown-menu .marks p {
  float: right;
  font-size: 12px;
  color: hsl(220, 70%, 40%);
  font-weight: 400 !important;
  padding: 0.15rem 0.25rem;
  background-color: transparent;
  cursor: pointer;
}

.notifications-dropdown .dropdown-menu .marks p:hover {
  background-color: rgb(238, 237, 237);
  padding: 0.15rem 0.25rem;
  border-radius: 5px;
}

.notifications-dropdown .dropdown-menu .hr {
  clear: both;
  color: hsl(220, 70%, 40%);
  background-color: hsl(220, 70%, 40%);
}

.notifications-dropdown .dropdown-menu .notification a {
  font-size: 12px;
  color: black;
  font-weight: 400 !important;
  display: block;
}

.notifications-dropdown .dropdown-menu .notification a::before {
  content: "❥";
  color: hsl(220, 70%, 40%);
  margin-right: 10px;
}

.notifications-dropdown .dropdown-menu .view-all a {
  float: right;
  font-size: 0.85rem;
  color: hsl(220, 70%, 40%);
  font-weight: 400 !important;
  padding: 0rem 0.25rem;
  background-color: transparent;
  cursor: pointer;
  margin-top: 10px;
}

.notifications-dropdown .dropdown-menu .view-all a:hover {
  background-color: rgb(238, 237, 237);
  padding: 0rem 0.25rem;
  border-radius: 5px;
}

.read-more {
  color: rgb(0 24 164);
  font-size: 12px;
  cursor: pointer;
}

div#userDataFilter_info {
  text-align: left;
  font-size: 12px;
}

a.page-link {
  font-size: 10px;
}

/* Pagination */
.page-item.active .page-link {
  background-color: rgb(0 24 164);
  border-color: rgb(0 24 164);
  color: white;
}

.page-link {
  color: black;
  border: 1px solid rgb(0 24 164);
}

.page-link:hover {
  background-color: rgb(0 24 164);
  border-color: rgb(0 24 164);
  color: white;
}

.btn-secondary {
  background-color: rgb(0 24 164);
  border-color: rgb(0 24 164);
  color: white;
}

.btn-secondary:hover {
  background-color: rgb(0 24 164);
  border-color: rgb(0 24 164);
  color: white;
}

.breadcrumbs__item:after,
.breadcrumbs__item:before {
  background-color: rgb(0 24 164) !important;
}

.breadcrumbs__item {
  background: rgb(0 123 255) !important;
  color: white !important;
}

.breadcrumbs__item.is-active {
  background-color: rgb(0 24 164) !important;
  color: #fff;
}

.form-control {
  font-size: 12px;
}

.note-toolbar {
  background-color: transparent !important;
}

.table thead th {
  vertical-align: middle;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

For firefox : input[type=number] {
  -moz-appearance: textfield;
}

.form-group {
  margin-bottom: 0;
}

.card-info:not(.card-outline)>.card-header {
  background-color: #7c262b;
}

.content-header {
  padding: 0px 0.5rem;
}

.breadcrumbs {
  border: 1px solid #cbd2d9;
  border-radius: 0.3rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  /* Distributes space evenly */
}

.breadcrumbs__item {
  background: #fff;
  color: #333;
  outline: none;
  padding: 0.75em 0.75em 0.75em 1.25em;
  position: relative;
  text-decoration: none;
  transition: background 0.2s linear;
}

.breadcrumbs__item:focus:after,
.breadcrumbs__item:focus,
.breadcrumbs__item.is-active:focus {
  background: #7c262b;
  color: #fff;
}

.breadcrumbs__item:after,
.breadcrumbs__item:before {
  background: #7c262b;
  bottom: 0;
  clip-path: polygon(50% 50%, -50% -50%, 0 100%);
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  transition: background 0.2s linear;
  width: 1em;
  z-index: 1;
}

.breadcrumbs__item:before {
  background: #cbd2d9;
  margin-left: 1px;
}

.breadcrumbs__item:last-child {
  border-right: none;
}

.breadcrumbs__item.is-active {
  background: #7c262b;
  color: #fff
}

.form-group label {
  font-size: 12px;
}

.content-wrapper .breadcrumbs a {
  width: 7%;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: rgb(0 24 164);
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: rgb(0 24 164) !important;
  border-color: rgb(0 24 164) !important;
  box-shadow: 0 0 0 0 rgba(0, 24, 164, .5) !important;
}

.card-footer {
  background-color: transparent !important;
  border: none;
}

div#userDataFilter_wrapper .col-sm-12.col-md-6 {
  width: 100%;
}

div#userDataFilter_wrapper .col-sm-12.col-md-6 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  div#userDataFilter_wrapper .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}



div#userDataFilter_wrapper .col-sm-12.col-md-6 div#userDataFilter_filter {
  width: 100%;
  text-align: center;
}

div#userDataFilter_wrapper .col-sm-12.col-md-6 div#userDataFilter_filter label {
  width: 40% !important;
  font-weight: 600;
}

div#userDataFilter_wrapper .col-sm-12.col-md-6 div#userDataFilter_filter input.form-control.form-control-sm {
  width: 100% !important;
  height: calc(2.25rem + 5px) !important;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 12px !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
}


.main-footer {
  color: #000000 !important;
}

.navbar-badge {
  font-size: 7px !important;
}

footer.main-footer.text-center {
  font-size: 12px;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: 600;
}

.modal-footer {
  justify-content: center !important;
}


.modal-header {
  justify-content: center !important;
  background-color: rgb(0 24 164);
}

.modal-header h5#exampleModalLabel {
  font-size: 15px;
  color: white;
  font-weight: bold;
}

.modal-header button.close {
  display: none;
}

.total-card {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #02AABD 0%, #00CDAC 100%);
  border: 1px solid transparent;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.total-card .dashboard-tf-link p{
  color: white;
}

.total-card1 {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #2E3192 0%, #1BFFFF 100%);
}

.total-card2 {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #EA8D8D 0%, #A890FE 100%);
}

.total-card i {
  font-size: 55px !important;
  color: #00000036;
}

.total-card .col-4 {
  align-items: center;
  display: flex;
  justify-content: center;
}

.total-card .card-title{
  position: absolute;
  color: white;
  background-color: #55548b;
  margin-top: -10px;
  margin-left: 20px;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)
}

.total-card .dashboard-tf-link p a {
  color: #ffffff;
}

.total-card3 {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #2E3192  0%, #1BFFFF 100%);
}

.total-card4 {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #9cc879 0%, #6FD6FF 100%);
}

.total-card5 {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #4E65FF   0%, #92EFFD 100%);
}

.total-card6 {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #662D8C  0%, #ED1E79 100%);
}

.total-card7 {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #EE9CA7  0%, #FFDDE1 100%);
}

.total-card8 {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #93A5CF   0%, #E4EfE9 100%);
}

.total-card9 {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #FF5F6D  0%, #FFC371 100%);
}
.total-card10 {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #9aca4e 0%, #FE90AF 100%);
}

.total-card11 {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #EA8D8D  0%, #A890FE 100%);
}

.total-card12 {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #D8B5FF  0%, #1EAE98 100%);
}

body:not(.layout-fixed) .main-sidebar {
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
}
.tbl-btn{
border-radius: 20px;
}

*{
  font-family: 'Poppins', sans-serif;
  font-size:12px !important;
}

.searchbar-dashbaord{
  width: 100% !important;
  height: calc(2.25rem + 5px) !important;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 12px !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
}

.dashboard-table th{
  white-space: nowrap !important;
}

#dynamic_field .form-control{
  height: none !important;
}

a.btn.btn-danger.btn-xs {
  width: 30px;
}

a.btn.btn-primary.btn-xs {
  width: 30px;
}

.tbl-edit-btn {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically align center */
  align-items: center;     /* Horizontally align center */
  gap: 5px;
  height: 100%;            /* Make sure the td takes the full height */
}

table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
  padding-right: .75rem;
}

th select{
  width: 100px;
}

.name_list{
  height: calc(2.25rem + 8px) !important;
}

.email-btn{
  padding: 7px;
}

.td-oneline{
  white-space: nowrap;
}










