@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
  background: #EEF4F9;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
li,
td,
p,
ul,
dl,
ol,
section,
div,
label,
input,
button {
  font-family: "Inter", sans-serif;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 600;
}

img {
  max-width: 100%;
}

button,
a {
  cursor: pointer;
  line-height: normal;
}

.sidebar {
  transition: 1s all;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  -o-border-radius: 120px;
}

.sidebar:hover {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

@media only screen and (max-width: 1024px) {
  .sidebar {
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }

  .sidebar:hover {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }

}

.shadow-1 {
  box-shadow: 0 0 12px 0 rgba(45, 115, 180, 0.08);
}

.uk-tooltip {
  background: #0f172a;
  color: #f1f5f9;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #334155;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.uk-tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #0f172a;
  border-top: 1px solid #334155;
  border-left: 1px solid #334155;
}

table {
  /* border-collapse: separate; */
  /* border-spacing: 0 16px; */
}

table th {
  line-height: normal;
  text-wrap-mode: nowrap;
}

table td {
  font-size: 14px;
  text-wrap-mode: nowrap;
  line-height: normal;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f1f3;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
}

table tbody tr td:first-child {
  /* border-left: 1px solid #f0f1f3;
  border-radius: 8px 0 0 8px;
  padding: 8px 12px 8px 12px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px; */
}

table tbody tr:last-child td {
  border-bottom: 0;
  /* padding: 8px 12px 8px 12px;
  border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0; */
}

.form-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right .75rem center;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.form-select-2 {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right .75rem center;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  padding-right: 40px;
}