body {
  position: relative;
  /*background-color: #00ceff4f;*/
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

h2,
p {
  margin: 0;
  padding: 0;
}

.reset-password-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reset-password-container button {
  background-color: #00ceff4f;
  outline: none;
  border: 1px solid black;
  padding: 10px 10px;
  cursor: pointer;
}

.login-wrapper {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: baseline;
}

#submit {
  width: 15%;
  background-color: aliceblue;
  margin: 20px 0;
}

.login-form {
  flex-direction: column;
  display: flex;
  background-color: aquamarine;
  align-items: center;
  width: 50%;
  padding: 20px 0;
  gap: 10px;
}

.login-item {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
}

.login-text {
  margin-right: 22px;
}

/* input {
    all: unset;
  } */

.container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
}

.title {
  font-size: 40px;
  text-align: center;
  color: #0088ff;
  margin: 15px 0;

  cursor: pointer;
}

.menu-wrapper {
  display: flex;
  /*background-color: antiquewhite;*/
  justify-content: center;
}

.menu-wrapper > li {
  font-size: 14px;
  font-weight: bold;
  border: 2px black solid;
  margin: 10px;
  cursor: pointer;
  padding: 10px;
}

.menu-wrapper > li:hover {
  border: 2px blue solid;
  color: blue;
}

.menu-item {
  font-size: 14px;
  font-weight: bold;
  border: 2px black solid;
  margin: 10px;
  cursor: pointer;
  padding: 10px;
  list-style: none;
}

.menu-item:hover {
  border: 2px blue solid;
  color: blue;
}

.tab-container {
  display: flex;
  justify-content: center;
}

.tab-container li {
  font-weight: 500;
  padding: 10px 10px;
  background-color: #00ceff4f;
  border: solid 1px black;
  cursor: pointer;
}

.tab-container li:hover {
  border: solid 1px black;
  color: none;
}

.servers-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.servers-wrapper > div {
  border: 1px black solid;
  width: 29%;
  margin: 10px;
  padding: 10px;
}

.port-ip-wrapper {
  display: flex;
}

.s-ip {
  margin-right: 30px;
}

.s-port > input {
  width: 40%;
}

.update-btn {
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
}

.check-app {
  display: flex;
  margin: 10px auto;
  font-size: 15px;
  padding: 10px;
  cursor: pointer;
  border: 1px black solid;
}

.check-app:hover {
  color: blue;
  border: 1px blue solid;
}

.green {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: green;
  border-radius: 50%;
}

.red {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 50%;
}

.add-new-server-btn {
  display: flex;
  align-self: center;
  padding: 10px;
  font-size: 14px;
  border: 1px black solid;
  margin: 30px auto;
  cursor: pointer;
}

.add-new-server-btn:hover {
  color: blue;
  border: 1px blue solid;
}

.create-port-ip-wrapper {
  display: flex;
  margin: 30px auto;
  align-items: end;
  justify-content: center;
}

.send-new-server-btn {
  display: flex;
  margin: 10px auto 50px auto;
  height: 30px;
  padding: 6px;
}

.active-task-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.tasks-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  border: 1px solid black;
}

.task-item {
  display: flex;
  justify-content: space-around;
  width: 60%;
  background-color: aliceblue;
  margin-bottom: 10px;
  align-items: center;
}

.task-item > p {
  font-weight: bold;
}

.task-remove-btn {
  height: 30px;
  padding: 5px;
}

.config-wrapper {
  width: 100%;
  display: flex;
}

.connections-wrapper {
  width: 15%;

  margin-right: 100px;
}

.connection-list-title {
  font-size: 15px;
  text-align: center;
}

.ul-connections {
  width: 88%;
  background-color: aquamarine;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 1px silver solid;
}

.connection-el {
  font-weight: bold;
  text-align: center;
  border: 1px black solid;
  margin: 5px;
  cursor: pointer;
}

.connection-el:hover {
  color: blue;
  border: 1px solid blue;
}

