@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.input-label {
  margin-bottom: 2px;
}

.subtitle {
  margin-bottom: 6px;
  color: #929292bd;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.custom-tooltip .custom-tooltiptext {
  font-family: 'Poppins';
  visibility: hidden;
  width: 300px;
  background-color: #8c8e8fbd;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 8px 8px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  margin-left: 8px;
  margin-top: -15px;
  
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.5s;
}

/* Tooltip arrow */
.custom-tooltip .custom-tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #8c8e8fbd transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.custom-tooltip:hover .custom-tooltiptext {
  visibility: visible;
  opacity: 1;
}


/* New page */
.header {
  width: 100%;
  height: 120px;
  background-color: #10739e;
  display: flex;
  position: fixed;
  top: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 2px 5px 0px #003349;
  /*border-radius: 0px 80px 0px 0px;*/
}

.header p {
  color: white;
  font-size: 22px;
}

.content {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  padding: 100px 0px 0px 0px;
}

.left-panel {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-box {
  padding: 20px; 
  font-size: 16px;
  border-radius: 8px; 
  min-width: 600px; 
  max-width: 800px;
}

.list-element {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.docs-section {
  width: 82%;
  display: flex;
  flex-direction: column;
}

.vertical-divider {
  margin-top: 25px;
  width: 6px;
  background-color: #d9d9d9;
}


.right-panel {
  width: 100%;
  padding: 40px 30px;
  display: flex;
}

.divider {
  margin-top: 12px; 
  margin-bottom: 12px; 
  width: 600px; 
  margin-left: 0px;
}

.panel-divider {
  margin-top: 40px; 
  width: 100%; 
  margin-left: 0px;
  display: none;
}


/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 1200px) {
  .content {
    flex-direction: column;
  }

  .docs-section {
    align-items: center;
  }

  .divider {
    margin-left: auto;
  }

  .panel-divider {
    display: block;
  }

  .right-panel {
    justify-content: center;
    padding: 20px 30px;
  }
  
}

.success-modal {
  display: flex;
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  justify-content: center;
  padding-top: 100px;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.success-modal .modal-content {
  width: 400px;
  height: 200px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-modal {
  display: flex;
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  justify-content: center;
  padding-top: 100px;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.error-modal .modal-content {
  width: 400px;
  height: 200px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cancel-btn {
  width: 120px;
  margin-top: 5px;
  color: white;
  border-color: #c0c0c0;
  background-color: #c0c0c0;
  letter-spacing: 0.5px;
}

.cancel-btn:hover {
  width: 120px;
  margin-top: 5px;
  color: white;
  border-color: #929292;
  background-color: #929292;
  letter-spacing: 0.5px;
}

.cancel-btn:focus {
  width: 120px;
  margin-top: 5px;
  color: white;
  font-weight: 500;
  border-color: #929292;
  background-color: #929292;
  letter-spacing: 0.5px;
}

.disconnect-button {
  width: 120px;
  margin-top: 5px;
  color: white;
  border-color: #f0593d;
  background-color: #f0593d;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.disconnect-button:hover {
  width: 120px;
  margin-top: 5px;
  color: white;
  border-color: #d53e21;
  background-color: #d53e21;
  letter-spacing: 0.5px;
}

.disconnect-button:focus {
  width: 120px;
  margin-top: 5px;
  color: white;
  font-weight: 500;
  border-color: #d53e21;
  background-color: #d53e21;
  letter-spacing: 0.5px;
}


.btn:focus {
  outline: none !important;
}

.icon-btn-div {
  cursor: pointer;
  padding: 2px 5px;
}

.icon-btn {
  background-color: #eeeeee;
  border: none;
  color: grey;
  padding: 0px 8px;
  cursor: pointer;
  margin-top: 12px;
  margin-left: -63px;
  font-size: 18px;
}

.icon-btn:hover {
  background-color: #eeeeee;
  color: black; /* White text */
}

.copy-form {
  padding: 6px 36px 6px 14px;
}

.custom-input {
  height: 45px;
  border: solid 2px #d8d8d8;
}

.custom-input:hover {
  border-color: #0ba2dc;
}

.custom-input:focus {
  border-color: #0ba2dc;
}