.section {
  padding: 2rem 0px;
}
.ms-100 {
  margin-left: 100px;
}
.text-heading {
  color: #496582;
}

td {
  height: 80px;
  vertical-align: middle;
}
td {
  color: #707070 !important;
}
td .content-avatar,
th .content-avatar {
  height: 65px;
  min-width: 200px;
}
td .content-avatar img {
  height: 52px;
  width: 52px;
}
.bg-gray {
  background-color: #f8f8f8;
}
.text-gray {
  color: #c8c8c8;
}
.text-blue {
  color: #3d9df5;
}
.text-win-1 {
  color: #05a13e !important;
}
.text-win-2 {
  color: #05a13e !important;
}
.text-win-3 {
  color: #ffbf18 !important;
}
.bg-win-1 {
  background-color: rgba(230, 247, 236, 1);
  border-left: 10px solid #05a13e;
}
.bg-win-2 {
  background-color: #f4fbf6;
  border-left: 10px solid #35b363;
}
.bg-win-3 {
  background-color: #fff3d1;
  border-left: 10px solid #ffbf18;
}
.input-group-search {
  height: 50px;
  border: 1px solid #dfdfdf;
}
.input-group-search .input-group-text {
  border: 0px;
  background: white;
  color: #c8c8c8;
}
.input-group-search .form-control {
  border: 0px;
  background: white;
}
.input-group-search .form-control::placeholder {
  color: #c8c8c8;
}
input {
  height: 45px;
  color: #c8c8c8;
  border-color: #c8c8c8;
}
input::placeholder {
  color: #c8c8c8;
}
.btn-primary {
  background-color: #3d9df5;
  border-color: #3d9df5;
  height: 50px;
  line-height: 35px;
}
.btn-secondary {
  background-color: #496582;
  border-color: #496582;
  height: 45px;
  display: inline-block;
  line-height: 30px;
}
.section-login {
  height: 100vh;
  align-items: center;
  display: flex;
}
.min-w-100 {
  min-width: 100px;
}
@media (max-width: 600px) {
  .section-header,
  .section-table {
    padding-top: 0px;
  }
  .ms-100 {
    margin-left: 0px;
  }
  .bg-win-1 td.text-end {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .section-login {
    height: auto;
    align-items: center;
    display: flex;
  }
}