.config-info-wrapper {
  width: 75%;
  border: 1px solid black;
  background-color: azure;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.set-up-config-btn {
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid black;
  padding: 10px;
  margin-top: 30px;
}

.set-up-config-btn:hover {
  color: blue;
  border: 1px solid blue;
}

.config-item {
  width: 81%;
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  margin-bottom: 20px;
}

.config-item-field {
  font-weight: bold;
  width: 35%;
}

.config-item-input {
  width: auto;
  height: 15px;
  border: 1px inset black;
  background-color: white;
  padding: 3px;
  width: 25%;
}

.set-up-randomizer-btn {
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid black;
  padding: 10px;
  margin-top: 30px;
}

.randomizer-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sync-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

label {
  font-family: sans-serif;
  font-size: 1rem;
  padding-right: 10px;
  font-weight: bold;
}

select {
  font-size: 0.9rem;
  padding: 2px 5px;
}

.mod-wrapper {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logs-item {
  border: 1px solid black;
  padding: 5px;
  display: flex;
  justify-content: space-around;
  margin: 5px;
}

.logs-item > * {
  margin-right: 5px;
}

.scroll-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  background-color: blue;
  color: white;
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
}

.ul-tests {
  display: flex;
  justify-content: space-around;
}

.upload-numbers {
  padding: 10px 10px;
  background-color: #00ceff4f;
  border: solid 1px black;
  cursor: pointer;
}

.start-tests {
  padding: 10px 10px;
  background-color: #00ceff4f;
  border: solid 1px black;
  cursor: pointer;
}

.check-numbers {
  padding: 10px 10px;
  background-color: #00ceff4f;
  border: solid 1px black;
  cursor: pointer;
}

.upload-tests-title {
  text-align: center;
}

.upload-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.upload-wrapper > * {
  margin-bottom: 10px !important;
}

.upload-btn-numbers-to-db {
  margin-top: 10px;
  background-color: #00ceff4f;
  border: 1px solid black;
  padding: 7px;
}

#test-numbers {
  padding: 10px;
}

.get-numbers-from-db {
  margin-top: 10px;
  background-color: #00ceff4f;
  border: 1px solid black;
  padding: 7px;
}

.db-numbers-title,
.upload-title {
  font-size: 18px;
  margin: 12px 0;
}

.start-tests-btn {
  margin-top: 35px;
  background-color: #00ceff4f;
  border: 1px solid black;
  padding: 7px;
  font-size: 15px;
}

.tonnpi-wrapper {
  margin-bottom: 10px;
}

.single-test-title {
  text-align: center;
  font-size: 24px;
}

.single-test-text {
  font-size: 24px;
  text-align: center;
  color: blue;
}

.checkbox-div-wrapper {
  display: flex;
}

.checkbox-div-wrapper > div {
  margin: 10px 20px;
}

.checkbox-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.test-id-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sri-change {
  width: 17px;
  height: 17px;
}

#fsm-change {
  width: 17px;
  height: 17px;
}

#fsm-calling-gt-change {
  width: 17px;
  height: 17px;
}

#randomize_message_body_mix {
  width: 17px;
  height: 17px;
}

#randomize_message_body_digits {
  width: 17px;
  height: 17px;
}

#randomize_message_body_alphabet {
  width: 17px;
  height: 17px;
}

.text-randomizer-div-wrapper {
  display: flex;
}

.text-randomizer-div-wrapper > div {
  margin: 10px 20px;
}

.randomizer-title-checkbox {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}

.ss7-change-title-checkbox,
.test-id-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}

.wrapper {
  display: flex;
  flex-direction: column;
}

.country-wrapper {
  display: flex;
}

.country-wrapper > p {
  margin: 3px 10px;
}

.checkbox-div-wrapper {
  display: flex;
}

.checkbox-div-wrapper > div {
  margin: 10px 20px;
}

.checkbox-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sri-change {
  width: 17px;
  height: 17px;
}

#fsm-change {
  width: 17px;
  height: 17px;
}

#fsm-calling-gt-change {
  width: 17px;
  height: 17px;
}

#randomize_message_body_mix {
  width: 17px;
  height: 17px;
}

#randomize_message_body_digits {
  width: 17px;
  height: 17px;
}

#randomize_message_body_alphabet {
  width: 17px;
  height: 17px;
}

.text-randomizer-div-wrapper {
  display: flex;
}

.text-randomizer-div-wrapper > div {
  margin: 10px 20px;
}

.randomizer-title-checkbox {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}

.ss7-change-title-checkbox {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}

.wrapper {
  display: flex;
  flex-direction: column;
}

.country-wrapper {
  display: flex;
}

.country-wrapper > p {
  margin: 3px 10px;
}

.change_sender_div {
  display: flex;
  align-items: center;
}

