.d-flex td,
.d-flex th {
  display: flex;
  align-items: center;
}
.d-flex td.col-lg-1 .btn-sm,
.d-flex th.col-lg-1 .btn-sm {
  margin: 0 auto;
}

table {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.table {
  display: flex;
  flex-flow: column;
  border-radius: 2rem;
  border: transparent;
  box-shadow: transparent !important;
}
.table tr {
  border-color: transparent;
  padding: 0 2rem;
  cursor: pointer;
  position: relative;
}
.table tr:hover {
  border: none;
  box-shadow: none !important;
}
.table tr:hover td {
  font-weight: 500;
  color: #0f619f;
}
.table tr:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.table .col-lg-1 {
  justify-content: center;
}
.table thead {
  display: flex;
  flex-flow: column;
  border-radius: 1.5rem;
}
.table thead th {
  padding: 0.6rem 1rem !important;
  font-size: 1rem;
}
.table tbody {
  border-color: transparent;
}
.table tbody tr:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 94%;
  height: 1px;
  background: #036;
  transform: translateX(-50%);
}
.table tbody td {
  border-color: transparent !important;
  padding: 1.1rem 0.8rem !important;
  font-size: 15px;
}

.mat-table thead {
  background-color: #1c2949 !important;
}

.mat-table thead th {
  padding: 0.6rem 1rem !important;
  font-size: 1rem;
  color: white;
}

.mat-table thead {
  background-color: #1c2949 !important;
}

.mat-mdc-table tbody {
  border: 1px solid #dee2e6;
}

.mat-mdc-cell {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

.header {
  display: flex;
  height: 10vh;
  width: 100%;
  background-color: #fff !important;
  align-items: center;
  justify-content: center;
}

.btn-azure {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 600;
  width: 200px;
  color: #5e5e5e;
  background-color: white;
  border: 1px solid #8c8c8c;
  padding: 0;
  padding-right: 12px;
}
.btn-azure img {
  margin: 0 12px;
}

.btn {
  margin: 10px;
}

.btn-login {
  background-color: #810000;
  height: 50px;
  background-image: linear-gradient(to left, #b40000, #810000) !important;
  color: #fff !important;
  width: 100%;
  border-radius: 1px !important;
}

.dialog-button {
  min-width: 120px;
  display: flex;
  align-items: center;
  color: white;
}

.btn-info {
  background-color: #001a33;
  font-size: 1rem !important;
  padding: 1rem !important;
  height: 50px !important;
  color: white !important;
  background-image: linear-gradient(to left, #003366, #001a33) !important;
}

.btn-table {
  min-width: 40px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
}
.btn-table .mat-icon {
  margin: -5px !important;
}

.btn-info:hover {
  background-color: #003366;
}

.btn-danger {
  background-color: #810000;
  font-size: 1rem !important;
  padding: 1rem !important;
  color: white !important;
  background-image: linear-gradient(to left, #b40000, #810000) !important;
}

button {
  height: 50px;
  margin-bottom: 10px;
}

.btn-danger:hover {
  background-color: #b40000;
}

.mdc-text-field {
  border: 1px solid #ccc !important;
  background: none;
  border-radius: 10px !important;
  color: #999;
  background-color: #fff !important;
}
.mdc-text-field .mdc-line-ripple {
  display: none !important;
}

.form-group {
  margin-bottom: 5px !important;
}

.login-right form {
  padding: 2rem;
  border-radius: 8px;
}

.card-auth {
  border: none;
  width: 100%;
  max-width: 600px;
  min-width: 600px;
  background-color: #eee !important;
  margin: 0 auto;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0);
}

.recover-pass {
  color: #333;
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 5px 0;
}

@media (min-width: 1300px) {
  .auth-button {
    margin-bottom: 10px;
    width: 200px !important;
  }
  .card-auth {
    min-width: 450px;
  }
}
@media (min-width: 1120px) {
  .auth-button {
    margin-bottom: 10px;
    width: 200px !important;
  }
  .card-auth {
    max-width: 600px;
    min-width: 600px;
  }
}
@media (max-width: 650px) {
  .auth-button {
    width: 200px !important;
  }
  .card-auth {
    max-width: 450px;
    min-width: 450px;
  }
}
@media (max-width: 450px) {
  .auth-button {
    width: 200px !important;
  }
  .card-auth {
    max-width: 300px;
    min-width: 300px;
  }
}
.form-group {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}

.mat-mdc-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-mdc-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #074279 !important;
}

.mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background {
  border-color: #074279 !important;
  background-color: #074279 !important;
}

.mat-mdc-checkbox {
  margin-bottom: 14px;
}

.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #074279 !important;
}

.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: #074279 !important;
}

.mat-mdc-radio-group {
  margin-bottom: 12px;
}

.mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element {
  background-color: #074279 !important;
}

.required {
  position: absolute;
  margin: 0 15px;
  bottom: 0;
  left: 10px;
}

.control-label {
  margin: 0 10px;
}