.softphone {
    width: 360px;
    height: 480px;
    position: fixed;
    top: 10px;
    right: 10px;
}

#toggleButton {
  padding: 10px 15px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

#toggleButton:hover {
  background-color: #0056b3;
}

body > div > iframe {
    width: inherit;
    height: inherit;
    border: none;
}

h2 {
    color:darkcyan;
}

.content {
    width: calc(100% - 220px);
}

.actions {
  margin: 10px;
  width: calc(100% - 220px);
}

.action {
    margin: 10px;
}

.action > p {
    margin-top: -15px;
}

.actionName {
    text-decoration: underline;
}

textarea {
    width: calc(80%);
    transition: height 0.2s ease-in-out;
}

.clickToDial {
    cursor: pointer;
    color: blue;
}

.events {
    margin: 10px;
    width: calc(100% - 220px);
}

.event {
    margin: 10px;
}

.eventName {
    text-decoration: underline;
}

.event > p {
    margin-top: -15px;
}

.subscriptions {
    margin: 10px;
    width: calc(100% - 220px);
}

.subscription {
    margin: 10px;
}

.subscriptionName {
    text-decoration: underline;
}

.subscription > p {
    margin-top: -15px;
}

.callControl {
    width: 100px;
    overflow: hidden;
}

.views {
    width: 100px;
    overflow: hidden;
}

#updateAudioConfiguration {
    margin-top: 10px;
}