.change_sender_div > input {
  width: 17px;
  height: 17px;
}

.change_sender_div > p {
  font-weight: bold;
}

.all_config_wrap > h4 {
  font-size: 50px;
}

.all_config_wrap {
  display: flex;
  flex-direction: column;
}

.all_config_btn {
  margin: 30px;
  height: 49px;
}

.content-wrapper-single-test {
  text-align: center;
}

#single-test-text-input {
  width: 50%;
}

#single-test-settings-input {
  width: 50%;
}

.start-single-test {
  padding: 10px 10px;
  margin-top: 20px;
  background-color: #00ceff4f;
  border: solid 1px black;
  cursor: pointer;
}

.filters-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  margin: 0 auto;
}

.selector-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.country-select {
  padding: 10px 20px;
}

.clear-filters-input {
  padding: 10px 20px;
  border: 1px solid black;
  margin-right: 10px;
}

.clear-filters-input:hover {
  opacity: 0.7;
  cursor: pointer;
}

.submit-button {
  /*align-self: flex-end;*/
  padding: 10px 20px;
  background-color: #00ceff4f;
  border: 1px solid black;
  cursor: pointer;
}

.table-container,
.table-container-tests {
  width: 100%;
  /*overflow-x: auto;*/
  overflow: auto;
}

.table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  margin-top: 30px;
  background-color: white;
}

.table thead tr td,
.table tbody tr td {
  padding: 10px;
  text-align: center;
}

.table tbody tr td button {
  min-width: 100px;
}

.table-head {
  font-weight: bold;
}

.dropdown {
  width: 100%;
  position: relative;
  display: inline-block;
}

.dropdown-input {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}

/*.dropdown::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 7px;
  top: 6px;
  color: black;
  background-image: url("./assets/down-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}*/

.year-selection-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  max-height: 300px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  z-index: 10;
}

