@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../../fonts/Asap-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../../fonts/Asap-Bold.ttf") format("truetype"); }

.bg-primary {
  background-color: #621b25 !important; }

* {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400; }

.text--end {
  text-align: end; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.col-xl-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-xl-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-xl-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media screen and (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media screen and (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media screen and (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

* {
  margin: 0;
  padding: 0; }

.navbar__nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none; }
  .navbar__nav-item {
    font-size: 20px;
    padding: 30px; }
  .navbar__nav-link {
    color: #fff;
    text-decoration: none; }
  .navbar__nav-logo {
    width: 120px;
    position: absolute;
    left: calc(50% - 60px);
    top: 0px;
    border-radius: 50%; }

.manager-list {
  padding: 100px 0px; }
  .manager-list__group {
    margin: 20px 0px;
    padding: 20px;
    background-color: #ececec; }
  .manager-list__groupname {
    font-size: 20px;
    width: 50%; }
  .manager-list__groupchildrens {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 50px;
    align-items: center; }
  .manager-list__childname {
    font-size: 20px;
    width: 50%; }
  .manager-list__childinfo {
    display: flex; }
  .manager-list__childdetail {
    font-size: 16px;
    padding-top: 10px;
    display: flex; }
  .manager-list__childstatus {
    font-weight: 700;
    width: 20%; }
    .manager-list__childstatus-change {
      width: 35%; }
  .manager-list__child-daily-note {
    font-size: 16px;
    padding-top: 10px;
    color: red; }
  .manager-list__button {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 15px;
    border-radius: 50px; }
    .manager-list__button--checkin {
      background-color: #b90000; }
    .manager-list__button--checkout {
      background-color: #009800; }
  .manager-list .search {
    width: 200px;
    padding: 6px;
    font-size: 20px;
    border: 1px solid black; }
  .manager-list .sort {
    font-size: 20px;
    padding: 6px; }

.login-screen {
  margin: auto;
  max-width: 400px;
  margin-top: 65px; }

.login-form {
  display: flex;
  flex-direction: column; }
  .login-form input {
    margin-bottom: 20px;
    height: 40px;
    font-size: 22px; }
  .login-form label {
    font-size: 20px;
    margin-bottom: 5px; }
