@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #F5F6F8;
}

:disabled {
  opacity: 1 !important;
}

.no-ok {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.header {
  background-color: #5B73E8;
  height: 110px;
}
.header nav {
  background-color: white;
  width: 100%;
  display: flex;
  position: relative;
  border-radius: 0.25rem;
  top: 30px;
}
.header nav a {
  min-width: 150px !important;
  display: block;
}

.header-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cbd5e1;
  opacity: 1; /* Firefox */
}
.header-search input {
  outline: none !important;
}

.dropdown {
  position: relative;
  z-index: 1000;
  min-width: 150px !important;
}
.dropdown:hover .dropdown-content {
  display: block !important;
}
.dropdown .dropdown-content {
  width: 100%;
  display: none;
  transition: 0.2s;
  left: 0;
  top: 100%;
  background-color: white;
  position: absolute;
}

.main-content {
  margin-top: 3rem;
}

.no-out {
  outline: none !important;
}

.card {
  border-radius: 0.25rem;
  background-color: white;
  padding: 1rem;
}

.btn-primary {
  font-weight: 500;
  color: white;
  border-radius: 0.25rem;
  background-color: #5B73E8 !important;
  padding: 0.3rem 0.5rem;
}

.res-input {
  border: none !important;
  outline: none !important;
  font-weight: 500;
}

.table-responsive {
  overflow-x: auto;
}

.e-pagination {
  display: flex;
}
.e-pagination .e-nav-active {
  background-color: #5B73E8 !important;
  border-radius: 4px;
  margin: 0px 2px;
  padding: 5px 9px;
  color: #fff;
  font-weight: bold;
}
.e-pagination .e-nav {
  background-color: #f3f4f6;
  border-radius: 4px;
  margin: 0px 2px;
}
.e-pagination .e-nav a {
  display: block;
  padding: 5px 9px;
  color: #374151;
  font-weight: bold;
}

.e-i {
  padding: 0.5rem;
  background-color: #f1f5f9;
  border-radius: 0.25rem;
  width: 100%;
}
.e-i:focus {
  outline-color: #5B73E8;
}

.card-min {
  max-width: 520px;
  width: 100%;
}

.card-big {
  max-width: 1200px;
  width: 100%;
}

.e-list-item-active {
  background-color: #5B73E8 !important;
  color: white;
}
.e-list-item-active .text-slate-600 {
  color: #eee !important;
}
.e-list-item-active .text-indigo-500 {
  color: white !important;
}

.e-list-item {
  cursor: pointer;
  font-weight: 500;
  padding: 5px 3px;
}
.e-list-item:nth-child(odd) {
  background-color: #f9fafb;
}
.e-list-item:nth-child(even) {
  background-color: #f3f4f6;
}
.e-list-item:hover {
  background-color: #e2e8f0;
  color: #5B73E8;
}

.search-list {
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  z-index: 10000;
  background-color: white !important;
  width: 100%;
}
.search-list .emr-input {
  padding: 4px;
  border: none;
  outline: none;
  border-bottom: 1px solid #cbd5e1;
  background-color: #f1f5f9;
}
.search-list .search-list-content {
  min-height: 200px;
  height: 100%;
  max-height: 200px;
  overflow-y: auto;
}

::-moz-selection { /* Code for Firefox */
  color: #6366f1;
  background: #c7d2fe;
}

::selection {
  color: #6366f1;
  background: #c7d2fe;
}

.i-disabled {
  user-select: none !important;
  position: relative;
}
.i-disabled::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.emr-search {
  background-color: #f1f5f9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 5px;
}
.emr-search input {
  flex: 1;
  background-color: transparent;
  border: none;
  outline: none;
}

.percent-input {
  position: relative;
}
.percent-input input {
  padding-left: 32px !important;
}
.percent-input::before {
  font: var(--fa-font-solid);
  content: "%";
  position: absolute;
  top: 30%;
  left: 10px;
  display: block;
  font-size: 20px;
  color: #475569;
}

.popup-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.emr-table tbody {
  /*   tr:first-child  td:first-child{
         border-top-left-radius: 10px;
     }

     tr:first-child  td:last-child{
         border-top-right-radius: 10px;
     }

     tr:last-child  td:first-child{
         border-bottom-left-radius: 10px;
     }

     tr:last-child  td:last-child{
         border-bottom-right-radius: 10px;
     }*/
}
.emr-table tbody tr:nth-child(odd) td {
  background-color: #eef2ff;
}
.emr-table tbody tr:nth-child(even) td {
  background-color: #f0f9ff;
}

#urunler tr:nth-child(even) {
  background-color: #e0e7ff;
}
#urunler tr:nth-child(even):hover {
  background-color: #dbeafe !important;
}

/*# sourceMappingURL=style.css.map */
