<style>

input,
select,
textarea {
  font-size: 16px !important;
}

:root {
  --background-color: #f9f9f9;
}

body {
  background-color: var(--background-color);
}

.webSMS_msg_details {
	font-weight: 500;
}

.minimisable {
  transition: opacity 0.3s ease, max-height 0.3s ease, margin 0.3s ease;
  overflow: hidden;
  display: block;
  max-height: 200px; /* a safe default for visible elements */
}

.minimisable.hidden {
  opacity: 0;
  max-height: 0;
  margin: 0 !important;
}
</style>

<style>
	body,h1,h2,h3,h4,h5 {
		font-weight: 300 !important;
		font-family: Roboto !important;
	}
	
	.btext {
	  /*font-size: calc(0.025rem + 1.2vw);*/
	}
</style>

<!-- banner CSS -->
<style>
.banner {
  background: #E04020;
}

.banner__content {
  padding: 16px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.banner__text {
  flex-grow: 1;
  line-height: 1.4;
}

.banner__close {
  background: none;
  border: none;
  cursor: pointer;
}

.banner__text,
.banner__close,
.banner__close > span {
  color: #ffffff;
}

.banner__text > a {
  xtext-decoration: none;
}

.banner__text > a:link {
  color: #fff;
}

.banner__text > a:visited {
  color: #fff;
}

.banner__text > a:hover {
  color: #eee;
}

#banner__contactsales {
  text-decoration: none !important;
  font-weight: bolder !important;
}

</style>

<style>
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.connection-panel,
.message-panel,
.response-panel {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.input-group {
    margin-bottom: 10px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.button-group {
    margin: 10px 0;
}

/*button {
    padding: 8px 16px;
    margin-right: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

button:hover:not(:disabled) {
    background-color: #45a049;
}*/

.status {
    margin-top: 10px;
    font-weight: bold;
}

#responseArea {
    width: 100%;
    min-height: 200px;
    font-family: monospace;
    background-color: #f8f8f8;
}

#disconnectBtn {
    background-color: #f44336;
}

#disconnectBtn:hover:not(:disabled) {
    background-color: #da190b;
}
</style>
