body {
    font-family: "Urbanist", Helvetica, Arial, serif !important;
    background-color: #FFFFFF;
}


h2{
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 77px;
    text-align: center;
    color: #000000;
    margin-top:70px;
    margin-bottom: 20px;
}


#vector{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
}

#vector2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
}

.content-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.content-container img{
    width: 15%;
}

.content-container p{
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.0168em;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
}

/* .copy-text {
    margin-bottom: 15px;
    flex-direction: row;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
  }
  
  .copy-text input {
    padding-left:10px;
    font-size:16px;
    line-height: 19px;
    color:#000;
    outline:none;
    width: 38%;
    height: 45px;
    background: #F0F0F0;
    border: 1px solid #E8E8EA;
    border-radius: 14px 0px 0px 17px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.0168em;
  }
  
  .copy-text button {
    background:#4E4BEF;
    color:#fff;
    flex-direction: row;
    align-items: center;
    width: 28px;
    height: 49px;
    border-radius: 0px 14px 14px 0px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    padding:2px;
    border: none;
    cursor: pointer;
  }

  .copy-text button img{
    width: 15px;
    height: 35px;
  }
  
  @media (max-width: 1200px) {
    .copy-text {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
    }
  
    .copy-text input {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 77%;
    }
  
    .copy-text button {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  }

  @media (max-width: 500px) {
    .copy-text {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
    }
  
    .copy-text input {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 70%;
    }
  
    .copy-text button {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  
  .copy-text button:active {
    background:#809ce2;
    border-color: #809ce2;
  }
  .copy-text button:before {
    content:"Copied";
    position: absolute;
    top: 61%;
    right:29%;
    background:#4E4BEF;
    border-color: #4E4BEF;
    padding:8px 10px;
    border-radius:20px;
    font-size:15px;
    display:none;
  }
  .copy-text button:after {
    content:"";
    position: absolute;
    top:-20px;
    display:none;
  }
  .copy-text.active button:before,
  .copy-text.active button:after {
    display:block;
  }

        position: absolute;
      top: 55%;
      right:7%;

  @media (max-width: 400px) {
    .copy-text button:before {
      content:"Copied";

      position: fixed;
      top: 57%;
      left: 50%;
      transform: translate(100%, -50%);
      
      background:#4E4BEF;
      border-color: #4E4BEF;
      padding:8px 10px;
      border-radius:20px;
      font-size:15px;
      display:none;
    }
  }
*/
  .button {
    display: inline-block;
    background-color: #4E4BEF;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 15px;
  } 
  

  .label {
    padding:10px;
    font-size:18px;
    color:#111;
  }
  .copy-text {
    position:relative;
    display:flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 0px 0px 16px;
    width: 40%;
    height: 45px;
    background: #F0F0F0;
    border: 1px solid #E8E8EA;
    border-radius: 14px;
  }

  @media (max-width: 700px) {
    .copy-text {
      width: 90%;
    }
  }
  .copy-text input.text {
    padding:10px;
    color:#000;
    border:none;
    outline:none;
    padding-right:50px;
    background: #F0F0F0;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0.0168em;
  }
  .copy-text button {
    padding:10px;
    background:#4E4BEF;
    color:#fff;
    font-size:18px;
    border:none;
    outline:none;
    border-radius: 0px 14px 14px 0px;
    cursor:pointer;
    height: 47px;
    width: 28px;
    background-image: url('/app-assets/images/pages/plans/copy-vector.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
  .copy-text button:active {
    background:#809ce2;
    background-image: url('/app-assets/images/pages/plans/copy-vector.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
  .copy-text button:before {
    content:"Copied";
    position:absolute;
    top:-45px;
    right:0px;
    background:#4E4BEF;
    padding:8px 10px;
    border-radius:20px;
    font-size:15px;
    display:none;
  }
  .copy-text button:after {
    content:"";
    position:absolute;
    top:-20px;
    right:25px;
    width:10px;
    height:10px;
    background:#4E4BEF;
    transform:rotate(45deg);
    display:none;
  }
  .copy-text.active button:before,
  .copy-text.active button:after {
    display:block;
  }



/* .toast__container {
    display: table-cell;
    vertical-align: middle;
}

.toast__cell{
  display:inline-block;
}

.add-margin{
  margin-top:20px;
}

.toast__svg{
  fill:#fff;
}

.toast {
    text-align:left;
    padding: 21px 0;
    background-color:#B9FDC0;
    border-radius:8px;
    width: 428px;
    top: 5%;
    right:5%;
    position:absolute;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
    display: none;  
}


.toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    border-radius: 0px 8px 8px 0px;
}

.toast__icon{
  position:absolute;
  top:50%;
  left:22px;
  transform:translateY(-50%);
  width:14px;
  height:14px;
  padding: 7px;
  border-radius:50%;
  display:inline-block;
}

.toast__type {
  color: #3e3e3e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.toast__message {
    margin-top: 0;
    margin-bottom: 0;    
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1EB007;
}

.toast__content{
  padding-left:70px;
  padding-right:60px;
}

.toast__close {
    position: absolute;
    right: 12px;
    top: 15%;
    width: 8px;
    cursor:pointer;
    height: 14px;
    fill:#1EB007;
}

.toast--green .toast__icon{
  background-color:#1EB007;
}

.toast--green:before{
  background-color:#1EB007;
} */
