@font-face {
  font-family: AnandaBlack;
  src: url(Font/AnandaBlackPersonalUseRegular-rg9Rx.ttf);
}

ul,
li,
.row,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-size: 1vw;
  font-family: Arial, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STXihei, sans-serif !important;
}

.container {
  max-width: 100%;
  width: 100%;
}

/* header start  */
header {
  background-color: #fff;
  /* padding: 10px 0; */
}

.header {
  max-width: 1440px;
  width: 100%;
  /* margin: auto; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.header .logo {
  max-width: 300px;
  width: 100%;
  height: 100%;
}

.header .logo img {
  object-fit: cover;
  width: 100%;
}

.header .nav-links {
  display: flex;
  gap: 25px;
}

.header .nav-links li {
  list-style: none;
}

.header .nav-links li a {
  text-decoration: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  transition: all ease-in-out 0.3s;
  color: #fff;
}

.menu-btn {
  max-width: 40px;
  height: 40px;
  width: 100%;
  display: none;
}

/* header end */

.tab_label_content {
  border: 1.5px solid #000;
  padding: 10px 15px;
  font-weight: 500;
  margin-top: 15px;
  display: inline;
}

.tab_wrapper {
  padding-top: 25px;
}

.tab_wrapper_container .title-btn {
  border: 1px solid #000;
  /* background: #217e52; */
  color: #000;
  padding: 10px 15px;
  margin-bottom: 10px;
}

/* .tab_wrapper_container button {
  border: none;
  background: #217e52;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 5px;
} */
.tab_wrapper_container {
  border: 1.5px solid #000;
  margin: 25px 0px;
  padding: 10px;
}

.inner_tab_container .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #252222;
  border-radius: 0;
  background: #7f8387;
  color: #fff;
  margin: 0px 2px;
}

.inner_tab_container .nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #217e52;
}

.tab_inner_wrapper .tab_inner_card {
  width: 400px;
  margin: 0 auto;
  background: #ffffc0;
  padding: 30px;
  position: relative;
}

.inner_tab_container .tab-content {
  padding: 15px;
  /* padding: 90px; */
  border: 1px solid #000;
  margin: 0 2px;
  overflow-x: auto;
  max-height: calc(100vh - 326px);
  height: 100%;
}

.tab_inner_wrapper .tab_inner_card ul {
  padding-left: 16px;
}

.tab_inner_wrapper .tab_inner_card .pin_img {
  position: absolute;
  top: -12px;
  left: 14px;
  width: 25px;
  transform: rotate(35deg);
}

.tab_inner_wrapper .tab_inner_card .pin_img img {
  width: 100%;
}

.tab_inner_wrapper .tab_inner_card p {
  font-weight: 500;
  font-size: 18px;
}

.tab_inner_wrapper .tab_inner_card ul li {
  font-weight: 500;
  font-size: 18px;
}

/* login page start  */

.form-bg {
  background-color: #e2e1e0;
}

.form-wrapper {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 8px;
}

.form-wrapper .username,
.form-wrapper .password {
  display: flex;
  flex-wrap: wrap;
}

.form-wrapper .username input,
.form-wrapper .password input {
  width: 100%;
  padding: 12px 10px;
}

