/* Prevent FOUC */
html {
    visibility: hidden;
}

html.css-loaded {
    visibility: visible;
}

body {
    font-family: Inter;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    margin: 0;
    position: relative;
    align-items: center;
}

/* right side pickList */
.c4 {
  width: 30px;
  height: 30px;
  display: flex;
  cursor: pointer;
  font-size: 16px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
}

.c12 {
  width: 560px;
  column-gap: 14px;
  row-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 355px;
  overflow: hidden;
}

.c21 {
  position: absolute;
  top: 5px;
  right: -5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 100;
  padding: 10px 0px;
}

.c21 div {
  cursor: pointer;
  padding: 0px 20px;
  line-height: 24px;
}

.c21 div:hover {
  background-color: #ebebec;
}

.c20 {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  color: grey;
  cursor: pointer;
}

.c34 {
  font-size: 22px;
  color: #555;
  margin-bottom: 50px;
  white-space: nowrap;
  text-align: center;
}

.c8 {
  position: relative;
  margin-bottom: 30px;
}

.c9 {
  border: 1px solid #d8d8d8;
  border-radius: 25px;
  box-shadow: 0px 4px 15px 0px #0000001a;
  line-height: 14px;
  outline: none;
  width: 710px;
  padding: 20px 22px;
  padding-right: 80px;
  font-size: 18px;
}

.c9:-webkit-autofill {
  display: none;
}

.c9.c18 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.c3.show .c5 {
  display: grid;
}

.c1 {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.c6 a {
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  color: inherit;
  display: flex;
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  max-width: 90px;
  box-sizing: border-box;
  padding-left: 20px;
}

.c6 span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: center;
}

.c6.c7 {
  padding-left: 12px;
  padding-right: 12px;
}

.c6.c7 img {
  height: 35px;
  width: auto;
  max-width: unset;
  max-height: unset;
}

.c19 {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
  background-color: #ebebec;
  transition: transform 0.2s;
  align-items: center;
}

.c6 img {
  width: auto;
  height: 24px;
}

.c6:hover {
  background-color: #ebebec;
  border-radius: 10px;
}

.c6.c22:hover {
  background-color: inherit;
  border-radius: inherit;
}

.c6 span {
  max-width: 80px;
  line-height: 12.1px;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: -0.04em;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c3 {
  position: relative;
  display: inline-block;
}

.c5 {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  width: 320px;
  box-sizing: border-box;
  border: 10px solid #e2e7ef;
  padding: 12px;
  z-index: 1;
  border-radius: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  background: #f8fafd;
}

.c11 {
  display: none;
  position: absolute;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-top: none;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  cursor: default;
  z-index: 49;
  padding-bottom: 20px;
}

.c11 span {
  max-width: 100px;
  font-size: 14px;
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 200;
}

.c28 {
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 6px 20px;
  background-position: right 30px center;
  background-size: 16px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c28 .c29 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.c33 {
  transform: translateX(50%);
  font-size: 52px;
  color: gray;
  cursor: pointer;
  display: none;
  position: absolute;
  top: -15px;
  right: 50%;
}

.c6:hover .c33 {
  display: block;
}

.c13 {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.c14 input {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 8px;
}

.c14 input:nth-of-type(1) {
  margin-bottom: 20px;
}

.c14 label {
  margin-bottom: 10px;
  font-weight: bold;
}


.c14 #urlError {
  font-size:14px;
  color:red;
  height:20px;
  padding: 0px 10px;
  margin-bottom: 15px;
}

.c14 .c15 button {
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.c14 .c15 {
  display: flex;
  justify-content: space-between;
}

.c14 {
  width: 600px;
  border-radius: 8px;
  display: flex;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 40px;
  border: 1px solid #889;
  flex-direction: column;
}

.c14 .c15 .c16 {
  background-color: white;
  color: darkgrey;
  box-shadow: rgda(0, 0, 0, 0.16) 0px 1px 4px;
  border: solid 1px lightgrey;
}

.c10 {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  gap: 7px;
  color: #4285f5;
  cursor: pointer;
}

.c14 .c15 .c17 {
  background-color: #4285f5;
  color: #fff;
}

.c14 .c15 .c17:disabled {
  background-color: lightgrey;
  color: grey;
  cursor: default;
}

.c10 i {
  cursor: pointer;
  color: #4285f5;
  font-size: 20px;
  transition: color 0.3s;
}

.c4 i {
  font-size: 16px;
}

.c1 a {
  color: black;
  text-decoration: none;
}

.c1 .c2 {
  margin-right: 15px;
  font-size: 12px;
}

.c1 img {
  width: auto;
  border-radius: 0;
  height: auto;
}

.c30 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.c30 svg {
  flex-shrink: 0;
}

.c29 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.c31 {
  display: none;
}

.c28:hover .c31 {
  display: block;
}

.c30 {
  display: flex;
  gap: 10px;
}

.c28:hover, .c28.c32 {
  background-color: #eee;
}