html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


body {
  font-family: -system, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Lucida Grande", sans-serif;
  font-style: normal;
  font-size: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
  color: #55595f;
  width: 60em;
  max-width: 96%;
  margin: 0 auto;
}

strong {
  color: #000;
  font-weight: 300;
  font-style: normal;
}

a {
  color: #177afb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


.site-header {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding: .5rem 0;
  margin: 1rem 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header__title {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
.site-header__title a {
  text-decoration: none;
  color: inherit;
}
.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.site-nav li {
  color: #b8bed0;
  margin-left: 2em;
}
.site-nav li:not(.active):hover {
  color: #000;
}
.site-nav .active {
  color: #177afb;
}
.site-nav a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}

.notice {
  color: #FFF;
  background-color: #177afb;
  border-radius: .2rem;
  padding: .5rem;
  margin-bottom: 1rem;
}
.notice a {
  color: #FFF;
  text-decoration: underline;
}
.notice__text {
  margin: 0;
}

.site-footer {
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: .5rem 0;
  margin: 2rem 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer p {
  margin: 0;
}


.align-right {
  float: right;
}
.btn-row {
  overflow: hidden;
  clear: both;
  margin-bottom: 1rem;
}
.btn-row > * {
  margin-left: .5rem;
}
a.btn:hover {
  text-decoration: none;
}
.btn, header.project__header button {
  font-size: 0.85em;
  text-decoration: none;
  font-family: inherit;
  white-space: nowrap;
  border: 0;
  vertical-align: middle;
  border-radius: .25em;
  padding: 0.47em 0.8em 0.4em;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.btn:focus, header.project__header button {
  outline: none;
}
.btn--small {
  font-size: 0.75em;
}
.btn--huge {
  font-size: 1.2rem;
}
.btn--success {
  color: #fff;
  background-color: #37d025;
}
.btn--success:hover,
.btn--success:focus {
  background-color: #31bb21;
}
.btn--primary {
  color: #fff;
  background-color: #177afb;
}
.btn--primary:hover,
.btn--primary:focus {
  background-color: #046cf2;
}
.btn--danger {
  color: #fff;
  background-color: #f00;
}
.btn--danger:hover,
.btn--danger:focus {
  background-color: #e60000;
}
.btn--info, header.project__header button {
  color: #55595f;
  background: none;
  border: 1px solid #C1C2C4;
}
.btn--info:hover,
.btn--info:focus {
  background-color: #BEBFC2;
}
.btn--arrow {
  position: relative;
  padding-right: 1.8em;
}
.btn--arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #55595f;
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
}

header.project__header button:hover,
header.project__header button:focus {
    background-color: #BEBFC2;
}

.modal-backdrop {
  background: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal {
  background-color: #FFF;
  border-radius: .2rem;
  padding: 1rem;
  width: 35rem;
  max-height: 70vh;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.js-hidden {
  display: none;
}

.project input[type="text"].credentialsInput {
  background: none;
  border: none;
  padding: 0.25em;
}

.project {
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 1rem 0;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}

.project__update {
  font-size: .9rem;
  margin: .5rem 0 0;
}

.project__title {
  font-size: 1.2rem;
  text-decoration: none;
  margin: 0;
  display: block;
}

.project form {
  text-align: right;
}
.project input[type="text"] {
  font-size: .85em;
  text-decoration: none;
  font-family: inherit;
  white-space: nowrap;
  vertical-align: middle;
  color: #55595f;
  background: none;
  border: 1px solid #C1C2C4;
  border-radius: .25em 0 0 .25em;
  padding: 0.47em 0.8em 0.4em;
  min-width: 200px;
  transition: background-color 0.2s, color 0.2s;
  height: 30px;
}

.project input[type="text"]:focus {
  outline: none;
    background-color: #BEBFC2;
}
.project form div {
  margin-bottom: .5rem;
  display: flex;
}
.project form div .btn {
  /* border-radius: 0; */
  /* border-radius: .25em; */
}
.project__deploy {
  display: flex;
}


.dropdown {
  position: relative;
  margin-right: 10px;
}
.dropdown__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 28px;
  left: 0;
  background: #FFF;
  z-index: 999999999;
}

ul:has(+button) {
  background:red;
}

button:has(+ul.dropdown__list:not(.collapsed)) {
  border-bottom-left-radius: unset;
}


.dropdown__list.collapsed {
  display: none;
}

.dropdown__list input {
  float: left;
  min-width: 100%;
  text-align: left;
  background: #FFF;
  border-top: none;
  z-index: 99999999;
}

.dropdown__list li {
  font-size: .85rem;
  border: 1px solid #C1C2C4;
  border-bottom: none;
  padding: .3rem;
  min-height: 29.33px;
}
.dropdown__list:last-child {
  border-bottom: 1px solid #C1C2C4;
}

ul.dropdown__list > .btn--info {
    border-bottom: 1px solid #C1C2C4;
}

ul.dropdown__list > input.btn.btn--info:last-of-type {
    border-bottom: none;
}

ul.dropdown__list > input.btn.btn--info:first-of-type {
    border-top: 1px solid #C1C2C4;
}

.d-form {
  width: 40%;
  background: red;
  overflow: hidden;
}
.d-form label {
  font-size: .75rem;
  text-transform: uppercase;
  margin-bottom: .3rem;
  display: block;
}
.d-form input[type="text"] {
  font-size: .85rem;
  text-decoration: none;
  font-family: inherit;
  white-space: nowrap;
  vertical-align: middle;
  color: #55595f;
  background: none;
  border: 1px solid #C1C2C4;
  border-radius: .25em;
  padding: 0.47em 0.8em 0.4em;
  margin-bottom: 1rem;
  width: 100%;
  transition: background-color 0.2s, color 0.2s;
}

.d-form input:focus {
  outline: 0;
  border-color: #000;
}

.formform {
  width: 55%;
  margin: 0 auto;
}


ul.dropdown__list > input.btn.btn--info {
    border-radius: 0;
    min-height: 28.33px;
}