.login-btn {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

/* login page ends  */

/* footer start */
footer {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}

.footer p {
  text-align: center;
  padding: 20px 0;
}

/* footer end  */

@media (max-width: 768px) {
  .tab_inner_wrapper .tab_inner_card {
    width: 80%;
  }

  .inner_tab_container .tab-content {
    padding: 35px;
  }

  .inner_tab_container .nav-tabs > li {
    margin-bottom: 5px;
  }

  .tab_label_content {
    display: block;
  }

  .tab_wrapper_container {
    margin: 25px 0px;
  }

  /* header start */

  .header .logo {
    max-width: 200px;
  }

  /* .header{
    position: relative;
  } */

  .header .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #menu.show {
    display: none;
  }

  .menu.show {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  #menu {
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #555;
    z-index: 1;
    padding: 10px;
    left: 0;
  }

  .menu {
    display: none;
  }

  .header .nav-links {
    gap: 10px;
  }

  .menu.show {
    display: block;
  }

  .nav-wrapper .nav-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .nav-wrapper .nav-links li {
    width: 100%;
  }

  .nav-wrapper .nav-links li:hover {
    background-color: #000;
  }

  .nav-wrapper .nav-links li a {
    padding: 10px 0;
    display: block;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .tab_inner_wrapper .tab_inner_card {
    width: 100%;
  }

  .inner_tab_container .tab-content {
    padding: 25px;
  }

  .inner_tab_container .nav-tabs > li {
    margin-bottom: 5px;
  }
}

@media (max-width: 350px) {
  .inner_tab_container .tab-content {
    padding: 10px;
  }

  .tab_inner_wrapper .tab_inner_card .pin_img {
    top: 1px;
    left: 0;
  }
}

/* dharmedra */

.dhClassProduct {
  padding: 2px;
}

.inner_tab_container .nav-tabs > li > a {
  text-decoration: none !important;
  font-weight: 700;
}

.inner_tab_container .nav-tabs {
  border-bottom: none !important;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-left-15 {
  padding-left: 15px;
}

.body {
  /* font-size: 300px; */
}

.align-items-center {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  /* flex-direction: column; */
}

.cm-10 {
  margin: 10px !important;
}

/* -----------5-6------------ */

.data-wrapper {
  display: flex;
  gap: 4px;
  border: 2px solid #696969;
}

.data-wrapper:not(:last-child),
.card-flex:not(:last-child) {
  margin-bottom: 1.4rem !important;
}

.data-wrapper .data-name {
  font-weight: bold;
  padding: 8px;
  color: #fff;
  background-color: #7f8387;
  text-transform: uppercase;
}

.data-wrapper .data-text {
  padding: 8px;
}

.dashboard-title {
  font-size: 1vw !important;
  font-weight: bold !important;
}

.datafiles-table thead tr th {
  font-size: 1vw;
}

.datafiles-table tbody tr td {
  font-size: 1vw;
}

.card-content {
  background-color: #f9f9f9;
}

.card-name {
  border: 1px solid #cccc;
  padding: 6px 15px;
  background-color: #fff;
  font-weight: bold;
  border-radius: 4px;
  transition: all ease-in-out 0.3s;
}

.card-flex {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.card-flex div {
  flex: 1;
}

.card-flex:hover .card-name {
  background-color: #7f8387;
  color: #fff;
}

.css-11xur9t-MuiPaper-root-MuiTableContainer-root {
  /* height: calc(100vh - 470px); */
  overflow: unset;
}

select.title-btn {
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}

select.title-btn:hover {
  border-color: #666;
}

select.title-btn:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

h1.main-heading {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.login-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.icon-wrpr {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.icon-wrpr img {
  max-width: 230px;
  width: 100%;
}

.icon-wrpr p {
  font-weight: bold;
}

.login-form-wrp {
  height: calc(100vh - 10vh);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

header::after,
footer::before {
  content: "";
  display: block;
  height: 5px;
  background-color: black;
}

.search-bar select {
  padding: 2px 0;
}

.search-input input {
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3vw;
  }

  .dashboard-title {
    font-size: 3vw !important;
  }

  .datafiles-table thead tr th {
    font-size: 3vw;
  }

  .datafiles-table tbody tr td {
    font-size: 3vw;
  }
}

/* vishsl */

.alignEnd {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

.btnColor {
  background: rgb(50, 85, 162);
  color: #fff;
  margin: 1px;
  padding: 4px 8px;
  border-radius: 4px;
}

.card {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 20px;
}

.card .submit-btn-form {
  margin-top: 15px;
}

.card .submit-btn-form button {
  background-color: "#3255a2";
  color: #fff;
  margin: 5px 5px 5px 0;
}

body {
  font-size: 16px !important;
}

.justify-content-4 {
  display: flex;
  justify-content: space-between;
}

.margin-right {
  margin-right: 10px;
}

.rs-input-group {
  border: 1px solid #474747 !important;
}
.rs-input {
  color: #474747;
}
.rs-btn-close {
  display: none;
}

/*  */
.top-logout-button-wrapper {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  max-height: 44.8px;
  height: 44.8px;
}

.top-logout-button-wrapper .title-btn {
  margin-bottom: 0;
}

.top-logout-button-wrapper .button[type="button"]{
  float: unset !important;
  clear: both;
}


.search-input input{
  /* padding: 2px 5px 2px 35px; */
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid;
}

/* .search-input .search-icon{
  position: relative;
} */

.search-input .search-icon

.search-input input:focus{
  outline: none;
}

/* .search-input .search-icon::before{
  content: '';
  background-image: url(../../../src/assets/images/search-svgrepo-com.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
} */

label [for="itemsPerPage"],label [for=""]{
  margin-right: 5px;
}

.search-bar label{
  margin-right: 5px;
}

.search-bar .alignEnd label{
  margin-right: 5px;
}

.margin-top{
  margin-top: 10px;
}

/* .MuiBox-root.css-0{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
} */

/* .MuiTypography-root.MuiTypography-p.card-flex.css-37jdci-MuiTypography-root {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
} */

.card.card.card-modified{
  margin-top: 39.85px;
}



.MuiTypography-root.card-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}