@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin: 0;
}

h2,
.button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  display: inline-block;
}

p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(43, 44, 48, 0.5);
}

input {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

input::-webkit-input-placeholder {
  color: rgba(43, 44, 48, 0.5);
}

input:-ms-input-placeholder {
  color: rgba(43, 44, 48, 0.5);
}

input::-ms-input-placeholder {
  color: rgba(43, 44, 48, 0.5);
}

input::placeholder {
  color: rgba(43, 44, 48, 0.5);
}

@media screen and (max-width: 940px) {
  h1 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  h2,
  .button {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  p {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  a {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  input {
    font-size: 12px !important;
    line-height: 15px !important;
  }
}

html,
body {
  margin: 0;
  color: #2b2c30;
}

html {
  background-color: #f0f0f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

body {
  max-width: 1440px;
  height: 100%;
  width: 100%;
}

.nav {
  max-width: 1400px;
  width: calc(100% - 40px);
  height: 120px;
  border-radius: 35px;
  background-color: #ffffff;
  color: #2b2c30;
  font-family: 'Montserrat', sans-serif;
  margin: 20px;
  position: fixed;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.logo {
  width: 80px;
  height: 80px;
  margin: 20px;
  -webkit-user-drag: none;
}

input {
  height: 60px;
  background-color: #f0f0f6;
  border-radius: 17px;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  color: #2b2c30;
}

input:focus {
  outline: none;
}

#accessCode {
  width: 320px;
  position: absolute;
  right: 160px;
}

.button {
  border-radius: 17px;
  background-color: #2f80ed;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
}

.notes {
  margin: 40px;
  margin-top: 180px;
}

body::before {
  content: "";
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  background-color: #f0f0f6;
}

.notesGrid {
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  -ms-grid-columns: (400px)[auto-fit];
      grid-template-columns: repeat(auto-fit, 400px);
  grid-auto-flow: dense;
  width: 100%;
}

.note {
  width: 400px;
  height: 280px;
  border-radius: 35px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 20px;
  margin-left: 0;
}

.notesGrid:empty {
  background-image: url("../../images/emptyState.svg");
  height: 560px;
  background-position: center;
  background-repeat: no-repeat;
}

.purple {
  background-color: #9b51e0;
}

.green {
  background-color: #2ddb73;
}

.red {
  background-color: #eb5757;
}

.orange {
  background-color: #f2994a;
}

.blue {
  background-color: #2f80ed;
}

.black {
  background-color: #2b2c30;
}

.white {
  background-color: #ffffff;
}

.details {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  height: 50px;
}

.title {
  color: #2b2c30;
  margin: 0;
}

.url {
  width: calc(100% - 40px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  margin-top: 5px;
}

@media screen and (max-width: 940px) {
  h1 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin: 0;
  }
  h2,
  .button {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    display: inline-block;
  }
  p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(43, 44, 48, 0.5);
  }
  input {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
  input::-webkit-input-placeholder {
    color: rgba(43, 44, 48, 0.5);
  }
  input:-ms-input-placeholder {
    color: rgba(43, 44, 48, 0.5);
  }
  input::-ms-input-placeholder {
    color: rgba(43, 44, 48, 0.5);
  }
  input::placeholder {
    color: rgba(43, 44, 48, 0.5);
  }
}

@media screen and (max-width: 940px) and (max-width: 470px) {
  h1 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  h2,
  .button {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  p {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  a {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  input {
    font-size: 12px !important;
    line-height: 15px !important;
  }
}

@media screen and (max-width: 940px) {
  .nav {
    width: 100%;
    height: 130px;
    background-color: #ffffff;
    color: #2b2c30;
    border-radius: 0 0 17px 17px;
    margin: 0;
    display: block;
  }
  .nav h2 {
    width: calc(100% - 100px);
    line-height: 60px !important;
    margin: 0;
    vertical-align: top;
  }
  .logo {
    width: 40px;
    height: 40px;
    margin: 10px;
    margin-left: 20px;
    display: inline-block;
    -webkit-user-drag: none;
  }
  input {
    height: 30px;
    border-radius: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #accessCode {
    width: 200px;
    position: static;
    margin-left: 20px;
    margin-right: 20px;
  }
  .button {
    border-radius: 9px;
    background-color: #2f80ed;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    height: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: static;
  }
  .notes {
    margin: 20px;
    margin-top: 160px;
  }
  .notesGrid {
    margin-top: 10px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: (320px)[auto-fit];
        grid-template-columns: repeat(auto-fit, 320px);
  }
  .notesGrid:empty {
    background-image: url("../../images/emptyStateMobile.svg");
    height: 280px;
    background-position-x: left;
    background-repeat: no-repeat;
  }
  .note {
    width: 320px;
    height: 220px;
    border-radius: 17px;
    margin: 10px;
    margin-left: 0;
  }
  .details {
    padding: 10px;
    padding-top: 20px;
    width: calc(100% - 20px);
    height: 40px;
  }
  .url {
    width: 100%;
    margin-top: 2.5px;
  }
}
/*# sourceMappingURL=main.css.map */