* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: "Roboto", sans-serif;
}

main {
  min-height: 100%;
  width: 100%;
}

section {
  padding: 1rem;
  width: 100%;
}
@media (min-width: 1000px) {
  section {
    padding: 1rem calc(50% - 550px);
  }
}

nav {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

header {
  padding: 5px;
  display: flex;
  background-color: #fff;
  height: 220px;
  width: 100%;
  margin: 64px 0px 0px 0px;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 1000px) {
  header {
    padding: 1rem calc(50% - 535px);
  }
}
header > div {
  display: inline-block;
  height: 100%;
}
header > div > div {
  margin-bottom: 1.5em;
}
header > div .directory-path {
  font-size: 16px;
  height: 25px;
  color: #6E7C87;
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
header > div .selected-project {
  color: #253242;
  font-size: 34px;
}
header > div > a {
  color: #6AA6FF;
}
header > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header > div:last-child .profile-icon {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0;
  margin: 0;
  background-color: #f1f3f7;
  border-radius: 6px;
  cursor: pointer;
}
header > div:last-child .profile-icon #svg-stop {
  display: flex;
  justify-content: center;
  align-items: center;
}
header > div:last-child .profile-icon .image {
  width: 90%;
  height: 90%;
  position: relative;
  z-index: 1;
}
header > div:last-child > #profile-menu {
  width: 140px;
  height: 90px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  background-color: #f1f3f7;
  margin-top: 0.5em;
  padding: 13px 10px 13px 10px;
  border-radius: 6px;
}
header > div:last-child > #profile-menu > div > p:first-child {
  color: #252C32;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
}
header > div:last-child > #profile-menu > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
header > div:last-child > #profile-menu > div a {
  color: #2A2B4A;
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header > div:last-child > #profile-menu > div a .log-svg {
  margin-right: 0.4em;
}

.svg-logo {
  display: inline-block;
  margin-bottom: 1.5em;
}

.wrapper {
  background-color: #fff;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.wrapper > * {
  display: flex;
}
.wrapper > div {
  flex-direction: column;
}
.wrapper > div > div {
  font-weight: 600;
  color: #090D20;
  margin-bottom: 1em;
}

#route {
  cursor: pointer;
  transition: 0.3s ease;
}

#route:hover {
  color: #3f4c56;
}

/* flex center objects */
.flex-c {
  align-items: center;
  justify-content: center;
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.background-image {
  position: absolute;
  z-index: 1;
  width: 1251px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("./../images/back-image.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.login-frame {
  width: 804px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
.login-frame .input-group {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  color: #090D20;
  font-size: 14px;
  font-weight: 400;
  width: 420px;
  height: 300px;
}
.login-frame .input-group > div {
  width: 100%;
}
.login-frame .input-group > div #toggle-pass {
  position: relative;
  top: -3.5em;
  left: 27em;
  display: inline-block;
  cursor: pointer;
}
.login-frame .input-group label {
  color: #090D20;
}
.login-frame .input-group input {
  outline: none;
  width: 100%;
  height: 50px;
  padding: 15px 16px;
  color: #2A2B4A;
  border: 1.5px solid #F3F4F9;
  border-radius: 8px;
  outline: none;
  margin-bottom: 1em;
}
.login-frame .input-group input:focus {
  color: #9C9CC7;
  background-color: #fbfbff;
  border: 1.5px solid #9C9CC7;
}
.login-frame .input-group input:valid {
  border: 1.5px solid #9C9CC7;
  background-color: #fbfbff;
}
.login-frame .input-group .action-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.login-frame .input-group .action-group .checkbox-login-group {
  display: flex;
  align-items: center;
  width: auto;
}
.login-frame .input-group .action-group .checkbox-login-group > input {
  outline: none;
  width: 20px;
  height: 20px;
  margin-right: 1em;
  border-radius: 4px;
  cursor: pointer;
}
.login-frame .input-group .action-group .checkbox-login-group > label {
  cursor: pointer;
}
.login-frame .input-group .action-group > a {
  color: #6AA6FF;
}
.login-frame .input-group .login-button {
  width: 100%;
  height: 50px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  border: 2px solid #2A2B4A;
  border-radius: 12px;
  background-color: #2A2B4A;
  padding: 17px 76px;
  transition: 0.5s ease;
}
.login-frame .input-group .login-button:hover {
  border-color: #F3F5FD;
}
.login-frame .input-group .login-button:disabled {
  color: #989FB1;
  cursor: not-allowed;
  border: 2px solid #F3F5FD;
  background-color: #F3F5FD;
}

@media (max-width: 768px) {
  .background {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .background-image {
    display: none;
  }
  .login-frame {
    padding: 1em;
    width: 100%;
  }
  .login-frame form {
    width: 100%;
    box-sizing: border-box;
  }
  .login-frame form .input-group {
    box-sizing: border-box;
    width: 100%;
  }
  .login-frame form .input-group #toggle-pass {
    left: 24em;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}

tr:first-child {
  cursor: default;
}

tr {
  border-bottom: 1px solid #E5E9EB;
  height: 40px;
}
tr th {
  color: #6E7C87;
  text-align: left;
}
tr td > div > a {
  text-decoration: none;
  color: #3e5190;
}
tr td:first-child {
  cursor: pointer;
}
tr td:last-child {
  cursor: pointer;
}
tr td {
  color: #252C32;
}
tr td > div {
  display: flex;
  flex-direction: row;
}
tr td > div .folder-icon {
  margin-right: 1em;
}
tr td.none-pointer-td {
  cursor: default;
}
tr .load-icon {
  width: 50px;
  text-align: center;
}
tr .comp-load-icon {
  transition: 0.3s ease;
}
tr .comp-load-icon:hover {
  width: 17px;
  height: 20px;
}

.files-row > td:first-child {
  cursor: default;
}/*# sourceMappingURL=main.css.map */