@import url('https://staffup-recruiting.com/layout/layout.048b329064563fcce402.css');

body {
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
    background: url('background.jpg') no-repeat center center;
    background-image: url("background.jpg");
    background-size: cover;
    text-align: center;
    font-family: "Circular Std";

}

input, button, option, select, textarea {
    font-family: "Circular Std";
}
.logo {
    display: block;
    padding: 20px;
}

.logo img {
    max-height: 40px;
}
.container {
    text-align: center;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
}


/* .record-button {
    background-color: #4CAF50;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.record-button:hover {
    background-color: #45a049;
} */


.record-button {
    margin:0 auto   ;
    display: block;
    width: 145px;
    max-width: 145px;
    min-width: 145px;
    height: 145px;
    max-height: 145px;
    min-height: 145px;
    border-radius: 50%;
    background: #55AA70;
    cursor: pointer;
    box-shadow: 0 0 0 20px rgba(85,170,112, 0.2);
    margin: 10% 0;
    color: white;
    font-size: 18px;
    border: none;
  }
  .pulse {
    animation: pulse 2s infinite;
}
  

@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(85,170,112, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(85,170,112, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(85,170,112, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(85,170,112, 0.4);
      box-shadow: 0 0 0 0 rgba(85,170,112, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 40px rgba(85,170,112, 0);
        box-shadow: 0 0 0 40px rgba(85,170,112, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(85,170,112, 0);
        box-shadow: 0 0 0 0 rgba(85,170,112, 0);
    }
  }

.status-text {
    color: #fff;
    margin-top: 20px;
    font-size: 22px;
}

.action-select {
    margin-bottom: 10px;
    padding: 20px;
    font-size: 16px;
    background-color: rgb(30, 41, 59);
    border: 1px solid rgb(53, 67, 90);
    color: white;
    border-radius: 40px;
    min-width: 300px;
    padding-right: 30px;
}

textarea {
    background-color: rgb(30, 41, 59);
    border: 1px solid rgb(53, 67, 90);
    padding: 20px;
    border-radius: 20px;
    color: white;
    width: 100%;
    max-width: 450px;
}

.copy-button {
    background-color: rgb(30, 41, 59);
    border: 1px solid #26DB8E;
    padding: 10px 20px;
    border-radius: 20px;
    color: white;
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
}
#editableResponse {
    width: 30%;
    height: 150px;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    display: block;
}
