/* Google Font Link */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.open-bar {
  margin-left: 210px !important;
  /* background: #e6f5d5; */
}
.child-form {
  margin-left: 51px !important;
}
/* header css */
#hdrwrap {
  width: 100%;
  padding: 20px 0;
}
.headerb1 {
  padding-left: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: #f7f7f7;
}
#m {
  color: #0cf;
}
#c {
  color: #fff53c;
}
#d {
  color: #0f0;
}
.headertxt {
  /* background-color: #001530; */
  padding-top: 10px;
  color: #f7f7f7;
  word-spacing: 18px;
  letter-spacing: 3px;
}
.slogan {
  /* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
.slogan .slogan-rectangle {
  border: 0px;
  padding: 0;
}
.slogan-rectangle {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.slogan h2 {
  color: #0f0;
  font-size: 34px;
  margin-bottom: 2px;
  font-weight: bold;
}
.slogan-rectangle h3 {
  margin: 0px;
}
.pr-48 {
  padding-right: 48px;
}
.ml-25 {
  margin-left: 25px;
}
.slogan h3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
/* end header css */

/* my css */
.nounderline {
  text-decoration: none !important;
}
.upper {
  text-transform: uppercase !important;
}
.footer {
  height: 43px;
  margin-bottom: 0 !important;
}
.header {
  height: 100px;
}
.sm-font {
  font-size: 80%;
  font-weight: bold;
}
.scroll-div {
  overflow-y: scroll;
  height: 200px;
}
.table-font-12 {
  font-size: 12px;
}
.sidebar {
  position: fixed;
  left: 0;
  /* top: 11%; */
  height: 100%;
  width: 52px;
  /* background: #a8c7ad; */
  padding: 6px 1px;
  z-index: 99;
  /* transition: all 0.5s ease; */
}

.sidebar.open {
  width: 210px;
}
.sidebar .logo-details {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar .logo-details .icon {
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar .logo-details .logo_name {
  color: rgb(29, 27, 27);
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
  opacity: 1;
}
.sidebar .logo-details #btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details #btn {
  text-align: right;
}
.sidebar i {
  color: rgb(29, 27, 27);
  height: 60px;
  min-width: 50px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}
.sidebar .nav-list {
  margin-top: 20px;
  height: 100%;
  padding-left: 0rem !important;
}
.sidebar li {
  position: relative;
  margin: 8px 0;
  list-style: none;
}
.sidebar li .tooltip {
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}
.sidebar li:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar.open li .tooltip {
  display: none;
}
.sidebar input {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  width: 50px;
  border: none;
  border-radius: 12px;
  transition: all 0.5s ease;
  background: #1d1b31;
}
.sidebar.open input {
  padding: 0 20px 0 50px;
  width: 100%;
}
.sidebar .bx-search {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  background: #1d1b31;
  color: #fff;
}
.sidebar.open .bx-search:hover {
  background: #1d1b31;
  color: #fff;
}
.sidebar .bx-search:hover {
  background: #fff;
  color: #11101d;
}
.sidebar li a {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
  /* background: #a8c7ad; */
}
.sidebar li a:hover {
  background: #fff;
}
.sidebar li a .links_name {
  color: rgb(29, 27, 27);
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.sidebar.open li a .links_name {
  opacity: 1;
  pointer-events: auto;
}
.sidebar li a:hover .links_name,
.sidebar li a:hover i {
  transition: all 0.5s ease;
  color: #11101d;
}
.sidebar li i {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 12px;
}
.sidebar li.profile {
  position: fixed;
  height: 60px;
  width: 78px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  background: #1d1b31;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sidebar.open li.profile {
  width: 250px;
}
.sidebar li .profile-details {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar li img {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}
.sidebar li.profile .name,
.sidebar li.profile .job {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}
.sidebar li.profile .job {
  font-size: 12px;
}
.sidebar .profile #log_out {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #1d1b31;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.sidebar.open .profile #log_out {
  width: 50px;
  background: none;
}
.home-section {
  position: relative;
  background: #e4e9f7;
  min-height: 100vh;
  top: 0;
  left: 78px;
  width: calc(100% - 78px);
  transition: all 0.5s ease;
  z-index: 2;
}
.sidebar.open ~ .home-section {
  left: 250px;
  width: calc(100% - 250px);
}
.home-section .text {
  display: inline-block;
  color: #11101d;
  font-size: 25px;
  font-weight: 500;
  margin: 18px;
}
@media (max-width: 420px) {
  .sidebar li .tooltip {
    display: none;
  }
}
.menu-select {
  background: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  box-shadow: -1px -9px 35px 0px rgba(0, 0, 0, 1) inset !important;
  -webkit-box-shadow: -1px -9px 35px 0px rgb(136 167 167) inset !important;
  -moz-box-shadow: -1px -9px 35px 0px rgba(0, 0, 0, 1) inset !important;
}
.a-text-shadow {
  text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.51);
}

@keyframes a-spin3D {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}
.a-spinhov3D {
  animation-name: a-spin3D;
  animation-duration: 7s;
  animation-iteration-count: 500000;
  /* linear | ease | ease-in | ease-out | ease-in-out */
  animation-timing-function: linear;
}

.a-required::after {
  content: "*";
  color: red;
}

.a-fixTableHead {
  display: block;
  overflow-y: auto;
  height: 600px;
}

.a-fixTableHead thead th {
  position: sticky;
  top: 0;
}
.dataTables_length {
  position: sticky;
}
.dataTables_filter {
  position: sticky;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  padding: 8px 8px;
  border: 2px solid #529432;
}
th {
  background: #abdd93;
}

/* buttons */
.a-btn-sm{
  height: 20px !important;
  width: 65px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: bold !important;
  font-size: 10px !important;
}

.a-btn-m{
  height: 25px !important;
  width: 80px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: bold !important;
  font-size: 12px !important;
}
.a-btn-lg{
  height: 30px !important;
  width: 95px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
}


/* end buttons */

/* color theme for website */

/* adddha  */

.btn-save {
  background: darkkhaki !important;
}

.u1-c-head {
  background: #dae0a3 !important;
}
.u1-c-side {
  background: #d2d788 !important;
}

.u1-c-form {
  background: #d0d071 !important;
}

/* disp  */
.btn-save {
  background: darkkhaki !important;
}

.u2-c-head {
  background: #d9ebf7 !important;
}
.u2-c-side {
  background: #abcff1 !important;
}

.u2-c-form {
  background: #5ea6df !important;
}

/* dr  */
.btn-save {
  background: darkkhaki !important;
}

.u2-c-head {
  background: #faadc4 !important;
}
.u2-c-side {
  background: #ff988f !important;
}

.u2-c-form {
  background: #f76e70 !important;
}

/* lab  */
.btn-save {
  background: darkkhaki !important;
}

.u3-c-head {
  background: #edbf97 !important;
}
.u3-c-side {
  background: #e49d5b !important;
}

.u3-c-form {
  background: #e18135 !important;
}

/* opd  */

.btn-save {
  background: darkkhaki !important;
}
.u4-c-head {
  background: #e6f5d5 !important;
}

.u4-c-side {
  background: #c3dda6 !important;
}
.u4-c-form {
  background: #a8c7ad !important;
}

/* opd  */

.btn-save {
  background: darkkhaki !important;
}
.u5-c-head {
  background: #ffe6a4 !important;
}

.u5-c-side {
  background: #dfcc80 !important;
}
.u5-c-form {
  background: #f5d865 !important;
}

/* pharma  */

.btn-save {
  background: darkkhaki !important;
}
.u6-c-head {
  background: #f1f5fb !important;
}

.u6-c-side {
  background: #e2ecfd !important;
}
.u6-c-form {
  background: #d4e3fd !important;
}

@media only screen and (max-width: 576px) {
  .a-txt-center {
    text-align: center;
  }
  .a-mcd:after {
    content: "MCD";
    font-weight: bold;
  }
  .a-dsp-n {
    display: none;
  }
  .a-img-sml {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .a-txt-center {
    text-align: center;
  }
  .a-mcd:after {
    content: "MCD";
    font-weight: bold;
  }
  .a-dsp-n {
    display: none;
  }
}

@media only screen and (max-width: 0) {
  .a-txt-center {
    text-align: center;
  }
  .a-mcd:after {
    content: "MCD";
    font-weight: bold;
  }
  .a-dsp-n {
    display: none;
  }
}

.a-tbl-font {
  font-size: 11px !important;
}