.year-option {
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.year-option:hover {
  background-color: #f0f0f0;
}

.calendar-container {
  position: relative;
}

.dropdown-list {
  position: absolute;
  z-index: 1;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  display: none;
  top: 25px;
}

.dropdown-list div {
  padding: 5px;
  cursor: pointer;
}

.dropdown-list div:hover {
  background-color: #f1f1f1;
}

.dropdown-input::placeholder {
  color: #999;
}

.dropdown-item {
  display: block;
}

.content-wrapper {
  position: relative;
}

.calendar-container {
  background: #fff;
  width: 450px;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 30px;
  left: 20px;
}

.calendar-container header {
  display: flex;
  align-items: center;
  padding: 25px 30px 10px;
  justify-content: space-between;
}

header .calendar-navigation {
  display: flex;
}

header .calendar-navigation span {
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  user-select: none;
  color: #aeabab;
  font-size: 1.9rem;
}

.calendar-navigation span:last-child {
  margin-right: -10px;
}

header .calendar-navigation span:hover {
  background: #f2f2f2;
}

header .calendar-current-date {
  font-weight: 500;
  font-size: 1.45rem;
  cursor: pointer;
}

.calendar-body {
  padding: 20px;
}

.calendar-body ul {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
}

.calendar-body .calendar-dates {
  margin-bottom: 20px;
}

.calendar-body li {
  width: calc(100% / 7);
  font-size: 1.07rem;
  color: #414141;
}

.calendar-body .calendar-weekdays li {
  cursor: default;
  font-weight: 500;
}

.calendar-body .calendar-dates li {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.calendar-dates li.inactive {
  color: #aaa;
}

.calendar-dates li.active {
  color: #fff;
}

.calendar-dates li::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
  background: #6332c5 !important;
}

.calendar-dates li:not(.active):hover::before {
  background: #e4e1e1;
}

.time-picker-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.time-picker-hour,
.time-picker-minute {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.range-start,
.range-end {
  background-color: #00ceff4f;
  color: white;
}

.range {
  background-color: #c8e6c9;
}

.calendar-dates li.currentDay::before {
  background: #00ceff4f;
}

.time-container {
  max-width: 230px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.range-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.arrow-prev {
  width: 20px;
  transform: rotate(90deg);
}

.arrow-next {
  width: 20px;
  transform: rotate(-90deg);
}

.loader {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 15px 0;
}

.pagination__btn {
  padding: 10px 15px;
}

.pagination__btn:hover {
  opacity: 0.7;
}

.pagination__btn-active {
  color: white;
  background-color: rgb(76, 175, 80);

  border: 2px solid black;
  border-radius: 3px;
}

.pagination__btn-active:hover {
  background-color: rgb(76, 175, 80, 0.7);
}

.table-head-templates,
.table-head-templates-constructor,
.table-head-tests {
  font-weight: bold;
}

.action-btn {
  margin-right: 5px;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #00ceff4f;
  border: 1px solid black;
}
.edit-btn {
  background-color: #00ceff4f;
  color: black;
  border: 1px solid black;
}
.delete-btn {
  background-color: #f44336;
  color: white;
  border: 1px solid black;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 30px;
  border: 1px solid #888;
  width: 550px;
}

.modal-title {
  margin-bottom: 20px;
}

.modal-title h2 {
  margin: 0;
  padding: 0;
  /*padding-bottom: 20px;*/
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.data-templates-header,
.bsg-container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10px;
}

.record-btn {
  padding: 10px 20px;
  background-color: #00ceff4f;
  border: 1px solid black;
  cursor: pointer;
}

.action-btn:hover {
  opacity: 0.7;
}

.table-templates-data,
.table-templates-constructor {
  margin-top: 10px;
}

.templates-constructor-container,
.bgs-container {
  margin-top: 50px;
}

.table-templates-data tbody td,
.table-templates-constructor tbody td {
  max-width: 210px;
}

.actions-cell {
  width: 210px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/*.form div {
  display: flex;
  justify-content: space-between;
}

.form div:last-of-type {
  margin-bottom: 20px;
}*/

.table-tests-data {
  margin-top: 10px;
}

.send-test-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.send-test-header {
  display: flex;
  justify-content: center;
}

.send-test-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.send-test-constructor-container {
  margin: 0;
}

.tables-container {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}

.mccmnc-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-send-test-mccmnc {
  width: 500px;
  display: flex;
  justify-content: center;
  height: 100%;
}

.send-test-btn {
  padding: 10px 20px;
  background-color: #00ceff4f;
  border: 1px solid black;
  cursor: pointer;
}

.ported-from {
  padding: 5px;
  background-color: #00ceff4f;
}

.clear-btn {
  padding: 5px 10px;
}

.send-test-table-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.mccmnc-input-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.dropdown-input-send-test,
.dropdown-input-send-test-mccmnc,
.dropdown-input-scenario {
  width: 460px;
}

.results-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.results {
  display: flex;
  gap: 10px;
}

.loader-send-test {
  width: 100px;
  height: 100px;
  margin: 0;
}

.dropdown-input-tests-result {
  width: 200px;
}

.table-tests-data {
  min-height: 125px;
}

.single-test-block {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
}

.send-test-btn {
  margin: 0;
}

.single-test-inner-container {
  width: 100%;
  display: flex;
  gap: 5px;
}

.sender-block-results,
.network-block-results,
.user-block-results {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 5px;

  padding: 12px;

  border: 1px solid black;
  border-radius: 5px;
}

.network-block-results {
  flex: 1.5;
}

.network-data,
.user-data {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.sender-block-results {
  /*justify-content: space-between;*/
  gap: 15px;
}

.single-test-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.single-test-container input,
.single-test-container textarea {
  width: 100%;
}

.header-title {
  margin: 0;
  padding: 0;
}

.checkbox-list-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkbox-list-single-test {
  height: 200px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  overflow-y: auto;
}

.checkbox-list-item-singe-test {
  display: flex;
  align-items: center;
}
.checkbox-list-input-single-test {
  width: 100%;
}
.checkbox-list-item-singe-test p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.message-textarea-results {
  resize: none;
}

.single-select-list {
  max-height: 300px;
  overflow-y: auto;
}

.single-select-list-container {
  width: 100%;
}

.single-select-list-input {
  width: 100%;
}

.single-select-list-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: normal;
  padding: 0;
}

.single-select-list-item p {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  line-height: 22px;
}

.single-select-list-item p:first-of-type {
  padding-top: 10px;
}

.single-select-radio {
  margin-bottom: 5px;
}

.dropdown-item-pull-test,
.dropdown-item-template-test {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.dropdown-item-pull-test:first-of-type,
.dropdown-item-template-test:first-of-type {
  margin-top: 5px;
}

.dropdown-item-pull-test:last-of-type,
.dropdown-item-template-test:last-of-type {
  margin-bottom: 10px;
}

.dropdown-item-pull-test input,
.dropdown-item-template-test input {
  margin-top: -3px;
}

.dropdown-item-pull-test p,
.dropdown-item-template-test p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 22px;
}

.positive-status {
  color: white;
  background-color: green;
}

.undelivered-status {
  color: white;
  background-color: red;
}

.unknown-status {
  color: white;
  background-color: grey;
}

.status {
  padding: 5px 10px;
  border-radius: 5px;
}

.changed-status {
  padding: 5px 5px;
  color: red;
  background-color: rgba(255, 230, 229, 1);
  cursor: pointer;
  line-height: 1.2;
}

.test-results-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-top: 60px;
}

.modal-content-test-results {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 30px;
  border: 1px solid #888;
  width: 500px; /* Could be more or less, depending on screen size */
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header h2 {
  margin: 0;
  padding: 0;
}

.close-test-results {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-test-results:hover,
.close-test-results:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.main {
  display: flex;
  gap: 30px;
  padding-right: 20px;
}

.main p {
  margin: 0;
  padding: 0;
}

.main-part {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 50%;
}

.deleted {
  color: red;
  text-decoration: line-through;
}

.inserted {
  color: green;
}

.legend {
  margin-top: 20px;
}

.custom-text-div {
  text-align: center;
}

.messaging-segment-calculator {
  display: flex;
  gap: 20px;
}

.messaging-segment-calculator-container {
  justify-content: center;
}

.custom-text-textarea {
  width: 100%;
}

.single-test-enter-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-form label {
  display: block;
  margin-bottom: 5px;
}

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

.modal-input {
  width: 100%;
}

.modal-submit {
  margin-top: 15px;
}

.dropdown-provider-run-template-tests,
.dropdown-pull-test-provider-container {
  display: flex;
  justify-content: center;
}

.dropdown-input-send-test-user,
.message-textarea-results,
.input-provider-run-template-tests,
.dropdown-list-provider-run-template-tests,
.dropdown-input-pull-test-provider,
.dropdown-list-pull-test-provider {
  width: 500px;
}

.message-container label {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.editUserBsg-modal-content {
  min-height: 300px;
  max-height: 500px;
  overflow-y: auto;
  margin: 10% auto;
}

#bsgCountry {
  width: 100%;
}

.provider-cell {
  width: 200px;
}

.editUserBsg-table-container {
  display: none;
}

.dropdown-scenario-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scenarios-header,
.schedules-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.empty-scenario-container,
.radio-label-scenario {
  display: flex !important;
  align-items: center !important;
  gap: 5px;
}

.empty-scenario-container input {
  margin-top: -6.5px;
}

.empty-scenario-container label {
  font-weight: normal;
}

.radio-label-scenario input {
  margin-top: -2px;
}

.dropdown-item-scenario-name {
  display: flex !important;
  gap: 3px;
  font-weight: normal;

  padding: 5px 0 5px 0;
}

.dropdown-item-scenario-name p {
  margin: 0;
  padding: 0;
}

#createScenario {
  margin-top: 20px;
}

#showScenarioModal .modal-content {
  width: 1400px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 5% auto;
}

.modal-title .scenario-title {
  padding-bottom: 0;
}

.scenario-title-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

#reactivity-add {
  margin-bottom: 10px;
}

.fa-trash-o {
  width: 100%;
}

#example-table {
  max-height: 480px;
  overflow-y: auto;
}

.table-row {
  cursor: pointer;
}

.scheduleInfoContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

.scheduleInfo-row {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.call-details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-schedule {
  width: 100%;
}

.schedule-create-test-label {
  padding-top: 7px;
  padding-bottom: 2px;
}

#createScheduleTest .modal-content {
  margin: 5% auto;
}

.schedule-label {
  display: flex !important;
  gap: 3px;
  margin-bottom: 8px !important;
}

.content-wrapper-single-test * {
  margin-bottom: 10px;
}

.ul-cong-custom {
  display: flex;
  justify-content: center;
}

.ported {
  background-color: #00ceff4f;
}

#addClientSecret {
  width: 100%;
}

.live-test-ss7-change-true {
  color: white;
  background-color: green;
  padding: 5px 10px;
  border-radius: 5px;
}

#scheduleText {
  margin-bottom: 10px;
}

.active {
  border: 2px blue solid !important;
  color: blue;
}
