body {
  overflow: hidden;
}
.flex-container {
  display: flex;
}

.sidebar {
  min-width: 300px;
  height: 100vh;
  transition: 1s;
  background-color: #b0b3b8;
  box-shadow: 5px 0px 12px 0px rgba(50, 50, 50, 0.3);
  overflow-y: auto;
}

.sidebar_medi {
  min-width: 300px;
  height: 100vh;
  transition: 1s;
  background-color: #005487;
  box-shadow: 5px 0px 12px 0px rgba(50, 50, 50, 0.3);
  overflow-y: auto;
}

.sidebar__logo {
  height: 4rem;
  background: #7e8084;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0.5rem;
}

.sidebar__logo_medi {
  /* height: 4rem; */
  background: #005487;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0.5rem;
}

.container {
  width: 100%;
  height: 100vh;
  background: #d8d9da;
}

.container__navbar {
  padding: 1rem;
  color: #fff;
  height: 4rem;
  background: #7e808a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 0px 12px 0px rgba(50, 50, 50, 0.3);
}

.container__navbar_medi {
  padding: 1rem;
  color: #fff;
  height: 4rem;
  background: #005487;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 0px 12px 0px rgba(50, 50, 50, 0.3);
}

.container__subnavbar {
  color: #000;
  background: white;
  height: 4rem;
  background: #ddd;
  display: flex;
  width: 100%;
  align-items: center;
  box-shadow: 1px 0px 12px 0px rgba(50, 50, 50, 0.3);
  overflow-x: auto;
}

.container__content {
  margin: 1rem 1rem 0 1rem;
  background: white;
  height: calc(100vh - 5.9rem);
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 5px;
}
@media (max-width: 425px) {
  .container__content {
    height: calc(100vh - 7rem);
  }
}

@media (max-width: 320px) {
  .container__content {
    height: calc(100vh - 6rem);
  }
}

.container__content-body {
  padding: 1rem;
  width: 100% !important;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.container__footer {
  background: white;
  padding: 1rem 0.3rem 3rem 0.3rem;
  height: 1.5rem;
  width: 100%;
  align-self: flex-end;
  text-align: center;
}

/*/ Scroll /*/
::-webkit-scrollbar {
  width: 10px;
}

/*/ Track /*/
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/*/ Handle /*/
::-webkit-scrollbar-thumb {
  background: #888;
}

/*/ Handle on hover /*/
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Input, Form, Button*/
.form-group {
  margin-bottom: 22px;
  width: 100%;
}

.input-icon{
	position: relative;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  margin-left: 1.5em;
}

button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-main {
  color: #fff;
  background-color: #7e8084;
  border-color: #7e8084;
}

.btn-secondary {
  color: #000;
  background-color: transparent;
  border-color: #7e8084;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #7e8084;
  border-color: #7e8084;
}

.btn-main:hover {
  color: #fff;
  background-color: #495057;
  border-color: #7e8084;
}

.btn-block {
  display: block;
  width: 100%;
}

.alert {
  padding: 20px;
  background-color: #c84630;
  color: white;
}
/* Input, Form, Button*/

.title {
  padding: 6px;
  background-color: #d8d9da;
  margin: 9px 3px;
}

.department{
  color: blue;
  border-top: solid 1px rgb(0 0 0 / 30%);
  padding: 9px;
  margin-top: 12px;
}

.icon {
  padding: 10px;
  min-width: 40px;
}

iframe {
  pointer-events: none;
}
